html{-webkit-text-size-adjust:100%}
body{overflow-x:hidden}
.product-card{-webkit-tap-highlight-color:transparent;transition:transform .2s ease,box-shadow .2s ease}
.product-card:active{transform:scale(.985)}
.product-card__image{touch-action:manipulation}
.product-card__image img{transition:transform .35s ease}
.product-card:hover .product-card__image img{transform:scale(1.025)}
.product-page{animation:product-enter .38s ease both}
.product-details{min-width:0}
.product-title{overflow-wrap:anywhere}
.product-gallery{min-width:0;position:relative}
.product-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;border-radius:var(--round);background:#ffe8f1;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.product-gallery__track::-webkit-scrollbar{display:none}
.product-gallery__slide{flex:0 0 100%;aspect-ratio:1/1;scroll-snap-align:start;scroll-snap-stop:always;display:grid;place-items:center;min-width:0;padding:0;border:0;background:#fff;cursor:zoom-in;overflow:hidden}
.product-gallery__slide img{width:100%;height:100%;object-fit:contain}
.product-gallery__count{position:absolute;right:12px;top:12px;z-index:1;padding:6px 11px;border-radius:999px;background:rgba(255,255,255,.9);color:var(--ink);font-size:.8rem;font-weight:700;box-shadow:var(--shadow)}
.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px;padding:2px;overflow-x:auto;scrollbar-width:none}
.product-gallery__thumbs::-webkit-scrollbar{display:none}
.product-gallery__thumb{flex:0 0 72px;width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:#ffe8f1;cursor:pointer;opacity:.7}
.product-gallery__thumb.is-active{border-color:var(--pink);opacity:1}
.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}
.product-gallery__empty{min-height:420px;background:#ffe8f1;border-radius:var(--round)}
.product-image-viewer{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:54px 16px 20px;background:rgba(55,25,45,.88);opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}
.product-image-viewer.is-open{opacity:1;visibility:visible}
.product-image-viewer img{max-width:100%;max-height:calc(100dvh - 74px);object-fit:contain;border-radius:14px;background:#fff}
.product-image-viewer__close{position:absolute;right:16px;top:12px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:2rem;line-height:1;cursor:pointer}
body.product-viewer-open{overflow:hidden}
@keyframes product-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(max-width:749px){
  .product-page{padding:18px 0 60px}
  .product-layout{gap:26px}
  .product-gallery__track{border-radius:18px}
  .product-gallery__slide{min-height:0;aspect-ratio:1/1}
  .product-gallery__slide img{width:100%;height:100%;max-height:none;object-fit:contain}
  .product-gallery__thumb{flex-basis:62px;width:62px;height:62px}
  .product-title{font-size:clamp(2rem,11vw,3rem)}
  .product-details .button--wide{min-height:54px}
  .rte{overflow-wrap:anywhere}
}
@media(prefers-reduced-motion:reduce){
  .product-page{animation:none}
  .product-gallery__track{scroll-behavior:auto}
  .product-card,.product-card__image img,.product-image-viewer{transition:none}
}
