:root { --cod-ink:#17353d; --cod-muted:#627b80; --cod-brand:#258dac; --cod-brand-dark:#176b82; --cod-accent:#45aa8b; --cod-surface:#fff; --cod-bg:#f4faf8; --cod-line:#dce9e7; --cod-warm:#fff6dc; --cod-radius:18px; }
* { box-sizing:border-box; }
body.ghana-cod-product-template { margin:0; color:var(--cod-ink); background:var(--cod-bg); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.55; padding-bottom:76px; }
body.cod-modal-open { overflow:hidden; }
button,input,select,textarea { font:inherit; }
button { cursor:pointer; }
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible { outline:3px solid #f4b740; outline-offset:2px; }
.cod-skip-link { position:absolute; left:12px; top:-60px; z-index:10; background:#fff; padding:8px 12px; color:var(--cod-ink); }.cod-skip-link:focus { top:12px; }
.cod-page-shell { width:min(1160px,100%); margin:0 auto; background:var(--cod-surface); }
.cod-store-nav { position:sticky; top:0; z-index:40; display:flex; align-items:center; justify-content:space-between; gap:20px; height:76px; min-height:76px; padding:8px 18px; background:#fff; border-bottom:1px solid var(--cod-line); }.cod-product-brand { display:inline-flex; align-items:center; min-width:0; }.cod-product-brand img { display:block; width:230px; height:58px; object-fit:contain; }.cod-store-home { display:inline-flex; align-items:center; justify-content:center; gap:7px; min-height:40px; flex:0 0 auto; padding:6px 14px; border:1px solid var(--cod-line); border-radius:12px; color:var(--cod-brand-dark); background:#fff; font-weight:800; text-decoration:none; }.cod-store-home:hover { border-color:var(--cod-accent); background:#f0faf6; }.cod-store-home:focus-visible,.cod-product-brand:focus-visible { outline:3px solid #f4c928; outline-offset:2px; }
.cod-promo-bar { display:flex; align-items:center; gap:18px; padding:10px 18px; background:#fff; color:var(--cod-brand-dark); border-bottom:1px solid var(--cod-line); font-size:.9rem; }.cod-promo-message { flex:1; text-align:center; }.cod-promo-message span { color:var(--cod-accent); margin-right:6px; }
.cod-hero { display:grid; gap:28px; padding:26px 18px 42px; }.cod-gallery { min-width:0; }.cod-main-image-wrap { position:relative; aspect-ratio:1/1; overflow:hidden; background:#e8f0ed; border-radius:var(--cod-radius); }.cod-main-image { width:100%; height:100%; object-fit:cover; display:block; }.cod-image-placeholder { display:grid; height:100%; place-items:center; color:var(--cod-muted); }
.cod-carousel-counter { position:absolute; right:12px; bottom:12px; padding:3px 9px; border-radius:999px; color:#fff; background:rgba(23,53,61,.72); font-size:.78rem; font-weight:800; line-height:1.4; }.cod-gallery-thumbs { display:flex; gap:10px; overflow-x:auto; margin-top:10px; padding-bottom:2px; }.cod-gallery-thumb { padding:0; width:62px; height:62px; flex:0 0 62px; overflow:hidden; border:2px solid transparent; border-radius:10px; background:#eee; }.cod-gallery-thumb:hover,.cod-gallery-thumb.is-active { border-color:var(--cod-brand); }.cod-gallery-thumb.is-active { box-shadow:0 0 0 1px var(--cod-brand); }.cod-gallery-thumb img { width:100%; height:100%; object-fit:cover; }
.cod-eyebrow { margin:0 0 5px; font-size:.76rem; letter-spacing:.11em; font-weight:800; color:var(--cod-brand); text-transform:uppercase; }.cod-hero h1,.cod-section h2,.cod-order-intro h2 { margin:.1em 0 .42em; line-height:1.14; font-size:clamp(2rem,8vw,3.3rem); letter-spacing:-.045em; }.cod-short-description { max-width:58ch; margin:0 0 16px; color:#415968; font-size:1.05rem; }.cod-rating { margin:0 0 12px; color:#e59a00; font-weight:700; }.cod-muted { color:var(--cod-muted); font-weight:400; }.cod-price-row { display:flex; align-items:baseline; gap:12px; }.cod-price { color:var(--cod-brand); font-size:1.85rem; }.cod-compare-price { color:var(--cod-muted); }.cod-selling-points { display:grid; gap:9px; padding:0; margin:22px 0; list-style:none; }.cod-selling-points span { color:var(--cod-brand); margin-right:9px; font-weight:900; }
.cod-button { min-height:48px; border:0; border-radius:10px; padding:12px 18px; font-weight:800; transition:background .15s ease, transform .15s ease; }.cod-button:hover { transform:translateY(-1px); }.cod-button-primary { color:#fff; background:var(--cod-brand); }.cod-button-primary:hover { background:var(--cod-brand-dark); }.cod-button:disabled { cursor:wait; color:#fff; background:#9aa4a1; transform:none; }
.cod-section { padding:45px 18px; border-top:1px solid var(--cod-line); }.cod-section-heading { max-width:650px; margin-bottom:22px; }.cod-section h2 { font-size:clamp(1.65rem,5vw,2.4rem); }.cod-sku-section { background:#f9fbfa; }.cod-sku-list { display:grid; gap:10px; border:0; padding:0; margin:0; }.cod-sku-list legend { padding:0 0 10px; font-weight:800; }.cod-sku-option { display:flex; border:1px solid var(--cod-line); border-radius:12px; padding:13px; background:#fff; cursor:pointer; }.cod-sku-option:has(input:checked) { border:2px solid var(--cod-brand); background:#f0faf6; }.cod-sku-option input { width:20px; height:20px; accent-color:var(--cod-brand); }.cod-sku-option-copy { display:flex; justify-content:space-between; gap:16px; width:100%; margin-left:10px; }.cod-benefit-grid,.cod-review-grid { display:grid; gap:14px; }.cod-benefit-card,.cod-review-card { margin:0; padding:20px; background:#f4f8f6; border-radius:14px; }.cod-benefit-card h3 { margin:9px 0 5px; }.cod-benefit-card p { margin:0; color:var(--cod-muted); }.cod-benefit-icon,.cod-stars { color:#e59a00; }.cod-review-card p { margin:.3rem 0 1rem; }.cod-review-card cite { color:var(--cod-muted); font-style:normal; font-weight:700; }
.cod-details > div { max-width:760px; color:#344956; }.cod-faq details { padding:16px 0; border-bottom:1px solid var(--cod-line); }.cod-faq summary { font-weight:800; cursor:pointer; }.cod-faq p { color:var(--cod-muted); }
.cod-order-section { padding:44px 18px; background:var(--cod-ink); color:#fff; }.cod-order-intro { max-width:650px; }.cod-order-intro h2 { font-size:clamp(1.8rem,6vw,2.7rem); }.cod-order-intro .cod-eyebrow { color:#91e9c4; }.cod-order-layout { display:grid; gap:18px; margin-top:28px; }.cod-order-summary,.cod-order-form { padding:20px; border-radius:var(--cod-radius); background:#fff; color:var(--cod-ink); }.cod-order-summary h3 { margin-top:0; }.cod-summary-product { display:flex; gap:12px; align-items:center; padding-bottom:17px; border-bottom:1px solid var(--cod-line); }.cod-summary-product img { width:64px; height:64px; border-radius:10px; object-fit:cover; background:#e8f0ed; }.cod-summary-product span { display:block; color:var(--cod-muted); font-size:.92rem; }.cod-quantity-control { display:flex; justify-content:space-between; align-items:center; padding:17px 0; border-bottom:1px solid var(--cod-line); font-weight:700; }.cod-quantity-control div { display:flex; }.cod-quantity-control button,.cod-quantity-control input { height:36px; width:36px; border:1px solid var(--cod-line); text-align:center; background:#fff; }.cod-quantity-control input { width:44px; border-left:0; border-right:0; }.cod-total-list { margin:14px 0; }.cod-total-list div { display:flex; justify-content:space-between; gap:15px; margin:8px 0; }.cod-total-list dd { margin:0; font-weight:700; }.cod-total { font-size:1.12rem; }.cod-delivery-note { margin:18px 0 8px; padding:12px; background:var(--cod-warm); border-radius:10px; font-size:.91rem; }
.cod-form-grid { display:grid; gap:8px; }.cod-field { min-width:0; }.cod-field > label { display:block; margin-bottom:4px; font-size:.9rem; font-weight:800; }.cod-field input,.cod-field select,.cod-field textarea { width:100%; padding:12px; border:1px solid #9aaab0; border-radius:9px; color:var(--cod-ink); background:#fff; }.cod-field textarea { resize:vertical; }.cod-phone-input { display:flex; align-items:stretch; }.cod-phone-input span { display:grid; place-items:center; padding:0 12px; border:1px solid #9aaab0; border-right:0; border-radius:9px 0 0 9px; background:#edf4f1; color:var(--cod-ink); font-weight:800; }.cod-phone-input input { border-radius:0 9px 9px 0; }.cod-selector-help,.cod-field-error,.cod-order-assurance { margin:3px 0 0; font-size:.8rem; }.cod-selector-help { color:var(--cod-muted); }.cod-field-error,.cod-form-error { color:#c02d2d; font-weight:700; }.cod-field-error:empty,.cod-selector-help:empty { display:none; }.cod-form-error { padding:10px; background:#fff0f0; border-radius:8px; }.cod-live-status { min-height:1.3em; margin-bottom:6px; color:var(--cod-brand-dark); font-weight:700; }.cod-live-status:empty { display:none; }.cod-honeypot { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap; }.cod-submit { width:100%; margin-top:14px; }.cod-order-assurance { text-align:center; color:var(--cod-muted); }
.cod-mobile-sticky { position:fixed; z-index:5; display:flex; justify-content:space-between; align-items:center; gap:10px; bottom:0; left:0; width:100%; padding:10px 14px; background:#fff; border-top:1px solid var(--cod-line); box-shadow:0 -8px 24px rgba(19,40,58,.1); }.cod-mobile-sticky span { display:grid; line-height:1.15; }.cod-mobile-sticky small { color:var(--cod-muted); }.cod-mobile-sticky .cod-button { padding:11px 16px; }
.cod-benefit-image { width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:10px; margin-bottom:8px; }.cod-review-person { display:flex; align-items:center; gap:9px; }.cod-review-person img { width:34px; height:34px; border-radius:50%; object-fit:cover; }
.cod-change-selection { width:100%; padding:10px 12px; border:1px solid var(--cod-brand); border-radius:9px; color:var(--cod-brand-dark); background:#f0faf6; font-weight:800; }
.cod-sku-modal[hidden] { display:none; }.cod-sku-modal { position:fixed; z-index:50; inset:0; display:flex; align-items:flex-end; justify-content:center; padding-top:40px; background:rgba(10,24,33,.7); }.cod-sku-modal-panel { position:relative; width:min(680px,100%); max-height:calc(100dvh - 40px); overflow:auto; padding:22px 18px 18px; border-radius:22px 22px 0 0; background:#fff; color:var(--cod-ink); box-shadow:0 -14px 45px rgba(0,0,0,.25); }.cod-sku-modal-close { position:absolute; z-index:1; top:12px; right:14px; width:42px; height:42px; border:0; border-radius:50%; background:#edf1f0; color:#52616a; font-size:1.8rem; line-height:1; }.cod-modal-product { display:flex; align-items:center; gap:13px; padding-right:46px; margin-bottom:20px; }.cod-modal-product img { width:78px; height:78px; flex:0 0 78px; border-radius:12px; object-fit:cover; background:#e8f0ed; }.cod-modal-product h2 { margin:2px 0 0; font-size:1.08rem; line-height:1.28; }.cod-modal-sku-list { max-height:38vh; overflow:auto; padding-right:2px; }.cod-modal-total { display:flex; justify-content:space-between; align-items:baseline; margin-top:16px; font-size:1.05rem; }.cod-modal-total strong { color:var(--cod-brand); font-size:1.55rem; }.cod-modal-delivery-note { margin:12px 0; color:var(--cod-muted); font-size:.88rem; }.cod-modal-confirm { width:100%; margin-top:4px; }
@media (min-width:700px) { body.ghana-cod-product-template { padding-bottom:0; }.cod-hero { grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr); padding:46px; align-items:center; }.cod-section { padding:58px 46px; }.cod-sku-list { grid-template-columns:repeat(2,minmax(0,1fr)); }.cod-benefit-grid,.cod-review-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }.cod-order-section { padding:58px 46px; }.cod-order-layout { grid-template-columns:minmax(280px,.72fr) minmax(0,1fr); align-items:start; }.cod-order-summary { position:sticky; top:18px; }.cod-form-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.cod-field-wide { grid-column:1 / -1; }.cod-mobile-sticky { display:none; } }
@media (max-width:699px) { .cod-hero h1 { margin-bottom:.32em; font-size:clamp(1rem,4.06vw,1.09rem); line-height:1.3; letter-spacing:-.015em; } }
@media (min-width:700px) { .cod-sku-modal { align-items:center; padding:28px; }.cod-sku-modal-panel { max-height:min(820px,calc(100dvh - 56px)); padding:28px; border-radius:22px; }.cod-modal-product h2 { font-size:1.25rem; } }

body.ghana-cod-checkout-template { padding-bottom:0; }
.cod-checkout-page { min-height:100vh; padding:12px 12px 36px; }
.cod-checkout-back { display:inline-flex; margin:0 0 6px; color:var(--cod-brand-dark); font-weight:800; text-decoration:none; }
.cod-checkout-back:hover,.cod-checkout-back:focus-visible { text-decoration:underline; }
.cod-checkout-heading { max-width:700px; margin:0 auto 8px; text-align:center; }
.cod-checkout-heading h1,.cod-checkout-error h1 { margin:.1em 0 .4em; font-size:clamp(2rem,8vw,3.1rem); line-height:1.1; letter-spacing:-.04em; }
.cod-checkout-layout { display:grid; gap:10px; max-width:1040px; margin:0 auto; }
.cod-checkout-card,.cod-checkout-error { padding:14px; border:1px solid var(--cod-line); border-radius:var(--cod-radius); background:#fff; box-shadow:0 10px 28px rgba(18,41,36,.07); }
.cod-checkout-card h2 { margin:0 0 10px; font-size:1.2rem; }
.cod-checkout-sku-list { display:grid; gap:10px; margin:20px 0 0; padding:0; border:0; }
.cod-checkout-sku-list legend { margin-bottom:9px; font-weight:800; }
.cod-checkout-summary .cod-summary-product { padding-bottom:10px; }
.cod-checkout-summary .cod-summary-product > div { min-width:0; }
.cod-checkout-selection-line { display:block; max-width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:.78rem!important; line-height:1.25; }
.cod-summary-product .cod-checkout-selection-line span { display:inline; font-size:inherit; }
.cod-checkout-summary .cod-delivery-note { margin:10px 0 0; }
.cod-selector-help[role="alert"] { color:#c02d2d; font-weight:700; }
.cod-checkout-error { max-width:680px; margin:12vh auto 0; text-align:center; }
.cod-checkout-error .cod-button { display:inline-block; margin-top:12px; text-decoration:none; }
.cod-optional-copy:empty,.cod-eyebrow:empty,.cod-section-heading h2:empty,.cod-checkout-heading h1:empty,.cod-checkout-heading > p:empty,.cod-order-assurance:empty { display:none; }
.cod-section-heading:not(:has(.cod-eyebrow:not(:empty),h2:not(:empty))),.cod-checkout-heading:not(:has(.cod-eyebrow:not(:empty),h1:not(:empty),p:not(:empty))) { display:none; }
.cod-checkout-page { padding-bottom:112px; }
.cod-checkout-submit-bar { position:fixed; z-index:8; right:0; bottom:0; left:0; padding:10px 14px max(10px,env(safe-area-inset-bottom)); background:#fff; border-top:1px solid var(--cod-line); box-shadow:0 -8px 24px rgba(19,40,58,.1); }
.cod-checkout-submit-bar .cod-submit { width:min(1040px,100%); margin:0 auto; display:block; }

@media (min-width:700px) {
  .cod-checkout-page { padding:42px 46px 72px; }
  .cod-checkout-layout { grid-template-columns:minmax(300px,.78fr) minmax(0,1fr); align-items:start; }
  .cod-checkout-summary { position:sticky; top:18px; }
  .cod-checkout-card { padding:28px; }
  .cod-checkout-submit-bar { position:static; padding:0; background:transparent; border-top:0; box-shadow:none; }
  .cod-checkout-submit-bar .cod-submit { width:100%; margin-top:14px; }
}

body.ghana-cod-confirmation-template { margin:0; color:#0b5139; background:#fff; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.42; }
.ghana-cod-confirmation-template .cod-confirmation { min-height:100svh; padding:92px 24px 54px; background:#fff; }
.cod-confirmation-inner { width:min(620px,100%); margin:0 auto; text-align:center; }
.cod-confirmation-success-icon { display:block; width:clamp(202px,44.4vw,275px); height:auto; margin:0 auto; }
.cod-confirmation h1 { max-width:590px; margin:0 auto 55px; color:#075137; font-size:clamp(2.05rem,8.5vw,3.25rem); font-weight:800; letter-spacing:-.035em; line-height:1.12; }
.cod-confirmation-callout { display:grid; grid-template-columns:72px minmax(0,1fr); gap:20px; align-items:start; padding:30px 28px 40px; border-radius:34px; background:#e3faef; color:#111; text-align:left; }
.cod-confirmation-phone-icon { display:block; width:72px; height:72px; object-fit:contain; mix-blend-mode:multiply; }
.cod-confirmation-callout p { margin:0; font-size:clamp(1.12rem,4.4vw,1.55rem); line-height:1.42; }
.cod-confirmation-callout p + p { margin-top:19px; }
.cod-confirmation-callout strong { font-weight:800; }
@media (max-width:420px) {
  .cod-store-nav { gap:10px; height:58px; min-height:58px; padding:5px 12px; }
  .cod-product-brand img { width:139px; height:41px; }
  .cod-store-home { min-height:36px; padding:5px 10px; font-size:.9rem; }
  .ghana-cod-confirmation-template .cod-confirmation { padding:64px 18px 40px; }
  .cod-confirmation h1 { margin-bottom:36px; }
  .cod-confirmation-callout { grid-template-columns:54px minmax(0,1fr); gap:14px; padding:24px 20px; border-radius:26px; }
  .cod-confirmation-phone-icon { width:54px; height:54px; }
}

.cod-product-brand img { width:207px; height:52px; }
@media (max-width:420px) { .cod-product-brand img { width:139px; height:41px; } }
.cod-main-image-wrap { touch-action: pan-y; }
.cod-main-image-wrap > [data-carousel-image], .cod-gallery-neighbor { position:absolute; inset:0; }
.cod-gallery-neighbor[data-gallery-neighbor="-1"] { transform:translate3d(-100%,0,0); }
.cod-gallery-neighbor[data-gallery-neighbor="1"] { transform:translate3d(100%,0,0); }
.cod-main-image.is-dragging, .cod-gallery-neighbor.is-dragging { animation:none !important; transition:none !important; will-change:transform; }
.cod-main-image.is-settling, .cod-gallery-neighbor.is-settling { transition:transform .22s cubic-bezier(.22,.61,.36,1); will-change:transform; }
.cod-main-image.is-slide-left { animation: cod-gallery-slide-left .8s cubic-bezier(.22,.61,.36,1) both; }
.cod-main-image.is-slide-right { animation: cod-gallery-slide-right .8s cubic-bezier(.22,.61,.36,1) both; }
@keyframes cod-gallery-slide-left { from { opacity:.72; transform:translate3d(12%,0,0); } to { opacity:1; transform:translate3d(0,0,0); } }
@keyframes cod-gallery-slide-right { from { opacity:.72; transform:translate3d(-12%,0,0); } to { opacity:1; transform:translate3d(0,0,0); } }
@media (prefers-reduced-motion: reduce) { .cod-main-image.is-slide-left, .cod-main-image.is-slide-right { animation:none; } }
