/* Stable image area: photo changes never move or zoom the card. */
.woocommerce ul.products li.product .product-image>img{transform:none;transition:none}
.woocommerce ul.products li.product .product-image>.ksc-card-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;margin:0;pointer-events:none;z-index:1;opacity:1}
.product-image :is(.card-zone,.card-sale,.sold-badge){z-index:2}
.ksc-photo-dots{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;justify-content:flex-end;gap:5px;max-width:calc(100% - 24px);padding:7px 8px;border-radius:20px;background:#15271c26;backdrop-filter:blur(5px);opacity:0;visibility:hidden;pointer-events:none;z-index:3}
.ksc-photo-dots i{display:block;flex:0 1 6px;width:6px;min-width:3px;height:6px;border-radius:5px;background:#ffffff80;box-shadow:0 1px 3px #0002}
.ksc-photo-dots i.is-active{flex-basis:14px;width:14px;min-width:10px;background:#fff}
.ksc-card-gallery[data-gallery-mounted] .card-zone{bottom:40px}
.ksc-card-gallery[data-gallery-mounted]:is(.is-photo-browsing,:focus-visible) .ksc-photo-dots{opacity:1;visibility:visible}
@media(max-width:560px){.ksc-photo-dots{bottom:9px;right:9px;gap:4px;padding:6px;max-width:calc(100% - 18px)}.ksc-card-gallery[data-gallery-mounted] .card-zone{bottom:34px}}
@media(hover:none) and (pointer:coarse){.ksc-card-gallery[data-gallery-mounted] .card-zone{bottom:6px}}
