.product-page{background-color:#fff}.product-page h3{font-size:3rem}.product-page .product-header{width:100%;height:50svh;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:1.5em;padding-bottom:3em;text-align:center}.product-page .product-header p{margin-bottom:2rem}.product-page .product-banner-img{position:relative;width:100%;height:100svh;overflow:hidden}.product-page img{width:100%;height:100%;object-fit:cover}.product-page .product-banner-img img,.product-page .product-img-wrapper img{height:120%;will-change:transform}.product-page .product-banner-img-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.product-page .product-details{width:55%;padding:12rem 1rem 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4rem;margin:0 auto 4rem}.product-page .details{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem}.product-page .add-to-cart-section{align-items:center}.product-page .product-images{background-color:var(--fg);color:var(--bg);padding:4em 2em}.product-page .product-images-container{width:75%;margin:0 auto;display:flex;flex-direction:column;gap:2em}.product-page .product-img{position:relative;width:100%;height:80svh;overflow:hidden;border-radius:1rem}.product-page .product-img-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.product-page .next-product{width:100%;height:100svh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5em;text-align:center}.product-page .next-product h2{font-size:4rem}.product-page .next-product-link{display:flex;flex-direction:column;align-items:center;gap:1.5em;text-decoration:none;color:inherit;transition:opacity .3s ease}.product-page .next-product-link:hover{opacity:.8}.product-page .next-product-img{position:relative;width:1000px;height:400px;overflow:hidden;border-radius:1rem}.product-page .next-product-img-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width:1040px){.product-page .product-header{padding:1.25em 1.25em 3em}.product-page .product-header h1{font-size:6rem}.product-page .product-header p{font-size:2rem}.product-page .product-details{width:100%;padding:12em 1.25em 0 1.25rem;gap:3em}.product-page h3{font-size:2rem}.product-page .product-images{padding:4em 1.25em}.product-page .product-images-container{width:100%;gap:1.25em}.product-page .next-product{padding:1.25em}.product-page .next-product-img{width:800px}.product-page .product-img{height:65svh}.product-page .next-product h2{font-size:3rem}}@media (max-width:840px){.product-page .product-header p{font-size:1.5rem}.product-page .product-header h1{font-size:5rem}}@media (max-width:440px){.product-page .product-header h1{font-size:3.5rem}.product-page .product-header p{font-size:1.25rem}.product-page h3{font-size:1.75rem;line-height:-2px}.product-page .next-product-img{width:350px}.product-page .next-product h2{font-size:2.5rem}}