:root{--jm-orange:#f68b1e;--jm-orange-dark:#e07b10;--jm-orange-light:#ff9900;--jm-bg:#f1f1f2;--jm-white:#ffffff;--jm-text:#313133;--jm-muted:#75757a;--jm-border:#ededed;--jm-green:#27ae60;--jm-red:#e61601;--jm-header:#f68b1e;--jm-topbar:#f8f8f8;--jm-max:1184px;--font:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--jm-bg);color:var(--jm-text);line-height:1.4;min-height:100vh;font-size:14px}a{color:inherit;text-decoration:none}a:hover{color:var(--jm-orange)}img{max-width:100%;display:block}button{cursor:pointer}button,input,select,textarea{font-family:inherit}.topbar{background:var(--jm-topbar);border-bottom:1px solid #e0e0e0;font-size:12px;color:var(--jm-muted)}.topbar-inner{max-width:var(--jm-max);margin:0 auto;padding:6px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.topbar a{color:var(--jm-muted);margin-left:14px}.topbar a:hover{color:var(--jm-orange)}.header{background:var(--jm-header);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 5px rgba(0,0,0,.08)}.header-inner{max-width:var(--jm-max);margin:0 auto;padding:12px 16px;gap:20px}.header-inner,.logo{display:flex;align-items:center}.logo{gap:8px;color:#fff!important;font-weight:700;font-size:20px;flex-shrink:0}.logo img{height:32px;width:auto;border-radius:0;background:transparent;object-fit:contain}.logo span{color:#fff;letter-spacing:-.3px}.search-wrap{flex:1 1;display:flex;max-width:560px}.search-wrap input{flex:1 1;border:none;padding:12px 14px;border-radius:4px 0 0 4px;font-size:14px;outline:none;min-width:0}.search-wrap button{background:#313133;color:#fff;border:none;padding:0 22px;border-radius:0 4px 4px 0;font-weight:600;font-size:14px}.search-wrap button:hover{background:#000}.header-actions{margin-left:auto}.header-actions a{color:#fff!important;display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:4px;font-weight:500;font-size:13px;white-space:nowrap}.header-actions a:hover{background:rgba(0,0,0,.12)}.cart-badge{background:#fff;color:var(--jm-orange);border-radius:9px;display:inline-flex;align-items:center;justify-content:center}.cat-strip{background:#fff;border-bottom:1px solid var(--jm-border);overflow-x:auto}.cat-strip-inner{max-width:var(--jm-max);margin:0 auto;padding:0 8px;display:flex;gap:4px}.cat-strip a{padding:12px 14px;font-size:13px;font-weight:500;color:var(--jm-text);white-space:nowrap;border-bottom:2px solid transparent}.cat-strip a.active,.cat-strip a:hover{color:var(--jm-orange);border-bottom-color:var(--jm-orange)}.container{max-width:var(--jm-max);margin:0 auto;padding:16px}.hero-banner{background:linear-gradient(135deg,#f68b1e,#ff9900 50%,#e07b10);border-radius:4px;padding:28px 32px;color:#fff;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.hero-banner h1{font-size:28px;font-weight:700;margin-bottom:6px}.hero-banner p{opacity:.95;font-size:15px;max-width:480px}.hero-banner .btn{background:#fff;color:var(--jm-orange);font-weight:700}.section-head{display:flex;align-items:center;justify-content:space-between;margin:20px 0 0;background:#fff;padding:12px 16px;border-radius:4px 4px 0 0;border-bottom:1px solid var(--jm-border)}.section-head h2{font-size:18px;font-weight:700;color:var(--jm-text)}.section-head a{color:var(--jm-orange);font-weight:600;font-size:13px}.prd-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:8px;gap:8px;background:#fff;padding:8px;border-radius:0 0 4px 4px}@media (min-width:900px){.prd-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:600px){.prd-grid{grid-template-columns:repeat(2,1fr)}}.prd{background:#fff;border-radius:4px;overflow:hidden;transition:box-shadow .15s,transform .15s;display:flex;flex-direction:column;position:relative;border:1px solid transparent}.prd:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-2px);z-index:2;border-color:#eee}.prd-img{aspect-ratio:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:8px;position:relative}.prd-img img{width:100%;height:100%;object-fit:contain}.prd-badge{position:absolute;top:8px;left:8px;background:#feefea;color:var(--jm-red);font-size:11px;font-weight:700;padding:2px 6px;border-radius:2px}.prd-body{padding:8px 10px 12px;display:flex;flex-direction:column;gap:4px;flex:1 1}.prd-name{font-size:13px;color:var(--jm-text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.prd-price{font-size:16px;font-weight:700;color:var(--jm-text)}.prd-old{font-size:12px;color:var(--jm-muted);text-decoration:line-through}.prd-ship{font-size:11px;color:var(--jm-green);font-weight:600;margin-top:2px}.prd-btn{margin-top:8px;width:100%;background:var(--jm-orange);color:#fff;border:none;padding:8px 10px;border-radius:4px;font-weight:600;font-size:13px}.prd-btn:hover{background:var(--jm-orange-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--jm-orange);border:none;padding:12px 20px;border-radius:4px;font-weight:700;font-size:14px;cursor:pointer;text-decoration:none}.btn,.btn:hover{color:#fff!important}.btn:hover{background:var(--jm-orange-dark)}.btn-block{width:100%}.btn-outline{background:#fff;color:var(--jm-orange)!important;border:1px solid var(--jm-orange)}.btn-outline:hover{background:#fff7ed}.btn-dark{background:#313133}.btn-dark:hover{background:#000}.btn:disabled{opacity:.6;cursor:not-allowed}.panel{background:#fff;border-radius:4px;padding:20px;margin-bottom:16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.panel h1,.panel h2{font-size:18px;margin-bottom:16px;padding-bottom:12px}.cart-row,.panel h1,.panel h2{border-bottom:1px solid var(--jm-border)}.cart-row{display:flex;gap:16px;padding:16px 0;align-items:flex-start}.cart-row img{width:96px;height:96px;object-fit:contain;border:1px solid var(--jm-border);border-radius:4px;background:#fff}.cart-row .info{flex:1 1;min-width:0}.cart-row .info h3{font-size:14px;font-weight:500;margin-bottom:6px}.qty-ctrl{display:inline-flex;align-items:center;border:1px solid var(--jm-border);border-radius:4px;overflow:hidden}.qty-ctrl button{width:32px;height:32px;border:none;background:#fafafa;font-size:16px}.qty-ctrl span{width:36px;text-align:center;font-weight:600}.cart-summary{background:#fff;border-radius:4px;padding:20px;position:-webkit-sticky;position:sticky;top:80px}.cart-summary .line{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px}.cart-summary .total{font-size:18px;font-weight:700;border-top:1px solid var(--jm-border);padding-top:12px;margin-top:8px}.layout-2{display:grid;grid-template-columns:1fr 320px;grid-gap:16px;gap:16px;align-items:start}@media (max-width:800px){.layout-2{grid-template-columns:1fr}.header-inner{flex-wrap:wrap}.search-wrap{order:3;width:100%;max-width:none}}label{display:block;font-size:13px;font-weight:600;margin-bottom:4px;color:var(--jm-text)}input[type=email],input[type=tel],input[type=text],select,textarea{width:100%;padding:11px 12px;border:1px solid #c7c7cd;border-radius:4px;font-size:14px;margin-bottom:14px;outline:none;background:#fff}input:focus,select:focus,textarea:focus{border-color:var(--jm-orange);box-shadow:0 0 0 2px rgba(246,139,30,.15)}.pdp{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;background:#fff;padding:24px;border-radius:4px}@media (max-width:700px){.pdp{grid-template-columns:1fr}}.pdp-gallery{background:#fff;border:1px solid var(--jm-border);border-radius:4px;padding:16px;display:flex;align-items:center;justify-content:center;min-height:320px}.pdp-gallery img{max-height:400px;object-fit:contain}.pdp-info h1{font-size:20px;font-weight:500;margin-bottom:8px;line-height:1.3}.pdp-brand{color:var(--jm-orange);font-size:13px;margin-bottom:12px}.pdp-price{font-size:28px;font-weight:700;margin-bottom:4px}.pdp-old{color:var(--jm-muted);text-decoration:line-through;font-size:14px}.pdp-disc{display:inline-block;background:#feefea;color:var(--jm-red);font-size:12px;font-weight:700;padding:2px 6px;border-radius:2px;margin-left:8px}.alert{padding:12px 16px;border-radius:4px;margin-bottom:16px;font-size:14px}.alert-success{background:#e8f8ef;color:#1e7a45;border:1px solid #b7ebc9}.alert-error{background:#fdecea;color:#c0392b;border:1px solid #f5c6cb}.alert-info{background:#fff7ed;color:#9a5b00;border:1px solid #fde0b5}.empty{text-align:center;padding:60px 20px;background:#fff;border-radius:4px}.empty h1{margin-bottom:8px}.footer{background:#313133;color:#c7c7cd;margin-top:40px;padding:32px 16px 20px;font-size:13px}.footer-inner{max-width:var(--jm-max);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:24px;gap:24px}.footer h4{color:#fff;font-size:14px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.3px}.footer a{color:#c7c7cd;display:block;margin-bottom:8px}.footer a:hover{color:#fff}.footer-bottom{max-width:var(--jm-max);margin:24px auto 0;padding-top:16px;border-top:1px solid #444;text-align:center;color:#999;font-size:12px}.mpesa-badge{display:inline-flex;align-items:center;gap:6px;background:#e8f8ef;color:#1e7a45;padding:6px 10px;border-radius:4px;font-weight:700;font-size:13px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:8px;gap:8px}.card{background:#fff;border-radius:4px;overflow:hidden}.card img{width:100%;aspect-ratio:1;object-fit:contain;padding:8px}.card-body{padding:10px}.card-body h3{font-size:13px;font-weight:500;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price{font-size:16px;font-weight:700}.compare{font-size:12px;color:var(--jm-muted);text-decoration:line-through;margin-left:6px}.hero{background:#fff;padding:24px;border-radius:4px;margin-bottom:16px}.subtitle{color:var(--jm-muted);margin-bottom:12px}.promo-banner{background:#e61601;color:#fff;overflow:hidden;white-space:nowrap;font-size:13px;font-weight:600;line-height:36px;border-bottom:1px solid #c01000;position:-webkit-sticky;position:sticky;top:56px;z-index:90;box-shadow:0 2px 6px rgba(0,0,0,.15)}.promo-track{display:inline-block;animation:promo-scroll 28s linear infinite}.promo-track span{display:inline-block;padding-right:48px}.promo-track strong{background:#fff;color:#e61601;padding:2px 8px;border-radius:3px;margin:0 4px;letter-spacing:.04em}@keyframes promo-scroll{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}.home-slider{background:#fff;border-radius:4px;overflow:hidden;margin-bottom:12px;box-shadow:0 1px 2px rgba(0,0,0,.06)}.home-slider-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.home-slider-track::-webkit-scrollbar{display:none}.home-slide{flex:0 0 100%;scroll-snap-align:start;display:block}.home-slide img{width:100%;height:auto;aspect-ratio:1248/357;object-fit:cover;display:block}.cat-tiles{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px;gap:8px;margin-bottom:16px;background:#fff;padding:12px;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.06)}@media (max-width:900px){.cat-tiles{grid-template-columns:repeat(4,1fr)}}@media (max-width:560px){.cat-tiles{grid-template-columns:repeat(3,1fr)}}.cat-tile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:8px 4px;border-radius:4px;transition:background .15s;font-size:12px;color:var(--jm-text);font-weight:500}.cat-tile:hover{background:#fafafa;color:var(--jm-orange)}.cat-tile-img{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.cat-tile-img img{width:100%;height:100%;object-fit:contain}.section-flash h2{color:#e61601}.home-cta{background:#fff;border-radius:4px;padding:20px 24px;margin:20px 0 8px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 1px 2px rgba(0,0,0,.06)}.home-cta p{font-size:14px;max-width:640px;color:var(--jm-text)}.home-cta .btn{background:var(--jm-orange);color:#fff!important;padding:10px 20px;border-radius:4px;font-weight:700;font-size:13px;letter-spacing:.02em}.home-cta .btn:hover{background:var(--jm-orange-dark)}.promo-banner .promo-track strong{background:#fff;color:#e61601;padding:2px 8px;border-radius:3px}.pdp-price-row{margin:16px 0 8px}.pdp-promo-hint{font-size:13px;color:#e61601;background:#fff5f0;border:1px solid #ffd4c2;padding:8px 12px;border-radius:4px;margin-bottom:12px}.pdp-desc{margin-bottom:12px;color:#75757a}.pdp-stock{margin-bottom:12px;font-weight:600}.pdp-delivery-box{background:#f8f8f8;border:1px solid #ededed;border-radius:4px;padding:12px;margin-bottom:16px;display:flex;flex-direction:column;gap:4px;font-size:13px}.pdp-delivery-box strong{font-size:14px}.pdp-buy{margin-top:8px}.pdp-qty-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.pdp-qty-label{font-weight:600}.btn-mpesa{background:#27ae60!important;color:#fff!important;border:none;font-weight:700;font-size:15px;letter-spacing:.02em}.btn-mpesa:hover{background:#1e8e4f!important}.pdp-secure-note{font-size:12px;color:#75757a;margin-top:10px;text-align:center}.pdp-links{margin-top:16px;display:flex;gap:16px;flex-wrap:wrap;font-size:13px}.checkout-layout{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:20px;gap:20px;align-items:start}@media (max-width:800px){.checkout-layout{grid-template-columns:1fr}}.checkout-section-title{font-size:15px;margin:16px 0 8px;padding-bottom:6px;border-bottom:2px solid var(--jm-orange);color:var(--jm-text)}.checkout-section-title:first-child{margin-top:0}.checkout-hint{font-size:12px;color:#75757a;margin-top:4px}.checkout-summary{margin-top:16px;padding:14px;background:#fff;border:1px solid #ededed;border-radius:4px}.checkout-sum-row{display:flex;justify-content:space-between;margin-bottom:6px}.checkout-sum-row.discount{color:#e61601;font-weight:600}.checkout-sum-row.total{font-size:18px;font-weight:700;border-top:1px solid #ededed;padding-top:8px;margin-top:4px}.checkout-secure{font-size:12px;color:#75757a;margin-top:8px;text-align:center}.checkout-items{background:#fff;border-radius:4px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.06)}.checkout-item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #f0f0f0}.checkout-item img,.checkout-item-ph{width:56px;height:56px;object-fit:contain;background:#fafafa;border-radius:4px;flex-shrink:0}.checkout-item-name{font-size:13px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.checkout-item-meta{font-size:12px;color:#75757a;margin-top:4px}.form select{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:4px;margin-bottom:12px;font-size:14px;background:#fff}.header-actions{gap:8px;flex-shrink:0;color:#fff}.ha-link,.header-actions{display:flex;align-items:center}.ha-link{gap:6px;color:#fff!important;padding:6px 10px;border-radius:4px;font-size:13px;font-weight:500}.ha-link:hover{background:rgba(255,255,255,.12);color:#fff!important}.ha-text{white-space:nowrap}.ha-cart-icon{position:relative;display:inline-flex}.cart-badge{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#e61601;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center;box-shadow:0 0 0 2px #f68b1e}@media (max-width:720px){.ha-text{display:none}.ha-link{padding:6px}}.pagination{display:flex;flex-wrap:wrap;gap:6px;margin:28px 0 12px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.06)}.page-btn,.page-num,.pagination{align-items:center;justify-content:center;background:#fff;border-radius:4px}.page-btn,.page-num{display:inline-flex;min-width:36px;height:36px;padding:0 12px;border:1px solid #ddd;font-size:13px;font-weight:600;color:var(--jm-text)}.page-btn:hover,.page-num:hover{border-color:var(--jm-orange);color:var(--jm-orange)}.page-num.active{background:var(--jm-orange);border-color:var(--jm-orange);color:#fff!important}.page-btn.disabled{opacity:.4;pointer-events:none}.page-ellipsis{padding:0 4px;color:#999}.deal-timer-inline{display:inline;font-weight:700}.deal-clock{display:inline-block;background:#fff;color:#e61601;padding:1px 8px;border-radius:3px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.04em;font-weight:800;margin:0 2px}.deal-timer-card{background:#fff5f0;border:1px solid #ffd4c2;border-radius:6px;padding:14px 16px;margin:12px 0 16px;text-align:center}.deal-timer-label{font-size:13px;font-weight:600;color:#e61601;margin-bottom:8px}.deal-timer-digits{display:flex;align-items:center;justify-content:center;gap:4px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.deal-unit{display:inline-flex;flex-direction:column;align-items:center;min-width:48px;background:#e61601;color:#fff;border-radius:6px;padding:8px 6px 4px}.deal-unit strong{font-size:22px;line-height:1.1;font-weight:800}.deal-unit em{font-style:normal;font-size:10px;opacity:.9;text-transform:uppercase;letter-spacing:.06em}.deal-sep{font-size:22px;font-weight:800;color:#e61601;padding:0 2px}.deal-timer-note{margin-top:8px;font-size:11px;color:#75757a}.search-predict{position:relative;flex:1 1;max-width:560px}.search-predict form{display:flex;width:100%}.search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border-radius:4px;box-shadow:0 8px 24px rgba(0,0,0,.18);z-index:200;max-height:420px;overflow-y:auto;border:1px solid #e5e5e5}.search-hit{display:flex;gap:10px;padding:10px 12px;align-items:center;border-bottom:1px solid #f2f2f2;color:var(--jm-text)!important}.search-hit.active,.search-hit:hover{background:#fff8f0}.search-hit img{width:48px;height:48px;object-fit:contain;background:#fafafa;border-radius:4px;flex-shrink:0}.search-hit-body{min-width:0;flex:1 1}.search-hit-name{font-size:13px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-hit-meta{font-size:11px;color:#75757a;margin-top:2px}.search-hit-price{font-size:13px;font-weight:700;margin-top:2px;color:var(--jm-text)}.search-hit-old{margin-left:6px;font-weight:400;font-size:12px;color:#999;text-decoration:line-through}.search-empty{padding:16px;color:#75757a}.search-empty,.search-see-all{text-align:center;font-size:13px}.search-see-all{display:block;width:100%;padding:12px;background:#fafafa;color:var(--jm-orange);font-weight:700;cursor:pointer;border:none;border-top:1px solid #eee}.search-see-all:hover{background:#fff5eb}.cat-strip-inner .cat-home,.cat-strip-inner a.cat-home{color:var(--jm-orange)!important;font-weight:700;border-bottom:2px solid var(--jm-orange);padding-bottom:2px}.topbar a.jumia-pay-link{color:inherit;text-decoration:none;font-weight:600}.topbar a.jumia-pay-link:hover{color:var(--jm-orange)}.reviews-section{margin:28px 0;background:#fff;border-radius:4px;padding:20px;box-shadow:0 1px 2px rgba(0,0,0,.06)}.reviews-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px 20px;margin-bottom:16px;border-bottom:1px solid #eee;padding-bottom:12px}.reviews-head h2{margin:0;font-size:18px}.reviews-summary{display:flex;align-items:center;gap:8px;font-size:14px;color:#555}.rev-stars{color:#f68b1e;letter-spacing:1px}.rev-stars-empty{color:#ddd}.review-card{border-bottom:1px solid #f0f0f0;padding:14px 0}.review-top{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;font-size:13px}.review-author{font-weight:600}.review-verified{background:#e8f8ef;color:#1a7f37}.review-new,.review-verified{font-size:11px;font-weight:700;padding:2px 8px;border-radius:3px}.review-new{background:#fff3e0;color:#e65100}.review-date{color:#999;margin-left:auto}.review-title{margin:6px 0 4px;font-size:14px}.review-body{margin:0;font-size:13px;color:#444;line-height:1.5}.review-helpful{margin-top:6px;font-size:12px;color:#888}.review-form{margin-top:20px;padding-top:16px;border-top:1px solid #eee;display:grid;grid-gap:10px;gap:10px;max-width:520px}.review-form h3{margin:0;font-size:16px}.review-form-hint{margin:0;font-size:12px;color:#75757a}.review-form label{display:grid;grid-gap:4px;gap:4px;font-size:13px;font-weight:600}.review-form input,.review-form select,.review-form textarea{font-weight:400;padding:8px 10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.review-msg{color:#1a7f37;font-size:13px;margin:0}.pdp-rating-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#f68b1e;margin:4px 0 10px}