@charset "UTF-8";
:root{--bg:#ffffff;--paper:#fff;--ink:#142d4e;--muted:#5d748d;--primary:#0b70dc;--primary-hover:#075ab8;--sky:#e0f2ff;--soft:#edf7ff;--line:#d8e9f7;--danger:#a82d2d;--radius:24px;--shadow:0 16px 50px #0f7ae510;font-family:"Manrope","Segoe UI",Arial,sans-serif;color-scheme:light}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-size:15px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}img{max-width:100%;height:auto}button:disabled{cursor:wait;opacity:.65}[hidden]{display:none!important}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.12;letter-spacing:-.04em}h1{font-size:clamp(34px,4.3vw,58px);font-weight:650}h2{font-size:32px;font-weight:620}h3{font-size:19px;font-weight:650}em{font-style:normal;color:var(--primary)}input,select{width:100%;min-height:50px;background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:12px;padding:12px 14px;outline-offset:3px}input::placeholder{color:#6d839b}select{cursor:pointer;padding-right:32px}label{display:block;font-size:13px;font-weight:600}label>select,label>input{margin-top:6px}input:focus,select:focus{border-color:var(--primary)}:focus-visible{outline:3px solid #35a3f4;outline-offset:4px;border-radius:6px}.wrap{max-width:1264px;width:calc(100% - 80px);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:-100px;left:20px;z-index:99;background:var(--paper);padding:15px}.skip:focus{top:10px}.preview-bar{display:flex;gap:7px;align-items:center;justify-content:center;background:#e8f5ff;color:#315d88;font-size:11px;letter-spacing:.025em;padding:6px 16px;min-height:29px}.preview-dot{height:5px;width:5px;border-radius:50%;background:#35a3f4}.header{display:flex;align-items:center;justify-content:space-between;height:90px;border-bottom:1px solid var(--line)}.brand{font-size:35px;letter-spacing:-2.2px;font-weight:800;line-height:1}.brand span{color:#35a3f4}.header nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:550}.header nav>a{display:inline-flex;align-items:center;gap:16px;min-height:44px}.header nav>a[aria-current]{color:var(--primary)}.purchase-link{border:1px solid var(--line);padding:0 17px;border-radius:12px}.purchase-link:hover{background:var(--soft)}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:700;line-height:1.5;display:flex;align-items:center;gap:8px}.eyebrow>span{width:6px;height:6px;border-radius:50%;background:var(--primary)}.catalog-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;padding:48px 0 38px}.catalog-intro h1{margin-top:17px}.intro-aside{padding-bottom:4px;color:var(--muted);max-width:310px;font-size:15px;line-height:1.6}.text-link{display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;color:var(--primary);font-size:13px;font-weight:650;min-height:44px;padding:8px 0}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.intro-aside .text-link{margin-top:11px}.catalog-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.segmented{display:flex;padding:4px;background:var(--soft);border-radius:14px;gap:2px;flex-shrink:0}.segmented>a{display:flex;align-items:center;justify-content:center;gap:12px;border-radius:10px;padding:11px 23px;min-height:46px;font-weight:600;font-size:14px}.segmented>a[aria-current]{background:var(--paper);box-shadow:0 2px 7px #0f7ae509}.segmented span{font-size:11px;color:var(--muted);font-weight:500}.filter-fields{display:flex;gap:10px}.search-field{position:relative;display:flex;align-items:center;gap:8px;width:258px;font-weight:400}.search-field>span[aria-hidden]{position:absolute;left:13px;font-size:25px;line-height:1;color:var(--muted)}.search-field input{padding-left:40px;padding-right:36px;margin:0;font-size:13px;height:50px;min-width:0}.search-clear{position:absolute;right:3px;background:none;border:0;font-size:22px;color:var(--muted);width:38px;height:44px}.mode-filter{width:228px}.mode-filter select{margin:0;font-size:13px}.catalog-caption{display:flex;justify-content:space-between;gap:16px;margin:23px 0 19px;color:var(--muted);font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--paper);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-image-link{display:block}.card-art-bg{position:relative;background:radial-gradient(ellipse at 52% 52%,#fff 0,#ffffff 69%);overflow:hidden;padding-top:30px}.pill{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:30px;background:var(--paper);padding:5px 11px;font-size:10px;font-weight:600;letter-spacing:.01em;white-space:nowrap}.card-badge{position:absolute;top:17px;left:17px;z-index:4}.product-art{position:relative;margin-inline:auto}.product-art .box{position:absolute;display:block;object-fit:contain;filter:drop-shadow(0 15px 10px #18365018)}.card-art{height:248px;max-width:360px}.card-art>.box{width:255px;height:290px;left:50%;top:-18px;transform:translateX(-50%)}.card-art.stack-art>.box{width:180px;height:232px;top:3px}.stack-art>.box-1{z-index:1}.stack-art>.box-2{z-index:3}.stack-art>.box-3{z-index:2}.card-art.stack-art>.box-1{left:27%;transform:translateX(-50%) rotate(-10deg)}.card-art.stack-art>.box-2{left:50%;top:13px;transform:translateX(-50%)}.card-art.stack-art>.box-3{left:74%;transform:translateX(-50%) rotate(10deg)}.saving{position:absolute;bottom:13px;right:15px;padding:4px 8px;border-radius:6px;background:#e0f2ff;color:#0865bf;font-size:10px;z-index:5}.card-content{padding:21px 21px 18px}.card-title-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.card-title-row h2{font-size:25px;letter-spacing:-.05em}.card-title-row h2 span{font-size:13px;font-weight:500;letter-spacing:0}.card-title-row>b{font-size:19px;font-weight:650;white-space:nowrap}.card-content>p{color:var(--muted);font-size:11px;margin-top:9px}.card-content>p>span{padding:0 3px}.button{border:1px solid var(--line);border-radius:12px;min-height:49px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;gap:22px;font-size:13px;font-weight:650;transition:background .18s,transform .18s}.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.secondary{background:var(--paper);color:var(--ink)}.secondary:hover{background:var(--soft)}.button>span[aria-hidden]{margin-left:auto;font-size:18px;line-height:1}.card-button{width:100%;justify-content:space-between;margin-top:19px}.show-more{display:flex;background:transparent;min-width:228px;margin:29px auto 0}.show-more:hover{background:var(--soft)}.catalog-note{font-size:11px;text-align:center;color:var(--muted);margin-top:19px;line-height:1.6}.empty-state{padding:35px 15px 20px;text-align:center}.empty-state p{margin:14px auto 20px;color:var(--muted);max-width:520px}.calorie-chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.calorie-chips button{background:var(--paper);border:1px solid var(--line);color:var(--primary);border-radius:10px;padding:10px 14px;min-height:44px}.how-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:30px 0 36px;margin-top:54px;border-top:1px solid var(--line)}.how-strip>div{position:relative;padding-left:41px}.step-number{position:absolute;left:0;top:1px;color:#438bcc;font-size:11px;font-weight:650}.how-strip h3{font-size:17px;letter-spacing:-.02em;line-height:1.5}.how-strip p{font-size:12px;color:var(--muted);margin-top:5px}.footer{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:29px 0 35px;border-top:1px solid var(--line);margin-top:32px;font-size:11px;color:var(--muted)}.brand-small{font-size:26px;color:var(--ink)}.footer a:last-child{min-height:44px;display:flex;align-items:center}.back-link{display:inline-flex;align-items:center;font-size:12px;color:var(--muted);min-height:44px;margin:14px 0 6px}.back-link:hover{color:var(--primary)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:start}.product-visual{position:relative;border-radius:28px;background:radial-gradient(ellipse at 50% 45%,#fff 5%,#ffffff 74%);min-height:650px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #d8e9f7}.visual-topline,.visual-bottomline{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:24px 26px;position:relative;z-index:4}.visual-mark{font-size:9px;letter-spacing:.11em;color:#5d748d}.visual-bottomline{font-size:11px;color:#5d748d}.visual-bottomline>span:last-child{font-size:10px;font-weight:700;letter-spacing:.12em}.hero-art{height:480px;width:100%}.hero-art>.box{height:560px;width:450px;left:50%;top:-44px;transform:translateX(-50%)}.hero-art.stack-art>.box{width:300px;height:410px;top:30px}.hero-art.stack-art>.box-1{left:25%;transform:translateX(-50%) rotate(-11deg)}.hero-art.stack-art>.box-2{left:50%;top:49px;transform:translateX(-50%)}.hero-art.stack-art>.box-3{left:76%;transform:translateX(-50%) rotate(11deg)}.product-details{padding:10px 0 0}.product-details h1{font-size:clamp(34px,3.3vw,46px);line-height:1.13;margin-top:13px}.product-details h1 span{color:var(--primary)}.product-lead{font-size:14px;color:var(--muted);margin-top:17px;max-width:440px;line-height:1.65}.product-selectors{display:flex;gap:12px;margin-top:22px}.product-selectors>label{flex:1;min-width:0}.product-selectors>label:first-child:not(:only-child){flex:.72}.product-selectors select{font-size:13px}.restriction-note{font-size:11px;line-height:1.55;color:var(--muted);margin:10px 0 0;min-height:18px}.included-list{display:flex;gap:26px;margin:17px 0;font-size:12px}.included-list>span{display:flex;align-items:center;gap:7px}.included-list img{object-fit:contain;max-height:30px}.gift-line{display:flex;align-items:center;gap:12px;border-radius:13px;padding:10px 14px;background:var(--soft)}.gift-line img{width:43px;height:43px;object-fit:contain}.gift-line strong{display:block;font-size:13px;font-weight:650}.gift-line div>span{display:block;color:var(--muted);font-size:11px;margin-top:2px}.gift-plus{font-size:28px;margin-left:auto;font-weight:300;color:#35a3f4}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:20px 0 15px}.price-row>div{display:flex;align-items:center;gap:13px}.price-row strong{font-size:36px;letter-spacing:-.06em;font-weight:700;line-height:1}.price-row strong span{font-size:26px}.one-time{font-size:11px;color:var(--muted);max-width:65px;line-height:1.3}.price-note{font-size:11px;color:var(--muted)}.price-saving{font-size:11px;background:var(--sky);border-radius:7px;padding:7px 9px;color:var(--primary)}.price-saving s{color:var(--muted);margin-right:7px}.buy-row{display:flex;gap:10px;margin-top:6px}.buy-row>input{flex:1;min-width:0;font-size:13px}.buy-row>.button{flex-shrink:0;min-width:193px}.checkout-note{color:var(--muted);font-size:10px;line-height:1.6;margin-top:10px}.sample-line{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px}.sample-line>span{font-size:10px;color:var(--muted)}.sample-line .sample-pending{font-size:12px;min-height:44px;padding-top:10px}.set-levels{display:flex;gap:8px;margin:19px 0 0}.set-levels>span{font-size:17px;font-weight:650;letter-spacing:-.025em;border:1px solid var(--line);padding:6px 13px;border-radius:9px}.set-levels small{font-size:10px;font-weight:500;color:var(--muted)}.product-faq{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:45px;padding:27px 0;border-top:1px solid var(--line)}details>summary{cursor:pointer;font-size:13px;font-weight:600;min-height:44px;padding:9px 0;line-height:1.6}.product-faq p{font-size:12px;color:var(--muted);line-height:1.7;padding:8px 0 16px}.product-faq a{text-decoration:underline}.sample-dialog{padding:0;border:1px solid var(--line);border-radius:20px;width:min(800px,calc(100% - 28px));height:min(850px,90dvh);max-height:90dvh;background:var(--paper);color:var(--ink);overflow:hidden}.sample-dialog[open]{display:flex;flex-direction:column}.sample-dialog::backdrop{background:#102c5299;backdrop-filter:blur(5px)}.dialog-heading,.dialog-footer{padding:14px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-shrink:0}.dialog-heading h2{font-size:19px}.dialog-heading button{width:44px;height:44px;background:var(--soft);border:0;border-radius:50%;font-size:25px;color:var(--ink)}.sample-dialog iframe{width:100%;flex:1;border:0;min-height:100px;border-block:1px solid var(--line)}.dialog-footer>a{font-size:12px}.dialog-footer .button{font-size:12px}.payment-shell{max-width:560px;margin:40px auto 70px}.payment-card{padding:35px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow)}.payment-card>.pill{margin-bottom:20px}.payment-card h1{font-size:37px}.payment-card>p{font-size:13px;color:var(--muted);margin-top:18px;line-height:1.7}.order-summary{display:flex;flex-direction:column;gap:7px;margin:24px 0;padding:20px;background:var(--soft);border-radius:14px;font-size:13px;overflow-wrap:anywhere}.order-summary>strong{font-size:16px}.order-summary>span{color:var(--muted);font-size:12px}.order-summary>div{display:flex;justify-content:space-between;gap:20px;margin-top:15px;padding-top:15px;border-top:1px solid var(--line);align-items:center}.order-summary b{font-size:25px}.payment-actions{display:flex;flex-direction:column;gap:10px}.payment-actions .text-link{justify-content:center}.payment-card>.button{display:flex}.payment-card>.text-link{margin-top:12px}.payment-card form{margin-top:24px}.payment-card form>input{margin-top:6px}.payment-card form>.button{margin-top:12px;width:100%}.form-error{margin:10px 0 0;font-size:12px;color:var(--danger);line-height:1.5}.form-success{padding:15px;background:var(--soft);border-radius:12px;font-size:13px;margin-top:15px}.receipt-top{display:flex;gap:20px;align-items:center;margin:44px 0 30px}.receipt-top img{object-fit:contain}.receipt-top h1{font-size:39px;margin:8px 0 13px}.receipt-top p:last-child{font-size:13px;color:var(--muted)}.delivery-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:24px}.downloads-panel,.email-panel{padding:25px 28px;border:1px solid var(--line);border-radius:22px;background:var(--paper);min-width:0}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:10px}.panel-heading h2,.email-panel h2{font-size:23px;letter-spacing:-.035em}.preview-file-note{font-size:11px;color:var(--muted);margin:13px 0 12px}.download-list{padding:0;list-style:none;margin:0}.download-list>li{display:flex;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);font-size:12px}.download-list>li:last-child{border-bottom:0}.file-symbol{display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--soft);color:var(--primary);height:40px;width:35px;font-size:22px;flex-shrink:0}.download-list a{margin-left:auto;min-height:44px;display:flex;align-items:center;gap:8px;color:var(--primary);font-size:12px;font-weight:650;white-space:nowrap}.email-panel{background:var(--soft)}.email-panel h2{margin:8px 0 14px}.email-panel p{font-size:12px;color:var(--muted);margin:12px 0;line-height:1.7}.email-value{color:var(--ink);overflow-wrap:anywhere}.email-panel .button{width:100%;font-size:12px;margin-top:4px}.email-panel .text-link{display:flex;justify-content:center;font-size:11px;width:100%;margin-top:7px}.upsell-section{margin-top:56px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.section-heading h2{margin-top:12px;font-size:38px}.section-heading>p{font-size:13px;color:var(--muted);line-height:1.7}.section-heading strong{color:var(--ink)}.upsell-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:26px}.upsell-card{border:1px solid var(--line);border-radius:22px;background:var(--paper);overflow:hidden}.upsell-art{background:radial-gradient(ellipse at 50% 48%,#fff,#ffffff);padding:5px 10px}.offer-art{height:253px;max-width:380px}.offer-art.stack-art>.box{width:211px;height:260px;top:-2px}.offer-art.stack-art>.box-1{left:27%;transform:translateX(-50%) rotate(-10deg)}.offer-art.stack-art>.box-2{left:50%;top:10px;transform:translateX(-50%)}.offer-art.stack-art>.box-3{left:74%;transform:translateX(-50%) rotate(10deg)}.upsell-info{padding:24px}.upsell-info .eyebrow{font-size:10px}.upsell-info h3{font-size:30px;margin-top:12px}.upsell-info h3 small{font-size:14px;font-weight:500}.upsell-info>p{font-size:12px;color:var(--muted);margin-top:10px}.credit-line{display:flex;gap:15px;font-size:11px;color:var(--muted);margin:19px 0 13px}.upsell-info .button{width:100%;justify-content:space-between}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);border-radius:12px;padding:14px 22px;background:var(--primary);color:#fff;z-index:100;box-shadow:var(--shadow);font-size:13px;max-width:calc(100% - 30px);width:max-content}.sample-body{background:var(--paper)}.sample-page{max-width:760px;padding:32px 30px;margin:0 auto}.sample-page h1{font-size:39px;margin:10px 0}.sample-page>p{font-size:13px;color:var(--muted)}.sample-page .eyebrow{color:var(--primary);font-size:10px}.sample-origin{font-size:11px!important;background:var(--soft);padding:14px;border-radius:12px;margin:18px 0}.sample-totals{display:flex;gap:18px;padding:16px 0;flex-wrap:wrap;font-size:13px}.sample-meal{border-top:1px solid var(--line);padding:23px 0}.sample-meal-heading{display:flex;justify-content:space-between;gap:15px;align-items:center}.sample-meal h2{font-size:23px}.sample-meal-heading>b{font-size:13px}.sample-meal>ul{list-style:none;padding:0;margin:17px 0}.sample-meal>ul>li{padding:12px 0;border-bottom:1px solid var(--line)}.sample-meal li>div{display:flex;justify-content:space-between;gap:16px;align-items:baseline;font-size:13px}.sample-meal li>div>span{text-align:right;font-size:11px;color:var(--muted);max-width:50%}.sample-meal li>small{color:var(--muted);font-size:10px}.sample-meal details ul{font-size:12px;padding:0 0 5px 22px}.sample-meal summary{font-size:11px;color:var(--primary)}.meal-note{font-size:12px;line-height:1.7;color:var(--muted)}.meal-macros{font-size:12px;margin-top:12px}
@media (pointer: coarse) {html,body{touch-action:pan-x pan-y}}
@media(min-width:1500px){.product-layout{gap:70px}.product-visual{min-height:680px}.hero-art{height:510px}.hero-art>.box{height:590px;width:470px}.product-details{padding-top:19px}.product-details h1{font-size:48px}}
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.catalog-intro h1{font-size:48px}.catalog-intro{gap:24px}.intro-aside{font-size:13px}.filter-fields{gap:8px}.mode-filter{width:190px}.search-field{width:224px}.product-grid{gap:16px}.card-content{padding:17px}.card-title-row h2{font-size:22px}.card-title-row>b{font-size:17px}.card-content>p{font-size:10px}.card-art{height:226px}.card-art>.box{height:266px;width:230px}.card-art.stack-art>.box{height:217px;width:168px}.product-layout{gap:30px}.product-visual{min-height:630px}.hero-art>.box{width:390px;height:510px;top:-15px}.hero-art.stack-art>.box{width:246px;height:370px;top:55px}.hero-art.stack-art>.box-2{top:72px}.product-details h1{font-size:38px}.product-lead{font-size:13px}.buy-row{flex-direction:column}.buy-row>.button{width:100%}.included-list{gap:15px;font-size:11px}.visual-topline,.visual-bottomline{padding:21px}.visual-mark{font-size:8px}.delivery-grid{grid-template-columns:1.3fr 1fr}.downloads-panel,.email-panel{padding:22px}.receipt-top h1{font-size:35px}.section-heading h2{font-size:33px}}
@media(max-width:820px){.catalog-intro h1{font-size:42px}.intro-aside{font-size:12px}.catalog-controls{flex-wrap:wrap}.filter-fields{flex:1;min-width:320px}.search-field{flex:1}.mode-filter{width:190px}.segmented>a{padding:10px 15px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.card-art{height:240px}.card-art>.box{height:280px;width:245px}.card-art.stack-art>.box{height:230px;width:179px}.how-strip{gap:20px}.how-strip>div{padding-left:30px}.how-strip h3{font-size:15px}.how-strip p{font-size:11px}.product-layout{gap:23px}.product-visual{min-height:575px}.hero-art{height:413px}.hero-art>.box{width:350px;height:470px;top:-5px}.hero-art.stack-art>.box{width:210px;height:320px}.product-details h1{font-size:33px}.visual-mark{display:none}.product-selectors{flex-direction:column;gap:8px;margin-top:17px}.product-selectors label{font-size:11px}.included-list{flex-wrap:wrap;gap:7px;margin:12px 0}.gift-line{padding:9px;gap:7px}.gift-line strong{font-size:11px}.gift-line div>span{font-size:10px}.gift-line img{width:35px;height:35px}.gift-plus{display:none}.price-row{margin:17px 0 13px}.price-row strong{font-size:31px}.sample-line>span:not(.sample-pending){display:none}.sample-line .text-link{font-size:11px}.product-faq{gap:20px}.product-faq summary{font-size:12px}.delivery-grid{grid-template-columns:1fr}.email-panel{display:block}.email-panel .button{width:auto}.email-panel .text-link{width:auto;justify-content:start}.email-panel>img{float:right}.section-heading{align-items:start}.section-heading>p{font-size:11px;padding-top:28px}.upsell-info{padding:20px}.upsell-info h3{font-size:26px}.upsell-info .eyebrow{font-size:9px}.offer-art.stack-art>.box{width:187px;height:240px}.offer-art{height:237px}.credit-line{gap:10px;font-size:10px}.upsell-grid{gap:18px}.footer p{display:none}}
@media(max-width:600px){.wrap{width:calc(100% - 32px)}.preview-bar{font-size:10px;letter-spacing:0;padding:6px 5px;gap:5px}.preview-extra{font-size:9px}.header{height:74px}.brand{font-size:31px}.header nav{gap:17px;font-size:12px}.nav-sets{display:none!important}.purchase-link{padding:0 11px;gap:8px!important;border-radius:10px;min-height:41px!important}.catalog-intro{display:block;padding:29px 0 22px}.catalog-intro .eyebrow{font-size:9px;letter-spacing:.13em}.catalog-intro h1{font-size:38px;margin-top:14px;line-height:1.1;letter-spacing:-.045em}.intro-aside{max-width:none;margin-top:19px;font-size:12px;line-height:1.6}.intro-aside p br{display:none}.intro-aside .text-link{font-size:11px;margin-top:4px;min-height:38px}.catalog-controls{padding:13px 0;gap:12px}.segmented{width:100%}.segmented>a{flex:1;min-height:43px;font-size:12px;padding:9px 12px;gap:10px}.filter-fields{min-width:0;width:100%;flex-direction:column;gap:8px}.search-field,.mode-filter{width:100%}.search-field input,.mode-filter select{font-size:12px;min-height:47px;height:47px}.mode-filter select{padding-block:9px}.catalog-caption{font-size:10px;margin:18px 0 15px;gap:10px}.catalog-caption>span:last-child{white-space:nowrap}.product-grid{grid-template-columns:1fr;gap:18px}.card-art-bg{padding-top:25px}.card-art{height:272px;max-width:390px}.card-art>.box{height:315px;width:280px;top:-18px}.card-art.stack-art>.box{height:250px;width:195px;top:1px}.card-content{padding:20px}.card-title-row h2{font-size:28px}.card-title-row>b{font-size:21px}.card-content>p{font-size:11px;margin-top:10px}.card-button{margin-top:17px;font-size:12px}.card-badge{font-size:10px;top:15px;left:15px}.catalog-note{font-size:10px}.how-strip{grid-template-columns:1fr;gap:23px;padding:26px 0 9px;margin-top:34px}.how-strip>div{padding-left:43px}.how-strip h3{font-size:17px}.how-strip p{font-size:12px}.step-number{top:3px}.footer{padding:20px 0 24px;margin-top:25px;gap:10px;font-size:10px}.brand-small{font-size:25px}.back-link{font-size:11px;margin-top:7px;margin-bottom:4px}.product-layout{grid-template-columns:1fr;gap:22px}.product-visual{min-height:0;height:362px;border-radius:22px}.visual-topline,.visual-bottomline{padding:15px 18px}.visual-topline .pill{font-size:9px;padding:4px 9px}.visual-mark{display:block;font-size:7px}.visual-bottomline{font-size:10px;padding-top:4px}.hero-art{height:257px}.hero-art>.box{width:285px;height:350px;top:-47px}.hero-art.stack-art>.box{width:208px;height:277px;top:-12px}.hero-art.stack-art>.box-1{left:26%}.hero-art.stack-art>.box-2{top:3px}.hero-art.stack-art>.box-3{left:75%}.product-details{padding:0}.product-details h1{font-size:37px;margin-top:10px}.product-details .eyebrow{font-size:10px}.product-lead{font-size:13px;line-height:1.65;margin-top:14px}.product-selectors{flex-direction:row;gap:9px;margin-top:20px}.product-selectors>label{font-size:11px}.product-selectors select{font-size:12px;padding-left:10px;min-height:48px}.restriction-note{font-size:10px}.included-list{flex-wrap:nowrap;gap:18px;margin:16px 0;font-size:11px}.included-list img{width:26px;height:26px}.gift-line{padding:10px 12px;gap:12px}.gift-line img{width:41px;height:41px}.gift-line strong{font-size:12px}.gift-line div>span{font-size:10px}.gift-plus{display:block}.price-row{margin:23px 0 18px}.price-row strong{font-size:38px}.price-row strong span{font-size:28px}.one-time{font-size:11px}.price-note{font-size:11px}.buy-row{gap:9px}.buy-row>input,.buy-row>.button{min-height:52px;font-size:14px}.checkout-form>label{font-size:12px}.checkout-note{font-size:10px}.sample-line{justify-content:center}.sample-line .text-link{font-size:12px}.product-faq{grid-template-columns:1fr;gap:0;margin-top:24px;padding:12px 0}.product-faq details{border-bottom:1px solid var(--line);padding:4px 0}.product-faq details:last-child{border:0}.product-faq summary{font-size:12px}.product-faq p{font-size:12px}.set-levels{gap:8px}.set-levels>span{font-size:17px;flex:1;text-align:center;padding:7px 9px}.set-levels small{font-size:10px}.payment-shell{margin:25px auto 45px}.payment-card{padding:24px 20px;border-radius:20px}.payment-card h1{font-size:32px}.payment-card>p{font-size:12px}.payment-card .checkout-note{font-size:10px}.order-summary{padding:16px}.order-summary>strong{font-size:15px}.payment-actions>.button{font-size:12px;gap:8px}.receipt-top{gap:11px;align-items:flex-start;margin-top:30px}.receipt-top img{width:49px;height:49px;margin-top:20px}.receipt-top .eyebrow{font-size:8px;letter-spacing:.1em}.receipt-top h1{font-size:30px;margin-top:7px;line-height:1.13}.receipt-top p:last-child{font-size:11px}.delivery-grid{gap:17px}.downloads-panel,.email-panel{padding:20px 17px;border-radius:18px}.panel-heading h2,.email-panel h2{font-size:22px}.panel-heading .pill{font-size:9px;padding:4px 8px}.preview-file-note{font-size:10px}.download-list>li{gap:8px;font-size:11px;line-height:1.4;padding:12px 0}.file-symbol{width:29px;height:35px;font-size:19px}.download-list a{font-size:10px;gap:4px}.email-panel>img{width:52px;height:52px}.email-panel h2{max-width:240px}.email-panel .button{width:100%;font-size:12px}.email-panel .text-link{width:100%;justify-content:center}.upsell-section{margin-top:35px}.section-heading{display:block}.section-heading .eyebrow{font-size:9px}.section-heading h2{font-size:31px}.section-heading>p{padding-top:16px;font-size:12px}.section-heading>p br{display:none}.upsell-grid{grid-template-columns:1fr;gap:20px;margin-top:23px}.offer-art{height:253px;max-width:360px}.offer-art.stack-art>.box{height:261px;width:211px}.upsell-info{padding:22px 20px}.upsell-info .eyebrow{font-size:9px}.upsell-info h3{font-size:28px}.upsell-info>p{font-size:11px}.credit-line{font-size:11px;gap:16px}.upsell-info .button{font-size:13px}.dialog-heading{padding:10px 13px}.dialog-heading h2{font-size:16px;line-height:1.2}.dialog-footer{padding:12px;gap:8px}.dialog-footer>a{font-size:10px}.dialog-footer .button{font-size:10px;padding:10px 12px;gap:6px}.sample-page{padding:24px 18px}.sample-page h1{font-size:34px}.sample-meal li>div{align-items:flex-start;gap:12px;font-size:12px}.sample-meal li>div>span{font-size:10px}.sample-totals{font-size:12px;gap:12px}}

/* Keep the complete cover visible; the product box includes the gift-book badge. */
.card-art>.box{height:258px;top:-13px}
.mobile-buy-bar{display:none}
@media(max-width:1100px){.card-art>.box{height:239px;top:-13px}}
@media(max-width:820px){.card-art>.box{height:253px;top:-13px}}
@media(max-width:600px){.card-art>.box{height:285px;top:-13px}.mobile-buy-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:20;background:var(--paper);border-top:1px solid var(--line);padding:10px 16px max(10px,env(safe-area-inset-bottom));align-items:center;justify-content:space-between;gap:16px;box-shadow:0 -8px 25px #0f7ae510}.mobile-buy-bar>div{display:flex;flex-direction:column;gap:1px}.mobile-buy-bar strong{font-size:23px;letter-spacing:-.04em;line-height:1.1}.mobile-buy-bar>div>span{font-size:9px;color:var(--muted)}.mobile-buy-bar .button{min-height:46px;min-width:181px;font-size:12px;justify-content:space-between}body:has([data-mobile-buy]){padding-bottom:80px}}
.hero-art.stack-art>.box{width:43%;height:auto;top:50%}
.hero-art.stack-art>.box-1{left:27%;top:48%;transform:translate(-50%,-50%) rotate(-10deg)}
.hero-art.stack-art>.box-2{left:50%;top:53%;transform:translate(-50%,-50%)}
.hero-art.stack-art>.box-3{left:73%;top:48%;transform:translate(-50%,-50%) rotate(10deg)}
.offer-art.stack-art>.box{width:47%;height:auto;top:50%}
.offer-art.stack-art>.box-1{left:27%;transform:translate(-50%,-50%) rotate(-10deg)}
.offer-art.stack-art>.box-2{left:50%;top:53%;transform:translate(-50%,-50%)}
.offer-art.stack-art>.box-3{left:74%;transform:translate(-50%,-50%) rotate(10deg)}
@media(max-width:600px){.hero-art:not(.stack-art)>.box{height:294px;top:-30px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;scroll-behavior:auto!important;animation:none!important}}

/* FitPush brand: white, blue and sky blue. Product art has no enclosing panel. */
.brand{color:var(--primary)}
.brand span{color:#35a3f4}
.preview-bar{background:#e8f5ff;color:#315d88}
.catalog-intro em,.section-heading em{color:var(--primary)}
.product-card,.product-card:hover,.upsell-card{background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;transform:none}
.product-visual{background:none;border:0;border-radius:0;box-shadow:none;overflow:visible;min-height:620px;justify-content:center;align-items:center}
.hero-art{height:620px}
.hero-art:not(.stack-art)>.box{width:88%;height:100%;left:50%;top:50%;transform:translate(-50%,-50%)}
.card-image-link{padding-top:10px}
.card-art-bg,.upsell-art{background:none;border:0;border-radius:0;box-shadow:none;overflow:visible}
.card-content{padding-top:17px}
.card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--primary);font-size:11px;margin-bottom:11px;min-height:22px}
.card-meta .saving{position:static;background:var(--sky);color:var(--primary);font-size:10px;white-space:nowrap}
.card-button{color:var(--primary);border-color:#b5d9fb;background:#f3faff}
.card-button:hover{background:#e2f2ff;border-color:#79b7f2}
.gift-line,.email-panel{background:#edf7ff}
.segmented{background:#edf7ff}
.segmented>a[aria-current]{background:var(--primary);color:#fff;box-shadow:none}
.segmented>a[aria-current] span{color:#d5ebff}
.upsell-info{padding-top:20px}
@media(min-width:1500px){.product-visual{min-height:650px}.hero-art{height:650px}}
@media(max-width:1100px){.product-visual{min-height:600px}.hero-art{height:580px}}
@media(max-width:820px){.product-visual{min-height:540px}.hero-art{height:510px}}
@media(max-width:600px){.product-visual{min-height:0;height:345px}.hero-art{height:345px}.hero-art:not(.stack-art)>.box{width:90%;height:100%;top:50%}.product-layout{gap:24px}.card-image-link{padding-top:15px}.card-content{padding:17px 8px 15px}.card-meta{font-size:10px}.upsell-info{padding-inline:8px}.upsell-card+.upsell-card{border-top:1px solid var(--line);padding-top:22px}}

