.product-gallery{position:relative;width:min(100%,1120px);margin:34px auto 50px;isolation:isolate}.product-gallery__viewport{overflow:hidden;border-radius:28px;background:#eee9e0;box-shadow:0 28px 80px rgba(28,20,11,.13);touch-action:pan-y}.product-gallery__track{display:flex;will-change:transform;transition:transform .72s cubic-bezier(.22,.8,.22,1)}.product-gallery .gallery-item{position:relative;flex:0 0 100%;width:100%;min-width:100%;padding:0;border:0;border-radius:0;background:#eee9e0;cursor:zoom-in;overflow:hidden;transform:none;box-shadow:none}.product-gallery .gallery-item picture{display:block}.product-gallery .gallery-item img{display:block;width:100%;height:clamp(480px,68vh,780px);aspect-ratio:auto;object-fit:contain;background:linear-gradient(145deg,#f7f4ee,#e8e1d6);transition:transform 1s cubic-bezier(.2,.8,.2,1),filter .5s}.product-gallery .gallery-item:hover{transform:none;box-shadow:none}.product-gallery .gallery-item:hover img{transform:scale(1.018)}.product-gallery__arrow{position:absolute;z-index:3;top:calc(50% - 43px);display:grid;place-items:center;width:58px;height:58px;padding:0;border:1px solid rgba(255,255,255,.52);border-radius:50%;background:rgba(22,18,13,.38);backdrop-filter:blur(12px);color:#fff;font:300 43px/1 Georgia,serif;cursor:pointer;opacity:0;transition:.28s}.product-gallery:hover .product-gallery__arrow,.product-gallery:focus-within .product-gallery__arrow{opacity:1}.product-gallery__arrow:hover{background:#fff;color:#1c1812;transform:scale(1.06)}.product-gallery__arrow--prev{left:22px}.product-gallery__arrow--next{right:22px}.product-gallery__footer{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:18px;margin:17px auto 0;width:min(760px,100%);color:#766b5c;font:500 10px/1 Inter,sans-serif;letter-spacing:.12em}.product-gallery__counter{text-align:right;color:#17130f}.product-gallery__nav{display:flex;justify-content:center;gap:9px;overflow-x:auto;padding:5px 2px;scrollbar-width:none}.product-gallery__nav::-webkit-scrollbar{display:none}.product-gallery__nav button{position:relative;flex:0 0 54px;width:54px;height:40px;padding:2px;border:1px solid transparent;border-radius:9px;background:transparent;cursor:pointer;opacity:.48;transition:.3s}.product-gallery__nav button::after{content:"";position:absolute;left:20%;right:20%;bottom:-5px;height:2px;border-radius:2px;background:#9b7740;transform:scaleX(0);transition:.3s}.product-gallery__nav button.is-active{opacity:1;border-color:rgba(155,119,64,.42)}.product-gallery__nav button.is-active::after{transform:scaleX(1)}.product-gallery__nav img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;border-radius:6px}.product-gallery__total{color:#9c9183}.product-gallery.is-paused .product-gallery__counter::after{content:" · пауза";color:#9b7740;font-size:8px}@media(max-width:700px){.product-gallery{width:calc(100% + 32px);margin-left:-16px;margin-top:24px}.product-gallery__viewport{border-radius:0}.product-gallery .gallery-item img{height:min(66vh,590px)}.product-gallery__arrow{top:45%;width:45px;height:45px;opacity:1;font-size:34px}.product-gallery__arrow--prev{left:10px}.product-gallery__arrow--next{right:10px}.product-gallery__footer{width:calc(100% - 24px);gap:8px}.product-gallery__nav{justify-content:flex-start}.product-gallery__nav button{flex-basis:48px;width:48px;height:36px}}@media(prefers-reduced-motion:reduce){.product-gallery__track{transition:none}.product-gallery .gallery-item img{transition:none}}
