.product-gallery{display:grid;min-width:0;grid-template-columns:72px minmax(0,1fr);gap:12px}.product-gallery__thumbs{display:flex;flex-direction:column;gap:10px}.product-gallery__thumbs button{height:73px;padding:5px;border:1px solid #e6e6e6;border-radius:8px;background:#fff;cursor:pointer}.product-gallery__thumbs button.is-active{border:2px solid var(--brand-red)}.product-gallery__thumbs img{width:100%;height:100%;object-fit:contain}.product-gallery__stage{position:relative;display:grid;min-height:430px;place-items:center;overflow:hidden;border:1px solid #e8e8e8;border-radius:12px;background:#fff}.product-gallery__main{width:88%;height:365px;object-fit:contain;transition:opacity .18s ease}.product-gallery__shipping{position:absolute;z-index:2;top:12px;left:12px;padding:5px 8px;border-radius:5px;background:#14a149;color:#fff;font-size:9px;font-weight:700}.product-gallery__favorite{position:absolute;z-index:2;top:10px;right:10px;display:grid;width:37px;height:37px;place-items:center;padding:0;border:1px solid #ddd;border-radius:50%;background:#fff;cursor:pointer}.product-gallery__favorite img{width:20px}.product-gallery__favorite.is-active img{filter:invert(14%) sepia(99%) saturate(6348%) hue-rotate(350deg)}.product-gallery__nav{position:absolute;z-index:2;top:50%;display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid #e2e2e2;border-radius:50%;background:#fff;box-shadow:0 4px 12px #0002;transform:translateY(-50%);cursor:pointer}.product-gallery__nav img{width:18px}.product-gallery__nav--prev{left:10px}.product-gallery__nav--prev img{transform:rotate(180deg)}.product-gallery__nav--next{right:10px}.product-gallery__zoom{position:absolute;bottom:12px;padding:7px 12px;border:1px solid #ddd;border-radius:20px;background:#fff;font:600 10px Roboto,sans-serif;cursor:pointer}.product-gallery-modal{max-width:min(90vw,760px);padding:35px;border:0;border-radius:14px;box-shadow:0 20px 70px #0006}.product-gallery-modal::backdrop{background:#1119}.product-gallery-modal>button{position:absolute;top:8px;right:12px;border:0;background:none;font-size:28px;cursor:pointer}.product-gallery-modal img{width:100%;max-height:78vh;object-fit:contain}@media(max-width:767.98px){.product-gallery{grid-template-columns:1fr}.product-gallery__thumbs{order:2;flex-direction:row;overflow-x:auto}.product-gallery__thumbs button{width:68px;flex:0 0 68px}.product-gallery__stage{min-height:360px}.product-gallery__main{height:300px}}
