@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Poppins:wght@300;400;500;600;700&family=Dancing+Script:wght@600;700&display=swap";:root{--cream: #FDF5DC;--cream2: #F5EDD0;--cream3: #FAEECB;--green: #2D5A27;--green-dark: #1E3D1A;--green-light: #4A7A3D;--gold: #D4A017;--gold2: #C9A84C;--text: #2C2C2C;--text-light: #666666;--border: #E0D5BC;--border2: #D0C8A8;--red: #E53E3E;--white: #ffffff;--shadow-sm: 0 2px 12px rgba(0,0,0,.07);--shadow-md: 0 8px 30px rgba(0,0,0,.12);--shadow-lg: 0 16px 50px rgba(0,0,0,.18);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Poppins,sans-serif;background:var(--cream);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:Poppins,sans-serif}h1,h2,h3{font-family:Playfair Display,serif;line-height:1.2}.script-font{font-family:Dancing Script,cursive}.container{max-width:1100px;margin:0 auto;padding:0 30px}#main-content{min-height:60vh}.whatsapp-float{position:fixed;bottom:25px;right:25px;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36680;z-index:9999;transition:.3s}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d366a6}.whatsapp-float svg{width:28px;height:28px;fill:#fff}.back-to-top{position:fixed;bottom:90px;right:27px;width:42px;height:42px;background:var(--green);border:none;border-radius:50%;color:#fff;display:none;align-items:center;justify-content:center;box-shadow:0 3px 15px #0003;z-index:9998;transition:.3s}.back-to-top.visible{display:flex}.back-to-top:hover{background:var(--green-dark);transform:translateY(-3px)}.back-to-top svg{stroke:#fff}.product-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:30px;font-size:13px;color:var(--text-light)}.product-breadcrumb a{color:var(--text-light)}.product-breadcrumb a:hover{color:var(--green)}.product-breadcrumb span:last-child{color:var(--green);font-weight:600}.product-page-wrap{max-width:1100px;margin:0 auto;padding:40px 30px 80px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px}.product-gallery-main{border-radius:var(--radius-lg);overflow:hidden;height:460px;background:var(--cream2);position:relative}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-thumb-strip{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.product-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:.2s}.product-thumb.active,.product-thumb:hover{border-color:var(--green)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info-panel h1{font-family:Playfair Display,serif;font-size:32px;color:var(--green-dark);margin-bottom:10px}.product-rating-strip{display:flex;align-items:center;gap:10px;margin-bottom:14px}.product-stars{color:#f5a623;font-size:16px}.product-rating-num{font-size:13px;color:var(--text-light)}.product-price-big{font-size:28px;font-weight:700;color:var(--green-dark);margin-bottom:5px}.product-was-price{font-size:15px;color:#aaa;text-decoration:line-through}.product-save-tag{display:inline-block;background:#fff0f0;color:var(--red);padding:3px 10px;border-radius:4px;font-size:12px;font-weight:700;margin-left:10px}.product-variants-wrap{margin:20px 0}.product-variants-wrap label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-light);display:block;margin-bottom:8px}.variant-options{display:flex;gap:10px;flex-wrap:wrap}.variant-opt{padding:8px 18px;border:2px solid var(--border);border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:.2s}.variant-opt:hover,.variant-opt.active{border-color:var(--green);color:var(--green)}.product-qty-row{display:flex;align-items:center;gap:14px;margin:20px 0}.qty-wrap{display:flex;align-items:center;border:2px solid var(--border);border-radius:8px;overflow:hidden}.qty-btn{padding:10px 16px;background:#fff;border:none;font-size:18px;cursor:pointer;color:var(--green)}.qty-btn:hover{background:var(--cream)}.qty-num{padding:10px 18px;font-size:16px;font-weight:600;min-width:50px;text-align:center}.btn-add-to-cart{flex:1;padding:13px;background:var(--green);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;transition:.3s}.btn-add-to-cart:hover{background:var(--green-dark)}.btn-buy-now{width:100%;padding:13px;background:var(--cream3);color:var(--green-dark);border:2px solid var(--green);border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-top:12px;transition:.3s}.btn-buy-now:hover{background:var(--green);color:#fff}.product-trust-row{display:flex;gap:20px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border);flex-wrap:wrap}.product-trust-item{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--text-light)}.product-trust-item svg{width:18px;height:18px;fill:var(--green)}.collection-page-wrap{max-width:1300px;margin:0 auto;padding:40px 30px 80px}.collection-layout{display:grid;grid-template-columns:210px 1fr;gap:30px}.collection-sidebar h3{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-light);margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.sidebar-cat-item{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;font-size:14px;font-weight:500;color:var(--text);border-bottom:1px solid var(--border);cursor:pointer;transition:.2s;text-decoration:none}.sidebar-cat-item:hover,.sidebar-cat-item.active{color:var(--green);font-weight:600}.sidebar-cat-item svg{width:16px;height:16px;stroke:var(--green-light);fill:none}.cart-page-wrap{max-width:1100px;margin:0 auto;padding:40px 30px 80px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:30px}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item-img{width:90px;height:90px;border-radius:10px;overflow:hidden}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-name{font-size:15px;font-weight:600;color:var(--green-dark);margin-bottom:5px}.cart-item-variant{font-size:12px;color:var(--text-light)}.cart-item-price{font-size:16px;font-weight:700;color:var(--green-dark)}.cart-summary-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:24px}.cart-summary-box h3{font-size:16px;color:var(--green-dark);margin-bottom:16px;font-family:Poppins,sans-serif;font-weight:700}.cart-total-row{display:flex;justify-content:space-between;font-size:14px;padding:8px 0;border-bottom:1px solid var(--border)}.cart-total-row.final{font-size:18px;font-weight:700;color:var(--green-dark);padding-top:14px;border:none}.btn-checkout{display:block;width:100%;padding:15px;background:var(--green);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;text-align:center;margin-top:16px;text-transform:uppercase;letter-spacing:.5px;transition:.3s}.btn-checkout:hover{background:var(--green-dark)}.contact-page-wrap{max-width:900px;margin:0 auto;padding:60px 30px 80px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact-form-field{margin-bottom:18px}.contact-form-field label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text-light);display:block;margin-bottom:6px}.contact-form-field input,.contact-form-field textarea,.contact-form-field select{width:100%;padding:12px 16px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;font-family:Poppins,sans-serif;background:#fff;outline:none;transition:.2s}.contact-form-field input:focus,.contact-form-field textarea:focus{border-color:var(--green)}.contact-form-field textarea{height:130px;resize:vertical}.btn-contact-submit{width:100%;padding:14px;background:var(--green);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;transition:.3s}.btn-contact-submit:hover{background:var(--green-dark)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.blog-card{background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:.3s}.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.blog-card-img{height:200px;overflow:hidden}.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:.4s}.blog-card:hover .blog-card-img img{transform:scale(1.05)}.blog-card-body{padding:20px}.blog-tag{display:inline-block;background:var(--cream);color:var(--green);font-size:11px;padding:3px 10px;border-radius:12px;font-weight:600;border:1px solid var(--border);margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.blog-card-title{font-family:Playfair Display,serif;font-size:18px;color:var(--green-dark);margin-bottom:10px;line-height:1.3}.blog-card-excerpt{font-size:13px;color:var(--text-light);line-height:1.7;margin-bottom:16px}.blog-read-more{color:var(--green);font-size:13px;font-weight:600}.search-page-wrap{max-width:800px;margin:0 auto;padding:60px 30px;text-align:center}.search-form-big{display:flex;gap:10px;margin:30px auto;max-width:500px}.search-form-big input{flex:1;padding:14px 20px;border:2px solid var(--border);border-radius:8px;font-size:15px;font-family:Poppins,sans-serif;outline:none}.search-form-big input:focus{border-color:var(--green)}.search-form-big button{padding:14px 24px;background:var(--green);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600}.text-center{text-align:center}.text-green{color:var(--green)}.text-gold{color:var(--gold)}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}@media(max-width:900px){.product-layout,.collection-layout,.cart-layout,.contact-layout{grid-template-columns:1fr}.fv-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.container{padding:0 16px}.fp-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:1fr}.fv-grid{grid-template-columns:1fr 1fr}}.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 2px 8px #0000000f}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;gap:16px}.header-left{display:flex;align-items:center;gap:20px}.header-right{display:flex;align-items:center;gap:16px;justify-content:flex-end}.hamburger-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:6px;border-radius:8px;transition:background .2s}.hamburger-btn:hover{background:var(--cream2)}.hamburger-btn span{display:block;height:2px;background:var(--text);border-radius:2px;transition:.3s}.mobile-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1100}.mobile-drawer-overlay.active{display:block}.mobile-drawer{position:fixed;top:0;left:0;width:290px;height:100%;background:#fff;z-index:1200;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow-y:auto}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border);background:var(--cream)}.mobile-drawer-logo{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--green)}.mobile-drawer-close{background:none;border:none;font-size:20px;cursor:pointer;color:var(--text-light);padding:4px 8px;border-radius:6px;line-height:1}.mobile-drawer-close:hover{background:var(--border)}.mobile-nav-list{list-style:none;padding:10px 0;margin:0;flex:1}.mobile-nav-link{display:block;padding:13px 22px;font-size:14px;font-weight:500;color:var(--text);text-decoration:none;transition:background .2s,color .2s;border-left:3px solid transparent}.mobile-nav-link:hover{background:var(--cream);color:var(--green);border-left-color:var(--green)}.mobile-nav-divider{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);padding:14px 22px 6px}.mobile-drawer-footer{padding:16px 20px;border-top:1px solid var(--border)}.mobile-drawer-wa{display:flex;align-items:center;gap:10px;background:#25d366;color:#fff;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s}.mobile-drawer-wa:hover{background:#1ebe5a}.header-nav-item{display:flex;align-items:center;gap:5px;font-size:14px;font-weight:500;color:var(--text);cursor:pointer;padding:6px 0;transition:color .25s}.header-nav-item:hover,.header-nav-item.active{color:var(--green)}.header-nav-item .chevron-icon{transition:transform .3s}.header-nav-item.active .chevron-icon{transform:rotate(180deg)}.header-logo{text-align:center}.header-logo-img{height:52px;width:auto;margin:0 auto;object-fit:contain}.header-logo-text{font-family:Playfair Display,serif;font-size:26px;font-weight:700;color:var(--green)}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;color:var(--text);border-radius:50%;cursor:pointer;transition:background .25s,color .25s;position:relative}.header-icon-btn:hover{background:var(--cream2);color:var(--green)}.cart-count{position:absolute;top:2px;right:2px;background:var(--green);color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.search-bar-wrap{border-top:1px solid var(--border);padding:12px 0;background:#fff;display:none}.search-bar-wrap.open{display:block}.search-form{display:flex;align-items:center;gap:10px;max-width:560px;margin:0 auto}.search-input{flex:1;padding:10px 16px;border:1.5px solid var(--border);border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;background:var(--cream);outline:none;transition:border .25s}.search-input:focus{border-color:var(--green)}.search-btn{background:var(--green);color:#fff;border:none;padding:10px 14px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-close{background:none;border:none;font-size:16px;cursor:pointer;color:var(--text-light);padding:4px 8px}.mega-menu{position:absolute;left:0;right:0;background:#fff;border-top:2px solid var(--green);box-shadow:0 12px 40px #00000021;z-index:999;display:none}.mega-menu.open{display:block}.mega-menu-inner{display:grid;grid-template-columns:220px 1fr;max-height:480px}.mega-cats{background:var(--cream);padding:20px 0;border-right:1px solid var(--border)}.mega-cats-label{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-light);padding:0 20px 10px}.mega-cat-list{padding:0}.mega-cat-item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;font-size:13.5px;font-weight:500;color:var(--text);cursor:pointer;border-left:3px solid transparent;transition:all .2s}.mega-cat-item:hover,.mega-cat-item.active{background:#fff;color:var(--green);border-left-color:var(--green);font-weight:600}.mega-cat-item svg{color:var(--border2);flex-shrink:0}.mega-cat-item.active svg{color:var(--green)}.mega-products{padding:20px 24px;overflow:hidden;display:flex;flex-direction:column}.mega-products-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.mega-products-title{font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--text-light)}.mega-products-nav{display:flex;gap:6px}.mega-nav-btn{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--border);background:var(--cream);color:var(--text);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.mega-nav-btn:hover{background:var(--green);color:#fff;border-color:var(--green)}.mega-products-grid{position:relative;flex:1;overflow:hidden}.mega-cat-products{display:none;grid-template-columns:repeat(4,1fr);gap:14px}.mega-cat-products.active{display:grid}.mega-product-card{border-radius:12px;border:1px solid var(--border);background:var(--cream);padding:10px;transition:box-shadow .2s,transform .2s;display:block}.mega-product-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.mega-product-img-wrap{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#fff;margin-bottom:8px}.mega-product-img-wrap img{width:100%;height:100%;object-fit:cover}.mega-product-placeholder{display:flex;align-items:center;justify-content:center;font-size:32px;height:100%}.mega-product-badge{position:absolute;top:6px;right:6px;background:var(--green);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px}.mega-product-name{font-size:12px;font-weight:600;color:var(--text);line-height:1.4;margin-bottom:4px}.mega-product-price{display:flex;align-items:center;gap:6px}.mega-price-current{font-size:12px;font-weight:700;color:var(--green)}.mega-price-old{font-size:11px;color:var(--text-light);text-decoration:line-through}.mega-empty-cat{grid-column:1/-1;padding:28px 16px;text-align:center;color:var(--text-light);font-size:13px;display:flex;flex-direction:column;align-items:center;gap:12px}.mega-view-all-btn{display:inline-block;padding:8px 20px;background:var(--green);color:#fff;border-radius:6px;font-size:13px;font-weight:500}.mega-view-all-wrap{margin-top:14px;text-align:right}.mega-view-all{font-size:13px;font-weight:600;color:var(--green);border-bottom:1px solid var(--green);padding-bottom:1px}.mega-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000047;z-index:998}.mega-overlay.active{display:block}.hero-section{padding:22px 24px 28px;background:var(--cream)}.hero-slider{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 8px 40px #00000024;background:#2a3f1e}.hero-slide{display:none;position:relative}.hero-slide.active{display:block}.hero-slide-inner{position:relative;min-height:460px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#14260cb8,#14260c73,#14260c1a);z-index:1}.hero-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:32px;width:100%}.hero-text-col{flex:1;max-width:520px;padding:40px 0}.hero-eyebrow{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;opacity:.9}.hero-headline{font-family:Playfair Display,serif;font-size:clamp(30px,4.5vw,54px);font-weight:700;line-height:1.15;color:#fff;margin-bottom:18px}.hero-hl-plain{display:inline;font-style:normal;font-weight:700;color:#fff}.hero-hl-script{display:inline;font-family:Dancing Script,cursive;font-weight:700;color:var(--gold);font-size:1.18em}.hero-subtext{font-size:14.5px;line-height:1.75;color:#ffffffd9;margin-bottom:28px;max-width:440px}.hero-btn{display:inline-flex;align-items:center;background:var(--gold);color:#1a1a1a;padding:13px 32px;border-radius:50px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;letter-spacing:.03em;box-shadow:0 4px 18px #d4a01759;transition:transform .25s,box-shadow .25s,background .25s}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #d4a01773;background:#c8940e}.hero-product-col{flex-shrink:0;width:clamp(190px,28vw,360px);display:flex;align-items:flex-end;justify-content:center}.hero-product-img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 12px 32px rgba(0,0,0,.35))}.hero-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.hero-dot{width:8px;height:8px;border-radius:50%;background:#ffffff59;border:none;cursor:pointer;padding:0;transition:all .3s}.hero-dot.active{background:var(--gold);width:24px;border-radius:4px}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;border:none;background:#ffffff2e;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .25s}.hero-arrow:hover{background:#ffffff4d}.hero-arrow-prev{left:14px}.hero-arrow-next{right:14px}.fp-section{padding:48px 0 24px;background:var(--cream)}.fp-section-heading{text-align:center;margin-bottom:28px}.fp-section-heading h2{font-family:Playfair Display,serif;font-size:clamp(26px,3.5vw,36px);font-weight:700;color:var(--text)}.fp-section-sub{font-size:14px;color:var(--text-light);margin-top:6px}.fp-layout{display:grid;grid-template-columns:200px 1fr;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 28px #00000014;min-height:500px}.fp-sidebar{background:var(--cream);padding:28px 0;border-right:1px solid var(--border)}.fp-cat-list{padding:0}.fp-cat-item{display:flex;align-items:center;justify-content:space-between;padding:13px 22px 13px 24px;font-size:14px;font-weight:500;color:var(--text);cursor:pointer;border-left:3px solid transparent;transition:all .2s}.fp-cat-item:hover,.fp-cat-item.active{background:#fff;color:var(--green);border-left-color:var(--green);font-weight:600}.fp-cat-item svg{color:var(--border2);flex-shrink:0}.fp-cat-item.active svg{color:var(--green)}.fp-main{padding:22px 18px 18px;overflow:hidden}.fp-main-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.fp-main-label{font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--text-light)}.fp-nav-btns{display:flex;gap:8px}.fp-nav-btn{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--border);background:var(--cream);color:var(--text);font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.fp-nav-btn:hover{background:var(--green);color:#fff;border-color:var(--green)}.fp-track-wrap{overflow:hidden}.fp-track{display:flex;gap:16px;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.fp-card{flex:0 0 250px;background:var(--cream);border-radius:14px;border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.fp-card:hover{box-shadow:0 6px 24px #0000001c;transform:translateY(-3px)}.fp-card-top{display:block;text-decoration:none;color:inherit}.fp-card-img-wrap{position:relative;aspect-ratio:1;background:#fff;overflow:hidden}.fp-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.fp-card:hover .fp-card-img-wrap img{transform:scale(1.04)}.fp-img-placeholder{display:flex;align-items:center;justify-content:center;font-size:48px;height:100%}.fp-badge{position:absolute;top:9px;right:9px;background:var(--green);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.fp-card-info{padding:12px 14px 8px}.fp-card-name{font-size:13.5px;font-weight:600;color:var(--text);line-height:1.4;margin-bottom:7px}.fp-stars{color:var(--gold);font-size:13px;display:flex;align-items:center;gap:5px;margin-bottom:9px}.fp-stars span{font-size:11px;color:var(--text-light)}.fp-pricing{font-size:12px}.fp-mrp{display:flex;align-items:center;gap:5px;color:var(--text-light);margin-bottom:3px}.fp-mrp-lbl{font-size:11px}.fp-mrp-price{text-decoration:line-through;font-size:11.5px}.fp-off-tag{margin-left:auto;font-weight:700;font-size:10.5px;color:var(--green);text-align:right;line-height:1.2}.fp-offer{display:flex;align-items:center;gap:5px}.fp-offer-lbl{font-size:11px;color:var(--text-light)}.fp-offer-price{font-size:15px;font-weight:700;color:var(--text)}.fp-card-btn-wrap{padding:0 14px 14px}.fp-atc{display:block;width:100%;text-align:center;background:var(--green);color:#fff;padding:10px;border-radius:8px;font-size:12px;font-weight:600;letter-spacing:.06em;border:none;cursor:pointer;transition:opacity .2s;text-decoration:none}.fp-atc:hover{opacity:.88}.fp-atc.fp-soldout{background:#ccc;color:#666;cursor:not-allowed}.fp-bottom-cta{text-align:center;margin-top:28px;font-size:15px;font-weight:600}.fp-bottom-cta a{color:var(--green);border-bottom:2px solid var(--gold);padding-bottom:2px}.herbs-section{padding:68px 0;background:var(--green);position:relative;overflow:hidden}.herbs-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 100%,rgba(212,160,23,.08) 0%,transparent 70%);pointer-events:none}.herbs-inner{max-width:1100px;margin:0 auto;padding:0 24px}.herbs-header{text-align:center;margin-bottom:52px}.herbs-eyebrow{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;opacity:.85}.herbs-title{font-family:Playfair Display,serif;font-size:clamp(28px,4vw,44px);font-weight:700;color:#fff}.herbs-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:32px 16px}.herb-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.herb-circle{width:68px;height:68px;border-radius:50%;background:#ffffff1a;border:1.5px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;transition:background .3s,transform .3s,border-color .3s}.herb-card:hover .herb-circle{background:#d4a01738;border-color:var(--gold);transform:translateY(-4px)}.herb-initials{font-size:15px;font-weight:700;color:#fff;letter-spacing:.04em}.herb-name{font-size:13px;font-weight:600;color:#fff;line-height:1.3}.herb-benefit{font-size:11.5px;color:#fdf5dc9e;line-height:1.4}.process-section{padding:68px 0;background:#fffbf0;position:relative;overflow:hidden}.process-wrapper{max-width:1100px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:34% 1fr;gap:80px;align-items:start}.process-left{position:sticky;top:100px}.process-eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.process-title{font-family:Playfair Display,serif;font-size:clamp(28px,3.5vw,46px);font-weight:800;color:var(--green);line-height:1.1;white-space:pre-line}.process-animated{opacity:0;clip-path:inset(0 100% 0 0);transition:clip-path 2s cubic-bezier(.22,.61,.36,1) .1s,opacity .3s ease .1s}.process-section.in-view .process-animated{opacity:1;clip-path:inset(0 0 0 0)}.process-steps{position:relative;display:flex;flex-direction:column;gap:22px}.process-steps:before{content:"";position:absolute;top:0;bottom:0;left:23px;transform:translate(-50%);border-left:5px dotted rgba(45,90,39,.22);z-index:0}.process-step{position:relative;z-index:2;display:grid;grid-template-columns:46px 1fr;column-gap:18px;align-items:flex-start}.process-marker-col{display:flex;align-items:center;justify-content:center;padding-top:4px}.process-marker{width:46px;height:46px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 16px #2d5a2740}.process-step-num{font-family:Playfair Display,serif;font-size:17px;font-weight:800;color:var(--gold)}.process-card{background:#fff;border-radius:14px;border:1.5px solid rgba(45,90,39,.12);padding:16px 18px;display:flex;gap:14px;align-items:flex-start;transition:box-shadow .2s,transform .2s}.process-card:hover{box-shadow:0 6px 22px #00000017;transform:translate(4px)}.process-icon-box{flex-shrink:0;width:46px;height:46px;border-radius:12px;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:22px}.process-copy h3{font-family:Playfair Display,serif;font-size:16px;font-weight:700;color:var(--green);margin-bottom:5px}.process-copy p{font-size:13.5px;color:var(--text-light);line-height:1.7}@media(max-width:1024px){.mega-cat-products{grid-template-columns:repeat(3,1fr)}.herbs-grid{grid-template-columns:repeat(4,1fr)}.fp-layout{grid-template-columns:175px 1fr}.process-wrapper{gap:40px}}@media(max-width:768px){.header-inner{height:62px;grid-template-columns:auto 1fr auto}.header-logo-img{height:44px}.hamburger-btn{display:flex}#desktopNav,.header-account-btn{display:none}.mega-menu-inner{grid-template-columns:1fr;max-height:85vh;overflow-y:auto}.mega-cats{display:flex;overflow-x:auto;padding:10px;border-right:none;border-bottom:1px solid var(--border)}.mega-cat-item{white-space:nowrap;border-left:none;border-bottom:2px solid transparent;flex-shrink:0;padding:10px 14px}.mega-cat-item.active{border-bottom-color:var(--green);border-left-color:transparent}.mega-cat-products{grid-template-columns:repeat(2,1fr)}.herbs-grid{grid-template-columns:repeat(3,1fr);gap:22px 12px}.process-wrapper{grid-template-columns:1fr;gap:28px}.process-left{position:static}.fp-layout{grid-template-columns:1fr}.fp-sidebar{display:flex;overflow-x:auto;padding:0;border-right:none;border-bottom:1px solid var(--border)}.fp-cat-item{flex-shrink:0;white-space:nowrap;border-left:none;border-bottom:2px solid transparent}.fp-cat-item.active{border-bottom-color:var(--green)}.hero-slide-inner{min-height:300px}.hero-product-col{display:none}.hero-headline{font-size:26px}.hero-subtext{display:none}}@media(max-width:480px){.herbs-grid{grid-template-columns:repeat(2,1fr);gap:20px 14px}.fp-card{flex:0 0 220px}.hero-section{padding:12px 12px 18px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
