/* KIVARO: image interactions are module-scoped only. */

/* No global cursor. Cursor appears only when JS adds .kivaro-clickable-img in allowed modules. */
img{cursor:inherit;}

/* HOME product hover swap should not show click cue. */
.home-page .products .card .kivaro-image-cue,
.home-page .products-section-v9 .card .kivaro-image-cue{display:none !important;}

/* Disable overlay gradient unless the wrapper is explicitly clickable or swap-ready. */
.kivaro-img-ix-wrap:not(.kivaro-click-ready):not(.kivaro-swap-ready)::after{display:none !important;}
