.product-gallery[data-product-gallery]{min-width:0;width:100%;position:relative}
.product-gallery[data-product-gallery] .main-image{position:relative;aspect-ratio:1/1.12;overflow:hidden;background:#fff;border:1px solid var(--line,#e6dfe3)}
.product-gallery[data-product-gallery] .gallery-open{display:block;position:relative;width:100%;height:100%;padding:0;border:0;background:#fff;color:var(--ink,#34252e);cursor:zoom-in;touch-action:pan-y pinch-zoom}
.product-gallery[data-product-gallery] .main-image #gallery-main{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center;padding:22px;background:#fff}
.product-gallery[data-product-gallery] .main-image #gallery-main[hidden]{display:none}
.gallery-enlarge-hint{position:absolute;right:15px;bottom:14px;padding:7px 10px;background:#fffffff0;border:1px solid #e7e0e4;color:#58434f;font:12px/1.2 Arial,sans-serif;pointer-events:none}
.product-gallery[data-product-gallery] .gallery-thumbs{display:flex;position:relative;gap:10px;margin:10px 0 0;padding:4px 3px 10px;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#bfaeb8 transparent;scroll-snap-type:x proximity}
.product-gallery[data-product-gallery] .gallery-thumb{flex:0 0 72px;min-width:72px;width:72px;height:84px;padding:4px;border:1px solid var(--line,#e6dfe3);background:#fff;cursor:pointer;scroll-snap-align:center}
.product-gallery[data-product-gallery] .gallery-thumb img{display:block;width:100%;height:100%;padding:0;object-fit:contain;background:#fff}
.product-gallery[data-product-gallery] .gallery-thumb[aria-pressed=true]{border-color:var(--plum,#593044);outline:2px solid var(--plum,#593044);outline-offset:1px}
.gallery-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;min-height:42px}
.gallery-arrow{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:42px;padding:0;border:1px solid #d3c6ce;background:#fff;color:#4e3444;font:23px/1 Arial,sans-serif;cursor:pointer;border-radius:0}
.gallery-arrow:hover{background:#f3eff1}
.gallery-arrow[hidden]{display:none}
.gallery-counter{flex:1;text-align:center;font:12px/1.4 Arial,sans-serif;letter-spacing:.08em;color:#66525f}
.product-gallery[data-product-gallery] .gallery-status{min-height:18px;margin:7px 0 0;font:11px/1.5 Arial,sans-serif;color:#76636f;text-align:center}
.product-gallery[data-product-gallery] .gallery-status.is-announcement{position:absolute;width:1px;height:1px;min-height:0;padding:0;margin:0;overflow:hidden;white-space:nowrap;clip-path:inset(50%)}
.product-gallery[data-product-gallery].is-loading .gallery-enlarge-hint{opacity:.5}
.product-gallery[data-product-gallery].is-loading .gallery-status::before,.product-lightbox.is-loading .lightbox-status::before{content:'';display:inline-block;width:9px;height:9px;margin-right:8px;border:1px solid currentColor;border-right-color:transparent;border-radius:50%;animation:product-gallery-spin .8s linear infinite}
.product-gallery[data-product-gallery] button:focus-visible,.product-lightbox button:focus-visible{outline:2px solid #754a63;outline-offset:3px}
.product-gallery[data-product-gallery] .gallery-open:focus-visible{outline-offset:-4px}
html.product-lightbox-open,html.product-lightbox-open body{overflow:hidden}
.product-lightbox{position:fixed;inset:0;margin:0;width:100vw;max-width:none;height:100vh;height:100dvh;max-height:none;padding:0;border:0;background:#faf8f9;color:#34252e;overscroll-behavior:contain}
.product-lightbox[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0}
.product-lightbox::backdrop{background:#201820c9}
.lightbox-toolbar{display:flex;align-items:center;gap:16px;min-height:68px;padding:max(12px,env(safe-area-inset-top)) max(24px,env(safe-area-inset-right)) 12px max(24px,env(safe-area-inset-left));border-bottom:1px solid #e6dfe3;background:#fff}
.lightbox-counter{margin-right:auto;font:13px/1.4 Arial,sans-serif;letter-spacing:.06em}
.lightbox-zoom,.lightbox-close{min-height:42px;padding:10px 16px;border:1px solid #d3c6ce;background:#fff;color:#4e3444;cursor:pointer;font:13px/1.3 Arial,sans-serif}
.lightbox-close{border-color:#583747;background:#583747;color:#fff}
.lightbox-stage{position:relative;min-width:0;min-height:0;overflow:hidden;background:#fff;touch-action:pan-y pinch-zoom;overscroll-behavior:contain}
.lightbox-image-toggle{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;border:0;border-radius:0;background:#fff;cursor:zoom-in}
.lightbox-image{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:#fff;user-select:none;-webkit-user-select:none}
.lightbox-image[hidden]{display:none}
.lightbox-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;padding:10px max(24px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left));border-top:1px solid #e6dfe3;background:#fff}
.lightbox-status{flex:1;margin:0!important;font:12px/1.5 Arial,sans-serif;color:#76636f;text-align:center}
.product-lightbox.is-zoomed .lightbox-stage{overflow:auto;touch-action:pan-x pan-y pinch-zoom}
.product-lightbox.is-zoomed .lightbox-image-toggle{display:block;width:var(--zoom-width,1600px);height:auto;min-height:100%;padding:0;cursor:zoom-out}
.product-lightbox.is-zoomed .lightbox-image{width:100%;height:auto;max-width:none;max-height:none;object-fit:initial}
.product-lightbox.is-loading .lightbox-image{opacity:.6}
@keyframes product-gallery-spin{to{transform:rotate(360deg)}}
@media(min-width:1100px){.product-gallery[data-product-gallery] .main-image{max-height:780px}.product-gallery[data-product-gallery] .gallery-thumb{flex-basis:78px;min-width:78px;width:78px;height:88px}}
@media(max-width:600px){.product-gallery[data-product-gallery] .main-image{aspect-ratio:1/1.1}.product-gallery[data-product-gallery] .main-image #gallery-main{padding:14px}.product-gallery[data-product-gallery] .gallery-thumbs{gap:9px}.product-gallery[data-product-gallery] .gallery-thumb{flex-basis:62px;min-width:62px;width:62px;height:72px}.gallery-enlarge-hint{right:10px;bottom:10px;font-size:11px}.lightbox-toolbar{gap:8px;min-height:62px;padding:10px 12px}.lightbox-counter{font-size:12px;letter-spacing:0}.lightbox-zoom,.lightbox-close{padding:9px 10px;font-size:12px}.lightbox-controls{padding:10px 12px max(10px,env(safe-area-inset-bottom));gap:10px;min-height:68px}.lightbox-status{font-size:11px}.lightbox-image-toggle{padding:8px}}
@media(prefers-reduced-motion:reduce){.product-gallery[data-product-gallery] *,.product-lightbox *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

