:root{--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--ease-in-out-quart: cubic-bezier(.76, 0, .24, 1);--spring: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s;--duration-slower: .6s;--shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.05), 0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -2px rgba(0,0,0,.04);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);--shadow-glow: 0 0 20px rgba(212, 255, 0, .3);--shadow-glow-strong: 0 0 30px rgba(212, 255, 0, .5)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes successPop{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(4);opacity:0}}.maev-animate{opacity:0;transform:translateY(30px)}.maev-animate.is-visible{animation:fadeInUp var(--duration-slower) var(--ease-out-expo) forwards}.maev-animate--scale{opacity:0;transform:scale(.95)}.maev-animate--scale.is-visible{animation:fadeInScale var(--duration-slower) var(--ease-out-expo) forwards}.maev-animate--stagger-1{animation-delay:0ms}.maev-animate--stagger-2{animation-delay:.1s}.maev-animate--stagger-3{animation-delay:.2s}.maev-animate--stagger-4{animation-delay:.3s}.maev-skeleton{background:linear-gradient(90deg,#0000000a 25%,#00000014,#0000000a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}.maev-skeleton--text{height:1em;width:80%;margin-bottom:8px}.maev-skeleton--pill{height:44px;width:100px;border-radius:50px}.maev-skeleton--button{height:52px;width:100%;border-radius:var(--radius-full)}.maev-ripple{position:relative;overflow:hidden}.maev-ripple:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#fff6;border-radius:50%;transform:scale(0);opacity:0;pointer-events:none}.maev-ripple:active:after{animation:ripple .6s var(--ease-out-expo)}.maev-focus-ring:focus-visible{outline:2px solid var(--maev-neon, #FFE566);outline-offset:2px}.maev-product__container{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,3fr);gap:clamp(24px,3vw,40px);max-width:1440px;margin:0 auto;padding:clamp(16px,3vw,40px);box-sizing:border-box;width:100%}.maev-product__container{grid-template-columns:1fr;gap:1.25rem;padding:clamp(8px,3vw,16px);box-sizing:border-box;overflow-x:clip;width:100%;max-width:100%}.maev-product__media,.maev-product__info{min-width:0;width:100%}.maev-product__media-main{max-height:min(300px,50svh);overflow:hidden}.maev-product__media-main img{max-height:min(300px,50svh);object-fit:contain;object-position:center}.maev-product__title{font-size:clamp(1.25rem,5vw,2rem)!important;word-break:break-word;overflow-wrap:break-word}.maev-product__thumbs{gap:6px;flex-wrap:nowrap;scrollbar-width:none;-ms-overflow-style:none}.maev-product__thumbs::-webkit-scrollbar{display:none;height:0}.maev-product__thumb{flex:0 0 3.5rem;width:3.5rem;height:3.5rem}@media(min-width:640px){.maev-product__container{grid-template-columns:minmax(0,7fr) minmax(0,3fr);gap:clamp(24px,3vw,40px);padding:clamp(16px,3vw,40px);max-width:1440px;overflow-x:visible}.maev-product__media-main,.maev-product__media-main img{max-height:400px}.maev-product__title{font-size:clamp(1.75rem,3vw,2.5rem)!important}.maev-product__thumb{flex:0 0 4rem;width:4rem;height:4rem}}@media(min-width:990px){.maev-product__media{grid-column:1;grid-row:1;position:sticky;top:calc(var(--header-height, 4.25rem) + 1rem);align-self:start}.maev-product__info{grid-column:2;grid-row:1 / -1}}.maev-product__media{min-width:0;max-width:100%}.maev-product__media-scroll{display:flex;flex-wrap:nowrap;gap:4px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;height:clamp(280px,44svh,400px);max-height:400px}.maev-product__media-scroll::-webkit-scrollbar{display:none}.maev-product__media-slide{flex:0 0 80%;height:100%;min-width:0;overflow:hidden;scroll-snap-align:start;border-radius:var(--radius-lg)}.maev-product__media-slide img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;border-radius:var(--radius-lg)}.maev-product__media-nav{display:flex;justify-content:flex-end;gap:16px;padding:6px 0 0}.maev-product__media-arrow{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--maev-black, #000);padding:0;transition:opacity var(--duration-fast) var(--ease-out)}.maev-product__media-arrow:hover{opacity:.5}.maev-product__media{width:100%;max-width:100%;overflow:clip}@media(min-width:990px){.maev-product__media-scroll{height:calc(100svh - var(--header-height, 4.25rem) - 2rem);max-height:none}.maev-product__media-slide{flex:0 0 80%}}.maev-product__info{padding-top:8px;min-width:0;max-width:100%;box-sizing:border-box}@media(min-width:990px){.maev-product__info{align-self:start;background:var(--maev-cream, #193613);z-index:2}}.maev-product__badge{display:inline-block;padding:4px 14px;border-radius:var(--radius-full);font-family:var(--body-font-family);font-weight:500;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;background:var(--maev-cream, #193613);color:#fff;border:2px solid #FFFFFF;margin-bottom:12px;animation:fadeInUp var(--duration-slow) var(--ease-out-expo)}.maev-product__title{font-family:var(--accent-font-family)!important;font-weight:500!important;font-size:clamp(1.75rem,3vw,2.5rem)!important;line-height:1.1;color:var(--maev-black, #000)!important;margin:0 0 4px;text-transform:none!important;letter-spacing:-.01em}.maev-product__subtitle{font-family:var(--body-font-family);font-size:1rem;color:var(--maev-muted, #666666);margin:0 0 12px}.maev-product__rating{display:flex;align-items:center;gap:8px;margin-bottom:10px}.maev-product__stars{color:#1a1a1a;font-size:1rem;letter-spacing:1px}.maev-product__rating-text{font-family:var(--body-font-family);font-size:.85rem;color:var(--maev-muted, #666666)}.maev-product__profile-section{display:flex;align-items:center;justify-content:space-between;padding:8px 0;flex-wrap:wrap;gap:8px}.maev-product__profile-help{font-family:var(--body-font-family);font-size:.9rem;color:var(--maev-black, #000);margin:0;font-weight:500}.maev-product__profile-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:2px solid var(--maev-green, #1A1A1A);border-radius:var(--radius-full);background:transparent;color:var(--maev-green, #1A1A1A);font-family:var(--body-font-family);font-size:.85rem;font-weight:500;cursor:pointer;transition:all var(--duration-normal) var(--ease-out);position:relative;overflow:hidden}.maev-product__profile-btn:hover{background:var(--maev-green, #1A1A1A);color:var(--maev-cream, #193613);transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.maev-product__profile-btn:active{transform:translateY(0);box-shadow:var(--shadow-sm)}.maev-product__profile-btn.has-profile{background:var(--maev-green, #1A1A1A);color:var(--maev-cream, #193613);border-color:var(--maev-green, #1A1A1A);animation:successPop var(--duration-slow) var(--spring)}.maev-product__profile-btn.has-profile:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50px;background:var(--maev-neon, #FFE566);opacity:0;z-index:-1;animation:pulse 2s ease-in-out 3}.maev-product__profile-row{display:inline-flex;align-items:center;gap:8px}.maev-product__clear-profile{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--maev-border, #E8E8E8);border-radius:50%;background:transparent;color:var(--maev-muted, #666666);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);padding:0}.maev-product__clear-profile:hover{background:#fee;border-color:#c00;color:#c00}.maev-confirm-clear{display:inline-flex;align-items:center;gap:8px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.maev-confirm-text{font-size:.85rem;color:var(--maev-muted, #666666)}.maev-confirm-yes,.maev-confirm-no{padding:4px 12px;font-size:.8rem;font-weight:500;border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-fast) var(--ease-out)}.maev-confirm-yes{background:#c00;color:#fff;border:1px solid #c00}.maev-confirm-yes:hover{background:#a00;border-color:#a00}.maev-confirm-no{background:transparent;color:var(--maev-muted, #666666);border:1px solid var(--maev-border, #E8E8E8)}.maev-confirm-no:hover{background:var(--maev-cream, #193613);border-color:var(--maev-text, #1A1A1A)}.maev-product__divider{height:1px;background:var(--maev-border, #E8E8E8);margin:8px 0}.maev-start{margin:0 0 12px}.maev-start__header{display:flex;flex-direction:column;gap:2px;margin:0 0 8px}.maev-start__eyebrow{color:var(--maev-muted, #666666);font-size:.62rem;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.maev-start__header strong{color:var(--maev-text, #1A1A1A);font-family:var(--body-font-family);font-size:.95rem;font-weight:800;letter-spacing:0;line-height:1.2}.maev-start__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:5px;background:#1a1a1a0d;border:1px solid rgba(26,26,26,.1);border-radius:8px}.maev-start-tab{min-height:58px;padding:8px 5px;border:1px solid transparent;border-radius:7px;background:transparent;color:#1a1a1a;font-family:var(--body-font-family);text-align:center;cursor:pointer;touch-action:manipulation}.maev-start-tab span,.maev-start-tab small{display:block;line-height:1.15}.maev-start-tab span{font-size:.76rem;font-weight:800;text-wrap:balance}.maev-start-tab small{margin-top:4px;font-size:.58rem;font-weight:700;color:#1a1a1a94;text-wrap:balance}.maev-start-tab.is-active{background:#fff;border-color:#1a1a1a;box-shadow:2px 2px #1a1a1a}.maev-start-panel{margin-top:10px;padding:12px;border:1px solid rgba(26,26,26,.1);border-radius:8px;background:#fff}.maev-start-panel[hidden]{display:none!important}.maev-start-panel__copy,.maev-start-panel__fineprint{margin:0;color:var(--maev-muted, #666666);font-size:.78rem;line-height:1.4}.maev-start-panel__copy{margin-bottom:10px;color:#1a1a1a;font-weight:600}.maev-start-panel__fineprint{margin-top:8px;text-align:center}.maev-start-panel__offer{display:flex;flex-direction:column;gap:7px}.maev-start-panel__badge{width:fit-content;padding:3px 8px;border:1px solid #1A1A1A;border-radius:999px;background:#e8f5e9;color:#1a1a1a;font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.maev-start-panel__offer strong{color:#1a1a1a;font-size:1rem;line-height:1.2}.maev-start-panel__offer p{margin:0;color:var(--maev-muted, #666666);font-size:.8rem;line-height:1.4}.maev-start-panel__cta{display:flex;align-items:center;justify-content:center;min-height:48px;margin-top:12px;border:2px solid #1A1A1A;border-radius:8px;background:#1a1a1a;color:#fff;font-size:.9rem;font-weight:800;text-decoration:none}@media(max-width:374px){.maev-start-tab span{font-size:.7rem}.maev-start-tab small{font-size:.54rem}}.maev-purchase-options{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.maev-purchase-card{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border:2.5px solid var(--maev-border, #E8E8E8);border-radius:var(--radius-card, 24px);background:#fff;font-family:var(--body-font-family);cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s cubic-bezier(.34,1.56,.64,1),border-color .2s ease;position:relative;box-shadow:var(--shadow-offset-sm, 3px) var(--shadow-offset-sm, 3px) 0 var(--md-black, #1A1A1A)}.maev-purchase-card:hover{border-color:var(--maev-green, #1A1A1A);transform:translate(-1px,-2px);box-shadow:4px 5px 0 var(--md-black, #1A1A1A)}.maev-purchase-card.is-active{border:var(--border-medium, 3px) solid var(--md-black, #1A1A1A);background:#1b3a1b08;box-shadow:4px 4px 0 var(--md-black, #1A1A1A)}.maev-purchase-card__radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--maev-border, #E8E8E8);flex-shrink:0;position:relative;transition:border-color var(--duration-fast) var(--ease-out);margin-top:2px}.maev-purchase-card.is-active .maev-purchase-card__radio{border-color:var(--maev-green, #1A1A1A)}.maev-purchase-card.is-active .maev-purchase-card__radio:after{content:"";position:absolute;top:3px;left:3px;width:8px;height:8px;border-radius:50%;background:var(--maev-green, #1A1A1A)}.maev-purchase-card__content{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.maev-purchase-card__title{font-size:.85rem;font-weight:600;color:var(--maev-text, #1A1A1A)}.maev-purchase-card__microcopy{font-size:.72rem;font-weight:500;line-height:1.3;color:var(--maev-muted, #666666)}.maev-purchase-card__badge{display:inline-block;font-size:.6rem;font-weight:700;letter-spacing:.04em;background:var(--maev-neon, #FFE566);color:var(--maev-green, #1A1A1A);padding:2px 8px;border-radius:var(--radius-full);line-height:1.2;width:fit-content;border:2px solid var(--md-black, #1A1A1A);box-shadow:2px 2px 0 var(--md-black, #1A1A1A)}.maev-purchase-card__price{font-size:.85rem;font-weight:700;color:var(--maev-text, #1A1A1A);white-space:nowrap;margin-left:auto}.maev-purchase-card--sampler:disabled{opacity:.7;cursor:wait}.maev-purchase-card__badge--sampler{background:#e8f5e9}.maev-purchase-card__badge--intro{background:#e8f5e9;color:#1a1a1a;font-size:.65rem;font-weight:800;padding:3px 8px;letter-spacing:.06em;animation:introPulse 2s ease-in-out infinite}@keyframes introPulse{0%,to{opacity:1}50%{opacity:.85}}.maev-purchase-card__intro-detail{display:block;font-size:.72rem;font-weight:400;color:var(--maev-muted, #666666);margin-top:2px;line-height:1.3}.maev-purchase-card__intro-detail strong{color:#1a1a1a;font-weight:700;font-size:.8rem}.maev-intro-guarantee{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#e8f5e9;border:1px solid #E8F5E9;border-radius:var(--radius-md);font-size:.72rem;font-weight:400;color:#1a1a1a;line-height:1.4;margin-top:-4px}.maev-intro-guarantee svg{flex-shrink:0}.maev-price-compare__row--intro{background:#e8f5e9;border:1px solid #E8F5E9;border-radius:var(--radius-md);padding:10px 12px}.maev-price-compare__bar--intro{background:#e8f5e9;color:#1a1a1a}.maev-price-compare__badge--intro{background:#e8f5e9;color:#1a1a1a;font-weight:700}.maev-purchase-card__header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.maev-purchase-card__price-unit{font-weight:400;font-size:.75rem;opacity:.7}.maev-purchase-card__perks{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:3px;max-height:0;overflow:hidden;transition:max-height var(--duration-normal) var(--ease-out),margin var(--duration-normal) var(--ease-out),opacity var(--duration-normal) var(--ease-out);opacity:0}.maev-purchase-card.is-active .maev-purchase-card__perks{max-height:100px;opacity:1;margin-top:8px}.maev-purchase-card__perks li{font-size:.7rem;color:#1a1a1a;line-height:1.4;opacity:.65;padding-left:16px;position:relative}.maev-purchase-card__perks li:before{content:"\2713";position:absolute;left:0;color:#1a1a1a;font-weight:600;font-size:.65rem}@media(min-width:640px){.maev-purchase-card__perks li{font-size:.75rem}}.maev-sampler-row{display:flex;gap:8px;width:100%}.maev-sampler-row .maev-purchase-card--sampler{flex:1;min-width:0;flex-direction:column;align-items:center;text-align:center;padding:12px 8px;gap:4px}.maev-sampler-row .maev-purchase-card__content{text-align:center}.maev-sampler-row .maev-purchase-card__title{font-size:13px}.maev-sampler-row .maev-purchase-card__price{font-size:16px;font-weight:700}.maev-start-panel .maev-sampler-row{gap:8px}.maev-sampler-shop{display:grid;gap:10px}.maev-sampler-shop__choices{min-width:0}.maev-sampler-guide{border:1px solid rgba(25,54,19,.16);border-radius:8px;background:#f5fbf1;color:var(--maev-text, #1A1A1A);padding:12px;line-height:1.35}.maev-sampler-guide__eyebrow{display:block;color:#42613a;font-size:.68rem;font-weight:800;letter-spacing:.06em;margin-bottom:4px;text-transform:uppercase}.maev-sampler-guide__title{display:block;font-size:.95rem;line-height:1.15;margin-bottom:5px}.maev-sampler-guide__text,.maev-sampler-guide__recipes{color:var(--maev-muted, #666666);font-size:.78rem;margin:0}.maev-sampler-guide__recipes{display:grid;gap:6px;margin-top:9px}.maev-sampler-guide__recipes span{display:block;border-top:1px solid rgba(25,54,19,.12);padding-top:7px}.maev-sampler-guide__recipes strong{color:var(--maev-text, #1A1A1A)}.maev-start-panel .maev-purchase-card--sampler{border-radius:8px;box-shadow:none;border-width:1.5px;min-height:108px;justify-content:space-between}.maev-start-panel .maev-purchase-card--sampler:hover{transform:none;box-shadow:none}.maev-start-panel .maev-purchase-card__badge{border-width:1px;box-shadow:none;white-space:normal}@media(max-width:374px){.maev-start-panel .maev-sampler-row{flex-direction:column}.maev-start-panel .maev-purchase-card--sampler{min-height:0}}@media(min-width:900px){.maev-sampler-shop{grid-template-columns:minmax(0,.95fr) minmax(240px,1.05fr);align-items:stretch}.maev-sampler-guide{min-height:108px}}.maev-product[data-start-mode=try] #maev-recipe-section,.maev-product[data-start-mode=try] #maev-onetime-packs,.maev-product[data-start-mode=try] #maev-onetime-atc,.maev-product[data-start-mode=try] #maev-ot-trust-line,.maev-product[data-start-mode=try] #maev-buybox-proof,.maev-product[data-start-mode=try] #maev-payment-methods,.maev-product[data-start-mode=try] .maev-product__upsell,.maev-product[data-start-mode=subscribe] #maev-recipe-section,.maev-product[data-start-mode=subscribe] #maev-onetime-packs,.maev-product[data-start-mode=subscribe] #maev-onetime-atc,.maev-product[data-start-mode=subscribe] #maev-ot-trust-line,.maev-product[data-start-mode=subscribe] #maev-buybox-proof,.maev-product[data-start-mode=subscribe] #maev-payment-methods,.maev-product[data-start-mode=subscribe] .maev-product__upsell,.maev-product[data-start-mode=try] #maev-sticky-bar,.maev-product[data-start-mode=subscribe] #maev-sticky-bar{display:none!important}.maev-sub-trust-line,.maev-ot-trust-line{text-align:center;font-size:.7rem;color:var(--maev-muted, #666666);margin:8px 0 0;line-height:1.4}.maev-buybox-proof{margin:10px 0 0;padding:10px 12px;border:1px solid rgba(26,26,26,.1);border-radius:12px;background:#fff;font-family:var(--body-font-family)}.maev-buybox-proof__stars{color:#e6b800;font-size:.72rem;letter-spacing:.04em;line-height:1;margin-bottom:5px}.maev-buybox-proof p{margin:0;color:var(--maev-text, #1A1A1A);font-size:.78rem;font-weight:500;line-height:1.35}.maev-buybox-proof span{display:block;margin-top:4px;color:var(--maev-muted, #666666);font-size:.7rem;font-weight:600}.maev-product__price-display,.maev-intro-guarantee{display:none!important}.maev-samplers-section{padding:24px 0}.maev-samplers-section__title{font-family:var(--body-font-family);font-size:1rem;font-weight:600;color:var(--maev-text, #1A1A1A);text-align:center;margin-bottom:12px}.maev-samplers-section__sub{max-width:520px;margin:-4px auto 14px;color:var(--maev-muted, #666666);font-size:.82rem;font-weight:500;line-height:1.35;text-align:center}.maev-samplers-section.is-trial-target{padding:18px 12px 24px;border:2px solid rgba(25,54,19,.22);border-radius:8px;background:#fffdf7;box-shadow:0 12px 28px #19361314}.maev-sampler-row.is-trial-target{padding:8px;border:2px solid rgba(25,54,19,.22);border-radius:8px;background:#fffdf7}.maev-sampler-wrap{position:relative}.maev-sampler-detail{max-height:0;overflow:hidden;transition:max-height var(--duration-normal) var(--ease-out),padding var(--duration-normal) var(--ease-out),opacity var(--duration-normal) var(--ease-out);opacity:0;background:#fff;border:1px solid #193613;border-top:0;border-radius:0 0 var(--radius-lg) var(--radius-lg);padding:0 14px;margin-top:-4px}.maev-sampler-detail.is-open{max-height:200px;opacity:1;padding:12px 14px 14px}.maev-sampler-detail__title{font-size:.72rem;font-weight:700;color:#1a1a1a;margin:0 0 6px;letter-spacing:.02em}.maev-sampler-detail__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.maev-sampler-detail__list li{font-size:.7rem;color:#1a1a1a;display:flex;align-items:center;gap:6px;line-height:1.3}.maev-sampler-detail__list li:before{content:"";width:5px;height:5px;border-radius:50%;background:#1a1a1a;flex-shrink:0}.maev-sampler-detail__list li strong{font-weight:600}.maev-sampler-detail__list li span{opacity:.55;font-size:.65rem}.maev-sampler-detail__note{font-size:.65rem;color:#1a1a1a;opacity:.5;margin:8px 0 0;padding-top:6px;border-top:1px solid #193613;text-align:center;font-weight:500}@media(min-width:640px){.maev-sampler-detail__list li{font-size:.75rem}.maev-sampler-detail__list li span,.maev-sampler-detail__note{font-size:.7rem}}.maev-product__price-display{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.maev-product__price{font-family:var(--accent-font-family);font-size:clamp(1.5rem,5vw,1.75rem);font-weight:700;color:var(--maev-black, #000);white-space:nowrap}.maev-product__price-note{font-family:var(--body-font-family);font-size:.82rem;color:var(--maev-green, #1A1A1A);font-weight:500}.maev-price-note-wrap{display:flex;align-items:center;gap:6px}.maev-price-info-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-height:48px;min-width:48px;padding:0;border:none;background:none;color:var(--maev-green, #1A1A1A);opacity:.5;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .15s}.maev-price-info-btn:active,.maev-price-info-btn:focus{opacity:1;outline:none}.maev-price-breakdown{overflow:hidden;max-height:0;opacity:0;transition:max-height var(--duration-normal) var(--ease-out),opacity var(--duration-fast) var(--ease-out),margin var(--duration-normal) var(--ease-out);margin-top:0;background:#e8f5e9;border-radius:var(--radius-md);padding:0 14px;font-family:var(--body-font-family);font-size:.8rem;color:var(--maev-green, #1A1A1A);line-height:1.5}.maev-price-breakdown.is-open{display:block!important;max-height:200px;opacity:1;padding:12px 14px;margin-top:6px}.maev-price-breakdown__line{display:flex;justify-content:space-between;padding:2px 0}.maev-price-breakdown__line--total{border-top:1px solid rgba(27,58,27,.15);margin-top:4px;padding-top:6px;font-weight:600}.maev-price-breakdown__savings{color:#1a1a1a;font-weight:600;margin-top:4px}@media(min-width:640px){.maev-product__price-display{flex-direction:row;align-items:baseline;gap:12px;flex-wrap:wrap}.maev-price-note-wrap{flex-shrink:0}.maev-price-breakdown{flex-basis:100%}.maev-price-info-btn:hover{opacity:1}}.maev-product__option-group{margin-bottom:12px}.maev-product__option-label{display:block;font-family:var(--body-font-family);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--maev-muted, #666666);margin-bottom:10px}.maev-product__pills{display:flex;flex-wrap:wrap;gap:8px}.maev-product__pill{padding:10px 20px;border:2px solid var(--maev-border, #E8E8E8);border-radius:var(--radius-full);background:transparent;font-family:var(--body-font-family);font-size:.85rem;font-weight:500;cursor:pointer;transition:all var(--duration-normal) var(--ease-out);color:var(--maev-black, #000);position:relative;overflow:hidden}.maev-product__pill:hover{border-color:var(--maev-green, #1A1A1A);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.maev-product__pill:active{transform:translateY(0) scale(.98)}.maev-product__pill.is-active{background:var(--maev-green, #1A1A1A);color:var(--maev-cream, #193613);border-color:var(--maev-green, #1A1A1A);box-shadow:var(--shadow-md);animation:successPop var(--duration-slow) var(--spring)}.maev-product__pill.is-recommended{position:relative;border-color:var(--maev-green, #1A1A1A);border-width:2px}.maev-product__pill.is-recommended:after{content:"\2605  Recommended";position:absolute;top:-12px;left:50%;transform:translate(-50%);font-size:.6rem;font-weight:600;color:var(--maev-green, #1A1A1A);background:var(--maev-neon, #FFE566);padding:2px 10px;border-radius:50px;white-space:nowrap;letter-spacing:.02em;box-shadow:var(--shadow-sm);animation:bounce 2s ease-in-out 3}.maev-product__pill--pack{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 16px;min-width:80px;position:relative}.pill-main{font-weight:600;font-size:.85rem}.pill-price{font-size:.75rem;opacity:.7}.pill-discount{font-size:.65rem;font-weight:600;color:var(--maev-green, #1A1A1A);background:var(--maev-neon, #FFE566);padding:1px 6px;border-radius:50px;margin-top:2px}.maev-product__pill--pack.is-active .pill-discount{color:var(--maev-black, #000)}.maev-product__pill.is-blocked{opacity:.4;pointer-events:none;text-decoration:line-through;border-color:#e8e8e8;background:#f5f5f5}.maev-product__pill.is-blocked:after{content:"(Allergen)";display:block;font-size:.6rem;color:#666;margin-top:2px}.maev-product__pill.is-unavailable{opacity:.5;position:relative}.maev-product__pill.is-unavailable:after{content:"Sold Out";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.65rem;font-weight:600;color:#fff;background:#000000b3;padding:2px 8px;border-radius:4px}.maev-product__recommendation{background:linear-gradient(135deg,#d4ff0026,#d4ff0014);border:1px solid rgba(212,255,0,.4);border-radius:var(--radius-lg);padding:12px 16px;margin-bottom:12px;animation:fadeInUp var(--duration-slow) var(--ease-out);position:relative;overflow:hidden}.maev-product__recommendation:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 3s ease-in-out 2}.maev-product__rec-header{display:flex;align-items:center;gap:8px;font-family:var(--body-font-family);font-size:.85rem;font-weight:500;margin-bottom:4px}.maev-product__rec-text{font-family:var(--body-font-family);font-size:.75rem;color:var(--maev-muted, #666666);margin:0;line-height:1.3}.maev-product__atc-wrapper{margin-top:8px}.maev-product__atc-btn{width:100%;padding:16px 24px;background:var(--maev-neon, #FFE566)!important;color:var(--maev-black, #000)!important;border:var(--border-thick, 4px) solid var(--md-black, #1A1A1A)!important;border-radius:var(--radius-full)!important;font-family:var(--body-font-family)!important;font-size:1rem;font-weight:700!important;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s cubic-bezier(.34,1.56,.64,1);text-transform:uppercase!important;letter-spacing:.04em;position:relative;overflow:hidden;box-shadow:5px 5px 0 var(--md-black, #1A1A1A)}.maev-product__atc-btn:hover{transform:translate(2px,2px);box-shadow:3px 3px 0 var(--md-black, #1A1A1A)}.maev-product__atc-btn:active{transform:translate(5px,5px);box-shadow:0 0 0 var(--md-black, #1A1A1A)}.maev-product__atc-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.maev-product__atc-btn.is-loading{pointer-events:none;color:transparent!important}.maev-product__atc-btn.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid rgba(0,0,0,.2);border-top-color:var(--maev-green, #1A1A1A);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.maev-product__atc-btn.is-success{background:var(--maev-green, #1A1A1A)!important;color:var(--maev-cream, #193613)!important;animation:successPop var(--duration-slow) var(--spring)}.maev-product__atc-btn.is-success:before{content:"\2713  "}.maev-product__shipping-note{font-family:var(--body-font-family);font-size:.75rem;color:var(--maev-muted, #666666);margin:6px 0 0;text-align:center}.maev-onetime-qty{margin-bottom:12px}.maev-onetime-qty__stepper{display:flex;align-items:center;gap:0;margin-top:8px}.maev-onetime-qty__btn{width:44px;height:44px;border:1px solid rgba(0,0,0,.15);background:#fff;font-size:1.25rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--duration-fast) var(--ease-out);color:var(--maev-green, #1A1A1A)}.maev-onetime-qty__btn:first-child{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.maev-onetime-qty__btn:last-child{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.maev-onetime-qty__btn:hover{background:var(--maev-cream, #193613)}.maev-onetime-qty__input{width:64px;height:44px;border:1px solid rgba(0,0,0,.15);border-left:none;border-right:none;text-align:center;font-size:1.1rem;font-weight:600;font-family:var(--body-font-family);color:var(--maev-green, #1A1A1A);-moz-appearance:textfield}.maev-onetime-qty__input::-webkit-inner-spin-button,.maev-onetime-qty__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.maev-product__upsell{margin-top:8px}.maev-product__upsell-title{font-family:var(--body-font-family)!important;font-weight:300!important;font-size:1.25rem!important;margin:0 0 4px;text-transform:none!important}.maev-product__upsell-sub{font-family:var(--body-font-family);font-size:.85rem;color:var(--maev-muted, #666666);margin:0 0 16px}.maev-product__upsell-grid{display:flex;flex-direction:column;gap:12px}.maev-upsell-card{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid var(--maev-border, #E8E8E8);border-radius:var(--radius-lg);transition:all var(--duration-normal) var(--ease-out);box-shadow:var(--shadow-card)}.maev-upsell-card:hover{border-color:var(--maev-green, #1A1A1A);box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.maev-upsell-card img{width:56px;height:56px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.maev-upsell-card__info{flex:1;min-width:0}.maev-upsell-card__info h4{font-family:var(--body-font-family)!important;font-size:.85rem!important;font-weight:500!important;margin:0 0 2px;color:var(--maev-black, #000)!important;text-transform:none!important}.maev-upsell-card__price{font-family:var(--body-font-family);font-size:.8rem;color:var(--maev-muted, #666666);margin:0}.maev-upsell-card__select{display:block;width:100%;margin-top:6px;min-height:36px!important;padding:8px 34px 8px 10px!important;font-family:var(--body-font-family);font-size:.78rem!important;line-height:1.2;border:1px solid var(--maev-border, #E8E8E8);border-radius:var(--radius-sm);background-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231A1A1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;color:var(--maev-black, #1A1A1A)!important;-webkit-text-fill-color:var(--maev-black, #1A1A1A);cursor:pointer;appearance:none;-webkit-appearance:none;opacity:1;text-shadow:none}.maev-upsell-card__select option{background:#fff;color:var(--maev-black, #1A1A1A)}.maev-upsell-card__select:focus{color:var(--maev-black, #1A1A1A)!important;-webkit-text-fill-color:var(--maev-black, #1A1A1A)}.maev-upsell-card__variant-label{display:inline-flex;width:fit-content;margin-top:6px;padding:4px 10px;border-radius:var(--radius-full);background:#1a1a1a0f;color:var(--maev-black, #1A1A1A);font-family:var(--body-font-family);font-size:.72rem;font-weight:600;line-height:1.2}.maev-upsell-card__add{flex-shrink:0;padding:6px 14px;border:2px solid var(--maev-green, #1A1A1A);border-radius:var(--radius-full);background:transparent;font-family:var(--body-font-family);font-size:.8rem;font-weight:500;cursor:pointer;color:var(--maev-green, #1A1A1A);transition:all var(--duration-normal) var(--ease-out);position:relative;overflow:hidden}.maev-upsell-card__add:hover{background:var(--maev-green, #1A1A1A);color:var(--maev-cream, #193613);transform:scale(1.05);box-shadow:var(--shadow-sm)}.maev-upsell-card__add:active{transform:scale(.98)}.maev-upsell-card__add.is-added{background:var(--maev-green, #1A1A1A);color:#1a1a1a;border-color:var(--maev-green, #1A1A1A);animation:successPop var(--duration-slow) var(--spring)}.maev-upsell-card__add.is-added:before{content:"\2713  "}.maev-profile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:opacity var(--duration-slow) var(--ease-out-expo),visibility var(--duration-slow);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.maev-profile-overlay.is-open{opacity:1;visibility:visible}.maev-profile-drawer{position:fixed;top:0;right:0;width:520px;max-width:100vw;height:100dvh;background:var(--maev-cream, #193613);z-index:9999;transform:translate(100%);transition:transform var(--duration-slow) var(--ease-out-expo);display:flex;flex-direction:column;box-shadow:-10px 0 40px #00000026}.maev-profile-drawer.is-open{transform:translate(0)}.maev-profile-drawer{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch}.maev-profile-drawer__close-float{top:16px;right:16px;width:44px;height:44px}@media(min-width:640px){.maev-profile-drawer{width:520px;max-width:100vw}.maev-profile-drawer__close-float{top:24px;right:24px;width:48px;height:48px}}.maev-profile-drawer.is-open .maev-profile-drawer__body{animation:slideInRight var(--duration-slower) var(--ease-out-expo) .1s both}.maev-profile-drawer__close-float{position:absolute;top:24px;right:24px;width:48px;height:48px;border-radius:50%;background:var(--maev-neon, #FFE566);border:2px solid #000;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:transform var(--duration-fast) var(--ease-out)}.maev-profile-drawer__close-float:hover{transform:scale(1.05)}.maev-profile-drawer__close-float span{display:block;width:20px;height:2px;background:var(--maev-black, #000);border-radius:1px}.maev-profile-drawer__title{font-family:var(--accent-font-family)!important;font-size:2rem!important;font-weight:500!important;margin:0 0 24px;text-transform:none!important;letter-spacing:-.01em;padding:60px 40px 0}.maev-profile-drawer__close{display:none}.maev-profile-drawer__body{flex:1;overflow-y:auto;padding:0 40px 24px}.maev-profile-drawer__body--results{display:flex;flex-direction:column;justify-content:center;padding-top:40px}.maev-profile__field{margin-bottom:24px}.maev-profile__label{display:block;font-family:var(--body-font-family);font-size:1rem;font-weight:400;letter-spacing:0;text-transform:none;color:var(--maev-black, #000);margin-bottom:12px}.maev-profile__label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.maev-profile__label-row .maev-profile__label{margin-bottom:0}.maev-profile__toggle-switch{display:flex;align-items:center;gap:6px;flex-shrink:0}.maev-profile__toggle-label{font-family:var(--body-font-family);font-size:.8rem;color:var(--maev-muted, #666666);transition:color var(--duration-fast) var(--ease-out);white-space:nowrap}.maev-profile__toggle-label.is-active{color:var(--maev-black, #000)}.maev-profile__toggle{position:relative;width:44px;height:24px;background:var(--maev-black, #000);border:none;border-radius:12px;cursor:pointer;padding:0;transition:background var(--duration-fast) var(--ease-out)}.maev-profile__toggle-knob{position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform var(--duration-fast) var(--ease-out)}.maev-profile__toggle[data-unit=years] .maev-profile__toggle-knob{transform:translate(20px)}.maev-profile__toggle[data-unit=months] .maev-profile__toggle-knob{transform:translate(0)}.maev-profile__input-with-unit{position:relative}.maev-profile__input-with-unit .maev-profile__input{padding-right:70px}.maev-profile__input-unit{position:absolute;right:20px;top:50%;transform:translateY(-50%);font-family:var(--body-font-family);font-size:1rem;color:var(--maev-muted, #666666);pointer-events:none}.maev-profile__input{width:100%;padding:16px 20px;border:1px solid var(--maev-border, #E8E8E8)!important;border-radius:var(--radius-sm)!important;background:#fff!important;font-family:var(--body-font-family)!important;font-size:1rem;color:var(--maev-black, #000)!important;transition:border-color var(--duration-fast) var(--ease-out)}.maev-profile__input::placeholder{color:#666}.maev-profile__input:focus{border-color:var(--maev-black, #000)!important;outline:none!important}.maev-profile__pills{display:flex;gap:8px;flex-wrap:nowrap}.maev-profile__pill{flex:1;padding:12px 8px;border:2px solid var(--maev-border, #E8E8E8);border-radius:var(--radius-full);background:transparent;font-family:var(--body-font-family);font-size:.85rem;font-weight:400;cursor:pointer;transition:all var(--duration-fast) var(--ease-out);text-align:center;color:var(--maev-black, #000);white-space:nowrap;min-height:44px;display:flex;align-items:center;justify-content:center}.maev-profile__pill:hover{border-color:var(--maev-green, #1A1A1A)}.maev-profile__pill.is-active{background:var(--maev-green, #1A1A1A);color:#fff;border-color:var(--maev-green, #1A1A1A)}.maev-profile__email-section{margin-top:40px}.maev-profile__email-cta{font-family:var(--body-font-family);font-size:1rem;font-weight:400;color:var(--maev-black, #000);margin:0 0 16px;line-height:1.5}.maev-profile-drawer__footer{padding:24px 40px 40px}.maev-profile-drawer__save{width:100%;padding:18px 24px;background:var(--maev-neon, #FFE566);color:var(--maev-black, #000);border:3px solid #000;border-radius:var(--radius-full);font-family:var(--body-font-family);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:all var(--duration-normal) var(--ease-out);display:flex;align-items:center;justify-content:center;gap:8px}.maev-profile-drawer__save span{font-size:1.2rem}.maev-profile-drawer__save:hover{transform:translateY(-2px);box-shadow:var(--shadow-glow),var(--shadow-card-hover)}.maev-profile-drawer__save:active{transform:translateY(0);box-shadow:var(--shadow-md)}.maev-profile__vet-label{font-family:var(--body-font-family);font-size:.9rem;color:var(--maev-muted, #666666);margin:0 0 8px}.maev-profile__vet-rec{font-family:var(--accent-font-family);font-size:2rem;font-weight:500;letter-spacing:-.01em;color:var(--maev-black, #000);margin:0 0 16px;line-height:1.2}.maev-profile__vet-detail{font-family:var(--body-font-family);font-size:1.1rem;color:var(--maev-black, #000);margin:0;line-height:1.5}.maev-container{max-width:none;padding:0 clamp(16px,5vw,80px);margin:0 auto;box-sizing:border-box;max-width:100%}.maev-subheading{font-family:var(--body-font-family);font-size:.875rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;text-align:center}.maev-section{position:relative}.maev-section[data-animate]{opacity:0;transform:translateY(40px);transition:opacity var(--duration-slower) var(--ease-out-expo),transform var(--duration-slower) var(--ease-out-expo)}.maev-section[data-animate].is-visible{opacity:1;transform:translateY(0)}.maev-section{padding:clamp(48px,6vw,80px) 0}.maev-section--cream{background:var(--maev-cream, #193613)}.maev-section--green{background:var(--maev-green, #1A1A1A);color:var(--maev-cream, #193613)}.maev-section--white{background:#fff}.maev-section__heading{font-family:var(--accent-font-family)!important;font-weight:500!important;font-size:clamp(1.75rem,3vw,2.5rem)!important;text-align:center;margin:0 0 8px;text-transform:none!important;letter-spacing:-.01em}.maev-section__sub{font-family:var(--body-font-family);font-size:1rem;color:var(--maev-muted, #666666);text-align:center;margin:0 0 40px}.maev-container--narrow{max-width:800px}.maev-ingredients-carousel{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;margin:0 -24px;padding-left:24px;padding-right:24px}.maev-ingredients-carousel::-webkit-scrollbar{display:none}.maev-ingredient-card{flex:0 0 clamp(120px,30vw,160px);scroll-snap-align:start;text-align:center;cursor:pointer;position:relative;transition:transform var(--duration-fast) var(--ease-out)}.maev-ingredient-card:hover,.maev-ingredient-card:active{transform:scale(1.04)}.maev-ingredient-card__tap-hint{font-size:.65rem;color:#fff6;margin-top:2px;transition:opacity var(--duration-fast) var(--ease-out)}.maev-ingredient-card:hover .maev-ingredient-card__tap-hint{color:#1a1a1a;opacity:1}.maev-ingredient-card__img{width:100%;aspect-ratio:270 / 380;border-radius:var(--radius-lg);overflow:hidden;background:#fff;margin-bottom:8px}.maev-ingredient-card__img img{width:100%;height:100%;object-fit:cover;display:block}.maev-ingredient-card span{font-family:var(--body-font-family);font-size:.85rem;font-weight:500;color:var(--maev-black, #000)}.maev-ingredient-popover{position:relative;margin-top:16px;background:linear-gradient(135deg,#183613f2,#0a1e08fa);border:1px solid rgba(235,255,0,.2);border-radius:var(--radius-lg);padding:20px 24px;color:#193613;animation:maevPopIn .25s var(--ease-out)}.maev-ingredient-popover[hidden]{display:none}@keyframes maevPopIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.maev-ingredient-popover__close{position:absolute;top:12px;right:14px;background:none;border:none;color:#ffffff80;font-size:1.4rem;cursor:pointer;padding:4px;line-height:1}.maev-ingredient-popover__close:hover{color:#1a1a1a}.maev-ingredient-popover__title{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0 0 6px;padding-right:24px}.maev-ingredient-popover__benefit{font-size:.88rem;font-weight:600;color:#ffffffd9;margin:0 0 10px;line-height:1.4}.maev-ingredient-popover__detail{font-size:.82rem;color:#ffffffa6;line-height:1.65;margin:0}.maev-welcome-back{margin-bottom:12px;animation:maevPopIn .3s ease-out}.maev-welcome-back[hidden]{display:none}.maev-welcome-back__inner{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#e8f5e9;border:1px solid rgba(25,54,19,.5);border-radius:var(--radius-lg)}.maev-welcome-back__icon{font-size:1.3rem;flex-shrink:0}.maev-welcome-back__text{display:flex;flex-direction:column;gap:2px;font-size:.85rem;line-height:1.4}.maev-welcome-back__text strong{color:#1a1a1a;font-size:.9rem}.maev-welcome-back__text span{color:#666;font-size:.8rem}@media(min-width:640px){.maev-ingredients-carousel{margin:0;padding-left:0;padding-right:0}.maev-ingredient-card{flex:0 0 160px}}.maev-timeline{display:grid;grid-template-columns:1fr 1fr;gap:clamp(16px,3vw,32px);margin-top:clamp(24px,4vw,40px)}@media(min-width:990px){.maev-timeline{grid-template-columns:repeat(4,1fr)}}.maev-timeline__item{text-align:center;transition:all var(--duration-normal) var(--ease-out-expo)}.maev-timeline__item:hover{transform:translateY(-4px)}.maev-timeline__marker{display:inline-block;padding:6px 16px;background:var(--maev-neon, #FFE566);color:var(--maev-black, #000);border-radius:var(--radius-full);font-family:var(--body-font-family);font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px;box-shadow:0 2px 8px #d4ff004d;transition:all var(--duration-normal) var(--ease-out)}.maev-timeline__item:hover .maev-timeline__marker{box-shadow:var(--shadow-glow);transform:scale(1.05)}.maev-timeline__item h3{font-family:var(--accent-font-family)!important;font-size:1.25rem!important;font-weight:500!important;color:var(--maev-cream, #193613)!important;margin:0 0 8px;text-transform:none!important}.maev-timeline__item p{font-family:var(--body-font-family);font-size:.85rem;color:#f5f0e8b3;line-height:1.5;margin:0}.maev-compare{max-width:800px;margin:0 auto}.maev-compare__table{width:100%}.maev-compare__header,.maev-compare__row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:0}.maev-compare__header{border-bottom:2px solid var(--maev-green, #1A1A1A);padding-bottom:12px;margin-bottom:4px}.maev-compare__row{border-bottom:1px solid var(--maev-border, #E8E8E8);padding:12px 0}.maev-compare__cell{font-family:var(--body-font-family);font-size:.9rem;padding:4px 8px}.maev-compare__cell--feature{font-weight:500;color:var(--maev-black, #000)}.maev-compare__cell--brand{font-weight:600;color:var(--maev-green, #1A1A1A);text-align:center}.maev-compare__cell--other{color:var(--maev-muted, #666666);text-align:center}.maev-compare__header .maev-compare__cell--brand,.maev-compare__header .maev-compare__cell--other{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em}.maev-compare__header,.maev-compare__row{grid-template-columns:1.2fr .8fr .8fr .8fr}.maev-compare__cell{font-size:clamp(.72rem,1.5vw,.9rem);padding:4px clamp(3px,.5vw,8px)}.maev-compare{overflow-x:clip}@media(min-width:640px){.maev-compare__header,.maev-compare__row{grid-template-columns:2fr 1fr 1fr 1fr}.maev-compare__cell{padding:4px 8px}}.maev-price-compare{display:flex;flex-direction:column;gap:1rem}.maev-price-compare__row{display:flex;flex-direction:column;gap:.35rem}.maev-price-compare__row--best{background:#d4ff0014;border:2px solid rgba(212,255,0,.5);border-radius:var(--radius-lg);padding:.875rem 1rem}.maev-price-compare__info{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.maev-price-compare__name{font-family:var(--body-font-family);font-weight:600;font-size:.95rem;color:var(--maev-green, #1A1A1A)}.maev-price-compare__name small{font-weight:400;font-size:.82em;color:var(--maev-muted, #666666)}.maev-price-compare__detail{font-family:var(--body-font-family);font-size:.75rem;color:var(--maev-muted, #666666);white-space:nowrap}.maev-price-compare__bar-wrap{display:flex;align-items:center;gap:.5rem;min-height:32px}.maev-price-compare__bar{height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:flex-end;padding-right:8px;min-width:60px;transition:width .6s var(--ease-out)}.maev-price-compare__bar--mcduffy{background:linear-gradient(90deg,#193613,#2e5025);color:#fff;font-weight:700}.maev-price-compare__bar--mcduffy-ot{background:linear-gradient(90deg,#193613,#193613);color:#fff;font-weight:600}.maev-price-compare__bar--other{background:linear-gradient(90deg,#dc2626,#ef4444);color:#fff;font-weight:600}.maev-price-compare__bar--other-b{background:linear-gradient(90deg,#d97706,#f59e0b);color:#fff;font-weight:600}.maev-price-compare__price{font-family:var(--body-font-family);font-size:.85rem;letter-spacing:-.01em}.maev-price-compare__badge{font-family:var(--body-font-family);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#1a1a1a;background:#ffe566;padding:3px 8px;border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0}.maev-price-compare__pct{font-family:var(--body-font-family);font-size:.78rem;font-weight:700;color:#dc2626;white-space:nowrap;flex-shrink:0}.maev-price-compare__info{flex-direction:column;gap:.1rem}.maev-price-compare__detail{white-space:normal;font-size:clamp(.72rem,1.5vw,.75rem)}.maev-price-compare__bar{height:clamp(28px,3vw,32px);min-width:50px}.maev-price-compare__price{font-size:clamp(.78rem,1.5vw,.85rem)}@media(min-width:640px){.maev-price-compare__info{flex-direction:row;gap:.5rem}.maev-price-compare__detail{white-space:nowrap}}.maev-accordion__item{border-bottom:1px solid var(--maev-border, #E8E8E8);border-radius:var(--radius-sm);transition:all var(--duration-normal) var(--ease-out)}.maev-accordion__item:hover{background:var(--mcduffy-accent-light, #193613);padding-left:8px;margin-left:-8px;padding-right:8px;margin-right:-8px;border-radius:var(--radius-md)}.maev-accordion__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 0;font-family:var(--body-font-family);font-size:1rem;font-weight:500;color:var(--maev-black, #000);cursor:pointer;list-style:none;transition:color var(--duration-fast) var(--ease-out)}.maev-accordion__trigger:hover{color:var(--maev-green, #1A1A1A)}.maev-accordion__trigger::-webkit-details-marker{display:none}.maev-accordion__trigger svg{transition:transform var(--duration-normal) var(--ease-out);flex-shrink:0}details[open] .maev-accordion__trigger svg{transform:rotate(180deg)}.maev-accordion__content{padding:0 0 20px;font-family:var(--body-font-family);font-size:.9rem;line-height:1.6;color:var(--maev-muted, #666666);animation:fadeInUp var(--duration-slow) var(--ease-out)}.maev-accordion__content p{margin:0 0 12px}.maev-accordion__content ul{margin:0 0 12px;padding-left:20px}.maev-accordion__content li{margin-bottom:6px}.maev-purchase-card__per-day{display:flex;align-items:baseline;gap:3px;margin-top:6px;padding:4px 10px;background:#1b3a1b0f;border-radius:var(--radius-sm);width:fit-content}.maev-purchase-card__per-day-label{font-family:var(--body-font-family);font-size:.75rem;color:var(--maev-muted, #666666);font-weight:400}.maev-purchase-card__per-day-amount{font-family:var(--body-font-family);font-size:.95rem;font-weight:700;color:var(--maev-green, #1A1A1A)}.maev-purchase-card__per-day-unit{font-family:var(--body-font-family);font-size:.75rem;font-weight:600;color:var(--maev-green, #1A1A1A)}.maev-purchase-card__per-day-context{font-family:var(--body-font-family);font-size:.7rem;color:var(--maev-muted, #666666);font-weight:400;margin-left:2px}.maev-purchase-card--subscribe .maev-purchase-card__per-day{background:#1b3a1b14}.maev-purchase-card--quiz-link{text-decoration:none;color:inherit;cursor:pointer}.maev-purchase-card__quiz-arrow{display:inline-block;margin-top:.375rem;font-size:.8125rem;font-weight:700;color:#1a1a1a}.maev-purchase-card__per-day--ot{background:#0000000a;margin-top:4px}.maev-product__per-day{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding:4px 0}.maev-product__per-day-amount{font-family:var(--body-font-family);font-size:.95rem;font-weight:600;color:var(--maev-green, #1A1A1A)}.maev-product__per-day-note{font-family:var(--body-font-family);font-size:.8rem;color:var(--maev-muted, #666666);font-weight:400}.maev-product__sub-benefits{display:flex;gap:16px;flex-wrap:wrap;padding:10px 0;margin-bottom:8px}.maev-product__sub-benefits span{font-family:var(--body-font-family);font-size:.8rem;font-weight:500;color:var(--maev-green, #1A1A1A)}.maev-product__trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 16px;margin-top:12px;padding:12px 0;border-top:1px solid var(--maev-border, #E8E8E8)}.maev-trust-badge{display:flex;align-items:center;gap:5px;padding:6px 10px;background:#1b3a1b0a;border-radius:20px;transition:all var(--duration-normal) var(--ease-out-expo)}.maev-trust-badge:hover{background:#1b3a1b14;transform:translateY(-1px)}.maev-trust-badge svg{width:14px;height:14px;color:var(--maev-green, #1A1A1A);flex-shrink:0}.maev-trust-badge span{font-family:var(--body-font-family);font-size:.7rem;font-weight:500;color:var(--maev-muted, #666666);text-transform:uppercase;letter-spacing:.03em}.maev-product__payment-methods{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px;padding-bottom:8px}.maev-payment-label{font-family:var(--body-font-family);font-size:.7rem;color:var(--maev-muted, #666666)}.maev-payment-icon{font-family:var(--body-font-family);font-size:.65rem;font-weight:600;color:var(--maev-muted, #666666);background:#0000000a;padding:3px 8px;border-radius:var(--radius-sm);letter-spacing:.02em}.maev-payment-badge{display:inline-flex;align-items:center;vertical-align:middle}.maev-payment-badge svg{display:block;border-radius:3px}@keyframes maev-fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.maev-product__plan-toggle{display:flex;gap:0;background:#e8f5e9;border-radius:var(--radius-full);padding:3px;margin-bottom:8px}.maev-product__plan-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 12px;border:none;border-radius:var(--radius-full);background:transparent;font-family:var(--body-font-family);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);color:var(--maev-muted, #666666)}.plan-btn-main{font-size:.85rem;font-weight:600}.plan-btn-sub{font-size:.7rem;font-weight:400;opacity:.7}.maev-product__plan-btn.is-active{background:var(--maev-green, #1A1A1A);color:var(--maev-cream, #193613)}.maev-product__plan-btn.is-active .plan-btn-sub{opacity:.8}.maev-product__sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:9990;background:#f5f0e8eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(27,58,27,.12);border-radius:var(--radius-lg) var(--radius-lg) 0 0;transform:translateY(100%);transition:transform .35s var(--ease-out);box-shadow:0 -4px 30px #0000001f}.maev-product__sticky-bar.is-visible{transform:translateY(0)}.maev-sticky-bar__collapsed{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.maev-sticky-bar__info{display:flex;flex-direction:column;gap:1px}.maev-sticky-bar__trust{font-family:var(--body-font-family);font-size:.7rem;color:#666;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.maev-sticky-bar__name{font-family:var(--body-font-family);font-size:.7rem;font-weight:400;color:var(--maev-green, #1A1A1A);opacity:.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.maev-sticky-bar__price{font-family:var(--accent-font-family);font-size:1.15rem;font-weight:700;color:var(--maev-green, #1A1A1A)}.maev-sticky-bar__expand-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--maev-green, #1A1A1A);color:var(--maev-cream, #193613);border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .15s ease;flex-shrink:0}.maev-sticky-bar__expand-btn:active{transform:scale(.92)}.maev-sticky-bar__expanded{display:none;padding:20px 16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));flex-direction:column;gap:16px}.maev-product__sticky-bar.is-expanded .maev-sticky-bar__collapsed{display:none}.maev-product__sticky-bar.is-expanded .maev-sticky-bar__expanded{display:flex}.maev-sticky-bar__expanded-header{display:flex;align-items:center;justify-content:space-between}.maev-sticky-bar__expanded-title{font-family:var(--accent-font-family);font-size:1rem;font-weight:600;color:var(--maev-green, #1A1A1A)}.maev-sticky-bar__close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;color:var(--maev-green, #1A1A1A);cursor:pointer;-webkit-tap-highlight-color:transparent;opacity:.5}.maev-sticky-bar__close-btn:active{opacity:1}.maev-sticky-bar__section{display:flex;flex-direction:column;gap:8px}.maev-sticky-bar__label{font-family:var(--body-font-family);font-size:.7rem;font-weight:600;letter-spacing:.08em;color:var(--maev-green, #1A1A1A);opacity:.6}.maev-sticky-bar__proteins{display:flex;gap:8px;flex-wrap:wrap}.maev-sticky-bar__protein-pill{font-family:var(--body-font-family);font-size:.8rem;font-weight:500;padding:10px 16px;border-radius:var(--radius-full);border:2px solid rgba(27,58,27,.2);background:transparent;color:var(--maev-green, #1A1A1A);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all var(--duration-fast) var(--ease-out);min-height:44px}.maev-sticky-bar__protein-pill.is-active{background:var(--maev-green, #1A1A1A);color:var(--maev-cream, #193613);border-color:var(--maev-green, #1A1A1A)}.maev-sticky-bar__qty-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.maev-sticky-bar__stepper{display:flex;align-items:center;border:1.5px solid rgba(27,58,27,.2);border-radius:var(--radius-sm);overflow:hidden}.maev-sticky-bar__qty-btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:none;background:none;font-size:1.2rem;font-weight:500;color:var(--maev-green, #1A1A1A);cursor:pointer;-webkit-tap-highlight-color:transparent}.maev-sticky-bar__qty-btn:active{background:#1b3a1b0d}.maev-sticky-bar__qty-input{width:48px;text-align:center;border:none;border-left:1.5px solid rgba(27,58,27,.1);border-right:1.5px solid rgba(27,58,27,.1);font-family:var(--body-font-family);font-size:1rem;font-weight:600;color:var(--maev-green, #1A1A1A);background:none;-moz-appearance:textfield}.maev-sticky-bar__qty-input::-webkit-outer-spin-button,.maev-sticky-bar__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.maev-sticky-bar__qty-price{font-family:var(--accent-font-family);font-size:1.1rem;font-weight:700;color:var(--maev-green, #1A1A1A)}.maev-sticky-bar__social-proof{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 0;margin-bottom:8px;text-align:center;font-size:.7rem;color:#666;font-family:var(--body-font-family)}.maev-sticky-bar__social-stars{color:#1a1a1a;letter-spacing:1px}.maev-sticky-bar__atc-btn{width:100%;padding:16px;border:3px solid #000;border-radius:var(--radius-full);background:var(--maev-neon, #FFE566);color:var(--maev-green, #1A1A1A);font-family:var(--body-font-family);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform var(--duration-fast) var(--ease-out);min-height:56px}.maev-sticky-bar__atc-btn:active{transform:scale(.98)}.maev-sticky-bar__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:9989;opacity:0;pointer-events:none;transition:opacity .25s ease}.maev-sticky-bar__overlay.is-active{opacity:1;pointer-events:auto}@media(min-width:990px){.maev-product__sticky-bar,.maev-sticky-bar__overlay{display:none!important}}.maev-product-story__eyebrow{font-family:var(--body-font-family);font-size:.875rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--maev-muted, #666666);margin:0 0 1rem}.maev-product-story__text{font-family:var(--body-font-family);font-size:1.05rem;line-height:1.7;color:var(--maev-muted, #666666);margin:0 0 16px;font-weight:300}.maev-product-story__callouts{display:flex;flex-direction:column;gap:12px;margin:24px 0}.maev-story-callout{font-family:var(--body-font-family);font-size:.9rem;line-height:1.5;color:var(--maev-black, #1A1A1A);padding:12px 16px;border-left:3px solid var(--maev-neon, #FFE566);background:#ebff000a;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.maev-story-callout strong{font-weight:600;color:var(--maev-green, #1A1A1A)}.maev-product-editorial{max-width:800px}.maev-product-editorial__badge{display:inline-block;padding:4px 14px;background:var(--maev-green, #1A1A1A);color:#1a1a1a;font-family:var(--body-font-family);font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-full);margin-bottom:16px}.maev-product-editorial__desc{font-family:var(--body-font-family);font-size:1.05rem;line-height:1.7;color:var(--maev-muted, #666666);margin-bottom:24px}.maev-product-editorial__desc p{margin:0 0 16px}.maev-product-editorial__note{font-family:var(--body-font-family);font-size:.85rem;font-weight:500;color:var(--maev-green, #1A1A1A);padding:16px 20px;border-left:3px solid var(--maev-neon, #FFE566);background:#ebff000d;margin:0;line-height:1.5}.maev-product-reviews{display:grid;grid-template-columns:1fr;gap:16px;margin-top:clamp(24px,4vw,40px)}@media(min-width:990px){.maev-product-reviews{grid-template-columns:repeat(3,1fr);gap:24px}}.maev-product-review{background:#fff;padding:28px 24px;border:1px solid var(--maev-border, #E8E8E8);border-radius:var(--radius-lg);transition:all var(--duration-normal) var(--ease-out);box-shadow:var(--shadow-card)}.maev-product-review:hover{border-color:var(--maev-green, #1A1A1A);box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.maev-product-review__quote{font-family:var(--body-font-family);font-size:.95rem;line-height:1.5;color:var(--maev-black, #1A1A1A);margin:0 0 16px;font-weight:400;font-style:italic}.maev-product-review__author{font-family:var(--body-font-family);font-size:.8rem;color:var(--maev-muted, #666666);margin:0;font-weight:400}.maev-product-review__author strong{color:var(--maev-black, #1A1A1A);font-weight:500}.mcduffy-recipes__grid{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px;margin-top:clamp(24px,4vw,40px);scrollbar-width:none;-ms-overflow-style:none}.mcduffy-recipes__grid::-webkit-scrollbar{height:0;display:none}.mcduffy-recipe-card{flex:0 0 280px;scroll-snap-align:start}@media(min-width:990px){.mcduffy-recipes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;overflow-x:visible}.mcduffy-recipe-card{flex:none}}.mcduffy-recipe-card{background:var(--maev-cream, #193613);border-radius:var(--radius-lg);padding:32px 28px;border:1px solid var(--maev-border, #E8E8E8);transition:all var(--duration-normal) var(--ease-out);box-shadow:var(--shadow-card)}.mcduffy-recipe-card:hover{border-color:var(--maev-green, #1A1A1A);box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.mcduffy-recipe-card__icon{font-size:2.5rem;margin-bottom:16px}.mcduffy-recipe-card__title{font-family:var(--accent-font-family)!important;font-size:1.25rem!important;font-weight:500!important;color:var(--maev-black, #1A1A1A)!important;margin:0 0 20px;line-height:1.3}.mcduffy-recipe-card__label{font-family:var(--body-font-family)!important;font-size:.875rem!important;font-weight:600!important;color:#1a1a1a!important;margin:0 0 8px;text-transform:none!important}.mcduffy-recipe-card__ingredients{font-size:.875rem!important;line-height:1.6;color:var(--maev-black, #1A1A1A);margin:0 0 20px;font-weight:400}.mcduffy-recipe-card__ga{margin-bottom:20px}.mcduffy-ga-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:.875rem;font-family:var(--body-font-family)}.mcduffy-ga-row span:first-child{font-weight:500;color:var(--maev-black, #1A1A1A)}.mcduffy-ga-row span:last-child{font-weight:400;color:var(--maev-muted, #666666)}.mcduffy-recipe-card__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.mcduffy-recipe-badge{font-family:var(--body-font-family);font-size:.75rem;font-weight:500;padding:6px 12px;border-radius:var(--radius-full)}.mcduffy-recipe-badge--kcal{color:#1a1a1a;background:transparent}.mcduffy-recipe-badge--aafco{background:var(--maev-green, #1A1A1A);color:#fff;border-radius:var(--radius-full)}.mcduffy-recipes__note{text-align:center;font-size:.875rem;color:var(--maev-muted, #666666);margin-top:32px;font-style:italic;font-weight:400}.mcduffy-feeding__tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.mcduffy-feeding__tab{font-family:var(--body-font-family);font-size:.9rem;font-weight:500;padding:10px 20px;border:2px solid var(--maev-border, #E8E8E8);background:transparent;color:var(--maev-black, #1A1A1A);cursor:pointer;border-radius:var(--radius-full);transition:all var(--duration-fast) var(--ease-out)}.mcduffy-feeding__tab:hover{border-color:var(--maev-green, #1A1A1A);transform:translateY(-1px)}.mcduffy-feeding__tab.is-active{background:var(--maev-green, #1A1A1A);color:#fff;border-color:var(--maev-green, #1A1A1A)}.mcduffy-feeding__panel{display:none}.mcduffy-feeding__panel.is-active{display:block}.mcduffy-feeding__card{background:var(--maev-cream, #193613);border-radius:var(--radius-lg);padding:32px;border:1px solid var(--maev-border, #E8E8E8);box-shadow:var(--shadow-card)}.mcduffy-feeding__card-header{font-family:var(--body-font-family);font-size:1.25rem;font-weight:500;color:var(--maev-black, #1A1A1A);margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--maev-border, #E8E8E8)}.mcduffy-feeding__table{width:100%;border-collapse:collapse;font-family:var(--body-font-family)}.mcduffy-feeding__table thead th{text-align:left;font-size:.875rem;font-weight:600;color:var(--maev-black, #1A1A1A);padding:12px 16px;border-bottom:2px solid var(--maev-border, #E8E8E8)}.mcduffy-feeding__table tbody td{font-size:.9rem;font-weight:400;color:var(--maev-black, #1A1A1A);padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.05)}.mcduffy-feeding__table tbody tr:last-child td{border-bottom:none}.mcduffy-feeding__card{padding:clamp(16px,3vw,32px);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.mcduffy-feeding__card::-webkit-scrollbar{height:0;display:none}.mcduffy-feeding__table thead th,.mcduffy-feeding__table tbody td{padding:clamp(8px,1.5vw,14px) clamp(8px,1.5vw,16px);font-size:clamp(.8rem,1.5vw,.9rem)}.mcduffy-feeding__table tbody tr:hover{background:#00000005}@media(min-width:1921px){.maev-product__container{max-width:1440px;gap:60px;padding:40px 60px}.maev-product__media-main{max-height:600px}}@media(min-width:1441px)and (max-width:1920px){.maev-product__container{max-width:1440px;gap:60px;padding:40px 60px}.maev-product__media-main{max-height:600px}}@media(min-width:1025px)and (max-width:1440px){.maev-product__container{gap:48px;padding:40px}.maev-product__media-main{max-height:560px}}@media(min-width:769px)and (max-width:1024px){.maev-product__container{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;padding:24px}.maev-product__info{top:72px!important}.maev-product__media-main{max-height:450px}.mcduffy-recipes__grid{grid-template-columns:1fr 1fr;gap:16px}.mcduffy-recipes__grid .mcduffy-recipe-card:last-child{grid-column:1 / -1;max-width:50%;margin:0 auto}}@media(max-width:768px){.maev-product__container{grid-template-columns:1fr!important;gap:clamp(16px,4vw,24px);padding:clamp(8px,3vw,16px)!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;overflow-x:clip!important;min-width:0!important}.maev-product__info{position:static!important;max-height:none!important;overflow-x:clip!important;overflow-y:visible!important;width:100%!important;min-width:0!important;box-sizing:border-box!important}.mcduffy-recipes__grid{grid-template-columns:1fr!important;gap:16px}.mcduffy-recipes__grid .mcduffy-recipe-card:last-child{max-width:none}.mcduffy-feeding__tabs{flex-direction:column}.mcduffy-feeding__card{padding:20px 16px}.mcduffy-feeding__table thead th,.mcduffy-feeding__table tbody td{padding:10px 12px;font-size:.8rem}.maev-section{padding:48px 0!important}.maev-container{padding:0 clamp(12px,4vw,20px)!important}}@media(max-width:480px){.maev-product__container{padding:clamp(8px,3vw,12px)!important}.mcduffy-recipe-card{padding:1.25rem 1rem}}.maev-sub-qty{display:flex;align-items:center;gap:0;margin-top:8px}.maev-sub-qty__btn{width:44px;height:44px;border:1px solid rgba(0,0,0,.15);background:#fff;font-size:1.25rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--duration-fast) var(--ease-out);color:var(--maev-green, #1A1A1A)}.maev-sub-qty__btn:first-child{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.maev-sub-qty__btn:last-child{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.maev-sub-qty__btn:hover{background:var(--maev-cream, #193613)}.maev-sub-qty__input{width:64px;height:44px;border:1px solid rgba(0,0,0,.15);border-left:none;border-right:none;text-align:center;font-size:1.1rem;font-weight:600;font-family:var(--body-font-family);color:var(--maev-green, #1A1A1A);-moz-appearance:textfield}.maev-sub-qty__input::-webkit-inner-spin-button,.maev-sub-qty__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.maev-sub-auto-note{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:.8rem;color:var(--maev-green, #1A1A1A);background:#d4ff001f;padding:8px 12px;border-radius:var(--radius-md)}.maev-sub-min-note{margin-top:8px;font-size:.75rem;color:#666;font-family:DM Sans,sans-serif}.maev-sub-auto-edit{background:none;border:none;color:var(--maev-green, #1A1A1A);text-decoration:underline;cursor:pointer;font-size:.8rem;padding:0;margin-left:auto}.maev-sub-delivery-note{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--maev-green, #1A1A1A);margin:16px 0;padding:12px 16px;background:#1836130a;border-radius:var(--radius-md)}.maev-sub-delivery-note svg{flex-shrink:0;transform:rotate(45deg)}.maev-sub-total{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;padding:14px 0;border-top:1px solid rgba(0,0,0,.08);margin-top:4px}.maev-sub-total__label{font-size:.85rem;color:#00000080}.maev-sub-total__amount{font-size:1.3rem;font-weight:700;color:var(--maev-green, #1A1A1A)}.maev-sub-billing-note{font-size:.72rem;color:#1a1a1a;opacity:.6;text-align:center;margin:4px 0 0;font-weight:500}.maev-sub-total__save{font-size:.8rem;color:#1a1a1a;font-weight:500;width:100%}.maev-gift-inline{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#e8f5e9;border:1px solid rgba(45,122,30,.12);border-radius:var(--radius-md);margin:8px 0;font-family:var(--body-font-family);font-size:.8rem;color:#1a1a1a;line-height:1.3}.maev-gift-inline__icon{font-size:1rem;flex-shrink:0}.maev-gift-inline__text strong{color:#1a1a1a}.maev-gift-inline.is-complete{background:linear-gradient(135deg,#e8f5e9 0% 100%);border-color:#2d7a1e40}.maev-gift-inline.is-complete .maev-gift-inline__text{color:#1a1a1a;font-weight:600}.maev-sub-settings{border:1px solid var(--maev-border, #E8E8E8);border-radius:var(--radius-md);padding:10px 14px;margin:8px 0}.maev-sub-settings__row{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.maev-sub-settings__row+.maev-sub-settings__row{border-top:1px solid rgba(0,0,0,.05)}.maev-sub-settings__label{font-family:var(--body-font-family);font-size:.75rem;color:var(--maev-muted, #666666)}.maev-sub-settings__value{font-family:var(--body-font-family);font-size:.75rem;font-weight:600;color:var(--maev-text, #1A1A1A)}.maev-sub-settings__value--green{color:#1a1a1a}.maev-sub-settings__select{font-family:var(--body-font-family);font-size:.75rem;font-weight:600;color:var(--maev-text, #1A1A1A);background:#fff;border:1px solid #E8E8E8;border-radius:var(--radius-sm);padding:.2rem 1.2rem .2rem .4rem;cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23666' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .35rem center}.maev-sub-settings__select:focus{border-color:var(--maev-text, #1A1A1A)}#maev-subscription-checkout{margin-top:16px}.maev-sub-checkout__customer{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.maev-sub-input{width:100%;height:44px;padding:0 14px;border:1px solid rgba(0,0,0,.15);border-radius:var(--radius-sm);font-size:.95rem;font-family:var(--body-font-family);color:var(--maev-green, #1A1A1A);background:#fff;transition:border-color var(--duration-fast) var(--ease-out);box-sizing:border-box}.maev-sub-input:focus{border-color:var(--maev-green, #1A1A1A);outline:none}.maev-sub-input--short{flex:1}.maev-sub-checkout__method-label{font-size:.85rem;font-weight:600;color:var(--maev-green, #1A1A1A);margin-bottom:8px;display:block}.maev-sub-checkout__paymongo{margin-bottom:16px}.maev-pm-row{display:flex;gap:8px;margin-top:10px;margin-bottom:14px}.maev-sub-checkout__note{font-size:.75rem;color:#00000073;text-align:center;margin-top:8px}.maev-sub-checkout__divider{display:flex;align-items:center;margin:20px 0;color:#00000059;font-size:.8rem}.maev-sub-checkout__divider:before,.maev-sub-checkout__divider:after{content:"";flex:1;height:1px;background:#0000001a}.maev-sub-checkout__divider span{padding:0 12px}.maev-sub-checkout__msg{text-align:center;padding:10px 14px;border-radius:var(--radius-md);font-size:.85rem;margin:12px 0;background:#1836130f;color:var(--maev-green, #1A1A1A)}.maev-sub-checkout__msg--err{background:#c8000014;color:#a00}.maev-sub-checkout__reassurance{text-align:center;font-size:.8rem;color:#0006;margin-top:16px}#maev-paypal-container{min-height:50px}.maev-profile__hint{font-size:.8rem;color:#00000073;margin:0 0 10px}.maev-profile__allergies{display:flex;flex-wrap:wrap;gap:8px}.maev-allergy-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:2px solid rgba(0,0,0,.12);border-radius:var(--radius-full);font-size:.85rem;cursor:pointer;transition:all var(--duration-fast) var(--ease-out);background:#fff;color:var(--maev-black, #1A1A1A);-webkit-user-select:none;user-select:none}.maev-allergy-pill:hover{border-color:var(--maev-green, #1A1A1A)}.maev-allergy-pill input[type=checkbox]{display:none}.maev-allergy-pill:has(input:checked){background:var(--maev-green, #1A1A1A);color:#fff;border-color:var(--maev-green, #1A1A1A)}.maev-product__ingredients-link{background:none;border:none;color:var(--maev-green, #1A1A1A);text-decoration:underline;cursor:pointer;font-size:.75rem;font-weight:400;padding:0;margin-left:8px;font-family:var(--body-font-family)}.maev-product__ingredients-link:hover{opacity:.7}.maev-ingredients-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeInScale var(--duration-slow) var(--ease-out-expo)}.maev-ingredients-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.maev-ingredients-modal__panel{position:relative;background:var(--maev-cream, #193613);border-radius:var(--radius-lg);max-width:640px;width:92%;max-height:85vh;overflow-y:auto;padding:32px;box-shadow:0 25px 80px #00000040;animation:slideInRight var(--duration-slow) var(--ease-out)}.maev-ingredients-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:var(--maev-neon, #FFE566);border:none;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--maev-green, #1A1A1A);font-weight:700;line-height:1}.maev-ingredients-modal__close:hover{opacity:.8}.maev-ingredients-modal__tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.maev-ing-tab{padding:8px 18px;border-radius:var(--radius-full);border:2px solid rgba(0,0,0,.12);background:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:all var(--duration-normal) var(--ease-out);font-family:var(--body-font-family);color:var(--maev-black, #1A1A1A)}.maev-ing-tab.is-active{background:var(--maev-green, #1A1A1A);color:#fff;border-color:var(--maev-green, #1A1A1A);box-shadow:var(--shadow-md);animation:successPop var(--duration-slow) var(--spring)}.maev-ing-tab:hover:not(.is-active){border-color:var(--maev-green, #1A1A1A);transform:translateY(-2px);box-shadow:var(--shadow-card)}.maev-ingredients-modal__title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:400;color:var(--maev-green, #1A1A1A);margin:0 0 6px}.maev-ingredients-modal__subtitle{font-size:.9rem;font-weight:600;color:var(--maev-green, #1A1A1A);margin:0 0 12px}.maev-ingredients-modal__list{font-size:.85rem;color:#0009;line-height:1.6;margin:0}.maev-ingredients-modal__divider{border:none;border-top:1px solid rgba(0,0,0,.08);margin:20px 0}.maev-ing-ga-grid{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px}.maev-ing-ga-item{display:flex;flex-direction:column;align-items:center;min-width:60px}.maev-ing-ga-val{font-size:.95rem;font-weight:700;color:var(--maev-green, #1A1A1A)}.maev-ing-ga-label{font-size:.7rem;color:#00000073;text-transform:capitalize}.maev-ingredients-modal__cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.maev-ing-card{display:flex;gap:12px;align-items:flex-start;padding:14px;background:#fff;border-radius:var(--radius-md)}.maev-ing-card__icon{flex-shrink:0}.maev-ing-card__text strong{display:block;font-size:.9rem;color:var(--maev-green, #1A1A1A);margin-bottom:4px}.maev-ing-card__text p{font-size:.8rem;color:#0000008c;line-height:1.5;margin:0}@media(max-width:599px){.maev-ingredients-modal__panel{padding:20px;border-radius:var(--radius-md);max-height:90vh}.maev-ingredients-modal__cards{grid-template-columns:1fr}}.maev-product__viber-link{text-align:center;margin:6px 0}.maev-product__viber-link a{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;color:var(--maev-green, #1A1A1A);text-decoration:none;opacity:.7;transition:opacity var(--duration-fast) var(--ease-out)}.maev-product__viber-link a:hover{opacity:1}.maev-product__pill.is-blocked{opacity:.35;pointer-events:none;text-decoration:line-through;position:relative}.maev-product__pill.is-blocked:after{content:"Contains allergen";position:absolute;bottom:-18px;left:50%;transform:translate(-50%);font-size:.65rem;color:#a00;white-space:nowrap}.maev-product__pills:has(.is-blocked){margin-bottom:16px}html{overflow-x:clip}@media(max-width:768px){.maev-product__container{display:flex!important;flex-direction:column!important;gap:12px!important}.maev-product__info{order:1;display:flex;flex-direction:column;padding-top:0}.maev-product__info>*{order:20}.maev-product__media{order:30}.maev-product__below-fold{order:3}.maev-product__title{font-size:clamp(1.95rem,9vw,2.55rem)!important;line-height:1.04;margin-bottom:8px}.maev-product__social-proof{margin-bottom:10px}.maev-product__profile-section{order:12;margin-top:8px}.maev-product__divider{order:11;margin:10px 0 0}#maev-start,.maev-start{order:1;margin:10px 0 12px}#maev-recipe-section{order:2}#maev-onetime-packs{order:3}#maev-onetime-atc{order:4}#maev-ot-trust-line,#maev-buybox-proof,#maev-payment-methods,.maev-product__upsell{order:5}.maev-product__price-display,.maev-product__recommendation,.maev-purchase-options,#maev-subscribe-panel,.maev-trust-row,.maev-proof{order:20}.maev-product__media-scroll{height:clamp(190px,30svh,260px)!important;max-height:260px!important}.maev-product__media-slide{flex-basis:74%}body{overflow-x:clip;width:100%}.maev-product{width:100%;max-width:100%;overflow-x:clip;overflow-wrap:break-word;word-break:break-word}.maev-product__container{width:100%;max-width:100%;overflow-x:clip;box-sizing:border-box}.maev-product__info,.maev-product__media{width:100%;max-width:100%;min-width:0;overflow-x:clip;overflow-wrap:break-word;word-break:break-word;box-sizing:border-box}.maev-product__info *,.maev-product__below-fold *{max-width:100%;box-sizing:border-box}.maev-product__below-fold{width:100%;max-width:100%;overflow-x:clip}.maev-below-section,.maev-section,.maev-container{width:100%;max-width:100%;overflow-x:clip;box-sizing:border-box}.maev-section__sub{margin-bottom:24px;padding:0 .5rem}.maev-product__pill,.maev-product__profile-btn{min-height:44px;display:inline-flex;align-items:center}.maev-product img,.maev-section img{max-width:100%;height:auto}}.maev-smart-bundle{background:linear-gradient(135deg,#193613,#e8f5e9);border:2px solid #1A1A1A;border-radius:var(--radius-lg);padding:20px;margin:20px 0}.maev-smart-bundle__header{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:16px}.maev-smart-bundle__header svg{color:#1a1a1a}.maev-smart-bundle__body{background:#fff;border-radius:var(--radius-md);padding:16px;margin-bottom:16px}.maev-smart-bundle__breakdown{display:flex;flex-direction:column;gap:10px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px dashed #E8E8E8}.maev-bundle-item{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.maev-bundle-item__name{color:#1a1a1a}.maev-bundle-item__discount{font-size:.75rem;color:#1a1a1a;background:#ebff0066;padding:2px 6px;border-radius:var(--radius-full);margin-left:8px}.maev-bundle-item__price{font-weight:600;color:#1a1a1a}.maev-smart-bundle__total{display:flex;flex-direction:column;gap:6px}.maev-smart-bundle__total-row{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:600;color:#1a1a1a}.maev-smart-bundle__savings{font-size:.85rem;color:#1a1a1a;font-weight:500;background:#ebff004d;padding:4px 8px;border-radius:var(--radius-full)}.maev-smart-bundle__btn{width:100%;padding:14px 24px;background:#ffe566;color:#1a1a1a;font-size:1rem;font-weight:700;border:3px solid #000;border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);text-transform:uppercase;letter-spacing:.04em;font-family:var(--body-font-family)}.maev-smart-bundle__btn:hover{background:#ffe566;transform:translateY(-2px);box-shadow:0 4px 12px #ebff0066}.maev-smart-bundle__btn:active{transform:scale(.98)}.maev-onetime-qty__hint{font-size:.8rem;color:#666;text-align:center;margin:-8px 0 12px}@media(max-width:768px){.maev-smart-bundle{padding:16px;margin:16px 0}.maev-smart-bundle__header{font-size:.95rem}.maev-smart-bundle__body{padding:12px}}.maev-product__freshness-banner{display:flex;align-items:center;gap:12px;padding:16px;margin:16px 0;background:linear-gradient(135deg,#e8f5e9 0% 100%);border:1px solid #193613;border-radius:var(--radius-lg)}.maev-product__freshness-banner svg{flex-shrink:0;color:#193613}.maev-freshness-text{display:flex;flex-direction:column;gap:2px}.maev-freshness-text strong{font-size:.95rem;color:#1a1a1a}.maev-freshness-text span{font-size:.8rem;color:#193613}@media(max-width:768px){.maev-product__freshness-banner{padding:12px;gap:10px}.maev-product__freshness-banner svg{width:20px;height:20px}.maev-freshness-text strong{font-size:.85rem}.maev-freshness-text span{font-size:.75rem}}.maev-product__media-nav{display:none}.maev-product__skeleton{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#f5f5f5 25%,#e8e8e8,#f5f5f5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-lg);display:none;z-index:1}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.maev-product__media-main{position:relative;touch-action:pan-y pinch-zoom;overflow:hidden}#maev-main-image{transition:opacity var(--duration-fast) var(--ease-out);-webkit-user-select:none;user-select:none;-webkit-user-drag:none}@media(max-width:768px){.maev-product__media-main:after{content:"";position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#0003;border-radius:2px;opacity:0;animation:swipeHint 3s ease-in-out 2s 2}@keyframes swipeHint{0%,to{opacity:0;transform:translate(-50%)}50%{opacity:1;transform:translate(-30%)}}.maev-product__thumbs{gap:6px;margin-top:10px}.maev-product__thumb{flex:0 0 56px;width:56px;height:56px}}@media(max-width:480px){.maev-product__media-main:after{animation:none!important}}@media(max-width:768px){.maev-product__option-group{margin-bottom:16px}.maev-product__option-group .maev-product__option-label{margin-bottom:8px;font-size:.7rem;letter-spacing:.08em}.maev-product__pills{gap:6px}.maev-product__pill{padding:8px 14px;font-size:.8rem}.maev-product__pill--pack{padding:10px 12px;min-width:auto}.maev-product__pill--pack .pill-main{font-size:.75rem}.maev-product__pill--pack .pill-price{font-size:.65rem}.maev-product__pill--pack .pill-discount{font-size:.55rem;padding:1px 4px}.maev-product__profile-section{padding:10px 0;margin-bottom:8px}.maev-product__profile-help{font-size:.8rem}.maev-product__profile-btn{padding:6px 12px;font-size:.75rem}.maev-product__purchase-toggle{margin-bottom:12px}.maev-product__price{margin-bottom:8px}}.maev-bag-qty{display:flex;align-items:center;gap:0;margin-top:8px}.maev-bag-qty__btn{width:48px;height:48px;border:1.5px solid var(--maev-green, #1A1A1A);background:#fff;font-size:1.3rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--duration-fast) var(--ease-out-expo);color:var(--maev-green, #1A1A1A);-webkit-tap-highlight-color:transparent}.maev-bag-qty__btn:first-child{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.maev-bag-qty__btn:last-child{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.maev-bag-qty__btn:hover{background:var(--maev-cream, #193613)}.maev-bag-qty__btn:active{transform:scale(.92);background:var(--maev-green, #1A1A1A);color:#fff}.maev-bag-qty__input{width:72px;height:48px;border:1.5px solid var(--maev-green, #1A1A1A);border-left:none;border-right:none;text-align:center;font-size:1.2rem;font-weight:700;font-family:var(--body-font-family);color:var(--maev-green, #1A1A1A);-moz-appearance:textfield;background:#fff}.maev-bag-qty__input::-webkit-inner-spin-button,.maev-bag-qty__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.maev-bag-qty__discount-hint{display:flex;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;background:#d4ff0026;border-radius:var(--radius-md);font-size:.85rem;font-family:var(--body-font-family);color:var(--maev-green, #1A1A1A);animation:fadeInScale var(--duration-normal) var(--ease-out)}.maev-bag-qty__discount-badge{font-weight:700;background:var(--maev-neon, #FFE566);color:var(--maev-green, #1A1A1A);padding:2px 8px;border-radius:var(--radius-full);font-size:.75rem;white-space:nowrap}.maev-bag-qty__discount-badge:empty{display:none}.maev-bag-qty__discount-text{font-weight:500}.maev-bag-qty__supply{margin:8px 0 0;font-family:var(--body-font-family);font-size:.78rem;font-weight:500;line-height:1.35;color:var(--maev-muted, #666666)}.maev-bag-qty__tiers{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.maev-tier{font-family:var(--body-font-family);font-size:.72rem;color:var(--maev-muted, #666666);padding:4px 10px;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-full);transition:all var(--duration-fast) var(--ease-out)}.maev-tier.is-active{background:var(--maev-green, #1A1A1A);color:#1a1a1a;border-color:var(--maev-green, #1A1A1A);font-weight:600}.maev-product__option-sublabel{font-weight:400;text-transform:none;color:var(--maev-muted, #666666);letter-spacing:0}.maev-savings-banner{display:none}.maev-savings-banner__header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.maev-savings-banner__icon{width:20px;height:20px;flex-shrink:0}.maev-savings-banner__title{font-size:.82rem;font-weight:700;font-family:var(--body-font-family);color:var(--maev-green, #1A1A1A)}.maev-savings-banner__grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.maev-savings-banner__tier{display:flex;justify-content:space-between;align-items:center;padding:7px 10px;border-radius:var(--radius-sm);background:#fff9;font-size:.78rem;font-family:var(--body-font-family);color:var(--maev-green, #1A1A1A);transition:all var(--duration-fast) var(--ease-out)}.maev-savings-banner__tier.is-active{background:var(--maev-neon, #FFE566);font-weight:700;box-shadow:0 1px 4px #00000014}.maev-savings-banner__tier.is-next{border:1.5px dashed rgba(27,58,27,.25);background:#ffffffd9}.maev-savings-banner__bags{font-weight:600}.maev-savings-banner__pct{font-weight:700;color:#1a1a1a}.maev-savings-banner__tier.is-active .maev-savings-banner__pct{color:var(--maev-green, #1A1A1A)}.maev-savings-banner__best{font-size:.55rem;text-transform:uppercase;letter-spacing:.5px;color:#1a1a1a;font-weight:700;display:block;margin-top:-1px}.maev-price-original{text-decoration:line-through;color:#666;font-size:1.3rem;font-weight:400;margin-left:8px}.maev-price-savings-tag{display:inline-block;background:#2d7a3a1a;color:#1a1a1a;font-weight:600;font-size:.8rem;font-family:var(--body-font-family);padding:3px 10px;border-radius:var(--radius-full);margin-top:4px}#maev-protein-pills{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:10px;padding-bottom:6px;scrollbar-width:none}#maev-protein-pills::-webkit-scrollbar{display:none}.maev-product__pill--recipe{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 12px;min-height:0;text-align:center;border-radius:var(--radius-md);min-width:80px;flex:0 0 auto;scroll-snap-align:start;border:2px solid var(--md-black, #1A1A1A);background:var(--maev-cream, #193613);box-shadow:2px 2px 0 var(--md-black, #1A1A1A);transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s cubic-bezier(.34,1.56,.64,1)}.maev-product__pill--recipe:hover{border-radius:var(--radius-md);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--md-black, #1A1A1A)}.maev-product__pill--recipe.is-active{border-radius:var(--radius-md);border-color:var(--md-black, #1A1A1A);box-shadow:3px 3px 0 var(--md-black, #1A1A1A)}.pill-recipe-emoji{display:none}.pill-recipe-name{font-weight:600;font-size:.78rem;line-height:1.2}.pill-recipe-protein{display:none}.pill-recipe-price{font-size:.68rem;font-weight:500;opacity:.7;line-height:1;margin-top:1px;color:var(--maev-green, #1A1A1A)}.maev-product__pill--recipe.is-active .pill-recipe-price{color:#1a1a1a;opacity:1}@media(min-width:769px){#maev-protein-pills{display:grid;grid-template-columns:repeat(4,1fr);overflow-x:visible;scroll-snap-type:none}.maev-product__pill--recipe{min-width:0;flex:1}}.maev-product__purchase-toggle{display:flex;gap:0;background:#0000000a;border-radius:50px;padding:4px}.maev-product__toggle-btn{min-height:48px}.maev-product__toggle-btn.is-active{background:linear-gradient(135deg,#193613,#2e5025);color:#fff;box-shadow:0 2px 12px #1936134d}.maev-product__toggle-btn:not(.is-active){background:transparent;color:var(--maev-muted, #666666)}.maev-product__toggle-btn:not(.is-active):hover{background:#0000000a;color:var(--maev-green, #1A1A1A)}.maev-price-original{text-decoration:line-through;color:var(--maev-muted, #666666);font-size:.85em;font-weight:400;margin-right:4px}@media(max-width:768px){.maev-product__pill,.maev-product__toggle-btn,.maev-bag-qty__btn,.maev-sub-qty__btn,.maev-product__profile-btn,.maev-product__atc-btn,.maev-sticky-bar__atc-btn{min-height:48px}.maev-product__atc-btn,.maev-sticky-bar__atc-btn{min-height:56px;font-size:1rem}.maev-product__container{padding:0 clamp(8px,3vw,16px)}.maev-product__details{padding:1rem 0}.maev-sub-qty__btn{width:48px;height:48px;border:1.5px solid var(--maev-green, #1A1A1A)}.maev-sub-qty__input{height:48px;border:1.5px solid var(--maev-green, #1A1A1A)}.maev-product__atc-btn{background:linear-gradient(135deg,#ffe566 0% 100%);color:var(--maev-green, #1A1A1A);font-weight:700;border:3px solid #000!important;border-radius:var(--radius-full)!important;width:100%;text-transform:uppercase!important;letter-spacing:.04em}.maev-product__atc-btn:active{transform:scale(.98)}.maev-sticky-bar__atc-btn{background:linear-gradient(135deg,#ffe566 0% 100%);color:var(--maev-green, #1A1A1A);font-weight:700;border:3px solid #000;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em}}.maev-product__bundle-breakdown{margin-top:8px}.maev-bundle-items{display:flex;flex-wrap:wrap;align-items:center;gap:4px;font-size:.8rem;color:var(--maev-muted, #666666);font-family:var(--body-font-family);line-height:1.4}.maev-bundle-item{display:inline-flex;align-items:center;gap:4px;background:#0000000a;padding:3px 8px;border-radius:var(--radius-full);font-size:.78rem}.maev-bundle-item-discount{font-size:.7rem;font-weight:600;color:var(--maev-green, #1A1A1A);background:#ebff0066;padding:1px 5px;border-radius:var(--radius-full)}.maev-bundle-savings{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:.78rem;font-weight:600;color:var(--maev-green, #1A1A1A);background:#ebff0026;padding:5px 10px;border-radius:var(--radius-full);width:fit-content}.maev-product__below-fold{margin-top:24px;display:flex;flex-direction:column;gap:0}.maev-below-section{padding:36px 0;border-top:1px solid var(--maev-border, #E8E8E8)}.maev-below-section:first-child{border-top:none}.maev-below-trust{padding:16px 0;text-align:center}.maev-below-trust .maev-product__trust-badges{margin-top:0;border-top:none}@media(min-width:769px){.maev-below-trust{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:12px 0;flex-wrap:wrap}.maev-below-trust .maev-product__trust-badges{gap:.5rem;padding:0;margin:0}.maev-below-trust .maev-product__viber-link{margin:0}}.maev-below-section[data-animate]{opacity:0;transform:translateY(24px);transition:opacity var(--duration-slower) var(--ease-out-expo),transform var(--duration-slower) var(--ease-out-expo)}.maev-below-section[data-animate].is-visible{opacity:1;transform:translateY(0)}.maev-section__heading--left{text-align:left}@media(max-width:768px){.maev-section__heading--left,.maev-product-story__eyebrow,.maev-product-story__text{text-align:center!important}.maev-product-story__callouts{align-items:center!important}.maev-story-callout{text-align:left}.maev-below-trust{text-align:center!important}.maev-below-trust .maev-product__trust-badges{justify-content:center!important}.maev-below-trust .maev-product__viber-link,.maev-timeline--compact .maev-timeline__item,.maev-timeline--compact .maev-timeline__item h3{text-align:center!important}}@media(min-width:769px){.maev-product__below-fold{margin-top:0;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:clamp(16px,3vw,40px);padding-right:clamp(16px,3vw,40px)}.maev-below-section{padding:36px 0}}.maev-timeline--compact{grid-template-columns:1fr;gap:20px}.maev-timeline--compact .maev-timeline__item{text-align:left}.maev-timeline--compact .maev-timeline__item h3{color:var(--maev-black, #000)!important;font-size:1.05rem!important;margin:0 0 4px}.maev-timeline--compact .maev-timeline__item p{color:var(--maev-muted, #666666);font-size:.85rem}.maev-timeline--compact .maev-timeline__marker{font-size:.7rem;padding:4px 12px;margin-bottom:8px}@media(min-width:769px){.maev-timeline--compact{grid-template-columns:repeat(2,1fr);gap:24px}}.maev-product-review__stars{color:#1a1a1a;font-size:.85rem;margin-bottom:8px;letter-spacing:2px}@media(max-width:374px){.maev-compare{overflow-x:auto;-webkit-overflow-scrolling:touch}.maev-compare__table{min-width:300px}}.mcduffy-testimonials,.mcduffy-dig-deeper,.mcduffy-instagram,.mcduffy-newsletter,.mcduffy-press-logos{content-visibility:auto;contain-intrinsic-size:auto 500px}.maev-seo-faq{padding:3rem clamp(16px,3vw,40px) 1.5rem;grid-column:1 / -1;max-width:900px;margin:0 auto;width:100%;box-sizing:border-box}.maev-seo-faq__title{font-family:var(--accent-font-family);font-weight:500;font-size:clamp(1.5rem,3vw,2rem);color:#1a1a1a;margin:0 0 1.5rem}.maev-seo-faq details{border-bottom:1px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);transition:background var(--duration-fast) var(--ease-out)}.maev-seo-faq details:hover{background:var(--mcduffy-accent-light, #193613);padding:0 8px;margin:0 -8px;border-radius:var(--radius-md)}.maev-seo-faq summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;font-family:var(--body-font-family);font-size:.95rem;font-weight:500;color:#1a1a1a;cursor:pointer;list-style:none}.maev-seo-faq summary::-webkit-details-marker{display:none}.maev-seo-faq summary::marker{display:none;content:""}.maev-seo-faq summary svg{flex-shrink:0;transition:transform var(--duration-normal) var(--ease-out)}.maev-seo-faq details[open] summary svg{transform:rotate(180deg)}.maev-seo-faq .maev-seo-faq__answer{padding:0 0 1rem;font-family:var(--body-font-family);font-size:.9rem;line-height:1.7;color:#666}.maev-seo-faq .maev-seo-faq__answer strong{color:#1a1a1a;font-weight:600}.maev-seo-content{padding:3rem clamp(16px,3vw,40px);grid-column:1 / -1;max-width:900px;margin:0 auto;width:100%;box-sizing:border-box}.maev-seo-content h2{font-family:var(--accent-font-family);font-weight:500;font-size:clamp(1.5rem,3vw,2rem);color:#1a1a1a;margin:0 0 1.5rem}.maev-seo-content p{font-family:var(--body-font-family);font-size:.95rem;line-height:1.8;color:#666;margin:0 0 1rem}.maev-seo-content a{color:var(--maev-green, #1A1A1A);text-decoration:underline;text-underline-offset:2px}.maev-seo-content a:hover{color:#1a1a1a;background:var(--maev-green, #1A1A1A);text-decoration:none;padding:0 4px;border-radius:2px}.maev-share{padding:2.5rem clamp(16px,3vw,40px) 2rem;grid-column:1 / -1;text-align:center;max-width:900px;margin:0 auto;width:100%;box-sizing:border-box}.maev-share__title{font-family:var(--accent-font-family);font-weight:500;font-size:clamp(1.5rem,3vw,2rem);color:#1a1a1a;margin:0 0 .375rem}.maev-share__subtitle{font-family:var(--body-font-family);font-size:.9375rem;color:#666;margin:0 0 1.5rem}.maev-share__buttons{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.maev-share__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:48px;height:48px;border-radius:var(--radius-full);border:2px solid rgba(0,0,0,.1);background:#fff;color:var(--maev-green, #1A1A1A);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);text-decoration:none;font-family:var(--body-font-family);font-size:0;line-height:1}.maev-share__btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.maev-share__btn svg{flex-shrink:0}.maev-share__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:480px){.maev-share__btn{width:auto;height:auto;padding:.625rem 1.125rem;border-radius:100px;font-size:.875rem;font-weight:500}.maev-share__label{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:nowrap}}.maev-share__btn--copy{background:#fff;color:var(--maev-green, #1A1A1A)}.maev-share__btn--copy:hover{background:var(--maev-green, #1A1A1A);color:#fff;border-color:var(--maev-green, #1A1A1A)}.maev-share__btn--copy.is-copied{border-color:#193613;color:#193613}.maev-share__btn--whatsapp{background:#25d366;color:#fff;border-color:#25d366}.maev-share__btn--whatsapp:hover{background:#193613;border-color:#193613}.maev-share__btn--viber{background:#7360f2;color:#fff;border-color:#7360f2}.maev-share__btn--viber:hover{background:#5e4dd4;border-color:#5e4dd4}.maev-share__btn--facebook{background:#1877f2;color:#fff;border-color:#1877f2}.maev-share__btn--facebook:hover{background:#166fe5;border-color:#166fe5}@media(max-width:768px){*,*:before,*:after{box-sizing:border-box!important}html{overflow-x:clip!important;width:100%!important}body{overflow-x:clip!important;width:100%!important;min-width:0!important}body>*{max-width:100%!important;overflow-x:clip!important}.shopify-section,.shopify-section>*,[class*=shopify-section]{max-width:100%!important;overflow-x:clip!important;box-sizing:border-box!important}.maev-container,.container,.page-width,.page-width--narrow,[class*=container],[class*=page-width]{width:100%!important;max-width:100%!important;overflow-x:clip!important;box-sizing:border-box!important;min-width:0!important}.maev-product__container,.maev-product__container>*{max-width:100%!important;min-width:0!important;overflow-x:clip!important;box-sizing:border-box!important}.maev-product__below-fold,.maev-product__below-fold>*,.maev-below-section,.maev-below-section>*{max-width:100%!important;min-width:0!important;overflow-x:clip!important;box-sizing:border-box!important}.maev-section,.maev-section>*,[class*=maev-section],[class*=mcduffy-]{max-width:100%!important;min-width:0!important;box-sizing:border-box!important}img,video,svg,picture,canvas,iframe{max-width:100%!important;height:auto}h1,h2,h3,h4,h5,h6,p,span,a,li,label,div,.maev-section__heading,.maev-section__sub,.maev-subheading,[class*=heading],[class*=title]{word-break:break-word!important;overflow-wrap:break-word!important;max-width:100%!important}table,.maev-compare__table,.mcduffy-feeding__table{max-width:100%!important;display:block;overflow-x:auto}.maev-compare,.mcduffy-feeding__card{overflow-x:auto!important;max-width:100%!important}.maev-compare__header,.maev-compare__row{grid-template-columns:2fr 1fr 1fr 1fr;min-width:0}.maev-compare__cell{font-size:.75rem!important;padding:4px!important;min-width:0!important;overflow:hidden;text-overflow:ellipsis}.maev-timeline{grid-template-columns:1fr 1fr!important;gap:16px!important;max-width:100%!important}.maev-ingredients-carousel{margin-left:-16px!important;margin-right:-16px!important;padding-left:16px!important;padding-right:16px!important;max-width:none!important;width:calc(100% + 32px)!important}.mcduffy-recipes__grid{max-width:100%!important;overflow-x:auto!important}.maev-accordion__header{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.maev-accordion__item:hover{margin-left:0!important;margin-right:0!important}.maev-product__pills,.maev-bag-qty__tiers,.maev-savings-banner__grid,.mcduffy-recipe-card__badges,.mcduffy-feeding__tabs,.maev-product__purchase-toggle{max-width:100%!important;overflow-x:auto!important;box-sizing:border-box!important}.maev-profile-drawer,.maev-profile-drawer__body,.maev-profile-drawer__title,.maev-profile-drawer__footer{max-width:100%!important;box-sizing:border-box!important}.maev-sticky-bar,.maev-sticky-bar>*{max-width:100%!important;box-sizing:border-box!important;overflow-x:clip!important}.maev-quick-help,.maev-quick-help>*{max-width:100%!important;box-sizing:border-box!important}.maev-product-editorial,.maev-product-editorial>*{max-width:100%!important;box-sizing:border-box!important}.maev-product-reviews,.maev-product-reviews>*,.maev-product-review{max-width:100%!important;box-sizing:border-box!important;overflow:hidden!important}}@media(max-width:374px){.maev-container,.container,.page-width{padding-left:12px!important;padding-right:12px!important}.maev-product__container{padding:8px!important}.maev-section__heading{font-size:clamp(1.25rem,5vw,1.75rem)!important}.maev-section__sub{font-size:.85rem!important}.maev-compare__cell{font-size:.65rem!important;padding:3px 2px!important}.maev-timeline{grid-template-columns:1fr!important}.mcduffy-recipe-card{flex:0 0 240px!important}.maev-ingredient-card{flex:0 0 100px!important}.maev-savings-banner__grid{grid-template-columns:1fr!important}}.maev-product__social-proof{display:flex;align-items:center;gap:6px;padding:6px 0;margin:0 0 4px}.maev-social-proof__icon{flex-shrink:0;color:#1a1a1a;opacity:.7}.maev-social-proof__text{font-family:var(--body-font-family);font-size:.8125rem;font-weight:500;color:#1a1a1a;opacity:.75;letter-spacing:.01em}.maev-product__rating{display:flex;align-items:center;gap:8px;margin:0 0 8px}.maev-product__stars{font-size:1rem;color:#1a1a1a;text-shadow:0 0 1px rgba(0,0,0,.2);letter-spacing:2px}.maev-product__rating-text{font-family:var(--body-font-family);font-size:.8125rem;color:#1a1a1a;opacity:.7}.maev-guarantee-badge{display:none}.maev-guarantee-badge:hover{background:#18361312}.maev-guarantee-badge__icon{flex-shrink:0;color:#1a1a1a}.maev-guarantee-badge__text{font-family:var(--body-font-family);font-size:.75rem;font-weight:500;color:#1a1a1a;line-height:1.4;letter-spacing:.01em}@media(max-width:599px){.maev-guarantee-badge{padding:8px 12px;gap:6px;margin:8px 0 6px}.maev-guarantee-badge__text{font-size:.6875rem}.maev-guarantee-badge__icon{width:16px;height:16px}}.maev-product-reviews__disclaimer{font-family:var(--body-font-family);font-size:.6875rem;color:#1a1a1a;opacity:.5;text-align:center;margin-top:16px;font-style:italic}#judgeme_product_reviews:not(:empty)+#maev-fallback-reviews{display:none}#judgeme_product_reviews:not(:empty)+#maev-fallback-reviews+.maev-product-reviews__disclaimer,#judgeme_product_reviews:not(:empty)+#maev-fallback-reviews+#maev-fallback-disclaimer{display:none}.maev-product__rating .jdgm-prev-badge{display:inline-flex;align-items:center;gap:6px}.maev-product__rating .jdgm-prev-badge .jdgm-prev-badge__stars{color:#1a1a1a!important;font-size:15px;letter-spacing:1px}.maev-product__rating .jdgm-prev-badge .jdgm-prev-badge__text{color:#ffffffb3!important;font-size:.82rem;font-family:var(--font-body),sans-serif}.jdgm-review-widget{font-family:var(--font-body),sans-serif!important;color:#193613!important;max-width:100%}.jdgm-rev-widg__header{border-bottom:1px solid rgba(255,255,255,.1)!important;padding-bottom:20px!important;margin-bottom:20px!important}.jdgm-rev-widg__summary-text{color:#ffffffb3!important;font-size:.9rem!important}.jdgm-rev-widg__summary-stars,.jdgm-star,.jdgm-star.jdgm--on{color:#1a1a1a!important}.jdgm-star.jdgm--off{color:#fff3!important}.jdgm-rev{background:#ffffff0a!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:var(--radius-lg)!important;padding:20px!important;margin-bottom:12px!important}.jdgm-rev:hover{border-color:#ebff0033!important}.jdgm-rev__author-name{color:#193613!important;font-weight:600!important}.jdgm-rev__timestamp{color:#fff6!important;font-size:.8rem!important}.jdgm-rev__title{color:#193613!important;font-weight:600!important;font-size:1rem!important}.jdgm-rev__body{color:#ffffffbf!important;font-size:.92rem!important;line-height:1.6!important}.jdgm-rev__icon{color:#ffffff80!important}.jdgm-rev__buyer-badge,.jdgm-ver-badge{background:#18361380!important;color:#1a1a1a!important;border:1px solid rgba(235,255,0,.3)!important;border-radius:var(--radius-full)!important;font-size:.72rem!important;padding:2px 8px!important}.jdgm-form{background:#ffffff0a!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:var(--radius-lg)!important;padding:24px!important}.jdgm-form__title-label,.jdgm-form__body-label,.jdgm-form__name-label,.jdgm-form__email-label,.jdgm-form label{color:#ffffffb3!important;font-size:.85rem!important;font-weight:500!important}.jdgm-form input[type=text],.jdgm-form input[type=email],.jdgm-form textarea{background:#ffffff0f!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:var(--radius-sm)!important;color:#193613!important;padding:10px 14px!important;font-family:var(--font-body),sans-serif!important;font-size:.9rem!important}.jdgm-form input[type=text]:focus,.jdgm-form input[type=email]:focus,.jdgm-form textarea:focus{border-color:#1a1a1a!important;outline:none!important;box-shadow:0 0 0 2px #ebff0026!important}.jdgm-form textarea{min-height:100px!important}.jdgm-form__submit-btn,.jdgm-write-rev-link{background:#ffe566!important;color:#1a1a1a!important;border:3px solid #000!important;border-radius:var(--radius-full)!important;padding:12px 28px!important;font-weight:700!important;font-size:.9rem!important;font-family:var(--font-body),sans-serif!important;cursor:pointer!important;transition:background var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)!important;text-transform:uppercase!important;letter-spacing:.04em!important}.jdgm-form__submit-btn:hover,.jdgm-write-rev-link:hover{background:gold!important;transform:translateY(-1px)!important}.jdgm-paginate a{color:#1a1a1a!important;border:1px solid rgba(235,255,0,.3)!important;border-radius:var(--radius-full)!important;padding:6px 12px!important}.jdgm-paginate a:hover{background:#ebff001a!important}.jdgm-paginate .jdgm-paginate__page--current{background:#ffe566!important;color:#1a1a1a!important}.jdgm-rev-widg__sort-dropdown,.jdgm-rev-widg__filter-dropdown{background:#ffffff0f!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:var(--radius-sm)!important;color:#193613!important;font-size:.85rem!important;padding:6px 10px!important}.jdgm-rev__photos img{border-radius:var(--radius-md)!important;border:1px solid rgba(255,255,255,.1)!important}.jdgm-rev__actions a{color:#ffffff80!important;font-size:.8rem!important}.jdgm-rev__actions a:hover{color:#1a1a1a!important}.jdgm-quest{background:#ffffff0a!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:var(--radius-lg)!important;padding:16px!important}@media(max-width:600px){.jdgm-rev,.jdgm-form{padding:16px!important}.jdgm-form__submit-btn,.jdgm-write-rev-link{width:100%!important;text-align:center!important}.maev-product__rating .jdgm-prev-badge .jdgm-prev-badge__stars{font-size:14px}}.maev-value-badge{display:flex;flex-direction:column;gap:4px;padding:10px 14px;margin:8px 0 4px;background:linear-gradient(135deg,#ebff0014,#1836130a);border:1px solid rgba(235,255,0,.25);border-radius:var(--radius-md)}.maev-value-badge__row{display:flex;align-items:center;gap:6px}.maev-value-badge__icon{flex-shrink:0}.maev-value-badge__text{font-family:var(--body-font-family);font-size:.75rem;font-weight:600;color:#1a1a1a;line-height:1.3;letter-spacing:.01em}.maev-value-badge__sub{font-family:var(--body-font-family);font-size:.6875rem;color:#1a1a1a;opacity:.6;padding-left:22px}@media(max-width:599px){.maev-value-badge{padding:8px 10px;margin:6px 0 4px}.maev-value-badge__text{font-size:.6875rem}.maev-value-badge__sub{font-size:.625rem}}.maev-sub-savings{display:flex;align-items:center;justify-content:center;padding:6px 12px;margin:4px 0 0;background:#ebff001f;border-radius:var(--radius-md)}.maev-sub-savings__text{font-family:var(--body-font-family);font-size:.75rem;color:#1a1a1a;text-align:center}.maev-sub-savings__amount{font-weight:700;color:#1a1a1a}.maev-quiz-cta{margin-top:0}.maev-quiz-cta__link{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#e8f5e9;border:2px solid #193613;border-radius:var(--radius-lg);text-decoration:none;transition:border-color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out);-webkit-tap-highlight-color:transparent}.maev-quiz-cta__link:hover{border-color:#1a1a1a;background:#e8f5e9}.maev-quiz-cta__icon{font-size:1.4rem;flex-shrink:0}.maev-quiz-cta__text{display:flex;flex-direction:column;gap:.15rem}.maev-quiz-cta__text strong{font-family:var(--body-font-family);font-size:.85rem;font-weight:700;color:#1a1a1a;line-height:1.3}.maev-quiz-cta__text span{font-family:var(--body-font-family);font-size:.75rem;color:#1a1a1a;opacity:.6;line-height:1.3}@media(max-width:768px){body.template-product .announcement,body.template-product .announcement-bar,body.template-product .cc-announcement,body.template-product #mcduffy-bottom-nav,body.template-product .mcduffy-bottom-nav,body.template-product #mcduffy-chat-btn,body.template-product #mdc-peek,body.template-product #mcduffy-chat{display:none!important}body.template-product{--announcement-height: 0px;padding-bottom:0!important}body.template-product .maev-product{padding-bottom:24px}body.template-product .maev-product__container{gap:8px!important;padding-top:84px!important}body.template-product .maev-product__media,body.template-product .maev-product__badge,body.template-product .maev-product__social-proof,body.template-product .maev-product__rating,body.template-product .maev-welcome-back,body.template-product .maev-product__profile-section,body.template-product .maev-product__divider,body.template-product #maev-buybox-proof,body.template-product #maev-payment-methods,body.template-product .maev-product__upsell,body.template-product .maev-product__trust-section,body.template-product .maev-product__viber-link,body.template-product .maev-quiz-cta,body.template-product .mcduffy-calc-mini,body.template-product .mcduffy-delivery-timer,body.template-product .mcduffy-delivery-countdown,body.template-product [class*=delivery-countdown],body.template-product [id*=delivery-countdown]{display:none!important}body.template-product .maev-product__title{max-width:10ch;margin:0 0 14px!important;font-size:clamp(2.45rem,12vw,3.2rem)!important;line-height:.95!important;letter-spacing:0!important}body.template-product #maev-start{margin:0 0 16px!important}body.template-product .maev-start__header{margin-bottom:8px}body.template-product .maev-start__header strong{font-size:1.05rem;line-height:1.15}body.template-product .maev-start__tabs{min-height:56px}body.template-product .maev-start-tab{min-height:52px;padding:9px 6px}body.template-product .maev-start-tab span{font-size:.88rem;line-height:1.1}body.template-product .maev-start-tab small{display:none}body.template-product .maev-start-panel{padding:12px}body.template-product .maev-start-panel__badge{display:none}body.template-product .maev-start-panel__offer{gap:4px}body.template-product .maev-start-panel__offer strong{font-size:1.02rem}body.template-product .maev-start-panel__offer p{font-size:.8rem;line-height:1.3}body.template-product .maev-start-panel__cta{min-height:46px;margin-top:10px}body.template-product #maev-protein-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;padding-bottom:0;scroll-snap-type:none}body.template-product .maev-product__pill--recipe{min-width:0;width:100%;padding:11px 8px;box-shadow:none}body.template-product .maev-product__pill--recipe.is-active{box-shadow:none}body.template-product .pill-recipe-name{font-size:.82rem}body.template-product .pill-recipe-price{font-size:.68rem}body.template-product .maev-bag-qty{margin-top:6px}body.template-product .maev-bag-qty__btn{width:48px;height:48px}body.template-product .maev-bag-qty__input{flex:1;width:auto;min-width:0;height:48px}body.template-product .maev-bag-qty__supply{margin-top:6px}body.template-product #maev-ot-trust-line{margin-top:8px;font-size:.76rem;line-height:1.3}body.template-product .maev-product__atc-btn{min-height:58px;border-radius:999px}}
/*# sourceMappingURL=/cdn/shop/t/61/assets/mcduffy-product-maev.css.map */
