.gp-media-gallery{--gp-gallery-height:min(43vw,630px,max(360px,calc(100svh - 300px)))}
.gp-media-track{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:var(--soft) var(--sage);border-radius:12px;background:var(--sage);height:var(--gp-gallery-height)}
.gp-media-slide{flex:0 0 100%;width:100%;min-width:0;height:100%;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always;position:relative}
.gp-media-slide>.gp-packshot{height:100%;width:100%;padding:0 30px}
.gp-media-image-link{display:flex;width:100%;height:100%;align-items:center;justify-content:center;cursor:zoom-in}
.gp-media-slide .gp-media-image-link img,.gp-media-slide>img,.gp-media-slide video,.gp-media-slide iframe{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;border:0;border-radius:0}
.gp-media-slide--image,.gp-media-slide--video,.gp-media-slide--external_video{background:#fff}
.gp-media-slide video{background:#17271f}
.gp-gallery-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:12px}
.gp-gallery-hint{font-size:12px;color:var(--soft)}
.gp-gallery-controls{display:flex;align-items:center;gap:10px}
.gp-gallery-controls button{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;transition:background .15s}
.gp-gallery-controls button:hover{background:var(--sage)}
.gp-gallery-controls button:disabled{opacity:.35;cursor:default}
.gp-gallery-controls svg{width:19px;height:19px}
.gp-gallery-controls [data-gallery-prev] svg{transform:rotate(180deg)}
.gp-gallery-controls [data-gallery-status]{font-size:12px;min-width:45px;text-align:center;font-variant-numeric:tabular-nums}
.gp-gallery-thumbs{display:flex;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:var(--soft) var(--sage);padding:6px 3px 12px;margin:4px -3px 0}
.gp-gallery-thumb{flex:0 0 72px;width:72px;height:72px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;position:relative;display:flex;align-items:center;justify-content:center}
.gp-gallery-thumb[aria-current=true]{border:2px solid var(--ink)}
.gp-gallery-thumb>img{width:100%;height:100%;object-fit:contain;display:block}
.gp-gallery-thumb--cover{background:var(--sage)}
.gp-gallery-thumb>.gp-packshot{width:100%;height:100%}
.gp-gallery-video-badge{position:absolute;inset:auto 4px 4px auto;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--ink);color:var(--paper)}
.gp-media-gallery :focus-visible{outline:2px solid var(--ink);outline-offset:3px}
.gp-media-track:focus-visible{outline-offset:4px}
.gp-media-external{width:100%;height:100%}
.gp-external-play{width:100%;height:100%;padding:0;position:relative;background:var(--ink)}
.gp-external-play img{width:100%;height:100%;object-fit:contain}
.gp-external-play span{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);background:var(--ink);color:var(--paper);padding:14px 24px;border-radius:6px;white-space:nowrap}
@media(max-width:760px){.gp-pdp-complete .gp-media-gallery{position:static}.gp-media-gallery{--gp-gallery-height:clamp(280px,90vw,440px)}.gp-gallery-thumb{flex-basis:62px;width:62px;height:62px}.gp-gallery-thumbs{gap:8px}.gp-media-slide>.gp-packshot{padding:0 20px}.gp-gallery-toolbar{margin-top:8px}.gp-gallery-caption{font-size:12px}}
@media(prefers-reduced-motion:reduce){.gp-media-track{scroll-behavior:auto}.gp-gallery-controls button{transition:none}}

.no-js [data-load-external]{display:none}

.gp-gallery-archive-note{font-size:12px;line-height:1.5;color:var(--soft);margin-top:10px}
