:root{
  --commerce-green:#2F6246;
  --commerce-green-dark:#234A35;
  --commerce-green-tint:#E9F0EB;
  --commerce-cream:#F6EFE5;
  --commerce-line:#EDE2CF;
  --commerce-cocoa:#3D2B1F;
  --commerce-muted:#826F5E;
  --commerce-orange:#F5A637;
  --commerce-danger:#B94A3B;
  --commerce-white:#fff;
}
.commerce-cart-button{
  position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(18px,calc(18px + env(safe-area-inset-bottom)));
  z-index:65;display:flex;align-items:center;gap:9px;min-height:52px;padding:0 14px 0 16px;border-radius:18px;
  background:var(--commerce-green);color:#fff;box-shadow:0 14px 35px rgba(35,74,53,.28);font-weight:800;font-size:13px;
  border:1px solid rgba(255,255,255,.18);transition:transform .16s ease,box-shadow .16s ease;
}
.commerce-cart-button:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(35,74,53,.34)}
.commerce-cart-button:active{transform:scale(.97)}
.commerce-cart-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.commerce-cart-count{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:var(--commerce-orange);color:var(--commerce-cocoa);font-size:11px;font-weight:900}
.commerce-cart-count.is-zero{display:none}
.commerce-overlay{position:fixed;inset:0;z-index:120;display:none;background:rgba(61,43,31,.56);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.commerce-overlay.on{display:flex;align-items:flex-end;justify-content:center}
.commerce-sheet{width:100%;max-width:620px;max-height:94dvh;overflow:auto;background:#fff;border-radius:28px 28px 0 0;box-shadow:0 -24px 70px rgba(61,43,31,.25);padding-bottom:calc(18px + env(safe-area-inset-bottom));animation:commerce-up .2s ease}
.commerce-sheet.checkout{max-width:760px}
@keyframes commerce-up{from{transform:translateY(34px);opacity:.55}to{transform:none;opacity:1}}
.commerce-grip{width:44px;height:5px;margin:11px auto 0;border-radius:99px;background:#D8C4A5}
.commerce-head{position:sticky;top:0;z-index:3;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px 14px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--commerce-line)}
.commerce-head h2{font:700 22px/1.2 var(--head,'Poppins',sans-serif);letter-spacing:-.35px}
.commerce-head p{margin-top:5px;font-size:12px;line-height:1.45;color:var(--commerce-muted)}
.commerce-close{display:grid;place-items:center;flex:none;width:42px;height:42px;border-radius:14px;background:var(--commerce-cream);color:var(--commerce-cocoa)}
.commerce-close svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round}
.commerce-body{padding:18px 20px 24px}
.commerce-empty{text-align:center;padding:44px 18px 54px;color:var(--commerce-muted)}
.commerce-empty-icon{width:62px;height:62px;margin:0 auto 15px;display:grid;place-items:center;border-radius:21px;background:var(--commerce-green-tint);color:var(--commerce-green)}
.commerce-empty-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.commerce-empty b{display:block;color:var(--commerce-cocoa);font:700 19px var(--head,'Poppins',sans-serif);margin-bottom:6px}
.commerce-empty p{font-size:13px;line-height:1.55}
.commerce-primary,.commerce-secondary,.commerce-link-button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:50px;border-radius:15px;padding:0 18px;font-weight:800;font-size:13px}
.commerce-primary{background:var(--commerce-green);color:#fff;box-shadow:0 9px 22px rgba(47,98,70,.20)}
.commerce-primary:hover{background:var(--commerce-green-dark)}
.commerce-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}
.commerce-secondary{background:var(--commerce-green-tint);color:var(--commerce-green)}
.commerce-link-button{background:transparent;color:var(--commerce-green);min-height:42px}
.commerce-primary svg,.commerce-secondary svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.commerce-empty .commerce-primary{margin:20px auto 0;max-width:260px}
.commerce-list{display:grid;gap:12px}
.commerce-item{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;padding:11px;border:1px solid var(--commerce-line);border-radius:18px;background:#fff}
.commerce-item-image{width:76px;height:76px;border-radius:14px;overflow:hidden;background:var(--commerce-cream)}
.commerce-item-image img{width:100%;height:100%;object-fit:cover}
.commerce-item-main{min-width:0;display:flex;flex-direction:column}
.commerce-item-name{font-size:13px;font-weight:800;line-height:1.35;color:var(--commerce-cocoa);padding-right:26px}
.commerce-item-price{margin-top:4px;font-size:13px;font-weight:800;color:var(--commerce-green)}
.commerce-item-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:8px}
.commerce-qty{display:flex;align-items:center;gap:4px;background:var(--commerce-cream);border-radius:12px;padding:3px}
.commerce-qty button{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#fff;font-size:18px;font-weight:800}
.commerce-qty span{min-width:26px;text-align:center;font-size:12px;font-weight:900}
.commerce-remove{font-size:11px;font-weight:800;color:var(--commerce-danger);padding:7px}
.commerce-promo{display:flex;gap:11px;margin-top:14px;padding:13px 14px;border-radius:16px;background:#FFF7E8;border:1px solid #F1D8AA;color:#705129}
.commerce-promo svg{flex:none;width:22px;height:22px;fill:none;stroke:var(--commerce-orange);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.commerce-promo b{display:block;font-size:12px;color:var(--commerce-cocoa)}
.commerce-promo p{margin-top:3px;font-size:11px;line-height:1.45}
.commerce-summary{margin-top:16px;padding:15px 16px;border-radius:18px;background:#FAF8F4;border:1px solid var(--commerce-line)}
.commerce-summary-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:5px 0;font-size:12px;color:var(--commerce-muted)}
.commerce-summary-row b{color:var(--commerce-cocoa)}
.commerce-summary-row.total{margin-top:7px;padding-top:12px;border-top:1px dashed #D8C4A5;font-size:15px;font-weight:800;color:var(--commerce-cocoa)}
.commerce-summary-row.total b{font:800 19px var(--head,'Poppins',sans-serif);color:var(--commerce-green)}
.commerce-cart-actions{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 1.7fr;gap:10px;margin:18px -20px -24px;padding:14px 20px calc(14px + env(safe-area-inset-bottom));background:rgba(255,255,255,.95);border-top:1px solid var(--commerce-line);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.commerce-bulky{margin-top:14px;padding:13px 14px;border-radius:15px;background:#FCEEEB;border:1px solid #F2CBC3;color:#7A3429;font-size:12px;line-height:1.5}
.commerce-section{margin-bottom:20px}
.commerce-section-title{display:flex;align-items:center;gap:9px;margin-bottom:11px;font:700 15px var(--head,'Poppins',sans-serif)}
.commerce-section-title span{display:grid;place-items:center;width:28px;height:28px;border-radius:10px;background:var(--commerce-green-tint);color:var(--commerce-green);font-size:12px;font-weight:900}
.commerce-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.commerce-field{display:grid;gap:6px}
.commerce-field.full{grid-column:1/-1}
.commerce-field label,.commerce-label{font-size:11px;font-weight:800;color:var(--commerce-cocoa)}
.commerce-field input,.commerce-field textarea,.commerce-field select{width:100%;border:1.5px solid var(--commerce-line);border-radius:13px;background:#fff;color:var(--commerce-cocoa);padding:12px 13px;outline:0;font-size:14px;font-weight:600}
.commerce-field textarea{min-height:82px;resize:vertical;line-height:1.45}
.commerce-field input:focus,.commerce-field textarea:focus,.commerce-field select:focus{border-color:var(--commerce-orange);box-shadow:0 0 0 4px rgba(245,166,55,.14)}
.commerce-field small{font-size:10px;line-height:1.4;color:var(--commerce-muted)}
.commerce-shipping{display:grid;gap:9px}
.commerce-shipping-option{display:flex;align-items:flex-start;gap:11px;padding:12px 13px;border:1.5px solid var(--commerce-line);border-radius:15px;cursor:pointer;transition:.15s}
.commerce-shipping-option:has(input:checked){border-color:var(--commerce-green);background:var(--commerce-green-tint)}
.commerce-shipping-option input{margin-top:3px;accent-color:var(--commerce-green)}
.commerce-shipping-copy{flex:1;min-width:0}
.commerce-shipping-copy b{display:block;font-size:12px;line-height:1.35}
.commerce-shipping-copy small{display:block;margin-top:3px;font-size:10.5px;line-height:1.4;color:var(--commerce-muted)}
.commerce-shipping-price{font-size:12px;font-weight:900;color:var(--commerce-green);white-space:nowrap}
.commerce-checkout-items{display:grid;gap:8px;padding:13px 14px;border:1px solid var(--commerce-line);border-radius:16px}
.commerce-checkout-item{display:flex;justify-content:space-between;gap:18px;font-size:11px;line-height:1.4;color:var(--commerce-muted)}
.commerce-checkout-item span:first-child{min-width:0}
.commerce-checkout-item b{color:var(--commerce-cocoa);white-space:nowrap}
.commerce-payment-note{display:flex;gap:10px;padding:12px 13px;border-radius:15px;background:var(--commerce-green-tint);color:var(--commerce-green);font-size:11px;line-height:1.45}
.commerce-payment-note.warning{background:#FFF7E8;color:#705129}
.commerce-payment-note svg{flex:none;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.commerce-checkout-actions{display:grid;gap:9px;margin-top:16px}
.commerce-status{display:none;margin-top:12px;padding:12px 13px;border-radius:14px;font-size:12px;line-height:1.45}
.commerce-status.show{display:block}
.commerce-status.error{background:#FCEEEB;color:#7A3429}
.commerce-status.info{background:#EEF4F0;color:#2F6246}
.commerce-success{max-width:470px;text-align:center;padding:34px 22px 40px}
.commerce-success-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 16px;border-radius:24px;background:var(--commerce-green-tint);color:var(--commerce-green)}
.commerce-success-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.commerce-success h2{font:700 23px var(--head,'Poppins',sans-serif)}
.commerce-success p{margin-top:8px;color:var(--commerce-muted);font-size:13px;line-height:1.55}
.commerce-success .commerce-primary{margin-top:20px;width:100%}
.commerce-badge{display:inline-flex;align-items:center;gap:5px;margin-top:8px;padding:6px 9px;border-radius:999px;background:var(--commerce-cream);font-size:10px;font-weight:800;color:var(--commerce-muted)}
.commerce-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;flex:1}
#modal .stickycta.commerce-enhanced{gap:9px}
#modal .stickycta.commerce-enhanced .stickyprice{min-width:94px}
#modal .stickycta.commerce-enhanced .commerce-primary,#modal .stickycta.commerce-enhanced .commerce-secondary{min-height:48px;padding:0 11px;font-size:11.5px;border-radius:14px}
@media(max-width:560px){
  .commerce-cart-button{right:14px;bottom:max(14px,calc(14px + env(safe-area-inset-bottom)));min-height:50px;padding:0 11px 0 14px}
  .commerce-cart-button .commerce-cart-label{display:none}
  .commerce-sheet{max-height:96dvh;border-radius:24px 24px 0 0}
  .commerce-head{padding:16px 15px 13px}.commerce-body{padding:15px 15px 22px}
  .commerce-cart-actions{margin:17px -15px -22px;padding-left:15px;padding-right:15px;grid-template-columns:1fr 1.6fr}
  .commerce-grid{grid-template-columns:1fr}
  .commerce-field.full{grid-column:auto}
  .commerce-item{grid-template-columns:68px minmax(0,1fr)}.commerce-item-image{width:68px;height:68px}
  .commerce-modal-actions{grid-template-columns:1fr}
  #modal .stickycta.commerce-enhanced{align-items:stretch}
  #modal .stickycta.commerce-enhanced .stickyprice{display:none}
}
@media(min-width:760px){.commerce-overlay.on{align-items:center;padding:24px}.commerce-sheet{border-radius:28px;max-height:92dvh}.commerce-sheet.checkout{display:block}}

/* v21: commerce controls are intentionally obvious on every screen */
.commerce-header-actions{display:flex;align-items:center;gap:8px;flex:none}
.commerce-header-cart{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border-radius:14px;background:var(--commerce-green);color:#fff;box-shadow:0 8px 20px rgba(47,98,70,.18);font-size:12px;font-weight:900;border:1px solid rgba(255,255,255,.18)}
.commerce-header-cart svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.commerce-header-cart .commerce-cart-count{min-width:22px;height:22px;font-size:10px}
.commerce-card-add{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:38px;margin-top:7px;border-radius:12px;background:var(--commerce-green);color:#fff;font-size:11px;font-weight:900;box-shadow:0 6px 14px rgba(47,98,70,.14);transition:transform .15s ease,background .15s ease;position:relative;z-index:2}
.commerce-card-add:hover{background:var(--commerce-green-dark);transform:translateY(-1px)}
.commerce-card-add:active{transform:scale(.98)}
.commerce-card-add:focus-visible{outline:3px solid rgba(245,166,55,.55);outline-offset:2px}
.commerce-card-add svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.grid.list .commerce-card-add{max-width:170px}
@media(max-width:560px){
  .commerce-header-actions{gap:6px}
  .commerce-header-actions .pill{display:none}
  .commerce-header-cart{min-height:40px;padding:0 10px}
  .commerce-header-cart>span{display:none}
  .commerce-card-add{min-height:40px;font-size:11.5px}
}

/* v22: clear selected-product state and inline quantity controls */
.card.commerce-in-cart{
  border-color:var(--commerce-green)!important;
  box-shadow:0 0 0 2px rgba(47,98,70,.18),0 12px 28px rgba(35,74,53,.10)!important;
  background:linear-gradient(180deg,#fff 0%,#FBFDFB 100%);
}
.card.commerce-in-cart:hover{border-color:var(--commerce-green)!important}
.commerce-card-status{
  position:absolute;top:9px;right:9px;z-index:4;display:inline-flex;align-items:center;gap:5px;
  min-height:28px;padding:0 9px;border-radius:999px;background:var(--commerce-green);color:#fff;
  font-size:9.5px;font-weight:900;box-shadow:0 7px 18px rgba(35,74,53,.24);pointer-events:none;
}
.commerce-card-status[hidden]{display:none!important}
.commerce-card-status svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}
.commerce-card-add.is-added{
  min-height:42px;padding:4px 5px 4px 9px;justify-content:space-between;gap:6px;
  background:var(--commerce-green-tint);color:var(--commerce-green);border:1.5px solid rgba(47,98,70,.28);
  box-shadow:none;transform:none;
}
.commerce-card-add.is-added:hover{background:#E1ECE5;transform:none}
.commerce-card-added-label{display:flex;align-items:center;gap:5px;min-width:0;font-size:9.5px;font-weight:900;white-space:nowrap}
.commerce-card-added-label svg{width:15px;height:15px;stroke-width:2.8}
.commerce-card-stepper{display:flex;align-items:center;gap:2px;padding:2px;border-radius:10px;background:#fff;border:1px solid rgba(47,98,70,.18);box-shadow:0 2px 8px rgba(35,74,53,.07)}
.commerce-card-stepper strong{min-width:22px;text-align:center;color:var(--commerce-cocoa);font-size:11px;font-weight:900}
.commerce-card-qty-button{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;color:var(--commerce-green);font-size:17px;font-weight:900;line-height:1;cursor:pointer;user-select:none;-webkit-user-select:none}
.commerce-card-qty-button:hover{background:var(--commerce-green-tint)}
.commerce-card-qty-button:active{background:#D9E8DE;transform:scale(.94)}
.commerce-card-qty-button:focus-visible,.commerce-card-added-label:focus-visible{outline:2px solid var(--commerce-orange);outline-offset:1px}
.grid.list .commerce-card-add.is-added{max-width:220px}
@media(max-width:390px){
  .commerce-card-add.is-added{padding-left:6px;gap:3px}
  .commerce-card-added-label{font-size:8.5px;gap:3px}
  .commerce-card-added-label svg{width:13px;height:13px}
  .commerce-card-stepper strong{min-width:17px;font-size:10px}
  .commerce-card-qty-button{width:24px;height:25px;font-size:15px}
  .commerce-card-status{top:7px;right:7px;min-height:25px;padding:0 7px;font-size:8.5px}
}


/* v24 — minimal checkout, address autocomplete, and destination-aware shipping */
.commerce-sheet.checkout{max-width:920px;background:#FCFBF8}
.commerce-sheet.checkout .commerce-head{padding:16px 20px 13px}
.commerce-sheet.checkout .commerce-head h2{font-size:20px}
.commerce-sheet.checkout .commerce-head p{margin-top:3px;font-size:11px}
.commerce-sheet.checkout .commerce-body{padding:16px 18px 0}
.commerce-checkout-form{padding-bottom:84px}
.commerce-checkout-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(255px,.72fr);gap:16px;align-items:start}
.commerce-checkout-main{display:grid;gap:12px}
.commerce-checkout-side{position:sticky;top:84px;display:grid;gap:10px;padding:14px;border:1px solid var(--commerce-line);border-radius:18px;background:#fff}
.commerce-clean-section{padding:16px;border:1px solid var(--commerce-line);border-radius:18px;background:#fff}
.commerce-clean-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}
.commerce-clean-heading h3{font:700 15px/1.3 var(--head,'Poppins',sans-serif);letter-spacing:-.1px;color:var(--commerce-cocoa)}
.commerce-clean-heading span{font-size:10px;font-weight:700;color:var(--commerce-muted)}
.commerce-sheet.checkout .commerce-grid{gap:9px}
.commerce-sheet.checkout .commerce-field{gap:5px}
.commerce-sheet.checkout .commerce-field label{font-size:10.5px;font-weight:700;color:#635448}
.commerce-sheet.checkout .commerce-field input,
.commerce-sheet.checkout .commerce-field textarea,
.commerce-sheet.checkout .commerce-field select{min-height:46px;padding:11px 12px;border:1px solid #E7DED1;border-radius:12px;background:#fff;font-size:13px;font-weight:600;box-shadow:none}
.commerce-sheet.checkout .commerce-field textarea{min-height:72px}
.commerce-sheet.checkout .commerce-field input::placeholder,
.commerce-sheet.checkout .commerce-field textarea::placeholder{color:#AA9D91;font-weight:500}
.commerce-sheet.checkout .commerce-field input:focus,
.commerce-sheet.checkout .commerce-field textarea:focus,
.commerce-sheet.checkout .commerce-field select:focus{border-color:var(--commerce-green);box-shadow:0 0 0 3px rgba(47,98,70,.10)}
.commerce-sheet.checkout .commerce-field input.is-readonly{background:#F7F5F1;color:#6C6258;cursor:default}
.commerce-delivery-toggle{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:13px;padding:4px;border-radius:13px;background:#F3EFE8}
.commerce-delivery-toggle label{display:flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border-radius:10px;color:#75675B;font-size:11.5px;font-weight:800;cursor:pointer;transition:.15s}
.commerce-delivery-toggle label.on{background:#fff;color:var(--commerce-green);box-shadow:0 3px 10px rgba(61,43,31,.08)}
.commerce-delivery-toggle input{position:absolute;opacity:0;pointer-events:none}
.commerce-delivery-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.commerce-address-grid{margin-top:2px}
.commerce-input-with-icon{position:relative}
.commerce-input-with-icon>svg{position:absolute;left:12px;top:50%;z-index:1;width:17px;height:17px;transform:translateY(-50%);fill:none;stroke:#8B7C70;stroke-width:2;stroke-linecap:round;pointer-events:none}
.commerce-input-with-icon input{padding-left:38px!important}
.commerce-region-combobox{position:relative;z-index:8}
.commerce-region-results{position:absolute;left:0;right:0;top:calc(100% - 39px);z-index:30;max-height:270px;overflow:auto;padding:5px;border:1px solid #DDD2C3;border-radius:13px;background:#fff;box-shadow:0 18px 42px rgba(61,43,31,.18)}
.commerce-region-results[hidden]{display:none!important}
.commerce-region-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:10px 10px;border-radius:9px;text-align:left;color:var(--commerce-cocoa)}
.commerce-region-option:hover,.commerce-region-option.active{background:var(--commerce-green-tint)}
.commerce-region-option span{min-width:0}
.commerce-region-option b{display:block;font-size:11.5px;line-height:1.35}
.commerce-region-option small{display:block;margin-top:2px;font-size:9.5px;line-height:1.4;color:var(--commerce-muted)}
.commerce-region-option svg{flex:none;width:16px;height:16px;fill:none;stroke:var(--commerce-green);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.commerce-region-loading,.commerce-region-empty{display:grid;gap:3px;padding:12px;color:var(--commerce-muted);font-size:10.5px}
.commerce-region-empty b{font-size:11.5px;color:var(--commerce-cocoa)}
.commerce-region-selected{display:none;align-items:center;gap:6px;margin-top:1px;padding:7px 9px;border-radius:9px;background:var(--commerce-green-tint);color:var(--commerce-green);font-size:10px;font-weight:800}
.commerce-region-selected.show{display:flex}
.commerce-region-selected svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.commerce-manual-region{width:max-content;max-width:100%;padding:5px 0;color:var(--commerce-green);font-size:9.5px;font-weight:800;text-align:left}
.commerce-shipping-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:14px 0 8px}
.commerce-shipping-heading b{font-size:11px;color:var(--commerce-cocoa)}
.commerce-shipping-heading span{font-size:9.5px;color:var(--commerce-muted)}
.commerce-sheet.checkout .commerce-shipping{gap:7px}
.commerce-sheet.checkout .commerce-shipping-option{align-items:center;gap:9px;padding:10px 11px;border:1px solid #E7DED1;border-radius:12px;background:#fff}
.commerce-sheet.checkout .commerce-shipping-option:has(input:checked){border-color:var(--commerce-green);background:#F4F8F5;box-shadow:inset 0 0 0 1px rgba(47,98,70,.10)}
.commerce-sheet.checkout .commerce-shipping-option input{width:16px;height:16px;margin:0;flex:none}
.commerce-sheet.checkout .commerce-shipping-copy b{display:flex;align-items:baseline;gap:6px;font-size:11.5px}
.commerce-sheet.checkout .commerce-shipping-copy b em{font-style:normal;font-size:9.5px;font-weight:700;color:var(--commerce-muted)}
.commerce-sheet.checkout .commerce-shipping-copy small{margin-top:1px;font-size:9.5px;line-height:1.35}
.commerce-sheet.checkout .commerce-shipping-price{font-size:11px}
.commerce-shipping-placeholder{display:grid;gap:3px;padding:13px;border:1px dashed #D8CDBF;border-radius:12px;background:#FAF8F4;color:var(--commerce-muted);text-align:center}
.commerce-shipping-placeholder b{font-size:11px;color:#6E6257}
.commerce-shipping-placeholder span{font-size:9.5px}
.commerce-optional-section{border:1px solid var(--commerce-line);border-radius:15px;background:#fff;overflow:hidden}
.commerce-optional-section>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:0 14px;list-style:none;color:#5F554C;font-size:11.5px;font-weight:800;cursor:pointer}
.commerce-optional-section>summary::-webkit-details-marker{display:none}
.commerce-optional-section>summary svg,.commerce-order-details summary svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s}
.commerce-optional-section[open]>summary svg,.commerce-order-details[open] summary svg{transform:rotate(180deg)}
.commerce-optional-content{padding:0 14px 14px}
.commerce-bonus-section>summary{color:var(--commerce-green)}
.commerce-bonus-section .commerce-promo{margin:0 14px 11px;padding:10px 11px}
.commerce-bonus-section .commerce-promo b{font-size:11px}
.commerce-bonus-section .commerce-promo p{font-size:9.5px}
.commerce-order-details{border-bottom:1px solid var(--commerce-line);padding-bottom:10px}
.commerce-order-details summary{display:flex;align-items:center;justify-content:space-between;gap:10px;list-style:none;cursor:pointer}
.commerce-order-details summary::-webkit-details-marker{display:none}
.commerce-order-details summary span{display:grid;gap:1px}
.commerce-order-details summary b{font-size:12px;color:var(--commerce-cocoa)}
.commerce-order-details summary small{font-size:9.5px;color:var(--commerce-muted)}
.commerce-order-details .commerce-checkout-items{margin-top:10px;padding:10px;border-radius:11px;background:#FAF8F4}
.commerce-sheet.checkout .commerce-checkout-item{font-size:9.5px}
.commerce-sheet.checkout .commerce-summary{margin:0;padding:10px 0;border:0;border-radius:0;background:transparent}
.commerce-sheet.checkout .commerce-summary-row{padding:4px 0;font-size:10.5px}
.commerce-sheet.checkout .commerce-summary-row.total{margin-top:4px;padding-top:10px;font-size:12px}
.commerce-sheet.checkout .commerce-summary-row.total b{font-size:17px}
.commerce-secure-line{display:flex;align-items:center;gap:7px;padding:8px 9px;border-radius:10px;background:#F3F7F4;color:var(--commerce-green);font-size:9.5px;font-weight:700;line-height:1.35}
.commerce-secure-line svg{width:16px;height:16px;flex:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.commerce-checkout-side .commerce-link-button{min-height:32px;padding:0;font-size:9.5px}
.commerce-sheet.checkout .commerce-status{margin:12px 0 0}
.commerce-checkout-sticky{position:sticky;bottom:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:14px -18px 0;padding:11px 18px calc(11px + env(safe-area-inset-bottom));border-top:1px solid var(--commerce-line);background:rgba(255,255,255,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.commerce-checkout-sticky>div{display:grid;gap:1px;min-width:0}
.commerce-checkout-sticky small{font-size:9px;font-weight:700;color:var(--commerce-muted)}
.commerce-checkout-sticky b{font:800 17px/1.2 var(--head,'Poppins',sans-serif);color:var(--commerce-green);white-space:nowrap}
.commerce-checkout-sticky .commerce-primary{min-width:190px;min-height:48px;border-radius:13px}
@media(max-width:760px){
  .commerce-sheet.checkout .commerce-head{padding:13px 14px 11px}
  .commerce-sheet.checkout .commerce-head h2{font-size:18px}
  .commerce-sheet.checkout .commerce-head p{display:none}
  .commerce-sheet.checkout .commerce-body{padding:12px 12px 0}
  .commerce-checkout-layout{grid-template-columns:1fr;gap:10px}
  .commerce-checkout-main{gap:10px}
  .commerce-checkout-side{position:static;order:2;padding:12px;border-radius:15px}
  .commerce-clean-section{padding:13px;border-radius:15px}
  .commerce-clean-heading{margin-bottom:10px}
  .commerce-clean-heading h3{font-size:14px}
  .commerce-sheet.checkout .commerce-grid{grid-template-columns:1fr 1fr;gap:8px}
  .commerce-sheet.checkout .commerce-field.full{grid-column:1/-1}
  .commerce-sheet.checkout .commerce-field input,
  .commerce-sheet.checkout .commerce-field textarea{font-size:16px}
  .commerce-sheet.checkout .commerce-field textarea{min-height:68px}
  .commerce-region-results{top:calc(100% - 40px);max-height:230px}
  .commerce-checkout-sticky{margin:10px -12px 0;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}
  .commerce-checkout-sticky .commerce-primary{min-width:150px;min-height:46px;padding:0 14px}
}
@media(max-width:420px){
  .commerce-sheet.checkout .commerce-grid{grid-template-columns:1fr}
  .commerce-sheet.checkout .commerce-field.full{grid-column:auto}
  .commerce-clean-heading span{display:none}
  .commerce-shipping-heading span{display:none}
  .commerce-sheet.checkout .commerce-shipping-copy small{display:none}
  .commerce-sheet.checkout .commerce-shipping-copy b{display:grid;gap:1px}
  .commerce-checkout-sticky b{font-size:15px}
  .commerce-checkout-sticky .commerce-primary{min-width:142px;font-size:12px}
}
