:root{--ink:#1d2939;--cream:#fffaf1;--orange:#b84722;--green:#355f4b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}main{min-height:100vh}.topbar{justify-content:space-between;margin:auto;max-width:1120px;padding:22px 28px}.brand,.topbar{align-items:center;display:flex}.brand{font-size:1.25rem;font-weight:800;gap:9px}.logo{background:var(--green);border-radius:50%;color:white;display:inline-flex;font-family:Georgia,serif;height:34px;justify-content:center;width:34px}.logo,.topbar nav{align-items:center}.topbar nav{display:flex;gap:22px;font-weight:600}.cart{background:var(--ink);border-radius:999px;color:white;padding:10px 14px}.cart span{background:white;border-radius:50%;color:var(--ink);font-size:.75rem;margin-left:5px;padding:2px 6px}.hero{display:grid;grid-gap:36px;gap:36px;grid-template-columns:1fr 1fr;margin:40px auto 24px;max-width:1120px;padding:0 28px}.hero-copy{align-self:center}.eyebrow{color:var(--orange);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}h1{font-size:clamp(3rem,7vw,5.5rem);letter-spacing:-.06em;line-height:.95;margin:12px 0 20px}h1,h2{font-family:Georgia,serif}h2{font-size:2rem;margin:0 0 10px}.intro{font-size:1.15rem;line-height:1.6;max-width:460px}.button{background:var(--orange);border-radius:999px;color:white;display:inline-block;font-weight:700;margin-top:12px;padding:14px 21px}.banner{align-items:center;background:linear-gradient(135deg,#355f4b,#6d9c70);border-radius:24px;color:#fffaf1;display:flex;flex-direction:column;justify-content:center;min-height:380px;position:relative}.banner span{font-family:Georgia,serif;font-size:3rem;font-style:italic}.banner small{margin-top:8px;opacity:.75}.status{align-items:center;background:#e7f0e7;border-radius:16px;display:flex;flex-wrap:wrap;gap:10px;margin:36px auto;max-width:1064px;padding:16px 20px}.status-dot{background:#57a36e;border-radius:50%;height:10px;width:10px}.section{margin:0 auto;max-width:1064px;padding:60px 0}.section p{color:#526172;line-height:1.6}.muted{border-top:1px solid #e9ddcb}.inline-link{color:var(--orange);font-weight:700}.account-page{padding:32px 20px}.back-link{display:block;font-weight:700;margin:0 auto 42px;max-width:500px}.account-card{background:white;border:1px solid #eadfce;border-radius:20px;margin:auto;max-width:500px;padding:38px}.account-card h1{font-size:2.6rem}.account-card form{display:grid;grid-gap:18px;gap:18px;margin-top:24px}.account-card label{display:grid;font-weight:700;grid-gap:7px;gap:7px}.account-card input{border:1px solid #c9bdad;border-radius:8px;font:inherit;padding:12px}.account-card .button{border:0;cursor:pointer;width:max-content}.text-button{background:none;border:0;color:var(--green);cursor:pointer;font:inherit;font-weight:700;margin-top:24px;padding:0}.form-message{background:#e7f0e7;border-radius:8px;line-height:1.4;margin-top:20px;padding:12px}.category-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.category-tabs button{background:white;border:1px solid #d8cbb7;border-radius:999px;cursor:pointer;font:inherit;padding:9px 14px}.category-tabs button.selected{background:var(--green);color:white}.product-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-card{background:white;border:1px solid #eadfce;border-radius:14px;cursor:pointer;display:grid;grid-gap:10px;gap:10px;padding:20px;text-align:left}.product-card strong{font-family:Georgia,serif;font-size:1.25rem}.product-card span{color:#526172;line-height:1.45;min-height:44px}.product-card b{color:var(--orange)}.product-dialog{align-items:center;background:#1d2939aa;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:2}.product-dialog>div{background:white;border-radius:18px;max-width:440px;padding:34px;position:relative;width:100%}.product-dialog p{color:#526172;line-height:1.5}.dialog-close{background:none;border:0;cursor:pointer;font-size:2rem;position:absolute;right:14px;top:8px}.cart-card{max-width:720px}.cart-rows{margin:24px 0}.cart-rows,.cart-rows article{display:grid;grid-gap:12px;gap:12px}.cart-rows article{align-items:center;border-bottom:1px solid #eadfce;grid-template-columns:1fr auto auto auto;padding:12px 0}.cart-rows small{color:#526172;display:block;margin-top:4px}.quantity{align-items:center;display:flex;gap:8px}.quantity button{background:white;border:1px solid #c9bdad;border-radius:5px;cursor:pointer;font-size:1.1rem;height:30px;width:30px}.cart-total{display:grid;grid-gap:8px;gap:8px;grid-template-columns:1fr auto;margin:20px 0}.cart-total strong{font-size:1.1rem}.cart-total span:nth-of-type(2),.cart-total span:nth-of-type(2)+strong{border-top:1px solid #eadfce;padding-top:12px}@media(max-width:600px){.cart-rows article{grid-template-columns:1fr auto}.cart-rows .text-button{grid-column:1/-1}}.customer-orders{border-top:1px solid #eadfce;display:grid;grid-gap:10px;gap:10px;margin:26px 0 12px;padding-top:22px}.customer-orders h2{font-size:1.45rem}.customer-orders article{align-items:center;border:1px solid #eadfce;border-radius:8px;display:grid;grid-gap:4px;gap:4px;grid-template-columns:1fr auto;padding:12px}.customer-orders small{color:#526172;grid-column:1/-1}.customer-orders span{color:var(--green);font-size:.8rem;font-weight:700}.orders-page{margin:auto;max-width:850px}.orders-heading{align-items:end;display:flex;justify-content:space-between;margin-bottom:26px}.orders-heading h1{font-size:3.1rem}.tracked-order{background:white;border:1px solid #eadfce;border-radius:16px;margin:18px 0;padding:24px}.tracked-order header{align-items:start;display:flex;justify-content:space-between}.tracked-order h2{font-size:1.7rem}.tracked-order small{color:#526172}.cancelled-status,.order-status{border-radius:999px;font-size:.82rem;padding:8px 11px}.order-status{background:#e7f0e7;color:var(--green)}.cancelled-status{background:#fff0f0;color:#a33}.order-detail-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:1fr 1fr;margin:22px 0}.order-detail-grid h3{font-size:.82rem;letter-spacing:.08em;margin:0;text-transform:uppercase}.order-detail-grid p{color:#526172;display:flex;justify-content:space-between;line-height:1.5;margin:8px 0}.order-timeline{display:grid;grid-gap:0;gap:0;grid-template-columns:repeat(5,1fr);list-style:none;margin:28px 0 0;padding:0}.order-timeline li{border-top:3px solid #eadfce;color:#8a969f;display:grid;font-size:.73rem;grid-gap:4px;gap:4px;padding-top:9px;position:relative}.order-timeline li:before{background:#eadfce;border-radius:50%;content:"";height:11px;left:0;position:absolute;top:-7px;width:11px}.order-timeline li.complete{border-color:var(--green);color:var(--ink)}.order-timeline li.complete:before{background:var(--green)}.order-timeline small{font-size:.68rem}.cancelled-message{background:#fff0f0;border-radius:8px;color:#a33;padding:12px}@media(max-width:600px){.orders-heading,.tracked-order header{align-items:flex-start;flex-direction:column;gap:12px}.order-detail-grid,.order-timeline{grid-template-columns:1fr}.order-timeline{gap:14px}.order-timeline li{border-left:3px solid #eadfce;border-top:0;padding:0 0 0 16px}.order-timeline li:before{left:-7px;top:0}.order-timeline li.complete{border-color:var(--green)}}@media (max-width:700px){.topbar{padding:16px 20px}.topbar nav{gap:12px;font-size:.9rem}.topbar nav a:not(.cart){display:none}.hero{grid-template-columns:1fr;margin-top:24px;padding:0 20px}.banner{min-height:250px}.section,.status{margin-left:20px;margin-right:20px}.section{padding:42px 0}}.closed-status{background:#fff0f0}.closed-status .status-dot{background:#c94b4b}.ordering-unavailable{background:#fff0f0;border-radius:8px;color:#9b1c1c!important;padding:12px}.sold-out{color:#9b1c1c;font-size:.82rem;font-style:normal;font-weight:700}.fulfillment-options{border:1px solid #eadfce;display:grid;grid-gap:8px;gap:8px;margin:20px 0 0;padding:14px}.fulfillment-options legend{font-weight:700;padding:0 5px}.fulfillment-options label{align-items:center;display:flex;font-weight:400;gap:10px;min-height:44px}.fulfillment-options input{min-height:auto;width:auto}.delivery-details{border-top:1px solid #eadfce;display:grid;grid-gap:14px;gap:14px;margin-top:22px;padding-top:22px}.delivery-details h2{font-size:1.55rem}.delivery-details label{display:grid;grid-gap:7px;gap:7px}.delivery-details input,.delivery-details textarea{border:1px solid #c9bdad;border-radius:8px;font:inherit;min-height:44px;padding:12px;width:100%}.delivery-details textarea{min-height:100px;resize:vertical}.delivery-address-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.eta-note{background:#e7f0e7;border-radius:8px;color:#244c37;line-height:1.45;margin:16px 0 0;padding:12px}.delivery-address{display:block!important;line-height:1.55}.delivery-on-the-way{background:#e7f0e7;border-radius:8px;color:#244c37!important;display:block!important;font-weight:700;padding:12px}.saved-addresses{border:1px solid #eadfce;border-radius:10px;display:grid;grid-gap:10px;gap:10px;margin:0;padding:14px}.saved-addresses legend{padding:0 5px}.saved-address-card{background:#fffdf9;border:1px solid #d8cbb7;color:var(--ink)}button.saved-address-card{cursor:pointer}.saved-address-card span{color:#526172;line-height:1.45}.saved-address-list{display:grid;grid-gap:12px;gap:12px;margin-top:26px}.saved-address-list .saved-address-card>div{display:flex;flex-wrap:wrap;gap:14px}.saved-address-list .text-button{margin:0;min-height:36px}.save-address-option{align-items:center;display:flex!important;font-weight:400!important;gap:10px;min-height:44px}.save-address-option input{min-height:auto!important;width:auto!important}.danger-button{color:#9b1c1c}*{min-width:0}body{overflow-x:hidden}button,input,select,textarea{font:inherit}button{min-height:44px}a,button:not(:disabled){cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}:focus-visible{outline:3px solid #1c7ed6}.topbar{gap:18px}.topbar nav{flex-shrink:0}.cart{min-height:44px;white-space:nowrap}.account-card input{min-height:44px;width:100%}.product-card{min-height:176px;width:100%}.customer-orders small,.product-card span,.product-card strong,.product-dialog p{overflow-wrap:anywhere}.product-dialog{overflow-y:auto}.product-dialog>div{max-height:calc(100dvh - 40px);overflow-y:auto}.dialog-close{min-height:44px;min-width:44px;right:8px;top:4px}.quantity button{height:36px;min-height:36px;width:36px}.cart-rows .text-button{margin:0}.order-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-detail-grid p{gap:12px;overflow-wrap:anywhere}.order-timeline{grid-template-columns:repeat(5,minmax(0,1fr))}.order-timeline li{overflow-wrap:anywhere}@media (max-width:700px){.topbar nav a[href="#menu"]{display:none}.topbar nav a[href="/account"]{display:inline}.cart-rows article{align-items:start;grid-template-columns:minmax(0,1fr) auto}.cart-rows article>b{grid-column:1}.cart-rows .text-button{grid-column:2;grid-row:2}}@media (max-width:420px){.topbar{align-items:flex-start;padding:14px 16px}.topbar nav{gap:7px}.cart{padding:9px 11px}.hero{padding:0 16px}.section,.status{margin-left:16px;margin-right:16px}.account-page{padding:24px 16px}.back-link{margin-bottom:26px}.account-card{border-radius:16px;padding:24px}.account-card h1,.orders-heading h1{font-size:2.35rem}.product-grid{grid-template-columns:1fr}.product-dialog{padding:12px}.product-dialog>div{max-height:calc(100dvh - 24px);padding:28px 22px 22px}.tracked-order{padding:18px}.customer-orders article,.delivery-address-grid{grid-template-columns:1fr}.customer-orders article{align-items:flex-start}.customer-orders span{text-align:left}}:root{--ink:#f5eddb;--cream:#11100f;--orange:#c9a24d;--green:#80704a}body{background:radial-gradient(circle at top,#272119 0,#11100f 48rem);color:var(--ink)}.topbar{border-bottom:1px solid #3e3526;max-width:none;padding-left:max(20px,calc((100% - 1120px)/2 + 28px));padding-right:max(20px,calc((100% - 1120px)/2 + 28px));position:-webkit-sticky;position:sticky;top:0;z-index:5;background:#11100fee;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{color:#f9f0df;letter-spacing:.02em}.logo{background:#c9a24d;color:#17130e;box-shadow:0 0 0 4px #c9a24d22}.topbar nav a{border-radius:999px;color:#dfd1b9;padding:10px 13px;transition:background-color .16s ease,color .16s ease,transform .16s ease}.topbar nav a:focus-visible,.topbar nav a:hover{background:#30281e;color:#fff8ea}.topbar nav a[href="#menu"]{color:#f8e6b5;font-weight:800}.topbar nav a[href="/account"]{border:1px solid #74603a;color:#f8e6b5;font-weight:800}.cart{background:#c9a24d;color:#1a150e}.cart span{background:#211b14;color:#f7e4ae}.hero{margin-top:54px}.hero-copy h1{color:#fff8ea}.intro,.section p{color:#c9bda9}.eyebrow,.inline-link{color:#d9b65e}.button{background:#c9a24d;color:#18130d;box-shadow:0 8px 24px #0006;transition:transform .16s ease,background-color .16s ease}.button:focus-visible,.button:hover{background:#e1bf69;transform:translateY(-1px)}.banner{background:linear-gradient(145deg,#2e261b,#19150f);border:1px solid #5e4d2e;color:#f7e6b9;box-shadow:inset 0 1px #ffffff12,0 18px 48px #0006}.status{background:#201c16;border:1px solid #4f422c;color:#e9ddc8}.status-dot{background:#c9a24d}.closed-status,.ordering-unavailable{background:#2a1a17;border-color:#763d32;color:#f1c4b9!important}.account-card,.category-tabs button,.product-card,.tracked-order{background:#1d1914;border-color:#423827;color:#f4ead8}.category-tabs button:focus-visible,.category-tabs button:hover,.product-card:focus-visible,.product-card:hover{border-color:#c9a24d;background:#272118}.category-tabs button.selected{background:#c9a24d;color:#1a150e}.cart-rows small,.order-detail-grid p,.product-card span,.tracked-order small{color:#c7bba8}.product-card b{color:#e2be68}.product-dialog{background:#080706d9}.product-dialog>div{background:#1d1914;color:#f4ead8;border:1px solid #4c402c}.product-dialog p{color:#c7bba8}.account-page{background:linear-gradient(160deg,#15120f,#0d0c0b)}.back-link{color:#e0be68}.account-card input,.delivery-details input,.delivery-details textarea{background:#15120f;border-color:#554832;color:#f6ecd9}.eta-note,.form-message{background:#272118;color:#f4e5c5}.text-button{color:#e0be68}.customer-orders{border-color:#423827}.delivery-details small{color:#c7bba8;font-weight:400;line-height:1.4}.schedule-options{margin-top:16px}.schedule-slot{display:grid!important;font-weight:700!important}.schedule-slot select{background:#15120f;border:1px solid #554832;border-radius:8px;color:#f6ecd9;font:inherit;min-height:48px;padding:12px;width:100%}.schedule-slot small{color:#c7bba8;font-weight:400;line-height:1.4}.scheduled-order-note{color:#e2be68!important;font-size:.9rem;font-weight:700;line-height:1.45;margin:8px 0 0}.customer-address{border-top:1px solid #3e3526;color:#aa9d8a;font-size:.82rem;padding:22px 20px 30px;text-align:center}.logo{background:#10100f url(/samdrup-logo.jpeg) 50%/contain no-repeat;border-radius:7px;color:transparent;height:42px;width:64px}.banner{background-color:#10100f;background-image:url(/samdrup-logo.jpeg);background-position:50%;background-repeat:no-repeat;background-size:80% auto}.banner span{color:transparent;text-shadow:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.account-card:not(.cart-card):before{background:url(/samdrup-logo.jpeg) 50%/contain no-repeat;content:"";display:block;height:70px;margin:0 auto 16px;max-width:220px}@media (max-width:420px){.topbar{padding:12px 14px}.topbar nav a[href="#menu"]{display:inline}.topbar nav{gap:4px}.topbar nav a{padding:9px 10px}.brand{font-size:1.1rem}.topbar{gap:6px}.brand{font-size:0;gap:0}.logo{height:32px;width:50px}.topbar nav{font-size:.76rem;gap:1px}.topbar nav a{padding:8px 7px}.cart{padding:8px}.banner{background-size:84% auto}.account-card:not(.cart-card):before{height:54px;margin-bottom:12px}}.customer-data{border-top:1px solid #423827;display:grid;grid-gap:14px;gap:14px;margin-top:24px;padding-top:24px}.customer-data form,.registration-address{display:grid;grid-gap:12px;gap:12px}.customer-data small,.registration-address small{color:#c7bba8;line-height:1.45}.phone-save-confirmation{background:#26301f;border:1px solid #8e7540;border-radius:10px;color:#f7e4ae;font-size:.92rem;font-weight:700;margin:0;padding:10px 12px}.registration-address{border:1px solid #554832;border-radius:12px;margin:4px 0 16px;padding:16px}.registration-address legend{color:#f4ead8;font-weight:700;padding:0 6px}.checkout-contact-summary{background:#201c16;border:1px solid #5e4d2e;border-radius:14px;display:grid;grid-gap:10px;gap:10px;margin:20px 0;padding:16px}.checkout-contact-summary h2{font-size:1.05rem;margin:0}.checkout-contact-summary p{margin:0}.checkout-contact-summary .saved-address-card span,.checkout-contact-summary>span{color:#c7bba8;line-height:1.45}.checkout-contact-summary .text-button{justify-self:start;margin:0;min-height:36px}.saved-addresses fieldset{border:0;display:grid;grid-gap:10px;gap:10px;margin:0;padding:0}.saved-addresses legend{font-weight:700;margin-bottom:6px}.saved-address-card{background:#15120f;border:1px solid #554832;border-radius:10px;color:#f6ecd9;display:grid;grid-gap:5px;gap:5px;padding:13px;text-align:left;width:100%}.saved-address-card:focus-visible,.saved-address-card:hover{border-color:#c9a24d;background:#272118}.saved-addresses .inline-link{margin-top:4px}@media (max-width:420px){.checkout-contact-summary{margin-left:-2px;margin-right:-2px;padding:14px}.registration-address{padding:14px}}.quantity{gap:7px}.quantity button{align-items:center;background:#2a241a;border:1px solid #8e7540;border-radius:8px;color:#fffdf7;display:inline-flex;font-size:1.45rem;font-weight:900;height:40px;justify-content:center;line-height:1;min-height:40px;text-shadow:0 1px 1px #000;width:40px}.quantity button:focus-visible,.quantity button:hover:not(:disabled){background:#42351f;border-color:#d6b35b;color:#fff}.quantity button:disabled{background:#25211c;color:#a79d8d}.quantity span{align-items:center;background:#15120f;border:1px solid #554832;border-radius:8px;color:#fff8ea;display:inline-flex;font-weight:800;height:40px;justify-content:center;min-width:32px}@media (prefers-reduced-motion:no-preference){.category-tabs button,.product-card,.product-dialog>div,a,button,input,select,textarea{transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,opacity .18s ease,transform .18s ease}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:focus-visible{outline-color:#d9b65e;outline-offset:3px}.button:active,button:active:not(:disabled){transform:translateY(1px)}.topbar{box-shadow:0 1px 0 #0008}.brand{letter-spacing:.01em}.topbar nav a{align-items:center;display:inline-flex;min-height:40px}.cart span{font-weight:800;min-width:21px;text-align:center}.account-card h2,.orders-page h2,.section h2{color:#fff8ea;letter-spacing:-.02em}.product-grid{gap:18px}.product-card{align-content:start;background:#1b1813;border-color:#493d2a;border-radius:12px;box-shadow:inset 0 1px 0 #ffffff08;gap:12px;min-height:190px;padding:22px}.product-card strong{color:#fff8ea;font-size:1.42rem;letter-spacing:-.025em;line-height:1.08}.product-card span{color:#cfc2ac;line-height:1.5;min-height:0}.product-card b{align-self:end;color:#e3bf69;font-size:1.08rem;margin-top:auto}.product-card:focus-visible,.product-card:hover{border-color:#c9a24d;box-shadow:0 0 0 1px #c9a24d40,0 10px 24px #0003;transform:translateY(-2px)}.product-dialog{background:#050403e8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-dialog>div{background:#1b1813;border-color:#5a4a31;border-radius:14px;box-shadow:0 22px 60px #0009;display:grid;grid-gap:16px;gap:16px;max-width:470px;padding:38px}.product-dialog h2{color:#fff8ea;font-size:clamp(1.9rem,7vw,2.45rem);line-height:1;margin:0;padding-right:42px}.product-dialog p{color:#cdc0aa;margin:0}.product-dialog>div>strong{color:#e5c46f;font-size:1.35rem;letter-spacing:.01em;margin-top:4px}.product-dialog .button{justify-self:start;margin-top:8px;min-width:210px;text-align:center}.dialog-close{align-items:center;background:#272118;border:1px solid #5c4d35;border-radius:50%;color:#fff8ea;display:inline-flex;font-size:1.75rem;justify-content:center;line-height:1}.dialog-close:focus-visible,.dialog-close:hover{background:#3a3022;border-color:#c9a24d}.category-tabs{gap:10px}.category-tabs button{background:#1b1813;border-color:#493d2a;color:#ded2bb;min-height:40px}.category-tabs button.selected{box-shadow:inset 0 1px 0 #fff4}.fulfillment-options{background:#1a1712;border-color:#4c402d;border-radius:12px;gap:9px;padding:15px}.fulfillment-options legend{color:#f5eddb}.fulfillment-options label{background:#15120f;border:1px solid #4d402d;border-radius:9px;color:#ded2bb;cursor:pointer;min-height:50px;padding:12px 14px}.fulfillment-options label:hover{border-color:#806a3c;background:#211c14}.fulfillment-options label:has(input:checked){background:#2a2317;border-color:#c9a24d;box-shadow:inset 3px 0 #c9a24d;color:#fff8ea;font-weight:700}.fulfillment-options input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#11100f;border:2px solid #8b7958;border-radius:50%;height:19px;margin:0;min-height:19px;min-width:19px;padding:0;width:19px}.fulfillment-options input[type=radio]:checked{background:#c9a24d;border-color:#e7c96f;box-shadow:inset 0 0 0 4px #2a2317}.fulfillment-options input[type=radio]:focus-visible{outline:2px solid #e1bf69;outline-offset:3px}.payment-method-options{background:#1a1712;border:1px solid #4c402d;border-radius:12px;margin:20px 0 0;padding:15px}.payment-method-options legend{color:#f5eddb;font-weight:700;padding:0 5px}.payment-method-options label{align-items:center;background:#15120f;border:1px solid #4d402d;border-radius:9px;color:#ded2bb;cursor:pointer;display:flex;gap:12px;min-height:58px;padding:12px 14px}.payment-method-options label:hover{background:#211c14;border-color:#806a3c}.payment-method-options label.selected-payment-method{background:#2a2317;border-color:#c9a24d;box-shadow:inset 3px 0 #c9a24d;color:#fff8ea}.payment-method-options input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#11100f;border:2px solid #8b7958;border-radius:50%;height:19px;margin:0;min-height:19px;min-width:19px;padding:0;width:19px}.payment-method-options input[type=radio]:checked{background:#c9a24d;border-color:#e7c96f;box-shadow:inset 0 0 0 4px #2a2317}.payment-method-options span{display:grid;grid-gap:4px;gap:4px}.payment-method-options strong{color:#fff8ea}.payment-method-options strong small{color:#e5c46f;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.payment-method-options span>small{color:#c7bba8;line-height:1.35}.payment-preparation-note{background:#282217;border-left:3px solid #c9a24d;border-radius:0 7px 7px 0;color:#f4e5c5;line-height:1.45;margin:12px 0 0;padding:10px 12px}.payment-cancelled-notice{background:#2a1b16;border:1px solid #9d6544;border-left:4px solid #d68959;border-radius:12px;color:#f6ddc8;display:grid;grid-gap:10px;gap:10px;margin:20px 0 0;padding:16px}.payment-cancelled-notice strong{color:#ffe5cc;font-size:1.08rem}.payment-cancelled-notice p{line-height:1.45;margin:0}.payment-cancelled-notice .button{justify-self:start}.payment-method-options .text-button{margin:12px 0 0;min-height:36px}.schedule-slot{align-items:stretch!important}.schedule-slot select{margin-top:2px}.cart-total{background:#17140f;border:1px solid #4c402d;border-radius:12px;padding:15px}.cart-total span{color:#cabda7}.cart-total span:last-of-type,.cart-total strong:last-child{border-top:1px solid #685937;color:#fff8ea;font-size:1.22rem;margin-top:5px;padding-top:14px}.cart-total strong:last-child{color:#e6c772}.eta-note{border:1px solid #5b4b30;color:#f4e4ba}.scheduled-order-note{background:#242015;border-left:3px solid #c9a24d;border-radius:0 7px 7px 0;padding:9px 11px}.handoff-code{background:#262015;border:1px solid #a98a42;border-radius:11px;color:#f9e8b8;margin:14px 0;padding:14px;text-align:center}.handoff-code strong{display:block;font-size:1.65rem;letter-spacing:.15em;line-height:1.2}.order-detail-grid>div:last-child>strong{color:#e6c772;display:block;font-size:1.2rem;margin-top:14px}.order-status{border:1px solid #737049;color:#f9edcb}.phone-save-confirmation{box-shadow:inset 0 1px #ffffff0d}.account-card input:focus,.delivery-details input:focus,.delivery-details textarea:focus,.schedule-slot select:focus{border-color:#c9a24d;box-shadow:0 0 0 3px #c9a24d22;outline:0}@media (max-width:420px){.product-card{min-height:0;padding:20px}.product-dialog>div{gap:14px;padding:30px 20px 22px}.product-dialog .button{min-width:100%;width:100%}.fulfillment-options label{min-height:52px}.cart-total{padding:14px}}