.hero{position:relative;width:100%;height:100svh;overflow:hidden}.hero .hero-header{position:absolute;top:20svh;left:50%;transform:translateX(-50%);width:70%;text-align:center;will-change:transform}.hero .hero-img{position:absolute;top:35svh;left:0;width:100%;height:calc(100svh - 35svh);will-change:opacity;overflow:hidden}.hero .hero-img img{width:100%;height:100%;object-fit:contain;object-position:center}.about{position:relative;width:100%;height:100%;background-color:var(--base-700);color:var(--base-100);padding:8rem 0}.about .container{display:flex;align-items:center}.about .container,.about .section-footer{justify-content:center}.about .about-copy{width:70%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4rem}.about .about-copy p{color:var(--base-500)}.about .about-copy .about-icon{width:25rem;height:25rem}.about .about-copy .about-icon svg{width:100%;height:100%;object-fit:cover}.featured-products{padding:6rem 0}.featured-products .featured-products-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;text-align:center}.featured-products .featured-products-header p{color:var(--base-500)}.featured-products .featured-products-separator{display:flex;flex-direction:column;gap:2rem}.featured-products .featured-products-divider{position:relative;width:calc(100% - 5rem);height:1px;background-color:rgba(175,179,171,.35);margin:3rem auto 1.5rem}.featured-products .featured-products-divider:after,.featured-products .featured-products-divider:before{content:"";position:absolute;top:0;width:1px;height:1.5rem;background-color:rgba(175,179,171,.35)}.featured-products .featured-products-divider:before{left:0}.featured-products .featured-products-divider:after{right:0}.featured-products .featured-products-labels{width:100%;display:flex;justify-content:space-between}.featured-products .featured-products-labels a,.featured-products .featured-products-labels p{color:var(--base-700)}.featured-products .featured-products-list{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}@media (max-width:1024px){.featured-products .featured-products-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.featured-products .featured-products-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.featured-products .featured-products-list{grid-template-columns:1fr}}@media (max-width:1024px){.hero .hero-header{width:calc(100% - 3rem)}.about .about-copy{width:90%}.about .about-copy .about-icon{height:10rem;width:auto}}@media (max-width:768px){.hero{height:100svh}.hero .hero-header{width:calc(100% - 2rem);top:15svh}.hero .hero-img{top:30svh;height:calc(100svh - 30svh)}.about{padding:4rem 0}.about .about-copy{width:100%;gap:2.5rem}.about .about-copy .about-icon{height:8rem;width:auto}.featured-products{padding:4rem 0}.featured-products .featured-products-header{gap:2rem}}@media (max-width:480px){.hero .hero-header{top:12svh}.hero .hero-img{top:25svh}.about{padding:3rem 0}.about .about-copy{gap:2rem}.about .about-copy .about-icon{height:6rem}.featured-products{padding:3rem 0}}@media (min-width:2000px){.hero .hero-header{width:40%}}