.fexx-card-gallery{position:relative;width:100%;overflow:hidden;touch-action:pan-y}
.fexx-card-gallery__track{display:flex;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}
.fexx-card-gallery__track::-webkit-scrollbar{display:none}
.fexx-card-gallery__slide{position:relative;display:grid;flex:0 0 100%;width:100%;place-items:center;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}
.fexx-card-gallery__image{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none;-webkit-user-drag:none}
.fexx-card-gallery__dots{position:absolute;z-index:3;left:50%;bottom:8px;display:flex;align-items:center;justify-content:center;gap:4px;max-width:calc(100% - 24px);padding:4px 6px;border-radius:999px;background:rgba(255,255,255,.68);box-shadow:0 1px 8px rgba(0,0,0,.06);backdrop-filter:blur(8px);transform:translateX(-50%)}
.fexx-card-gallery__dot{width:4px;height:4px;min-width:4px;padding:0;border:0;border-radius:50%;background:rgba(29,29,31,.28);transition:width .18s ease,background .18s ease;cursor:pointer}
.fexx-card-gallery__dot.is-active{width:11px;border-radius:999px;background:#1d1d1f}
.product-card--show-secondary-media .fexx-card-gallery .product-card__image--primary{opacity:1!important;visibility:visible!important}
.product-card--show-secondary-media .fexx-card-gallery:hover .product-card__image--primary{opacity:1!important}
@media (hover:hover) and (pointer:fine){.fexx-card-gallery__track{cursor:grab}.fexx-card-gallery__track:active{cursor:grabbing}}
@media (prefers-reduced-motion:reduce){.fexx-card-gallery__track{scroll-behavior:auto}.fexx-card-gallery__dot{transition:none}}
