body.purchase-drawer-open{overflow:hidden}
#PurchaseDrawer.purchase-drawer{--variant-ink:#1b2524;--variant-paper:#fffefa;--ink:#1b2524;--muted:#526160;position:fixed;inset:0 0 0 auto;box-sizing:border-box;display:flex;flex-direction:column;width:min(660px,100vw);max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;border-left:1px solid #b6b7ac;border-radius:0;background:#fffefa;color:#1b2524;box-shadow:-12px 0 36px #15232130;overflow:hidden;overflow:clip}
#PurchaseDrawer:not([open]){display:none}
#PurchaseDrawer::backdrop{background:#122325a3}
#PurchaseDrawer .purchase-drawer-header{position:relative;z-index:1;display:flex;align-items:center;gap:12px;min-height:64px;padding:10px 24px;background:#fffefa;border-bottom:1px solid #d3d5ca}
#PurchaseDrawer .purchase-drawer-header h2{flex:1;min-width:0;margin:0;font:600 20px/1.25 Arial,Helvetica,sans-serif;letter-spacing:0;color:#1b2524}
#PurchaseDrawer .purchase-drawer-new{min-width:0;min-height:40px;padding:6px 8px;font-size:12px;white-space:normal;text-align:right}
#PurchaseDrawer .purchase-drawer-close{flex:0 0 44px;width:44px;min-height:44px;padding:5px;border:1px solid #8b938b;border-radius:4px;background:#fff;color:#1b2524;font:400 25px/1 Arial,Helvetica,sans-serif;cursor:pointer}
#PurchaseDrawer .purchase-drawer-close:disabled{opacity:.55;cursor:wait}
#PurchaseDrawer .purchase-drawer-panel{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scroll-padding-block:12px 24px;padding:0 24px calc(28px + env(safe-area-inset-bottom,0px))}
#PurchaseDrawer :is(.checkout-page,.payment-page,.checkout-layout,.checkout-summary,.payment-card){color:#1b2524}
#PurchaseDrawer :is(.checkout-page,.payment-page){box-sizing:border-box;width:100%;max-width:none;min-width:0;padding:22px 0 0;margin:0}
#PurchaseDrawer .page-width{box-sizing:border-box;width:100%;max-width:none;min-width:0;margin-inline:0}
#PurchaseDrawer .checkout-progress{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:18px;font-size:12px}
#PurchaseDrawer :is(.checkout-page,.payment-page) .page-heading{margin:0 0 20px}
#PurchaseDrawer :is(.checkout-page,.payment-page) .page-heading h1{font-size:30px;line-height:1.15;letter-spacing:0;margin:4px 0 8px}
#PurchaseDrawer :is(.checkout-page,.payment-page) .page-heading .lead-copy{font-size:14px;line-height:1.5;margin:0}
#PurchaseDrawer .checkout-grid{display:flex;flex-direction:column;gap:18px}
#PurchaseDrawer .checkout-summary{order:-1;display:block;position:static;inset-block-start:auto;top:auto;width:100%;box-sizing:border-box;padding:18px;margin:0;box-shadow:none}
#PurchaseDrawer .checkout-form{min-width:0;width:100%}
#PurchaseDrawer .checkout-form :is(input,select,textarea){box-sizing:border-box;max-width:100%}
#PurchaseDrawer :is(input,select,textarea){color:#1b2524!important;background-color:#fff}
#PurchaseDrawer .checkout-form :is(.form-row,.pricing-offer-fields){min-width:0}
#PurchaseDrawer .checkout-form .delivery-heading h2{font-size:24px;letter-spacing:0}
#PurchaseDrawer :is(.payment-layout,.order-layout){display:block;min-width:0}
#PurchaseDrawer .payment-card{box-sizing:border-box;width:100%;max-width:none;padding:20px;box-shadow:none}
#PurchaseDrawer .payment-card h2{font-size:27px;line-height:1.2;letter-spacing:0}
#PurchaseDrawer :is(.payment-card,.receipt-details,.order-lookup-panel){overflow-wrap:anywhere}
#PurchaseDrawer :is(button,a,input,select,textarea):focus-visible{outline:3px solid #007e73;outline-offset:3px}
#PurchaseDrawer .checkout-progress,
#PurchaseDrawer .checkout-page>.page-heading,
#PurchaseDrawer .checkout-summary>.eyebrow,
#PurchaseDrawer .checkout-product,
#PurchaseDrawer #CheckoutCounts,
#PurchaseDrawer .bag-offer-line>.muted-copy,
#PurchaseDrawer #FillTestDetails,
#PurchaseDrawer #PreviewDelivery,
#PurchaseDrawer #PreviewPaymentCopy,
#PurchaseDrawer #CheckoutFineprint,
#PurchaseDrawer #CheckoutTaxCopy,
#PurchaseDrawer #PaymentBadge,
#PurchaseDrawer [data-guide-slot="checkout"]{display:none!important}
#PurchaseDrawer .checkout-grid{gap:12px}
#PurchaseDrawer .checkout-form{order:0;display:block}
#PurchaseDrawer .checkout-summary{order:1;padding:12px 14px;border-radius:5px}
#PurchaseDrawer .delivery-heading{margin:0 0 9px}
#PurchaseDrawer .checkout-form .delivery-heading h2{font-size:18px;line-height:1.25;margin:0}
#PurchaseDrawer #PreviewDelivery{margin:0 0 8px;padding:7px 9px;font-size:10px;line-height:1.4}
#PurchaseDrawer #LiveDelivery{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4px 12px;min-width:0}
#PurchaseDrawer #LiveDelivery>label{margin:0;font-size:11px;line-height:1.25}
#PurchaseDrawer #LiveDelivery>label[for="CustomerName"]{grid-column:1;grid-row:1}
#PurchaseDrawer #CustomerName{grid-column:1;grid-row:2}
#PurchaseDrawer #LiveDelivery>label[for="CustomerEmail"]{grid-column:2;grid-row:1}
#PurchaseDrawer #CustomerEmail{grid-column:2;grid-row:2}
#PurchaseDrawer #LiveDelivery>label[for="CustomerAddress"]{grid-column:1/-1;grid-row:3;margin-top:3px}
#PurchaseDrawer #CustomerAddress{grid-column:1/-1;grid-row:4}
#PurchaseDrawer #LiveDelivery>.form-row:first-of-type{grid-column:1/-1;grid-row:5}
#PurchaseDrawer #LiveDelivery>.form-row:nth-of-type(2){grid-column:1/-1;grid-row:6}
#PurchaseDrawer #OptionalDelivery{grid-column:1/-1;grid-row:7;margin-top:2px}
#PurchaseDrawer #LiveDelivery :is(input,select){min-height:38px;padding:7px 9px;font-size:13px}
#PurchaseDrawer #LiveDelivery .form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin:0}
#PurchaseDrawer #LiveDelivery .form-row label{margin:0 0 3px;font-size:11px}
#PurchaseDrawer .fixed-country-label{font-size:11px;margin:0 0 3px}
#PurchaseDrawer .fixed-country{min-height:38px;padding:7px 9px;font-size:13px}
#PurchaseDrawer .optional-delivery{border-top:1px solid #d3d5ca;border-bottom:0}
#PurchaseDrawer .optional-delivery>summary{min-height:40px;padding:7px 0;font-size:11px}
#PurchaseDrawer .optional-delivery[open]{padding-bottom:8px}
#PurchaseDrawer .optional-delivery[open] :is(input,textarea){margin-bottom:6px}
#PurchaseDrawer #OptionalDelivery textarea{height:54px;min-height:54px;padding:7px 9px;font-size:13px;line-height:1.35}
#PurchaseDrawer .bag-offer-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;padding:9px 0;border-top:1px solid #d3d5ca}
#PurchaseDrawer .bag-offer-line:first-child{border-top:0;padding-top:0}
#PurchaseDrawer .bag-offer-line>h3{grid-column:1/-1;margin:0;font-size:13px;line-height:1.3}
#PurchaseDrawer .bag-offer-line.has-offer-picker>h3{display:none}
#PurchaseDrawer .bag-offer-line>select{grid-column:1/-1;min-height:36px;margin:0;padding:6px 8px;font-size:12px}
#PurchaseDrawer .bag-line-controls{grid-column:1/-1;display:grid;grid-template-columns:auto auto minmax(80px,1fr);align-items:center;gap:8px;margin:0}
#PurchaseDrawer .bag-line-controls .quantity-control{height:36px}
#PurchaseDrawer .bag-line-controls .quantity-control button{width:30px;min-height:34px;flex-basis:30px;font-size:17px}
#PurchaseDrawer .bag-line-controls .quantity-control input{width:38px;max-width:38px;min-height:34px;padding:5px 2px;font-size:13px}
#PurchaseDrawer .bag-line-controls>.link-button{min-height:32px;padding:5px 7px;font-size:11px}
#PurchaseDrawer .bag-line-controls>strong{justify-self:end;margin:0;font-size:14px;white-space:nowrap}
#PurchaseDrawer .checkout-summary .cart-total-row{margin:0;min-height:28px;font-size:11px}
#PurchaseDrawer .checkout-summary .cart-total-row>p{margin:0}
#PurchaseDrawer .checkout-summary>.summary-total{margin-top:4px;padding-top:7px;border-top:1px solid #d3d5ca}
#PurchaseDrawer .checkout-summary .summary-total>strong{font-size:16px}
#PurchaseDrawer #CheckoutTaxCopy{margin:6px 0;font-size:10px;line-height:1.4}
#PurchaseDrawer #PaymentBadge{font-size:8px}
#PurchaseDrawer .quote-panel{margin-top:8px;padding:10px 12px}
#PurchaseDrawer .quote-panel h2{font-size:15px;margin-bottom:6px}
#PurchaseDrawer .quote-panel p{font-size:11px;line-height:1.4;margin-bottom:7px}
#PurchaseDrawer .purchase-drawer-submit-bar{position:relative;z-index:2;display:flex;flex-direction:column;flex:0 0 auto;padding:8px 24px calc(8px + env(safe-area-inset-bottom,0px));border-top:1px solid #d3d5ca;background:#fffefa;box-shadow:0 -7px 20px #15232112}
#PurchaseDrawer .purchase-drawer-submit-bar .form-status{min-height:0;margin:0 0 5px;font-size:11px;line-height:1.35}
#PurchaseDrawer .purchase-drawer-submit-bar .form-status:empty{display:none}
#PurchaseDrawer .purchase-drawer-submit-bar #CheckoutSubmit{height:76px;min-height:76px;margin:0;padding:8px 18px;font-size:20px;justify-content:center;gap:10px;border-radius:28px}
@media(max-width:760px){#PurchaseDrawer.purchase-drawer{inset:auto 0 0;width:100vw;height:min(96dvh,900px);border:1px solid #b6b7ac;border-bottom:0;border-radius:8px 8px 0 0;box-shadow:0 -12px 36px #15232130}#PurchaseDrawer .purchase-drawer-header{min-height:50px;padding:6px 12px}#PurchaseDrawer .purchase-drawer-header h2{font-size:16px}#PurchaseDrawer .purchase-drawer-close{width:40px;min-height:40px;flex-basis:40px}#PurchaseDrawer .purchase-drawer-panel{padding:0 12px 14px}#PurchaseDrawer :is(.checkout-page,.payment-page){padding-top:10px}#PurchaseDrawer .checkout-summary{padding:10px 12px}#PurchaseDrawer .payment-card{padding:15px}#PurchaseDrawer .purchase-drawer-submit-bar{padding-inline:12px}#PurchaseDrawer :is(.checkout-page,.payment-page) .page-heading h1{font-size:27px}}
@media(max-width:390px){#PurchaseDrawer .purchase-drawer-header{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:6px;padding-inline:12px}#PurchaseDrawer .purchase-drawer-header h2{font-size:16px;grid-column:1;grid-row:1}#PurchaseDrawer .purchase-drawer-close{grid-column:2;grid-row:1}#PurchaseDrawer .purchase-drawer-new:not([hidden]){grid-column:1/-1;grid-row:2;justify-self:start;font-size:11px;text-align:left}#PurchaseDrawer .purchase-drawer-panel{padding-inline:12px}#PurchaseDrawer .checkout-progress{font-size:11px;gap:6px 10px}}
@media(max-width:320px){#PurchaseDrawer .bag-line-controls{grid-template-columns:minmax(0,1fr) auto}#PurchaseDrawer .bag-line-controls>.quantity-control{grid-column:1}#PurchaseDrawer .bag-line-controls>strong{grid-column:2;grid-row:1}#PurchaseDrawer .bag-line-controls>.link-button{grid-column:1/-1;grid-row:2;justify-self:start}#PurchaseDrawer #LiveDelivery{gap-inline:7px}#PurchaseDrawer .purchase-drawer-panel,#PurchaseDrawer .purchase-drawer-submit-bar{padding-inline:8px}}

/* Shared commerce CTA component. Every purchase surface uses this exact
   button stack; only the surrounding container width may vary. */
.commerce-cta-stack{display:flex;flex-direction:column;align-items:stretch;gap:8px;width:100%;min-width:0;margin:0;text-align:center}
.commerce-cta-stack[hidden]{display:none!important}
.commerce-cta-stack>.commerce-primary-cta{width:100%;min-width:0}
body #App .commerce-primary-cta{--commerce-cta-bg:#df4052;--commerce-cta-fg:#fff;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,auto) auto;grid-template-rows:minmax(0,1fr) auto;align-content:center;justify-content:center;align-items:center;column-gap:10px;row-gap:2px;height:76px;min-height:76px;margin:0;padding:8px 18px;border:1px solid #c82f43;border-radius:28px;background:var(--commerce-cta-bg);color:var(--commerce-cta-fg);font-size:20px;font-weight:800;line-height:1.1;letter-spacing:0;text-align:center;text-shadow:none;box-shadow:0 7px 18px color-mix(in srgb,var(--commerce-cta-bg) 28%,transparent);animation:commerce-cta-breathe 2.2s ease-in-out infinite;transition:box-shadow .16s,transform .16s}
.commerce-cta-main{display:flex;align-items:center;justify-content:flex-end;min-width:0;max-width:100%;overflow-wrap:anywhere;text-align:center}
.commerce-cta-icon{display:inline-grid;place-items:center;width:32px;height:32px;margin:0;border-radius:50%;background:#f1c31a;color:#171717;font-size:22px;font-weight:700;line-height:1}
.commerce-cta-benefit{grid-column:1/-1;grid-row:2;display:block;max-width:100%;overflow-wrap:anywhere;color:#fff;font-size:14px;font-weight:600;line-height:1.15;text-align:center;pointer-events:none}
.commerce-cta-policy{display:block;max-width:100%;margin:0;color:#302b27;font-size:15px;font-weight:700;line-height:1.3;overflow-wrap:anywhere;text-align:center}
body #App #MobileBuyBar .commerce-cta-stack{flex:1;min-width:0;max-width:820px;margin-inline:auto}
body.home-purchase-surface #App #MobileBuyBar{grid-template-columns:minmax(0,1fr)!important;gap:0!important;padding:8px 14px calc(8px + env(safe-area-inset-bottom,0px))!important;background:#fff!important}
body.home-purchase-surface #App #MobileBuyBar>:not(.commerce-cta-stack):not(.v2-mobile-buy-cta){display:none!important}
body.home-purchase-surface #App #MobileBuyBar .v2-mobile-buy-cta{display:grid!important;grid-column:1;gap:0;width:100%;min-width:0}
body.home-purchase-surface #App #MobileBuyBar .commerce-cta-stack{display:flex!important}
body #App :is(.purchase-actions,.v2-purchase-buttons,.variant-actions)>.commerce-cta-stack{flex:1 1 100%;min-width:0}
body #App :is(.purchase-actions,.v2-purchase-buttons)>.commerce-cta-stack[hidden]{display:none!important}
.home-selection-sheet #HomeBuyForm>.purchase-actions{display:block;margin-top:14px}
.home-selection-sheet #HomeBuyForm .commerce-cta-stack{width:100%}
.home-selection-sheet #HomeBuyForm [data-buy-now][hidden]{display:none!important}
body.home-selection-open{overflow:hidden}
@media(max-width:390px){body.home-purchase-surface #App #MobileBuyBar{padding-inline:9px!important}.commerce-primary-cta{font-size:18px;padding-inline:10px}.commerce-cta-icon{width:28px;height:28px;font-size:20px}.commerce-cta-policy{font-size:15px}.home-selection-sheet{inset:auto 0 0;width:100vw;max-height:94dvh;margin:0;border-radius:10px 10px 0 0}.home-selection-mount{max-height:calc(94dvh - 56px);padding-inline:13px}}
.home-selection-sheet{box-sizing:border-box;width:min(560px,calc(100vw - 24px));max-height:min(90dvh,760px);margin:auto;padding:0;border:1px solid #bbb5aa;border-radius:8px;background:#fffefa;color:#1b2524;box-shadow:0 18px 50px #15232142;overflow:hidden}
.home-selection-sheet::backdrop{background:#111b;backdrop-filter:blur(2px)}
.home-selection-header{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:56px;padding:9px 16px;border-bottom:1px solid #d8d2c5;background:#fff}
.home-selection-header h2{margin:0;font-size:20px;line-height:1.25;letter-spacing:0}
.home-selection-close{display:grid;place-items:center;flex:0 0 42px;width:42px;min-height:42px;padding:0;border:0;border-radius:50%;background:#f1eee8;color:#222;font-size:26px;line-height:1}
.home-selection-mount{max-height:calc(min(90dvh,760px) - 56px);padding:14px 18px calc(18px + env(safe-area-inset-bottom,0px));overflow-y:auto;overscroll-behavior:contain}
.home-selection-sheet #HomeBuyForm{display:block;margin:0}
.home-selection-sheet #HomeBuyForm>.purchase-actions{display:block;margin-top:14px}
.home-selection-sheet #HomeBuyForm .commerce-cta-stack{width:100%}
.home-selection-sheet #HomeBuyForm [data-buy-now][hidden]{display:none!important}
body.home-selection-open{overflow:hidden}
body #App .payment-card .payment-returns-note{font-size:15px;line-height:1.45;color:#3b332b;background:#fbf5e5;border-color:#d6c39a;font-weight:600}
body #App .payment-card .payment-returns-note a{font-size:14px}
body #App .payment-card .payment-order-reference{display:grid;gap:6px;margin:18px 0 12px}
body #App .payment-card .payment-order-reference label{margin:0;font-size:18px;font-weight:750;color:#1c2928}
body #App .payment-card .payment-order-reference .payment-order-number{margin:0}
body #App .payment-card .payment-target{font-size:17px;margin:8px 0 18px}
body #App .payment-card #ResultPayment{font-size:14px;line-height:1.6;margin:18px 0 0;color:#4e4a43}
body #App .payment-card #GoodsServicesNotice{display:none!important}
@media(max-width:760px){body #App .payment-card .payment-returns-note{font-size:15px}body #App .payment-card .payment-order-reference label{font-size:17px}body #App .payment-card .payment-target{font-size:16px}}
body #App .commerce-primary-cta:is(:disabled,[aria-disabled="true"],[aria-busy="true"]){animation:none!important;background:#d7c6c8;color:#6e5559;border-color:#c5b2b5;box-shadow:none;text-shadow:none;opacity:1;cursor:not-allowed}
@media(hover:hover) and (prefers-reduced-motion:no-preference){body #App .commerce-primary-cta:not(:disabled):not([aria-disabled="true"]):not([aria-busy="true"]):hover{animation:none!important;background:color-mix(in srgb,var(--commerce-cta-bg) 88%,#000);color:var(--commerce-cta-fg);box-shadow:0 9px 24px color-mix(in srgb,var(--commerce-cta-bg) 38%,transparent)!important;transform:translateY(-1px)}}
body #App .commerce-primary-cta:focus{animation:none!important;outline:3px solid #fff;outline-offset:2px;box-shadow:0 0 0 6px #173e56,0 9px 24px color-mix(in srgb,var(--commerce-cta-bg) 38%,transparent)!important}
@keyframes commerce-cta-breathe{0%,100%{box-shadow:0 7px 18px color-mix(in srgb,var(--commerce-cta-bg) 28%,transparent),0 0 0 0 transparent}50%{box-shadow:0 10px 26px color-mix(in srgb,var(--commerce-cta-bg) 38%,transparent),0 0 0 7px color-mix(in srgb,var(--commerce-cta-bg) 26%,transparent)}}
@media(prefers-reduced-motion:reduce){body #App .commerce-primary-cta{animation:none!important;transition:none;transform:none!important}}

/* Shared policy reassurance stays compact and independently addressable. */
body #App :is(.checkout-policy-note,.payment-returns-note,.cart-policy-note){display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px 8px;margin:10px 0 0;padding:8px 10px;border:1px solid #d8caa9;border-radius:5px;background:#fbf5e5;color:#51452e;font-size:11px;line-height:1.45;text-align:center}
body #App :is(.checkout-policy-note,.payment-returns-note,.cart-policy-note) a{color:inherit;font-weight:700;text-underline-offset:2px}
#PurchaseDrawer .checkout-policy-note{margin:0 0 6px;padding:5px 8px;font-size:10px}
body #App .payment-compact .checkout-progress{display:none}
body #App .payment-compact .page-heading{margin-bottom:18px}
body #App .payment-compact .page-heading .eyebrow,
body #App .payment-compact .payment-card>.eyebrow{display:none}
body #App .payment-compact .page-heading h1{font-size:clamp(30px,4vw,46px);margin-bottom:0}
body #PurchaseDrawer .payment-compact .page-heading{display:none}
body #App .payment-compact #PaymentCounts{display:none}
body #App .payment-compact .payment-card .payment-card-total{margin-top:4px}
body #App .cart-section.cart-compact .page-title-row{margin-bottom:18px}
body #App .cart-section.cart-compact .page-title-row .eyebrow,
body #App .cart-section.cart-compact .page-title-row>.text-link{display:none}
body #App .cart-section.cart-compact .page-title-row h1{font-family:var(--sans);font-size:30px;font-weight:700;letter-spacing:0}
body #App .cart-section.cart-compact .cart-bottom{display:block;padding-top:14px}
body #App .cart-section.cart-compact .cart-bottom>div:first-child{display:none}
body #App .cart-section.cart-compact .cart-summary{max-width:620px;margin-inline:auto;padding:20px;border:1px solid var(--site-border,#d8d2c5);border-radius:8px;background:var(--site-surface,#fff)}
body #App .cart-section.cart-compact #CartCounts,
body #App .cart-section.cart-compact #CartModeCopy{display:none}
body #App .cart-section.cart-compact #CartLines .bag-offer-line>.muted-copy{display:none}
body #App .cart-section.cart-compact #CartLines .bag-offer-line{padding-block:14px}
body #App .cart-section.cart-compact .cart-policy-note{margin:14px 0 12px}
body #PurchaseDrawer .cart-section.cart-compact{padding-top:10px}
body #PurchaseDrawer .cart-section.cart-compact .page-title-row{display:none}
body #PurchaseDrawer .cart-section.cart-compact .cart-bottom{padding-top:0}
body #PurchaseDrawer .cart-section.cart-compact .cart-summary{border:0;padding:12px 0;max-width:none}
body #PurchaseDrawer .cart-section.cart-compact .cart-policy-note{display:flex;margin:0 0 5px;padding:4px 6px;font-size:9px}
body #PurchaseDrawer .cart-submit-bar .cart-policy-note{display:flex;margin:0 0 5px;padding:4px 6px;font-size:9px}
body #PurchaseDrawer .cart-section.cart-compact #CartModeCopy{display:none}
body #PurchaseDrawer .cart-section.cart-compact #CartLines .bag-offer-line>.muted-copy{display:none}
body #PurchaseDrawer .cart-submit-bar #CartCheckout{width:100%;text-decoration:none}
body #App .payment-compact #ResultPayment{font-size:12px;line-height:1.5;margin:10px 0}
body #App .payment-compact #GoodsServicesNotice{font-size:12px;line-height:1.5;margin:10px 0}
@media(max-width:760px){body #App .cart-section.cart-compact{padding-top:24px;padding-bottom:110px}body #App .cart-section.cart-compact .cart-summary{padding:14px;border-radius:7px}body #App .cart-section.cart-compact #CartCheckout{min-height:56px}body #App .payment-compact .payment-card{padding:18px}body #App .payment-compact .payment-card .payment-returns-note{margin-top:14px}}

/* Final compact-flow overrides. Keep one visible action and readable policy
   copy at every viewport, including the fixed drawer action bar. */
#PurchaseDrawer .purchase-drawer-submit-bar .checkout-policy-note,
#PurchaseDrawer .purchase-drawer-submit-bar .payment-returns-note,
#PurchaseDrawer .purchase-drawer-submit-bar .cart-policy-note{font-size:14px;line-height:1.4;padding:8px 10px;color:#3f3528}
#PurchaseDrawer .purchase-drawer-submit-bar .checkout-policy-note{display:none!important}
#PurchaseDrawer .purchase-drawer-submit-bar .checkout-policy-note a,
#PurchaseDrawer .purchase-drawer-submit-bar .payment-returns-note a,
#PurchaseDrawer .purchase-drawer-submit-bar .cart-policy-note a{font-size:inherit}
#PurchaseDrawer .payment-order-reference{display:flex;align-items:baseline;gap:8px;min-width:0;margin:12px 0 8px}
#PurchaseDrawer .payment-order-reference>label{flex:0 0 auto;margin:0;font-size:14px;font-weight:700}
#PurchaseDrawer .payment-order-reference>.payment-order-number{flex:1 1 auto;min-width:0;width:auto;min-height:0;margin:0;padding:0;border:0;background:transparent;font-size:15px;font-weight:700;line-height:1.4;letter-spacing:.02em}
#PurchaseDrawer .payment-target>#PaymentRecipient[aria-hidden="true"]{display:none}
#PurchaseDrawer .payment-target>#PaymentMethodLabel{font-weight:700}
#PurchaseDrawer .payment-card>#ResultPayment{margin-top:16px;padding-top:12px;border-top:1px solid #d3d5ca;font-size:13px;line-height:1.55;color:#526160}
#PurchaseDrawer .payment-card>#GoodsServicesNotice[hidden]{display:none!important}
@media(max-width:760px){
  #PurchaseDrawer .purchase-drawer-submit-bar .checkout-policy-note,
  #PurchaseDrawer .purchase-drawer-submit-bar .payment-returns-note,
  #PurchaseDrawer .purchase-drawer-submit-bar .cart-policy-note{font-size:14px;line-height:1.4}
  #PurchaseDrawer .payment-order-reference{gap:6px}
  #PurchaseDrawer .payment-order-reference>label,
  #PurchaseDrawer .payment-order-reference>.payment-order-number{font-size:14px}
}

/* One measurable CTA contract for home, offer selection, checkout and payment.
   Contexts may choose their width and position, but never their component
   height, alignment, typography or animation. */
body #App .commerce-cta-stack{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  text-align:center!important;
}
body #App .commerce-cta-stack[hidden]{display:none!important}
body #App .commerce-cta-stack>.commerce-primary-cta{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-rows:minmax(0,1fr) auto!important;
  align-content:center!important;
  align-items:center!important;
  justify-content:center!important;
  column-gap:8px!important;
  row-gap:2px!important;
  width:100%!important;
  height:78px!important;
  min-height:78px!important;
  max-height:78px!important;
  margin:0!important;
  padding:8px 14px!important;
  border:1px solid #c82f43!important;
  border-radius:28px!important;
  background:#df4052!important;
  color:#fff!important;
  font-size:20px!important;
  font-weight:800!important;
  line-height:1.1!important;
  letter-spacing:0!important;
  text-align:center!important;
  white-space:normal!important;
  overflow:visible!important;
  animation:commerce-cta-breathe 2.2s ease-in-out infinite!important;
}
body #App .commerce-cta-stack>.commerce-primary-cta>.commerce-cta-main{
  grid-column:1!important;
  grid-row:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  text-align:center!important;
}
body #App .commerce-cta-stack>.commerce-primary-cta>.commerce-cta-icon{
  grid-column:2!important;
  grid-row:1!important;
  display:inline-grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  margin:0!important;
  border-radius:50%!important;
  background:#f1c31a!important;
  color:#171717!important;
  font-size:22px!important;
  font-weight:700!important;
  line-height:1!important;
}
body #App .commerce-cta-stack>.commerce-primary-cta>.commerce-cta-benefit{
  grid-column:1/-1!important;
  grid-row:2!important;
  display:block!important;
  max-width:100%!important;
  margin:0!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.15!important;
  overflow-wrap:anywhere!important;
  text-align:center!important;
  pointer-events:none!important;
}
body #App .commerce-cta-stack>.commerce-cta-policy{
  display:block!important;
  min-height:19px!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#302b27!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.3!important;
  overflow-wrap:anywhere!important;
  text-align:center!important;
}
body #App :is(.purchase-actions,.v2-purchase-buttons,.variant-actions)>.commerce-cta-stack{
  grid-column:1/-1!important;
  flex:1 1 100%!important;
  min-width:0!important;
}
body #App #PurchaseDrawer .purchase-drawer-submit-bar .commerce-cta-stack{
  order:2!important;
}
body #App #PurchaseDrawer .purchase-drawer-submit-bar>.form-status{
  order:1!important;
}
body #App #PurchaseDrawer :is(.checkout-policy-note,.payment-returns-note){display:none!important}
@media(max-width:390px){
  body #App .commerce-cta-stack>.commerce-primary-cta{height:78px!important;min-height:78px!important;max-height:78px!important;font-size:16px!important;padding-inline:10px!important}
  body #App .commerce-cta-stack>.commerce-primary-cta>.commerce-cta-icon{width:28px!important;height:28px!important;font-size:20px!important}
  body #App .commerce-cta-stack>.commerce-cta-policy{font-size:15px!important}
}

/* V2's legacy mobile rules used a flex button and pulled the benefit upward.
   Match Payment's proven two-row grid in the home bar and SKU sheet. These
   selectors intentionally outrank the legacy ID-scoped rules. */
body.storefront-v2 #App .v2-mobile-buy #StickyBuyNow.commerce-primary-cta,
body.storefront-v2 #App .v2-sku-sheet .v2-purchase-buttons #AddToBag.commerce-primary-cta,
body #App #PurchaseDrawer .purchase-drawer-submit-bar #CheckoutSubmit.commerce-primary-cta{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-rows:minmax(0,1fr) auto!important;
  align-content:center!important;
  align-items:center!important;
  justify-content:center!important;
  column-gap:8px!important;
  row-gap:2px!important;
  white-space:normal!important;
}
body.storefront-v2 #App .v2-mobile-buy #StickyBuyNow.commerce-primary-cta>.commerce-cta-main,
body.storefront-v2 #App .v2-sku-sheet .v2-purchase-buttons #AddToBag.commerce-primary-cta>.commerce-cta-main,
body #App #PurchaseDrawer .purchase-drawer-submit-bar #CheckoutSubmit.commerce-primary-cta>.commerce-cta-main{
  display:flex!important;
  grid-column:1!important;
  grid-row:1!important;
  min-width:0!important;
  max-width:100%!important;
  align-items:center!important;
  justify-content:center!important;
  overflow-wrap:anywhere!important;
  white-space:normal!important;
  text-align:center!important;
}
body.storefront-v2 #App .v2-mobile-buy #StickyBuyNow.commerce-primary-cta>.commerce-cta-icon,
body.storefront-v2 #App .v2-sku-sheet .v2-purchase-buttons #AddToBag.commerce-primary-cta>.commerce-cta-icon,
body #App #PurchaseDrawer .purchase-drawer-submit-bar #CheckoutSubmit.commerce-primary-cta>.commerce-cta-icon{
  display:inline-grid!important;
  grid-column:2!important;
  grid-row:1!important;
}
body.storefront-v2 #App .v2-mobile-buy #StickyBuyNow.commerce-primary-cta>.commerce-cta-benefit,
body.storefront-v2 #App .v2-sku-sheet .v2-purchase-buttons #AddToBag.commerce-primary-cta>.commerce-cta-benefit,
body #App #PurchaseDrawer .purchase-drawer-submit-bar #CheckoutSubmit.commerce-primary-cta>.commerce-cta-benefit{
  display:block!important;
  grid-column:1/-1!important;
  grid-row:2!important;
  margin:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  white-space:normal!important;
  text-align:center!important;
}
body.storefront-v2 #App .v2-mobile-buy .v2-mobile-buy-cta .commerce-cta-policy,
body.storefront-v2 #App .v2-sku-sheet .commerce-cta-policy,
body #App #PurchaseDrawer .purchase-drawer-submit-bar .commerce-cta-policy{
  margin:0!important;
  min-height:19px!important;
  font-size:15px!important;
  line-height:1.3!important;
  white-space:normal!important;
}

/* Mobile checkout keeps the action bar floating while reducing the primary
   control by one third. The two grid rows remain readable and never overlap. */
body #App #PurchaseDrawer .purchase-drawer-submit-bar .commerce-primary-cta,
body #App #MobileBuyBar .commerce-primary-cta,
body #App .home-selection-sheet .commerce-primary-cta,
body #App .v2-sku-sheet .commerce-primary-cta{
  height:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  padding:3px 12px!important;
  row-gap:0!important;
}
body #App :is(#PurchaseDrawer,#MobileBuyBar,.home-selection-sheet,.v2-sku-sheet) .commerce-primary-cta>.commerce-cta-main{
  line-height:1!important;
}
body #App :is(#PurchaseDrawer,#MobileBuyBar,.home-selection-sheet,.v2-sku-sheet) .commerce-primary-cta>.commerce-cta-benefit{
  font-size:13px!important;
  line-height:1!important;
}
body #App :is(#PurchaseDrawer,#MobileBuyBar,.home-selection-sheet,.v2-sku-sheet) .commerce-primary-cta>.commerce-cta-icon{
  width:26px!important;
  height:26px!important;
  font-size:18px!important;
}
@media(max-width:390px){
  body #App :is(#PurchaseDrawer,#MobileBuyBar,.home-selection-sheet,.v2-sku-sheet) .commerce-primary-cta{font-size:16px!important;padding-inline:8px!important}
  body #App :is(#PurchaseDrawer,#MobileBuyBar,.home-selection-sheet,.v2-sku-sheet) .commerce-primary-cta>.commerce-cta-benefit{font-size:12px!important}
}
