:root { --cod-ink:#13283a; --cod-muted:#5a6873; --cod-brand:#087e5b; --cod-brand-dark:#056144; --cod-surface:#fff; --cod-bg:#f5f8f7; --cod-line:#d9e2df; --cod-warm:#fff4de; --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-promo-bar { padding:10px 18px; background:var(--cod-ink); color:#fff; text-align:center; font-size:.9rem; }.cod-promo-bar span { color:#91e9c4; margin-right:6px; }
.cod-hero { display:grid; gap:28px; padding:26px 18px 42px; }.cod-gallery { min-width:0; }.cod-main-image-wrap { 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-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 { border-color: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-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:15px; }.cod-field { min-width:0; }.cod-field > label { display:block; margin-bottom:6px; 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:6px 0 0; font-size:.8rem; }.cod-selector-help { color:var(--cod-muted); }.cod-field-error,.cod-form-error { min-height:1.2em; color:#c02d2d; font-weight:700; }.cod-form-error { padding:10px; background:#fff0f0; border-radius:8px; }.cod-live-status { min-height:1.3em; margin-bottom:10px; color:var(--cod-brand-dark); font-weight:700; }.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:18px; }.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 (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; } }
