:root{--white:#FFFFFF;--bg:#F6F7F3;--ink:#161613;--midgrey:#6B6F68;--line:#E7E7E1;--green:#2FA360;--green-dark:#1E8049;--soft-green:#DFF3E6;--orange:#FF6A3D;--orange-dark:#E85A2E;--soft-orange:#FFE7DC;--yellow:#FFC93C;--soft-yellow:#FFF3D6;--red:#E9483D}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);background:#e9e9e4;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Poppins,sans-serif;margin:0;color:var(--ink);font-weight:700;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}.phone{max-width:420px;margin:24px auto;background:var(--white);border-radius:34px;overflow:hidden;box-shadow:0 30px 60px -20px #00000040,0 0 0 1px #0000000a}@media(max-width:460px){.phone{margin:0;border-radius:0;max-width:100%}body{background:var(--white)}}.announce{background:var(--green);color:var(--white);text-align:center;font-size:12.5px;font-weight:600;letter-spacing:.01em;padding:10px 16px}header{background:var(--white);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 18px}.icon-btn{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);position:relative}.header-icons{display:flex;gap:18px;align-items:center}.cart-badge{position:absolute;top:-7px;right:-9px;background:var(--red);color:var(--white);font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center}.logo{display:flex;flex-direction:column;align-items:center;gap:1px}.logo-m{width:24px;height:21px}.logo-word{font-family:Poppins,sans-serif;font-weight:600;font-size:12px;letter-spacing:.28em;margin-left:.28em}.hero{padding:30px 20px 32px;background:var(--white)}.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:var(--soft-yellow);color:#8a5a00;font-size:12px;font-weight:700;padding:7px 13px;border-radius:100px;margin-bottom:16px}.hero h1{font-size:27px;line-height:1.22;letter-spacing:-.01em}.hero p.lede{margin:12px 0 0;font-size:14.5px;line-height:1.55;color:var(--midgrey);max-width:32ch}.hero-ctas{margin-top:20px;display:flex;flex-direction:column;gap:10px}.btn-primary{background:var(--green);color:var(--white);padding:16px 20px;border-radius:100px;border:none;font-size:15px;font-weight:700;width:100%;box-shadow:0 8px 16px -6px #2fa36080}.btn-secondary{background:var(--white);border:2px solid var(--orange);color:var(--orange-dark);padding:13px 20px;border-radius:100px;font-size:14.5px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.hero-image{margin-top:22px;border-radius:20px;overflow:hidden;position:relative;aspect-ratio:5/4}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image .ribbon{position:absolute;top:14px;left:14px;background:var(--orange);color:var(--white);font-size:11.5px;font-weight:700;padding:7px 14px;border-radius:100px}.trust-strip{display:flex;overflow-x:auto;gap:10px;padding:16px 20px;background:var(--bg);scrollbar-width:none}.trust-strip::-webkit-scrollbar{display:none}.trust-pill{flex:0 0 auto;display:flex;align-items:center;gap:8px;border-radius:100px;padding:9px 15px;font-size:12px;font-weight:700;white-space:nowrap;color:var(--ink)}.trust-pill svg{width:15px;height:15px;flex-shrink:0}.trust-pill.c1{background:var(--soft-green)}.trust-pill.c1 svg{color:var(--green-dark)}.trust-pill.c2{background:var(--soft-orange)}.trust-pill.c2 svg{color:var(--orange-dark)}.trust-pill.c3{background:var(--soft-yellow)}.trust-pill.c3 svg{color:#8a5a00}.trust-pill.c4{background:var(--soft-green)}.trust-pill.c4 svg{color:var(--green-dark)}.section{padding:36px 20px}.section-head{margin-bottom:18px}.kicker{display:inline-block;font-size:11.5px;color:var(--orange-dark);font-weight:700;margin-bottom:8px;letter-spacing:.03em;text-transform:uppercase}.section-head h2{font-size:21px}.section-head p{font-size:13.5px;color:var(--midgrey);margin-top:8px;line-height:1.5}.cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cat-tile{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:1/1}.cat-tile img{width:100%;height:100%;object-fit:cover}.cat-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 55%,#0000008c)}.cat-label{position:absolute;bottom:10px;left:10px;right:10px;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:6px}.cat-label span{color:var(--white);font-size:13px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.3)}.cat-arrow{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cat-arrow svg{width:12px;height:12px;color:var(--ink)}.cat-tile.t1 .cat-arrow{background:var(--green)}.cat-tile.t1 .cat-arrow svg{color:var(--white)}.cat-tile.t2 .cat-arrow{background:var(--orange)}.cat-tile.t2 .cat-arrow svg{color:var(--white)}.cat-tile.t3 .cat-arrow{background:var(--yellow)}.cat-tile.t4 .cat-arrow{background:var(--white)}.bestseller-scroll{display:flex;gap:14px;overflow-x:auto;padding:4px 20px 10px;margin:0 -20px;scroll-snap-type:x mandatory;scrollbar-width:none}.bestseller-scroll::-webkit-scrollbar{display:none}.product-card{flex:0 0 auto;width:210px;scroll-snap-align:start;display:flex;flex-direction:column;gap:9px}.product-media{border-radius:16px;overflow:hidden;position:relative;aspect-ratio:4/5;background:var(--bg)}.product-media img{width:100%;height:100%;object-fit:cover}.discount-tag{position:absolute;top:10px;left:10px;background:var(--red);color:var(--white);font-size:11px;font-weight:800;padding:5px 9px;border-radius:8px}.best-tag{position:absolute;top:10px;right:10px;background:var(--white);color:var(--orange-dark);font-size:9.5px;font-weight:700;padding:5px 9px;border-radius:100px;letter-spacing:.02em}.product-rating{font-size:11.5px;color:var(--midgrey);font-weight:600}.product-rating .stars{color:var(--yellow);letter-spacing:1px;-webkit-text-stroke:.5px #C98A00}.product-card h3{font-size:14px;font-weight:700;line-height:1.3}.price-row{display:flex;align-items:baseline;gap:7px}.price-now{font-size:16px;font-weight:800;color:var(--green-dark)}.price-was{font-size:12px;color:var(--midgrey);text-decoration:line-through}.product-cta{font-size:13px;font-weight:700;background:var(--ink);color:var(--white);border-radius:100px;padding:10px 0;text-align:center}.scroll-hint{text-align:center;font-size:11px;color:var(--midgrey);margin-top:2px;font-weight:600}.teaser{background:var(--soft-yellow);border-radius:18px;padding:26px 22px;text-align:center}.teaser svg{width:30px;height:30px;color:#8a5a00;margin:0 auto 12px}.teaser h3{font-size:16px;margin-bottom:8px}.teaser p{font-size:13px;color:#6b5a2e;line-height:1.5;max-width:26ch;margin:0 auto}.story{background:var(--bg);border-radius:18px;padding:26px 22px}.story h2{font-size:19px;margin-bottom:12px}.story p{font-size:13.5px;line-height:1.6;color:var(--midgrey)}.story-list{margin-top:16px;display:grid;gap:11px}.story-list div{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;font-weight:600}.story-list svg{width:18px;height:18px;flex-shrink:0;margin-top:1px;color:var(--white);background:var(--green);border-radius:50%;padding:3px}.trust-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0 4px}.trust-stats div{text-align:center;border-radius:14px;padding:14px 4px}.trust-stats div:nth-child(1){background:var(--soft-green)}.trust-stats div:nth-child(2){background:var(--soft-orange)}.trust-stats div:nth-child(3){background:var(--soft-yellow)}.trust-stats strong{display:block;font-family:Poppins,sans-serif;font-size:18px;color:var(--ink)}.trust-stats span{display:block;font-size:10px;color:var(--midgrey);margin-top:2px;line-height:1.3;font-weight:600}.story-quote{margin-top:18px;padding:16px 18px;background:var(--white);border-radius:14px;border-left:4px solid var(--orange);font-size:13px;font-style:italic;color:var(--ink);line-height:1.55}.story-quote span{display:block;margin-top:8px;font-size:11.5px;font-style:normal;color:var(--midgrey);font-weight:600}.review-scroll{display:flex;gap:12px;overflow-x:auto;padding:4px 20px 6px;margin:0 -20px;scroll-snap-type:x mandatory;scrollbar-width:none}.review-scroll::-webkit-scrollbar{display:none}.review-card{flex:0 0 auto;width:225px;scroll-snap-align:start;background:var(--bg);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:10px;border-top:3px solid var(--green)}.review-card:nth-child(2){border-top-color:var(--orange)}.review-card:nth-child(3){border-top-color:var(--yellow)}.review-card .stars{color:var(--yellow);font-size:13px;letter-spacing:2px;-webkit-text-stroke:.5px #C98A00}.review-card p{font-size:13px;line-height:1.5}.review-meta{font-size:11.5px;color:var(--midgrey);font-weight:600;display:flex;justify-content:space-between;padding-top:8px;border-top:1px solid var(--line)}.newsletter{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);border-radius:18px;padding:30px 22px;text-align:center;color:var(--white)}.newsletter h2{color:var(--white);font-size:19px;margin-bottom:10px}.newsletter p{color:#dff3e6;font-size:13px;line-height:1.5}.newsletter-form{margin-top:18px;display:flex;flex-direction:column;gap:8px}.newsletter-form input{border:none;border-radius:100px;padding:13px 16px;font-size:13.5px;font-family:inherit;outline:none;color:var(--ink)}.newsletter-form button{background:var(--orange);color:var(--white);border:none;border-radius:100px;padding:13px;font-size:13.5px;font-weight:700}footer{background:var(--white);border-top:1px solid var(--line);padding:32px 20px 24px}.footer-logo{margin-bottom:14px}footer p.blurb{font-size:12.5px;color:var(--midgrey);line-height:1.6;margin-bottom:22px}.footer-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px 10px;margin-bottom:22px}.footer-col h4{font-size:12px;margin-bottom:10px;font-weight:700}.footer-col a{display:block;font-size:12.5px;color:var(--midgrey);margin-bottom:9px;font-weight:500}.footer-bottom{border-top:1px solid var(--line);padding-top:16px;font-size:11px;color:var(--midgrey);display:flex;flex-direction:column;gap:10px}.pay-icons{display:flex;gap:6px;flex-wrap:wrap}.pay-icons span{font-size:9.5px;border:1px solid var(--line);border-radius:5px;padding:3px 6px;color:var(--midgrey);font-weight:600}.bottom-nav{display:flex;justify-content:space-around;align-items:center;padding:10px 10px calc(10px + env(safe-area-inset-bottom));background:var(--white);border-top:1px solid var(--line)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10.5px;color:var(--midgrey);font-weight:600;padding:4px 14px;border-radius:12px}.bottom-nav a.active{color:var(--green-dark);background:var(--soft-green)}.bottom-nav svg{width:20px;height:20px}.mv-inner{width:100%}.mv-desktop-nav{display:none}@media(min-width:750px){body{background:var(--white)}.phone{max-width:none;margin:0;border-radius:0;overflow:visible;box-shadow:none}.mv-inner{max-width:1180px;margin:0 auto}.announce{font-size:13.5px;padding:13px 20px;letter-spacing:.02em}.header-inner{max-width:1180px;margin:0 auto;padding:18px 32px}.logo-m{width:30px;height:26px}.logo-word{font-size:14px}.header-icons{gap:22px}.mv-menu-btn{display:none}.mv-desktop-nav{display:flex;gap:26px;font-size:13.5px;font-weight:600;color:var(--ink)}.mv-desktop-nav a{padding:4px 0;border-bottom:2px solid transparent}.mv-desktop-nav a:hover{border-bottom-color:var(--green)}.hero{padding:54px 32px 60px}.hero-inner{display:grid;grid-template-columns:1.02fr 1fr;grid-template-rows:auto auto auto 1fr;column-gap:56px;align-items:start;align-content:start}.hero-copy{display:contents}.hero-eyebrow{grid-column:1;grid-row:1;justify-self:start;font-size:13px;padding:8px 15px}.hero h1{grid-column:1;grid-row:1;font-size:42px;line-height:1.14}.hero p.lede{grid-column:1;grid-row:2;font-size:16.5px;max-width:44ch;margin-top:16px}.hero-ctas{grid-column:1;grid-row:3;flex-direction:row;gap:14px;margin-top:28px;align-items:center}.hero-ctas .btn-primary{width:auto;padding:16px 34px;font-size:15.5px}.hero-ctas .btn-secondary{padding:14px 26px}.hero-image{grid-column:2;grid-row:1 / 5;align-self:start;margin-top:0;aspect-ratio:5/4;border-radius:24px}.hero-image .ribbon{top:18px;left:18px;font-size:12.5px}.trust-strip{justify-content:center;overflow:visible;flex-wrap:wrap;gap:14px;padding:20px 32px}.trust-pill{font-size:13px;padding:10px 18px}.trust-pill svg{width:16px;height:16px}.section{padding:56px 32px}.section-head{margin-bottom:26px}.section-head h2{font-size:30px}.section-head p{font-size:15px;max-width:60ch}.kicker{font-size:12.5px}.cat-grid{gap:18px}.cat-label span{font-size:15px}.cat-arrow{width:30px;height:30px}.cat-arrow svg{width:14px;height:14px}.bestseller-scroll{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 22px;overflow:visible;margin:0;padding:0;scroll-snap-type:none}.product-card{width:auto}.product-card h3{font-size:15px}.price-now{font-size:17px}.product-cta{padding:12px 0;font-size:13.5px}.product-cta:hover{background:var(--green-dark)}.scroll-hint{display:none}.teaser{padding:38px 32px;max-width:760px;margin:0 auto}.teaser h3{font-size:20px}.teaser p{font-size:14.5px;max-width:46ch}.story{padding:40px 44px}.story h2{font-size:26px}.story p{font-size:15px}.story-list{grid-template-columns:1fr 1fr;gap:14px 28px;margin-top:22px}.story-list div{font-size:14.5px}.trust-stats{gap:14px;margin:24px 0 4px}.trust-stats div{padding:20px 8px}.trust-stats strong{font-size:26px}.trust-stats span{font-size:12px}.story-quote{font-size:15px;padding:20px 24px}.review-scroll{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;overflow:visible;margin:0;padding:0;scroll-snap-type:none}.review-card{width:auto;padding:22px}.review-card p{font-size:14px}.newsletter{padding:46px 40px}.newsletter h2{font-size:26px}.newsletter p{font-size:14.5px}.newsletter-form{flex-direction:row;max-width:520px;margin:22px auto 0}.newsletter-form input{flex:1}.newsletter-form button{padding:13px 28px;white-space:nowrap}.newsletter-form button:hover{background:var(--orange-dark)}footer{padding:48px 32px 28px}.footer-top{display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:start}footer p.blurb{font-size:13.5px;max-width:44ch;margin-bottom:0}.footer-cols{grid-template-columns:repeat(2,1fr);gap:10px 32px;margin-bottom:0}.footer-col h4,.footer-col a{font-size:13px}.footer-col a:hover{color:var(--ink)}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center;margin-top:30px;font-size:12px}.bottom-nav{display:none}}@media(min-width:1024px){.hero{padding:70px 40px 76px}.hero h1{font-size:50px}.hero p.lede{font-size:17.5px}.section{padding:70px 40px}.section-head h2{font-size:34px}.cat-grid{grid-template-columns:repeat(4,1fr)}.cat-tile{aspect-ratio:4/5}.bestseller-scroll{grid-template-columns:repeat(4,1fr)}.header-inner{padding:20px 40px}.trust-strip{padding:22px 40px;gap:18px}.story{padding:48px 56px}footer{padding:60px 40px 30px}}@media(hover:hover)and (min-width:750px){.btn-primary:hover{background:var(--green-dark)}.btn-secondary:hover{background:var(--soft-orange)}.cat-tile img{transition:transform .35s ease}.cat-tile:hover img{transform:scale(1.04)}.product-media img{transition:transform .35s ease}.product-card:hover .product-media img{transform:scale(1.04)}}.mv-pay-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}@media(max-width:749px){.mv-pay-icons{display:grid;grid-template-columns:repeat(9,1fr);gap:5px;width:100%;max-width:360px;margin:0 auto}.mv-pay-icons .mv-pay-icon{width:100%;height:auto;aspect-ratio:38/24}}.mv-pay-icons span{display:inline-flex}.mv-pay-icon{width:38px;height:24px;display:block;background:var(--white);border:1px solid var(--line);border-radius:5px}.footer-bottom{align-items:center;text-align:center}@media(min-width:750px){.footer-bottom{flex-direction:column;justify-content:center;gap:14px}.mv-pay-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/mv-home.css.map */
