.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--color-secondary);margin-top:6.4rem}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero__bg-image{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:-1}.hero__content{position:relative;z-index:1;text-align:center;padding:8rem 0}.hero__title{font-size:5.6rem;font-weight:900;line-height:1;margin-bottom:2.4rem;letter-spacing:-.02em;color:var(--color-secondary)}.hero__title-accent{display:block;margin-top:1rem}.hero__subtitle{font-size:2rem;line-height:1.4;margin-bottom:4rem;max-width:80rem;margin-left:auto;margin-right:auto;color:#ffffffe6}.hero__buttons{display:flex;gap:1.6rem;justify-content:center;flex-wrap:wrap}.features{padding:8rem 0}.features__header{text-align:center;margin-bottom:6.4rem}.features__title{font-size:4rem;font-weight:800;margin-bottom:2.4rem;color:var(--color-text)}.features__subtitle{font-size:2rem;color:var(--color-gray-600);max-width:80rem;margin:0 auto;line-height:1.6}.features__grid{gap:3.2rem}.features__item{text-align:center;padding:2.4rem;background-color:var(--color-secondary);border-radius:1.6rem;box-shadow:0 1rem 1.5rem -.3rem #0000001a,0 .4rem .6rem -.2rem #0000000d;transition:all .3s ease}.features__item:hover{transform:translateY(-.5rem);box-shadow:0 2rem 2.5rem -.5rem #0000001a,0 1rem 1rem -.5rem #0000000a}.features__icon{font-size:4rem;margin-bottom:1.6rem;line-height:1}.features__item-title{font-size:2rem;font-weight:600;margin-bottom:1.2rem;color:var(--color-text)}.features__item-description{color:var(--color-gray-600);line-height:1.6;margin:0}.featured-products{padding:8rem 0}.featured-products__header{text-align:center;margin-bottom:6.4rem}.featured-products__title{font-size:4rem;font-weight:800;margin-bottom:2.4rem;color:var(--color-text)}.featured-products__subtitle{font-size:2rem;color:var(--color-gray-600);max-width:80rem;margin:0 auto;line-height:1.6}.featured-products__grid{gap:3.2rem;margin-bottom:4.8rem}.product-card{background-color:var(--color-secondary);border-radius:1.6rem;overflow:hidden;transition:all .3s ease;box-shadow:0 1rem 1.5rem -.3rem #0000001a,0 .4rem .6rem -.2rem #0000000d}.product-card:hover{transform:translateY(-.5rem);box-shadow:0 2rem 2.5rem -.5rem #0000001a,0 1rem 1rem -.5rem #0000000a}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__image{position:relative;aspect-ratio:1;background-color:var(--color-gray-100);overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;background-color:var(--color-gray-200);color:var(--color-gray-600);font-weight:500}.product-card__badge{position:absolute;top:1.2rem;right:1.2rem;padding:.4rem .8rem;border-radius:.4rem;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-card__badge--sold-out{background-color:#ef4444;color:#fff}.product-card__content{padding:2.4rem}.product-card__title{font-size:1.8rem;font-weight:600;margin-bottom:1.2rem;color:var(--color-text);line-height:1.3}.product-card__price{margin-bottom:1.2rem}.product-card__price--regular,.product-card__price--sale{font-size:1.8rem;font-weight:600;color:var(--color-text)}.product-card__price--compare{font-size:1.6rem;color:var(--color-gray-500);text-decoration:line-through;margin-left:.8rem}.product-card__status{font-size:1.4rem;font-weight:500}.product-card__status--available{color:#10b981}.product-card__status--sold-out{color:#ef4444}.featured-products__cta{text-align:center}.about{padding:8rem 0}.about__content{gap:4.8rem;align-items:center}.about__title{font-size:4rem;font-weight:800;margin-bottom:2.4rem;color:var(--color-text)}.about__description{font-size:1.8rem;line-height:1.7;color:var(--color-gray-700)}.about__description p{margin-bottom:2.4rem}.about__description p:last-child{margin-bottom:0}.about__image{position:relative;border-radius:1.6rem;overflow:hidden;box-shadow:0 2rem 2.5rem -.5rem #00000040}.about__image img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.about__image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0003;border-radius:1.6rem}.testimonials{padding:8rem 0}.testimonials__header{text-align:center;margin-bottom:6.4rem}.testimonials__title{font-size:4rem;font-weight:800;margin-bottom:2.4rem;color:var(--color-text)}.testimonials__subtitle{font-size:2rem;color:var(--color-gray-600);max-width:80rem;margin:0 auto;line-height:1.6}.testimonials__grid{gap:3.2rem}.testimonial{background-color:var(--color-gray-50);border-radius:1.6rem;padding:2.4rem;box-shadow:0 1rem 1.5rem -.3rem #0000001a,0 .4rem .6rem -.2rem #0000000d;transition:all .3s ease}.testimonial:hover{transform:translateY(-.5rem);box-shadow:0 2rem 2.5rem -.5rem #0000001a,0 1rem 1rem -.5rem #0000000a}.testimonial__rating{margin-bottom:1.6rem}.testimonial__star{font-size:1.4rem;color:#fbbf24}.testimonial__quote{font-size:1.6rem;line-height:1.6;color:var(--color-gray-600);font-style:italic;margin:0 0 2.4rem}.testimonial__author{display:flex;align-items:center;gap:1.2rem}.testimonial__author-image{width:4.8rem;height:4.8rem;border-radius:50%;object-fit:cover}.testimonial__author-name{display:block;font-size:1.6rem;font-weight:600;color:var(--color-text);font-style:normal}.newsletter{padding:8rem 0;background-color:var(--color-primary);color:var(--color-secondary)}.newsletter__content{text-align:center;max-width:80rem;margin:0 auto}.newsletter__title{font-size:4rem;font-weight:800;margin-bottom:2.4rem;color:var(--color-secondary)}.newsletter__subtitle{font-size:2rem;color:#ffffffe6;margin-bottom:4rem;line-height:1.6}.newsletter__actions{display:flex;justify-content:center}@media (max-width: 768px){.hero__title{font-size:4rem}.hero__subtitle{font-size:1.8rem;margin-bottom:3rem}.hero__buttons{flex-direction:column;align-items:center}.hero__buttons .btn{width:100%;max-width:30rem}.features__title,.featured-products__title,.about__title,.testimonials__title,.newsletter__title{font-size:3.2rem}.features__subtitle,.featured-products__subtitle,.testimonials__subtitle,.newsletter__subtitle{font-size:1.8rem}.features__grid,.featured-products__grid,.testimonials__grid{grid-template-columns:1fr;gap:2.4rem}.about__content{grid-template-columns:1fr;gap:3.2rem}.about__text{order:2}.about__image{order:1}.about__description{font-size:1.6rem}.features__item,.product-card__content,.testimonial{padding:2rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
