.product-hero{position:relative;width:100%;height:100svh;display:flex;overflow:hidden}.product-hero-col{flex:1 1}.product-meta{background-color:var(--base-100)}.product-meta-container{width:100%;height:100%;padding:12rem 4rem 4rem;display:flex;flex-direction:column;gap:3rem}.product-snapshots{position:relative;overflow:hidden}.product-snapshots .product-snapshot{position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(100%);will-change:transform}.product-spotlight{position:relative;width:100%;height:100svh;overflow:hidden}.product-spotlight img{position:relative;will-change:transform}.product-snapshot-minimap{position:absolute;left:2rem;bottom:2rem;display:flex;flex-direction:column;gap:.4rem}.product-snapshot-minimap-img{width:4rem;height:5rem;border:.75px solid var(--base-300);transform-origin:bottom left;will-change:transform;border-radius:.375rem;overflow:hidden}.product-meta-header{position:relative;display:flex;justify-content:space-between}.product-meta-header-divider{position:relative;width:100%;height:1px;background-color:var(--base-200);margin-top:-.75rem;margin-bottom:1.5rem}.product-meta-header-divider:after,.product-meta-header-divider:before{content:"";position:absolute;top:0;width:1px;height:1.5rem;background-color:var(--base-200)}.product-meta-header-divider:before{left:0}.product-meta-header-divider:after{right:0}.product-color-container,.product-sizes-container{display:flex;flex-direction:column;gap:1.5rem}.product-colors,.product-sizes{display:flex;gap:.5rem}.product-color{width:2rem;height:2rem;border:1px solid var(--base-300);border-radius:10rem;display:flex;justify-content:center;align-items:center}.product-color span{display:block;width:1.25rem;height:1.25rem;background-color:#7a726c;border-radius:10rem}.product-sizes p{opacity:.35}.product-sizes p.selected{position:relative;opacity:1}.product-sizes p.selected:after{content:"";position:absolute;top:175%;left:50%;transform:translate(-50%,-50%);width:.25rem;height:.25rem;background-color:var(--base-700);border-radius:100%}.product-meta-buttons{width:100%;max-width:800px;display:flex;gap:.5rem}.product-meta-buttons button{flex:1 1}.product-details{position:relative;width:100%;height:100svh;display:flex;overflow:hidden}.product-col{flex:1 1;width:100%;height:100%}.product-col-img{position:relative;overflow:hidden}.product-col-copy-wrapper{width:90%;margin:0 auto;height:100%;padding:4rem;display:flex;flex-direction:column;justify-content:center;background-color:var(--base-100)}.product-col-copy-wrapper h4,.product-col-copy-wrapper p{margin-bottom:1rem}.related-products{position:relative;width:100%;height:100%;overflow:hidden;padding:4rem 0}.related-products>.container{margin-top:2rem;padding:0}.related-products .related-products-header{width:100%;padding:0 2rem}.related-products-container .container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}@media (max-width:1024px){.product-hero{flex-direction:column;height:150svh}.product-meta-container{padding:3rem 1.5rem;justify-content:center}.product-snapshot-minimap{bottom:1.5rem;left:1.5rem}.product-snapshot-minimap-img{width:2.75rem;height:3.25rem}.product-details{flex-direction:column;height:175svh}.product-col-copy-wrapper{padding:1.5rem;width:100%}.product-details.specifications{flex-direction:column-reverse!important}.related-products-container .container{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.related-products-container .container{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.related-products-container .container{grid-template-columns:1fr}}@media (min-width:2000px){.product-meta-container{padding:25svh 4rem 4rem}.product-col-copy-wrapper{width:70%;margin:0 auto}}