:root{--primary:#c8202f;--primary-dark:#961420;--primary-soft:#fff1f3;--primary-light:#ffe3e7;--secondary:#151923;--secondary-soft:#252b38;--text:#1f2937;--muted:#6b7280;--light-muted:#9ca3af;--border:#eceff3;--bg:#FFF5F6;--white:#ffffff;--success:#C91529;--warning:#D83545;--shadow-sm:0 8px 20px rgba(15,23,42,0.06);--shadow-md:0 16px 40px rgba(15,23,42,0.10);--shadow-lg:0 25px 70px rgba(15,23,42,0.16);--radius-sm:12px;--radius-md:18px;--radius-lg:28px;--transition:0.28s ease;--container:1180px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"IBM Plex Sans Arabic",sans-serif;direction:rtl;color:var(--text);background:var(--bg);line-height:1.8;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}button,a{font-family:inherit}button{border:0;cursor:pointer}img{max-width:100%;display:block}::selection{color:var(--white);background:var(--primary)}.container{width:min(var(--container),calc(100% - 32px));margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:11px 22px;border-radius:999px;font-weight:800;font-size:15px;line-height:1;white-space:nowrap;transition:transform var(--transition),box-shadow var(--transition),background var(--transition),color var(--transition),border-color var(--transition)}.btn:hover{transform:translateY(-3px)}.btn-primary{color:var(--white);background:linear-gradient(135deg,var(--primary),var(--primary-dark));box-shadow:0 14px 30px rgba(200,32,47,0.24)}.btn-primary:hover{box-shadow:0 18px 42px rgba(200,32,47,0.32)}.btn-whatsapp{color:var(--white);background:linear-gradient(135deg,#E31B30,#C91529);box-shadow:0 12px 28px rgba(125,13,23,0.22)}.btn-whatsapp:hover{box-shadow:0 18px 40px rgba(125,13,23,0.28)}.btn-outline{color:var(--primary);background:var(--white);border:1px solid rgba(200,32,47,0.18)}.btn-outline:hover{color:var(--white);background:var(--primary);border-color:var(--primary)}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,0.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(236,239,243,0.9);box-shadow:0 8px 30px rgba(15,23,42,0.04)}.header-container{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo a{display:flex;flex-direction:column;gap:2px;min-width:max-content}.logo-title{position:relative;color:var(--secondary);font-size:23px;font-weight:900;line-height:1.25;letter-spacing:-0.5px}.logo-title::before{content:"";display:inline-block;width:13px;height:13px;margin-left:8px;border-radius:4px;background:linear-gradient(135deg,var(--primary),var(--warning));box-shadow:0 8px 18px rgba(200,32,47,0.22)}.logo-subtitle{color:var(--muted);font-size:12px;font-weight:700}.main-nav{display:flex;justify-content:center;flex:1}.nav-links{display:flex;align-items:center;justify-content:center;gap:5px;padding:7px;border-radius:999px;background:#f4f6f8}.nav-links a{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 15px;border-radius:999px;color:#4b5563;font-size:14px;font-weight:800;transition:color var(--transition),background var(--transition),box-shadow var(--transition)}.nav-links a:hover,.nav-links a.active{color:var(--primary);background:var(--white);box-shadow:0 8px 18px rgba(15,23,42,0.06)}.header-actions{display:flex;align-items:center;gap:12px}.cart-icon-wrapper{position:relative;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;color:var(--secondary);background:var(--white);border:1px solid var(--border);border-radius:50%;box-shadow:var(--shadow-sm);transition:transform var(--transition),color var(--transition),border-color var(--transition)}.cart-icon-wrapper:hover{color:var(--primary);border-color:rgba(200,32,47,0.28);transform:translateY(-3px)}.cart-badge{position:absolute;top:-5px;left:-5px;min-width:22px;height:22px;display:grid;place-items:center;padding-inline:5px;color:var(--white);background:var(--primary);border:2px solid var(--white);border-radius:999px;font-size:11px;font-weight:900}.menu-toggle{display:none;width:46px;height:46px;align-items:center;justify-content:center;color:var(--white);background:var(--primary);border-radius:14px;font-size:19px;box-shadow:0 12px 24px rgba(200,32,47,0.22)}.site-footer{color:rgba(255,255,255,0.78);background:linear-gradient(135deg,#111827,#161b27 65%,#220b0e);padding-top:74px}.footer-desc{max-width:390px;color:rgba(255,255,255,0.67);font-size:14px;font-weight:600;margin-bottom:22px}.social-icons{display:flex;align-items:center;gap:10px}.social-icons a{width:42px;height:42px;display:grid;place-items:center;color:var(--white);background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);border-radius:14px;transition:transform var(--transition),background var(--transition),color var(--transition)}.social-icons a:hover{color:var(--white);background:var(--primary);transform:translateY(-4px)}.widget-title{position:relative;color:var(--white);font-size:18px;font-weight:900;margin-bottom:20px;padding-bottom:10px}.widget-title::after{content:"";position:absolute;right:0;bottom:0;width:42px;height:3px;border-radius:999px;background:var(--primary)}.footer-links,.contact-info{display:flex;flex-direction:column;gap:11px}.footer-links a,.contact-info li{color:rgba(255,255,255,0.68);font-size:14px;font-weight:700}.footer-links a{position:relative;display:inline-flex;align-items:center;transition:color var(--transition),transform var(--transition)}.footer-links a::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;margin-left:8px;color:var(--primary);font-size:11px}.footer-links a:hover{color:var(--white);transform:translateX(-5px)}.contact-info li{display:flex;align-items:flex-start;gap:10px}.contact-info i{width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center;color:var(--white);background:rgba(200,32,47,0.9);border-radius:8px;font-size:12px;margin-top:3px}.footer-bottom{padding:20px 0;text-align:center;border-top:1px solid rgba(255,255,255,0.08)}.footer-bottom p{color:rgba(255,255,255,0.56);font-size:13px;font-weight:700}@media (max-width:1180px){.header-container{gap:14px}.nav-links a{padding-inline:11px;font-size:13px}.btn-whatsapp{padding-inline:16px}}@media (max-width:992px){.site-header{position:sticky}.header-container{min-height:76px}.menu-toggle{display:inline-flex;order:3}.logo{order:1}.header-actions{order:2;margin-right:auto}.btn-whatsapp{display:none}.main-nav{position:absolute;top:calc(100% + 10px);right:16px;left:16px;display:none;padding:14px;background:rgba(255,255,255,0.98);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow-lg)}.main-nav.is-open{display:block}.nav-links{flex-direction:column;align-items:stretch;border-radius:18px;background:transparent;padding:0;gap:6px}.nav-links a{justify-content:flex-start;width:100%;min-height:46px;padding:10px 14px;border-radius:14px;background:#FFF5F6}}@media (max-width:768px){.container{width:min(100% - 24px,var(--container))}}@media (max-width:520px){.header-container{gap:9px}.logo-title{font-size:17px}.logo-subtitle{font-size:10px}.cart-icon-wrapper,.menu-toggle{width:42px;height:42px;border-radius:13px}.cart-icon-wrapper{border-radius:50%}.btn{width:100%}}@media (prefers-reduced-motion:no-preference){@keyframes floatCard{0%,100%{translate:0 0} 50%{translate:0 -12px}}}.section-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:9px 17px;color:var(--primary-dark);background:var(--primary-soft);border:1px solid rgba(200,32,47,0.12);border-radius:999px;font-size:13px;font-weight:900}.section-badge i{color:var(--primary)}.nav-links a.active{color:var(--primary);background:var(--white);box-shadow:0 8px 18px rgba(15,23,42,0.06)}.breadcrumb{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:9px 16px;color:var(--primary-dark);background:var(--white);border:1px solid rgba(200,32,47,0.12);border-radius:999px;box-shadow:var(--shadow-sm);font-size:13px;font-weight:900}.section{padding:90px 0}.input{min-height:44px;padding:10px 13px;border:1px solid var(--border);border-radius:15px;outline:0;color:var(--secondary);background:#FFF5F6;font-family:inherit;font-weight:800}label{color:var(--secondary);font-weight:900}textarea.input{min-height:110px;resize:vertical}.footer-links a{transition:color var(--transition),transform var(--transition)}.footer-links a:hover{color:var(--white);transform:translateX(-5px)}.footer-links a::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;width:19px;height:19px;display:grid;place-items:center;color:var(--primary);background:rgba(200,32,47,0.14);border-radius:50%;font-size:10px}.footer-links a:hover::before{color:var(--white);background:var(--primary)}.site-footer{padding:78px 0 0;background:radial-gradient(circle at 12% 18%,rgba(200,32,47,0.26),transparent 30%),radial-gradient(circle at 88% 12%,rgba(216,53,69,0.12),transparent 24%),linear-gradient(135deg,#111827,#151923 62%,#2b1115)}.site-footer .container{width:min(1220px,calc(100% - 32px))}.footer-container{display:grid !important;grid-template-columns:minmax(290px,1.35fr) minmax(170px,.7fr) minmax(190px,.8fr) minmax(260px,1fr) !important;gap:38px !important;align-items:start;padding-bottom:46px}.footer-widget{min-width:0}.footer-logo h3,.widget-title{color:#fff;font-weight:900}.footer-logo span,.footer-desc,.contact-info span,.footer-bottom p{color:rgba(255,255,255,.66)}.footer-desc{max-width:360px;line-height:1.9;font-weight:700}.footer-links{display:grid;gap:9px}.footer-links a{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.70);font-weight:800;transition:color .28s ease,transform .28s ease}.footer-links a::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;width:20px;height:20px;display:grid;place-items:center;color:#fff;background:rgba(200,32,47,.72);border-radius:50%;font-size:10px;flex:0 0 auto}.footer-links a:hover{color:#fff;transform:translateX(-6px)}.contact-info{display:grid;gap:12px}.contact-info li{display:flex;align-items:flex-start;gap:10px;color:rgba(255,255,255,.72);line-height:1.8}.contact-info i{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;color:#fff;background:rgba(200,32,47,.72);border-radius:12px}.footer-bottom{display:flex;align-items:center;justify-content:center;min-height:58px;border-top:1px solid rgba(255,255,255,.09);text-align:center}.offers-premium-hero{position:relative;overflow:hidden;padding:72px 0 58px;background:radial-gradient(circle at top right,rgba(200,32,47,.16),transparent 34%),radial-gradient(circle at bottom left,rgba(216,53,69,.12),transparent 32%),linear-gradient(135deg,#fff 0%,#fff6f7 52%,#FFF5F6 100%)}.offers-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.72fr);align-items:center;gap:38px}.offers-premium-hero h1{color:var(--secondary);font-size:clamp(34px,5vw,58px);font-weight:900;line-height:1.25;margin:12px 0 10px}.offers-premium-hero p{max-width:760px;color:var(--muted);font-size:17px;font-weight:700;line-height:1.9}.offer-hero-badge{position:relative;overflow:hidden;min-height:270px;padding:30px;color:#fff;background:radial-gradient(circle at top left,rgba(255,255,255,.16),transparent 30%),linear-gradient(135deg,#151923,#2a1014 72%,#961420);border-radius:34px;box-shadow:0 26px 70px rgba(15,23,42,.16)}.offer-hero-badge > i{width:74px;height:74px;display:grid;place-items:center;margin-bottom:18px;color:var(--primary);background:#fff;border-radius:24px;font-size:32px}.input{min-height:48px;padding:10px 14px;border:1px solid var(--border);border-radius:16px;outline:none;background:#FFF5F6;color:var(--secondary);font-family:inherit;font-weight:800}.empty-products-environment{position:relative;overflow:hidden;min-height:440px;display:grid;place-items:center;align-content:center;gap:14px;text-align:center;padding:46px 24px;background:#fff;border:1px solid var(--border);border-radius:36px;box-shadow:var(--shadow-md)}.empty-products-environment::before{content:"";position:absolute;width:260px;height:260px;top:-100px;right:-90px;border-radius:50%;background:rgba(200,32,47,.08)}.empty-orbit{position:relative;width:120px;height:120px;display:grid;place-items:center;margin-bottom:4px}.empty-orbit span{position:absolute;inset:0;border-radius:50%;border:2px dashed rgba(200,32,47,.25);animation:orbitSpin 9s linear infinite}.empty-orbit i{width:86px;height:86px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft);border-radius:28px;font-size:34px}@keyframes orbitSpin{to{transform:rotate(360deg)}}.empty-products-environment h3{color:var(--secondary);font-size:clamp(24px,3vw,34px);font-weight:900}.empty-products-environment p{max-width:680px;color:var(--muted);font-size:16px;font-weight:700;line-height:1.9}textarea.input{min-height:126px;resize:vertical}.offers-premium-section{padding:72px 0 96px;background:var(--bg)}.offer-hero-badge{display:grid;place-items:center;text-align:center}.offer-hero-badge strong{color:#fff;font-size:54px;font-weight:900;line-height:1}.offer-hero-badge span{color:rgba(255,255,255,.72);font-weight:800}.offers-premium-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.premium-offer-card{overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:34px;box-shadow:var(--shadow-sm);transition:.3s ease}.premium-offer-card:hover{transform:translateY(-9px);box-shadow:var(--shadow-md);border-color:rgba(200,32,47,.22)}.offer-image{position:relative;height:225px;display:grid;place-items:center;padding:16px;background:var(--primary-soft)}.offer-image img{width:100%;height:100%;object-fit:contain;border-radius:22px;background:#fff}.offer-image span{position:absolute;top:16px;right:16px;padding:8px 13px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--warning));border-radius:999px;font-size:12px;font-weight:900}.offer-body{display:flex;flex-direction:column;flex:1;padding:22px}.offer-body small{width:fit-content;padding:5px 10px;color:var(--primary);background:var(--primary-soft);border-radius:999px;font-weight:900}.offer-body h3{color:var(--secondary);font-size:22px;font-weight:900;margin:10px 0 6px}.offer-body p{color:var(--muted);font-weight:700;line-height:1.85;margin-bottom:14px}.offer-body .btn{margin-top:auto}@media (max-width:1180px){.offers-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-container{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}@media (max-width:980px){.offers-hero-grid{grid-template-columns:1fr}}@media (max-width:680px){.offers-premium-grid,.footer-container{grid-template-columns:1fr !important}.offers-premium-hero{padding:52px 0}.offer-hero-badge{border-radius:26px;padding:22px}.offer-image{height:230px}}.footer-container{display:grid !important;grid-template-columns:1.35fr 0.8fr 0.9fr 1.1fr !important;gap:32px !important;align-items:start}.footer-bottom{display:flex;align-items:center;justify-content:center}.contact-info a{color:inherit;font-weight:900}.offer-price-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:14px 0}.offer-price-row strong{color:var(--primary-dark);font-size:28px;font-weight:900}.offer-price-row del{color:var(--muted);font-weight:900}.offer-countdown{position:absolute;right:28px;bottom:28px;padding:10px 14px;color:var(--primary-dark);background:#fff;border-radius:999px;box-shadow:var(--shadow-sm);font-weight:900}@media (max-width:980px){.footer-container{grid-template-columns:repeat(2,1fr) !important}}@media (max-width:620px){.footer-container{grid-template-columns:1fr !important}}.premium-offer-card-v2,.premium-offer-card{overflow:hidden;isolation:isolate}.premium-offer-card-v2 .offer-image,.premium-offer-card .offer-image{height:210px !important;min-height:210px !important;display:block;overflow:hidden;background:linear-gradient(135deg,rgba(255,241,243,.98),rgba(255,255,255,.98)),#fff}.premium-offer-card-v2 .offer-image img,.premium-offer-card .offer-image img{width:100%;height:100%;object-fit:contain !important;padding:14px}.premium-offer-card-v2 .offer-body,.premium-offer-card .offer-body{position:relative;z-index:3;background:var(--white)}.premium-offer-card-v2 .offer-body h3,.premium-offer-card .offer-body h3{color:var(--primary-dark);font-size:24px;line-height:1.45;text-shadow:0 8px 22px rgba(200,32,47,.08)}.premium-offer-card-v2 .offer-body h3 a{color:inherit}.premium-offer-card-v2 .offer-body h3::after,.premium-offer-card .offer-body h3::after{content:"";display:block;width:58px;height:4px;margin-top:8px;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--warning))}.offer-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.site-search-trigger{width:46px;height:46px;display:grid;place-items:center;color:var(--secondary);background:var(--white);border:1px solid var(--border);border-radius:50%;box-shadow:var(--shadow-sm);font-size:18px;transition:.30s ease}.site-search-trigger:hover{color:var(--primary);transform:translateY(-3px);border-color:rgba(200,32,47,.26)}.site-search-overlay{position:fixed;inset:0;z-index:7600;display:none}.site-search-overlay.is-open{display:block}.site-search-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.54);backdrop-filter:blur(7px)}.site-search-panel{position:relative;width:min(1080px,calc(100% - 32px));margin:44px auto 0;background:#fff;border-radius:5px;box-shadow:0 28px 90px rgba(0,0,0,.26);overflow:hidden}.site-search-form{display:grid;grid-template-columns:1fr 54px 60px;align-items:center;height:62px;border-bottom:1px solid #edf0f3}.site-search-form input{width:100%;height:100%;border:0;outline:0;padding:0 22px;font:inherit;font-size:17px;font-weight:700;color:var(--secondary);background:#fff}.site-search-form input::placeholder{color:#9aa3af}.site-search-submit{height:100%;display:grid;place-items:center;color:#374151;background:#fff;font-size:19px}.site-search-submit{font-size:25px}.site-search-results{max-height:520px;overflow-y:auto;background:#fff}.premium-offer-card{border-radius:30px !important;overflow:hidden;background:linear-gradient(180deg,#fff,#fff8f9);border:1px solid rgba(236,239,243,.98);box-shadow:0 18px 48px rgba(15,23,42,.09)}.premium-offer-card .offer-image{height:185px !important;background:#fff !important}.premium-offer-card .offer-image img{object-fit:contain !important;padding:12px !important}.premium-offer-card .offer-body{padding:20px !important}.premium-offer-card .offer-body h3{color:var(--primary-dark) !important;font-size:22px !important;font-weight:900;margin-bottom:8px}.premium-offer-card .offer-body p{display:none !important}.offer-card-actions .btn{flex:1 1 auto}.footer-logo-link{display:inline-grid;gap:2px}.footer-logo-link h3{font-size:28px !important;line-height:1.25;color:#fff;transition:color .25s ease,transform .25s ease}.footer-logo-link:hover h3{color:#ffd5da;transform:translateX(-4px)}.contact-info a{font-weight:900}@media (max-width:780px){.site-search-panel{width:calc(100% - 20px);margin-top:18px}.site-search-form{grid-template-columns:1fr 48px 52px}.footer-logo-link h3{font-size:24px !important}}.site-search-form{grid-template-columns:1fr 64px !important}.site-search-submit{border-right:1px solid #edf0f3}.site-search-panel{overflow:visible}.site-search-results{overflow:auto;border-radius:0 0 5px 5px}.mobile-nav-search-form{display:none}.mobile-nav-search-box{position:relative;display:flex;align-items:center;background:#fff;border:1px solid rgba(236,239,243,.95);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm)}.mobile-nav-search-box input{width:100%;min-height:46px;padding:0 14px 0 50px;border:0;outline:0;color:var(--secondary);font:inherit;font-weight:800;background:transparent}.mobile-nav-search-box button{position:absolute;left:5px;top:5px;width:36px;height:36px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:12px}@media (max-width:980px){.desktop-search-trigger{display:none !important}.mobile-nav-search-form{display:block;padding:12px;border-bottom:1px solid rgba(236,239,243,.75)}.main-nav.is-open .mobile-nav-search-form{display:block}}@media (min-width:981px){.mobile-nav-search-form{display:none !important}}.premium-offer-card-v2 .offer-body small,.premium-offer-card .offer-body small{display:none !important}.premium-offer-card-v2{border-radius:32px !important;overflow:hidden !important;background:linear-gradient(180deg,#fff,#fff7f8) !important;box-shadow:0 20px 58px rgba(15,23,42,.10) !important;transition:transform .28s ease,box-shadow .28s ease !important}.premium-offer-card-v2:hover{transform:translateY(-8px);box-shadow:0 30px 78px rgba(15,23,42,.16) !important}.premium-offer-card-v2 .offer-image{height:230px !important;background:#fff !important}.premium-offer-card-v2 .offer-image img{width:100%;height:100%;object-fit:contain !important;padding:14px !important}.premium-offer-card-v2 .offer-body h3{font-size:24px !important;line-height:1.45 !important;color:var(--primary-dark) !important;margin:0 0 12px !important}.offer-countdown{width:fit-content;display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;color:#C91529;background:#FFF5F6;border:1px solid #EFBEC6;border-radius:999px;font-size:13px;font-weight:900}.offer-countdown.is-ended{color:#991b1b;background:#fee2e2;border-color:#fecaca}.site-search-panel{border-radius:22px !important;overflow:hidden !important}.site-search-form{border-radius:22px 22px 0 0 !important}.site-search-results{display:none;border-radius:0 0 22px 22px !important;overflow:auto}.offers-premium-hero{padding-top:76px !important;padding-bottom:62px !important}.offers-premium-section{padding-top:74px !important;padding-bottom:94px !important}@media (max-width:760px){.site-search-panel{border-radius:18px !important}}.offer-countdown{display:block !important;width:auto !important;margin:12px 0 0 !important;padding:0 !important;color:var(--primary-dark) !important;background:transparent !important;border:0 !important;border-radius:0 !important;font-size:14px !important;font-weight:900 !important}.offer-countdown i{margin-inline-end:6px}.offer-countdown.is-ended{color:#991b1b !important;background:transparent !important}.offer-countdown{margin:10px 0 0 !important;color:var(--primary-dark) !important;font-size:13px !important;line-height:1.7 !important}@keyframes floatyV15{0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)}}@keyframes sparkFadeV15{to{opacity:0;transform:scale(2.8)}}a[href*="print-request"].btn-primary{background:#fff !important;color:var(--primary-dark) !important;border:1px solid rgba(255,255,255,.75) !important;box-shadow:0 16px 32px rgba(0,0,0,.12) !important}a[href*="print-request"].btn-primary i{color:var(--primary) !important}@media (max-width:760px){.site-footer{padding:34px 0 16px !important}.footer-container{gap:14px !important}.footer-widget{padding:0 !important;margin:0 !important}.footer-logo-link h3{font-size:22px !important;margin-bottom:2px !important}.footer-logo span,.footer-desc{font-size:12px !important;line-height:1.7 !important}.footer-desc{margin:8px 0 12px !important}.widget-title{font-size:18px !important;margin-bottom:10px !important;padding-bottom:8px !important}.footer-links{display:grid !important;gap:6px !important}.footer-links a{min-height:30px !important;font-size:13px !important;line-height:1.4 !important}.contact-info{gap:8px !important}.contact-info li{gap:8px !important;font-size:12px !important;line-height:1.6 !important;align-items:flex-start !important}.contact-info i{width:32px !important;height:32px !important;min-width:32px !important;border-radius:11px !important;font-size:13px !important}.social-icons{gap:8px !important;margin-top:8px !important}.social-icons a{width:36px !important;height:36px !important;border-radius:12px !important}.footer-bottom{margin-top:18px !important;padding-top:12px !important;font-size:11px !important}}.logo a{display:flex !important;align-items:center !important;justify-content:center !important;min-height:46px !important}.logo-subtitle{display:none !important}.logo-title{display:flex !important;align-items:center !important;margin:0 !important;min-height:46px !important;line-height:1 !important}@keyframes heroFloatMain{0%{transform:translateY(0)} 25%{transform:translateY(-10px)} 50%{transform:translateY(-16px)} 75%{transform:translateY(-8px)} 100%{transform:translateY(0)}}@keyframes heroFloatCards{0%{transform:translateY(0)} 25%{transform:translateY(8px)} 50%{transform:translateY(15px)} 75%{transform:translateY(7px)} 100%{transform:translateY(0)}}.logo-title{margin:0 !important;font-size:25px !important;line-height:1 !important;display:flex !important;align-items:center !important}@media (max-width:768px){.logo-title{font-size:21px !important}}.loading-state{grid-column:1 / -1;min-height:190px;display:grid;place-items:center;color:var(--muted);background:#fff;border:1px dashed rgba(200,32,47,.22);border-radius:24px;font-weight:900}[data-offers-grid] .premium-offer-card{animation:softFadeUp .45s ease both}@keyframes softFadeUp{from{opacity:0;transform:translateY(14px)} to{opacity:1;transform:translateY(0)}}@media (max-width:760px){.loading-state{min-height:130px;border-radius:18px;font-size:13px}}body.page-offers{--page-css-file:"offers.css"}@media (max-width:720px){.container{width:min(100% - 22px,1320px)}.section{padding:38px 0}.brand strong{font-size:16px}.brand small{display:none}.footer-bottom{align-items:flex-start;flex-direction:column}}@media (max-width:980px){body{overflow-x:hidden}.container{width:min(100% - 22px,1120px) !important}.site-header{top:0 !important}.header-container{min-height:68px !important;gap:8px !important}.logo-title{font-size:18px !important;line-height:1.25 !important}.logo-subtitle{font-size:11px !important}.menu-toggle{display:grid !important;width:42px !important;height:42px !important;place-items:center !important;background:#fff !important;border:1px solid var(--border) !important;border-radius:13px !important;box-shadow:var(--shadow-sm) !important}.main-nav{position:fixed !important;top:76px !important;right:11px !important;left:11px !important;z-index:9000 !important;display:none !important;background:#fff !important;border:1px solid var(--border) !important;border-radius:22px !important;box-shadow:0 24px 70px rgba(15,23,42,.18) !important;overflow:hidden !important}.main-nav.is-open{display:block !important}.nav-links{display:grid !important;gap:6px !important;padding:10px !important}.nav-links a{min-height:42px !important;display:flex !important;align-items:center !important;padding:8px 12px !important;border-radius:13px !important;font-size:13px !important}.header-actions{gap:6px !important}.desktop-search-trigger,.header-actions .btn-whatsapp{display:none !important}.cart-icon-wrapper{width:42px !important;height:42px !important}.mobile-nav-search-form{display:block !important;padding:10px !important;border-bottom:1px solid var(--border) !important}.offers-premium-hero,.offers-premium-section{padding-top:32px !important;padding-bottom:34px !important}.offers-hero-grid{grid-template-columns:1fr !important;gap:16px !important}.offers-premium-hero h1{font-size:29px !important;line-height:1.25 !important}.offers-premium-hero p{font-size:13px !important;line-height:1.85 !important}.input,.btn{min-height:42px !important;font-size:12.5px !important;border-radius:13px !important}textarea.input{min-height:92px !important}.footer-container{grid-template-columns:1fr !important;gap:20px !important}.site-search-panel{width:calc(100% - 20px) !important;margin-top:16px !important;border-radius:18px !important}}@media (max-width:430px){.container{width:min(100% - 16px,1120px) !important}.offers-premium-hero h1{font-size:26px !important}}.menu-toggle{background:linear-gradient(135deg,#c8202f,#991522) !important;color:#fff !important;border:0 !important;box-shadow:0 12px 26px rgba(200,32,47,.25) !important}.menu-toggle i{color:#fff !important}@media (max-width:980px){.site-footer{padding:34px 0 16px !important}.footer-container{grid-template-columns:1fr !important;gap:18px !important}.footer-widget{padding:0 !important}.footer-logo-link h3,.footer-logo h3{font-size:23px !important;line-height:1.3 !important}.footer-desc{font-size:12.5px !important;line-height:1.75 !important;max-width:none !important}.widget-title{font-size:18px !important;margin-bottom:10px !important}.footer-links,.contact-info{gap:6px !important}.footer-links li a,.contact-info li{min-height:32px !important;font-size:12.5px !important;line-height:1.5 !important}.social-icons a{width:38px !important;height:38px !important;border-radius:13px !important}.footer-bottom{margin-top:18px !important;padding-top:12px !important;font-size:11.5px !important}}@media (max-width:980px){body{background:#FFF5F6 !important}}.site-footer{position:relative !important;overflow:hidden !important;padding:64px 0 0 !important;color:rgba(255,255,255,.78) !important;background:radial-gradient(circle at 16% 0%,rgba(200,32,47,.30),transparent 32%),radial-gradient(circle at 90% 18%,rgba(216,53,69,.12),transparent 26%),linear-gradient(145deg,#101827 0%,#151923 55%,#2b1015 100%) !important}.site-footer::before{content:"" !important;position:absolute !important;inset:0 !important;pointer-events:none !important;opacity:.08 !important;background-image:linear-gradient(rgba(255,255,255,.30) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.30) 1px,transparent 1px) !important;background-size:34px 34px !important}.site-footer .container{position:relative !important;z-index:2 !important}.footer-container{display:grid !important;grid-template-columns:1.35fr .8fr .9fr 1.1fr !important;gap:26px !important;align-items:stretch !important;padding-bottom:34px !important}.footer-widget{min-width:0 !important}.footer-logo-link{display:inline-grid !important;gap:4px !important}.footer-logo-link h3,.footer-logo h3{color:#fff !important;font-size:27px !important;line-height:1.25 !important;font-weight:900 !important;margin:0 !important}.footer-logo-link span,.footer-logo span{color:rgba(255,255,255,.62) !important;font-size:13px !important;font-weight:800 !important}.footer-desc{max-width:390px !important;margin:14px 0 18px !important;color:rgba(255,255,255,.68) !important;font-size:13.5px !important;line-height:1.9 !important;font-weight:700 !important}.social-icons{display:flex !important;align-items:center !important;gap:9px !important}.social-icons a{width:42px !important;height:42px !important;display:grid !important;place-items:center !important;color:#fff !important;background:rgba(255,255,255,.09) !important;border:1px solid rgba(255,255,255,.13) !important;border-radius:15px !important;box-shadow:none !important;transition:.30s ease !important}.social-icons a:hover{background:linear-gradient(135deg,#c8202f,#961420) !important;transform:translateY(-3px) !important}.widget-title{position:relative !important;width:fit-content !important;color:#fff !important;font-size:18px !important;font-weight:900 !important;margin:0 0 16px !important;padding-bottom:10px !important}.widget-title::after{content:"" !important;position:absolute !important;right:0 !important;bottom:0 !important;width:44px !important;height:3px !important;border-radius:999px !important;background:linear-gradient(90deg,#c8202f,#D83545) !important}.footer-links,.contact-info{display:grid !important;gap:9px !important}.footer-links a{position:relative !important;min-height:34px !important;display:inline-flex !important;align-items:center !important;gap:8px !important;width:fit-content !important;color:rgba(255,255,255,.72) !important;font-size:13.5px !important;font-weight:800 !important;transition:.30s ease !important}.footer-links a::before{content:"" !important;font-family:"Font Awesome 6 Free" !important;font-weight:900 !important;width:21px !important;height:21px !important;display:grid !important;place-items:center !important;color:#fff !important;background:rgba(200,32,47,.85) !important;border-radius:50% !important;font-size:10px !important;flex:0 0 auto !important;margin:0 !important}.footer-links a:hover{color:#fff !important;transform:translateX(-4px) !important}.contact-info li{display:flex !important;align-items:flex-start !important;gap:10px !important;color:rgba(255,255,255,.72) !important;font-size:13px !important;font-weight:800 !important;line-height:1.7 !important}.contact-info i{width:32px !important;height:32px !important;min-width:32px !important;display:grid !important;place-items:center !important;margin-top:0 !important;color:#fff !important;background:linear-gradient(135deg,#c8202f,#991522) !important;border-radius:12px !important;font-size:13px !important}.contact-info a{color:#fff !important;font-weight:900 !important}.footer-bottom{margin-top:0 !important;padding:16px 0 !important;display:flex !important;justify-content:center !important;text-align:center !important;border-top:1px solid rgba(255,255,255,.09) !important}.footer-bottom p{margin:0 !important;color:rgba(255,255,255,.55) !important;font-size:12.5px !important;font-weight:700 !important}@media (max-width:768px){.site-footer{padding:28px 0 0 !important;border-radius:28px 28px 0 0 !important;background:radial-gradient(circle at 20% 0%,rgba(200,32,47,.32),transparent 34%),linear-gradient(160deg,#101827 0%,#151923 60%,#261015 100%) !important}.site-footer .container{width:min(100% - 22px,1120px) !important}.footer-container{display:grid !important;grid-template-columns:1fr !important;gap:14px !important;padding-bottom:18px !important}.footer-widget{padding:0 !important;margin:0 !important}.brand-widget{text-align:center !important;padding:18px 14px !important;border:1px solid rgba(255,255,255,.10) !important;border-radius:22px !important;background:rgba(255,255,255,.045) !important;backdrop-filter:blur(12px) !important}.footer-logo-link{justify-items:center !important}.footer-logo-link h3,.footer-logo h3{font-size:22px !important;line-height:1.3 !important}.footer-logo-link span,.footer-logo span{font-size:11.5px !important}.footer-desc{max-width:315px !important;margin:9px auto 13px !important;font-size:11.8px !important;line-height:1.75 !important}.social-icons{justify-content:center !important}.social-icons a{width:38px !important;height:38px !important;border-radius:14px !important}.links-widget,.contact-widget{padding:15px 13px !important;border:1px solid rgba(255,255,255,.10) !important;border-radius:20px !important;background:rgba(255,255,255,.04) !important}.widget-title{margin-bottom:12px !important;font-size:17px !important;padding-bottom:8px !important}.widget-title::after{width:38px !important;height:3px !important}.footer-links{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important}.footer-links li{min-width:0 !important}.footer-links a{width:100% !important;min-height:38px !important;justify-content:flex-start !important;padding:8px 9px !important;border-radius:13px !important;color:rgba(255,255,255,.82) !important;background:rgba(255,255,255,.055) !important;border:1px solid rgba(255,255,255,.075) !important;font-size:11.8px !important;line-height:1.35 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.footer-links a::before{width:18px !important;height:18px !important;min-width:18px !important;font-size:8.5px !important;background:linear-gradient(135deg,#c8202f,#981520) !important}.footer-links a:hover{transform:none !important}.contact-info{gap:8px !important}.contact-info li{min-height:42px !important;padding:9px 10px !important;align-items:center !important;border-radius:14px !important;background:rgba(255,255,255,.055) !important;border:1px solid rgba(255,255,255,.075) !important;font-size:11.7px !important;line-height:1.55 !important}.contact-info i{width:30px !important;height:30px !important;min-width:30px !important;border-radius:11px !important;font-size:12px !important}.contact-info span{color:rgba(255,255,255,.76) !important}.contact-info a{color:#fff !important;font-weight:900 !important}.footer-bottom{padding:13px 0 14px !important}.footer-bottom p{font-size:10.8px !important;line-height:1.6 !important}}@media (max-width:390px){.footer-links{gap:7px !important}.footer-links a{min-height:36px !important;padding:7px 8px !important;font-size:11px !important}.contact-info li{font-size:11px !important}}:root{--smooth-motion:.78s cubic-bezier(.22,.61,.36,1);--smooth-motion-fast:.55s cubic-bezier(.22,.61,.36,1)}.btn,.nav-links a,.footer-links a,.social-icons a,.cart-icon-wrapper,.site-search-trigger,.menu-toggle{transition:transform var(--smooth-motion),box-shadow var(--smooth-motion),border-color var(--smooth-motion),background var(--smooth-motion),color var(--smooth-motion),opacity var(--smooth-motion) !important}@media (max-width:760px){.site-footer{padding:30px 0 0 !important;border-radius:26px 26px 0 0 !important}.footer-container{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;padding-bottom:20px !important}.footer-widget{padding:14px 13px !important;border-radius:18px !important;border:1px solid rgba(255,255,255,.10) !important;background:rgba(255,255,255,.045) !important}.brand-widget{text-align:center !important}.footer-logo-link{align-items:center !important}.footer-logo-link h3{font-size:22px !important;line-height:1.35 !important}.footer-desc{max-width:310px !important;margin:8px auto 12px !important;font-size:11.8px !important;line-height:1.75 !important}.social-icons{justify-content:center !important}.widget-title{font-size:16.5px !important;margin-bottom:11px !important}.footer-links{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:7px !important}.footer-links a{width:100% !important;min-height:36px !important;padding:7px 8px !important;border-radius:12px !important;background:rgba(255,255,255,.055) !important;border:1px solid rgba(255,255,255,.07) !important;font-size:11.5px !important;line-height:1.35 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;transform:none !important}.footer-links a::before{width:17px !important;height:17px !important;min-width:17px !important;font-size:8px !important}.contact-info{gap:7px !important}.contact-info li{min-height:40px !important;padding:8px 9px !important;border-radius:13px !important;background:rgba(255,255,255,.055) !important;border:1px solid rgba(255,255,255,.07) !important;font-size:11.5px !important;line-height:1.55 !important}.contact-info i{width:28px !important;height:28px !important;min-width:28px !important;border-radius:10px !important;font-size:11px !important}.footer-bottom{margin-top:0 !important;padding:12px 0 13px !important}.footer-bottom p{font-size:10.7px !important;line-height:1.6 !important}}.btn,.btn-whatsapp,.btn-primary,.btn-outline{transition:transform .18s ease-out,box-shadow .30s ease,background .30s ease,color .30s ease,border-color .30s ease !important;will-change:transform !important}.btn i{transition:transform .18s ease-out,color .25s ease !important}@media (hover:hover){.btn:hover,.btn-whatsapp:hover,.btn-primary:hover,.btn-outline:hover{transform:translateY(-3px) !important}.btn:hover i{transform:translateX(-5px) !important}}.btn:active{transform:translateY(-1px) scale(.985) !important}.btn,.btn-whatsapp,.btn-primary,.btn-outline{transition:transform .18s ease-out,box-shadow .30s ease,background .30s ease,color .30s ease,border-color .30s ease !important;will-change:transform !important}.btn i{transform:none !important;transition:color .25s ease !important}@media (hover:hover){.btn:hover,.btn-whatsapp:hover,.btn-primary:hover,.btn-outline:hover{transform:translateY(-3px) !important}.btn:hover i{transform:none !important}}.btn:active{transform:translateY(-1px) scale(.985) !important}@media (max-width:600px){.site-footer{padding-bottom:58px !important}.footer-bottom p{line-height:1.9}}:root{--v5-blue:#E31B30;--v5-blue-deep:#C91529;--v5-orange:#E31B30;--v5-orange-deep:#E31B30;--v5-teal:#C91529;--v5-ink:#101828;--v5-muted:#667085;--v5-line:#F8E2E6;--v5-soft:#FFF5F6;--v5-cream:#FFF5F6;--v5-white:#fff;--v5-shadow:0 18px 50px rgba(16,24,40,.09);--v5-shadow-soft:0 10px 28px rgba(16,24,40,.06);--primary:#E31B30 !important;--secondary:#E31B30 !important;--accent:#C91529 !important}html{scroll-behavior:smooth}@keyframes v5Pulse{50%{box-shadow:0 0 0 9px rgba(176,15,31,0)}}:root{--v5-blue:#C8202F;--v5-blue-deep:#C91529;--v5-orange:#E31B30;--v5-orange-deep:#E31B30;--v5-teal:#C91529;--v5-ink:#172026;--v5-muted:#6d7780;--v5-line:#F8E2E6;--v5-soft:#FFF5F6;--v5-cream:#FFF5F6;--primary:#C8202F!important;--primary-dark:#C91529!important;--primary-soft:#FFF5F6!important;--primary-light:#F8E2E6!important;--secondary:#172026!important;--accent:#C91529!important;--ah-red:#C8202F!important;--ah-red-dark:#C91529!important}:root{--v7-blue:#C91529;--v7-blue-deep:#C91529;--v7-orange:#D83545;--v7-teal:#E31B30;--v7-red:#d94b4b;--v7-ink:#18252c;--v7-muted:#6e7d86;--v7-line:#F8E2E6;--v7-soft:#FFF5F6;--v7-navy:#5D0A12}:root{--v8-blue:#C91529;--v8-blue-deep:#C91529;--v8-teal:#E31B30;--v8-orange:#D83545;--v8-red:#c82d43;--v8-ink:#18272f;--v8-muted:#687983;--v8-line:#F8E2E6;--v8-soft:#FFF5F6;--v8-navy:#5D0A12}:root{--v9-blue:#C91529;--v9-blue-deep:#C91529;--v9-teal:#E31B30;--v9-orange:#D83545;--v9-red:#c92d42;--v9-ink:#18272f;--v9-muted:#6d7e87;--v9-line:#F8E2E6;--v9-soft:#FFF5F6;--v9-navy:#5D0A12}@keyframes v9Float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}:root{--v10-blue:#C8202F;--v10-blue-dark:#C91529;--v10-navy:#C91529;--v10-teal:#D91A30;--v10-orange:#E44755;--v10-red:#c92a39;--v10-ink:#162a33;--v10-muted:#6d7f88;--v10-line:#F8E2E6;--v10-soft:#FFF8F9;--v10-white:#fff}html{font-size:17.6px;scroll-behavior:smooth}body{font-family:"IBM Plex Sans Arabic",sans-serif!important;color:var(--v10-ink);background:#fff}button,input,select,textarea{font-family:"IBM Plex Sans Arabic",sans-serif!important}body:not(.v10-ready)>.site-header,body:not(.v10-ready)>.site-footer{visibility:hidden}.container{width:min(1480px,calc(100% - 40px));margin-inline:auto}.v10-announcement{height:36px;overflow:hidden;background:#C91529;color:#fff;font-size:.78rem;font-weight:800}.v10-announcement-window{height:100%;overflow:hidden}.v10-announcement-track{width:max-content;min-width:200%;height:100%;display:flex;align-items:center;gap:46px;white-space:nowrap;animation:v10Marquee 22s linear infinite}.v10-announcement-track i{width:6px;height:6px;border-radius:50%;background:var(--v10-orange)}@keyframes v10Marquee{from{transform:translateX(0)}to{transform:translateX(50%)}}.v10-header{position:relative;z-index:1000;background:#fff;box-shadow:0 8px 24px rgba(109,12,20,.08)}.v10-mainbar{background:#C8202F;color:#fff}.v10-mainbar-inner{min-height:88px;display:grid;grid-template-columns:auto minmax(340px,1fr) auto;align-items:center;gap:28px}.v10-brand{display:flex;align-items:center;gap:12px;min-width:310px;color:inherit!important;text-decoration:none!important}.v10-brand-logo{width:58px;height:58px;display:grid;place-items:center;padding:5px;background:#fff;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.11)}.v10-brand-logo img{width:100%;height:100%;object-fit:contain}.v10-brand>span:last-child{display:grid;gap:2px}.v10-brand strong{font-size:1rem;font-weight:800;white-space:nowrap}.v10-brand small{font-size:.62rem;font-weight:700;opacity:.88;white-space:nowrap}.v10-search{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;min-height:52px;padding:4px 6px 4px 14px;color:var(--v10-ink);background:#fff;border-radius:16px;box-shadow:0 10px 26px rgba(109,12,20,.14)}.v10-search>i{color:var(--v10-blue)}.v10-search input{width:100%;height:44px;border:0;outline:0;background:transparent;font-weight:700;font-size:.78rem}.v10-search button{height:42px;padding:0 20px;color:#fff;background:var(--v10-navy);border:0;border-radius:12px;font-weight:800}.v10-search-results{display:none;position:absolute;top:calc(100% + 9px);inset-inline:0;max-height:510px;overflow:auto;padding:8px;background:#fff;border:1px solid var(--v10-line);border-radius:18px;box-shadow:0 24px 60px rgba(109,12,20,.18);z-index:1200}.v10-search.open .v10-search-results{display:block}.v10-search-item{display:grid;grid-template-columns:64px minmax(0,1fr) 18px;gap:12px;align-items:center;padding:9px;color:var(--v10-ink)!important;border-bottom:1px solid #FFF5F6;text-decoration:none!important}.v10-search-item img{width:64px;height:64px;object-fit:contain;background:#FFF5F6;border-radius:12px}.v10-search-item div{display:grid;gap:2px}.v10-search-item small{font-size:.61rem;color:var(--v10-teal);font-weight:800}.v10-search-item strong{font-size:.76rem;line-height:1.55}.v10-search-item b{font-size:.72rem;color:var(--v10-blue)}.v10-search-item>i{color:var(--v10-orange)}.v10-search-all{min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;color:var(--v10-navy)!important;background:#FFF5F6;border-radius:12px;font-size:.78rem;font-weight:800;text-decoration:none!important}.v10-search-all b{color:var(--v10-blue)}.v10-search-state{padding:20px;text-align:center;color:var(--v10-muted);font-weight:800}.v10-header-actions{display:flex;align-items:center;gap:9px}.v10-print-link{min-height:50px;display:flex;align-items:center;gap:9px;padding:7px 12px;color:#fff!important;background:rgba(109,12,20,.28);border:1px solid rgba(255,255,255,.22);border-radius:14px;text-decoration:none!important}.v10-print-link>i{font-size:1.05rem}.v10-print-link span{display:grid}.v10-print-link small{font-size:.55rem}.v10-print-link strong{font-size:.68rem}.v10-cart{width:50px;height:50px;position:relative;display:grid;place-items:center;color:#fff!important;border:1px solid rgba(255,255,255,.25);border-radius:14px;text-decoration:none!important}.v10-cart b{position:absolute;top:-6px;right:-6px;min-width:21px;height:21px;display:grid;place-items:center;padding:0 5px;color:var(--v10-navy);background:var(--v10-orange);border:2px solid var(--v10-blue);border-radius:999px;font-size:.6rem}.v10-menu-btn{display:none}.v10-catbar{position:relative;background:#fff;border-bottom:1px solid var(--v10-line)}.v10-catnav{min-height:58px;display:flex;align-items:center;justify-content:center;gap:8px}.v10-all,.v10-nav-link{min-height:42px;display:flex;align-items:center;gap:7px;padding:0 13px;color:#C91529!important;border-radius:11px;font-size:.72rem;font-weight:800;text-decoration:none!important;white-space:nowrap;transition:.18s}.v10-all{color:var(--v10-blue-dark)!important;background:#FFF5F6}.v10-nav-link:hover,.v10-nav-cat.open>.v10-nav-link{color:var(--v10-blue)!important;background:#FFF5F6}.v10-nav-link:after,.v10-nav-link:hover:after{display:none!important}.v10-nav-link i{font-size:.55rem}.v10-nav-cat{position:relative}.v10-mega{display:none;position:absolute;top:calc(100% + 8px);right:50%;width:min(920px,90vw);grid-template-columns:280px 1fr;gap:18px;padding:16px;background:#fff;border:1px solid var(--v10-line);border-radius:20px;box-shadow:0 28px 70px rgba(15,52,67,.2);transform:translateX(50%);z-index:1200}.v10-nav-cat.open .v10-mega{display:grid}.v10-mega-parent{display:grid;grid-template-columns:96px 1fr;gap:12px;padding:12px;background:#FFF5F6;border-radius:16px}.v10-mega-parent img{width:96px;height:110px;object-fit:cover;border-radius:12px}.v10-mega-parent span{font-size:.62rem;color:var(--v10-teal);font-weight:800}.v10-mega-parent h3{margin:4px 0;font-size:.92rem}.v10-mega-parent p{margin:0 0 8px;color:var(--v10-muted);font-size:.64rem;line-height:1.8}.v10-mega-parent a{color:var(--v10-blue)!important;font-size:.68rem;font-weight:800}.v10-mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.v10-mega-child{display:grid;grid-template-columns:56px minmax(0,1fr) 14px;gap:9px;align-items:center;padding:8px;color:var(--v10-ink)!important;border:1px solid #FFF5F6;border-radius:14px;text-decoration:none!important;transition:.18s}.v10-mega-child:hover{transform:translateY(-2px);border-color:#EFBEC6;box-shadow:0 9px 22px rgba(176,15,31,.08)}.v10-mega-child>span{width:56px;height:56px}.v10-mega-child img{width:100%;height:100%;object-fit:cover;border-radius:10px}.v10-mega-child strong{display:block;font-size:.69rem}.v10-mega-child small{display:block;margin-top:2px;color:var(--v10-muted);font-size:.55rem;line-height:1.6}.v10-mega-child>i{color:var(--v10-orange)}.v10-mega-backdrop{display:none;position:fixed;inset:0;top:0;background:rgba(10,38,48,.25);backdrop-filter:blur(4px);z-index:900}.v10-mega-open .v10-mega-backdrop{display:block}.v10-mega-open .v10-header{z-index:1000}.v10-loading{font-size:.7rem;color:var(--v10-muted)}.v10-social{display:flex;gap:8px}.v10-social a{width:42px;height:42px;display:grid;place-items:center;color:#fff!important;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:12px}.v10-toast{position:fixed;bottom:28px;right:28px;z-index:3000;min-width:260px;max-width:calc(100vw - 36px);display:flex;align-items:center;gap:11px;padding:14px 17px;color:#12323d;background:#fff;border:1px solid #F8E2E6;border-radius:15px;box-shadow:0 20px 50px rgba(14,58,74,.2);transform:translateY(30px);opacity:0;pointer-events:none;transition:.22s}.v10-toast.show{transform:none;opacity:1}.v10-toast i{color:#E31B30;font-size:1.2rem}.v10-toast span{font-size:.75rem;font-weight:800}.v10-mobile-overlay,.v10-mobile-panel{display:none}.v10-results-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.v10-results-head span{color:var(--v10-teal);font-size:.72rem;font-weight:800}.v10-results-head h1{margin:5px 0 0;font-size:1.65rem}.v10-results-head>b{color:var(--v10-blue);font-size:.8rem}.v10-results-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.v10-product-card{overflow:hidden;background:#fff;border:1px solid var(--v10-line);border-radius:20px;box-shadow:0 12px 28px rgba(109,12,20,.06);transition:.2s}.v10-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(109,12,20,.11)}.v10-product-media{height:260px;display:grid;place-items:center;padding:16px;background:#FFF5F6}.v10-product-media img{width:100%;height:100%;object-fit:contain}.v10-product-body{padding:16px}.v10-product-body>small{color:var(--v10-teal);font-size:.62rem;font-weight:800}.v10-product-body h3{min-height:3.1em;margin:7px 0 11px;font-size:.83rem;line-height:1.55}.v10-product-body h3 a{color:var(--v10-ink)!important;text-decoration:none!important}.v10-price{display:flex;align-items:center;gap:10px}.v10-price strong{color:var(--v10-blue-dark);font-size:.92rem}.v10-price del{color:#97a4aa;font-size:.67rem}.v10-product-actions{display:grid;grid-template-columns:1fr 44px;gap:8px;margin-top:14px}.v10-product-actions button,.v10-product-actions>a{min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff!important;background:var(--v10-blue);border:0;border-radius:11px;font-size:.68rem;font-weight:800;text-decoration:none!important}.v10-product-actions>a{background:#FFF5F6;color:var(--v10-blue)!important}.v10-empty{grid-column:1/-1;min-height:300px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:var(--v10-muted);background:#FFF5F6;border:1px dashed #EFBEC6;border-radius:24px}.v10-empty i{font-size:2rem;color:var(--v10-blue)}@media(max-width:1100px){html{font-size:17px}.v10-mainbar-inner{grid-template-columns:auto 1fr auto;gap:15px}.v10-brand{min-width:0}.v10-brand small,.v10-print-link span{display:none}.v10-print-link{width:50px;padding:0;justify-content:center}.v10-catnav{justify-content:flex-start;overflow:auto}.v10-results-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){html{font-size:16.8px}.container{width:min(100% - 24px,1480px)}.v10-announcement{height:32px}.v10-mainbar-inner{min-height:72px;grid-template-columns:44px 1fr auto}.v10-menu-btn{width:44px;height:44px;display:grid;place-items:center;color:#fff;background:rgba(0,0,0,.12);border:0;border-radius:12px}.v10-brand{justify-self:start}.v10-brand-logo{width:48px;height:48px;border-radius:13px}.v10-brand strong{font-size:.77rem}.v10-brand small{display:none}.v10-search{display:none}.v10-print-link{display:none}.v10-cart{width:44px;height:44px}.v10-catbar{display:none}.v10-header-actions{gap:5px}.v10-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(8,35,46,.42);backdrop-filter:blur(4px);z-index:1800;opacity:0;pointer-events:none;transition:.2s}.v10-mobile-panel{display:block;position:fixed;top:0;bottom:0;right:0;width:min(88vw,390px);padding:16px;background:#fff;z-index:1900;transform:translateX(105%);transition:.24s;overflow:auto}.v10-mobile-open .v10-mobile-overlay{opacity:1;pointer-events:auto}.v10-mobile-open .v10-mobile-panel{transform:none}.v10-mobile-head{display:flex;justify-content:space-between;align-items:center}.v10-mobile-head .v10-brand{color:var(--v10-ink)!important}.v10-mobile-close{width:42px;height:42px;border:0;border-radius:12px;background:#FFF5F6;color:var(--v10-blue)}.v10-mobile-search{display:grid;grid-template-columns:1fr 44px;gap:7px;margin:20px 0}.v10-mobile-search input{min-height:46px;padding:0 12px;border:1px solid var(--v10-line);border-radius:12px}.v10-mobile-search button{border:0;border-radius:12px;color:#fff;background:var(--v10-blue)}.v10-mobile-cats{display:grid;gap:6px}.v10-mobile-cats>a,.v10-mobile-cats summary{min-height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:var(--v10-ink)!important;background:#FFF5F6;border-radius:11px;font-size:.75rem;font-weight:800;text-decoration:none}.v10-mobile-cats details>a{display:block;padding:10px 16px;color:#60727a!important;font-size:.69rem;font-weight:700}.v10-mobile-cats details>a.all{color:var(--v10-blue)!important}.v10-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.v10-mobile-actions a{min-height:48px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff!important;background:var(--v10-blue);border-radius:12px;font-size:.7rem;font-weight:800}.v10-results-grid{grid-template-columns:repeat(2,1fr);gap:10px}.v10-product-media{height:180px}.v10-product-body{padding:11px}.v10-product-body h3{font-size:.72rem}.v10-product-actions{grid-template-columns:1fr 40px}.v10-product-actions button{font-size:.62rem}.v10-results-head{align-items:flex-start;flex-direction:column}}@media(max-width:430px){.v10-results-grid{grid-template-columns:1fr 1fr}.v10-product-media{height:155px}.v10-product-actions>a{display:none}.v10-product-actions{grid-template-columns:1fr}}body:not(.v10-ready)>.site-header{min-height:146px;display:block;background:#C8202F}body:not(.v10-ready)>.site-footer{min-height:320px;display:block;background:#5A121A}@media(max-width:1100px){html{font-size:17.6px}}@media(max-width:760px){html{font-size:17.6px}}.v10-nav-link,.v10-all{font-size:.8rem}.v10-mega-parent span{font-size:.7rem}.v10-mega-parent h3{font-size:1rem}.v10-mega-parent p{font-size:.72rem}.v10-mega-parent a{font-size:.74rem}.v10-mega-child strong{font-size:.76rem}.v10-mega-child small{font-size:.63rem}.v10-search-item small{font-size:.67rem}.v10-search-item strong{font-size:.82rem}.v10-search-item b{font-size:.78rem}:root{--v11-blue:#C8202F;--v11-navy:#C91529;--v11-teal:#D91A30;--v11-orange:#E44755;--v11-line:#F8E2E6;--v11-soft:#FFF8F9;--v11-ink:#2A1619;--v11-muted:#6f828b}html{font-size:17.6px}body{font-family:"IBM Plex Sans Arabic",sans-serif!important}.v10-search{grid-template-columns:28px minmax(0,1fr) auto;padding-inline:14px 10px!important;column-gap:8px}.v10-search button{min-width:74px;margin-left:4px!important;padding-inline:22px!important}.v10-catbar{z-index:1030}.v10-nav-cat{height:58px;display:flex;align-items:center}.v10-nav-cat>.v10-nav-link{height:42px}.v10-mega{top:100%!important;margin-top:0!important;padding-top:18px!important}.v10-mega:before{content:"";position:absolute;top:-10px;right:0;left:0;height:12px}.v10-mega-backdrop{top:146px!important;background:rgba(10,38,48,.18)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.v10-mega-open .v10-mainbar,.v10-mega-open .v10-catbar{filter:none!important;backdrop-filter:none!important}.v10-nav-link:hover,.v10-nav-cat.open>.v10-nav-link{transform:none!important;box-shadow:none!important}.v10-mega{width:min(980px,92vw)!important;gap:20px!important;padding:18px!important}.v10-mega-parent h3{font-size:1.06rem!important}.v10-mega-parent p{font-size:.76rem!important}.v10-mega-parent a{font-size:.8rem!important}.v10-mega-child strong{font-size:.82rem!important}.v10-mega-child small{font-size:.68rem!important;line-height:1.7!important}@media(max-width:760px){.v10-mega-backdrop{display:none!important}.v10-search button{transform:none}}.v10-mega-backdrop{position:absolute!important;top:100%!important;right:0!important;left:0!important;bottom:auto!important;height:100vh!important}:root{--v13-blue:#C8202F;--v13-navy:#C91529;--v13-orange:#E44755;--v13-teal:#D91A30;--v13-line:#F0DFE2;--v13-soft:#FFF8F9;--v13-ink:#2A1619;--v13-muted:#76666A}.site-header.v10-header{background:#fff!important;box-shadow:0 8px 26px rgba(109,12,20,.08)!important}.v10-mainbar{background:#C8202F!important}.v10-search{padding-left:8px!important}.v10-search button{min-width:78px!important;margin-left:12px!important;padding-inline:24px!important;background:#C91529!important}.v10-print-link{background:#E44755!important;border-color:#E44755!important;box-shadow:0 10px 22px rgba(216,53,69,.2)!important}.v10-print-link:hover{background:#E31B30!important;transform:translateY(-1px)}.v13-wishlist-link,.v10-cart{width:50px;height:50px;position:relative;display:grid;place-items:center;color:#fff!important;border:1px solid rgba(255,255,255,.28);border-radius:14px;text-decoration:none!important;background:rgba(255,255,255,.07);transition:.2s}.v13-wishlist-link:hover,.v10-cart:hover{background:rgba(255,255,255,.16);transform:translateY(-1px)}.v13-wishlist-link>i{font-size:1.08rem}.v13-wishlist-link b,.v10-cart b{position:absolute;top:-6px;right:-6px;min-width:21px;height:21px;display:grid;place-items:center;padding:0 5px;color:#C91529;background:#E44755;border:2px solid #C8202F;border-radius:999px;font-size:.6rem}.v10-mega{position:fixed!important;top:var(--v13-mega-top,146px)!important;right:auto!important;left:50%!important;transform:translateX(-50%)!important;width:min(980px,calc(100vw - 72px))!important;max-width:980px!important;margin:0!important;padding:18px!important;border-radius:0 0 22px 22px!important;box-shadow:0 30px 75px rgba(15,52,67,.2)!important}.v10-mega:before{display:none!important}.v10-mega-parent{border-radius:0 0 16px 16px!important;align-self:start}.v10-mega-grid{align-content:start!important;align-items:start!important;grid-auto-rows:88px!important}.v10-mega-child{height:88px!important;min-height:88px!important;align-self:start!important;border-radius:13px!important}.v10-mega-child:hover{transform:translateY(-1px)!important}.v10-mega-backdrop{position:fixed!important;top:var(--v13-mega-top,146px)!important;right:0!important;bottom:0!important;left:0!important;height:auto!important;background:rgba(10,38,48,.18)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.v13-product-card{position:relative}.v13-heart{position:absolute;z-index:6;top:12px;left:12px;width:38px;height:38px;display:grid;place-items:center;border:1px solid #F0DFE2;border-radius:50%;background:rgba(255,255,255,.96);color:#4D1A20;box-shadow:0 8px 22px rgba(109,12,20,.1);cursor:pointer;transition:.2s}.v13-heart:hover{transform:scale(1.05);color:#d82f45}.v13-heart.is-active{color:#fff;background:#d82f45;border-color:#d82f45}.v13-heart i{font-size:.9rem}@media(max-width:760px){.v13-wishlist-link,.v10-cart{width:44px;height:44px}.v10-search button{margin-left:0!important}.v10-mega{display:none!important}}html,body,body:where(h1,h2,h3,h4,h5,h6,p,a,span,strong,b,small,label,button,input,select,textarea,option,li,summary,th,td){font-family:"IBM Plex Sans Arabic",sans-serif!important}.v10-mainbar-inner{grid-template-columns:auto minmax(360px,1fr) auto!important}.v10-search{padding-left:5px!important;padding-right:14px!important}.v10-search button{min-width:82px!important;margin-left:-2px!important;margin-right:0!important;padding-inline:24px!important;justify-self:start!important;border-radius:13px!important}.v10-product-card.v13-product-card{position:relative!important;display:flex!important;flex-direction:column!important;min-width:0!important;overflow:hidden!important;background:#fff!important;border:1px solid #F0DFE2!important;border-radius:20px!important;box-shadow:0 12px 28px rgba(109,12,20,.055)!important}.v10-product-card .v10-product-media{position:relative!important;flex:0 0 auto!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;display:grid!important;place-items:center!important;overflow:hidden!important;padding:16px!important;background:#FFF5F6!important;border-bottom:1px solid #FFF5F6!important}.v10-product-card .v10-product-media img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;padding:0!important}.v10-product-card .v10-product-body{position:relative!important;z-index:2!important;flex:1 1 auto!important;display:flex!important;flex-direction:column!important;min-height:205px!important;padding:15px!important;background:#fff!important}.v10-product-card .v10-product-body>small{display:block!important;min-height:1.45em!important;margin:0 0 6px!important;color:#E31B30!important;font-size:.64rem!important;font-weight:800!important;line-height:1.45!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.v10-product-card .v10-product-body h3{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;min-height:3.45em!important;max-height:3.45em!important;margin:0 0 12px!important;font-size:.76rem!important;line-height:1.72!important}.v10-product-card .v10-price{min-height:31px!important;margin-top:auto!important;align-items:baseline!important}.v10-product-card .v10-price strong{font-size:.9rem!important;line-height:1.2!important}.v10-product-card .v10-product-actions{margin-top:12px!important;grid-template-columns:minmax(0,1fr) 44px!important}.v10-product-card .v10-product-actions button,.v10-product-card .v10-product-actions>a{min-height:44px!important;border-radius:11px!important}.v13-heart{top:12px!important;left:12px!important}@media (min-width:1024px) and (max-width:1399px){.v10-mainbar-inner{grid-template-columns:auto minmax(300px,1fr) auto!important;gap:18px!important}}@media (max-width:760px){.v10-mainbar-inner{grid-template-columns:44px 1fr auto!important}.v10-product-card .v10-product-body{min-height:188px!important;padding:12px!important}.v10-product-card .v10-product-body h3{font-size:.7rem!important}}html,body{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:clip!important}.site-header.v10-header,.site-header.v10-header .v10-announcement,.site-header.v10-header .v10-mainbar,.site-header.v10-header .v10-catbar{width:100%!important;max-width:none!important;margin:0!important;inset-inline:auto!important;border-radius:0!important}.site-header.v10-header{display:block!important;box-sizing:border-box!important}.site-header.v10-header .v10-mainbar,.site-header.v10-header .v10-catbar{box-sizing:border-box!important}@media (max-width:760px){.site-header.v10-header{box-shadow:0 7px 22px rgba(109,12,20,.12)!important}.site-header.v10-header .v10-mainbar{padding:0!important;background:#C8202F!important}.site-header.v10-header .v10-mainbar-inner{width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;padding:10px 14px 12px!important;display:grid!important;grid-template-areas:"menu brand actions" "search search search"!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;gap:10px 11px!important;box-sizing:border-box!important}.site-header.v10-header .v10-menu-btn{grid-area:menu!important;width:44px!important;height:44px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:13px!important;background:rgba(109,12,20,.28)!important;color:#fff!important;box-shadow:none!important;font-size:1rem!important}.site-header.v10-header .v10-brand{grid-area:brand!important;min-width:0!important;max-width:100%!important;width:auto!important;justify-self:start!important;display:flex!important;align-items:center!important;gap:8px!important;overflow:hidden!important}.site-header.v10-header .v10-brand-logo{flex:0 0 44px!important;width:44px!important;height:44px!important;padding:4px!important;border-radius:12px!important;box-shadow:0 5px 14px rgba(7,59,80,.16)!important}.site-header.v10-header .v10-brand>span:last-child{min-width:0!important;display:block!important;overflow:hidden!important}.site-header.v10-header .v10-brand strong{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#fff!important;font-size:.72rem!important;line-height:1.45!important;font-weight:800!important}.site-header.v10-header .v10-brand small{display:none!important}.site-header.v10-header .v10-header-actions{grid-area:actions!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:6px!important}.site-header.v10-header .v10-print-link{display:none!important}.site-header.v10-header .v13-wishlist-link,.site-header.v10-header .v10-cart{width:42px!important;height:42px!important;min-width:42px!important;border-radius:12px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:none!important}.site-header.v10-header .v13-wishlist-link>i,.site-header.v10-header .v10-cart>i{font-size:.96rem!important}.site-header.v10-header .v13-wishlist-link b,.site-header.v10-header .v10-cart b{top:-5px!important;right:-5px!important;min-width:19px!important;height:19px!important;padding:0 4px!important;border-width:2px!important;font-size:.55rem!important}.site-header.v10-header .v10-search{grid-area:search!important;width:100%!important;min-width:0!important;min-height:46px!important;display:grid!important;grid-template-columns:24px minmax(0,1fr) auto!important;align-items:center!important;column-gap:6px!important;margin:0!important;padding:3px 4px 3px 11px!important;border-radius:14px!important;background:#fff!important;box-shadow:0 6px 18px rgba(8,61,82,.13)!important;box-sizing:border-box!important}.site-header.v10-header .v10-search>i{font-size:.88rem!important}.site-header.v10-header .v10-search input{min-width:0!important;height:40px!important;padding:0!important;font-size:.72rem!important;font-weight:700!important}.site-header.v10-header .v10-search button{width:auto!important;min-width:68px!important;height:38px!important;margin:0!important;padding:0 16px!important;border-radius:11px!important;font-size:.67rem!important}.site-header.v10-header .v10-search-results{top:calc(100% + 7px)!important;max-height:min(60vh,430px)!important}.site-header.v10-header .v10-catbar{display:none!important}}@media (max-width:430px){.site-header.v10-header .v10-mainbar-inner{grid-template-columns:40px minmax(0,1fr) auto!important;padding:9px 10px 11px!important;gap:8px!important}.site-header.v10-header .v10-menu-btn{width:40px!important;height:40px!important;border-radius:11px!important}.site-header.v10-header .v10-brand-logo{flex-basis:40px!important;width:40px!important;height:40px!important}.site-header.v10-header .v10-brand strong{font-size:.66rem!important}.site-header.v10-header .v13-wishlist-link,.site-header.v10-header .v10-cart{width:39px!important;height:39px!important;min-width:39px!important}.site-header.v10-header .v10-search button{min-width:62px!important;padding-inline:13px!important}}body .site-header.v10-header{position:sticky!important;top:0!important;z-index:2600!important;width:100%!important;isolation:isolate!important}body .site-header.v10-header .v10-mainbar-inner{min-height:82px!important}body .site-header.v10-header .v10-header-actions{min-height:50px!important;height:50px!important;align-items:center!important}body .site-header.v10-header .v10-print-link{height:50px!important;min-height:50px!important;max-height:50px!important;padding:0 14px!important;align-self:center!important;box-sizing:border-box!important;line-height:1.2!important}body .site-header.v10-header .v10-print-link>i{flex:0 0 auto!important}body .site-header.v10-header .v10-print-link span{align-content:center!important;gap:2px!important}body .site-header.v10-header .v13-wishlist-link,body .site-header.v10-header .v10-cart{flex:0 0 50px!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-height:50px!important;align-self:center!important}body .site-header.v10-header .v10-search button{transform:translateX(7px)!important;margin-left:8px!important;margin-right:0!important}body .site-header.v10-header .v15-contact-nav{display:inline-flex!important;align-items:center!important;gap:7px!important;white-space:nowrap!important;color:#2A1619!important;font-weight:800!important}body .site-header.v10-header .v15-contact-nav i{color:#C8202F!important;font-size:.82rem!important}body .site-header.v10-header .v15-contact-nav:hover{color:#C8202F!important;background:#FFF5F6!important}body .v10-product-card{border-radius:20px!important;overflow:hidden!important}body .v10-product-card .v10-product-media{position:relative!important;width:100%!important;padding:0!important;margin:0!important;overflow:hidden!important;border-radius:19px 19px 0 0!important;background:#FFF5F6!important}body .v10-product-card .v10-product-media::after{border-radius:inherit!important}body .v10-product-card .v10-product-media > img.v10-product-media-bg{border-radius:inherit!important}body .v10-product-card .v10-product-media > img.v10-product-media-main{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;padding:3px!important;box-sizing:border-box!important;object-fit:contain!important;object-position:center!important;border-radius:18px 18px 0 0!important}@media (max-width:1100px){body .site-header.v10-header .v10-mainbar-inner{min-height:78px!important}body .site-header.v10-header .v10-print-link{width:50px!important;min-width:50px!important;padding:0!important;justify-content:center!important}}@media (max-width:800px){body .site-header.v10-header{top:0!important}body .site-header.v10-header .v10-search button{transform:none!important;margin-left:0!important}}@media (min-width:801px){body .site-header.v10-header .v10-search button{transform:translateX(-4px)!important;margin-left:4px!important;margin-right:0!important}}:root{--brand-primary:#E31B30!important;--brand-primary-dark:#C91529!important;--brand-accent:#E33745!important;--brand-soft:#FFF4F5!important;--v10-blue:#E31B30!important;--v10-blue-dark:#C91529!important;--v10-navy:#C91529!important;--v10-teal:#E31B30!important;--v10-orange:#E33745!important;--v10-red:#E31B30!important;--v10-soft:#FFF4F5!important;--primary:#E31B30!important}html,body,body:where(h1,h2,h3,h4,h5,h6,p,a,span,strong,b,small,label,button,input,select,textarea,option,li,summary,th,td){font-family:"IBM Plex Sans Arabic",sans-serif!important}body{background:#fff!important;color:#24161a!important}a{color:var(--brand-primary)}::selection{background:rgba(176,15,31,.14);color:#40080d}.v10-mainbar,.v10-search button,.v10-product-actions button,.v10-mobile-actions a.all,.v10-mobile-actions a:hover,.v10-mobile-actions a:focus-visible{background:var(--brand-primary)!important;border-color:var(--brand-primary)!important;color:#fff!important}.v10-all{background:var(--brand-soft)!important;color:var(--brand-dark,var(--brand-primary-dark))!important}.v10-nav-link:hover,.v10-nav-cat.open>.v10-nav-link,.v10-search>i,.v10-search-item b,.v10-results-head>b,.v10-brand small{color:var(--brand-primary)!important}.v10-search,.v10-product-card,.v10-results-head,.v10-empty,.v10-mega-child,.v10-mega-parent{border-color:#f1d9dd!important}.v10-mainbar{background:linear-gradient(135deg,#C91529 0%,#E31B30 52%,#E33745 100%)!important}.v10-catbar{border-bottom:1px solid #f1d9dd!important;box-shadow:0 10px 26px rgba(109,12,20,.04)!important}.v10-nav-link{color:#C91529!important}.v10-nav-link.v15-contact-nav{color:var(--brand-primary)!important}.v10-brand-logo{background:#fff!important;border:1px solid #f1d9dd!important;box-shadow:0 10px 28px rgba(109,12,20,.12)!important}.v10-brand strong{font-weight:700!important}.v10-brand small{opacity:1!important}.v10-search{box-shadow:0 14px 28px rgba(109,12,20,.12)!important}.v10-search-results{border-color:#f1d9dd!important;box-shadow:0 24px 60px rgba(109,12,20,.15)!important}.v10-print-link{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.22)!important}.v10-cart b,.v13-wishlist-link b{background:#fff!important;color:var(--brand-primary)!important;border-color:var(--brand-primary)!important}.v13-wishlist-link,.v10-cart{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.25)!important}.v13-heart.is-active{background:var(--brand-primary)!important;border-color:var(--brand-primary)!important}.v10-product-card{box-shadow:0 18px 40px rgba(109,12,20,.06)!important}.v10-product-media{background:linear-gradient(180deg,#fff 0%,#fff7f8 100%)!important}.v10-price strong,.v10-product-actions>a i,.v10-search-item small,.v10-results-head span{color:var(--brand-primary)!important}.v10-price del{color:#8d6369!important;text-decoration-color:rgba(176,15,31,.55)!important}.v10-product-actions button:hover{background:#C91529!important;border-color:#C91529!important}.v10-product-actions>a{border-color:#f1d9dd!important;color:var(--brand-primary)!important}.v10-product-actions>a:hover{background:var(--brand-primary)!important;color:#fff!important;border-color:var(--brand-primary)!important}.v10-social a{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.12)!important}.v10-social a:hover{background:var(--brand-accent)!important;border-color:var(--brand-accent)!important}[class*="placeholder"]{background:linear-gradient(180deg,#fff 0%,#fff5f6 100%)!important;border-color:#f1d9dd!important;color:var(--brand-primary)!important}.input,select,textarea{border-color:#ecd4d8!important}.input:focus,select:focus,textarea:focus{outline:none!important;border-color:var(--brand-primary)!important;box-shadow:0 0 0 4px rgba(176,15,31,.10)!important}.v10-empty a{background:var(--brand-primary)!important;color:#fff!important;border-color:var(--brand-primary)!important}@media (max-width:760px){.v10-mainbar-inner{gap:10px!important}.v10-brand-logo{width:50px!important;height:50px!important;border-radius:14px!important}.v10-brand strong{font-size:.86rem!important;white-space:normal!important}.v10-brand small{font-size:.56rem!important;white-space:normal!important}}.v10-mainbar{background:#E31B30!important;background-image:none!important}.v10-brand small{color:rgba(255,255,255,.86)!important}.v10-mainbar .v10-brand strong{color:#fff!important}.v10-print-link small,.v10-print-link strong,.v13-wishlist-link,.v10-cart{color:#fff!important}body .site-header.v10-header .v10-print-link{min-height:50px!important;padding:7px 14px!important;color:#C91529!important;background:#FFFFFF!important;background-image:none!important;border:1px solid rgba(255,255,255,.95)!important;border-radius:14px!important;box-shadow:0 10px 24px rgba(84,7,17,.16)!important;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease!important}body .site-header.v10-header .v10-print-link>i,body .site-header.v10-header .v10-print-link small,body .site-header.v10-header .v10-print-link strong{color:#C91529!important}body .site-header.v10-header .v10-print-link:hover,body .site-header.v10-header .v10-print-link:focus-visible{color:#C91529!important;background:#FFF0F2!important;background-image:none!important;border-color:#FFF0F2!important;box-shadow:0 12px 28px rgba(84,7,17,.20)!important;transform:translateY(-1px)!important}body .site-header.v10-header .v10-print-link:hover>i,body .site-header.v10-header .v10-print-link:hover small,body .site-header.v10-header .v10-print-link:hover strong,body .site-header.v10-header .v10-print-link:focus-visible>i,body .site-header.v10-header .v10-print-link:focus-visible small,body .site-header.v10-header .v10-print-link:focus-visible strong{color:#C91529!important}body .site-footer.v18-footer{margin-top:72px!important;padding:0!important;color:#fff!important;background:#C91529!important;background-image:none!important;border:0!important;box-shadow:none!important}.v18-footer-inner{padding-top:58px!important}.v18-footer-top{display:grid!important;grid-template-columns:1.45fr .72fr .9fr 1.15fr!important;gap:64px!important;padding-bottom:48px!important}.v18-footer-brand .v10-brand{min-width:0!important;color:#fff!important;align-items:center!important}.v18-footer-brand .v10-brand-logo{width:74px!important;height:74px!important;padding:6px!important;background:#fff!important;border:0!important;border-radius:18px!important;box-shadow:none!important}.v18-footer-brand .v10-brand strong{color:#fff!important;font-size:1rem!important;font-weight:700!important}.v18-footer-brand .v10-brand small{display:block!important;color:rgba(255,255,255,.72)!important;font-size:.61rem!important}.v18-footer-brand>p{max-width:480px;margin:20px 0 18px!important;color:rgba(255,255,255,.78)!important;font-size:.72rem!important;line-height:2!important}.v18-footer h3{margin:7px 0 20px!important;color:#fff!important;font-size:.82rem!important;font-weight:700!important}.v18-footer h3:after{content:"";display:block;width:28px;height:2px;margin-top:9px;background:rgba(255,255,255,.72);border-radius:999px}.v18-footer-col{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.v18-footer-col a{min-height:35px!important;display:flex!important;align-items:center!important;color:rgba(255,255,255,.74)!important;background:transparent!important;font-size:.67rem!important;font-weight:600!important;text-decoration:none!important;transition:.18s!important}.v18-footer-col a:hover{color:#fff!important;transform:translateX(-3px)!important}.v18-footer-contact{display:grid!important;align-content:start!important;gap:8px!important}.v18-footer-contact h3{margin-bottom:12px!important}.v18-footer-contact>a,.v18-footer-contact>div{min-height:52px!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:7px 0!important;color:#fff!important;background:transparent!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;border-radius:0!important;text-decoration:none!important}.v18-footer-contact i{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.10);border-radius:11px}.v18-footer-contact span{display:grid;gap:1px;min-width:0}.v18-footer-contact small{color:rgba(255,255,255,.58)!important;font-size:.52rem!important;font-weight:600!important}.v18-footer-contact b{color:#fff!important;font-size:.64rem!important;font-weight:700!important;line-height:1.7!important;white-space:normal!important;overflow-wrap:anywhere!important}.v18-footer .v10-social{display:flex!important;gap:8px!important}.v18-footer .v10-social a{width:40px!important;height:40px!important;display:grid!important;place-items:center!important;color:#fff!important;background:transparent!important;border:1px solid rgba(255,255,255,.20)!important;border-radius:11px!important;text-decoration:none!important;transition:.18s!important}.v18-footer .v10-social a:hover{background:#fff!important;color:#C91529!important;border-color:#fff!important;transform:translateY(-2px)!important}.v18-footer-bottom{min-height:72px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;padding:16px 0!important;border-top:1px solid rgba(255,255,255,.14)!important;background:transparent!important}.v18-footer-bottom p{margin:0!important;color:rgba(255,255,255,.68)!important;font-size:.61rem!important;font-weight:600!important}.v18-footer-bottom strong,.v18-footer-bottom a{color:#fff!important;background:transparent!important;font-weight:700!important;text-decoration:none!important}.v18-footer-bottom span{color:rgba(255,255,255,.55)!important}@media(max-width:1100px){.v18-footer-top{grid-template-columns:1.25fr 1fr!important;gap:38px 50px!important}}@media(max-width:760px){body .site-footer.v18-footer{margin-top:50px!important}.v18-footer-inner{padding-top:40px!important}.v18-footer-top{grid-template-columns:1fr!important;gap:28px!important;padding-bottom:32px!important}.v18-footer-brand .v10-brand small{white-space:normal!important}.v18-footer-bottom{min-height:auto!important;align-items:flex-start!important;flex-direction:column!important;gap:7px!important;padding:18px 0!important}}
/* Hotfix V4 — semantic page title stays in DOM but never breaks layout */
.seo-page-title{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}

/* Hotfix V4 — stable product cards */
.v10-product-card.v13-product-card{display:flex!important;flex-direction:column!important;min-width:0!important;height:100%!important;overflow:hidden!important;background:#fff!important;border:1px solid #f0dadd!important;border-radius:18px!important;box-shadow:0 10px 28px rgba(109,12,20,.055)!important;transform:none!important}
.v10-product-card.v13-product-card:hover{transform:translateY(-3px)!important;box-shadow:0 16px 34px rgba(109,12,20,.09)!important}
.v10-product-card.v13-product-card .v10-product-media{position:relative!important;display:block!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;padding:0!important;overflow:hidden!important;background:#fff!important;border-bottom:1px solid #f6e7e9!important}
.v10-product-card.v13-product-card .v10-product-media::after{display:none!important}
.v10-product-card.v13-product-card .v10-product-media-bg{display:none!important}
.v10-product-card.v13-product-card .v10-product-media-main{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:14px!important;object-fit:contain!important;object-position:center!important;transform:none!important;filter:none!important;opacity:1!important;background:#fff!important}
.v10-product-card.v13-product-card .v10-product-body{display:flex!important;flex:1!important;flex-direction:column!important;min-width:0!important;padding:14px!important}
.v10-product-card.v13-product-card .v10-product-body>small{min-height:1.5em!important;color:#8d4b54!important;font-size:.58rem!important;font-weight:700!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.v10-product-card.v13-product-card .v10-product-body h3{display:-webkit-box!important;min-height:3.3em!important;max-height:3.3em!important;margin:7px 0 10px!important;overflow:hidden!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:.72rem!important;line-height:1.65!important;font-weight:700!important}
.v10-product-card.v13-product-card .v10-price{min-height:30px!important;margin-top:auto!important;display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}
.v10-product-card.v13-product-card .v10-price strong{font-size:.9rem!important;color:#E31B30!important}
.v10-product-card.v13-product-card .v10-product-actions{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;gap:8px!important;margin-top:12px!important}
.v10-product-card.v13-product-card .v10-product-actions button,.v10-product-card.v13-product-card .v10-product-actions>a{height:42px!important;min-height:42px!important;border-radius:11px!important;margin:0!important;padding:0 10px!important;font-size:.62rem!important}
.v10-product-card.v13-product-card .v13-heart{z-index:6!important}
@media(max-width:1200px){.v13-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){
 .v13-catalog-layout{display:block!important}.v13-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
 .v10-product-card.v13-product-card{border-radius:14px!important}
 .v10-product-card.v13-product-card .v10-product-media-main{padding:9px!important}
 .v10-product-card.v13-product-card .v10-product-body{padding:10px!important}
 .v10-product-card.v13-product-card .v10-product-body h3{font-size:.66rem!important;line-height:1.6!important}
 .v10-product-card.v13-product-card .v10-price strong{font-size:.82rem!important}
 .v10-product-card.v13-product-card .v10-product-actions{grid-template-columns:minmax(0,1fr) 36px!important;gap:6px!important}
 .v10-product-card.v13-product-card .v10-product-actions button,.v10-product-card.v13-product-card .v10-product-actions>a{height:38px!important;min-height:38px!important;padding:0 7px!important;font-size:.56rem!important}
}

/* V20 Product Cards + Mobile Drawer polish — 2026-08-28 */
body .v10-product-card .v10-product-actions>a:hover,
body .v10-product-card .v10-product-actions>a:focus-visible{
  color:#fff!important;
  background:#E31B30!important;
  border-color:#E31B30!important;
}
body .v10-product-card .v10-product-actions>a:hover i,
body .v10-product-card .v10-product-actions>a:focus-visible i{
  color:#fff!important;
}
@media(max-width:760px){
  body .v10-mobile-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:2147483646!important;
  }
  body .v10-mobile-panel{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    z-index:2147483647!important;
    max-height:100dvh!important;
    overscroll-behavior:contain!important;
    box-shadow:-24px 0 70px rgba(48,7,13,.22)!important;
  }
  body.v10-mobile-open{overflow:hidden!important}
  .v10-menu-btn .v20-menu-lines{
    width:22px!important;
    height:18px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:space-between!important;
  }
  .v10-menu-btn .v20-menu-lines i{
    display:block!important;
    width:100%!important;
    height:2.5px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:currentColor!important;
    transform:none!important;
  }
}

/* V21 Storefront Polish — cards / header / footer — 2026-08-28 */
/* Product cards: compact, aligned, no artificial vertical gaps */
body .v10-product-card.v13-product-card{
  display:grid!important;
  grid-template-rows:auto 1fr!important;
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #efd9dd!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(109,12,20,.055)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
body .v10-product-card.v13-product-card:hover{
  transform:translateY(-3px)!important;
  border-color:#e5bdc4!important;
  box-shadow:0 16px 34px rgba(109,12,20,.09)!important;
}
body .v10-product-card.v13-product-card .v10-product-media{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
  border-bottom:1px solid #f5e5e8!important;
}
body .v10-product-card.v13-product-card .v10-product-media-bg{display:none!important}
body .v10-product-card.v13-product-card .v10-product-media-main,
body .p16-sim-card .p16-sim-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  padding:12px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  transform:none!important;
  filter:none!important;
}
body .v10-product-card.v13-product-card .v10-product-media-main[src*="no-image.svg"],
body .p16-sim-card .p16-sim-image[src*="no-image.svg"]{
  inset:14%!important;
  width:72%!important;
  height:72%!important;
  padding:0!important;
  border-radius:16px!important;
}
body .v10-product-card.v13-product-card .v10-product-body,
body .p16-sim-card .p16-sim-body{
  display:grid!important;
  grid-template-rows:auto auto auto auto!important;
  align-content:start!important;
  gap:0!important;
  min-width:0!important;
  padding:13px 14px 14px!important;
}
body .v10-product-card.v13-product-card .v10-product-body>small{
  min-height:1.4em!important;
  color:#91515a!important;
  font-size:.59rem!important;
  font-weight:700!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body .v10-product-card.v13-product-card .v10-product-body h3{
  display:-webkit-box!important;
  min-height:3.35em!important;
  max-height:3.35em!important;
  margin:5px 0 9px!important;
  overflow:hidden!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  color:#2c2022!important;
  font-size:.73rem!important;
  line-height:1.65!important;
  font-weight:700!important;
}
body .v10-product-card.v13-product-card .v10-price{
  min-height:28px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
body .v10-product-card.v13-product-card .v10-price strong{
  color:#E31B30!important;
  font-size:.88rem!important;
  line-height:1.4!important;
}
body .v10-product-card.v13-product-card .v10-price del{font-size:.62rem!important}
body .v10-product-card.v13-product-card .v10-product-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 42px!important;
  gap:8px!important;
  margin-top:10px!important;
}
body .v10-product-card.v13-product-card .v10-product-actions button,
body .v10-product-card.v13-product-card .v10-product-actions>a{
  height:41px!important;
  min-height:41px!important;
  margin:0!important;
  padding:0 10px!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  box-shadow:none!important;
  font-size:.62rem!important;
  font-weight:700!important;
  transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease!important;
}
body .v10-product-card.v13-product-card .v10-product-actions button{
  background:#E31B30!important;
  color:#fff!important;
}
body .v10-product-card.v13-product-card .v10-product-actions button:hover:not(:disabled){
  background:#C91529!important;
  transform:translateY(-1px)!important;
}
body .v10-product-card.v13-product-card .v10-product-actions>a{
  background:#fbf1f3!important;
  border-color:#f0dadd!important;
  color:#E31B30!important;
}
body .v10-product-card.v13-product-card .v10-product-actions>a i{color:inherit!important}
body .v10-product-card.v13-product-card .v10-product-actions>a:hover,
body .v10-product-card.v13-product-card .v10-product-actions>a:focus-visible{
  background:#E31B30!important;
  border-color:#E31B30!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
body .v10-product-card.v13-product-card .v10-product-actions>a:hover i,
body .v10-product-card.v13-product-card .v10-product-actions>a:focus-visible i{color:#fff!important}

/* Header search: one clean control, no oversized white frame */
body .site-header.v10-header .v10-search{
  min-height:52px!important;
  grid-template-columns:24px minmax(0,1fr) 82px!important;
  gap:5px!important;
  padding:3px 4px 3px 12px!important;
  border:1px solid rgba(255,255,255,.38)!important;
  border-radius:15px!important;
  box-shadow:0 8px 22px rgba(81,6,15,.12)!important;
}
body .site-header.v10-header .v10-search input{
  height:44px!important;
  padding:0 4px!important;
}
body .site-header.v10-header .v10-search button{
  width:82px!important;
  height:44px!important;
  min-height:44px!important;
  margin:0!important;
  padding:0 14px!important;
  background:#C91529!important;
  border:0!important;
  border-radius:11px!important;
  box-shadow:none!important;
  color:#fff!important;
  transition:background .16s ease!important;
}
body .site-header.v10-header .v10-search button:hover,
body .site-header.v10-header .v10-search button:focus-visible{background:#C91529!important}

/* Header counters: contained badges instead of floating/clipped pills */
body .site-header.v10-header .v13-wishlist-link,
body .site-header.v10-header .v10-cart{overflow:visible!important}
body .site-header.v10-header .v13-wishlist-link b,
body .site-header.v10-header .v10-cart b{
  top:3px!important;
  right:3px!important;
  left:auto!important;
  min-width:18px!important;
  width:auto!important;
  height:18px!important;
  padding:0 4px!important;
  color:#E31B30!important;
  background:#fff!important;
  border:0!important;
  border-radius:999px!important;
  box-shadow:0 2px 7px rgba(64,5,12,.14)!important;
  font-size:.52rem!important;
  font-weight:800!important;
  line-height:18px!important;
  transform:none!important;
}
body .site-header.v10-header .v13-wishlist-link>i,
body .site-header.v10-header .v10-cart>i{transform:translateY(3px)!important}

/* Empty cart CTA */
body .v10-cart-empty .v10-summary-button{
  width:auto!important;
  min-width:142px!important;
  padding-inline:26px!important;
  justify-self:center!important;
  white-space:nowrap!important;
}

/* Footer V21: same solid red, denser and more premium */
body .site-footer.v18-footer{
  margin-top:56px!important;
  padding:0!important;
  background:#760D18!important;
  background-image:none!important;
  color:#fff!important;
  border:0!important;
}
body .site-footer.v18-footer .v18-footer-inner{padding-top:40px!important}
body .site-footer.v18-footer .v18-footer-top{
  display:grid!important;
  grid-template-columns:1.3fr .68fr .78fr 1.05fr!important;
  align-items:start!important;
  gap:38px!important;
  padding-bottom:30px!important;
}
body .site-footer.v18-footer .v18-footer-brand .v10-brand{
  min-width:0!important;
  gap:13px!important;
  align-items:center!important;
}
body .site-footer.v18-footer .v18-footer-brand .v10-brand-logo{
  width:68px!important;
  height:68px!important;
  padding:6px!important;
  border-radius:16px!important;
  background:#fff!important;
}
body .site-footer.v18-footer .v18-footer-brand .v10-brand strong{
  color:#fff!important;
  font-size:1.02rem!important;
  line-height:1.55!important;
}
body .site-footer.v18-footer .v18-footer-brand .v10-brand small{
  display:block!important;
  color:rgba(255,255,255,.72)!important;
  font-size:.62rem!important;
}
body .site-footer.v18-footer .v18-footer-brand>p{
  max-width:440px!important;
  margin:15px 0 14px!important;
  color:rgba(255,255,255,.80)!important;
  font-size:.73rem!important;
  line-height:1.9!important;
}
body .site-footer.v18-footer h3{
  margin:3px 0 14px!important;
  color:#fff!important;
  font-size:.86rem!important;
  font-weight:700!important;
}
body .site-footer.v18-footer h3:after{
  width:24px!important;
  height:2px!important;
  margin-top:7px!important;
  background:rgba(255,255,255,.68)!important;
}
body .site-footer.v18-footer .v18-footer-col{gap:2px!important}
body .site-footer.v18-footer .v18-footer-col a{
  min-height:33px!important;
  padding:0!important;
  color:rgba(255,255,255,.78)!important;
  font-size:.7rem!important;
  font-weight:600!important;
}
body .site-footer.v18-footer .v18-footer-col a:hover{
  color:#fff!important;
  transform:translateX(-2px)!important;
}
body .site-footer.v18-footer .v18-footer-contact{gap:0!important}
body .site-footer.v18-footer .v18-footer-contact h3{margin-bottom:8px!important}
body .site-footer.v18-footer .v18-footer-contact>a,
body .site-footer.v18-footer .v18-footer-contact>div{
  min-height:48px!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:9px!important;
  padding:6px 0!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
}
body .site-footer.v18-footer .v18-footer-contact i{
  width:34px!important;
  height:34px!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.10)!important;
}
body .site-footer.v18-footer .v18-footer-contact small{font-size:.52rem!important}
body .site-footer.v18-footer .v18-footer-contact b{font-size:.65rem!important;line-height:1.55!important}
body .site-footer.v18-footer .v10-social{gap:7px!important}
body .site-footer.v18-footer .v10-social a{
  width:38px!important;
  height:38px!important;
  border-radius:10px!important;
}
body .site-footer.v18-footer .v18-footer-bottom{
  min-height:58px!important;
  padding:13px 0!important;
  gap:18px!important;
  border-top:1px solid rgba(255,255,255,.15)!important;
}
body .site-footer.v18-footer .v18-footer-bottom p{
  font-size:.62rem!important;
  line-height:1.6!important;
}

@media(max-width:1100px){
  body .site-footer.v18-footer .v18-footer-top{
    grid-template-columns:1.2fr .75fr .75fr!important;
    gap:28px 34px!important;
  }
  body .site-footer.v18-footer .v18-footer-contact{grid-column:1/-1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
  body .site-footer.v18-footer .v18-footer-contact h3{grid-column:1/-1!important}
  body .site-footer.v18-footer .v18-footer-contact>a,
  body .site-footer.v18-footer .v18-footer-contact>div{border:1px solid rgba(255,255,255,.13)!important;border-radius:12px!important;padding:7px 9px!important}
}
@media(max-width:760px){
  body .v10-product-card.v13-product-card .v10-product-body,
  body .p16-sim-card .p16-sim-body{padding:10px 10px 11px!important;grid-template-rows:auto 3.2em auto auto!important}
  body .v10-product-card.v13-product-card .v10-product-media-main,
  body .p16-sim-card .p16-sim-image{padding:8px!important}
  body .v10-product-card.v13-product-card .v10-product-body h3{font-size:.65rem!important;line-height:1.6!important;margin:4px 0 7px!important}
  body .v10-product-card.v13-product-card .v10-product-body>small{font-size:.54rem!important}
  body .v10-product-card.v13-product-card .v10-price{min-height:25px!important}
  body .v10-product-card.v13-product-card .v10-price strong{font-size:.78rem!important}
  body .v10-product-card.v13-product-card .v10-product-actions{grid-template-columns:minmax(0,1fr) 36px!important;gap:6px!important;margin-top:8px!important}
  body .v10-product-card.v13-product-card .v10-product-actions button,
  body .v10-product-card.v13-product-card .v10-product-actions>a{height:37px!important;min-height:37px!important;padding:0 6px!important;font-size:.55rem!important;border-radius:9px!important}

  body .site-footer.v18-footer{margin-top:42px!important}
  body .site-footer.v18-footer .v18-footer-inner{padding-top:30px!important}
  body .site-footer.v18-footer .v18-footer-top{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:22px 24px!important;
    padding-bottom:24px!important;
  }
  body .site-footer.v18-footer .v18-footer-brand,
  body .site-footer.v18-footer .v18-footer-contact{grid-column:1/-1!important}
  body .site-footer.v18-footer .v18-footer-brand .v10-brand{justify-content:flex-start!important}
  body .site-footer.v18-footer .v18-footer-brand>p{margin:12px 0!important;font-size:.68rem!important}
  body .site-footer.v18-footer .v18-footer-contact{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}
  body .site-footer.v18-footer .v18-footer-contact h3{grid-column:1!important}
  body .site-footer.v18-footer .v18-footer-bottom{
    min-height:auto!important;
    display:grid!important;
    gap:5px!important;
    padding:14px 0 16px!important;
  }
}
@media(max-width:420px){
  body .site-footer.v18-footer .v18-footer-top{grid-template-columns:1fr!important;gap:20px!important}
  body .site-footer.v18-footer .v18-footer-brand,
  body .site-footer.v18-footer .v18-footer-contact{grid-column:1!important}
}

/* ===== Product media final polish v7 ===== */
body .v10-product-card.v13-product-card .v10-product-media,
body .p16-sim-card .p16-sim-media{
  position:relative!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:#fff!important;
}
body .v10-product-card.v13-product-card .v10-product-media-main,
body .p16-sim-card .p16-sim-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  padding:8px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
  border-radius:18px 18px 0 0!important;
}
body .v10-product-card.v13-product-card .v10-product-media-main[src*="no-image.svg"],
body .p16-sim-card .p16-sim-image[src*="no-image.svg"]{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  padding:8px!important;
  object-fit:contain!important;
  background:#fff!important;
  border-radius:18px 18px 0 0!important;
}
body .v10-product-card.v13-product-card .v10-product-media-bg{display:none!important}
body .p16-sim-card:hover .p16-sim-image,
body .v10-product-card.v13-product-card:hover .v10-product-media-main{transform:none!important}

/* ===== Mobile QA V8 — final launch fixes ===== */
html,body{max-width:100%;overflow-x:hidden}
@media(max-width:760px){
  body .container{width:min(100% - 20px,1480px)!important}
  body .v10-mobile-overlay{position:fixed!important;inset:0!important;z-index:2147483646!important}
  body .v10-mobile-panel{position:fixed!important;inset-block:0!important;right:0!important;z-index:2147483647!important;max-height:100dvh!important;overflow-y:auto!important;overscroll-behavior:contain!important}
  body.v10-mobile-open{overflow:hidden!important}
}

/* ==========================================================
   2026-09-12 — Vivid red identity lock + calm footer
   This block is intentionally last in every live prod bundle.
   ========================================================== */
:root{
  --brand-primary:#E31B30!important;
  --brand-primary-dark:#C91529!important;
  --brand-accent:#F04455!important;
  --v10-blue:#E31B30!important;
  --v10-blue-dark:#C91529!important;
  --v10-navy:#C91529!important;
  --v10-teal:#D91A30!important;
  --v10-red:#E31B30!important;
  --primary:#E31B30!important;
}
.v10-mainbar{background:#E31B30!important;background-image:none!important;}
.v10-announcement{background:#C91529!important;}
.v10-search button,
.v10-product-actions button,
.v10-summary-button,
.v9-print-primary,
.v10-submit,
.v13-reset-all,
.v10-filter-toggle,
.v10-mobile-actions a.all{
  background:#E31B30!important;
  border-color:#E31B30!important;
  color:#fff!important;
}
.v10-search button:hover,
.v10-product-actions button:hover,
.v10-summary-button:hover,
.v9-print-primary:hover,
.v10-submit:hover{
  background:#C91529!important;
  border-color:#C91529!important;
}
.v10-nav-link{color:#C91529!important;}
.v10-nav-link:hover,
.v10-nav-cat.open>.v10-nav-link,
.v10-search>i,
.v10-search-item b,
.v10-price strong,
.v10-results-head>b,
.v10-results-head span,
.v10-brand small,
.v10-home-cat b,
.v10-offer-more,
.v6-section-link{
  color:#E31B30!important;
}
.v10-cart b,.v13-wishlist-link b{
  color:#E31B30!important;
  border-color:#E31B30!important;
}
.v13-heart.is-active,.p12-favorite.is-active{
  background:#E31B30!important;
  border-color:#E31B30!important;
}

/* Footer intentionally NOT vivid: premium graphite with red accents. */
body .site-footer,
body .site-footer.v18-footer,
body .v10-footer{
  background:#17191F!important;
  background-image:linear-gradient(180deg,#1D2027 0%,#14161B 100%)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
.v18-footer-brand .v10-brand strong,
.v18-footer h3,
.v18-footer-contact b,
.v18-footer-bottom strong,
.v18-footer-bottom a{color:#fff!important;}
.v18-footer-brand .v10-brand small,
.v18-footer-brand>p,
.v18-footer-col a,
.v18-footer-contact small,
.v18-footer-bottom p,
.v18-footer-bottom span{color:rgba(255,255,255,.68)!important;}
.v18-footer h3:after{background:#E31B30!important;}
.v18-footer-contact i{
  color:#fff!important;
  background:rgba(227,27,48,.16)!important;
  border:1px solid rgba(227,27,48,.22)!important;
}
.v18-footer-contact>a,.v18-footer-contact>div{
  border-bottom-color:rgba(255,255,255,.09)!important;
}
.v18-footer .v10-social a,.v10-footer .v10-social a{
  color:#fff!important;
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(255,255,255,.10)!important;
}
.v18-footer .v10-social a:hover,.v10-footer .v10-social a:hover{
  color:#fff!important;
  background:#E31B30!important;
  border-color:#E31B30!important;
}
.v18-footer-bottom{border-top-color:rgba(255,255,255,.09)!important;}

/* === Footer Premium XL 20260912 === */
body .site-footer.v18-footer{
  position:relative!important;
  overflow:hidden!important;
  margin-top:78px!important;
  background:
    radial-gradient(circle at 12% 12%,rgba(227,27,48,.10),transparent 28%),
    radial-gradient(circle at 88% 86%,rgba(227,27,48,.07),transparent 24%),
    linear-gradient(180deg,#1C1F25 0%,#13151A 100%)!important;
  border-top:1px solid rgba(255,255,255,.05)!important;
}
body .site-footer.v18-footer:before{
  content:""!important;
  position:absolute!important;
  top:0!important;right:0!important;left:0!important;
  height:3px!important;
  background:linear-gradient(90deg,transparent 0%,#E31B30 22%,#F04A59 50%,#E31B30 78%,transparent 100%)!important;
  opacity:.9!important;
}
body .site-footer.v18-footer .v18-footer-inner{
  position:relative!important;
  z-index:1!important;
  padding-top:74px!important;
}
body .site-footer.v18-footer .v18-footer-top{
  grid-template-columns:1.38fr .72fr .86fr 1.18fr!important;
  gap:62px!important;
  padding-bottom:62px!important;
}
body .site-footer.v18-footer .v18-footer-brand .v10-brand-logo{
  width:78px!important;height:78px!important;padding:7px!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 16px 36px rgba(0,0,0,.18)!important;
}
body .site-footer.v18-footer .v18-footer-brand .v10-brand strong{
  font-size:1.04rem!important;
  letter-spacing:-.15px!important;
}
body .site-footer.v18-footer .v18-footer-brand .v10-brand small{
  margin-top:2px!important;
  color:rgba(255,255,255,.60)!important;
}
body .site-footer.v18-footer .v18-footer-brand>p{
  max-width:500px!important;
  margin:24px 0 24px!important;
  color:rgba(255,255,255,.72)!important;
  font-size:.75rem!important;
  line-height:2.15!important;
}
body .site-footer.v18-footer h3{
  margin:5px 0 24px!important;
  font-size:.86rem!important;
  font-weight:700!important;
  letter-spacing:-.1px!important;
}
body .site-footer.v18-footer h3:after{
  width:34px!important;height:3px!important;
  margin-top:10px!important;
  background:#E31B30!important;
  box-shadow:0 4px 12px rgba(227,27,48,.24)!important;
}
body .site-footer.v18-footer .v18-footer-col{
  gap:3px!important;
}
body .site-footer.v18-footer .v18-footer-col a{
  min-height:40px!important;
  padding:3px 0!important;
  color:rgba(255,255,255,.67)!important;
  font-size:.70rem!important;
  transition:color .18s ease,transform .18s ease!important;
}
body .site-footer.v18-footer .v18-footer-col a:hover{
  color:#fff!important;
  transform:translateX(-5px)!important;
}
body .site-footer.v18-footer .v18-footer-contact{
  gap:10px!important;
}
body .site-footer.v18-footer .v18-footer-contact h3{
  margin-bottom:7px!important;
}
body .site-footer.v18-footer .v18-footer-contact>a,
body .site-footer.v18-footer .v18-footer-contact>div{
  min-height:68px!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:12px!important;
  padding:10px 12px!important;
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:15px!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease!important;
}
body .site-footer.v18-footer .v18-footer-contact>a:hover{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(227,27,48,.24)!important;
  transform:translateY(-2px)!important;
}
body .site-footer.v18-footer .v18-footer-contact i{
  width:44px!important;height:44px!important;
  border-radius:13px!important;
  color:#fff!important;
  background:linear-gradient(145deg,rgba(227,27,48,.24),rgba(227,27,48,.12))!important;
  border:1px solid rgba(227,27,48,.20)!important;
}
body .site-footer.v18-footer .v18-footer-contact small{
  color:rgba(255,255,255,.46)!important;
  font-size:.54rem!important;
}
body .site-footer.v18-footer .v18-footer-contact b{
  color:#fff!important;
  font-size:.67rem!important;
  line-height:1.75!important;
}
body .site-footer.v18-footer .v10-social{
  gap:10px!important;
}
body .site-footer.v18-footer .v10-social a{
  width:44px!important;height:44px!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
body .site-footer.v18-footer .v10-social a:hover{
  background:#E31B30!important;
  border-color:#E31B30!important;
  transform:translateY(-3px)!important;
  box-shadow:0 10px 22px rgba(227,27,48,.18)!important;
}
body .site-footer.v18-footer .v18-footer-bottom{
  min-height:86px!important;
  padding:20px 0!important;
  border-top:1px solid rgba(255,255,255,.085)!important;
}
body .site-footer.v18-footer .v18-footer-bottom p{
  color:rgba(255,255,255,.56)!important;
  font-size:.64rem!important;
}
body .site-footer.v18-footer .v18-footer-bottom strong,
body .site-footer.v18-footer .v18-footer-bottom a{
  color:#fff!important;
}
@media(max-width:1100px){
  body .site-footer.v18-footer .v18-footer-top{
    grid-template-columns:1.15fr 1fr!important;
    gap:42px 48px!important;
  }
  body .site-footer.v18-footer .v18-footer-contact{
    grid-column:1/-1!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  body .site-footer.v18-footer .v18-footer-contact h3{grid-column:1/-1!important;}
}
@media(max-width:760px){
  body .site-footer.v18-footer{margin-top:54px!important;}
  body .site-footer.v18-footer .v18-footer-inner{padding-top:46px!important;}
  body .site-footer.v18-footer .v18-footer-top{
    grid-template-columns:1fr!important;
    gap:30px!important;
    padding-bottom:38px!important;
  }
  body .site-footer.v18-footer .v18-footer-contact{
    grid-column:auto!important;
    grid-template-columns:1fr!important;
  }
  body .site-footer.v18-footer .v18-footer-contact h3{grid-column:auto!important;}
  body .site-footer.v18-footer .v18-footer-contact>a,
  body .site-footer.v18-footer .v18-footer-contact>div{min-height:64px!important;}
  body .site-footer.v18-footer .v18-footer-bottom{
    min-height:auto!important;
    gap:9px!important;
    padding:22px 0 24px!important;
  }
}
