.wb-product-gallery.wb-detail-gallery{background:transparent;overflow:visible;border-radius:0;min-width:0;align-self:start;place-items:normal}
.wb-detail-gallery__stage{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;border-radius:16px;background:#f6f2f1;isolation:isolate;touch-action:pan-y pinch-zoom}
.wb-detail-gallery__slide{position:absolute;inset:0;display:block;width:100%;height:100%;animation:wb-gallery-photo .2s ease-out}
.wb-detail-gallery__slide img{width:100%;height:100%;object-fit:contain;user-select:none;-webkit-user-drag:none}
.wb-detail-gallery [hidden]{display:none!important}
.wb-detail-gallery__arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #fff8;border-radius:50%;background:#fffffff0;color:#7b2638;box-shadow:0 3px 15px #4928371a;cursor:pointer;transition:background .18s,box-shadow .18s}
.wb-detail-gallery__arrow--prev{left:14px}.wb-detail-gallery__arrow--next{right:14px}
.wb-detail-gallery__arrow svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.wb-detail-gallery__arrow:hover{background:#fff;box-shadow:0 4px 18px #49283730}
.wb-detail-gallery__arrow,.wb-detail-gallery__thumb,.wb-detail-gallery__slide{-webkit-tap-highlight-color:transparent}
.wb-detail-gallery__arrow:focus-visible,.wb-detail-gallery__thumb:focus-visible,.wb-detail-gallery__slide:focus-visible{outline:2px solid #7b2638;outline-offset:-4px}
.wb-detail-gallery__counter{position:absolute;bottom:14px;right:14px;z-index:2;padding:6px 11px;border-radius:20px;background:#fffffff0;color:#69464a;font-size:12px;line-height:1.5;font-variant-numeric:tabular-nums;pointer-events:none}
.wb-detail-gallery__thumbs{display:flex;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;padding:12px 0 2px;touch-action:pan-x pan-y}
.wb-detail-gallery__thumbs::-webkit-scrollbar{display:none}
.wb-detail-gallery__thumb{display:block;flex:0 0 72px;aspect-ratio:3/4;overflow:hidden;border:2px solid transparent;border-radius:9px;padding:2px;background:#f6f2f1;opacity:.65;transition:opacity .18s,border-color .18s}
.wb-detail-gallery__thumb img{width:100%;height:100%;object-fit:cover;border-radius:5px}
.wb-detail-gallery__thumb:hover{opacity:1}.wb-detail-gallery__thumb[aria-current="true"]{border-color:#9c5360;opacity:1;background:#fff}
.wb-detail-gallery .wb-gallery-hint{display:block;background:transparent;padding:10px 0 0;color:#897579;font-size:12px;line-height:1.5}
.wb-detail-gallery__status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@keyframes wb-gallery-photo{from{opacity:.65}to{opacity:1}}
@media(max-width:600px){.wb-detail-gallery__stage{border-radius:12px}.wb-detail-gallery__arrow--prev{left:10px}.wb-detail-gallery__arrow--next{right:10px}.wb-detail-gallery__thumb{flex-basis:60px}.wb-detail-gallery__thumbs{gap:8px;padding-top:10px}.wb-detail-gallery .wb-gallery-hint{font-size:11px}}
@media(prefers-reduced-motion:reduce){.wb-detail-gallery__slide{animation:none}.wb-detail-gallery__arrow,.wb-detail-gallery__thumb{transition:none}}
