:root{--bg-color: #ffffff;--text-color: #1a1a1a;--accent-color: #A3B18A;--light-grey: #f4f4f4;--border-color: #e5e5e5;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--container-width: 1400px;--spacer: 2rem}.custom-homepage-wrapper *{margin:0;padding:0;box-sizing:border-box}.custom-homepage-wrapper{font-family:var(--font-body);-webkit-font-smoothing:antialiased;background-color:var(--bg-color);color:var(--text-color);line-height:1.6}.custom-homepage-wrapper h1,.custom-homepage-wrapper h2,.custom-homepage-wrapper h3,.custom-homepage-wrapper h4,.custom-homepage-wrapper h5,.custom-homepage-wrapper h6,.custom-homepage-wrapper .h1,.custom-homepage-wrapper .h2,.custom-homepage-wrapper .h3,.custom-homepage-wrapper .h4,.custom-homepage-wrapper .h5,.custom-homepage-wrapper .h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--text-color)}.custom-homepage-wrapper a{text-decoration:none;color:inherit;transition:color .3s ease}.custom-homepage-wrapper img{max-width:100%;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--spacer)}.header,.custom-header{position:sticky;top:0;left:0;width:100%;z-index:100;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);padding:1.5rem 0;margin-bottom:-6rem}.header-inner{display:flex;justify-content:space-between;align-items:center}.nav-link{font-family:var(--font-body);font-size:1.3rem;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-right:2rem;color:var(--header-text);text-decoration:none;transition:opacity .3s}.nav-right .nav-link{display:flex;align-items:center}.logo{font-family:var(--font-heading);font-size:2rem;font-weight:700;letter-spacing:-1px}.hero-slider-container{position:relative;height:80vh;min-height:600px;width:100%;overflow:hidden;background:#e8ddd5}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;display:flex;align-items:flex-end;justify-content:center;padding-bottom:6rem}.hero-slide.active{opacity:1;z-index:2;will-change:opacity}.hero-slider-container.slider-ready .hero-slide{transition:opacity .6s ease-in-out}.hero-slide .hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-slide .hero-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.hero-slide .hero-image img{width:100%;height:100%;object-fit:cover;transform:translateZ(0)}.hero-slide .hero-content{position:relative;z-index:3;text-align:center;color:#fff;opacity:0;transform:translateY(20px);transition:opacity .5s ease .2s,transform .5s ease .2s;display:flex;flex-direction:column;align-items:center;will-change:opacity,transform}.hero-slide.active .hero-content{opacity:1;transform:translateY(0)}.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:1rem}.hero-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease}.hero-dot.active{background:#fff;transform:scale(1.2)}.hero-title{font-family:var(--font-heading);font-size:6rem;line-height:.95;margin-bottom:2rem;text-transform:uppercase;color:#fff}.hero-subtitle{font-size:1.5rem;color:#ffffffe6;margin-bottom:3rem;max-width:600px;font-weight:300}@media(max-width:1024px){.hero-title{font-size:4.5rem}}@media(max-width:768px){.header,.custom-header{margin-bottom:0}.custom-homepage-wrapper,.shopify-section:has(.custom-homepage-wrapper),.shopify-section .custom-homepage-wrapper{margin-top:0!important;padding-top:0!important}.shopify-section:has(.custom-homepage-wrapper){margin-top:0!important;padding-top:0!important;border-top:none!important}.custom-homepage-wrapper .hero-slider-container{margin-top:0!important;display:block}.hero-slider-container{height:70vh;min-height:420px}.hero-slide{padding-bottom:4rem;align-items:center;justify-content:center}.hero-title{font-size:3rem;margin-bottom:1.2rem}.hero-subtitle{font-size:1.15rem;margin-bottom:2rem;max-width:90%;padding:0 .5rem}.hero-content.container{padding:0 1.5rem}.section-header{margin-bottom:0!important}}@media(max-width:480px){.hero-slider-container{height:65vh;min-height:360px}.hero-slide{padding-bottom:3.5rem;align-items:flex-end;justify-content:center}.hero-title{font-size:2.2rem;margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem;max-width:95%}.hero-slide .btn{padding:.9rem 2rem;font-size:.95rem;letter-spacing:1px}.hero-dots{bottom:1rem;gap:.7rem}.hero-dot{width:9px;height:9px}.hero-content.container{padding:0 1.2rem}}.btn{display:inline-block;padding:1.2rem 3rem;text-transform:uppercase;font-weight:600;letter-spacing:2px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.btn-md{padding:.8rem 2rem!important;font-size:1rem!important}.btn-primary{background:#1a1a1a;color:#fff;border:1px solid #1a1a1a}.btn-primary:hover{background:transparent;color:#1a1a1a;border-color:#1a1a1a}.hero .btn-primary{background:#fff;color:#000;border-color:#fff}.hero .btn-primary:hover{background:transparent;color:#fff;border-color:#fff}.btn-outline{background:transparent;color:var(--text-color);border:1px solid var(--text-color)}.btn-outline:hover{background:#bb10dd;color:#fff}.products{padding:6rem var(--spacer)}.view-more-wrapper{text-align:center;margin-top:3rem}.view-more-btn{min-width:200px;font-size:1.1rem}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.section-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:500}.view-all{text-decoration:underline;text-underline-offset:4px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:991px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.product-card{max-width:300px;margin:0 auto}}.product-card{position:relative;cursor:pointer;padding:15px;width:100%;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.product-image{position:relative;aspect-ratio:4/4;overflow:hidden;background:#f0f0f0;margin-bottom:0;display:flex;align-items:center;justify-content:center;border-radius:12px 12px 0 0}.product-image img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease,transform .6s ease}.product-image img.secondary-image{position:absolute;top:0;left:0;opacity:0}.product-card:hover .product-image img.primary-image{opacity:0}.product-card:hover .product-image img.secondary-image{opacity:1}.product-card:hover .product-image img{transform:scale(1.03)}.wishlist-btn{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;opacity:0}.product-card:hover .wishlist-btn{opacity:1}.wishlist-btn:hover{transform:scale(1.15);box-shadow:0 4px 12px #00000026}.wishlist-btn svg{width:18px;height:18px;transition:all .3s ease}.wishlist-btn.active svg{fill:#e74c6f;stroke:#e74c6f}.product-overlay{position:absolute;bottom:0;left:0;width:100%;padding:1rem;transform:translateY(100%);transition:transform .3s ease}.product-card:hover .product-overlay{transform:translateY(0)}.btn-quick-add{width:100%;padding:1rem;background:#fff;border:none;text-transform:uppercase;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 4px 12px #0000001a;letter-spacing:1px}.btn-quick-add:hover{background:var(--text-color);color:#fff}.product-info{background:#f5f1eb;padding:1.2rem 1rem;border-radius:0 0 12px 12px;display:flex;flex-direction:column;flex-grow:1;min-height:180px}.product-title{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;margin-bottom:.5rem;line-height:1.2;min-height:3.4em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price-wrap{margin-bottom:.4rem}.product-badge-sale{display:inline-block;background:#1a1a1a;color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:.2rem .75rem;border-radius:20px;margin-bottom:.5rem;text-transform:capitalize}.product-price-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.product-price-compare{font-size:1.2rem;color:#999;text-decoration:line-through;font-weight:400}.product-price-actual{font-size:1.3rem;color:#333;font-weight:600}.product-action{margin-top:auto!important}.two-column-banner-section{padding:4rem var(--spacer) 6rem}.banner-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;margin:0 auto}.banner-item{display:block;width:100%;position:relative;overflow:hidden;border-radius:4px}.banner-item img{width:100%;height:auto;display:block;transition:transform .5s ease}.banner-item:hover img{transform:scale(1.03)}@media(max-width:768px){.banner-grid{grid-template-columns:1fr;gap:1.5rem}}.btn-add-cart-outline{background:transparent;color:var(--text-color);border:1px solid var(--text-color);width:100%;font-size:1.2rem!important;padding:.8rem 2rem;display:inline-block;cursor:pointer;text-transform:uppercase;font-weight:600;transition:all .4s cubic-bezier(.25,1,.5,1);border-radius:5px;letter-spacing:.5px}.btn-add-cart-outline:hover{background:#bb10dd;color:#fff;transform:translateY(-4px);box-shadow:0 10px 20px #00000026;border-color:transparent}.testimonials-section{padding:6rem 0;background:#fff;border-top:none}.testimonial-slider-wrapper{position:relative;padding:0 40px}.testimonial-grid-new{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0}.testimonial-grid-new::-webkit-scrollbar{display:none}.testimonial-item-container{display:flex;flex-direction:column;align-items:center;flex:0 0 calc(33.333% - 1.333rem)}@media(max-width:1024px){.testimonial-item-container{flex:0 0 calc(50% - 1rem)}}@media(max-width:768px){.testimonial-item-container{flex:0 0 calc(100% - 2rem)}}.testimonial-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:1.5px solid #ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.testimonial-nav:hover{background:#bb10dd;border-color:#bb10dd}.testimonial-nav:hover svg{stroke:#fff}.testimonial-nav svg{width:20px;height:20px;stroke:#333;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.testimonial-nav.prev{left:0}.testimonial-nav.next{right:0}.testimonial-nav.hidden{opacity:0;pointer-events:none}.testimonial-image-card{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;margin-bottom:1.5rem;cursor:pointer}.testimonial-image-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.testimonial-image-card:hover img{transform:scale(1.05)}.testimonial-overlay{position:absolute;bottom:0;left:0;width:100%;padding:2rem;background:linear-gradient(to top,#000c,#0000);color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:50%}.testimonial-stars{color:#fff;font-size:1.4rem;margin-bottom:1rem;letter-spacing:2px}.testimonial-quote{font-family:Times New Roman,serif;text-transform:uppercase;font-size:1.2rem;line-height:1.4;margin-bottom:1rem;letter-spacing:1px}.testimonial-author{font-family:Brush Script MT,cursive;font-style:italic;font-size:1.8rem;opacity:.9}.explore-link{font-family:var(--font-heading);font-size:1.4rem;text-transform:uppercase;letter-spacing:1px;color:#333;border-bottom:1px solid transparent;padding-bottom:2px;transition:all .3s ease}.explore-link:hover{border-bottom-color:#333;gap:.5rem}.footer{padding:6rem 0 2rem;background:var(--text-color);color:#fff}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem}.footer-heading{font-family:var(--font-heading);font-size:1.2rem;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#999}.footer-links a:hover{color:#fff}.newsletter-form{display:flex;border-bottom:1px solid #fff}.newsletter-form input{background:transparent;border:none;padding:1rem 0;color:#fff;width:100%}.newsletter-form input:focus{outline:none}.newsletter-form button{background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#666;font-size:.8rem}.why-choose-us{padding:8rem var(--spacer);background:#fafafa;border-top:none;max-width:100%}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.feature-item{background:#fff;padding:0;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #eee;overflow:hidden;height:100%;display:flex;flex-direction:column}.feature-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014;border-color:transparent}.feature-image{width:100%;aspect-ratio:1/1;position:relative;overflow:hidden;background:#f0f0f0}.feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.feature-item:hover .feature-image img{transform:scale(1.05)}.feature-item h3{font-family:var(--font-heading);font-size:1.9rem;font-weight:500;margin-bottom:.5rem;padding:1.5rem 1.5rem .5rem}.feature-item p{color:#666;font-size:1.5rem;line-height:1.6;margin-bottom:0;padding:0 1.5rem 2rem}.about-detailed{background:#fff;padding:0}.about-grid{display:grid;grid-template-columns:2fr 1fr;align-items:center;padding-top:3rem}.about-image{height:420px;width:100%}.about-image img{height:100%;width:100%;object-fit:cover}.about-content{padding:5rem;background:#fff;height:100%;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:1.1rem;text-transform:uppercase;letter-spacing:3px;color:#bb10dd;margin-bottom:1.5rem;display:block;font-weight:600}.about-heading{font-family:var(--font-heading);font-size:4rem;margin-bottom:2rem;line-height:1.05;color:#1a1a1a}.about-text-content{margin-bottom:3rem;color:#444;font-size:1.5rem;line-height:1.6;max-width:650px}.about-content p{color:#555;max-width:550px;font-size:1.25rem;line-height:1.7}.journal{padding:8rem var(--spacer)}.journal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.journal-card{cursor:pointer}.journal-image{aspect-ratio:16/10;margin-bottom:1.5rem;overflow:hidden}.journal-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.journal-card:hover .journal-image img{transform:scale(1.03)}.journal-date{font-size:1.2rem;color:#bb10dd;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.5rem}.journal-title{font-family:var(--font-heading);font-size:1.8rem;margin-bottom:1rem;font-weight:600;line-height:1.2}.journal-excerpt{color:#555;font-size:1.4rem;line-height:1.6}@media(max-width:768px){.features-grid{flex-direction:column}.about-grid{grid-template-columns:1fr}.about-image{height:400px}.about-content{padding:3rem 1.5rem}.about-heading{font-size:2.5rem}.header-inner{flex-direction:column;gap:1rem}.nav-left,.nav-right{display:none}.hero{grid-template-columns:1fr;height:auto}.hero-image{height:50vh;order:-1}.hero-content{padding:2rem;border-right:none}.hero-title{font-size:3rem}.story-inner{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}.ingredients-section{padding:6rem var(--spacer);background:#fafafa;max-width:100%}.ingredients-header{margin-bottom:4rem;text-align:left;padding-left:6rem}.ingredients-eyebrow{font-size:1.2rem;text-transform:uppercase;letter-spacing:2px;color:#bb10dd;margin-bottom:.5rem;display:block;font-weight:600}.ingredients-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:500;color:#333}.ingredients-slider-wrapper{position:relative;padding:0 60px}.ingredients-grid{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0}.ingredients-grid::-webkit-scrollbar{display:none}.ingredients-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:1.5px solid #ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.ingredients-nav:hover{background:#bb10dd;border-color:#bb10dd}.ingredients-nav:hover svg{stroke:#fff}.ingredients-nav svg{width:20px;height:20px;stroke:#333;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.ingredients-nav.prev{left:5px}.ingredients-nav.next{right:5px}.ingredients-nav.hidden{opacity:0;pointer-events:none}.ingredient-item{display:flex;flex-direction:column;align-items:center;position:relative;min-width:calc((100% - 4rem)/5);width:calc((100% - 4rem)/5);aspect-ratio:1 / 1;flex-shrink:0}.ingredient-link{display:block;text-decoration:none;color:inherit;position:relative;width:100%;height:100%;transition:transform .3s ease}.ingredient-link:hover{transform:scale(1.05)}.ingredient-svg-text{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.curved-text{font-family:var(--font-heading);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:2px;fill:#c58940}.ingredient-image-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:170px;height:200px;display:flex;align-items:center;justify-content:center}.ingredient-image{width:100%;height:100%;object-fit:contain}@media(max-width:1024px){.ingredients-grid{gap:1.5rem}.ingredient-item{min-width:calc((100% - 7.5rem) / 6);width:calc((100% - 7.5rem) / 6)}.ingredients-slider-wrapper{padding:0 50px}}@media(max-width:768px){.ingredient-item{min-width:130px;width:130px}.ingredient-image-container{width:70px;height:70px}.curved-text{font-size:10px}.ingredients-slider-wrapper{padding:0 40px}.ingredients-nav{width:36px;height:36px;left:0}.ingredients-nav.next{right:0;left:auto}.ingredients-nav svg{width:16px;height:16px}.ingredients-header{padding-left:2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-homepage.css.map */
