/** Shopify CDN: Minification failed

Line 162:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&family=Manrope:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');
:root{--disp:'Space Grotesk',Arial,sans-serif;--mono:'Space Mono',ui-monospace,monospace}
/* ================= HERO ================= */
.heroc2{position:relative;overflow:hidden;background:#F5F3ED;border-bottom:1px solid #E7E3D8}
.heroc2-photo{position:absolute;inset:0;z-index:0}
.heroc2-photo img{width:100%;height:100%;object-fit:cover;object-position:60% 32%;display:block;filter:saturate(1.32) contrast(1.08) brightness(1.02)}
.heroc2-photo::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(245,243,237,.9) 0%,rgba(245,243,237,.54) 27%,rgba(245,243,237,.1) 50%,rgba(245,243,237,0) 66%),linear-gradient(0deg,rgba(245,243,237,.4) 0%,rgba(245,243,237,0) 20%)}
.heroc2-inner{position:relative;z-index:2;min-height:min(86vh,840px);display:flex;flex-direction:column;justify-content:center;max-width:640px;padding:52px clamp(28px,5vw,82px)}
.heroc2 h1{font-family:var(--disp);font-weight:800;font-size:clamp(44px,5.6vw,78px);line-height:.97;letter-spacing:-.025em;color:#23291F;margin:0 0 22px}
.heroc2 h1 .em{position:relative;color:#2F5138;z-index:0}
.heroc2 h1 .em::after{content:"";position:absolute;left:-.01em;right:-.02em;bottom:.04em;height:.16em;background:#F9A620;border-radius:3px;z-index:-1;transform:rotate(-.5deg)}
.heroc2 .lede{font-family:var(--sans);font-size:17.5px;line-height:1.6;color:#3a382f;max-width:40ch;margin:0 0 32px;font-weight:500}
.heroc2-cta{display:flex;gap:14px;flex-wrap:wrap}
@keyframes heroRise{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}
.heroc2 h1,.heroc2 .lede,.heroc2-cta{opacity:0;animation:heroRise .7s cubic-bezier(.2,.7,.2,1) forwards}
.heroc2 .lede{animation-delay:.1s}
.heroc2-cta{animation-delay:.18s}
@media (prefers-reduced-motion:reduce){.heroc2 h1,.heroc2 .lede,.heroc2-cta{opacity:1;animation:none}}
@media (max-width:980px){
  .heroc2-photo::before{background:linear-gradient(0deg,rgba(245,243,237,.95) 0%,rgba(245,243,237,.58) 44%,rgba(245,243,237,.2) 100%)}
  .heroc2-inner{min-height:76vh;justify-content:flex-end;max-width:none;padding:32px 24px 44px}
  .heroc2 h1{font-size:clamp(36px,9vw,52px)}
  .heroc2 .lede{max-width:none}
}
/* ================= BUTTONS ================= */
.hbtn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:12.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:15px 30px;border-radius:3px;cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s,transform .18s,box-shadow .2s}
.hbtn-solid{background:#2F5138;color:#fff;box-shadow:0 10px 22px rgba(36,64,49,.22)}
.hbtn-solid:hover{background:#244031;transform:translateY(-2px);box-shadow:0 16px 30px rgba(36,64,49,.3)}
.hbtn-line{background:rgba(255,255,255,.6);border:1px solid #b9bfae;color:#2F5138}
.hbtn-line:hover{border-color:#2F5138;background:#fff}
.hbtn:focus-visible{outline:2px solid #2F5138;outline-offset:3px}
/* ================= HOME SECTIONS ================= */
.home-sec{padding:clamp(56px,7.5vw,100px) 0;background:#F5F3ED}
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:38px}
.sec-head .home-head{margin-bottom:0}
.sec-head-cta{flex:none}
.home-eyebrow{font-family:var(--mono);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#B7472A;margin:0 0 14px;display:flex;align-items:center;gap:10px}
.home-eyebrow::before{content:"";width:26px;height:2px;background:#F9A620}
.home-eyebrow--center{justify-content:center}
.home-head{font-family:var(--disp);font-weight:800;font-size:clamp(30px,4vw,50px);letter-spacing:-.022em;color:#23291F;margin:0 0 38px;line-height:1.02}
.home-head--center{text-align:center;margin-bottom:44px}
.colcards{display:grid;gap:20px}
.colcards--4{grid-template-columns:repeat(4,1fr)}
.colcards--3{grid-template-columns:repeat(3,1fr)}
.colcard{position:relative;display:block;text-decoration:none;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(30,51,38,.12);transition:box-shadow .3s,transform .3s}
.colcard:hover{box-shadow:0 22px 48px rgba(30,51,38,.22);transform:translateY(-3px)}
.colcard-img{position:relative;aspect-ratio:4/5;overflow:hidden;background:#2F5138}
.colcard-img img{width:100%;height:100%;object-fit:cover;filter:saturate(1.2) contrast(1.06);transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.colcard:hover .colcard-img img{transform:scale(1.06)}
.colcard-scrim{position:absolute;inset:0;background:linear-gradient(0deg,rgba(16,28,20,.84) 0%,rgba(16,28,20,.2) 48%,rgba(16,28,20,0) 74%)}
.colcard-cap{position:absolute;left:0;right:0;bottom:0;padding:20px 20px 18px;display:flex;flex-direction:column}
.colcard-title{font-family:var(--disp);font-weight:700;font-size:20px;color:#fff;letter-spacing:-.01em;line-height:1.08}
.colcard-sub{font-family:var(--sans);font-size:13px;color:rgba(255,255,255,.85);margin-top:4px;line-height:1.4}
.colcard-go{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#F9A620;margin-top:12px;opacity:0;transform:translateY(6px);transition:opacity .3s,transform .3s}
.colcard:hover .colcard-go{opacity:1;transform:none}
.whyshop-sec{background:linear-gradient(165deg,#1E3326 0%,#2F5138 100%)}
.whyshop-sec .home-eyebrow{color:#F9A620}
.whyshop-sec .home-eyebrow::before{background:#F9A620}
.whyshop-sec .home-head{color:#F7F5EF}
.whyshop{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}
.ws-ico{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:#F9A620;color:#1E3326;margin-bottom:20px;box-shadow:0 8px 20px rgba(249,166,32,.28)}
.ws-ico svg{width:26px;height:26px}
.ws-title{font-family:var(--disp);font-weight:700;font-size:19px;color:#F7F5EF;margin:0 0 8px}
.ws-text{font-family:var(--sans);font-size:14.5px;line-height:1.62;color:#C4D6C4;margin:0}
.lifebanner{position:relative;min-height:min(60vh,560px);display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.lifebanner-img{position:absolute;inset:0}
.lifebanner-img img{width:100%;height:100%;object-fit:cover;filter:saturate(1.15);transform:scale(1.04);animation:lbzoom 22s ease-in-out infinite alternate}
@keyframes lbzoom{from{transform:scale(1.04)}to{transform:scale(1.13)}}
.lifebanner::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,34,24,.66),rgba(30,51,38,.28))}
.lifebanner-inner{position:relative;z-index:2;padding:40px 24px}
.lifebanner-head{font-family:var(--disp);font-weight:800;font-size:clamp(32px,5vw,62px);letter-spacing:-.022em;color:#F7F5EF;margin:0 auto;line-height:1.03;max-width:16ch;text-shadow:0 2px 30px rgba(0,0,0,.35)}
.lifebanner-sub{color:#E7EFE3;font-family:var(--sans);font-size:17px;margin:16px auto 0;max-width:44ch}
.lifebanner .hbtn{margin-top:26px}
@media (prefers-reduced-motion:reduce){.lifebanner-img img{animation:none}}
.help-sec{background:#FCFBF7;border-top:1px solid #E7E3D8}
.helpcols{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.help-item{background:#fff;border:1px solid #E7E3D8;border-radius:18px;padding:36px 32px;display:flex;flex-direction:column;box-shadow:0 6px 20px rgba(30,51,38,.05);transition:transform .25s,box-shadow .25s}
.help-item:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(30,51,38,.12)}
.help-title{font-family:var(--disp);font-weight:700;font-size:20px;color:#23291F;margin:0 0 12px}
.help-text{font-family:var(--sans);font-size:14.5px;line-height:1.65;color:#4f4e42;margin:0 0 18px;flex:1}
.help-link{font-family:var(--sans);font-size:12.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#B7472A;text-decoration:none}
.help-link:hover{color:#2F5138}
.reveals-on .home-head,.reveals-on .colcard,.reveals-on .ws-item,.reveals-on .help-item,.reveals-on .lifebanner-inner{opacity:0;transform:translateY(16px);transition:opacity .65s cubic-bezier(.2,.7,.2,1),transform .65s cubic-bezier(.2,.7,.2,1)}
.reveals-on .is-in{opacity:1;transform:none}
.acct-link{display:inline-flex;align-items:center;color:#2F5138;padding:6px;transition:color .15s}
.acct-link:hover{color:#244031}
.annbar{display:flex;align-items:center;justify-content:center;gap:12px}
.ann-dot{opacity:.55}
@media (max-width:900px){
  .sec-head{flex-direction:column;align-items:flex-start;gap:18px}
  .colcards--4{grid-template-columns:repeat(2,1fr)}
  .colcards--3{grid-template-columns:1fr}
  .whyshop{grid-template-columns:repeat(2,1fr);gap:30px}
  .helpcols{grid-template-columns:1fr}
}
@media (max-width:560px){
  .colcards--4,.colcards--3{grid-template-columns:1fr 1fr}
  .whyshop{grid-template-columns:1fr}
}
/* ================= BOTANICAL GARDEN — site-wide palette ================= */
:root{
  --cream:#F5F3ED;--cream-dark:#E7E3D8;--ink:#23291F;--gray:#6B6A5D;
  --clay:#4A7C59;--clay-light:#6C9A78;--clay-pale:#E6EFE4;
  --green-950:#1E3326;--green-900:#244031;--green-800:#2F5138;
  --green-600:#4A7C59;--green-400:#4A7C59;--green-200:#BCD4C0;--green-100:#E6EFE4;
  --gold:#F9A620;--forest-1:#1E3326;--forest-2:#2F5138;
  --forest-grad:linear-gradient(165deg,#244031 0%,#2F5138 55%,#4A7C59 100%);
}
body{background:#F5F3ED}
.annbar{background:#2F5138;color:#E7EFE3}
.annbar b{color:#fff}
.search-box{background:#fff;border-color:#E7E3D8}
.cart-pill{background:#2F5138}
.cart-pill:hover{background:#244031}
.mobile-menu{background:#F5F3ED;border-color:#E7E3D8}
.mobile-menu a{border-color:#E7E3D8}
.eyebrow,.qr-eyebrow,.hero h1 em,h2.section-title em,.plp-head h1 em,.heroc h1 em,.transform-lines p,.problem .resolve,.ship-note-sig,.joey-sign,.versus-row span:last-child svg,.offer-list svg{color:#4A7C59}
.cat .go{color:#2F5138 !important}
.nav-links a:after{background:#F9A620}
.nav-links a:hover,.nav-links a.act{color:#244031}
.btn-primary{background:#2F5138 !important}
.btn-primary:hover{background:#244031 !important}
.btn-clay{background:#F9A620 !important;color:#23291F !important}
.btn-clay:hover{background:#E0901A !important}
.btn-ghost{border-color:#2F5138 !important;color:#2F5138 !important}
.btn-ghost:hover{background:#E6EFE4 !important;border-color:#2F5138 !important}
.how{background:linear-gradient(150deg,#223D2E 0%,#356145 100%)}
.how .eyebrow,.step .n,.step-ico{color:#F9A620}
.final-cta{background:linear-gradient(165deg,#1E3326 0%,#356145 100%)}
.email-band .email-inner{background:linear-gradient(165deg,#244031 0%,#2F5138 55%,#4A7C59 100%)}
.email-inner h2 em{color:#F9A620}
.site-footer{background:#1E3326}
.foot-grid h4{color:#86A98F}
.promise-band{background:#2F5138}
.hero-reviews .stars,.review .stars,.reviews-carousel .review .stars{color:#F9A620}
.flag,.gi .tag{background:#B7472A}
.flag.g,.gi .tag.g{background:#4A7C59}
.prod:hover,.jt-card:hover{box-shadow:0 14px 34px rgba(30,51,38,.12) !important}
.site-header{background:#F5F3ED;border-bottom:1px solid #E7E3D8}
.site-header.hdr-elev{box-shadow:0 8px 24px rgba(30,51,38,.10)}


  .heroc2-photo img{
    position:relative;
    z-index:0;
  }

  .heroc2-inner{
    position:relative;
    z-index:2;
  }

  .heroc2 .lede{
    max-width:33ch;
    line-height:1.45;
  }
}

.heroc2 h1,
.heroc2 h1 *{
  font-family:'Plus Jakarta Sans', Arial, sans-serif !important;
  font-weight:700 !important;
  letter-spacing:-0.04em;
  line-height:.96;
}

.heroc2 .lede{
  font-family:'Manrope', Arial, sans-serif !important;
  font-weight:500 !important;
  letter-spacing:-0.01em;
}

/* FINAL HOMEPAGE HERO FONTS */
.heroc2 h1,
.heroc2 h1 span,
.heroc2 h1 .em,
.heroc2 h1 *{
  font-family:"Urbanist", Arial, sans-serif !important;
  font-weight:600 !important;
  font-style:normal !important;
  letter-spacing:-0.025em !important;
  line-height:.98 !important;
}

.heroc2 .lede,
.heroc2 .lede span,
.heroc2 .lede *{
  font-family:"Manrope", Arial, sans-serif !important;
  font-weight:500 !important;
  font-style:normal !important;
  letter-spacing:-0.01em !important;
  line-height:1.45 !important;
}
/* DESKTOP ONLY — hero position and subheader width */
@media screen and (min-width:981px){

  .heroc2-inner{
    transform:translate(90px,35px);
  }

  .heroc2 .lede{
    width:48ch !important;
    max-width:48ch !important;
  }

}
/* MOBILE ONLY — hero readability and subheader width */
@media screen and (max-width:980px){

  .heroc2 .lede{
    width:auto !important;
    max-width:33ch !important;
    line-height:1.45 !important;
  }

}
/* MOBILE HERO TEXT READABILITY — soft fade */
@media screen and (max-width:980px){
  .heroc2-photo::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
      linear-gradient(
        90deg,
        rgba(245,243,237,.65) 0%,
        rgba(245,243,237,.45) 38%,
        rgba(245,243,237,.25) 62%,
        rgba(245,243,237,.15) 82%,
        rgba(245,243,237,0) 100%
      ),
      linear-gradient(
        0deg,
        rgba(245,243,237,.04) 0%,
        rgba(245,243,237,.01) 58%,
        rgba(245,243,237,0) 100%
      );
  }
}
@media screen and (max-width:980px){

  .lede-desktop{
    display:none !important;
  }

  .heroc2 .lede-mobile{
    display:block !important;
    width:auto !important;
    max-width:none !important;
  }

  .mobile-paragraph-gap{
    display:block;
    height:14px;
  }

}
/* MOBILE — make hero subheading white */
@media screen and (max-width:980px){
  .heroc2 .lede{
    color:#000 !important;
  }
}