:root{--store-navy:#123a45;--store-blue:#258dac;--store-teal:#45aa8b;--store-coral:#f17872;--store-yellow:#f5c928;--store-ink:#17353d;--store-muted:#627b80;--store-line:#dce9e7;--store-soft:#f4faf8;--store-white:#fff;--store-shadow:0 14px 35px rgba(18,70,76,.1)}
*{box-sizing:border-box}.ghana-cod-home-template{margin:0;background:var(--store-white);color:var(--store-ink);font:16px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.ghana-cod-home-template a{text-decoration:none}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cod-store-header{position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(220,232,238,.85);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}.cod-store-nav{width:min(1180px,calc(100% - 40px));height:78px;margin:auto;display:flex;align-items:center;gap:44px}.cod-store-brand{display:inline-flex;align-items:center;gap:12px;color:var(--store-navy)}.cod-store-brand img{width:54px;height:42px;object-fit:contain}.cod-store-brand span{display:flex;flex-direction:column;line-height:1.1}.cod-store-brand strong{font-size:16px}.cod-store-brand small{margin-top:4px;color:var(--store-muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.cod-store-nav nav{display:flex;align-items:center;gap:30px;margin-left:auto}.cod-store-nav nav a{color:#425d72;font-size:14px;font-weight:650}.cod-store-nav nav a:hover{color:var(--store-blue)}.cod-store-header-cta,.cod-store-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(120deg,var(--store-blue),var(--store-teal));color:#fff;font-weight:750;box-shadow:0 8px 18px rgba(7,95,174,.18)}.cod-store-header-cta{min-height:42px;padding:9px 18px;font-size:14px}.cod-store-hero{min-height:570px;padding:90px max(24px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:72px;overflow:hidden;background:radial-gradient(circle at 90% 14%,rgba(33,196,191,.18),transparent 32%),linear-gradient(145deg,#f7fbfd 0%,#eef7fa 100%)}.cod-store-hero-content{max-width:660px}.cod-store-eyebrow{margin:0 0 10px;color:var(--store-teal);font-size:12px;font-weight:800;letter-spacing:.17em}.cod-store-hero h1{margin:0;color:var(--store-navy);font-size:clamp(42px,5vw,68px);line-height:1.06;letter-spacing:-.045em}.cod-store-hero-content>p:not(.cod-store-eyebrow){max-width:580px;margin:24px 0 30px;color:#536d80;font-size:19px}.cod-store-primary{min-height:54px;padding:14px 24px;gap:14px}.cod-store-hero-trust{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:28px;color:#4f697b;font-size:13px;font-weight:650}.cod-store-hero-trust span::first-letter{color:var(--store-teal)}.cod-store-hero-art{position:relative;min-height:360px}.cod-store-hero-art::before{content:"";position:absolute;inset:5% 7%;border-radius:44% 56% 60% 40%;background:linear-gradient(145deg,#0b568e,#0aa0a4);transform:rotate(-7deg);box-shadow:0 30px 70px rgba(9,87,133,.24)}.cod-store-art-card{position:absolute;width:190px;min-height:130px;padding:25px;border:1px solid rgba(255,255,255,.8);border-radius:20px;background:rgba(255,255,255,.93);box-shadow:var(--store-shadow);display:flex;flex-direction:column;justify-content:center}.cod-store-art-card span{color:var(--store-muted);font-size:13px}.cod-store-art-card strong{margin-top:5px;color:var(--store-navy);font-size:24px}.cod-store-art-card:nth-child(1){left:0;top:22px}.cod-store-art-card:nth-child(2){right:0;top:118px}.cod-store-art-card:nth-child(3){left:46px;bottom:0}.cod-store-products,.cod-store-how{width:min(1180px,calc(100% - 40px));margin:auto;padding:82px 0}.cod-store-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.cod-store-section-heading h2{margin:0;color:var(--store-navy);font-size:clamp(30px,4vw,42px);line-height:1.15;letter-spacing:-.03em}.cod-store-section-heading>span{color:var(--store-muted);font-size:14px}.cod-store-search{display:flex;align-items:center;gap:10px;max-width:660px;margin-bottom:34px;padding:7px;border:1px solid var(--store-line);border-radius:13px;background:#fff;box-shadow:0 7px 22px rgba(17,56,83,.06)}.cod-store-search label{flex:1}.cod-store-search input{width:100%;height:46px;padding:0 14px;border:0;outline:0;background:transparent;color:var(--store-ink);font:inherit}.cod-store-search button{height:44px;padding:0 22px;border:0;border-radius:9px;background:var(--store-navy);color:#fff;font:inherit;font-weight:750;cursor:pointer}.cod-store-search>a{padding:0 10px;color:var(--store-muted);font-size:13px}.cod-store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.cod-product-card{min-width:0;overflow:hidden;border:1px solid var(--store-line);border-radius:16px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cod-product-card:hover{transform:translateY(-4px);border-color:#badbe2;box-shadow:var(--store-shadow)}.cod-product-card-image{display:block;aspect-ratio:1/1;overflow:hidden;background:var(--store-soft)}.cod-product-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .28s ease}.cod-product-card:hover .cod-product-card-image img{transform:scale(1.035)}.cod-product-card-body{padding:18px}.cod-product-card h3{min-height:48px;margin:0 0 13px;font-size:15px;line-height:1.45}.cod-product-card h3 a{display:-webkit-box;overflow:hidden;color:var(--store-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical}.cod-product-card-price{display:flex;align-items:center;gap:9px;margin-bottom:17px}.cod-product-card-price strong{color:var(--store-navy);font-size:19px}.cod-product-card-price s{color:#91a0ab;font-size:13px}.cod-product-card-action{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid #edf2f4;color:var(--store-blue);font-size:13px;font-weight:750}.cod-store-empty{padding:70px 24px;text-align:center;border:1px dashed #cbdde5;border-radius:16px;background:var(--store-soft)}.cod-store-empty h3{margin:0;color:var(--store-navy);font-size:24px}.cod-store-empty p{color:var(--store-muted)}.cod-store-empty a{color:var(--store-blue);font-weight:750}.cod-store-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:38px}.cod-store-pagination a,.cod-store-pagination span{min-height:42px;padding:10px 16px;border:1px solid var(--store-line);border-radius:9px;color:var(--store-blue);font-size:13px;font-weight:700}.cod-store-pagination span{color:var(--store-muted);background:var(--store-soft)}.cod-store-how{width:auto;max-width:none;padding:82px max(24px,calc((100vw - 1180px)/2));background:var(--store-soft)}.cod-store-how>.cod-store-section-heading,.cod-store-steps{width:min(1180px,100%);margin-left:auto;margin-right:auto}.cod-store-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cod-store-steps article{padding:28px;border:1px solid var(--store-line);border-radius:16px;background:#fff}.cod-store-steps article>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:50%;background:#e8f7f7;color:var(--store-teal);font-size:13px;font-weight:800}.cod-store-steps h3{margin:0 0 8px;color:var(--store-navy)}.cod-store-steps p{margin:0;color:var(--store-muted);font-size:14px}.cod-store-footer{padding:40px max(24px,calc((100vw - 1180px)/2));display:flex;align-items:end;justify-content:space-between;gap:30px;background:#082b4a;color:#d6e2e9}.cod-store-footer .cod-store-brand{color:#fff}.cod-store-footer .cod-store-brand small{color:#b9cbd6}.cod-store-footer>div>p{margin:15px 0 0;color:#adc1ce;font-size:13px}.cod-store-footer>p{margin:0;color:#adc1ce;font-size:13px}
@media(max-width:980px){.cod-store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cod-store-hero{grid-template-columns:1fr;gap:45px;padding-top:65px}.cod-store-hero-art{min-height:300px}.cod-store-art-card:nth-child(1){left:8%}.cod-store-art-card:nth-child(2){right:8%}.cod-store-art-card:nth-child(3){left:35%}}
@media(max-width:720px){.cod-store-nav{width:min(100% - 28px,1180px);height:68px;gap:14px}.cod-store-brand img{width:46px;height:36px}.cod-store-nav nav{display:none}.cod-store-header-cta{margin-left:auto;min-height:38px;padding:7px 14px}.cod-store-hero{min-height:auto;padding:58px 20px 62px}.cod-store-hero h1{font-size:43px}.cod-store-hero-content>p:not(.cod-store-eyebrow){font-size:17px}.cod-store-hero-art{display:none}.cod-store-products{width:calc(100% - 28px);padding:58px 0}.cod-store-section-heading{align-items:start}.cod-store-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cod-product-card{border-radius:12px}.cod-product-card-body{padding:12px}.cod-product-card h3{min-height:58px;font-size:13px}.cod-product-card-price{align-items:flex-start;flex-direction:column;gap:1px}.cod-product-card-price strong{font-size:17px}.cod-store-search{align-items:stretch;flex-wrap:wrap;padding:6px}.cod-store-search label{min-width:calc(100% - 96px)}.cod-store-search button{padding:0 16px}.cod-store-search>a{width:100%;padding:5px 10px;text-align:center}.cod-store-pagination{gap:8px}.cod-store-pagination a,.cod-store-pagination span{padding:9px 11px}.cod-store-how{padding:58px 14px}.cod-store-steps{grid-template-columns:1fr}.cod-store-footer{align-items:flex-start;flex-direction:column}}
@media(max-width:390px){.cod-store-brand span{display:none}.cod-store-hero h1{font-size:38px}.cod-store-grid{grid-template-columns:1fr 1fr}.cod-product-card-body{padding:10px}.cod-product-card-action{font-size:12px}}
.cod-store-brand img{width:64px;height:64px;border-radius:12px;background:#fff}.cod-store-header-cta,.cod-store-primary{background:linear-gradient(120deg,var(--store-blue),var(--store-teal));box-shadow:0 8px 18px rgba(37,141,172,.2)}.cod-store-hero{background:radial-gradient(circle at 90% 14%,rgba(69,170,139,.2),transparent 32%),radial-gradient(circle at 76% 78%,rgba(241,120,114,.12),transparent 24%),linear-gradient(145deg,#fbfdfc 0%,#eff9f7 100%)}.cod-store-hero-art::before{background:linear-gradient(145deg,var(--store-teal),var(--store-blue) 58%,var(--store-coral));box-shadow:0 30px 70px rgba(37,141,151,.24)}.cod-store-footer{background:#123a45}
@media(max-width:720px){.cod-store-brand img{width:50px;height:50px}.cod-store-nav{height:72px}}
.cod-store-brand img{width:207px;height:auto;max-height:63px;border-radius:0;background:transparent;object-fit:contain}.cod-store-brand span{display:none}@media(max-width:720px){.cod-store-brand img{width:171px;max-height:58px}}
.cod-product-card{display:block;color:var(--store-ink)}.cod-product-card h3{display:-webkit-box;overflow:hidden;color:var(--store-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical}
