.gallery-controls{display:flex;gap:10px;margin:14px 0}.product-gallery [hidden]{display:none!important}
.gallery-controls button{background:transparent;border:1px solid var(--line);padding:11px 16px;font-size:14px}
.gallery-controls button[aria-pressed=true]{background:var(--wine);color:white;border-color:var(--wine)}
.product-gallery{min-width:0}.gallery-stage{position:relative}.product-gallery figure{margin:0}.product-gallery figure img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover}.product-detail .original-product-photo{object-fit:contain;background:white}
.product-gallery figcaption{min-height:3.8em;padding:12px 0;font-size:13px;line-height:1.5;color:#625c58}
.gallery-arrows{position:absolute;top:43%;left:12px;right:12px;display:flex;justify-content:space-between;pointer-events:none}.gallery-arrows button{pointer-events:auto;border:1px solid #ddd;background:#fffE;width:44px;height:44px;border-radius:50%;font-size:22px;cursor:pointer}
.gallery-inset{position:absolute;right:18px;bottom:calc(3.8em + 28px);padding:0;width:90px;height:120px;border:3px solid white;background:white;box-shadow:0 3px 16px #0003;cursor:pointer}.gallery-inset img{width:100%;height:100%;object-fit:contain}
.gallery-controls button:focus-visible,.gallery-inset:focus-visible,.gallery-arrows button:focus-visible{outline:3px solid var(--wine);outline-offset:3px}
.shop-photo .original-preview{position:absolute;right:8px;bottom:8px;width:66px;height:88px;border:2px solid white;background:white;box-shadow:0 2px 8px #0002}.shop-photo .original-preview img{object-fit:contain}.shop-photo .original-preview:hover img{transform:none}
@media(max-width:700px){.shop-photo .original-preview{width:43px;height:58px;right:6px;bottom:6px}.gallery-controls button{flex:1}.gallery-inset{width:65px;height:87px;right:12px}.gallery-arrows{left:8px;right:8px}}
