.home-hero{position:relative;min-height:100vh;overflow:hidden}.home-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease-in-out;z-index:0}.home-hero__slide--active{opacity:1;z-index:10}.home-hero__slide img{width:100%;height:100%;object-fit:cover}.home-hero__overlay-1{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,hsla(127,22%,29%,.75),hsla(127,22%,29%,.4),transparent)}.home-hero__overlay-2{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,hsla(22,30%,32%,.5),transparent,hsla(127,22%,29%,.15))}.home-hero__content{position:relative;z-index:20;min-height:100vh;display:flex;align-items:center}.home-hero__inner{max-width:80rem;margin:0 auto;padding:8rem 1.5rem 10rem;width:100%}.home-hero__text-wrap{max-width:42rem;position:relative}.home-hero__text{opacity:0;transform:translateY(1.5rem);transition:opacity .7s ease-out,transform .7s ease-out;position:absolute;pointer-events:none}.home-hero__text--active{opacity:1;transform:translateY(0);position:relative;pointer-events:auto}.home-hero__headline{font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:700;color:#f6f4ee;line-height:1.1;margin-bottom:1rem}@media(min-width:768px){.home-hero__headline{font-size:3.75rem}}@media(min-width:1024px){.home-hero__headline{font-size:4.5rem}}.home-hero__subline{font-family:Lora,serif;font-size:1.125rem;color:#f6f4eed9;line-height:1.6;margin-bottom:2.5rem}@media(min-width:768px){.home-hero__subline{font-size:1.25rem}}.home-hero__cta{display:inline-block;font-family:Montserrat,sans-serif;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;background:#d7a423;color:#333;padding:14px 28px;border-radius:999px;text-decoration:none;box-shadow:0 4px 20px -4px #6a4b394d;transition:all .3s ease}.home-hero__cta:hover{filter:brightness(1.1);transform:scale(1.05)}.home-hero__dots{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:30;display:flex;align-items:center;gap:.75rem}.home-hero__dot{height:.625rem;border-radius:9999px;border:none;cursor:pointer;transition:all .5s ease;width:.625rem;background:#f6f4ee66}.home-hero__dot:hover{background:#f6f4ee99}.home-hero__dot--active{width:2.5rem;background:#d7a423;position:relative}.home-trust{background:#3a5a3d;padding:2rem 0}@media(min-width:768px){.home-trust{padding:2.5rem 0}}.home-trust__grid{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.home-trust__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.home-trust__item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.home-trust__item svg{width:1.75rem;height:1.75rem;color:#d7a423;stroke-width:1.5}.home-trust__label{font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#f6f4eee6}@media(min-width:768px){.home-trust__label{font-size:.8rem}}.home-collections{padding:5rem 0}@media(min-width:768px){.home-collections{padding:7rem 0}}.home-collections__header{text-align:center;margin-bottom:3.5rem}.home-collections__title{font-family:Montserrat,sans-serif;font-size:1.875rem;font-weight:700;color:#3a5a3d;margin-bottom:1rem}@media(min-width:768px){.home-collections__title{font-size:2.25rem}}.home-collections__subtitle{font-family:Lora,serif;font-size:1.125rem;color:#595959;max-width:36rem;margin:0 auto}.home-collections__grid{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.home-collections__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.home-collections__card{position:relative;border-radius:.75rem;overflow:hidden;aspect-ratio:1;box-shadow:0 2px 12px -2px #6a4b3914;display:block;text-decoration:none;transition:box-shadow .3s ease}.home-collections__card:hover{box-shadow:0 8px 30px -6px #6a4b392e}.home-collections__card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-collections__card:hover img{transform:scale(1.05)}.home-collections__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,hsla(127,22%,29%,.8),hsla(127,22%,29%,.2),transparent)}.home-collections__card-text{position:absolute;bottom:0;left:0;right:0;padding:1rem}@media(min-width:768px){.home-collections__card-text{padding:1.25rem}}.home-collections__card-name{font-family:Montserrat,sans-serif;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:#f6f4ee}@media(min-width:768px){.home-collections__card-name{font-size:1rem}}.home-collections__card-desc{font-family:Lora,serif;font-size:.75rem;color:#f6f4eebf;margin-top:.25rem}@media(min-width:768px){.home-collections__card-desc{font-size:.875rem}}.home-story{padding:5rem 0;background:#3a5a3d0d}@media(min-width:768px){.home-story{padding:7rem 0}}.home-story__grid{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;gap:3rem;align-items:center}@media(min-width:768px){.home-story__grid{grid-template-columns:1fr 1fr;gap:4rem}}.home-story__image-wrap{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 8px 30px -6px #6a4b392e;aspect-ratio:4 / 3}.home-story__image-wrap img{width:100%;height:100%;object-fit:cover}.home-story__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,hsla(127,22%,29%,.3),transparent)}.home-story__label{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#d7a423;margin-bottom:1rem}.home-story__title{font-family:Montserrat,sans-serif;font-size:1.875rem;font-weight:700;color:#3a5a3d;line-height:1.2;margin-bottom:1.5rem}@media(min-width:768px){.home-story__title{font-size:2.25rem}}.home-story__text{font-family:Lora,serif;font-size:1rem;color:#4a4a4acc;line-height:1.75}@media(min-width:768px){.home-story__text{font-size:1.125rem}}.home-story__text p+p{margin-top:1.25rem}.home-story__quote{font-family:Lora,serif;font-style:italic;font-weight:500;color:#6a4b39;margin-top:1.25rem}.home-products{padding:5rem 0}@media(min-width:768px){.home-products{padding:7rem 0}}.home-products__header{text-align:center;margin-bottom:3.5rem}.home-products__title{font-family:Montserrat,sans-serif;font-size:1.875rem;font-weight:700;color:#3a5a3d;margin-bottom:1rem}@media(min-width:768px){.home-products__title{font-size:2.25rem}}.home-products__subtitle{font-family:Lora,serif;font-size:1.125rem;color:#595959;max-width:36rem;margin:0 auto}.home-products__grid{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.home-products__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.home-product-card{background:#f6f4ee;border-radius:.75rem;overflow:hidden;border:1px solid hsla(40,20%,80%,.5);box-shadow:0 1px 3px #6a4b390a;transition:box-shadow .3s ease}.home-product-card:hover{box-shadow:0 8px 30px -6px #6a4b3926}.home-product-card__image{aspect-ratio:1;overflow:hidden;background:#f7f4ed}.home-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-product-card:hover .home-product-card__image img{transform:scale(1.05)}.home-product-card__info{padding:1rem}@media(min-width:768px){.home-product-card__info{padding:1.25rem}}.home-product-card__name{font-family:Montserrat,sans-serif;font-weight:600;font-size:.875rem;color:#4a4a4a}@media(min-width:768px){.home-product-card__name{font-size:1rem}}.home-product-card__benefit{font-family:Lora,serif;font-size:.75rem;color:#595959;margin-top:.25rem}@media(min-width:768px){.home-product-card__benefit{font-size:.875rem}}.home-product-card__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.home-product-card__price{font-family:Montserrat,sans-serif;font-weight:700;font-size:1rem;color:#6a4b39}.home-product-card__add{display:inline-flex;align-items:center;gap:.375rem;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:#d7a423;color:#333;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s ease}.home-product-card__add:hover{filter:brightness(1.1)}.home-product-card__add svg{width:.875rem;height:.875rem}.home-why{padding:5rem 0;background:#3a5a3d}@media(min-width:768px){.home-why{padding:7rem 0}}.home-why__header{text-align:center;margin-bottom:3.5rem}.home-why__title{font-family:Montserrat,sans-serif;font-size:1.875rem;font-weight:700;color:#f6f4ee;margin-bottom:1rem}@media(min-width:768px){.home-why__title{font-size:2.25rem}}.home-why__subtitle{font-family:Lora,serif;font-size:1.125rem;color:#f6f4eebf;max-width:36rem;margin:0 auto}.home-why__grid{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;gap:2rem}@media(min-width:768px){.home-why__grid{grid-template-columns:repeat(3,1fr)}}.home-why__card{text-align:center;padding:2rem;border-radius:.75rem;background:#f6f4ee0d;border:1px solid hsla(40,33%,95%,.1)}.home-why__icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:#d7a42333;margin-bottom:1.5rem}.home-why__icon svg{width:1.75rem;height:1.75rem;color:#d7a423;stroke-width:1.5}.home-why__card-title{font-family:Montserrat,sans-serif;font-weight:600;font-size:1.125rem;color:#f6f4ee;margin-bottom:.75rem}.home-why__card-text{font-family:Lora,serif;font-size:.875rem;color:#f6f4eeb3;line-height:1.6}@media(min-width:768px){.home-why__card-text{font-size:1rem}}.home-testimonials{padding:5rem 0}@media(min-width:768px){.home-testimonials{padding:7rem 0}}.home-testimonials__header{text-align:center;margin-bottom:3.5rem}.home-testimonials__title{font-family:Montserrat,sans-serif;font-size:1.875rem;font-weight:700;color:#3a5a3d;margin-bottom:1rem}@media(min-width:768px){.home-testimonials__title{font-size:2.25rem}}.home-testimonials__grid{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;gap:1.5rem}@media(min-width:768px){.home-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.home-testimonial-card{background:#f6f4ee;border-radius:.75rem;padding:1.75rem;border:1px solid hsla(40,20%,80%,.5);box-shadow:0 1px 3px #6a4b390a}@media(min-width:768px){.home-testimonial-card{padding:2rem}}.home-testimonial-card__stars{display:flex;gap:.25rem;margin-bottom:1rem}.home-testimonial-card__stars svg{width:1rem;height:1rem;fill:#d7a423;color:#d7a423}.home-testimonial-card__quote{font-family:Lora,serif;font-style:italic;font-size:1rem;color:#4a4a4acc;line-height:1.6;margin-bottom:1.5rem}.home-testimonial-card__name{font-family:Montserrat,sans-serif;font-weight:600;font-size:.875rem;color:#4a4a4a}.home-testimonial-card__context{font-family:Lora,serif;font-size:.75rem;color:#595959}.home-cta{padding:5rem 0;background:#3a5a3d0d}@media(min-width:768px){.home-cta{padding:7rem 0}}.home-cta__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;text-align:center}.home-cta__title{font-family:Montserrat,sans-serif;font-size:1.875rem;font-weight:700;color:#3a5a3d;line-height:1.2;margin-bottom:1.5rem}@media(min-width:768px){.home-cta__title{font-size:3rem}}.home-cta__text{font-family:Lora,serif;font-size:1.125rem;color:#595959;max-width:32rem;margin:0 auto 2.5rem}.home-cta__btn{display:inline-flex;font-family:Montserrat,sans-serif;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;background:#d7a423;color:#333;padding:14px 28px;border-radius:999px;text-decoration:none;box-shadow:0 4px 20px -4px #6a4b394d;transition:all .3s ease}.home-cta__btn:hover{filter:brightness(1.1);transform:scale(1.05)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/home-page.css.map */
