:root{--bg: #fcf7ef;--surface: #fffdf9;--text: #2b241d;--muted: #756b60;--line: #eadfce;--green: #0f7a3a;--gold: #d3a02c;--brown: #9d6a42;--terracotta: #d84f3f;--dark: #4b3a2e;--radius-lg: 28px;--radius-md: 18px;--shadow: 0 12px 30px rgba(43, 33, 24, .08);--container: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}.section{padding:72px 0}.section-sm{padding:44px 0}.section-title{margin:0 0 10px;font-size:clamp(28px,4vw,42px);line-height:1.1}.section-subtitle{margin:0;color:var(--muted);max-width:760px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.2s ease}.btn-primary{background:var(--gold);color:#fff}.btn-primary:hover{transform:translateY(-1px);opacity:.96}.btn-secondary{background:#fff;border-color:var(--line)}.btn-dark{background:var(--green);color:#fff}.topbar{background:linear-gradient(90deg,var(--green),#2d7e4b);color:#fff;font-size:14px;overflow:hidden}.topbar-track{white-space:nowrap;display:inline-block;padding:10px 0;animation:marquee 22s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:20px}.brand-title{font-size:28px;font-weight:800;letter-spacing:-.03em}.brand-subtitle{font-size:13px;color:var(--muted);margin-top:2px}.nav{display:flex;gap:24px;align-items:center}.nav a{font-weight:600;color:#2e2e2e}.nav a:hover{color:var(--gold)}.header-actions{display:flex;gap:10px;align-items:center}.icon-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:46px;height:46px;border-radius:999px;background:#fff;border:1px solid var(--line)}.cart-pill{width:auto;padding:0 14px;background:var(--gold);color:#fff;border-color:var(--gold);font-weight:700}.hero{padding:72px 0 40px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:#f8e7c6;color:#945f0f;font-weight:700;font-size:14px}.hero-title{margin:18px 0 16px;font-size:clamp(40px,6vw,72px);line-height:.98;letter-spacing:-.04em}.hero-text{max-width:620px;color:var(--muted);font-size:18px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-visual{padding:18px}.hero-tiles{display:grid;grid-template-columns:1fr 1fr;gap:14px}.tile{min-height:190px;border-radius:24px;padding:18px;display:flex;align-items:end;color:#fff;font-weight:800;background-size:cover;background-position:center}.tile--gold{color:#2b2118;background:linear-gradient(180deg,#ffffff0d,#0000001f),#ead9b7}.tile--brown{background:linear-gradient(180deg,#ffffff14,#0000002e),#8b5e3c}.tile--red{background:linear-gradient(180deg,#ffffff14,#0000002e),#c94f3d}.tile--green{background:linear-gradient(180deg,#ffffff14,#0000002e),#1f6b3a}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.collection-card,.product-card,.trust-card,.social-card{overflow:hidden}.placeholder-image{min-height:220px;background:linear-gradient(135deg,#f5efe6,#e8dfd2);color:#6d655c;display:flex;align-items:end;padding:18px;font-size:14px}.collection-card__body,.product-card__body,.trust-card__body{padding:20px}.product-badge{position:absolute;top:14px;left:14px;background:var(--gold);color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.product-media{position:relative}.price{font-size:22px;font-weight:800;color:var(--gold);margin:8px 0 0}.story{background:var(--dark);color:#fff}.story-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:center}.story-copy p{color:#e0d8cf}.story-media{min-height:320px;border:1px solid rgba(255,255,255,.15);border-radius:28px;background:linear-gradient(135deg,#ffffff14,#ffffff0a);display:flex;align-items:end;padding:24px;color:#f6f0ea}.social-wrap{background:#f1eadf;border-radius:32px;padding:30px}.social-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.social-card{text-align:center;padding:26px 16px}.social-icon{font-size:28px}.newsletter{background:linear-gradient(135deg,var(--green),#2b7d4a);color:#fff;border-radius:32px;padding:34px}.newsletter-form{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.newsletter-form input{flex:1 1 280px;padding:16px 18px;border-radius:999px;border:none}.footer{background:#d9c4a8;color:#2b241d;margin-top:70px;border-top:1px solid rgba(43,36,29,.08)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:26px;padding:60px 0}.footer h4,.footer h3{margin:0 0 14px}.footer p,.footer li,.footer a{color:#5b4b3d}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.page-hero{padding:44px 0 22px}.page-shell{padding:0 0 72px}.product-layout,.collection-layout,.cart-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px}.product-gallery,.collection-banner{min-height:420px;border-radius:28px;background:linear-gradient(135deg,#efe5d5,#ddd0ba);display:flex;align-items:end;padding:20px;color:#6d655c}.quantity-row{display:flex;gap:10px;align-items:center;margin:18px 0}.quantity-row input{width:92px;padding:12px;border-radius:14px;border:1px solid var(--line)}.form-inline{display:flex;gap:12px;flex-wrap:wrap}.richtext{color:var(--muted)}.cart-table{width:100%;border-collapse:collapse;background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.cart-table th,.cart-table td{padding:16px;border-bottom:1px solid var(--line);text-align:left}.empty-state{padding:28px;background:#fff;border-radius:24px;border:1px solid var(--line)}@media(max-width:980px){.hero-grid,.story-grid,.product-layout,.collection-layout,.cart-layout{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr}.social-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.nav{display:none}}@media(max-width:640px){.grid-4,.social-grid,.footer-grid{grid-template-columns:1fr}.hero{padding-top:40px}.section{padding:54px 0}.site-header__inner{padding:14px 0}}.header-actions .icon-pill:hover{transform:translateY(-1px)}.cart-pill{box-shadow:0 10px 22px #d3a02c47}.cart-layout{align-items:start}.cart-main{display:grid;gap:18px}.cart-card{background:linear-gradient(180deg,#fffdf9,#fff7ec);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px}.cart-headline{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px}.cart-subtle{color:var(--muted);font-size:14px}.cart-item-media{width:84px;min-width:84px;height:84px;border-radius:18px;background:linear-gradient(135deg,#f4ebdc,#e7d8bf);display:flex;align-items:end;padding:10px;color:#7a6c5f;font-size:12px}.cart-item{display:grid;grid-template-columns:84px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item__title{font-weight:800;margin:0 0 4px}.cart-item__meta{color:var(--muted);font-size:14px}.qty-box{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;width:max-content}.qty-box input{width:56px;border:none;background:transparent;text-align:center;padding:0}.qty-box input:focus{outline:none}.cart-line-total{font-weight:800;white-space:nowrap}.summary-card{background:linear-gradient(180deg,#fffaf1,#f9efde);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:24px;position:sticky;top:110px}.summary-list{display:grid;gap:12px;margin:18px 0 22px}.summary-row{display:flex;justify-content:space-between;gap:14px;color:var(--muted)}.summary-row strong,.summary-total strong{color:var(--text)}.summary-total{display:flex;justify-content:space-between;gap:14px;padding-top:14px;border-top:1px solid var(--line);font-size:20px}.mini-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.mini-badge{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:13px;color:var(--muted)}.footer .newsletter-form input{background:#ffffffbf;border:1px solid rgba(43,36,29,.08)}.footer .btn-primary{background:var(--green)}@media(max-width:980px){.cart-item{grid-template-columns:84px 1fr}.cart-line-total{grid-column:2}.summary-card{position:static}}@media(max-width:640px){.cart-item{grid-template-columns:1fr}.cart-item-media{width:100%;height:120px}.cart-line-total{grid-column:auto}}.section-header-premium{display:flex;align-items:end;justify-content:space-between;gap:20px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#f6ead5;color:#8d5d1a;font-size:13px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.collection-card--premium{position:relative}.collection-visual{min-height:220px;position:relative;display:flex;align-items:end;padding:18px;color:#fff;background-size:cover;background-position:center}.collection-visual--gold{background:linear-gradient(180deg,#0000000f,#00000038),#ccb17f;color:#2b241d}.collection-visual--cream{background:linear-gradient(180deg,#ffffff08,#0000001a),#ead8c5;color:#2b241d}.collection-visual--brown{background:linear-gradient(180deg,#ffffff0d,#00000038),#9d6a42}.collection-visual--green{background:linear-gradient(180deg,#ffffff0d,#00000038),#2a7b51}.collection-overlay-text{font-size:14px;line-height:1.5;max-width:180px;opacity:.94}.collection-chip{position:absolute;top:16px;left:16px;display:inline-flex;padding:7px 12px;border-radius:999px;background:#ffffffe6;color:#3c3027;font-size:12px;font-weight:800}.collection-kicker{margin:0 0 8px;color:var(--gold);font-weight:800;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.feature-list{list-style:none;padding:0;margin:16px 0 18px;display:grid;gap:8px}.feature-list li{position:relative;padding-left:18px;color:var(--muted)}.feature-list li:before{content:"\2022";position:absolute;left:0;top:0;color:var(--green);font-weight:900}.page-hero--contact{padding-bottom:18px}.contact-hero-grid,.contact-layout-premium{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start}.contact-hero-card,.contact-form-card,.contact-info-card{padding:28px}.contact-hero-card{background:linear-gradient(180deg,#fffdf9,#f8efdf)}.contact-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.contact-pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--muted);font-size:13px;font-weight:700}.contact-details-list{display:grid;gap:12px;margin-top:18px}.contact-details-list div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.contact-details-list div:last-child{border-bottom:none}.contact-details-list strong{color:var(--text)}.contact-details-list span{color:var(--muted);text-align:right}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.field-placeholder{display:grid;gap:8px}.field-placeholder label{font-size:14px;font-weight:700;color:var(--text)}.field-placeholder--full{grid-column:1 / -1}.input-placeholder{min-height:52px;display:flex;align-items:center;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid var(--line);color:var(--muted)}.input-placeholder--large{min-height:140px;align-items:flex-start}.contact-side-stack{display:grid;gap:18px}.faq-mini-list{display:grid;gap:16px;margin-top:10px}.faq-mini-list strong{display:block;margin-bottom:6px}.faq-mini-list p{margin:0;color:var(--muted)}@media(max-width:980px){.section-header-premium,.contact-hero-grid,.contact-layout-premium{grid-template-columns:1fr}.section-header-premium{align-items:start}}@media(max-width:640px){.contact-form-grid{grid-template-columns:1fr}.field-placeholder--full{grid-column:auto}.contact-details-list div{flex-direction:column;align-items:flex-start}.contact-details-list span{text-align:left}}.collection-card--premium{transition:transform .25s ease,box-shadow .25s ease}.collection-card--premium:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000001f}.social-card{transition:transform .22s ease,background .22s ease}.social-card:hover{transform:translateY(-4px) scale(1.02)}.shopify-section{scroll-margin-top:90px}.collection-banner-cdf{position:relative;overflow:hidden;min-height:140px;margin-bottom:28px;background:#e7dcc8;border-radius:28px}.collection-banner-cdf img{display:block;width:100%;min-height:140px;max-height:260px;object-fit:cover}.collection-banner-cdf__overlay{position:absolute;left:32px;bottom:28px;max-width:560px;padding:22px 26px;background:#fff8eee0;border-radius:22px;box-shadow:0 18px 40px #0000001f}.collection-banner-cdf__overlay p{margin:0 0 8px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;color:#0b5a35}.collection-banner-cdf__overlay h2{margin:0;font-size:34px;line-height:1.05;color:#2b241d}.hero-image img{width:100%;height:100%;min-height:320px;object-fit:cover;border-radius:inherit}.social-row{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.social-icon{display:inline-flex;align-items:center;justify-content:center;min-width:118px;padding:12px 18px;border-radius:999px;background:#0b5a35;color:#fff;text-decoration:none;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}.social-icon:hover{transform:translateY(-3px);box-shadow:0 12px 26px #00000029}@media(max-width:749px){.collection-banner-cdf__overlay{left:16px;right:16px;bottom:16px;padding:16px}.collection-banner-cdf__overlay h2{font-size:24px}}.payment-icons{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:16px}.payment-icon{display:inline-flex;align-items:center;justify-content:center;height:30px;min-width:52px;padding:0 9px;border-radius:7px;background:#fff;color:#1f2937;border:1px solid rgba(43,36,29,.16);box-shadow:0 5px 14px #00000012;font-size:11px;font-weight:800;letter-spacing:-.02em;line-height:1}.payment-icon--visa{color:#1434cb;font-style:italic;font-size:14px;letter-spacing:.02em}.payment-icon--mastercard{position:relative;color:#111827;font-size:9px;padding-top:11px}.payment-icon--mastercard:before,.payment-icon--mastercard:after{content:"";position:absolute;top:5px;width:16px;height:16px;border-radius:50%;opacity:.92}.payment-icon--mastercard:before{left:13px;background:#e5482d}.payment-icon--mastercard:after{left:23px;background:#f6b23c}.payment-icon--paypal{color:#003087;font-size:13px}.payment-icon--interac{color:#0b5a35;font-size:12px}.footer-social-icons{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.footer-social-icon,.social-icon--round{display:inline-flex;align-items:center;justify-content:center;gap:8px}.footer-social-icon{width:38px;height:38px;border-radius:999px;background:#0b5a35;color:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.footer-social-icon:hover{transform:translateY(-3px);box-shadow:0 12px 26px #00000029}.footer-social-icon svg,.social-icon--round svg{width:18px;height:18px;fill:currentColor;display:block}.social-icon--round{min-width:140px}.icon-pill svg{width:22px;height:22px;fill:currentColor;display:block}.social-section .section-heading{text-align:left}.social-row--icons-only{gap:18px;justify-content:center;margin-top:22px}.social-icon--small{min-width:0;width:54px;height:54px;padding:0;border-radius:999px;background:#0b5a35;color:#fff}.social-icon--small svg{width:28px;height:28px;fill:currentColor;display:block}.social-icon--small:hover{transform:translateY(-2px);box-shadow:0 10px 22px #00000024}@media(max-width:700px){.social-section .section-heading{text-align:center}.social-icon--small{width:46px;height:46px}.social-icon--small svg{width:23px;height:23px}}.product-gallery-slider{position:relative;overflow:hidden;display:block;padding:0;align-items:stretch;min-height:420px}.product-gallery-track{position:relative;width:100%;height:100%;min-height:420px}.product-gallery-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.product-gallery-slide.is-active{opacity:1;visibility:visible}.product-gallery-slide img{width:100%;height:100%;min-height:420px;object-fit:contain;background:linear-gradient(180deg,#f8f2e9,#f4eee6);border-radius:28px;display:block;padding:18px;transition:transform .5s ease,filter .5s ease}.product-gallery-slide:hover img{transform:scale(1.02);filter:brightness(1.02)}.product-gallery.card{box-shadow:0 18px 45px #6f4e3714;animation:fadeSoft .8s ease}.add-to-cart-modern{position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.add-to-cart-modern:hover{transform:translateY(-2px);box-shadow:0 16px 30px #8570172e}.add-to-cart-modern:after{content:"";position:absolute;top:0;left:-120%;width:70%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:skew(-20deg);animation:shine 4s infinite}@keyframes shine{0%{left:-120%}50%,to{left:140%}}@keyframes fadeSoft{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.card{animation:fadeSoft .7s ease}.product-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:999px;background:#ffffffe0;color:#3f2817;font-size:32px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 28px #00000029;z-index:3}.product-gallery-arrow--prev{left:14px}.product-gallery-arrow--next{right:14px}.product-gallery-arrow:hover{background:#fff}.product-gallery-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:8px;z-index:3}.product-gallery-dot{width:9px;height:9px;border-radius:999px;border:0;background:#ffffff9e;padding:0;cursor:pointer}.product-gallery-dot.is-active{width:24px;background:#fff}@media(max-width:700px){.product-gallery-slider,.product-gallery-track,.product-gallery-slide img{min-height:320px}.product-gallery-arrow{width:38px;height:38px;font-size:28px}}.footer-social-bar{border-top:1px solid rgba(43,36,29,.12);padding:22px 0 28px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.footer-social-bar__title{font-weight:800;letter-spacing:.02em;text-transform:uppercase;font-size:13px;color:#2b241d}.footer-social-bar__links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.footer-social-link{display:inline-flex;align-items:center;gap:8px;font-weight:750;font-size:14px;color:#2b241d;text-decoration:none;transition:color .18s ease,transform .18s ease}.footer-social-link svg{width:18px;height:18px;fill:currentColor;display:block}.footer-social-link:hover{color:#0b5a35;transform:translateY(-1px)}.add-to-cart-modern{width:100%;margin-top:6px;min-height:54px;background:linear-gradient(135deg,#0f7a3a,#d3a02c);color:#fff;border:0;box-shadow:0 16px 34px #0f7a3a38;font-size:16px;letter-spacing:.01em}.add-to-cart-modern:hover{transform:translateY(-2px);box-shadow:0 20px 42px #0f7a3a47;opacity:1}.add-to-cart-modern__icon{width:26px;height:26px;border-radius:999px;background:#ffffff38;display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;font-weight:800}@media(max-width:700px){.footer-social-bar{justify-content:center;text-align:center}.footer-social-bar__links{justify-content:center;gap:14px}.footer-social-link span{font-size:13px}.add-to-cart-modern{min-height:52px}}.footer-social-link{width:42px;height:42px;border-radius:999px;background:#0b5a35;color:#fff;justify-content:center;gap:0;box-shadow:0 10px 22px #0000001a}.footer-social-link span{display:none}.footer-social-link svg{width:20px;height:20px}.footer-social-link:hover{background:#d3a02c;color:#fff;transform:translateY(-2px)}@media(max-width:640px){.cart-item{grid-template-columns:92px 1fr;align-items:start}.cart-item-media{width:92px;min-width:92px;height:92px}.cart-line-total{grid-column:2}}.cart-item-media{align-items:center!important;justify-content:center!important;padding:0!important;overflow:hidden!important}.cart-item-media img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-media span{padding:10px;text-align:center}.footer-social-inline{margin-top:18px}.footer-social-inline__label{font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:13px;margin-bottom:10px;color:#2b241d}.footer-social-inline__icons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-social-inline .footer-social-icon{width:42px;height:42px;border-radius:999px;background:#0b5a35;color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 10px 22px #0000001a;transition:transform .18s ease,background .18s ease}.footer-social-inline .footer-social-icon svg{width:20px;height:20px;fill:currentColor;display:block}.footer-social-inline .footer-social-icon:hover{background:#d3a02c;color:#fff;transform:translateY(-2px)}.contact-form-real{margin-top:18px}.contact-input{width:100%;min-height:52px;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid var(--line);color:var(--text);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.contact-input::placeholder{color:var(--muted);opacity:1}.contact-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d3a02c29}.contact-input--large{min-height:140px;resize:vertical}.contact-form-actions{margin-top:4px;display:flex;gap:12px;flex-wrap:wrap}.contact-form-actions button{cursor:pointer}.contact-form-message{padding:14px 16px;border-radius:18px;font-weight:700}.contact-form-message--success{background:#eef8f0;border:1px solid rgba(15,122,58,.22);color:var(--green)}.contact-form-message--error{background:#fff3f0;border:1px solid rgba(216,79,63,.25);color:#9f321f}.newsletter-form button{border:none;cursor:pointer}.newsletter-message{flex:1 1 100%;margin:4px 0 0;font-size:14px}.newsletter-message--success{color:var(--green);font-weight:700}.newsletter-message--error{color:#8a2c1f;font-weight:700}.contact-small-button{margin-top:14px}.contact-info-card:target{outline:3px solid rgba(11,90,53,.18);scroll-margin-top:120px}.story-split-editable{background:var(--story-bg);color:var(--story-text)}.story-split-editable .story-copy p{color:var(--story-muted);font-size:17px}.story-split-editable .story-badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:#0f7a3a1a;color:var(--story-accent);font-weight:800;font-size:14px;margin-bottom:16px}.story-split-editable .story-btn{background:var(--story-accent);color:#fff;margin-top:12px}.story-split-editable .story-media{overflow:hidden;border:1px solid rgba(43,36,29,.1);background:linear-gradient(135deg,#0f7a3a1a,#d3a02c29);color:var(--story-muted)}.story-split-editable .story-media__image{width:100%;height:100%;min-height:320px;object-fit:cover;border-radius:24px}.story-split-editable .story-media__placeholder{width:100%}.site-header__brand{flex:0 0 auto}.nav{flex:1 1 auto;justify-content:center}.nav a{white-space:nowrap}.icon-pill svg{width:23px;height:23px;fill:currentColor}.customer-register-shell{display:flex;justify-content:center}.customer-register-card{width:min(720px,100%);padding:34px}.customer-form{display:grid;gap:18px;margin-top:26px}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:8px}.field label{font-weight:800;color:var(--text)}.field input{width:100%;padding:15px 16px;border-radius:16px;border:1px solid var(--line);background:#fff;color:var(--text)}.field input:focus{outline:2px solid rgba(211,160,44,.28);border-color:var(--gold)}.form-message--error{background:#fff1ee;border:1px solid #efc3b9;color:#8a2f20;border-radius:18px;padding:14px 16px}.customer-form-note{margin:0;color:var(--muted)}.customer-form-note a{color:var(--green);font-weight:800;text-decoration:underline}@media(max-width:980px){.site-header__inner{align-items:center;flex-wrap:wrap}.nav{display:flex;order:3;flex:1 1 100%;justify-content:flex-start;overflow-x:auto;gap:18px;padding:6px 0 2px;scrollbar-width:thin}.header-actions{margin-left:auto}}@media(max-width:640px){.form-grid-2{grid-template-columns:1fr}.customer-register-card{padding:24px}.icon-pill{width:42px;height:42px}.cart-pill{padding:0 12px}}.mobile-menu{display:none;flex:1 1 100%}.mobile-menu__button{width:100%;display:inline-flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--text);cursor:pointer;list-style:none;font-weight:800}.mobile-menu__button::-webkit-details-marker{display:none}.mobile-menu__button span{width:18px;height:2px;background:var(--text);border-radius:999px;display:inline-block}.mobile-menu__button span+span{margin-left:-26px;transform:translateY(6px)}.mobile-menu__button span+span+span{transform:translateY(-6px)}.mobile-menu__button strong{margin-left:30px}.mobile-menu__panel{display:grid;gap:6px;margin-top:10px;padding:12px;background:#fffdf9;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.mobile-menu__panel a{display:block;padding:13px 14px;border-radius:14px;font-weight:800;color:var(--text)}.mobile-menu__panel a:hover{background:#f6ead5;color:var(--green)}@media(max-width:980px){.nav--desktop{display:none!important}.mobile-menu{display:block;order:3}.site-header__inner{align-items:center;flex-wrap:wrap}.header-actions{margin-left:auto}}@media(min-width:981px){.nav--desktop{display:flex!important}.mobile-menu{display:none!important}}.mobile-menu,.mobile-menu__panel{display:none}.mobile-menu[open] .mobile-menu__panel{display:grid}@media(max-width:749px){.nav--desktop{display:none!important}.mobile-menu{display:block!important;width:100%;order:5}.mobile-menu__button{cursor:pointer}.header-actions{margin-left:auto}}@media(min-width:750px){.mobile-menu{display:none!important}}@media(max-width:749px){.site-header__inner{display:flex;flex-wrap:nowrap;align-items:center;gap:10px}.mobile-menu.mobile-menu--before-logo{display:block!important;order:1;width:auto;flex:0 0 auto;position:relative}.mobile-menu__button{width:46px;height:46px;padding:0;justify-content:center;border-radius:14px}.mobile-menu__button strong{display:none}.mobile-menu__button span{width:20px}.mobile-menu__button span+span{margin-left:-20px;transform:translateY(7px)}.mobile-menu__button span+span+span{transform:translateY(-7px)}.mobile-menu__panel{position:absolute;top:calc(100% + 10px);left:0;width:min(82vw,320px);z-index:50}.site-header__brand{order:2;flex:0 1 auto;min-width:0}.header-actions{order:3;margin-left:auto;flex:0 0 auto}.header-actions{display:flex;gap:6px}.header-actions .icon-pill{display:inline-flex;width:38px;height:38px}.header-actions .icon-pill svg{width:19px;height:19px}.cart-pill{min-width:48px;padding:0 10px;font-size:14px}}.format-filter-cdf{margin:0 0 26px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#fffdf9,#f7eddc)}.format-filter-cdf h2{margin:4px 0 0;font-size:clamp(22px,3vw,30px);line-height:1.1}.format-filter-cdf__kicker{margin:0;color:var(--green);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.format-filter-cdf__buttons,.format-selector-cdf__buttons,.product-format-chips{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.format-filter-btn,.format-btn-cdf{border:1px solid var(--line);background:#fff;color:var(--text);border-radius:999px;padding:11px 18px;font-weight:850;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.format-filter-btn:hover,.format-btn-cdf:hover{transform:translateY(-2px);box-shadow:0 12px 26px #2b241d1a;border-color:#0f7a3a59}.format-filter-btn.is-active,.format-btn-cdf.is-active{background:linear-gradient(135deg,var(--green),var(--gold));color:#fff;border-color:transparent;box-shadow:0 14px 28px #0f7a3a2e}.product-format-chips{margin:10px 0 4px}.product-format-chips span{display:inline-flex;border:1px solid var(--line);background:#fffaf2;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;color:var(--green)}.empty-state--formats{margin-top:22px;text-align:center}.product-purchase-form{display:grid!important;gap:16px;width:100%}.format-selector-cdf{width:100%;padding:18px;border:1px solid var(--line);border-radius:22px;background:#fffaf2}.format-selector-cdf__label{font-weight:900;margin-bottom:12px;color:var(--text)}.format-selector-cdf__note{margin:10px 0 0;color:var(--muted);font-size:13px}.format-btn-cdf small{display:block;font-size:11px;opacity:.78;margin-top:2px}.format-btn-cdf.is-disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}@media(max-width:700px){.format-filter-cdf{align-items:flex-start;flex-direction:column}.format-filter-cdf__buttons,.format-selector-cdf__buttons{width:100%}.format-filter-btn,.format-btn-cdf{flex:1 1 auto;justify-content:center;text-align:center}}.format-filter-cdf__text{margin:8px 0 0;max-width:620px;color:var(--muted);line-height:1.55}.format-examples-cdf{margin:0 0 30px}.format-examples-cdf__header{margin:0 0 18px;padding:22px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,#fffaf2,#f8efdf)}.format-examples-cdf__header h2{margin:4px 0 8px;font-size:clamp(22px,3vw,30px);line-height:1.1}.format-examples-cdf__header p:last-child{margin:0;color:var(--muted);line-height:1.55}.product-card--example{border:1px solid rgba(191,145,75,.3);background:linear-gradient(180deg,#fffdf9,#fff8ee)}.product-badge--format{background:#0f7a3aeb!important;color:#fff!important}.product-example-text{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.45}.hero-premium{padding:0;background:#fcf7ef;border-bottom:1px solid var(--line)}.hero-premium .hero-grid--full-image{grid-template-columns:minmax(420px,1fr) minmax(520px,1fr);gap:48px;align-items:stretch;padding:52px 0}.hero-premium .hero-copy{display:flex;flex-direction:column;justify-content:center;min-height:360px}.hero-premium .eyebrow{display:inline-flex;width:max-content;padding:10px 22px;border-radius:999px;background:#f8e7c6;color:#945f0f;text-transform:uppercase;font-weight:800;letter-spacing:.02em;margin:0 0 54px}.hero-premium h1{font-size:clamp(34px,4vw,52px);line-height:1.1;letter-spacing:-.02em;margin:0 0 22px;color:#171717}.hero-premium .hero-copy>p:not(.eyebrow){font-size:20px;line-height:1.48;max-width:760px;margin:0 0 26px;color:#171717}.hero-premium .hero-image{display:block;overflow:hidden;padding:0;background:transparent;border:0;box-shadow:none;border-radius:28px;min-height:360px}.hero-premium .hero-image img{width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center;border-radius:28px;transition:transform .35s ease}.hero-premium .hero-image--clickable:hover img{transform:scale(1.015)}.language-selector{display:flex;align-items:center;gap:6px}.language-selector select{height:46px;border-radius:999px;border:1px solid var(--line);background:#fff;padding:0 12px;font-weight:700;color:#2b241d;cursor:pointer}@media(max-width:990px){.hero-premium .hero-grid--full-image{grid-template-columns:1fr;gap:26px;padding:34px 0}.hero-premium .hero-copy{min-height:auto}.hero-premium .eyebrow{margin-bottom:24px}.hero-premium .hero-image,.hero-premium .hero-image img{min-height:260px}.language-selector select{height:40px;max-width:92px}}.hero-premium--image-only{padding:26px 20px 30px;margin:0;background:#fcf7ef;border-bottom:1px solid var(--line)}.hero-premium--image-only .hero-full-banner{display:block;width:min(100%,1240px);margin:0 auto;overflow:visible;text-decoration:none;line-height:0;border-radius:28px;box-shadow:0 18px 45px #5d36101a;background:#f7dfbd}.hero-premium--image-only .hero-full-banner img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;object-position:center center;border-radius:28px}@media(min-width:1500px){.hero-premium--image-only .hero-full-banner{width:min(100%,1180px)}}@media(max-width:990px){.hero-premium--image-only{padding:20px 14px 24px}.hero-premium--image-only .hero-full-banner{width:100%;border-radius:22px}.hero-premium--image-only .hero-full-banner img{border-radius:22px}}@media(max-width:640px){.hero-premium--image-only{padding:14px 10px 18px}.hero-premium--image-only .hero-full-banner,.hero-premium--image-only .hero-full-banner img{border-radius:18px}}.hero-premium--image-only{padding:22px 20px 26px!important;overflow:hidden!important}.hero-premium--image-only .hero-full-banner{width:50%!important;max-width:620px!important;min-width:0!important;margin:0 auto!important;overflow:hidden!important;border-radius:24px!important}.hero-premium--image-only .hero-full-banner img{width:100%!important;max-width:100%!important;height:auto!important;display:block!important;object-fit:contain!important;object-position:center center!important;border-radius:24px!important}@media(max-width:990px){.hero-premium--image-only{padding:18px 14px 22px!important}.hero-premium--image-only .hero-full-banner{width:72%!important;max-width:620px!important;border-radius:20px!important}.hero-premium--image-only .hero-full-banner img{border-radius:20px!important}}@media(max-width:640px){.hero-premium--image-only{padding:14px 10px 18px!important}.hero-premium--image-only .hero-full-banner{width:100%!important;max-width:100%!important;border-radius:16px!important}.hero-premium--image-only .hero-full-banner img{border-radius:16px!important}}.hero-premium--image-only .hero-full-banner{display:block!important;width:min(100%,1320px)!important;max-width:1320px!important;min-width:0!important;margin:0 auto!important;overflow:hidden!important;border-radius:28px!important;line-height:0!important;text-decoration:none!important;background:#f7dfbd!important;box-shadow:0 18px 42px #5d36101a!important}.hero-premium--image-only .hero-full-banner img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;border-radius:inherit!important;transform:none!important}@media(max-width:990px){.hero-premium--image-only{padding:20px 16px 24px!important}.hero-premium--image-only .hero-full-banner{border-radius:22px!important}}@media(max-width:640px){.hero-premium--image-only{padding:14px 10px 18px!important}.hero-premium--image-only .hero-full-banner{border-radius:18px!important}}.hero-premium--image-only{padding:28px 30px 34px!important;margin:0!important;background:#fffaf3!important;border-bottom:1px solid var(--line)!important;overflow:hidden!important}.hero-premium--image-only .hero-full-banner{display:block!important;width:min(100%,1320px)!important;max-width:1320px!important;margin:0 auto!important;overflow:hidden!important;border-radius:28px!important;line-height:0!important;text-decoration:none!important;background:#f7dfbd!important;box-shadow:0 18px 42px #5d36101a!important;height:300px!important}.hero-premium--image-only .hero-full-banner img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 55%!important;border-radius:inherit!important;transform:none!important}.language-links,.language-links form{display:flex;align-items:center;gap:8px;white-space:nowrap}.language-link{border:0;background:transparent;color:#fff;font-weight:700;font-size:14px;padding:0;cursor:pointer;text-decoration:none;line-height:1}.site-header .language-link{color:#1f1a16}.language-link.is-active{font-weight:800}.language-separator{color:#ffffff8c;font-weight:700}.site-header .language-separator{color:#d7c7b1}@media(max-width:990px){.hero-premium--image-only{padding:20px 16px 24px!important}.hero-premium--image-only .hero-full-banner{height:260px!important;border-radius:22px!important}.hero-premium--image-only .hero-full-banner img{object-position:center 55%!important}.language-links{order:-1;width:100%;justify-content:flex-end;margin-bottom:6px}}@media(max-width:640px){.hero-premium--image-only{padding:14px 10px 18px!important}.hero-premium--image-only .hero-full-banner{height:210px!important;border-radius:18px!important}.hero-premium--image-only .hero-full-banner img{object-position:center 55%!important}.language-link{font-size:12px}}.hero-premium--image-only{background:#fff!important;padding:26px clamp(16px,2.4vw,36px) 26px!important;overflow:hidden!important}.hero-premium--image-only .hero-full-banner{display:block!important;width:100%!important;max-width:1480px!important;height:clamp(300px,32vw,460px)!important;margin:0 auto!important;border-radius:28px!important;overflow:hidden!important;box-shadow:none!important;background:#f8efe2!important}.hero-premium--image-only .hero-full-banner img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;border-radius:28px!important;transform:none!important}.language-dropdown{position:relative;z-index:60}.language-dropdown__summary{list-style:none;display:inline-flex;align-items:center;gap:7px;height:42px;padding:0 14px;border:1px solid rgba(0,93,48,.18);border-radius:12px;background:#fff;color:#111;font-weight:700;cursor:pointer;white-space:nowrap}.language-caret{font-size:15px;line-height:1;opacity:.75}.language-dropdown__menu{position:absolute;right:0;top:calc(100% + 8px);min-width:180px;padding:8px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 14px 34px #00000024;display:none}.language-dropdown__item{width:100%;display:flex;align-items:center;gap:10px;padding:11px 12px;border:0;border-radius:10px;background:transparent;color:#111;text-decoration:none;font:inherit;font-weight:650;text-align:left;cursor:pointer}@media(max-width:990px){.hero-premium--image-only{padding:18px 12px 20px!important}.hero-premium--image-only .hero-full-banner{height:clamp(230px,42vw,320px)!important;border-radius:22px!important}.hero-premium--image-only .hero-full-banner img{border-radius:22px!important;object-position:center center!important}.language-dropdown__summary{height:38px;padding:0 10px;font-size:13px}.language-dropdown__menu{right:auto;left:0}}@media(max-width:560px){.hero-premium--image-only{padding:12px 10px 16px!important}.hero-premium--image-only .hero-full-banner{height:220px!important;border-radius:18px!important}.hero-premium--image-only .hero-full-banner img{border-radius:18px!important;object-position:center center!important}}.topbar{overflow:visible!important;position:relative;z-index:80;background:linear-gradient(90deg,#004d25,#006b35)!important}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:45px}.topbar-track{animation:none!important;transform:none!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0!important;font-weight:650}.language-dropdown{position:relative;z-index:100}.language-dropdown__summary{list-style:none;display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 13px;border:1px solid rgba(255,255,255,.35);border-radius:9px;background:#ffffff12;color:#fff;font-weight:750;cursor:pointer;white-space:nowrap}.language-dropdown__summary::-webkit-details-marker{display:none}.language-caret{font-size:15px;line-height:1;opacity:.9}.language-dropdown__menu{position:absolute;right:0;top:calc(100% + 6px);min-width:188px;padding:8px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 14px 34px #00000026;display:none;color:#111}.language-dropdown[open] .language-dropdown__menu{display:block}.language-dropdown__menu form{margin:0;display:grid;gap:4px}.language-dropdown__item{width:100%;display:flex;align-items:center;gap:10px;padding:11px 12px;border:0;border-radius:9px;background:transparent;color:#111;text-decoration:none;font:inherit;font-weight:650;text-align:left;cursor:pointer}.language-dropdown__item:hover,.language-dropdown__item.is-active{background:#f7efe2;color:#0b7f38}.hero-premium--image-only{background:#fff!important;padding:26px clamp(16px,2.4vw,36px) 26px!important;overflow:hidden!important;border-bottom:0!important}.hero-premium--image-only .hero-full-banner{display:block!important;width:100%!important;max-width:1480px!important;height:clamp(330px,35vw,520px)!important;margin:0 auto!important;border-radius:28px!important;overflow:hidden!important;box-shadow:none!important;background:#f8efe2!important;line-height:0!important}.hero-premium--image-only .hero-full-banner img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center 58%!important;border-radius:inherit!important;transform:none!important}.hero-premium--image-only .hero-full-banner:hover img{transform:none!important}@media(max-width:990px){.topbar__inner{min-height:42px}.topbar-track{font-size:13px}.language-dropdown__summary{height:34px;padding:0 10px;font-size:13px}.language-dropdown__menu{right:0}.hero-premium--image-only{padding:18px 12px 20px!important}.hero-premium--image-only .hero-full-banner{height:clamp(240px,44vw,360px)!important;border-radius:22px!important}.hero-premium--image-only .hero-full-banner img{border-radius:22px!important;object-position:center 58%!important}}@media(max-width:560px){.topbar__inner{gap:8px}.topbar-track{font-size:12px}.language-dropdown__summary{height:32px;padding:0 8px;font-size:12px}.language-dropdown__summary span:nth-child(2){display:none}.hero-premium--image-only{padding:12px 10px 16px!important}.hero-premium--image-only .hero-full-banner{height:220px!important;border-radius:18px!important}.hero-premium--image-only .hero-full-banner img{border-radius:18px!important;object-position:center 58%!important}}.topbar{overflow:visible!important;position:relative;z-index:100}.topbar__inner{display:flex!important;align-items:center;justify-content:space-between;gap:18px;min-height:45px;overflow:visible!important}.topbar-marquee{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap}.topbar-track{display:inline-flex!important;align-items:center;gap:48px;width:max-content;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;padding:0!important;font-weight:650;will-change:transform;animation:coup-marquee-v28 24s linear infinite!important}.topbar-track span{display:inline-block;white-space:nowrap}.topbar:hover .topbar-track{animation-play-state:paused}@keyframes coup-marquee-v28{0%{transform:translate(0)}to{transform:translate(-50%)}}.language-dropdown--topbar{flex:0 0 auto;position:relative;z-index:120}@media(max-width:749px){.topbar__inner{gap:10px}.topbar-track{animation-duration:18s!important;gap:34px;font-size:12px}}.topbar{overflow:visible!important;position:relative!important;z-index:100!important}.topbar__inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;min-height:45px!important;overflow:visible!important}.topbar-marquee{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;white-space:nowrap!important}.topbar-track{display:flex!important;align-items:center!important;width:max-content!important;min-width:200%!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;padding:0!important;gap:64px!important;font-weight:650!important;transform:translateZ(0);will-change:transform!important;animation-name:coup-marquee-v29!important;animation-duration:22s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;animation-play-state:running!important}.topbar-track span{display:inline-block!important;flex:0 0 auto!important;white-space:nowrap!important}.topbar:hover .topbar-track{animation-play-state:running!important}@keyframes coup-marquee-v29{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.language-dropdown--topbar{flex:0 0 auto!important;position:relative!important;z-index:120!important}@media(max-width:749px){.topbar__inner{gap:10px!important}.topbar-track{animation-duration:16s!important;gap:42px!important;font-size:12px!important}}.topbar-v30{background:linear-gradient(90deg,#004d25,#006b35)!important;color:#fff!important;overflow:visible!important;position:relative!important;z-index:150!important;font-size:15px!important;font-weight:750!important}.topbar-v30__container{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;min-height:45px!important;overflow:visible!important}.topbar-v30__marquee{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;white-space:nowrap!important}.topbar-v30__track{display:flex!important;width:max-content!important;will-change:transform!important;animation:topbar-v30-marquee 20s linear infinite!important;transform:translateZ(0)}.topbar-v30__group{display:flex!important;align-items:center!important;gap:44px!important;padding-right:44px!important;flex:0 0 auto!important;white-space:nowrap!important}.topbar-v30__group span{display:inline-block!important;flex:0 0 auto!important;white-space:nowrap!important}.topbar-v30:hover .topbar-v30__track{animation-play-state:running!important}@keyframes topbar-v30-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.topbar-v30 .language-dropdown--topbar{flex:0 0 auto!important;position:relative!important;z-index:180!important}@media(max-width:749px){.topbar-v30{font-size:12px!important}.topbar-v30__container{gap:10px!important;min-height:40px!important}.topbar-v30__track{animation-duration:15s!important}.topbar-v30__group{gap:28px!important;padding-right:28px!important}}.hero-premium--image-only{background:#fffaf3!important;padding:clamp(14px,2vw,28px) clamp(12px,2.5vw,38px) clamp(18px,2.5vw,34px)!important;border-bottom:1px solid rgba(43,36,29,.06)!important;overflow:hidden!important}.hero-premium--image-only .hero-full-banner{width:min(100%,1360px)!important;max-width:1360px!important;height:clamp(280px,30vw,430px)!important;margin:0 auto!important;border-radius:30px!important;overflow:hidden!important;background:#f6ead9!important;box-shadow:0 18px 45px #2b241d14!important}.hero-premium--image-only .hero-full-banner img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:inherit!important;transform:none!important}@media(max-width:990px){.hero-premium--image-only .hero-full-banner{height:clamp(230px,42vw,340px)!important;border-radius:24px!important}}@media(max-width:560px){.hero-premium--image-only{padding:10px 10px 16px!important}.hero-premium--image-only .hero-full-banner{height:220px!important;border-radius:18px!important}}.format-filter-cdf__select-wrap{display:flex;align-items:center;gap:12px;flex:0 0 auto;padding:10px 12px;border:1px solid rgba(15,122,58,.16);border-radius:18px;background:#fff;box-shadow:0 10px 25px #2b241d0f}.format-filter-cdf__select-label{font-weight:900;color:var(--green);font-size:14px;white-space:nowrap}.format-filter-cdf__select{min-width:170px;height:46px;border:1px solid var(--line);border-radius:14px;background:#fffaf2;color:var(--text);padding:0 42px 0 14px;font-weight:850;cursor:pointer}.format-filter-cdf__select:focus{outline:2px solid rgba(15,122,58,.18);border-color:var(--green)}@media(max-width:700px){.format-filter-cdf__select-wrap{width:100%;justify-content:space-between}.format-filter-cdf__select{flex:1 1 auto;min-width:0}}html[data-cdf-lang=en] .cdf-fr-only,html[data-cdf-lang=fr] .cdf-en-only{display:none!important}.language-dropdown__item[data-cdf-lang-choice]{width:100%}.hero-premium--split{padding:34px 0 38px!important;background:#fcf7ef!important;border-bottom:1px solid var(--line)}.hero-premium-split__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:34px;align-items:center}.hero-premium-split__copy{padding:26px 0}.hero-premium-split__copy .eyebrow{margin:0 0 18px!important;display:inline-flex;width:max-content;max-width:100%;padding:9px 18px;border-radius:999px;background:#f8e7c6;color:#945f0f;text-transform:uppercase;font-weight:800;letter-spacing:.02em;font-size:12px}.hero-premium-split__copy h1{margin:0 0 18px;color:#171717;font-size:clamp(34px,4.4vw,58px);line-height:1.06;letter-spacing:-.035em}.hero-premium-split__copy p:not(.eyebrow){font-size:clamp(16px,1.8vw,20px);line-height:1.58;color:#4f4033;max-width:650px;margin:0}.hero-premium-split__image{display:block;height:clamp(300px,34vw,430px);border-radius:28px;overflow:hidden;box-shadow:0 22px 60px #36251224;background:#fff;border:1px solid rgba(80,55,22,.08)}.hero-premium-split__image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .35s ease}.hero-premium-split__image:hover img{transform:scale(1.018)}.customer-account-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px}.customer-account-card{padding:24px}.customer-account-card h2{margin-top:0;font-size:22px}.customer-order-row{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}@media(max-width:900px){.hero-premium-split__grid,.customer-account-grid{grid-template-columns:1fr}.hero-premium--split{padding:24px 0 28px!important}.hero-premium-split__copy{padding:0}.hero-premium-split__image{height:clamp(250px,58vw,340px);border-radius:22px}.customer-order-row{grid-template-columns:1fr;gap:6px}}.collection-banner-cdf{height:clamp(280px,34vw,420px)!important;min-height:280px!important;max-height:420px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f6ead9!important;border-radius:28px!important}.collection-banner-cdf img{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;display:block!important;transform:none!important;border-radius:inherit!important}@media(max-width:640px){.collection-banner-cdf{height:240px!important;min-height:240px!important;max-height:240px!important;border-radius:20px!important}.collection-banner-cdf__overlay{left:12px!important;right:12px!important;bottom:12px!important;padding:12px 14px!important}}.collection-banner-cdf{height:clamp(280px,34vw,420px)!important;min-height:280px!important;max-height:420px!important;overflow:hidden!important;display:block!important;background:#f6ead9!important;border-radius:28px!important}.collection-banner-cdf img{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;display:block!important;transform:none!important;border-radius:inherit!important}@media(max-width:990px){.collection-banner-cdf{height:clamp(250px,48vw,360px)!important;min-height:250px!important;max-height:360px!important;border-radius:24px!important}}@media(max-width:640px){.collection-banner-cdf{height:240px!important;min-height:240px!important;max-height:240px!important;border-radius:20px!important}.collection-banner-cdf img{object-position:center center!important}}.btn-explorer-cdf{min-width:118px;padding:10px 18px;font-size:14px;line-height:1.15;box-shadow:0 10px 22px #0f7a3a24}.collection-card__body .btn-explorer-cdf{margin-top:8px}.product-card-actions-cdf{margin-top:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-card-actions-cdf form{margin:0;flex:1 1 128px}.btn-product-compact-cdf{min-height:40px;padding:9px 14px;font-size:13px;line-height:1.15;white-space:nowrap}.product-card-actions-cdf>a.btn-product-compact-cdf{flex:0 0 auto}.product-card-actions-cdf button.btn-product-compact-cdf{width:100%}@media(max-width:740px){.btn-explorer-cdf{min-width:104px;padding:9px 15px;font-size:13px}.product-card-actions-cdf{gap:7px}.btn-product-compact-cdf{min-height:38px;padding:8px 12px;font-size:12.5px}}@media(max-width:420px){.product-card-actions-cdf{display:grid;grid-template-columns:.72fr 1.28fr}.product-card-actions-cdf form,.product-card-actions-cdf>a.btn-product-compact-cdf{width:100%;min-width:0}}.btn-explorer-cdf,.collection-card .btn-explorer-cdf,.collections-premium .btn-explorer-cdf{min-width:auto;width:fit-content;padding:10px 18px;font-size:.9rem;line-height:1.15;white-space:nowrap}.recipes-feature{background:linear-gradient(135deg,#fffaf2,#f7ead9);scroll-margin-top:110px}.recipes-feature__wrap{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:28px;align-items:stretch}.recipe-card-pro{margin-top:22px;background:#ffffffdb;border:1px solid rgba(95,57,25,.12);border-radius:28px;padding:24px;box-shadow:0 18px 45px #2e1e1014}.recipe-card-pro h3{margin:12px 0 8px;font-size:clamp(1.35rem,2vw,1.9rem)}.recipe-card-pro__meta{display:flex;flex-wrap:wrap;gap:8px}.recipe-card-pro__meta span{display:inline-flex;border-radius:999px;background:#f3dfc2;color:#5b3518;padding:7px 11px;font-size:.78rem;font-weight:700}.recipe-grid-mini{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:18px}.recipe-grid-mini h4{margin:0 0 10px;color:#2b241d}.recipe-grid-mini ul,.recipe-grid-mini ol{margin:0;padding-left:18px;color:#5b4b3d}.recipe-grid-mini li{margin:7px 0}.recipe-card-pro__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.recipes-feature__visual{border-radius:30px;overflow:hidden;min-height:430px;background:#8b5a2b;box-shadow:0 24px 55px #2e1e1024}.recipes-feature__visual img{width:100%;height:100%;object-fit:cover;display:block}.recipes-feature__placeholder{height:100%;min-height:430px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;padding:28px;color:#fff;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 25%),linear-gradient(145deg,#6f3d1c,#c58a45)}.recipes-feature__placeholder strong{font-size:2rem}.recipes-feature__placeholder span{font-weight:600;opacity:.95}@media(max-width:820px){.recipes-feature__wrap,.recipe-grid-mini{grid-template-columns:1fr}.recipes-feature__visual,.recipes-feature__placeholder{min-height:300px}.btn-explorer-cdf{padding:9px 15px;font-size:.86rem}}.btn-explorer-cdf,.collection-card .btn-explorer-cdf,.collections-premium .btn-explorer-cdf{padding:11px 20px!important;font-size:.95rem!important;min-height:42px!important}.product-card-actions-cdf{gap:10px!important}.btn-product-compact-cdf{min-height:44px!important;padding:11px 16px!important;font-size:14px!important;border-radius:999px!important}.product-card-actions-cdf form{flex:1 1 150px!important}@media(max-width:740px){.btn-product-compact-cdf{min-height:42px!important;padding:10px 14px!important;font-size:13.5px!important}.btn-explorer-cdf,.collection-card .btn-explorer-cdf,.collections-premium .btn-explorer-cdf{padding:10px 17px!important;font-size:.9rem!important}}.template-page-recettes .recipes-feature,body .recipes-feature:first-child{padding-top:72px}.btn-product-compact-cdf{min-height:46px!important;padding:12px 18px!important;font-size:14.5px!important}.product-card-actions-cdf form{flex:1 1 165px!important}@media(max-width:740px){.btn-product-compact-cdf{min-height:44px!important;padding:11px 15px!important;font-size:14px!important}}.cdf-language-form{margin:0}.language-dropdown--topbar{display:flex;align-items:center;justify-content:flex-end;min-width:155px}.language-dropdown__select{height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:#fff;color:#2b241d;font-weight:800;padding:0 34px 0 14px;cursor:pointer;box-shadow:0 8px 22px #00000014}.language-dropdown__select:focus{outline:2px solid rgba(15,122,58,.35);outline-offset:2px}@media(max-width:749px){.language-dropdown--topbar{min-width:126px}.language-dropdown__select{height:34px;font-size:12px;padding-left:10px;padding-right:24px}}.topbar-v30__inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;min-height:45px!important;overflow:visible!important}.topbar-v30__ticker{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;white-space:nowrap!important;display:flex!important;align-items:center!important}.topbar-v30__track{align-items:center!important}.topbar-v30 .language-dropdown--topbar{flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;align-self:center!important;min-width:148px!important;margin:0!important}.topbar-v30 .cdf-language-form{margin:0!important;display:flex!important;align-items:center!important;line-height:1!important}.topbar-v30 .language-dropdown__select{height:34px!important;min-height:34px!important;line-height:34px!important;display:block!important;margin:0!important;padding-top:0!important;padding-bottom:0!important;vertical-align:middle!important}@media(max-width:749px){.topbar-v30__inner{min-height:40px!important;gap:8px!important}.topbar-v30 .language-dropdown--topbar{min-width:118px!important}.topbar-v30 .language-dropdown__select{height:32px!important;min-height:32px!important;line-height:32px!important;font-size:12px!important}}.topbar-v30 .language-dropdown--topbar{min-width:74px!important;width:74px!important}.topbar-v30 .language-dropdown__select{width:74px!important;height:30px!important;min-height:30px!important;line-height:30px!important;border-radius:8px!important;padding:0 20px 0 7px!important;font-size:13px!important;font-weight:800!important;box-shadow:none!important;background-color:#fff!important}@media(max-width:749px){.topbar-v30 .language-dropdown--topbar{min-width:68px!important;width:68px!important}.topbar-v30 .language-dropdown__select{width:68px!important;height:28px!important;min-height:28px!important;line-height:28px!important;font-size:12px!important;padding-left:6px!important;padding-right:18px!important}}.product-reviews-shell{padding-top:0}.product-reviews-card{padding:30px}.product-reviews-card__intro{max-width:780px;margin-bottom:22px}.product-reviews-card__intro .eyebrow{margin:0 0 8px;color:var(--accent);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.product-reviews-card__intro h2{margin:0 0 10px;font-size:clamp(24px,3vw,36px);line-height:1.1;color:var(--text)}.product-reviews-card__intro p{margin:0;color:var(--muted);line-height:1.7}.product-review-form{display:grid;gap:16px}.product-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.product-review-form label{display:grid;gap:7px;font-weight:800;color:var(--text)}.product-review-form input,.product-review-form select,.product-review-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;padding:13px 14px;font:inherit;color:var(--text)}.product-review-form textarea{resize:vertical;min-height:130px}.product-review-submit{justify-self:start;margin-top:2px}.product-review-success{padding:14px 16px;border-radius:16px;background:#edf8ef;color:#126b35;font-weight:800}.product-review-errors{padding:14px 16px;border-radius:16px;background:#fff2f0;color:#9f2b18;font-weight:700}@media(max-width:749px){.product-reviews-card{padding:22px}.product-review-grid{grid-template-columns:1fr}.product-review-submit{width:100%;justify-self:stretch}}.product-action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}.product-action-buttons .add-to-cart-modern{width:100%;margin-top:0}.product-buy-now{width:100%;min-height:54px;border:0;border-radius:999px;background:#1f1712;color:#fff;font-weight:900;font-size:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 18px 36px #1f171233;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.product-buy-now:hover{transform:translateY(-2px);box-shadow:0 22px 44px #1f171242;background:#0f7a3a}.product-buy-now__icon{width:26px;height:26px;border-radius:999px;background:#ffffff2e;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.published-reviews-block{margin:22px 0 24px;padding:22px;border:1px solid rgba(111,78,55,.16);border-radius:24px;background:linear-gradient(180deg,#fffaf2,#fff)}.published-reviews-block__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.published-reviews-block__header h3{margin:0;color:var(--text);font-size:clamp(20px,2vw,26px);line-height:1.15}.published-reviews-block__header span{color:#d3a02c;letter-spacing:2px;font-size:15px;white-space:nowrap}.published-reviews-richtext{color:var(--text);line-height:1.75}.published-reviews-richtext :first-child{margin-top:0}.published-reviews-richtext :last-child{margin-bottom:0}.published-reviews-list{display:grid;gap:12px;margin-top:12px}.published-review-item{padding:16px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 26px #6f4e3712}.published-review-item__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.published-review-item__top strong{color:var(--text);font-size:15px}.published-review-item__top span{color:#d3a02c;letter-spacing:1px;font-size:13px}.published-review-item p{margin:0;color:var(--muted);line-height:1.65}.published-reviews-empty{padding:18px;border-radius:18px;background:#fff;border:1px dashed rgba(111,78,55,.28)}.published-reviews-empty strong{display:block;color:var(--text);margin-bottom:6px}.published-reviews-empty p{margin:0;color:var(--muted);line-height:1.65}@media(max-width:749px){.product-action-buttons{grid-template-columns:1fr}.product-buy-now{min-height:52px}.published-reviews-block{padding:18px}.published-reviews-block__header{align-items:flex-start;flex-direction:column;gap:8px}}.local-product-reviews{margin-top:14px}.published-review-item--local{border-color:#6f4e372e;background:linear-gradient(180deg,#fff,#fffaf4)}.published-review-item--local small{display:block;margin-top:10px;color:var(--muted);font-weight:700;font-size:12px}.product-reviews-shell,.product-reviews-card,.published-reviews-block,.published-reviews-list,.local-product-reviews,.published-review-item{visibility:visible!important;opacity:1!important}.product-reviews-shell{display:block!important;width:100%!important;clear:both}.product-reviews-shell .container{display:block!important;width:min(100% - 32px,1180px)!important;margin-left:auto!important;margin-right:auto!important}.published-reviews-list,.local-product-reviews{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.published-review-item{display:block!important;width:100%!important;max-width:100%!important;overflow-wrap:anywhere}@media(max-width:989px){.product-reviews-shell{padding:22px 0 34px!important}.product-reviews-card{display:block!important;padding:22px!important;border-radius:24px!important}.published-reviews-block{display:block!important;margin:18px 0 22px!important;padding:18px!important;border-radius:22px!important}.published-reviews-block__header{display:flex!important;align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.published-review-item__top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important}.published-review-item__top span{flex:0 0 auto!important}}@media(max-width:749px){.product-reviews-shell .container{width:min(100% - 24px,1180px)!important}.product-reviews-card{padding:18px!important}.product-reviews-card__intro h2{font-size:24px!important}.published-reviews-block{padding:16px!important}.published-review-item{padding:14px!important;border-radius:16px!important}.published-review-item__top{flex-direction:column!important;align-items:flex-start!important}}.product-judgeme-badge{margin-top:10px;min-height:22px;display:block}.product-judgeme-badge .jdgm-prev-badge{display:inline-flex!important;align-items:center;gap:8px}.product-reviews-card--judgeme{overflow:visible}.judgeme-review-wrapper{margin-top:22px;padding:22px;border:1px solid rgba(111,78,55,.16);border-radius:24px;background:linear-gradient(180deg,#fffaf2,#fff)}.judgeme-review-wrapper .jdgm-widget,.judgeme-review-wrapper .jdgm-review-widget{display:block!important;width:100%!important;max-width:100%!important}.judgeme-help-note{margin-top:16px;padding:16px 18px;border-radius:18px;border:1px dashed rgba(111,78,55,.28);background:#fff;color:var(--muted);line-height:1.6}.judgeme-help-note strong{display:block;color:var(--text);margin-bottom:4px}.judgeme-help-note p{margin:0}@media(max-width:749px){.judgeme-review-wrapper{padding:16px;border-radius:20px}.product-judgeme-badge{margin-top:8px}.judgeme-help-note{padding:14px;border-radius:16px}}.product-judgeme-badge.jdgm-preview-badge{min-height:auto}.judgeme-review-wrapper .jdgm-widget:empty{min-height:0!important;border:0!important;padding:0!important;background:transparent!important}.judgeme-review-fallback{margin-top:18px;padding:18px;border-radius:20px;background:#fffaf2;border:1px solid rgba(111,78,55,.16);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.judgeme-review-fallback__text{display:flex;flex-direction:column;gap:4px;color:var(--muted);line-height:1.45}.judgeme-review-fallback__text strong{color:var(--text);font-size:18px}.cdf-write-review-btn{text-decoration:none;white-space:nowrap}#judgeme_product_reviews .jdgm-rev-widg{border:0!important;padding:0!important}@media(max-width:749px){.judgeme-review-fallback{padding:16px;align-items:stretch}.cdf-write-review-btn{width:100%;justify-content:center;text-align:center}}.cdf-native-review-panel{margin-top:18px;padding:20px;border:1px solid rgba(111,78,55,.18);border-radius:22px;background:#fff;box-shadow:0 14px 34px #6f4e3714}.cdf-native-review-panel[hidden]{display:none!important}.cdf-native-review-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;color:var(--text);font-size:20px}.cdf-native-review-panel__close{width:36px;height:36px;border-radius:999px;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:24px;line-height:1;color:var(--text)}.cdf-native-review-form{display:grid;gap:14px}.cdf-native-review-form label{display:grid;gap:7px;font-weight:800;color:var(--text)}.cdf-native-review-form input,.cdf-native-review-form select,.cdf-native-review-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;padding:13px 14px;font:inherit;color:var(--text)}.cdf-native-review-form textarea{resize:vertical;min-height:130px}.cdf-native-review-form__note{margin:0;color:var(--muted);font-size:13px;line-height:1.55}@media(max-width:749px){.cdf-native-review-panel{padding:16px;border-radius:20px}.cdf-native-review-panel__header{font-size:18px}.cdf-native-review-form .product-review-grid{grid-template-columns:1fr}}.cdf-local-reviews{margin-top:18px;padding:18px;border-radius:20px;background:#fff;border:1px solid rgba(111,78,55,.16)}.cdf-local-reviews[hidden]{display:none!important}.cdf-local-reviews__header{display:flex;flex-direction:column;gap:4px;margin-bottom:14px;color:var(--muted);line-height:1.45}.cdf-local-reviews__header strong{color:var(--text);font-size:18px}.cdf-local-reviews__list{display:grid;gap:12px}.cdf-local-review-item{padding:16px;border-radius:18px;background:linear-gradient(180deg,#fffaf4,#fff);border:1px solid rgba(111,78,55,.14)}.cdf-local-review-item__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.cdf-local-review-item__top strong{color:var(--text)}.cdf-local-review-item__top span{color:#b77a2a;letter-spacing:1px;white-space:nowrap}.cdf-local-review-item p{margin:0;color:var(--muted);line-height:1.6}.cdf-local-review-item small{display:block;margin-top:8px;color:var(--muted);font-weight:700}@media(max-width:749px){.cdf-local-reviews{padding:15px;border-radius:18px}.cdf-local-review-item{padding:14px}.cdf-local-review-item__top{align-items:flex-start;flex-direction:column;gap:4px}}.customer-form--custom{display:grid;gap:18px}.customer-contact-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:4px 0 6px}.customer-contact-choice__title{grid-column:1/-1;font-weight:900;color:var(--text)}.customer-choice-card{display:flex;align-items:flex-start;gap:10px;padding:15px;border:1px solid rgba(111,78,55,.16);border-radius:18px;background:#fffaf4;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.customer-choice-card:hover{transform:translateY(-1px);box-shadow:0 12px 26px #6f4e3714}.customer-choice-card input{margin-top:4px;accent-color:var(--gold)}.customer-choice-card span{display:grid;gap:3px}.customer-choice-card strong{color:var(--text)}.customer-choice-card small,.customer-field-help{color:var(--muted);line-height:1.45;font-size:13px}.customer-register-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.customer-form--custom .field{display:grid;gap:7px}.customer-form--custom .field label{font-weight:800;color:var(--text)}.customer-form--custom .field input{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;padding:13px 14px;font:inherit;color:var(--text)}.customer-form--custom .field.is-required label:after{content:" *";color:#b77a2a}@media(max-width:749px){.customer-contact-choice,.customer-register-grid{grid-template-columns:1fr}.customer-choice-card{padding:14px}}.klaviyo-register-note{margin:18px 0 14px;padding:14px 16px;border-radius:18px;background:#fff8ec;border:1px solid rgba(218,165,32,.25);color:var(--muted);line-height:1.55}.customer-klaviyo-embed{margin:16px 0 22px;padding:18px;border-radius:22px;border:1px dashed rgba(111,78,55,.24);background:#fffdf8}.customer-consent-box{display:grid;gap:10px;padding:15px;border-radius:18px;background:#fffaf4;border:1px solid rgba(111,78,55,.14)}.customer-consent-box label{display:flex;gap:10px;align-items:flex-start;color:var(--muted);line-height:1.45;font-size:14px}.customer-consent-box input{margin-top:3px;accent-color:var(--gold)}.customer-create-highlight{display:grid;gap:10px;margin:18px 0 24px;padding:18px;border-radius:22px;background:#fff8ec;border:1px solid rgba(218,165,32,.28)}.customer-create-highlight strong{font-size:18px;color:var(--text)}.customer-create-highlight span{color:var(--muted);line-height:1.5}.customer-create-highlight .btn{width:max-content}@media(max-width:749px){.customer-create-highlight .btn{width:100%;justify-content:center}.customer-klaviyo-embed{padding:14px}}.faq-hero{padding:64px 0 28px;background:linear-gradient(180deg,#fff4e6,#fff);text-align:center}.faq-hero__text{max-width:760px;margin:14px auto 0;color:var(--muted);font-size:1.05rem;line-height:1.7}.faq-page{padding:28px 0 70px}.faq-page__grid{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:24px;align-items:start}.faq-sidebar{padding:26px;position:sticky;top:110px}.faq-sidebar h2{margin:0 0 10px}.faq-sidebar p{color:var(--muted);line-height:1.7;margin-bottom:20px}.faq-list{display:grid;gap:18px}.faq-category{padding:26px}.faq-category h2{margin:0 0 16px;font-size:1.25rem}.faq-category details{border-top:1px solid rgba(43,36,29,.12);padding:15px 0}.faq-category details:last-child{padding-bottom:0}.faq-category summary{cursor:pointer;font-weight:800;color:var(--text);list-style:none;display:flex;justify-content:space-between;gap:18px}.faq-category summary::-webkit-details-marker{display:none}.faq-category summary:after{content:"+";font-size:1.2rem;color:var(--accent);flex:0 0 auto}.faq-category details[open] summary:after{content:"\2212"}.faq-category p{margin:12px 0 0;color:var(--muted);line-height:1.75}@media(max-width:820px){.faq-page__grid{grid-template-columns:1fr}.faq-sidebar{position:static}.faq-hero{padding-top:44px}}.recipes-list-cdf{background:linear-gradient(135deg,#fffaf2,#f7ead9);scroll-margin-top:110px}.recipes-list-cdf__header{max-width:860px;margin:0 auto 28px;text-align:center}.recipes-list-cdf__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.recipe-card-cdf{overflow:hidden;border-radius:28px;background:#ffffffeb;border:1px solid rgba(95,57,25,.12);box-shadow:0 18px 45px #2e1e1014;display:flex;flex-direction:column;min-height:100%}.recipe-card-cdf__visual{min-height:210px;background:linear-gradient(145deg,#6f3d1c,#c58a45);overflow:hidden}.recipe-card-cdf__visual img{width:100%;height:240px;object-fit:cover;display:block}.recipe-card-cdf__placeholder{height:240px;display:flex;align-items:flex-end;padding:22px;color:#fff;font-weight:800;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 25%),linear-gradient(145deg,#6f3d1c,#c58a45)}.recipe-card-cdf__body{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1}.recipe-card-cdf__meta{display:flex;flex-wrap:wrap;gap:8px}.recipe-card-cdf__meta span{display:inline-flex;border-radius:999px;background:#f3dfc2;color:#5b3518;padding:7px 11px;font-size:.76rem;font-weight:800}.recipe-card-cdf h2{margin:2px 0 0;font-size:clamp(1.2rem,1.7vw,1.55rem);line-height:1.18;color:#2b241d}.recipe-card-cdf p{margin:0;color:#5b4b3d;line-height:1.65}.recipe-card-cdf__details{border-top:1px solid rgba(95,57,25,.12);padding-top:10px}.recipe-card-cdf__details summary{cursor:pointer;color:#5b3518;font-weight:900}.recipe-card-cdf__details .rte{margin-top:10px;color:#5b4b3d}.recipe-card-cdf__details ul,.recipe-card-cdf__details ol{margin:0;padding-left:20px}.recipe-card-cdf__details li{margin:6px 0}.recipe-card-cdf__actions{margin-top:auto;padding-top:8px}.recipe-card-cdf--empty{max-width:720px;margin:0 auto}@media(max-width:980px){.recipes-list-cdf__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.recipes-list-cdf__grid{grid-template-columns:1fr}.recipe-card-cdf__visual img,.recipe-card-cdf__placeholder{height:210px}}.product-gallery-dots{bottom:18px;gap:10px;padding:7px 10px;margin:0 auto;width:max-content;max-width:calc(100% - 40px);background:#ffffffd1;border:1px solid rgba(63,40,23,.16);border-radius:999px;box-shadow:0 8px 22px #00000024}.product-gallery-dot{width:11px;height:11px;border:2px solid #0b5a35;background:#fff;box-shadow:0 1px 4px #0000002e}.product-gallery-dot.is-active{width:28px;background:#0b5a35;border-color:#0b5a35}.product-gallery-dots,.gallery-dots,.slider-dots,.slideshow-dots,.carousel-dots,.dots,.splide__pagination,.swiper-pagination-bullets{background:#ffffffe6!important;border:1px solid rgba(15,122,58,.22)!important;border-radius:999px!important;box-shadow:0 8px 22px #00000029!important;padding:7px 10px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;width:max-content!important;max-width:calc(100% - 36px)!important;margin-left:auto!important;margin-right:auto!important;z-index:10!important}.product-gallery-dot,.gallery-dot,.slider-dot,.slideshow-dot,.carousel-dot,.dots button,.splide__pagination__page,.swiper-pagination-bullet{width:11px!important;height:11px!important;min-width:11px!important;min-height:11px!important;border-radius:999px!important;border:2px solid #0f7a3a!important;background:#fff!important;opacity:1!important;box-shadow:0 1px 5px #0003!important}.product-gallery-dot.is-active,.gallery-dot.is-active,.slider-dot.is-active,.slideshow-dot.is-active,.carousel-dot.is-active,.dots button.is-active,.dots button[aria-current=true],.splide__pagination__page.is-active,.swiper-pagination-bullet-active{width:28px!important;background:#0f7a3a!important;border-color:#0f7a3a!important}.cdf-shipping-page{background:#fff7eb;padding:56px 24px;color:#2a211d}.cdf-shipping-hero{max-width:980px;margin:0 auto 34px;background:#fff;border-radius:28px;padding:42px;box-shadow:0 16px 45px #482a101a;border-left:6px solid #0f7a3a}.cdf-eyebrow{display:inline-block;background:#e5f2ea;color:#007a3d;font-weight:800;border-radius:999px;padding:10px 22px;margin:0 0 18px}.cdf-shipping-hero h1{font-size:clamp(34px,5vw,64px);line-height:1.05;margin:0 0 18px;letter-spacing:-.03em}.cdf-shipping-hero p{font-size:18px;line-height:1.75;max-width:850px}.cdf-shipping-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cdf-shipping-card{background:#fff;border-radius:24px;padding:26px;box-shadow:0 12px 32px #482a1014;border:1px solid rgba(15,122,58,.1)}.cdf-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#fff1d9;font-size:27px;margin-bottom:18px}.cdf-shipping-card h2{font-size:22px;margin:0 0 12px}.cdf-shipping-card p{font-size:16px;line-height:1.65;margin:0}.cdf-shipping-note{max-width:980px;margin:28px auto 0;background:#0f7a3a;color:#fff;border-radius:28px;padding:34px;box-shadow:0 16px 45px #0f7a3a29}.cdf-shipping-note h2{color:#fff;margin:0 0 10px;font-size:30px}.cdf-shipping-note p{font-size:17px;line-height:1.7}.cdf-shipping-button{display:inline-flex;margin-top:12px;background:#fff;color:#0f7a3a!important;border-radius:999px;padding:13px 24px;font-weight:800;text-decoration:none}@media(max-width:990px){.cdf-shipping-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.cdf-shipping-page{padding:34px 16px}.cdf-shipping-hero{padding:28px}.cdf-shipping-grid{grid-template-columns:1fr}}.product-description-accordion{margin-top:18px;border:1px solid rgba(111,78,55,.14);border-radius:22px;background:linear-gradient(180deg,#fffaf4,#fff);box-shadow:0 12px 30px #482a100f;overflow:hidden}.product-description-accordion__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:0;background:transparent;color:#3f2817;font:inherit;cursor:pointer;text-align:left}.product-description-accordion__title{font-size:20px;font-weight:850;letter-spacing:-.01em}.product-description-accordion__icon{width:34px;height:34px;min-width:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0f7a3a;color:#fff;font-size:24px;font-weight:700;line-height:1;box-shadow:0 8px 18px #0f7a3a2e}.product-description-accordion__panel{position:relative;max-height:13.2em;overflow:hidden;padding:0 20px;transition:max-height .35s ease}.product-description-accordion__content{margin:0;padding:0 0 12px;line-height:1.65}.product-description-accordion__content p:first-child{margin-top:0}.product-description-accordion__content p:last-child{margin-bottom:0}.product-description-accordion__fade{position:absolute;left:0;right:0;bottom:0;height:54px;background:linear-gradient(180deg,#fff0,#fff 72%);pointer-events:none;opacity:1;transition:opacity .25s ease}.product-description-accordion__read-more{display:none;margin:4px 20px 18px;padding:10px 18px;border:1px solid rgba(15,122,58,.18);border-radius:999px;background:#eaf5ee;color:#0f7a3a;font-weight:850;cursor:pointer}.product-description-accordion.has-overflow .product-description-accordion__read-more{display:inline-flex}.product-description-accordion:not(.has-overflow) .product-description-accordion__fade{display:none}.product-description-accordion.is-open .product-description-accordion__panel{max-height:2000px}.product-description-accordion.is-open .product-description-accordion__fade{opacity:0}.product-description-accordion.is-open .product-description-accordion__read-more{background:#fff;border-color:#6f4e3738;color:#3f2817}@media(max-width:700px){.product-description-accordion__header{padding:16px 18px}.product-description-accordion__title{font-size:18px}.product-description-accordion__panel{padding:0 18px;max-height:11.6em}.product-description-accordion__read-more{margin-left:18px;margin-right:18px}}.product-layout{align-items:start}.product-layout>.product-gallery.card{align-self:start;height:auto;min-height:420px;position:sticky;top:96px}.product-gallery-slider,.product-gallery-track,.product-gallery-slide img{height:420px;min-height:420px}@media(max-width:990px){.product-layout>.product-gallery.card{position:relative;top:auto}}@media(max-width:700px){.product-gallery-slider,.product-gallery-track,.product-gallery-slide img{height:320px;min-height:320px}}.product-layout{align-items:start;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.product-layout>.product-gallery.card,.product-info-card{height:clamp(560px,72vh,760px);min-height:560px;max-height:760px}.product-layout>.product-gallery.card{overflow:hidden;padding:0;display:block;position:sticky;top:96px;background:radial-gradient(circle at 50% 20%,#fff8ee,#efe2cf 44%,#d8c0a4)}.product-info-card{padding:28px;overflow-y:auto;scrollbar-width:thin;scroll-behavior:smooth;background:linear-gradient(180deg,#fffdf9,#fff8ef)}.product-gallery-slider,.product-gallery-track,.product-gallery-slide img{height:100%;min-height:100%}.product-gallery-slide img{object-fit:contain;padding:26px;background:transparent;transform:scale(.985)}.product-gallery-slide.is-active img{animation:cdfProductReveal .85s cubic-bezier(.2,.7,.2,1) both,cdfProductFloat 6.5s ease-in-out .9s infinite}.product-gallery-slide:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:28px;background:linear-gradient(120deg,#ffffff6b,#fff0 46%,#ffffff42);opacity:.7;pointer-events:none;z-index:1}.product-gallery-slide img{position:relative;z-index:2}.product-gallery-arrow,.product-gallery-dot,.product-description-accordion__header,.product-description-accordion__read-more,.format-btn-cdf,.product-action-buttons .btn{transition:transform .24s ease,box-shadow .24s ease,background .24s ease,opacity .24s ease}.product-gallery-arrow:hover,.product-description-accordion__header:hover .product-description-accordion__icon,.product-description-accordion__read-more:hover,.format-btn-cdf:hover,.product-action-buttons .btn:hover{transform:translateY(-2px)}.product-info-card>*{animation:cdfTextUp .62s ease both}.product-info-card>*:nth-child(2){animation-delay:.06s}.product-info-card>*:nth-child(3){animation-delay:.12s}.product-info-card>*:nth-child(4){animation-delay:.18s}.product-description-accordion__panel{transition:max-height .32s ease,opacity .25s ease}.product-description-accordion.is-open .product-description-accordion__panel{max-height:340px;overflow-y:auto;padding-bottom:6px;scrollbar-width:thin}.product-description-accordion.is-open{box-shadow:0 18px 42px #482a101a}.product-description-accordion__icon{transition:transform .25s ease,background .25s ease}.product-description-accordion.is-open .product-description-accordion__icon{transform:rotate(180deg);background:#7b4f2f}@keyframes cdfProductReveal{0%{opacity:0;transform:scale(.94) translateY(14px);filter:blur(5px)}to{opacity:1;transform:scale(.985) translateY(0);filter:blur(0)}}@keyframes cdfProductFloat{0%,to{transform:scale(.985) translateY(0)}50%{transform:scale(1) translateY(-8px)}}@keyframes cdfTextUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:990px){.product-layout{grid-template-columns:1fr}.product-layout>.product-gallery.card,.product-info-card{height:auto;min-height:0;max-height:none}.product-layout>.product-gallery.card{position:relative;top:auto;height:420px;min-height:420px}.product-gallery-slider,.product-gallery-track,.product-gallery-slide img{height:420px;min-height:420px}.product-info-card{overflow:visible}.product-description-accordion.is-open .product-description-accordion__panel{max-height:520px}}@media(max-width:700px){.product-layout>.product-gallery.card{height:330px;min-height:330px}.product-gallery-slider,.product-gallery-track,.product-gallery-slide img{height:330px;min-height:330px}.product-gallery-slide img{padding:18px}}@media(prefers-reduced-motion:reduce){.product-gallery-slide.is-active img,.product-info-card>*,.card{animation:none!important}*{scroll-behavior:auto!important}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.page-hero--collection-compact{padding:14px 0 10px!important}.template-collection .page-shell{padding-top:14px!important}.template-collection .collection-banner-cdf{margin-top:0!important}.site-header__inner{padding-top:12px!important;padding-bottom:12px!important}@media(max-width:749px){.page-hero--collection-compact{padding:10px 0 8px!important}.template-collection .page-shell{padding-top:10px!important}.site-header__inner{padding-top:9px!important;padding-bottom:9px!important}}@media(max-width:749px){#collections .section-header-premium .eyebrow,#collections .section-header-premium .section-title,#collections .section-header-premium .section-subtitle{display:none!important}}.trust-premium-section{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 20%,rgba(211,160,44,.13),transparent 34%),radial-gradient(circle at 92% 12%,rgba(15,122,58,.08),transparent 30%)}.trust-premium-header{max-width:820px;margin-bottom:30px}.trust-premium-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;margin-bottom:14px;border-radius:999px;background:#f6ead5;color:#7b4f2f;font-size:13px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.trust-premium-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.trust-premium-card{position:relative;min-height:250px;padding:28px 26px;border-radius:30px;background:linear-gradient(180deg,#fffffff5,#fffaf1f5);border:1px solid rgba(234,223,206,.95);box-shadow:0 18px 42px #2b211814;overflow:hidden}.trust-premium-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(211,160,44,.14),transparent 46%);opacity:.75;pointer-events:none}.trust-premium-card:after{content:"";position:absolute;left:26px;right:26px;bottom:0;height:4px;border-radius:999px 999px 0 0;background:linear-gradient(90deg,var(--green),var(--gold))}.trust-premium-icon{position:relative;z-index:1;width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 25px #2b211814;font-size:28px}.trust-premium-content{position:relative;z-index:1}.trust-premium-content h3{margin:0 0 12px;font-size:22px;line-height:1.18;color:var(--text)}.trust-premium-content p{margin:0;color:var(--muted);font-size:16px;line-height:1.65}@media(max-width:980px){.trust-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.trust-premium-section{padding:38px 0 34px!important}.trust-premium-header{text-align:center;margin-bottom:22px}.trust-premium-header .section-title{font-size:30px}.trust-premium-header .section-subtitle{font-size:15px;margin-left:auto;margin-right:auto}.trust-premium-eyebrow{font-size:11px;padding:7px 12px;margin-bottom:12px}.trust-premium-grid{display:flex;gap:14px;overflow-x:auto;padding:2px 18px 18px;margin-left:-18px;margin-right:-18px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.trust-premium-grid::-webkit-scrollbar{height:6px}.trust-premium-grid::-webkit-scrollbar-thumb{background:#e2cfae;border-radius:999px}.trust-premium-card{flex:0 0 82%;min-height:0;padding:20px 19px 22px;border-radius:24px;display:flex;gap:15px;align-items:flex-start;scroll-snap-align:center}.trust-premium-card:after{left:20px;right:20px;height:3px}.trust-premium-icon{width:48px;height:48px;min-width:48px;margin:0;border-radius:17px;font-size:23px}.trust-premium-content h3{font-size:18px;margin-bottom:7px}.trust-premium-content p{font-size:14px;line-height:1.55}}@media(max-width:390px){.trust-premium-card{flex-basis:88%}}.footer-copyright{width:100%;text-align:center;padding:22px 20px 26px;font-size:14px;line-height:1.5;color:#3b2c23;clear:both}@media screen and (max-width:749px){.footer-copyright{font-size:13px;padding:18px 18px 24px}}.cdf-stock-status{margin:14px 0 8px}.cdf-stock-status__badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:8px 14px;font-weight:800;font-size:14px;line-height:1}.cdf-stock-status__badge--in{background:#e9f7ed;color:#0b7a34}.cdf-stock-status__badge--low{background:#fff4d8;color:#8a5a00}.cdf-stock-status__badge--out{background:#ffe8e5;color:#b42318}.product-buy-now:disabled,.add-to-cart-modern:disabled,.btn:disabled{opacity:.55;cursor:not-allowed}.product-card{position:relative}.cdf-product-card-stock-badge{position:absolute;top:18px;left:18px;z-index:2;background:#b42318;color:#fff;border-radius:999px;padding:8px 12px;font-weight:800;font-size:13px;box-shadow:0 10px 24px #00000024}
/*# sourceMappingURL=/cdn/shop/t/206/assets/base.css.map */
