:root{--green: #426D35;--green-mid: #4d7d3e;--green-pale: #EAF2EA;--amber: #C47C3A;--amber-dk: #A56630;--cream: #F8F6F2;--white: #FFFFFF;--dark: #1C1C1C;--mid: #555555;--light: #6B6B6B;--border: #E5DDD0;--serif: "Playfair Display", Georgia, serif;--sans: "Inter", system-ui, sans-serif;--r: 10px;--shadow: 0 4px 28px rgba(0,0,0,.07);--t: .3s ease;--product-color: var(--amber)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--cream);color:var(--dark);line-height:1.65;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:72px 0}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:50px;font-size:15px;font-weight:600;letter-spacing:.01em;transition:var(--t)}.btn-amber{background:var(--product-color);color:#fff}.btn-amber:hover{background:var(--product-color);filter:brightness(.88);transform:translateY(-2px)}.btn-outline-green{border:2px solid var(--green);color:var(--green)}.btn-outline-green:hover,.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green-mid);transform:translateY(-2px)}.btn-lg{padding:16px 36px;font-size:16px}.btn-full{width:100%;justify-content:center;border-radius:var(--r)}.promo-bar{background:var(--green);color:#fff;padding:10px 0;text-align:center;font-size:13px;font-weight:500;letter-spacing:.02em}.promo-bar span{opacity:.6;margin:0 16px}.breadcrumb{background:var(--white);border-bottom:1px solid var(--border);padding:12px 0}.breadcrumb-inner{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--light)}.breadcrumb-inner a{color:var(--light);transition:color var(--t)}.breadcrumb-inner a:hover{color:var(--green)}.breadcrumb-inner .sep{color:var(--border)}.breadcrumb-inner .current{color:var(--dark);font-weight:500}.product-hero{background:color-mix(in srgb,var(--product-color) 6%,#FDFAF6);padding:48px 0 64px}.product-hero-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:48px;align-items:start}.gallery{position:sticky;top:80px}.gallery-main{aspect-ratio:1/1;border-radius:24px;overflow:hidden;background:var(--cream);margin-bottom:12px;cursor:zoom-in;display:flex;align-items:center;justify-content:center}.gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform var(--t)}.gallery-main:hover img{transform:scale(1.04)}.gallery-thumbs{display:flex;gap:10px;flex-wrap:wrap}.gallery-thumb{width:80px;height:80px;border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--t);flex-shrink:0;background:var(--cream)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb:hover,.gallery-thumb.active{border-color:var(--product-color)}.buy-box{display:flex;flex-direction:column;gap:0}.product-tag-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px}.product-category-tag{display:inline-block;padding:5px 14px;border-radius:50px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--product-color);color:#fff}.sale-badge{display:inline-block;padding:5px 12px;border-radius:50px;font-size:11px;font-weight:700;letter-spacing:.06em;background:#e53935;color:#fff}.out-of-stock-badge{display:inline-block;padding:5px 12px;border-radius:50px;font-size:11px;font-weight:700;background:var(--border);color:var(--mid)}.product-title{font-family:var(--serif);font-size:clamp(30px,3.5vw,44px);color:var(--green);line-height:1.1;margin-bottom:6px}.product-format-tag{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--mid);margin-bottom:14px}.product-tagline{font-size:15px;color:var(--mid);line-height:1.6;margin-bottom:20px}.product-price-row{display:flex;align-items:center;gap:12px;background:var(--green-pale);border:1px solid rgba(29,74,30,.1);border-radius:14px;padding:16px 20px;margin-bottom:20px}.price-current{font-family:var(--serif);font-size:38px;font-weight:700;color:var(--green);line-height:1}.price-original{font-size:17px;color:var(--light);text-decoration:line-through;margin-top:2px}.price-save{font-size:12px;font-weight:700;color:#fff;background:#e53935;padding:4px 10px;border-radius:20px;margin-left:auto}.product-benefits{display:flex;flex-direction:column;background:#eef7eb;border-radius:14px;overflow:hidden;margin-bottom:20px;border:1px solid rgba(66,109,53,.12)}.benefit{display:flex;align-items:center;gap:13px;font-size:13.5px;color:var(--dark, #1C1C1C);line-height:1.45;padding:12px 16px;border-bottom:1px solid rgba(66,109,53,.1)}.benefit:last-child{border-bottom:none}.benefit:before{display:none}.benefit-icon{width:34px;height:34px;min-width:34px;border-radius:9px;background:#426d3521;display:flex;align-items:center;justify-content:center;color:#426d35;flex-shrink:0}.benefit-icon svg{width:17px;height:17px}.qty-row{display:flex;align-items:center;gap:14px;margin-bottom:12px}.qty-label{font-size:13px;font-weight:600;color:var(--mid);text-transform:uppercase;letter-spacing:.05em}.qty-control{display:flex;align-items:center;gap:0;border:1.5px solid var(--border);border-radius:50px;overflow:hidden;background:#fff}.qty-btn{width:40px;height:40px;font-size:18px;color:var(--green);transition:background var(--t)}.qty-btn:hover{background:var(--green-pale)}.qty-input{width:44px;text-align:center;font-size:15px;font-weight:600;border:none;outline:none;font-family:var(--sans);padding:8px 0}.buy-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.product-trust{display:flex;gap:0;flex-wrap:nowrap;border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:16px}.trust-chip{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;font-size:11.5px;color:var(--mid);font-weight:600;padding:10px 6px;background:#fff;text-align:center;border-right:1px solid var(--border)}.trust-chip:last-child{border-right:none}.guarantee-box{display:flex;gap:12px;align-items:flex-start;background:var(--cream);border:1px solid var(--border);border-radius:14px;padding:16px 18px}.guarantee-box p{font-size:13px;color:var(--mid);margin:0;line-height:1.6}.guarantee-box p strong{color:var(--dark)}.product-story-section{background:color-mix(in srgb,var(--product-color) 10%,#F5F0E8)}.product-story-grid{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:start}.story-character-card{background:var(--product-color);border-radius:20px;padding:36px;color:#fff;position:sticky;top:80px}.character-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 20px;border:3px solid rgba(255,255,255,.3);background:#ffffff1a}.character-avatar img{width:100%;height:100%;object-fit:cover}.character-name-card{font-family:var(--serif);font-size:28px;color:#fff;text-align:center;margin-bottom:8px}.character-role{font-size:13px;color:#fff9;text-align:center;letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px}.character-traits{display:flex;flex-direction:column;gap:8px}.trait{display:flex;align-items:center;gap:8px;font-size:13px;color:#fffc}.trait-dot{width:6px;height:6px;border-radius:50%;background:#ffffff8c;flex-shrink:0}.story-content{display:flex;flex-direction:column;gap:24px}.story-eyebrow{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--product-color)}.story-headline{font-family:var(--serif);font-size:clamp(28px,3.5vw,40px);color:var(--green);line-height:1.2}.story-body p{font-size:16px;color:var(--mid);line-height:1.8}.story-body p+p{margin-top:16px}.story-quote{border-left:3px solid var(--product-color);padding-left:20px;font-family:var(--serif);font-size:20px;font-style:italic;color:var(--green);margin:8px 0}.nutrition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.nutrition-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:16px;text-align:center}.nutrition-val{font-family:var(--serif);font-size:24px;font-weight:700;color:var(--green)}.nutrition-label{font-size:12px;color:var(--light);margin-top:4px}.ingredients-detail{background:color-mix(in srgb,var(--product-color) 5%,#FFFFFF)}.ing-emoji-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.ing-emoji-card{background:var(--cream);border:1px solid var(--border);border-radius:var(--r);padding:20px}.ing-emoji-icon{font-size:32px;margin-bottom:10px}.ing-emoji-name{font-family:var(--serif);font-size:17px;color:var(--green);margin-bottom:6px}.ing-emoji-desc{font-size:13px;color:var(--mid);line-height:1.65}.ingredients-title{font-family:var(--serif);font-size:clamp(26px,3vw,36px);color:var(--green);margin-bottom:32px}.ingredient-rows{display:flex;flex-direction:column;gap:24px}.ingredient-row{display:grid;grid-template-columns:80px 1fr;gap:20px;align-items:start;padding-bottom:24px;border-bottom:1px solid var(--border)}.ingredient-row:last-child{border-bottom:none;padding-bottom:0}.ingredient-img{width:80px;height:80px;border-radius:50%;overflow:hidden;background:var(--cream);flex-shrink:0}.ingredient-img img{width:100%;height:100%;object-fit:cover}.ingredient-name{font-family:var(--serif);font-size:18px;color:var(--green);margin-bottom:6px}.ingredient-desc{font-size:14px;color:var(--mid);line-height:1.7}.ingredient-tag{display:inline-block;margin-top:8px;background:color-mix(in srgb,var(--product-color) 12%,white);color:var(--product-color);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:50px}.related-products{background:var(--cream)}.section-header{margin-bottom:40px}.section-header .eyebrow{display:block;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--product-color);margin-bottom:10px}.section-header h2{font-family:var(--serif);font-size:clamp(24px,3vw,36px);color:var(--green)}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:var(--white);border:1px solid var(--border);border-radius:0;overflow:hidden;transition:var(--t)}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-card-img{position:relative;padding-bottom:100%;height:0;overflow:hidden;background:var(--cream)}.product-card-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--t)}.product-card:hover .product-card-img img{transform:scale(1)}.product-card-body{padding:16px 18px 18px}.product-card .product-character{font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--amber);margin-bottom:4px}.product-card .product-name{font-family:var(--serif);font-size:17px;color:var(--green);margin-bottom:10px}.product-card-footer{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:4px}.product-card .product-price{font-size:18px;font-weight:700;color:var(--dark);display:flex;flex-direction:column;gap:1px}.product-card .product-price del{font-size:12px;font-weight:400;color:#b0b0b0;text-decoration:line-through;opacity:.7}.product-card .product-btn{display:inline-flex;align-items:center;gap:4px;padding:7px 14px;border-radius:50px;font-size:12px;font-weight:600;background:var(--green);color:#fff;transition:var(--t)}.product-card .product-btn:hover{background:var(--green-mid)}.cart-page{min-height:100vh;background:var(--cream);padding:48px 0 80px}.cart-page-header{max-width:760px;margin:0 auto 36px;text-align:center}.cart-page-header .logo{display:inline-block;margin-bottom:18px}.cart-page-header h1{font-family:var(--serif);font-size:clamp(36px,5vw,58px);color:var(--green);line-height:1.05}.cart-page-header p{color:var(--mid);font-size:17px;line-height:1.7;margin-top:14px}.cart-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.cart-shell.is-empty{display:block}.cart-lines{display:flex;flex-direction:column;gap:14px}.cart-line{display:grid;grid-template-columns:120px 1fr auto;gap:20px;align-items:center;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:16px}.cart-line-media{width:120px;height:120px;border-radius:10px;background:var(--cream);overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-line-media img{width:100%;height:100%;object-fit:contain}.cart-line-info{min-width:0}.cart-line-title{font-family:var(--serif);font-size:22px;line-height:1.2;color:var(--green)}.cart-line-variant,.cart-line-mobile-price{color:var(--light);font-size:13px;margin-top:4px}.cart-line-mobile-price{display:none;font-weight:700;color:var(--dark)}.cart-line-price{font-family:var(--serif);color:var(--green);font-size:24px;font-weight:700;white-space:nowrap}.cart-qty-control{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:16px}.cart-qty-control label{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--mid)}.cart-qty-control input{width:74px;border:2px solid var(--border);border-radius:50px;padding:8px 10px;text-align:center;font-family:var(--sans);font-weight:700;color:var(--green)}.cart-remove{font-size:13px;color:#a33;font-weight:600}.cart-summary{position:sticky;top:92px}.cart-summary-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}.cart-summary-note{color:var(--mid);font-size:13px;line-height:1.65}.cart-continue{text-align:center;color:var(--green);font-size:14px;font-weight:700;margin-top:4px}.cart-empty{max-width:680px;margin:0 auto;background:var(--white);border:1px solid var(--border);border-radius:18px;padding:48px;text-align:center;box-shadow:var(--shadow)}.cart-empty h2{font-family:var(--serif);color:var(--green);font-size:clamp(28px,4vw,42px);line-height:1.15}.cart-empty p{color:var(--mid);font-size:16px;line-height:1.7;margin:14px auto 28px;max-width:460px}.local-cart-shell{margin-top:28px}.bundle-hero{background:var(--white);padding:48px 0 64px}.bundle-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.bundle-title{font-family:var(--serif);font-size:clamp(26px,3vw,40px);color:var(--green);line-height:1.15}.bundle-subtitle{font-size:15px;color:var(--mid);line-height:1.65}.bundle-what{display:flex;flex-direction:column;gap:8px}.bundle-what-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--dark)}.bundle-what-item:before{content:"\2192";color:var(--amber);font-weight:700}.savings-pill{display:inline-flex;align-items:center;gap:8px;background:#fef3c7;color:#92400e;border-radius:50px;padding:8px 16px;font-size:14px;font-weight:600}.flavor-picker-section{background:var(--cream)}.flavor-picker-header{text-align:center;margin-bottom:32px}.flavor-picker-header h2{font-family:var(--serif);font-size:clamp(24px,3vw,36px);color:var(--green);margin-bottom:8px}.flavor-picker-header p{color:var(--mid);font-size:16px}.flavor-progress-bar{max-width:500px;margin:0 auto 32px;background:var(--white);border:2px solid var(--border);border-radius:50px;padding:12px 24px;display:flex;align-items:center;gap:16px}.fp-label{font-size:14px;font-weight:600;color:var(--dark);white-space:nowrap}.fp-bar{flex:1;height:8px;background:var(--border);border-radius:4px;overflow:hidden}.fp-fill{height:100%;background:var(--green);border-radius:4px;transition:width var(--t)}.fp-count{font-size:14px;font-weight:700;color:var(--green);white-space:nowrap;min-width:48px;text-align:right}.fp-count.complete{color:var(--green)}.fp-count.over{color:#e53935}.flavor-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:24px}.flavor-card{background:var(--white);border:2px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color var(--t),box-shadow var(--t)}.flavor-card.selected{border-color:var(--green);box-shadow:0 0 0 3px #1d4a1e1a}.flavor-card-img{aspect-ratio:1/1;background:var(--cream);overflow:hidden;display:flex;align-items:center;justify-content:center}.flavor-card-img img{width:100%;height:100%;object-fit:contain;transition:transform var(--t)}.flavor-card:hover .flavor-card-img img{transform:scale(1.05)}.flavor-card-body{padding:8px 10px 10px}.flavor-card-name{font-family:var(--serif);font-size:14px;color:var(--green);margin-bottom:2px}.flavor-card-sub{font-size:11px;color:var(--light);margin-bottom:8px}.flavor-qty-control{display:flex;align-items:center;justify-content:space-between}.f-qty-btn{width:28px;height:28px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:var(--green);transition:var(--t)}.f-qty-btn:hover{background:var(--green);color:#fff;border-color:var(--green)}.f-qty-val{font-size:16px;font-weight:700;color:var(--dark);min-width:24px;text-align:center}.flavor-summary{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:24px;margin-bottom:20px;display:none}.flavor-summary.visible{display:block}.flavor-summary h3{font-family:var(--serif);font-size:18px;color:var(--green);margin-bottom:12px}.flavor-summary-list{display:flex;flex-wrap:wrap;gap:8px}.flavor-summary-chip{background:var(--green-pale);color:var(--green);padding:5px 12px;border-radius:50px;font-size:13px;font-weight:500}.add-to-cart-section{max-width:480px;margin:0 auto;text-align:center}#bundle-add-btn{opacity:.45;pointer-events:none}#bundle-add-btn.ready{opacity:1;pointer-events:all}.add-cart-note{font-size:13px;color:var(--light);margin-top:10px}.bundle-includes{background:var(--white)}.bundle-includes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bundle-include-card{background:var(--cream);border:1px solid var(--border);border-radius:14px;overflow:hidden;text-align:center;text-decoration:none;display:block;transition:transform .18s,box-shadow .18s}.bundle-include-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.bundle-include-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.bundle-include-card-body{padding:12px 14px 14px}.bic-name{font-family:var(--serif);font-size:15px;color:var(--green);margin-bottom:4px}.bic-sub{font-size:12px;color:var(--light);margin-bottom:10px}.bic-btn{display:inline-block;margin-top:8px;font-size:12px;font-weight:600;color:var(--product-color, var(--green));border:1.5px solid var(--product-color, var(--green));border-radius:50px;padding:5px 14px;transition:background .15s,color .15s}.bundle-include-card:hover .bic-btn{background:var(--product-color, var(--green));color:#fff}@media(max-width:1024px){.related-grid{grid-template-columns:repeat(2,1fr)}.bundle-includes-grid,.flavor-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.section{padding:48px 0}.cart-shell{grid-template-columns:1fr}.cart-summary{position:static}.cart-line{grid-template-columns:88px 1fr;align-items:start}.cart-line-media{width:88px;height:88px}.cart-line-price{display:none}.cart-line-mobile-price{display:block}.cart-page{padding:32px 0 56px}.cart-empty{padding:32px 22px}.product-hero-grid,.bundle-hero-grid,.product-story-grid{grid-template-columns:1fr;gap:32px}.gallery,.story-character-card{position:static}.flavor-grid,.bundle-includes-grid,.related-grid{grid-template-columns:repeat(2,1fr)}.nutrition-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.related-grid{grid-template-columns:1fr 1fr}.flavor-grid{grid-template-columns:repeat(2,1fr)}}.trust-arch{background:#fff}.trust-arch-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.ta-eyebrow{display:inline-block;color:#c47c3a;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.ta-heading{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:clamp(28px,3.5vw,46px);color:#1c1c1c;line-height:1.15;margin-bottom:14px}.ta-heading em{font-style:italic;color:#426d35}.ta-sub{font-size:16px;color:#555;line-height:1.75;margin-bottom:32px}.ta-accordion{list-style:none;border-top:1px solid #E5DDD0}.ta-item{border-bottom:1px solid #E5DDD0}.ta-btn{width:100%;display:flex;align-items:center;gap:14px;padding:17px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit}.ta-icon{width:38px;height:38px;border-radius:50%;background:#eaf2ea;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.ta-icon svg{width:17px;height:17px;color:#426d35}.ta-item.open .ta-icon{background:#426d35}.ta-item.open .ta-icon svg{color:#fff}.ta-label{flex:1;font-size:15.5px;font-weight:600;color:#1c1c1c;line-height:1.3}.ta-chevron{width:18px;height:18px;color:#6b6b6b;transition:transform .3s;flex-shrink:0}.ta-item.open .ta-chevron{transform:rotate(180deg);color:#426d35}.ta-body{display:none;padding:2px 0 18px 52px;font-size:14.5px;color:#555;line-height:1.75}.ta-item.open .ta-body{display:block}.ta-visual{position:relative}.ta-img-wrap{position:relative;border-radius:20px;line-height:0}.ta-img-wrap img{width:100%;border-radius:20px;display:block;object-fit:cover;height:540px;object-position:center}.ta-pill{position:absolute;background:#fff;border-radius:50px;padding:9px 16px;font-size:13px;font-weight:600;color:#1c1c1c;box-shadow:0 4px 24px #00000021;display:flex;align-items:center;gap:8px;white-space:nowrap}.ta-pill-dot{width:8px;height:8px;border-radius:50%;background:#426d35;flex-shrink:0}.ta-pill-1{top:18%;left:-28px}.ta-pill-2{top:50%;left:-40px;transform:translateY(-50%)}.ta-pill-3{bottom:18%;left:-22px}@media(max-width:960px){.trust-arch-inner{grid-template-columns:1fr;gap:48px}.ta-visual{order:-1}.ta-img-wrap img{height:300px}.ta-pill-1{left:12px;top:12px}.ta-pill-2{left:50%;top:auto;bottom:48px;transform:translate(-50%)}.ta-pill-3{left:auto;right:12px;bottom:12px}}.pay-icons{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:12px 0 4px}.pay-icons svg{display:block;height:24px;width:auto}
/*# sourceMappingURL=/cdn/shop/t/40/assets/products.css.map */
