.product-gallery{min-width:0;position:relative}.product-gallery__main{width:100%;height:480px;padding:0;overflow:hidden;display:grid;place-items:center;border:1px solid #dfe7ef;border-radius:17px;background:#fff;cursor:zoom-in}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs{margin-top:12px;display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.gallery-thumb{height:76px;padding:3px;overflow:hidden;border:2px solid transparent;border-radius:9px;background:#fff;cursor:pointer}.gallery-thumb.is-active{border-color:#1478ef}.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:5px}.gallery-modal[hidden]{display:none}.gallery-modal{padding:25px;position:fixed;inset:0;z-index:1000;display:grid;grid-template-columns:70px minmax(0,1fr) 70px;align-items:center;color:#fff;background:rgba(2,13,33,.96)}.gallery-modal figure{height:calc(100vh - 70px);margin:0;display:grid;grid-template-rows:minmax(0,1fr) auto;place-items:center}.gallery-modal img{max-width:100%;max-height:100%;object-fit:contain}.gallery-modal figcaption{min-height:25px;padding-top:10px}.gallery-modal__close{position:absolute;top:18px;right:22px;border:0;color:#fff;background:transparent;font-size:40px;cursor:pointer}.gallery-modal__nav{width:58px;height:58px;border:1px solid #ffffff55;border-radius:50%;color:#fff;background:#ffffff12;font-size:40px;cursor:pointer}@media(max-width:800px){.product-gallery__main{height:360px}.product-gallery__thumbs{grid-template-columns:repeat(5,70px);overflow-x:auto}.gallery-modal{padding:12px;grid-template-columns:45px minmax(0,1fr) 45px}.gallery-modal__nav{width:40px;height:40px;font-size:28px}}
