.fdm-v7-header{z-index:40;width:100%;min-height:var(--v7-header-height,64px);border-bottom:1px solid var(--v7-line,#dce6e5);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;position:fixed;inset:0 0 auto;box-shadow:0 6px 24px #073b400d}.fdm-v7-header-row{width:100%;height:var(--v7-header-height,64px);min-height:var(--v7-header-height,64px);grid-template-columns:clamp(84px,21vw,124px) minmax(0,1fr) clamp(52px,14vw,76px);align-items:center;gap:clamp(8px,2vw,22px);max-width:1180px;margin-inline:auto;padding:8px clamp(14px,3vw,32px);display:grid}.fdm-v7-logo-button{cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;min-width:44px;min-height:44px;padding:0;display:inline-flex}.fdm-v7-logo{-o-object-fit:contain;object-fit:contain;width:auto;height:clamp(23px,6vw,30px);display:block}.fdm-v7-help-button{border:1px solid var(--v7-line,#dce6e5);min-height:44px;color:var(--v7-teal-dark,#073b40);cursor:pointer;background:#fff;border-radius:999px;justify-self:end;align-items:center;gap:7px;padding:7px 11px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #073b400f}.fdm-v7-help-button svg{width:18px;height:18px}.fdm-v7-phase-rail{width:100%;min-width:0;color:var(--v7-muted,#4d6669);letter-spacing:.01em;grid-template-columns:repeat(5,minmax(0,1fr));padding:0;font-size:clamp(10px,2.2vw,13px);font-weight:700;display:grid;position:relative}.fdm-v7-phase-rail-mobile{display:none}.fdm-v7-phase-rail span{white-space:nowrap;place-items:center;min-height:40px;display:grid;position:relative}.fdm-v7-phase-rail span.is-active{color:var(--v7-teal-dark,#073b40)}.fdm-v7-phase-rail span.is-complete{color:var(--v7-teal,#0b5960)}.fdm-v7-phase-rail span:after{display:none!important}.fdm-v7-phase-rail:after{background:var(--v7-orange,#f36f2d);content:"";width:20%;height:3px;transform:translateX(calc(var(--fdm-phase-index,0) * 100%));border-radius:999px 999px 0 0;transition:transform .18s cubic-bezier(.22,1,.36,1);position:absolute;inset:auto auto 0 0}.fdm-v7-logo-button:focus-visible,.fdm-v7-help-button:focus-visible,.fdm-v7-action-bar button:focus-visible{outline:3px solid color-mix(in srgb, var(--v7-orange,#f36f2d) 55%, transparent);outline-offset:3px}.fdm-v7-action-bar{--v7-teal-dark:#073b40;--v7-orange-action:#c94b10;--v7-orange-dark:#ad3d08;--v7-line:#dce6e5;--v7-footer-height:64px;inset:auto 0 var(--fdm-v7-keyboard-inset,0px);z-index:50;border-top:1px solid var(--v7-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;position:fixed;box-shadow:0 -8px 28px #073b4014}.fdm-v7-action-inner{max-width:720px;height:var(--v7-footer-height,64px);min-height:var(--v7-footer-height,64px);padding:7px 18px max(7px, env(safe-area-inset-bottom));align-items:center;gap:12px;margin-inline:auto;display:flex}.fdm-v7-primary-button,.fdm-v7-back-button{cursor:pointer;flex:1 1 0;justify-content:center;align-items:center;gap:8px;height:44px;font-family:inherit;font-size:16px;display:inline-flex;border-radius:14px!important;min-height:44px!important;font-weight:700!important}.fdm-v7-primary-button{box-shadow:0 9px 22px #f36f2d3d;border:1px solid var(--v7-orange-action)!important;background:var(--v7-orange-action)!important;color:#fff!important}.fdm-v7-primary-button:hover:not(:disabled){background:var(--v7-orange-dark)!important}.fdm-v7-action-bar .fdm-v7-primary-button:disabled{cursor:not-allowed;box-shadow:none;color:#405f60!important;opacity:1!important;background:#e8ecec!important;border-color:#e8ecec!important}.fdm-v7-back-button{color:var(--v7-teal-dark)!important;background:#fff!important;border:1px solid #bfd0cf!important}html[data-fdm-v7-keyboard-open] .fdm-v7-action-bar{display:none}html[data-fdm-v7-native-keyboard-open] body:has(.weight-loss-v7){height:auto!important;min-height:100%!important;overflow:visible!important}html[data-fdm-v7-native-keyboard-open] body:has(.weight-loss-v7) .main{height:auto!important;min-height:100%!important;overflow:visible!important}html[data-fdm-v7-native-keyboard-open] body:has(.weight-loss-v7) .checkout-root{height:auto!important;min-height:100%!important;overflow:visible!important}html[data-fdm-v7-native-keyboard-open] .weight-loss-v7{min-height:var(--fdm-v7-visual-height,100svh);overflow:visible;height:auto!important}html[data-fdm-v7-native-keyboard-open] .weight-loss-v7 .fdm-v7-header{display:none}html[data-fdm-v7-native-keyboard-open] .weight-loss-v7 .fdm-v7-main{min-height:var(--fdm-v7-visual-height,100svh);padding:12px clamp(14px, 4vw, 40px) calc(var(--fdm-v7-keyboard-inset,0px) + 24px);contain:none;overscroll-behavior-y:auto;scroll-padding-block:20px calc(var(--fdm-v7-keyboard-inset,0px) + 24px);flex:none;justify-content:flex-start;display:block;overflow:visible}.fdm-v7-action-spinner{width:17px;height:17px;animation:1s linear infinite fdm-v7-journey-spin}@keyframes fdm-v7-journey-spin{to{transform:rotate(360deg)}}.fdm-v7-consultation-shell{--v7-teal:#0b5960;--v7-teal-dark:#073b40;--v7-orange:#f36f2d;--v7-orange-action:#f36f2d;--v7-muted:#4d6669;--v7-line:#dce6e5;--v7-header-height:64px;--v7-footer-height:64px;height:var(--fdm-v7-visual-height,100dvh);background:#fff;flex-direction:column;min-height:0;display:flex;overflow:hidden;padding:var(--v7-header-height) 0 0!important}.fdm-v7-consultation-main{min-height:0;padding:clamp(18px, 3vh, 30px) clamp(16px, 4vw, 32px) calc(var(--v7-footer-height) + 22px);overscroll-behavior-y:contain;scroll-padding-block:14px calc(var(--v7-footer-height) + 20px);touch-action:pan-y;-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;display:flex;overflow:hidden auto}.fdm-v7-consultation-main>*{flex:none;width:100%}.fdm-v7-consultation-shell .fdm-v7-questionnaire-stage,.fdm-v7-consultation-shell .fdm-v7-questionnaire-flow,.fdm-v7-consultation-shell .questionnaire-theme,.fdm-v7-consultation-shell .fdm-v7-questionnaire-card{flex:none;height:auto;max-height:none;overflow:visible}.fdm-v7-consultation-shell .fdm-v7-questionnaire-scroll{touch-action:pan-y;height:auto;max-height:none;overflow:visible}@media (max-width:760px){.fdm-v7-header-row{grid-template-columns:minmax(92px,112px) minmax(0,1fr) 82px;gap:8px;padding:7px 12px}.fdm-v7-help-button{width:82px;min-width:82px}.fdm-v7-phase-rail-desktop{display:none}.fdm-v7-phase-rail-mobile{letter-spacing:0;grid-template-columns:repeat(2,minmax(0,1fr));font-size:12px;display:grid}.fdm-v7-phase-rail-mobile:after{width:50%}.fdm-v7-phase-rail-mobile span{justify-content:center;align-items:center;gap:5px;min-height:40px;padding-inline:3px;display:flex}.fdm-v7-phase-rail-mobile span+span:before{color:#9aabad;content:"→";font-size:12px;font-weight:500}.fdm-v7-phase-rail-mobile small{width:18px;height:18px;color:var(--v7-muted,#4d6669);border:1px solid #bdd0cf;border-radius:50%;flex:0 0 18px;place-items:center;font-size:9px;font-weight:800;display:grid}.fdm-v7-phase-rail-mobile .is-active small{border-color:var(--v7-orange,#f36f2d);background:var(--v7-orange,#f36f2d);color:#fff}}@media (max-width:520px){.fdm-v7-action-bar{--v7-footer-height:58px}.fdm-v7-consultation-shell,.weight-loss-v7{--v7-header-height:58px;--v7-footer-height:58px}.fdm-v7-header-row{grid-template-columns:minmax(72px,91px) minmax(0,1fr) 64px;gap:6px;padding:5px 10px}.fdm-v7-logo-button{min-height:40px}.fdm-v7-logo{max-width:91px;height:23px}.fdm-v7-help-button{gap:4px;width:64px;min-width:64px;min-height:40px;padding:5px 7px;font-size:12px}.fdm-v7-help-button svg{width:15px;height:15px}.fdm-v7-phase-rail-mobile{font-size:11px}.fdm-v7-phase-rail-mobile span{min-height:38px}.fdm-v7-phase-rail-mobile small{font-size:9px}.fdm-v7-action-inner{gap:10px;padding-inline:14px}.fdm-v7-consultation-main{padding:10px 14px calc(var(--v7-footer-height) + 12px)}}@media (max-width:340px){.fdm-v7-header-row{grid-template-columns:74px minmax(0,1fr) 58px;gap:5px}.fdm-v7-logo{max-width:74px}.fdm-v7-help-button{width:58px;min-width:58px;padding-inline:6px}.fdm-v7-help-button svg{display:none}.fdm-v7-phase-rail-mobile span{gap:2px}.fdm-v7-phase-rail-mobile small{display:none}}@media (prefers-reduced-motion:reduce){.fdm-v7-phase-rail:after{transition:none}.fdm-v7-action-spinner{animation-duration:1.5s}}@media (max-width:400px){.fdm-v7-header-row{grid-template-columns:clamp(68px,19vw,76px) minmax(0,1fr) 44px;gap:8px;padding-inline:8px}.fdm-v7-logo-button{width:100%;min-width:0}.fdm-v7-logo{width:100%;max-width:76px;height:auto;max-height:23px}.fdm-v7-help-button{justify-content:center;gap:0;width:44px;min-width:44px;height:44px;min-height:44px;padding:0}.fdm-v7-help-button svg{flex:0 0 20px;width:20px;height:20px;display:block}.fdm-v7-help-button span{display:none}.fdm-v7-phase-rail-mobile span{gap:3px;padding-inline:1px}.fdm-v7-phase-rail-mobile small{flex:0 0 17px;width:17px;height:17px}.fdm-v7-action-inner{gap:8px;padding-inline:10px}.fdm-v7-action-bar .fdm-v7-back-button{flex:0 0 clamp(88px,30vw,116px)}.fdm-v7-action-bar .fdm-v7-primary-button{flex:auto;min-width:0}.fdm-v7-action-bar .fdm-v7-primary-button,.fdm-v7-action-bar .fdm-v7-back-button{white-space:nowrap;font-size:15px;line-height:1}}
:where(.checkout-v7,.checkout-v7-intake,.fdm-v7-consultation-shell,.fdm-v7-action-bar[data-checkout-experience$=-v7],.fdm-v7-product-drawer,.fdm-v7-product-modal,.fdm-v7-plan-editor){--fdm-v8-font-sans:var(--font-fdm-v7-sans,var(--font-figtree,"Helvetica Neue", Arial, sans-serif));--fdm-v8-font-serif:var(--font-fdm-v7-serif,Georgia, serif);--fdm-v8-brand-orange:#f36f2d;--fdm-v8-brand-orange-dark:#d9561d;--fdm-v8-ink:#101416;--fdm-v8-muted:#53616b;--fdm-v8-concept-teal:#0a676c;--fdm-v8-concept-teal-dark:#084c51;--fdm-v8-accent:#7ed8e4;--fdm-v8-accent-secondary:#91cef2;--fdm-v8-accent-tertiary:#b7bdf8;--fdm-v8-surface:#f8fdff;--fdm-v8-surface-strong:#e9f8fb;--fdm-v8-surface-soft:#f5f5ff;--fdm-v8-canvas:#fefcfb;--fdm-v8-outline:#0d535c24;--fdm-v8-outline-strong:#0d535c3d;--fdm-v8-shadow:0 24px 70px #13424b1a;--fdm-v8-shadow-soft:0 14px 38px #13424b13;--fdm-v8-category-accent:var(--fdm-v8-accent);--fdm-v8-category-accent-secondary:var(--fdm-v8-accent-secondary);--fdm-v8-category-accent-tertiary:var(--fdm-v8-accent-tertiary);--fdm-v8-category-accent-ink:var(--fdm-v8-concept-teal);--fdm-v8-category-surface:var(--fdm-v8-surface);--fdm-v8-category-surface-strong:var(--fdm-v8-surface-strong);--fdm-v8-category-surface-soft:var(--fdm-v8-surface-soft);--v7-teal:var(--fdm-v8-concept-teal);--v7-teal-dark:var(--fdm-v8-concept-teal-dark);--v7-orange:var(--fdm-v8-brand-orange);--v7-orange-action:var(--fdm-v8-brand-orange);--v7-orange-dark:var(--fdm-v8-brand-orange-dark);--v7-aqua:var(--fdm-v8-surface-strong);--v7-aqua-ink:var(--fdm-v8-concept-teal);--v7-peach:#fff3ed;--v7-ink:var(--fdm-v8-ink);--v7-muted:var(--fdm-v8-muted);--v7-line:var(--fdm-v8-outline);--v7-soft-line:#0d535c14;color:var(--fdm-v8-ink);font-family:var(--fdm-v8-font-sans)}.checkout-v7[data-checkout-experience=daily-wellness-v7],.checkout-v7-intake[data-checkout-experience=daily-wellness-v7],.fdm-v7-action-bar[data-checkout-experience=daily-wellness-v7]{--fdm-v8-category-accent:#ff9a5b;--fdm-v8-category-accent-secondary:#ffbea0;--fdm-v8-category-accent-tertiary:#72d1cf;--fdm-v8-category-accent-ink:#9d491e;--fdm-v8-category-surface:#fff9f4;--fdm-v8-category-surface-strong:#fff0e5;--fdm-v8-category-surface-soft:#effbfb}.checkout-v7[data-checkout-experience=sexual-wellness-v7],.checkout-v7-intake[data-checkout-experience=sexual-wellness-v7],.fdm-v7-action-bar[data-checkout-experience=sexual-wellness-v7]{--fdm-v8-category-accent:#eb686b;--fdm-v8-category-accent-secondary:#ff967b;--fdm-v8-category-accent-tertiary:#87caed;--fdm-v8-category-accent-ink:#943b40;--fdm-v8-category-surface:#fff8f8;--fdm-v8-category-surface-strong:#ffeded;--fdm-v8-category-surface-soft:#f1f8ff}.checkout-v7[data-checkout-experience=hair-regrowth-v7],.checkout-v7-intake[data-checkout-experience=hair-regrowth-v7],.fdm-v7-action-bar[data-checkout-experience=hair-regrowth-v7]{--fdm-v8-category-accent:#61aee1;--fdm-v8-category-accent-secondary:#82d9d2;--fdm-v8-category-accent-tertiary:#a8c6ff;--fdm-v8-category-accent-ink:#285f8d;--fdm-v8-category-surface:#f5fbff;--fdm-v8-category-surface-strong:#e7f5ff;--fdm-v8-category-surface-soft:#edfbf8}.checkout-v7[data-checkout-experience=testosterone-support-v7],.checkout-v7-intake[data-checkout-experience=testosterone-support-v7],.fdm-v7-action-bar[data-checkout-experience=testosterone-support-v7]{--fdm-v8-category-accent:#3979dd;--fdm-v8-category-accent-secondary:#59a9ed;--fdm-v8-category-accent-tertiary:#78d4d3;--fdm-v8-category-accent-ink:#2959a8;--fdm-v8-category-surface:#f5f8ff;--fdm-v8-category-surface-strong:#e9f0ff;--fdm-v8-category-surface-soft:#ecfbfb}.checkout-v7,.checkout-v7-intake,.fdm-v7-consultation-shell{color:var(--fdm-v8-ink);font-family:var(--fdm-v8-font-sans);background:var(--fdm-v8-canvas)!important}:where(.checkout-v7,.checkout-v7-intake,.fdm-v7-consultation-shell) :is(h1,h2,h3,h4,h5,h6,legend,.fdm-v7-display,.fdm-v7-serif){color:var(--fdm-v8-ink);font-family:var(--fdm-v8-font-sans);letter-spacing:-.04em;font-style:normal;font-weight:600}.checkout-v7 h2,.checkout-v7-intake .questionnaire-theme h2,.checkout-v7-intake .questionnaire-theme h3,.checkout-v7-intake .fdm-v7-consult h1,.fdm-v7-intake-intro h1{color:var(--fdm-v8-ink)!important;font-family:var(--fdm-v8-font-sans)!important;letter-spacing:-.045em!important;font-weight:600!important}:where(.checkout-v7,.checkout-v7-intake,.fdm-v7-consultation-shell) :is(p,label,input,textarea,select,button){font-family:var(--fdm-v8-font-sans)}.checkout-v7 :is(.fdm-v7-kicker,.fdm-v7-eyebrow),.checkout-v7-intake :is(.fdm-v7-kicker,.fdm-v7-eyebrow){color:var(--fdm-v8-brand-orange);font-family:var(--fdm-v8-font-sans);font-weight:700}.checkout-v7 :is(.fdm-v7-transfer-form legend,.fdm-v7-transfer-form label,.fdm-v7-dose-range strong,.fdm-v7-choice-copy strong,.fdm-v7-transfer-eligible-card strong,.fdm-v7-product-detail h2,.fdm-v7-product-detail h3,.fdm-v7-plan-ledger h3),.fdm-v7-product-drawer :is(h2,h3,strong),.fdm-v7-product-modal :is(h2,h3,strong),.fdm-v7-plan-editor :is(h2,h3,strong){color:var(--fdm-v8-ink);font-family:var(--fdm-v8-font-sans);letter-spacing:-.025em;font-style:normal;font-weight:600}.checkout-v7 :is(.fdm-v7-stat-ring strong,.fdm-v7-bmi-summary strong,.fdm-v7-potential-copy>strong,.fdm-v7-plan-price>p strong,.fdm-v7-authorization-ledger strong,.fdm-v7-payment-glance strong,.fdm-v7-starting-price strong,.fdm-v7-lab-fee strong,.fdm-v7-financial-amount),.fdm-v7-product-drawer .fdm-v7-starting-price strong,.fdm-v7-product-modal .fdm-v7-starting-price strong,.fdm-v7-plan-editor .fdm-v7-financial-amount{font-family:var(--fdm-v8-font-serif);letter-spacing:-.045em;font-weight:400}.fdm-v7-header{border-bottom-color:var(--fdm-v8-outline);background:color-mix(in srgb, var(--fdm-v8-canvas) 94%, transparent);box-shadow:0 8px 30px #13424b0e}.fdm-v7-header-row,.fdm-v7-phase-rail,.fdm-v7-help-button,.fdm-v7-action-bar,.fdm-v7-action-bar button{font-family:var(--fdm-v8-font-sans)}.fdm-v7-phase-rail{color:var(--fdm-v8-muted);font-weight:600}.fdm-v7-phase-rail span.is-active{color:var(--fdm-v8-ink)}.fdm-v7-phase-rail span.is-complete{color:var(--fdm-v8-concept-teal)}.fdm-v7-phase-rail:after{background:var(--fdm-v8-brand-orange)}.fdm-v7-help-button{border-color:var(--fdm-v8-outline);color:var(--fdm-v8-ink);background:#fff;box-shadow:0 7px 22px #13424b12}.fdm-v7-help-button:hover{border-color:var(--fdm-v8-outline-strong);color:var(--fdm-v8-concept-teal-dark)}.fdm-v7-action-bar[data-checkout-experience$=-v7]{--v7-orange-action:var(--fdm-v8-brand-orange);--v7-orange-dark:var(--fdm-v8-brand-orange-dark);border-top-color:var(--fdm-v8-outline);background:color-mix(in srgb, var(--fdm-v8-canvas) 95%, transparent);box-shadow:0 -10px 34px #13424b16}.fdm-v7-primary-button{box-shadow:0 14px 30px #f36f2d3d;border-color:var(--fdm-v8-brand-orange)!important;background:var(--fdm-v8-brand-orange)!important;border-radius:999px!important}.fdm-v7-primary-button:hover:not(:disabled){box-shadow:0 17px 38px #f36f2d47;border-color:var(--fdm-v8-brand-orange-dark)!important;background:var(--fdm-v8-brand-orange-dark)!important}.fdm-v7-back-button{border-color:var(--fdm-v8-outline-strong)!important;color:var(--fdm-v8-ink)!important;background:#fff!important;border-radius:999px!important}.fdm-v7-action-bar .fdm-v7-primary-button:disabled{color:#506064!important;background:#e5e9e9!important;border-color:#e5e9e9!important}.checkout-v7 :is(.fdm-v7-card,.fdm-v7-form-card,.fdm-v7-plan-ledger,.fdm-v7-payment-summary,.fdm-v7-authorization-ledger,.fdm-v7-success-timeline,.fdm-v7-ready-list),.checkout-v7-intake :is(.fdm-v7-questionnaire-card,.fdm-v7-questionnaire-saving-card){border-color:var(--fdm-v8-outline);box-shadow:var(--fdm-v8-shadow-soft);background:#fff}.checkout-v7 .fdm-v7-info-card{border-color:color-mix(in srgb, var(--fdm-v8-category-accent) 32%, var(--fdm-v8-outline));background:linear-gradient(135deg, #fff 10%, color-mix(in srgb, var(--fdm-v8-category-surface) 84%, #fff));box-shadow:0 12px 32px color-mix(in srgb, var(--fdm-v8-category-accent) 10%, transparent)}.checkout-v7 .fdm-v7-icon-orb{border-color:color-mix(in srgb, var(--fdm-v8-category-accent) 36%, #fff);background:color-mix(in srgb, var(--fdm-v8-category-accent) 18%, #fff);color:var(--fdm-v8-category-accent-ink)}.checkout-v7 .fdm-v7-choice{border-color:var(--fdm-v8-outline);color:var(--fdm-v8-ink);background:#fff;box-shadow:0 10px 28px #13424b0b}.checkout-v7 .fdm-v7-choice:hover:not(.is-selected):not([aria-checked=true]){border-color:color-mix(in srgb, var(--fdm-v8-brand-orange) 54%, var(--fdm-v8-outline));background:#fffaf7;box-shadow:0 14px 34px #f36f2d1a}.checkout-v7 .fdm-v7-choice:is(.is-selected,[aria-checked=true]){box-shadow:0 16px 34px #f36f2d2e;border-color:var(--fdm-v8-brand-orange)!important;background:var(--fdm-v8-brand-orange)!important}.checkout-v7 .fdm-v7-choice:is(.is-selected,[aria-checked=true]) .fdm-v7-icon-orb{color:var(--fdm-v8-brand-orange)!important;background:#fff!important;border-color:#fff!important}.checkout-v7 :is(input,textarea,select,[role=combobox],.fdm-v7-questionnaire-field){border-color:var(--fdm-v8-outline-strong)!important;color:var(--fdm-v8-ink)!important;background:#fff!important}.checkout-v7 :is(input,textarea,select,[role=combobox],.fdm-v7-questionnaire-field):focus,.checkout-v7 :is(input,textarea,select,[role=combobox],.fdm-v7-questionnaire-field):focus-visible{border-color:var(--fdm-v8-brand-orange)!important;box-shadow:0 0 0 3px #f36f2d24!important}.checkout-v7 :is(.text-muted-foreground,.fdm-v7-lede){color:var(--fdm-v8-muted)!important}.checkout-v7 .text-primary{color:var(--fdm-v8-concept-teal)!important}.checkout-v7 :is(.border-primary,.fdm-v7-plan-editor-option.is-selected){border-color:var(--fdm-v8-brand-orange)!important}.checkout-v7 :is(.bg-primary,.fdm-v7-questionnaire-progress-value){background:var(--fdm-v8-brand-orange)!important}.checkout-v7 :is(.bg-primary\/5,.bg-primary\/10){background:#fff3ed!important}.checkout-v7 :is(.fdm-v7-plan-price,.fdm-v7-starting-price,.fdm-v7-authorization-ledger strong,.fdm-v7-payment-glance strong,.fdm-v7-financial-amount){color:var(--fdm-v8-brand-orange)}.checkout-v7 .fdm-v7-payment-glance{border-color:var(--fdm-v8-outline);background:color-mix(in srgb, var(--fdm-v8-surface) 76%, #fff)}.checkout-v7 .fdm-v7-transfer-continuity,.checkout-v7 .fdm-v7-new-dose-summary{color:var(--fdm-v8-ink);background:#fff8f4;border-color:#f36f2d47}.fdm-v7-product-drawer,.fdm-v7-product-modal,.fdm-v7-plan-editor{color:var(--fdm-v8-ink);font-family:var(--fdm-v8-font-sans)}.fdm-v7-product-drawer-panel,.fdm-v7-product-modal-panel,.fdm-v7-plan-editor{border-color:var(--fdm-v8-outline)!important;background:var(--fdm-v8-canvas)!important;box-shadow:var(--fdm-v8-shadow)!important}.fdm-v7-product-drawer :is(button,p,span,small),.fdm-v7-product-modal :is(button,p,span,small),.fdm-v7-plan-editor :is(button,p,span,small){font-family:var(--fdm-v8-font-sans)}.fdm-v7-product-drawer-handle>div{background:var(--fdm-v8-brand-orange)!important}.fdm-v7-plan-editor-option,.fdm-v7-plan-editor-switch{border-color:var(--fdm-v8-outline)!important;color:var(--fdm-v8-ink)!important;background:#fff!important}.fdm-v7-plan-editor-option.is-selected{box-shadow:0 0 0 2px #f36f2d1a;border-color:var(--fdm-v8-brand-orange)!important}.fdm-v7-plan-editor-option svg,.fdm-v7-plan-editor-switch>svg{color:var(--fdm-v8-brand-orange)!important}.checkout-v7-intake .questionnaire-theme>div,.checkout-v7-intake .questionnaire-theme .bg-card,.checkout-v7-intake .fdm-v7-questionnaire-card{border-color:var(--fdm-v8-outline);box-shadow:var(--fdm-v8-shadow-soft);background:#fff}.checkout-v7-intake :is(.fdm-v7-questionnaire-field,.questionnaire-theme input,.questionnaire-theme textarea){border-color:var(--fdm-v8-outline-strong)!important;color:var(--fdm-v8-ink)!important;background:#fff!important}.checkout-v7-intake :is(.fdm-v7-questionnaire-field,.questionnaire-theme input,.questionnaire-theme textarea):focus{border-color:var(--fdm-v8-brand-orange)!important;box-shadow:0 0 0 3px #f36f2d24!important}.checkout-v7-intake .fdm-v7-questionnaire-option{border-color:var(--fdm-v8-outline-strong)!important;color:var(--fdm-v8-ink)!important;background:#fff!important}.checkout-v7-intake .fdm-v7-questionnaire-option:hover:not(:disabled){background:#fffaf7!important;border-color:#f36f2d9e!important}.checkout-v7-intake .fdm-v7-questionnaire-option[data-selected=true],.checkout-v7-intake .fdm-v7-questionnaire-option[data-selected=true]:hover:not(:disabled){border-color:var(--fdm-v8-brand-orange)!important;background:var(--fdm-v8-brand-orange)!important;color:#fff!important;box-shadow:0 10px 24px #f36f2d38!important}.checkout-v7-intake .fdm-v7-questionnaire-option[data-selected=true] :is(span,p){color:#fff!important}.checkout-v7-intake .fdm-v7-questionnaire-progress-value,.checkout-v7-intake :is(.fdm-v7-questionnaire-next,.fdm-v7-intake-primary){background:var(--fdm-v8-brand-orange)!important}.checkout-v7-intake :is(.fdm-v7-questionnaire-next,.fdm-v7-intake-primary){border-radius:999px;box-shadow:0 14px 30px #f36f2d3d}.checkout-v7-intake :is(.fdm-v7-questionnaire-next,.fdm-v7-intake-primary):hover:not(:disabled){background:var(--fdm-v8-brand-orange-dark)!important}.checkout-v7-intake .fdm-v7-questionnaire-saving-icon{color:var(--fdm-v8-brand-orange);background:#fff1eb}.checkout-v7-intake :is(.fdm-v7-questionnaire-heading p,.fdm-v7-questionnaire-saving-card small){color:var(--fdm-v8-muted)}@media (max-width:760px){.checkout-v7 h2{letter-spacing:-.038em!important}}.checkout-v7 .fdm-v7-health-grid>button{box-sizing:border-box;grid-template-columns:16px minmax(0,1fr);align-items:start;min-width:0;display:grid}.checkout-v7 .fdm-v7-health-grid>button>span:last-child{white-space:normal;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;min-width:0;max-width:100%}.checkout-v7 .fdm-v7-bud-copy{grid-template-columns:42px minmax(0,1fr)}.checkout-v7 .fdm-v7-bud-copy>div,.checkout-v7 .fdm-v7-pharmacy-benefits p{min-width:0}.checkout-v7 .fdm-v7-duration-toggle{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-v7 .fdm-v7-duration-option{min-width:0}.checkout-v7 .fdm-v7-duration-option.is-recommended{flex-direction:column;gap:2px}.checkout-v7 .fdm-v7-duration-option.is-recommended strong{line-height:1}@media (max-width:520px){.checkout-v7 .fdm-v7-bud-copy{grid-template-columns:34px minmax(0,1fr)}.checkout-v7 .fdm-v7-plan-controls{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:5px;display:grid}.checkout-v7 .fdm-v7-plan-controls .fdm-v7-duration-toggle{width:100%;min-width:0}.checkout-v7 .fdm-v7-duration-option{white-space:nowrap;padding:5px 7px;min-height:44px!important}.checkout-v7 .fdm-v7-duration-option strong{padding:2px 5px}.checkout-v7 .fdm-v7-plan-path-link{white-space:nowrap;background:0 0;border-color:#0000;justify-content:center;width:100%;padding:2px 8px;line-height:1.1;min-height:32px!important}}@media (prefers-reduced-motion:reduce){.fdm-v7-primary-button,.fdm-v7-back-button,.fdm-v7-help-button,.checkout-v7 .fdm-v7-choice,.checkout-v7-intake .fdm-v7-questionnaire-option{transition:none!important}}
