.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-auto-rows:1fr;grid-gap:6px;gap:6px;padding:0}.prod-card{background:var(--white);border-radius:0;box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow var(--t),transform var(--t);position:relative;display:flex;flex-direction:column;height:100%;border:1.5px solid transparent}.prod-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--gray-200)}.prod-badge{position:absolute;top:8px;left:8px;z-index:3;font-size:.65rem;font-weight:800;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.prod-badge.new{background:var(--green);color:#fff}.prod-badge.promo{background:var(--red);color:#fff}.prod-badge.digital{background:var(--dark-3);color:#fff}.prod-img{display:flex;align-items:center;justify-content:center;background:var(--white);padding:0;position:relative;overflow:hidden;flex-shrink:0}.prod-img svg{width:60px;height:60px;color:var(--gray-300)}.prod-img img{width:100%;height:auto;display:block}.prod-crown-overlay{position:absolute;top:8px;right:8px;z-index:3;font-size:1.2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.prod-price-section{padding:10px 12px 0;background:var(--white)}.prod-price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hp-price-fit,.prod-price{max-width:100%;text-overflow:ellipsis}.prod-price-xaf{font-size:.85rem;font-weight:800;color:var(--red)}.prod-old-price,.prod-price-usd{font-size:.7rem;color:var(--gray-400)}.prod-old-price{text-decoration:line-through}.prod-x2-label{font-size:.85rem;font-weight:900;color:#F5A623;text-shadow:0 0 8px rgba(245,166,35,.6),0 0 16px rgba(245,166,35,.4);letter-spacing:.05em}.prod-x2-badge{position:absolute;top:-8px;right:-8px;z-index:10;background:#E31D1A;color:#fff;font-size:.75rem;font-weight:900;padding:6px 10px;border-radius:6px;box-shadow:0 4px 12px rgba(227,29,26,.5);text-transform:uppercase;letter-spacing:.08em;border:2px solid #fff}.prod-name{color:var(--gray-800);font-size:.85rem;font-weight:700;line-height:1.3;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:100%;overflow-wrap:break-word;word-break:break-word}.prod-info{display:flex;flex-direction:column;flex:1 1;min-width:0}.psb-top-left{position:absolute;top:12px;left:12px;z-index:6;display:flex;flex-direction:column;align-items:flex-start;gap:8px;max-width:calc(100% - 24px)}.psb-flash-tag{background:var(--red);color:#fff;padding:6px 12px;border-radius:100px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;display:flex;align-items:center;gap:6px;animation:flashPulse 1.5s ease-in-out infinite}@keyframes flashPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.psb-price-badge{background:rgba(0,0,0,.65);color:#fff;padding:6px 12px;border-radius:8px;font-weight:800;font-size:1rem;display:flex;align-items:baseline;gap:6px;white-space:nowrap;max-width:100%;overflow:hidden}.psb-price-old{font-size:.7em;font-weight:600;color:#ddd;text-decoration:line-through}.psb-type-badge{position:absolute;top:12px;right:12px;z-index:6;padding:6px 12px;border-radius:8px;font-size:.8rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.psb-type-x2{background:var(--gold);color:#1a0f00}.psb-type-discount{background:var(--red);color:#fff}.psb-name-overlay{position:absolute;bottom:0;left:0;right:0;z-index:3;background:linear-gradient(transparent,rgba(0,0,0,.85));padding:44px 16px 16px;color:#fff;font-size:1.1rem;font-weight:800;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prod-actions{display:flex;gap:4px;padding:6px 0 0;margin-top:auto;background:var(--white);border-top:1px solid var(--gray-100)}.btn-cart{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;background:var(--red);color:#fff;border:none;border-radius:0;padding:5px 8px;font-size:.72rem;font-weight:700;transition:all var(--t);cursor:pointer;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-cart:hover{background:var(--red-dark)}.btn-cart:disabled{color:var(--gray-600);cursor:not-allowed}.btn-cart:disabled,.btn-cart:disabled:hover{background:var(--gray-300)}.btn-buy,.btn-cart span,.btn-cart>:not(svg){min-width:0;overflow:hidden;text-overflow:ellipsis}.btn-buy{flex:1 1;display:flex;align-items:center;justify-content:center;padding:5px 8px;border:1.5px solid var(--red);border-radius:0;background:transparent;color:var(--red);font-size:.72rem;font-weight:700;transition:all var(--t);cursor:pointer;white-space:nowrap}.btn-buy:hover{background:var(--red-light)}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:6px}}@media (max-width:380px){.products-grid{grid-template-columns:1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--r8);font-size:.92rem;font-weight:700;cursor:pointer;border:none;transition:all var(--t);text-decoration:none;white-space:nowrap}.btn-primary{background:var(--red);color:#fff;box-shadow:0 4px 16px rgba(227,29,26,.3)}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#1a0f00;box-shadow:0 4px 16px rgba(245,166,35,.35)}.btn-gold:hover{transform:translateY(-1px);box-shadow:0 6px 22px rgba(245,166,35,.5)}.btn-outline{background:transparent;color:var(--gray-800);border:1.5px solid var(--gray-300)}.btn-outline:hover{border-color:var(--red);color:var(--red)}.btn-full{width:100%}.btn-sm{padding:8px 16px;font-size:.82rem}.btn-lg{padding:14px 32px;font-size:1rem;border-radius:var(--r12)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@media (pointer:coarse){.btn,.cat-link,.hbtn,.mob-btn,.sidebar-link{min-height:44px}}.form-card{background:var(--white);border-radius:0;box-shadow:var(--shadow-sm);padding:28px;border:1px solid var(--gray-200)}.form-card h2{font-size:1.1rem;font-weight:800;color:var(--dark);margin-bottom:20px;display:flex;align-items:center;gap:8px}.field-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field-group label{font-size:.82rem;font-weight:600;color:var(--gray-600)}.field-input{width:100%;padding:11px 14px;border:1.5px solid var(--gray-200);border-radius:var(--r8);font-size:.9rem;font-family:var(--font);color:var(--gray-800);outline:none;transition:border-color var(--t),box-shadow var(--t);background:#fff}.field-input:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(227,29,26,.08)}.field-input::placeholder{color:var(--gray-400)}.field-input.error{border-color:var(--red)}.field-error{font-size:.75rem;color:var(--red);font-weight:600}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:768px){.form-card{padding:18px 0}}@media (max-width:480px){.form-card{padding:14px 0}.field-row{grid-template-columns:1fr}}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:100px;font-size:.72rem;font-weight:700}.status-badge.pending{background:rgba(245,166,35,.15);color:#b37a00}.status-badge.paid{background:rgba(26,108,255,.12);color:#1a6cff}.status-badge.validated{background:rgba(26,163,74,.12);color:var(--green)}.status-badge.rejected{background:rgba(227,29,26,.12);color:var(--red)}.trust-bar{background:var(--white);border-radius:0;padding:20px 16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;box-shadow:var(--shadow-sm)}.trust-item{gap:12px}.trust-icon,.trust-item{display:flex;align-items:center}.trust-icon{width:44px;height:44px;border-radius:10px;flex-shrink:0;justify-content:center}.trust-icon.red{background:rgba(227,29,26,.1)}.trust-icon.red svg{color:var(--red)}.trust-icon.gold{background:rgba(245,166,35,.1)}.trust-icon.gold svg{color:var(--gold)}.trust-icon.green{background:rgba(26,163,74,.1)}.trust-icon.green svg{color:var(--green)}.trust-icon.blue{background:rgba(26,108,255,.1)}.trust-icon.blue svg{color:#1a6cff}.trust-text strong{display:block;font-size:.88rem;font-weight:700;color:var(--dark)}.trust-text span{font-size:.75rem;color:var(--gray-600)}.payment-bar{background:var(--dark);border-radius:0;padding:16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.payment-bar-label{color:rgba(255,255,255,.6);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.payment-methods{gap:10px;flex-wrap:wrap}.pay-pill,.payment-methods{display:flex;align-items:center}.pay-pill{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:7px 14px;gap:7px;font-size:.78rem;font-weight:700;color:#fff}.pay-pill.mtn{border-color:#ffcc00;color:#ffcc00}.pay-pill.orange{border-color:#ff6600;color:#ff6600}.pay-pill.paypal{border-color:#009cde;color:#009cde}.pay-pill.crypto{border-color:#f7931a;color:#f7931a}@media(max-height:500px) and (orientation:landscape),(max-width:768px){.trust-bar{grid-template-columns:1fr 1fr;gap:12px}}@media(max-width:480px){.pay-pill{flex:0 1 auto;justify-content:center}}@media (max-width:768px){.trust-bar{padding:14px 0;gap:10px}.payment-bar{flex-direction:column;align-items:flex-start}}.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:2000;opacity:0;pointer-events:none;transition:opacity var(--t)}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-panel{position:fixed;right:0;top:0;bottom:0;width:380px;max-width:100vw;background:var(--white);z-index:2001;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-lg)}.cart-panel.open{transform:translateX(0)}.cart-panel-header{display:flex;align-items:center;justify-content:space-between;padding:calc(18px + env(safe-area-inset-top,0px)) 20px 18px;border-bottom:1px solid var(--gray-200)}.cart-panel-header h3{font-size:1rem;font-weight:800;display:flex;align-items:center;gap:8px}.cart-close{width:34px;height:34px;border-radius:50%;border:none;background:var(--gray-100);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--t)}.cart-close:hover{background:var(--red)}.cart-items-list{flex:1 1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:12px}.cart-row{gap:12px;background:var(--gray-50);padding:10px}.cart-row,.cart-row-img{display:flex;align-items:center;border-radius:var(--r8)}.cart-row-img{width:52px;height:52px;background:var(--white);border:1px solid var(--gray-200);justify-content:center;flex-shrink:0;overflow:hidden}.cart-row-img img{width:100%;height:100%;object-fit:cover}.cart-row-info{flex:1 1;min-width:0}.cart-row-info .r-name{font-size:.82rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-row-info .r-price{font-size:.88rem;font-weight:800;color:var(--red);margin-top:2px}.cart-row-qty{gap:6px}.cart-row-qty,.rq-btn{display:flex;align-items:center}.rq-btn{width:24px;height:24px;border:1.5px solid var(--gray-200);border-radius:50%;background:#fff;font-size:.85rem;font-weight:700;justify-content:center;cursor:pointer;transition:all var(--t)}.rq-btn:hover{border-color:var(--red);color:var(--red)}.rq-val{font-size:.82rem;font-weight:700;min-width:18px;text-align:center}.cart-empty-state{text-align:center;padding:40px 20px;color:var(--gray-400)}.cart-panel-footer{padding:16px 20px;border-top:1px solid var(--gray-200);background:var(--gray-50)}.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cart-total-row span{font-size:.88rem;color:var(--gray-600)}.cart-total-row strong{font-size:1.2rem;font-weight:900;color:var(--red)}.btn-checkout{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--red);color:#fff;border:none;border-radius:var(--r8);padding:13px;font-size:.92rem;font-weight:700;cursor:pointer;transition:all var(--t)}.btn-checkout:hover{background:var(--red-dark)}.btn-checkout.btn-discuss-vendor{background:var(--gold);margin-bottom:8px}.btn-checkout.btn-discuss-vendor:hover{background:#d98a10}.cc-cart-vendor-only-note{margin:0;padding:10px 12px;text-align:center;font-size:.78rem;font-weight:600;color:var(--gray-500);background:var(--gray-100);border-radius:var(--r8)}@media (max-width:768px){.cart-panel{width:100vw}}@media (pointer:coarse){.rq-btn{width:32px;height:32px}}.gh-toast{position:fixed;bottom:80px;left:50%;transform:translateX(-50%) translateY(10px);background:var(--dark);color:#fff;padding:12px 22px;border-radius:10px;font-size:.85rem;font-weight:600;z-index:9999;box-shadow:var(--shadow-lg);opacity:0;transition:all .25s ease;white-space:nowrap;max-width:90vw;text-align:center}.gh-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.gh-toast.success{border-left:4px solid var(--green)}.gh-toast.error{border-left:4px solid var(--red)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:3000;display:none;align-items:center;justify-content:center;padding:20px}.modal-overlay.open{display:flex}.modal-box{background:var(--white);border-radius:var(--r16);padding:28px;max-width:480px;width:100%;box-shadow:var(--shadow-lg);max-height:90vh;overflow-y:auto}.modal-box h3{font-size:1.05rem;font-weight:800;margin-bottom:20px;gap:8px}.modal-box h3,.modal-close{display:flex;align-items:center}.modal-close{background:var(--gray-100);border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;justify-content:center;float:right}.modal-close:hover{background:var(--red);color:#fff}@media (max-width:768px){.modal-overlay{padding:0;align-items:flex-end}.modal-box{max-width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:92vh;border-radius:16px 16px 0 0}}@media (max-width:480px){.modal-box .btn{width:100%;justify-content:center}}.currency-modal-overlay{position:fixed;inset:0;background:rgba(26,26,46,.72);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;animation:currency-modal-fade-in .25s ease}@keyframes currency-modal-fade-in{0%{opacity:0}to{opacity:1}}.currency-modal-box{position:relative;background:var(--white);border-radius:var(--r24);box-shadow:var(--shadow-lg);width:min(360px,100%);aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 28px;text-align:center;animation:currency-modal-pop-in .3s cubic-bezier(.34,1.56,.64,1);overflow-y:auto}@keyframes currency-modal-pop-in{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.currency-modal-icon{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--gold-light),var(--gold));display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:14px;flex-shrink:0}.currency-modal-icon svg{width:26px;height:26px}.currency-modal-title{font-size:1.05rem;font-weight:900;color:var(--dark);margin-bottom:6px;line-height:1.3}html.dark-theme .currency-modal-title{color:var(--gray-800)}.currency-modal-subtitle{font-size:.82rem;color:var(--gray-500);margin-bottom:20px;line-height:1.4}.currency-modal-options{display:flex;flex-direction:column;gap:8px;width:100%}.currency-modal-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:11px 16px;border-radius:var(--r12);border:1.5px solid var(--gray-200);background:var(--white);color:var(--dark);font-family:var(--font);font-size:.88rem;font-weight:700;cursor:pointer;transition:border-color var(--t),background var(--t),transform var(--t)}html.dark-theme .currency-modal-option{color:var(--gray-800)}.currency-modal-option:hover:not(:disabled){border-color:var(--gold);background:var(--gold-bg);transform:translateY(-1px)}html.dark-theme .currency-modal-option:hover:not(:disabled){background:rgba(245,166,35,.12)}.currency-modal-option.detected{border-color:var(--gold);background:var(--gold-bg)}html.dark-theme .currency-modal-option.detected{background:rgba(245,166,35,.12)}.currency-modal-option:disabled{opacity:.6;cursor:default}.currency-modal-option-code{font-weight:800}.currency-modal-option-badge{font-size:.68rem;font-weight:700;color:var(--gold);background:var(--gold-bg);padding:2px 8px;border-radius:100px}html.dark-theme .currency-modal-option-badge{background:rgba(245,166,35,.16)}.currency-modal-skip{margin-top:16px;background:none;border:none;font-family:var(--font);font-size:.78rem;font-weight:600;color:var(--gray-500);cursor:pointer;text-decoration:underline;flex-shrink:0}.currency-modal-skip:hover{color:var(--gray-700)}.currency-modal-close{position:absolute;top:14px;right:14px;width:28px;height:28px;border-radius:50%;border:none;background:var(--gray-100);color:var(--gray-600);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--t),color var(--t)}.currency-modal-close:hover{background:var(--red);color:#fff}@media (max-width:420px){.currency-modal-box{aspect-ratio:auto;padding:28px 22px}}.sidebar-fixed{display:none}@media (min-width:769px) and ((min-height:501px) or (orientation:portrait)){.sidebar-fixed{display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;width:22vw;min-width:240px;max-width:320px;background:#1A1A2E;border-right:1px solid #334155;box-shadow:var(--shadow-sm);z-index:850;overflow:hidden}html .sidebar-fixed{--white:#1A1A2E;--dark:#E2E8F0;--gray-50:#16213E;--gray-100:#1E293B;--gray-200:#334155;--gray-300:#475569;--gray-400:#64748B;--gray-500:#7B8798;--gray-600:#94A3B8;--gray-700:#CBD5E1;--gray-800:#E2E8F0}.sidebar-fixed-scroll{flex:1 1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none}.sidebar-fixed-scroll::-webkit-scrollbar{display:none}.sidebar-fixed .mm-quick-row{flex-wrap:wrap}.sidebar-fixed .mm-quick-pill{flex:1 1 auto;justify-content:center}.sidebar-fixed .mm-head{justify-content:flex-start;flex-shrink:0}.sidebar-fixed .mm-user,.sidebar-fixed>.mm-quick-row{flex-shrink:0}.with-sidebar-content{margin-left:22vw}}@media (min-width:769px) and ((min-height:501px) or (orientation:portrait)){@media (max-width:1090px){.with-sidebar-content{margin-left:240px}}@media (min-width:1455px){.with-sidebar-content{margin-left:320px}}}.footer{background:var(--dark);color:rgba(255,255,255,.75);padding:48px 0 0;margin-top:32px}.footer-inner{max-width:1440px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px 48px;gap:32px 48px;justify-items:center}.footer-brand{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-brand p{font-size:.82rem;line-height:1.6;color:rgba(255,255,255,.5);margin:0 0 18px;max-width:520px;font-weight:700}.footer-socials{gap:8px}.f-social,.footer-socials{display:flex;justify-content:center}.f-social{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.08);align-items:center;transition:all var(--t);overflow:hidden}.f-social:hover{background:var(--red)}.f-social-img{width:100%;height:100%;object-fit:cover;display:block}.footer-col{text-align:center}.footer-col h4{color:#fff;font-size:.88rem;font-weight:700;margin-bottom:14px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px;width:max-content;max-width:100%;margin:0 auto}.footer-col ul li a{font-size:.82rem;color:rgba(255,255,255,.5);display:flex;align-items:center;justify-content:flex-start;gap:6px;transition:color var(--t);text-align:left}.footer-col ul li a i,.footer-col ul li a svg{width:16px;flex-shrink:0}.footer-col ul li a:hover{color:var(--gold)}.footer-bottom{background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),var(--dark);margin-top:36px;padding:14px 0;text-align:center;font-size:.75rem;color:rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.footer-bottom a{color:rgba(255,255,255,.4)}.footer-bottom a:hover{color:var(--gold)}@media(max-width:768px){.footer{padding-bottom:15px}}.footer.has-bg-image{position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}.footer.has-bg-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,15,25,.55),rgba(15,15,25,.85));pointer-events:none;z-index:0}.footer.has-bg-image .footer-bottom,.footer.has-bg-image .footer-inner{position:relative;z-index:1}@media(max-width:1024px){.footer-inner{grid-template-columns:repeat(3,1fr)}}@media(max-height:500px) and (orientation:landscape),(max-width:768px){.footer-inner{grid-template-columns:repeat(3,1fr)!important;gap:16px 6px}.footer-col h4{font-size:.9rem;margin-bottom:8px;white-space:nowrap}.footer-col ul{gap:6px}.footer-col ul li a{font-size:.7rem;gap:3px;line-height:1.2}.footer-col ul li a i{width:10px;height:10px;flex-shrink:0}}@media(max-width:768px){.footer{padding:0;margin-top:10px;width:100%}.footer-inner{padding:0 5px;grid-gap:20px;gap:20px;display:grid;grid-template-columns:repeat(3,1fr);justify-items:center}.footer-bottom{padding:16px 0;flex-direction:column;gap:8px}.footer-bottom a,.footer-bottom span{font-size:.7rem}.f-social{width:32px;height:32px}}