.gallery-full-product{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000c;z-index:9;display:grid;grid-template-columns:1fr;grid-template-rows:40px 80px 1fr;gap:8px}.gallery-full-product.single{grid-template-rows:40px 1fr}.gallery-full-product header{display:flex;justify-content:flex-end}.gallery-full-product__image{display:flex;justify-content:center;align-items:flex-start;height:100%;padding:0 2px}.gallery-full-product__image img{max-width:100%;max-height:calc(100vh - 136px);height:auto}.gallery-full-product__images{display:flex;justify-content:center;align-items:center}.gallery-full-product__images ul{overflow:hidden;display:flex;justify-content:flex-start;gap:2px;max-width:100vw}.gallery-full-product__images ul li{cursor:pointer;width:auto!important}.gallery-full-product__images ul li img{width:70px!important;height:70px!important}.gallery-full-product__images ul li.active{position:relative}.gallery-full-product__images ul li.active:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--brand-color);filter:opacity(.2)}.gallery-full-product iframe{width:calc(100% - 4px)!important}.gallery-full-product img.video{filter:brightness(.5)}
