.ProductCardGallery,.ProductCardGallery__viewport{width:100%;height:100%;position:relative}.ProductCardGallery__image{width:100%;height:100%;position:absolute;inset:0;opacity:0;transition:opacity .2s ease}.ProductCardGallery__image.is-active{opacity:1;position:relative}.ProductCardGallery__slices{position:absolute;inset:0;display:grid;grid-template-columns:repeat(6,1fr)}.ProductCardGallery__slice{cursor:pointer}.ProductCardGallery__dots{position:absolute;bottom:6px;left:0;right:0;display:flex;justify-content:center;gap:4px}.ProductCardGallery__dot{width:4px;height:4px;background:rgba(255,255,255,.5);border-radius:50%}.ProductCardGallery__dot.is-active{background:#fff}