:root{
  --red:#c10f1a;
  --red-dark:#a80d16;
  --red-soft:#fff2f3;
  --green:#14833b;
  --ink:#222;
  --muted:#777;
  --line:#e7e7e7;
  --soft:#f7f7f7;
  --white:#fff;
  --shadow:0 8px 24px rgba(0,0,0,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Tahoma,"Arial",sans-serif;font-size:14px;line-height:1.6}
body:before{content:"";display:block;height:0}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
.container{width:min(1140px,calc(100% - 32px));margin-inline:auto}
.topbar{display:none}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}
.header-row{display:grid;grid-template-columns:190px 1fr 100px;align-items:center;gap:24px;min-height:78px;padding:10px 0}
.brand{display:flex;align-items:center;gap:10px;min-width:0}
.brand-mark{width:46px;height:46px;border-radius:10px;background:#f47a20;color:#fff;display:grid;place-items:center;font-weight:900;font-size:25px;box-shadow:0 2px 8px rgba(244,122,32,.25)}
.brand b{display:block;font-size:21px;line-height:1.1}
.brand small{display:block;font-size:11px;letter-spacing:2px;color:#555;line-height:1.1;margin-top:2px}
.brand em{display:block;color:var(--red);font-style:normal;font-size:10px;margin-top:2px}
.brand.invert .brand-mark{background:#f47a20}
.search-wrap{position:relative;justify-self:end}
.search-box{display:flex;align-items:center;border:1px solid transparent;background:transparent;border-radius:999px;height:44px;overflow:hidden;transition:.2s;width:48px}
.search-box:focus-within{width:330px;border-color:var(--line);background:#fff;box-shadow:var(--shadow)}
.search-box button{width:48px;min-width:48px;height:44px;border:0;background:#fff;display:grid;place-items:center}
.search-box img{width:20px;filter:none}
.search-box input{width:0;min-width:0;opacity:0;border:0;outline:0;padding:0;background:transparent;transition:.2s}
.search-box:focus-within input{width:220px;opacity:1;padding:10px 4px 10px 10px}
.search-box select{display:none}
.search-hints{position:absolute;right:0;top:50px;width:330px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);display:none;overflow:hidden}
.search-hints.show{display:block}
.search-hints a{display:flex;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line);cursor:pointer;background:#fff}
.search-hints a:last-child{border-bottom:0}
.search-hints small{color:var(--muted)}
.head-actions{display:flex;justify-content:flex-start;gap:6px;align-items:center;order:-1}
.icon-label{width:42px;height:42px;border:0;background:#fff;padding:0;display:grid;place-items:center;color:var(--muted)}
.icon-label span{display:none}
.icon-label img,.cart-btn img{width:22px;height:22px}
.cart-btn{position:relative;width:42px;height:42px;padding:0;border:0;background:#fff;display:grid;place-items:center}
.cart-btn b{position:absolute;top:0;left:-2px;background:var(--red);color:#fff;font-size:10px;border-radius:50%;min-width:18px;height:18px;display:grid;place-items:center}
.nav{background:#fff;border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:center;gap:24px;min-height:52px;position:relative;overflow-x:auto;scrollbar-width:none}
.nav-inner::-webkit-scrollbar{display:none}
.nav a{font-size:13px;color:#555;white-space:nowrap;padding:15px 0 13px;position:relative}
.nav a:after{content:"";position:absolute;right:0;left:0;bottom:6px;height:2px;background:transparent;border-radius:2px}
.nav a.active,.nav a:hover{color:var(--red)}
.nav a.active:after,.nav a:hover:after{background:var(--red)}
.mega-wrap{position:relative}
.all-cats{border:0;background:transparent;color:#555;padding:15px 0 13px;font-size:13px}
.all-cats:hover{color:var(--red)}
.mega-menu{display:none;position:absolute;top:47px;right:0;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:10px;padding:20px;grid-template-columns:repeat(3,1fr);gap:22px;width:min(760px,90vw);z-index:60}
.mega-menu.show{display:grid}
.mega-menu h4{margin:0 0 7px;color:var(--red);font-size:14px}
.mega-menu a{display:block!important;padding:5px 0!important;color:#555!important;cursor:pointer}
.mega-menu a:after{display:none!important}
.sale-link span{background:var(--red);color:#fff;border-radius:5px;padding:2px 5px;font-size:9px;margin-inline-start:4px}
.breadcrumb-bar{border-bottom:1px solid #f0f0f0;background:#fff}
.breadcrumb{height:44px;display:flex;align-items:center;gap:7px;color:#888;font-size:12px}
.breadcrumb b{color:#333;font-weight:500}
.hero-main{margin-top:18px;position:relative}
.hero-main a{display:block;overflow:hidden;background:#fff}
.hero-main img{display:block;width:100%;height:auto;aspect-ratio:16/8.1;object-fit:cover}
.hero-badge{position:absolute;top:14px;left:14px;background:var(--red);color:#fff;padding:5px 11px;border-radius:4px;font-weight:700;font-size:11px;box-shadow:0 2px 8px rgba(193,15,26,.18)}
.quick-install{margin-top:26px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:center;gap:20px;align-items:center;text-align:center}
.quick-install>div{max-width:820px}
.quick-install .eyebrow{display:none}
.quick-install h1{margin:0 0 6px;font-size:25px;font-weight:700}
.quick-install p{margin:0;color:#777;font-size:13px}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:4px;padding:10px 16px;font-weight:700;cursor:pointer;transition:.18s}
.btn.maroon,.btn.dark{background:var(--red);color:#fff}
.btn.maroon:hover,.btn.dark:hover{background:var(--red-dark)}
.btn.light{background:#fff;color:var(--red);border:1px solid #ddd}
.btn.outline{border:1px solid var(--red);background:#fff;color:var(--red)}
.trust-strip{display:grid;grid-template-columns:repeat(5,1fr);margin-top:26px;border:1px solid var(--line);background:#fff}
.trust-strip div{min-height:82px;padding:13px 10px;display:flex;align-items:center;justify-content:center;gap:7px;border-left:1px solid var(--line);text-align:center;flex-wrap:wrap}
.trust-strip div:last-child{border-left:0}
.trust-strip img{width:26px;height:26px;flex:0 0 auto}
.trust-strip b{font-size:13px}
.trust-strip span{display:block;width:100%;color:#888;font-size:10px;margin-top:-8px}
.product-section,.section-block{margin-top:46px}
.section-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-bottom:20px}
.section-head:before,.section-head:after{content:"";height:1px;background:var(--line);display:block}
.section-head>div{text-align:center;grid-column:2}
.section-head>.pill,.section-head>.section-link{grid-column:3;grid-row:1;justify-self:end}
.section-head h2{margin:0;color:var(--red);font-size:21px;font-weight:700}
.section-head p{margin:4px 0 0;color:#777;font-size:12px}
.eyebrow{display:none}
.muted{color:#777}
.section-link{border:1px solid var(--red);color:var(--red);padding:7px 11px;border-radius:3px;font-size:12px;background:#fff}
.pill{padding:5px 9px;border-radius:3px;background:#fff;color:#666;border:1px solid var(--line);font-size:11px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}
.product-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-grid.carousel-grid{overflow-x:auto;display:flex;gap:30px;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:8px}
.product-grid.carousel-grid::-webkit-scrollbar{display:none}
.product-grid.carousel-grid .product-card{flex:0 0 calc((100% - 90px)/4);min-width:250px;scroll-snap-align:start}
.product-card{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:0 0 12px;position:relative;transition:.2s;box-shadow:none;min-width:0;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-2px);box-shadow:0 5px 16px rgba(0,0,0,.07);border-color:#ddd}
.badge{position:absolute;top:9px;right:9px;background:var(--red);color:#fff;padding:3px 7px;border-radius:4px;font-size:9px;font-weight:700;z-index:2}
.wish{position:absolute;top:8px;left:8px;border:0;background:#fff;color:#888;width:28px;height:28px;border-radius:50%;font-size:18px;cursor:pointer;z-index:2}
.wish.on{color:var(--red)}
.product-media{aspect-ratio:1/1;display:grid;place-items:center;position:relative;cursor:pointer;background:#f7f7f8;overflow:hidden;border-bottom:1px solid #efefef}
.product-media img{width:88%;height:88%;object-fit:contain;transition:transform .2s}
.product-card:hover .product-media img{transform:scale(1.025)}
.installment-badge{position:absolute;bottom:8px;right:8px;background:var(--red);color:#fff;border-radius:3px;padding:4px 7px;font-size:9px;font-weight:700}
.installment-badge.large{position:static;display:inline-block;margin-top:8px}
.meta{display:flex;justify-content:center;gap:10px;align-items:center;margin:9px 10px 0}
.cat{font-size:9px;color:#888}
.stars{color:#f0b400;letter-spacing:1px;font-size:12px}
.product-card h3{font-size:14px;line-height:1.5;margin:8px 12px 3px;min-height:42px;text-align:center;font-weight:600}
.variant{text-align:center;font-size:11px;color:#777;min-height:18px;padding-inline:8px}
.installment-line{font-size:10px;color:#777;text-align:center;margin:6px 0}
.price-line{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:3px;position:relative;padding-bottom:8px}
.price{font-weight:800;font-size:17px;color:var(--red)}
.old{font-size:10px;color:#999;text-decoration:line-through}
.add-btn{position:absolute;bottom:-27px;left:50%;transform:translateX(-50%);width:43px;height:43px;border-radius:50%;border:1px solid #e7e7e7;background:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.05);z-index:4}
.add-btn img{width:19px;filter:brightness(.4)}
.details-btn{margin:18px 12px 0;border:1px solid #ddd;background:#fff;color:#555;border-radius:3px;padding:7px 10px;font-size:11px}
.details-btn:hover{border-color:var(--red);color:var(--red)}
.series-banner{margin-bottom:18px;overflow:hidden;border:0}
.series-banner img{display:block;width:100%;height:auto}
.installment-section{display:grid;grid-template-columns:1fr 420px;gap:26px;align-items:start;margin-top:50px;border-top:1px solid var(--line);padding-top:28px}
.installment-copy{background:#fff;color:#222;border:1px solid var(--line);padding:24px}
.installment-copy h2{color:var(--red);font-size:25px;margin:0 0 10px}
.installment-copy p{line-height:1.9;color:#555;margin:0 0 10px}
.installment-copy small{color:#888}
.installment-card{background:#fff;border:1px solid var(--line);padding:22px}
.installment-card label{display:block;font-size:12px;color:#444;margin-bottom:14px}
.installment-card select,.installment-card input{width:100%;border:1px solid #ddd;border-radius:2px;padding:11px;margin-top:6px;outline:0;background:#fff}
.installment-card select:focus,.installment-card input:focus{border-color:var(--red)}
.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.installment-result{margin:16px 0;padding:15px;border:1px solid #eee;background:#fafafa;display:grid;grid-template-columns:1fr auto;gap:5px 10px}
.installment-result span{font-size:11px;color:#777}
.installment-result b{font-size:16px;grid-column:2;grid-row:1}
.installment-result strong{font-size:24px;color:var(--red);grid-column:2;grid-row:2}
.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.promo-card{min-height:210px;padding:28px;color:#222;display:flex;align-items:end;border:1px solid var(--line);background:#fff}
.promo-card.maroon,.promo-card.dark{background:#fff;color:#222;border-top:3px solid var(--red)}
.promo-card h3{color:var(--red);font-size:25px;margin:5px 0}
.promo-card p{color:#666;max-width:500px}
.reviews-carousel{position:relative;margin-top:8px;padding:0 46px 36px}
.reviews-viewport{overflow:hidden;touch-action:pan-y;direction:ltr}
.reviews-track{display:flex;gap:18px;direction:ltr;transition:transform .55s ease;will-change:transform}
.reviews-track .review-card{position:relative;flex:0 0 calc((100% - 36px)/3);box-sizing:border-box;min-height:220px;background:#fff;border:1px solid #dedede;border-radius:8px;padding:28px 22px 20px;direction:rtl;box-shadow:0 5px 18px rgba(0,0,0,.05);overflow:hidden}
.review-quote{position:absolute;top:8px;right:18px;font-size:58px;line-height:1;color:#eee;font-family:Georgia,serif;font-weight:700}
.review-card p{position:relative;z-index:1;line-height:1.95;color:#444;margin:30px 0 20px;font-size:15px;min-height:88px}
.review-card-bottom{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;border-top:1px solid #f0f0f0;padding-top:14px}
.review-avatar{width:42px;height:42px;border-radius:50%;background:#f4f4f4;display:grid;place-items:center;overflow:hidden}
.review-avatar img{width:34px;height:34px;opacity:.8}
.review-card-bottom b{display:block;font-size:14px;color:#222}
.review-card-bottom small{display:block;color:#888;font-size:11px;margin-top:3px}
.review-stars{color:#ffc533;font-size:20px;letter-spacing:1px;white-space:nowrap;direction:ltr}
.reviews-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:42px;height:42px;border-radius:50%;border:1px solid #e5e5e5;background:#fff;color:var(--red);font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.08)}
.reviews-arrow:hover{background:var(--red);color:#fff}
.reviews-prev{right:0}.reviews-next{left:0}
.reviews-dots{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;gap:9px;direction:ltr}
.reviews-dot{width:20px;height:5px;border:0;border-radius:5px;background:#d6d6d6;padding:0;cursor:pointer;transition:.25s}
.reviews-dot.active{width:26px;background:var(--red)}
.review-empty{background:#fff;border:1px dashed var(--line);padding:24px;border-radius:8px;text-align:center;color:#777;direction:rtl}
@media(max-width:900px){.reviews-track .review-card{flex-basis:calc((100% - 18px)/2)}}
@media(max-width:700px){.reviews-carousel{padding:0 30px 32px}.reviews-track{gap:0}.reviews-track .review-card{flex-basis:100%;min-height:245px;padding:30px 18px 18px}.reviews-arrow{width:38px;height:38px;font-size:27px}.review-card p{font-size:14px;min-height:105px}.review-stars{font-size:18px}}
.filters{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px;justify-content:center}
.filter{border:1px solid var(--line);background:#fff;border-radius:3px;padding:7px 12px;cursor:pointer;color:#555;font-size:12px}
.filter.active,.filter:hover{background:var(--red);border-color:var(--red);color:#fff}
.info-panels{margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.info-panel{min-height:180px}
.info-panel h3{color:var(--red);font-size:18px;margin:0 0 10px}
.info-panel p{margin:0;color:#555;line-height:1.9}
.info-panel ul{margin:0;padding-right:18px;color:#555;line-height:2}
.payment-logos{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:14px}
.payment-logos span{font-weight:800;font-size:12px;border:1px solid #ddd;padding:6px 9px;border-radius:4px;background:#fff}
.footer{margin-top:44px;background:#fff;color:#333;border-top:4px solid var(--red);padding:34px 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}
.footer p{color:#666;line-height:1.8;margin:14px 0 0}
.footer h4{color:var(--red);font-size:15px;margin:0 0 10px}
.footer-grid>div>a{display:block;color:#555;font-size:13px;padding:3px 0}
.footer-grid>div>a:hover{color:var(--red)}
.footer-bottom{margin-top:28px;padding:16px 0;border-top:1px solid var(--line);color:#888;font-size:11px;text-align:center}
.payments{display:flex;gap:6px;align-items:center;flex-wrap:wrap}
.payments span{background:#fff;color:#333;border:1px solid #ddd;padding:6px 8px;border-radius:4px;font-weight:800;font-size:10px}
.payments img{height:30px;background:#fff;border:1px solid #ddd;border-radius:4px;padding:2px}
.whatsapp-float{position:fixed;right:26px;bottom:42px;z-index:70;background:var(--green);color:#fff;height:48px;padding:0 22px;border-radius:28px;display:flex;align-items:center;gap:8px;font-weight:700;box-shadow:0 5px 16px rgba(0,0,0,.15)}
.whatsapp-float img{width:24px;height:24px;filter:brightness(0) invert(1)}
.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.48);display:none;z-index:80;backdrop-filter:blur(1.5px)}
.backdrop.show{display:block}
.cart-drawer{position:fixed;top:0;right:-470px;width:min(470px,94vw);height:100vh;background:#fff;z-index:90;transition:right .25s ease;display:flex;flex-direction:column;border-left:1px solid #d9d9d9;box-shadow:-12px 0 28px rgba(0,0,0,.12)}
.cart-drawer.open{right:0}
.drawer-head{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;padding:24px 22px 20px;border-bottom:1px solid #e7e7e7;background:#fff}
.drawer-head h3{margin:0;color:var(--red);font-size:24px;font-weight:800;letter-spacing:-.2px}
.drawer-head button,.modal-close{border:0;background:#fff;font-size:31px;line-height:1;color:#777;cursor:pointer;width:38px;height:38px;display:grid;place-items:center}
.drawer-head button:hover{color:var(--red)}
#cartItems{flex:1;overflow:auto;padding:6px 22px 12px}
.cart-row{display:grid;grid-template-columns:34px 1fr 72px;gap:14px;direction:ltr;align-items:center;padding:16px 0;border-bottom:1px solid #ececec;min-height:84px}
.cart-row img{grid-column:3;width:64px;height:64px;object-fit:contain;background:#fafafa;border-radius:4px}
.cart-row>div{grid-column:2;direction:rtl;text-align:right;min-width:0}
.cart-row b{display:block;font-size:14px;line-height:1.55;color:#222;font-weight:700;white-space:normal}
.cart-row small{display:block;color:var(--red);margin-top:6px;font-size:13px;font-weight:700}
.cart-row button{grid-column:1;border:0;background:#fff;color:var(--red);font-size:25px;line-height:1;cursor:pointer;padding:0}
.cart-row button:hover{opacity:.75}
.empty{text-align:center;color:#888;padding:70px 30px;font-size:15px}
.drawer-foot{border-top:1px solid #e3e3e3;padding:18px 22px 22px;background:#fff}
.drawer-foot>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:16px}
.drawer-foot b{color:var(--red);font-size:20px}
.drawer-foot .btn{width:100%;height:48px;border-radius:4px;font-weight:800;font-size:16px}
@media(max-width:560px){.cart-drawer{width:100vw;right:-100vw}.drawer-head{padding:20px 18px}.drawer-head h3{font-size:22px}#cartItems{padding-inline:16px}.drawer-foot{padding-inline:16px}}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;align-items:center;justify-content:center;z-index:100;padding:18px}
.modal.show{display:flex}
.modal-box{position:relative;background:#fff;width:min(960px,100%);max-height:90vh;overflow:auto;border-radius:4px;border-top:4px solid var(--red);padding:28px}
.modal-close{position:absolute;top:8px;left:10px;z-index:2}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding-top:10px}
.modal-img{background:#f7f7f8;min-height:420px;display:flex;flex-direction:column;justify-content:center;align-items:center}
.modal-img img{width:82%;height:380px;object-fit:contain}
.detail-copy h2{font-size:24px;margin:0 0 8px;color:var(--red)}
.detail-description{color:#555;line-height:1.8}
.detail-variant{padding:10px;border:1px solid #eee;background:#fafafa}
.modal-price{font-size:25px;color:var(--red);font-weight:800;margin:14px 0}
.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}
.spec-item{border:1px solid #eee;padding:9px;background:#fff}
.spec-item span{display:block;color:#888;font-size:10px}
.spec-item b{font-size:12px}
.variant-picker{border-top:1px solid var(--line);padding-top:13px}
.mini-variant{border:1px solid #ddd;background:#fff;padding:6px 8px;margin:6px 3px 0 0;border-radius:3px;font-size:10px}
.modal-actions{display:flex;gap:8px;margin-top:18px}
.toast{position:fixed;left:50%;bottom:30px;transform:translateX(-50%) translateY(20px);background:#333;color:#fff;padding:10px 16px;border-radius:4px;opacity:0;pointer-events:none;transition:.2s;z-index:120;font-size:12px}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.back-top{position:fixed;left:24px;bottom:32px;width:42px;height:42px;border-radius:50%;border:1px solid #ddd;background:#fff;color:var(--red);display:none;z-index:60;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.back-top.show{display:block}
.checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.checkout-form label{display:block;font-size:12px;color:#444}
.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;margin-top:6px;border:1px solid #ddd;padding:10px;outline:0;border-radius:2px;background:#fff}
.checkout-form textarea{min-height:90px;resize:vertical}
.checkout-full{grid-column:1/-1}
.checkout-summary{background:#fafafa;border:1px solid #eee;padding:14px;margin:14px 0}
.checkout-summary b{color:var(--red)}
.checkout-methods{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}
.checkout-methods label{display:flex;gap:5px;align-items:center;border:1px solid #ddd;padding:8px 10px;background:#fff}
.checkout-note{font-size:10px;color:#888;margin-top:8px}
@media(max-width:900px){
  .header-row{grid-template-columns:140px 1fr 90px;gap:10px}
  .search-box:focus-within{width:270px}
  .search-box:focus-within input{width:175px}
  .nav-inner{justify-content:flex-start;gap:18px}
  .trust-strip{grid-template-columns:repeat(2,1fr)}
  .trust-strip div:nth-child(2n){border-left:0}
  .product-grid,.product-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .product-grid.carousel-grid .product-card{flex-basis:calc((100% - 18px)/2)}
  .installment-section{grid-template-columns:1fr}
  .reviews-grid{grid-template-columns:1fr 1fr}
  .info-panels{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .product-detail{grid-template-columns:1fr}
  .modal-img{min-height:300px}
  .modal-img img{height:280px}
}
@media(max-width:640px){
  body{font-size:13px}
  .container{width:min(100% - 20px,1140px)}
  .header-row{grid-template-columns:110px 1fr 88px;min-height:66px}
  .brand b{font-size:17px}.brand small,.brand em{display:none}.brand-mark{width:38px;height:38px;font-size:21px}
  .search-box:focus-within{position:absolute;right:0;top:0;width:calc(100vw - 130px);max-width:300px}
  .search-box:focus-within input{width:100%}
  .search-hints{width:calc(100vw - 40px);max-width:330px}
  .breadcrumb{height:38px;font-size:11px}
  .hero-main{margin-top:10px}
  .hero-main img{aspect-ratio:auto}
  .quick-install{padding:18px 0;flex-direction:column}
  .quick-install h1{font-size:19px}
  .quick-install p{font-size:11px}
  .trust-strip{grid-template-columns:1fr 1fr}
  .trust-strip div{min-height:74px;padding:10px 5px}
  .product-grid,.product-grid.compact{grid-template-columns:1fr 1fr;gap:12px}
  .product-grid.carousel-grid{gap:12px}
  .product-grid.carousel-grid .product-card{flex-basis:calc((100% - 12px)/2);min-width:0}
  .section-head{grid-template-columns:1fr}
  .section-head:before,.section-head:after{display:none}
  .section-head>div{grid-column:1}
  .section-head>.pill,.section-head>.section-link{grid-column:1;grid-row:auto;justify-self:center}
  .section-head h2{font-size:18px}
  .section-head p{font-size:10px}
  .installment-copy h2{font-size:21px}
  .promo-grid,.reviews-grid,.info-panels,.footer-grid{grid-template-columns:1fr}
  .whatsapp-float{right:12px;bottom:16px;height:44px;padding:0 16px;font-size:11px}
  .back-top{left:12px;bottom:18px}
  .checkout-form{grid-template-columns:1fr}
  .checkout-full{grid-column:1}
}
/* Series view-all buttons */
.series-actions{display:flex;justify-content:flex-end;align-items:center;margin:0 0 10px}
.series-all-btn{background:#fff;cursor:pointer;font-family:inherit}
.series-all-btn:hover{background:#b40000;color:#fff}
.series-modal-box{max-width:1180px;width:min(1180px,94vw);max-height:88vh;overflow:auto}
.series-modal-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-height:62vh;overflow:auto;padding:4px}
@media (max-width:980px){.series-modal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:700px){.series-actions{justify-content:flex-start}.series-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:440px){.series-modal-grid{grid-template-columns:1fr}}

.secure-payment-step{margin-top:10px}
.secure-payment-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:12px 14px;background:#fafafa;border:1px solid var(--line);border-radius:10px}
.secure-payment-head span{font-size:12px;color:var(--muted)}
.payment-status{margin-top:12px;padding:10px 12px;border-radius:8px;background:#fff5f5;color:#a80d16;font-size:13px}
.payment-status.success{background:#effaf2;color:#14833b}

/* Single unified footer + payment image badges */
footer {
  border-top: 3px solid #d71920;
}
.payment-badges {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.payment-badges img {
  width: auto;
  height: 34px;
  max-width: 86px;
  object-fit: contain;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  padding: 4px 7px;
}


/* Reference footer: rebuilt from the supplied design image */
.reference-footer{
  margin-top:44px;
  background:#fdfdfd;
  color:#202020;
  border-top:4px solid #d71920;
  padding:52px 0 0;
}
.reference-footer-grid{
  grid-template-columns:1.45fr 1fr 1.15fr 1.45fr;
  gap:52px;
  align-items:start;
}
.reference-footer .footer-brand-col{min-width:0}
.reference-footer .footer-brand{justify-content:flex-start;margin-bottom:16px}
.reference-footer .footer-brand .brand-mark{width:64px;height:64px;border-radius:13px;font-size:34px;box-shadow:none}
.reference-footer .footer-brand b{font-size:29px}
.reference-footer .footer-brand small{font-size:13px;letter-spacing:3px}
.reference-footer .footer-brand em{font-size:13px}
.reference-footer p{margin:12px 0 0;color:#333;font-size:16px;line-height:2}
.reference-footer h4{margin:0 0 20px;color:#d71920;font-size:21px;font-weight:800}
.reference-footer .footer-links-col a{display:block;color:#222;font-size:17px;line-height:1.5;padding:6px 0;text-decoration:none}
.reference-footer .footer-links-col a:hover{color:#d71920}
.reference-footer .footer-service-col a{display:flex;align-items:center;justify-content:flex-start;gap:13px;color:#222;font-size:16px;line-height:1.5;padding:7px 0;text-decoration:none}
.reference-footer .footer-service-col a:hover{color:#d71920}
.reference-footer .footer-service-col img{width:27px;height:27px;object-fit:contain;filter:brightness(0)}
.footer-socials{display:flex;align-items:center;gap:13px;margin-top:22px}
.social-dot{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;font-size:21px;line-height:1;box-shadow:none;text-decoration:none;transition:transform .18s ease,opacity .18s ease}
.social-dot:hover{transform:translateY(-2px);opacity:.92}
.social-dot svg{width:27px;height:27px;display:block;fill:currentColor}
.social-dot.youtube{background:#d91f26}.social-dot.youtube svg path{fill:#d91f26}.social-dot.youtube svg rect{fill:#fff}
.social-dot.instagram{background:linear-gradient(135deg,#d92d7c,#ffbe0b)}
.social-dot.snapchat{background:#ffd400;color:#111}
.social-dot.tiktok{background:#1a1b2a}
.social-dot.x-social{background:#050505;font-size:20px}.social-dot.x-social svg{width:25px;height:25px}
.reference-footer .footer-newsletter-col p{font-size:16px;line-height:1.8;max-width:390px}
.footer-newsletter{display:flex;direction:rtl;border:1px solid #ddd;border-radius:9px;overflow:hidden;background:#fff;margin-top:22px;height:58px}
.footer-newsletter input{flex:1;border:0;outline:0;padding:0 16px;font:inherit;font-size:15px;color:#333;min-width:0;text-align:right}
.footer-newsletter button{width:58px;border:0;border-inline-start:1px solid #ddd;background:#fff;font-size:23px;color:#111}
.footer-subscribe-btn{width:100%;height:58px;margin-top:13px;border:0;border-radius:9px;background:#d71920;color:#fff;font-size:21px;font-weight:800;cursor:pointer}
.footer-subscribe-btn:hover{background:#b91016}
.footer-payment-title{font-size:17px;font-weight:700;margin:28px 0 14px;color:#333}
.footer-payment-badges{justify-content:flex-start;gap:10px;margin-top:0;align-items:center}
.footer-payment-badges img,.footer-payment-badges .apple-pay-badge{height:48px;min-width:76px;max-width:95px;box-sizing:border-box;padding:6px 9px;border:1px solid #dedede;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;object-fit:contain}
.footer-payment-badges .apple-pay-badge{font-weight:800;font-size:19px;color:#111;white-space:nowrap}
.footer-trust-row{margin-top:36px;padding:23px 0 27px;border-top:1px solid #d8d8d8;display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-legal-note{font-size:16px;color:#333}
.footer-verification{display:flex;align-items:center;gap:20px;color:#666;font-size:17px}
.footer-verification span{display:flex;align-items:center;gap:10px;white-space:nowrap}
.footer-verification i{width:1px;height:32px;background:#cfcfcf;display:block}
.saudi-mark{font-size:24px;color:#1d7d4d;line-height:1}
.verified-shield{width:31px;height:31px;border-radius:6px;background:#197b4d;color:#fff;display:grid;place-items:center;font-size:18px}
@media(max-width:1000px){
  .reference-footer-grid{grid-template-columns:1fr 1fr;gap:36px}
  .footer-trust-row{flex-direction:column-reverse;align-items:flex-start}
}
@media(max-width:640px){
  .reference-footer{padding-top:34px}
  .reference-footer-grid{grid-template-columns:1fr;gap:30px}
  .reference-footer .footer-brand{justify-content:flex-start}
  .reference-footer h4{font-size:19px}
  .reference-footer p,.reference-footer .footer-links-col a,.reference-footer .footer-service-col a,.footer-legal-note,.footer-verification{font-size:15px}
  .footer-socials{gap:10px}
  .social-dot{width:44px;height:44px;font-size:18px}
  .footer-trust-row{margin-top:28px;gap:18px}
  .footer-verification{width:100%;justify-content:space-between;gap:12px;flex-wrap:wrap}
  .footer-verification i{display:none}
}


/* Final single footer matching the supplied reference screenshot */
.najd-reference-footer{
  margin-top:0;
  background:#f8f8f8;
  color:#222;
  border-top:4px solid #c9161d;
  padding:54px 0 0;
}
.najd-footer-grid{
  display:grid;
  grid-template-columns:1.05fr .9fr 1.1fr;
  gap:74px;
  align-items:start;
  direction:rtl;
}
.najd-reference-footer h4{
  margin:0 0 19px;
  color:#d71920;
  font-size:20px;
  font-weight:800;
}
.najd-reference-footer p{
  margin:0;
  color:#333;
  font-size:15px;
  line-height:2.05;
}
.najd-footer-links a{
  display:block;
  color:#333;
  text-decoration:none;
  font-size:15px;
  line-height:1.95;
  padding:3px 0;
}
.najd-footer-links a:hover{color:#d71920}
.najd-footer-contact{direction:ltr;text-align:center}
.najd-footer-contact h4{text-align:center}
.footer-contact-row{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  direction:rtl;
  margin:0 0 21px;
}
.footer-contact-row a{
  display:inline-flex;
  align-items:center;
  gap:4px;
  color:#333;
  text-decoration:none;
  font-size:13px;
  white-space:nowrap;
}
.footer-contact-row a img{width:15px;height:15px;object-fit:contain;filter:grayscale(1) brightness(.42)}
.footer-mail-icon{font-size:15px;line-height:1;color:#333}
.footer-vat-qr{
  display:block;
  width:177px;
  height:113px;
  object-fit:contain;
  margin:0 auto 27px 0;
}
.footer-payment-strip{
  display:block;
  width:183px;
  height:32px;
  object-fit:contain;
  margin:0 auto 0 2px;
}
.najd-footer-bottom{
  margin-top:45px;
  border-top:1px solid #dedede;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  direction:rtl;
}
.footer-legal-note{font-size:14px;color:#777}
.footer-wa{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:180px;
  height:48px;
  padding:0 19px;
  border-radius:25px;
  background:#108641;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  box-shadow:0 5px 14px rgba(0,0,0,.12);
}
.footer-wa img{width:24px;height:24px;filter:none}
@media(max-width:900px){
  .najd-footer-grid{grid-template-columns:1fr 1fr;gap:42px}
  .najd-footer-contact{grid-column:1/-1;text-align:right}
  .najd-footer-contact h4{text-align:right}
  .footer-contact-row{justify-content:flex-start}
  .footer-vat-qr,.footer-payment-strip{margin-left:0;margin-right:0}
}
@media(max-width:640px){
  .najd-reference-footer{padding-top:34px}
  .najd-footer-grid{grid-template-columns:1fr;gap:28px}
  .najd-footer-contact{grid-column:auto;text-align:right}
  .najd-footer-contact h4{text-align:right}
  .footer-contact-row{gap:10px}
  .footer-vat-qr{margin-right:0}
  .footer-payment-strip{margin-right:0}
  .najd-footer-bottom{margin-top:30px;min-height:104px;flex-direction:column;align-items:flex-start;justify-content:center}
  .footer-wa{align-self:flex-start}
}


/* صفحات معلومات المتجر */
.info-pages{display:grid;gap:22px;margin-top:36px;margin-bottom:36px}
.info-page{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:26px 28px;box-shadow:0 8px 26px rgba(0,0,0,.04);scroll-margin-top:110px}
.info-page h2{margin:0 0 16px;color:#d3151b;font-size:26px}
.info-page h3{margin:22px 0 10px;font-size:19px;color:#222}
.info-page p{margin:0 0 13px;line-height:2;color:#333}
.info-page ul,.info-page ol{margin:8px 0 16px;padding-right:24px;line-height:2;color:#333}
.info-page li{margin-bottom:3px}
.info-note{background:#fff7f7;border-right:4px solid #d3151b;padding:12px 14px;border-radius:8px}
@media (max-width:700px){.info-page{padding:20px 16px}.info-page h2{font-size:22px}.info-page p,.info-page li{line-height:1.9}}

/* Standalone policy/info pages */
.standalone-page{padding-top:28px;padding-bottom:46px;min-height:420px}
.standalone-page .info-page{max-width:980px;margin:0 auto}
.page-title{font-size:22px;font-weight:800;color:#222;margin-right:auto}
.standalone-page .payment-page-visuals{display:flex;flex-wrap:wrap;gap:18px;align-items:center;margin-top:28px;padding-top:20px;border-top:1px solid #eee}
.payment-page-visuals img{max-height:90px;width:auto;object-fit:contain}
.payment-page-visuals img:first-child{max-height:72px}
@media (max-width:700px){.page-title{font-size:18px}.standalone-page{padding-top:18px}.payment-page-visuals{justify-content:center}.payment-page-visuals img{max-width:100%}}
\n\n/* Secure checkout visual, inspired by the supplied payment-flow reference */\n.checkout-modal-box{width:min(1120px,96vw);background:#fff;border-top-color:#d71920;padding:30px}\n.checkout-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:4px 0 18px;border-bottom:1px solid #eee}\n.checkout-hero h2{margin:5px 0 6px;font-size:25px;color:#1a1a1a}\n.checkout-hero p{margin:0;color:#666;line-height:1.8;font-size:12px}\n.checkout-secure-badge{background:#f4f8f5;border:1px solid #cfe4d5;color:#16743f;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800;white-space:nowrap}\n.checkout-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0 20px}\n.checkout-steps .step{position:relative;text-align:center;padding:11px;border:1px solid #e4e4e4;border-radius:10px;color:#8a8a8a;background:#fafafa;font-size:12px;font-weight:700}\n.checkout-steps .step.active{color:#111;border-color:#d8b069;background:#fff8eb;box-shadow:inset 0 0 0 1px #d8b069}\n.checkout-steps .step.done{color:#177844;border-color:#bde0c9;background:#f2fbf5}\n.checkout-step-panel[hidden]{display:none}\n.checkout-next-btn{width:100%;height:50px;font-size:15px}\n.secure-summary{display:flex;justify-content:space-between;align-items:center;gap:14px}\n.secure-summary>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:30px;min-width:180px}\n.payment-brand-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-start}\n.payment-brand-row img{height:31px;width:auto;padding:4px 7px;border:1px solid #e5e5e5;border-radius:7px;background:#fff}\n.security-chip{font-size:10px;color:#16743f;background:#f1fbf4;border:1px solid #d2ead9;padding:7px 10px;border-radius:999px}\n.secure-payment-layout{display:grid;grid-template-columns:300px 1fr;gap:18px;align-items:start}\n.payment-order-card,.payment-form-card{border:1px solid #e7e7e7;border-radius:14px;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.04)}\n.payment-order-card{padding:18px;background:#fafafa}\n.payment-order-card h3{margin:7px 0 14px;font-size:18px}\n.payment-order-item{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px dashed #ddd;font-size:11px}\n.payment-order-item span:first-child{max-width:190px;line-height:1.6}\n.payment-total-line{display:flex;justify-content:space-between;align-items:center;padding-top:14px;font-size:14px}\n.payment-total-line b{font-size:20px;color:#d71920}\n.payment-security-note{display:flex;gap:10px;align-items:flex-start;margin-top:18px;padding:11px;border-radius:10px;background:#eef8f1;color:#176f3e}\n.payment-security-note span{font-size:19px}\n.payment-security-note b{display:block;font-size:12px;margin-bottom:3px}\n.payment-security-note small{display:block;color:#587160;line-height:1.6;font-size:10px}\n.payment-form-card{padding:18px}\n.secure-payment-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:12px 14px;background:#fafafa;border:1px solid var(--line);border-radius:10px}\n.secure-payment-head b{display:block;font-size:14px;margin-bottom:3px}\n.secure-payment-head span{font-size:11px;color:#777}\n.lock-icon{font-size:18px!important;color:#1b7748!important}\n.mysr-form{max-width:620px;margin:0 auto}\n.payment-privacy-note{margin-top:12px;padding:10px 12px;background:#f8f8f8;border:1px dashed #d5d5d5;border-radius:9px;font-size:10px;line-height:1.8;color:#666}\n.checkout-back-btn{margin-top:12px;width:100%;height:44px}\n.checkout-success-panel{text-align:center;padding:35px 10px 20px}\n.success-icon{width:70px;height:70px;border-radius:50%;background:#1a8a4a;color:#fff;display:grid;place-items:center;font-size:38px;font-weight:800;margin:0 auto 15px;box-shadow:0 8px 25px rgba(26,138,74,.18)}\n.checkout-success-panel h3{font-size:24px;margin:0 0 8px}\n.checkout-success-panel p{color:#666;margin:0 auto 18px;max-width:500px;line-height:1.9}\n@media(max-width:760px){\n  .checkout-hero{flex-direction:column}\n  .checkout-secure-badge{align-self:flex-start}\n  .checkout-steps{gap:6px}\n  .checkout-steps .step{font-size:10px;padding:9px 4px}\n  .secure-summary{align-items:flex-start;flex-direction:column}\n  .secure-payment-layout{grid-template-columns:1fr}\n  .payment-order-card{order:2}\n  .payment-form-card{order:1}\n}\n
.checkout-demo-link{display:block;margin-top:10px;text-align:center;color:#8a5a08;font-size:11px;text-decoration:none}
.checkout-demo-link:hover{text-decoration:underline}
.demo-shell{background:#f6f7f9;min-height:100vh;padding:28px 0 50px}
.demo-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:start}
.demo-card{background:#fff;border:1px solid #e6e6e6;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.05);padding:20px}
.demo-card h2,.demo-card h3{margin-top:0}
.demo-note{background:#fff7e3;border:1px solid #efd49a;color:#74520d;padding:12px;border-radius:12px;font-size:12px;line-height:1.8;margin:12px 0 18px}
.demo-form{display:grid;gap:12px}
.demo-form label{font-size:12px;color:#333;display:block}
.demo-form input,.demo-form select{width:100%;box-sizing:border-box;margin-top:6px;padding:11px 12px;border:1px solid #ddd;border-radius:10px;font:inherit}
.demo-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.demo-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.bot-frame{background:#dce8f2;border-radius:18px;padding:12px;min-height:520px;display:flex;flex-direction:column}
.bot-head{background:#4580a8;color:#fff;border-radius:14px 14px 0 0;padding:14px;display:flex;gap:10px;align-items:center}
.bot-avatar{width:42px;height:42px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;font-weight:900}
.bot-title b{display:block}.bot-title span{font-size:11px;opacity:.85}
.bot-chat{background:#eef5f9;flex:1;padding:18px;overflow:auto}
.bot-msg{background:#fff;border-radius:14px 14px 4px 14px;padding:14px;box-shadow:0 1px 2px rgba(0,0,0,.06);font-size:12px;line-height:1.9;white-space:pre-line;max-width:95%}
.bot-msg strong{color:#b14f00}
.bot-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.bot-action{border:0;border-radius:10px;padding:10px;font-weight:800;cursor:pointer;color:#fff}.bot-ok{background:#1a9a4a}.bot-no{background:#c73b3b}.bot-reply{background:#3685c6;grid-column:1/-1}
.bot-status{margin-top:12px;padding:10px;border-radius:10px;background:#fff;font-size:11px;color:#555}
.demo-status{margin-top:12px;font-size:12px;padding:10px;border-radius:10px;background:#f5f5f5}
@media(max-width:850px){.demo-grid{grid-template-columns:1fr}.demo-card{padding:16px}}

.footer-vat-qr-link{display:inline-block;line-height:0;cursor:pointer}.footer-vat-qr-link:hover{opacity:.88}

/* Official documents in the footer */
.footer-documents{display:flex;flex-direction:column;gap:10px;margin:0 auto 22px 0;width:min(360px,100%);direction:rtl}
.footer-document-card{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #ddd;border-radius:10px;background:#fff;color:#222;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:.2s ease}
.footer-document-card:hover{border-color:#d71920;transform:translateY(-1px)}
.footer-document-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#f5f5f5;color:#d71920;font-size:22px;font-weight:800;flex:0 0 38px}
.footer-document-card span:last-child{display:flex;flex-direction:column;gap:2px;text-align:right}
.footer-document-card b{font-size:14px}
.footer-document-card small{font-size:11px;color:#777}
.footer-documents-cart{margin-top:16px;margin-right:0}
@media(max-width:640px){.footer-documents{width:100%}.footer-document-card{padding:11px 12px}}

/* Clickable official-document image matching the supplied footer reference. */
.footer-vat-docs{margin:0 auto 22px 0;width:min(183px,100%);}
.footer-vat-qr-wrap{display:block;width:177px;line-height:0;position:relative;}
.footer-vat-qr-wrap .footer-vat-qr{display:block;width:177px;height:113px;margin:0 0 27px 0;object-fit:contain;}
.footer-vat-qr-wrap area{cursor:pointer;}
@media(max-width:900px){.footer-vat-docs{margin-left:0;margin-right:0}}
@media(max-width:640px){.footer-vat-docs{width:100%}.footer-vat-qr-wrap{width:177px}.footer-vat-qr-wrap .footer-vat-qr{margin-right:0}}

/* Updated Najd logo + WhatsApp floating button - visual match */
.brand-mark.logo-image{background:transparent;box-shadow:none;width:54px;height:54px;border-radius:0;overflow:visible;display:grid;place-items:center}
.brand-mark.logo-image img{width:54px;height:54px;object-fit:contain;display:block}
.whatsapp-float{position:fixed;right:26px;bottom:42px;z-index:9999;background:#0b8f3c;color:#fff;width:181px;height:50px;padding:0 18px;border:0;border-radius:28px;display:flex;align-items:center;justify-content:center;gap:10px;direction:ltr;text-decoration:none;font-weight:700;box-shadow:0 5px 16px rgba(0,0,0,.18);white-space:nowrap}
.whatsapp-float img{width:27px;height:27px;display:block;filter:brightness(0) invert(1)}
.whatsapp-float span{display:inline;font-size:14px;font-weight:700;direction:rtl;line-height:1}
@media(max-width:760px){.brand-mark.logo-image{width:44px;height:44px}.brand-mark.logo-image img{width:44px;height:44px}.whatsapp-float{right:12px;bottom:16px;width:166px;height:46px;padding:0 15px;gap:8px}.whatsapp-float img{width:25px;height:25px}.whatsapp-float span{font-size:13px}}
/* WhatsApp icon: use the supplied green WhatsApp artwork without recoloring. */
.footer-contact-row a img[src*="whatsapp.png"]{filter:none !important;width:18px;height:18px}
.footer-wa img,.whatsapp-float img{filter:none !important;object-fit:contain}

.najd-footer-contact .footer-contact-row a[href^="tel:"]{direction:ltr;unicode-bidi:plaintext;white-space:nowrap}
