عروض الجمعة الزرقاء

<style> :root{ --blue:#0b63c9; --blue-2:#084a98; --sky:#eef5ff; --card:#ffffff; --ink:#0f172a; --muted:#64748b; --border:#d9e6ff; --badge:#e8f0ff; --note:#fff7e6; --note-b:#ffe0a6; --danger:#c0392b; --success:#16a34a; --radius:18px; --shadow:0 14px 35px rgba(11,99,201,.16); } *{box-sizing:border-box;} html{scroll-;} body{ font-family:"Tajawal","Cairo",system-ui,Segoe UI,Roboto,Arial,sans-serif; background:radial-gradient(circle at top,#f4f7ff,#e7f0ff 45%,#f9fbff 100%); color:var(--ink); line-height:1.9; } a{text-decoration:none;color:inherit;} .link{ color:var(--blue-2); text-decoration:underline; font-weight:600; } .wrap{max-width:1120px;margin:0 auto 80px;padding:0 18px;} /* Topbar / Nav */ .topbar{ position:sticky; top:0; z-index:30; backdrop-filter:blur(16px); background:linear-gradient(90deg,rgba(255,255,255,.9),rgba(232,240,255,.9)); border-bottom:1px solid rgba(217,230,255,.9); } .topbar-inner{ max-width:1120px; margin:0 auto; padding:10px 18px; display:flex; align-items:center; justify-content:space-between; gap:16px; } .brand{ display:flex; align-items:center; gap:10px; font-weight:800; color:var(--blue-2); } .brand-logo{ width:32px;height:32px; border-radius:999px; background:linear-gradient(135deg,var(--blue),var(--blue-2)); display:flex;align-items:center;justify-content:center; color:#fff;font-size:17px; box-shadow:0 6px 16px rgba(11,99,201,.4); } .nav-links{ display:flex;flex-wrap:wrap;gap:10px;font-size:14px; } .nav-links a{ padding:6px 10px; border-radius:999px; border:1px solid transparent; } .nav-links a:hover{ border-color:var(--border); background:#fff; } .nav-cta{ display:flex;align-items:center;gap:8px; } .btn-main{ background:linear-gradient(135deg,var(--blue),var(--blue-2)); color:#fff; padding:8px 16px; border-radius:999px; border:none; cursor:pointer; font-weight:800; display:inline-flex; align-items:center; gap:6px; box-shadow:0 8px 20px rgba(11,99,201,.35); font-size:14px; } .btn-main span.icon{ font-size:18px; } .btn-main:hover{filter:brightness(1.05);} .pill-small{ padding:4px 10px; border-radius:999px; background:var(--badge); color:var(--blue-2); font-size:11px; font-weight:700; } @media (max-width:640px){ .nav-links{display:none;} } /* Hero Landing */ .hero{ margin-top:22px; padding:24px 20px 26px; background:linear-gradient(135deg,#ffffff 0%,#f2f7ff 40%,#d9e7ff 100%); border-radius:28px; border:1px solid var(--border); box-shadow:var(--shadow); display:grid; grid-template-columns:1.2fr 1fr; gap:18px; } @media(max-width:860px){ .hero{grid-template-columns:1fr;} } .hero-tag{ display:inline-flex; align-items:center; gap:8px; padding:4px 10px; border-radius:999px; background:#fff; border:1px solid var(--border); font-size:12px; color:var(--blue-2); margin-bottom:8px; } .hero-tag span.emoji{font-size:16px;} .hero h1{ margin:0 0 8px; font-size:clamp(26px,4vw,34px); color:var(--blue-2); } .hero p.lead{ margin:0 0 12px; color:var(--muted); font-size:15px; } .hero-highlight{ display:flex; flex-wrap:wrap; gap:8px; margin:10px 0 12px; } .hero-pill{ display:inline-flex; align-items:center; gap:8px; padding:6px 12px; border-radius:999px; background:rgba(255,255,255,.9); border:1px solid var(--border); font-size:13px; color:var(--blue-2); font-weight:700; } /* Countdown */ .countdown{ margin-top:10px; display:flex; flex-wrap:wrap; gap:12px; align-items:center; } .countdown-label{ font-size:13px; color:var(--muted); display:flex; align-items:center; gap:4px; } .countdown-timer{ display:flex; gap:8px; } .time-box{ min-width:54px; padding:6px 6px 8px; border-radius:14px; background:#fff; border:1px solid var(--border); text-align:center; } .time-box .num{ font-weight:800; font-size:17px; color:var(--blue-2); line-height:1.2; } .time-box .lbl{ font-size:10px; color:var(--muted); } .hero-cta-row{ margin-top:16px; display:flex; flex-wrap:wrap; gap:10px; align-items:center; } .btn-ghost{ padding:7px 12px; border-radius:999px; border:1px dashed var(--border); background:rgba(255,255,255,.9); font-size:13px; cursor:pointer; display:inline-flex; align-items:center; gap:6px; color:var(--blue-2); font-weight:700; } .btn-ghost:hover{background:#fff;} .hero-right{ display:flex; flex-direction:column; justify-content:space-between; gap:16px; } .hero-card{ background:rgba(255,255,255,.92); border-radius:20px; border:1px solid var(--border); padding:14px 14px 12px; } .hero-card h2{ margin:0 0 4px; font-size:15px; color:var(--blue-2); } .coupon-row{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; } .code{ font-family:ui-monospace,Menlo,Consolas,monospace; background:var(--blue-2); color:#fff; padding:6px 12px; border-radius:12px; font-weight:800; font-size:15px; letter-spacing:1px; } .copy{ background:#fff; color:var(--blue-2); border:1px solid var(--border); padding:6px 10px; border-radius:999px; cursor:pointer; font-weight:700; font-size:12px; display:inline-flex; align-items:center; gap:4px; } .copy:hover{filter:brightness(1.05);} .hero-card small{ display:block; margin-top:6px; font-size:11px; color:var(--muted); } /* Sections */ section{ margin-top:32px; } .sec-head{ display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:10px; margin-bottom:10px; } .sec-head h2{ margin:0; font-size:20px; color:var(--blue-2); } .sec-head p{ margin:0; font-size:13px; color:var(--muted); } /* Offers Grid */ .grid{ display:grid; grid-template-columns:1fr; gap:14px; } @media(min-width:880px){ .grid-2{grid-template-columns:1fr 1fr;} .grid-3{grid-template-columns:1.1fr 1fr 1fr;} } .card{ background:var(--card); border-radius:var(--radius); border:1px solid var(--border); box-shadow:0 10px 26px rgba(15,23,42,.05); padding:18px 16px; } .card h3{ margin:0 0 6px; font-size:17px; color:var(--blue-2); } .sub{ margin:0 0 8px; color:var(--muted); font-size:13px; } .badge-row{ display:flex; gap:8px; flex-wrap:wrap; margin:8px 0 4px; } .badge{ display:inline-flex; align-items:center; gap:6px; background:#fff; border:1px dashed var(--border); color:var(--blue-2); border-radius:999px; padding:5px 10px; font-weight:700; font-size:12px; } .big{ font-size:clamp(30px,5vw,44px); font-weight:900; color:var(--blue-2); margin:4px 0 2px; } .list{ margin:10px 0 0; padding:0 18px; font-size:13px; } .list li{margin:5px 0;} .note{ margin-top:12px; background:var(--note); border:1px solid var(--note-b); border-radius:14px; padding:10px 12px; color:#7a4d00; font-size:12px; } /* Steps section */ .steps{ display:grid; grid-template-columns:1fr; gap:12px; } @media(min-width:720px){ .steps{grid-template-columns:1.3fr 1fr;} } .step-list{ list-style:none; padding:0; margin:0; font-size:13px; } .step-item{ display:flex; gap:10px; margin-bottom:10px; } .step-num{ width:24px; height:24px; border-radius:999px; background:var(--badge); border:1px solid var(--border); display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:800; color:var(--blue-2); flex-shrink:0; } .step-body strong{color:var(--blue-2);} .hint-box{ background:#f8fafc; border-radius:16px; border:1px dashed var(--border); padding:12px 12px; font-size:12px; color:var(--muted); } /* FAQ & Terms */ details.faq-item{ background:#fff; border-radius:16px; border:1px solid var(--border); padding:10px 12px; margin-bottom:8px; box-shadow:0 8px 18px rgba(15,23,42,.04); } details summary{ cursor:pointer; font-weight:700; color:var(--blue-2); font-size:14px; } details[open] summary{margin-bottom:6px;} details p{ font-size:13px; color:var(--ink); margin:0; } .rules{ margin:8px 0 0; padding:0 18px; font-size:12px; } .rules li{margin:5px 0;} /* Sticky CTA bottom */ .sticky-cta{ position:fixed; left:0;right:0;bottom:10px; z-index:40; display:flex; justify-content:center; pointer-events:none; } .sticky-inner{ pointer-events:auto; background:rgba(15,23,42,.95); color:#fff; border-radius:999px; padding:8px 14px; display:flex; align-items:center; gap:10px; box-shadow:0 14px 30px rgba(15,23,42,.7); max-width:92%; } .sticky-label{ font-size:12px; opacity:.9; } .sticky-code{ font-family:ui-monospace,Menlo,Consolas,monospace; background:#0f172a; border-radius:999px; padding:4px 10px; font-size:13px; font-weight:800; } .sticky-buttons{ display:flex; gap:6px; flex-wrap:wrap; } .btn-sm{ border-radius:999px; border:none; cursor:pointer; font-size:11px; font-weight:700; padding:6px 10px; display:inline-flex; align-items:center; gap:4px; } .btn-sm-main{ background:linear-gradient(135deg,var(--blue),var(--blue-2)); color:#fff; } .btn-sm-ghost{ background:transparent; border:1px solid rgba(148,163,184,.6); color:#e2e8f0; } @media(max-width:480px){ .sticky-inner{flex-direction:column;align-items:flex-start;} } /* Toast */ .toast{ position:fixed; inset-inline-start:50%; bottom:72px; transform:translateX(-50%); background:#022c22; color:#ecfdf5; padding:8px 14px; border-radius:999px; font-size:12px; display:none; align-items:center; gap:6px; z-index:50; box-shadow:0 12px 30px rgba(15,23,42,.6); } .toast.show{display:flex;} /* Footer */ .foot{ margin-top:28px; color:var(--muted); font-size:12px; text-align:center; } </style>
<!-- Toast for copy message -->
The discount code was successfully copied.
<!-- Sticky CTA -->
Take advantage of Blue Friday – up to 40% off
BL40
<button class="btn-sm btn-sm-main" >View offers</button> <button class="btn-sm btn-sm-ghost copy" data-code="BL40">, copy the code</button>
<!-- Topbar --><header class="topbar">
Air Care
Blue Friday 2025
<!-- HERO -->
Blue Friday – Special offers for a limited time

Up to 40% discount on air conditioners and air conditioning solutions from Air Care

Enjoy limited-time Blue Friday offers on selected air conditioners, with exclusive discount code BL40 for bank transfers and showroom point of sale, plus 10% cashback.

Code BL40 – Up to 40% off
10% cashback to the site wallet
From November 9 to December 6, 2025
⏳ Offer ends on December 6, 2025
--
day
--
hour
--
minute
--
second
<button class="btn-main" >Browse the offers now</button> <button class="btn-ghost copy" data-code="BL40">and copy the exclusive BL40 code.</button>

The strongest offer – code BL40

BL40 <button class="copy" data-code="BL40">Copy Code</button>
Discount of up to 40% exclusively on bank transfer and point of sale at the showroom for orders of 5,000 riyals before tax .

Code BL25 and 10% cashback

BL25 <button class="copy" data-code="BL25">Copy Code</button>
Up to 15% discount on selected payment methods, plus 10% cashback added to the customer's wallet on the Air Care website.
<!-- OFFERS -->

Offers available during Blue Friday

Choose the appropriate code for your payment method and order value.

<!-- BL25 -->

Discount code BL25

Up to 15% discount on selected payment methods

Discount: Up to 15%. <button class="copy" data-code="BL25">Copy code BL25</button>
  • This applies to selected payment methods via the website.
  • Minimum order: 999 riyals before tax .
  • Maximum discount: 10,000 riyals .
  • Number of uses: 1000 times during the display period.
<!-- BL40 -->

Discount code BL40 – the strongest

Up to 40% discount exclusively for bank transfers and in-store point-of-sale transactions

Discount: Up to 40%. <button class="copy" data-code="BL40">Copy code BL40</button>
  • This applies exclusively when paying via bank transfer or points of sale in the showroom .
  • Minimum order: 5,000 riyals before tax .
  • Maximum discount: 10,000 riyals .
  • Supply and installation will begin after January 20, 2026 .
  • Valid for use only during the offer period (from November 9 to December 6, 2025).
<!-- Cashback -->

10% cashback to the customer's wallet

Cash back added to your wallet at Air Care website

10%
  • Applies to orders placed during the offer period.
  • Cashback is added directly to the customer's wallet when the invoice value exceeds 2000 riyals.
  • It can be used for subsequent purchases and is not exchanged for cash.
Tip: Keep your account on the Air Care website updated so you can benefit from cashback on your future orders.
<!-- Notes -->

Important notes on offers

  • The offer does not include previously discounted products.
  • Free shipping is not included.
  • The company reserves the right to modify or discontinue the offer without prior notice in the event of exceptional circumstances, misuse, or exploitation by companies and institutions, as the offer is intended for individuals.
  • Air Care website terms and conditions apply to all orders.
Reminder: Make sure you enter the correct code on the checkout page before completing the order. The code cannot be added after payment confirmation.
<!-- EXTENDED WARRANTY -->

Extended Warranty Offer – For the Blue Friday Period

Extend your device warranty up to 5 years with greater peace of mind.

Extend for 4 years and get the fifth year free

On all devices covered by Air Care's extended warranty service when subscribing during the Blue Friday offer period.

  • The offer applies to all devices for which extended warranty service can be added via the Air Care website or showroom.
  • When you choose a 4-year warranty extension package, the warranty is upgraded to 5 years at no additional cost for the fifth year.
  • Extended warranty can be added at the time of purchase or during the specified grace period after installation, according to the service policy.
  • The detailed terms and conditions for the extended warranty service, as outlined on the extended warranty page, apply.
Tip: Activate the extended warranty with your order during the offer period to get longer coverage and peace of mind for up to 5 years.
<!-- HOW TO USE -->

How can you benefit from the Blue Friday offer?

Simple steps to get the maximum possible discount

  • 1
    Choose the products that suit you from the Air Care website or from the showroom.
  • 2
    Select your payment method :
    If you are paying through the website using the selected payment methods, use code BL25 .
    If you are paying via bank transfer or point of sale at the showroom , use code BL40 .
  • 3
    Make sure you meet the minimum order value :
    – BL25: Before tax starting from 999 riyals .
    – BL40: Starting from 5,000 riyals before tax .
  • 4
    Enter the discount code in the designated field on the checkout page or inform the showroom employee of it before completing the payment process.
  • 5
    After completing the order, the 10% cashback (if applicable) will be calculated and added to your wallet on the Air Care website.
Tips to make the most of the offer:
  • If your order value is less than 5,000 riyals before tax, use code BL25.
  • If your order value is 5,000 riyals before tax or more, save more by using code BL40 via bank transfer or showroom point of sale.
  • Save the discount code before proceeding to payment, and make sure it appears in the order summary before completion.
<!-- FAQ -->

Frequently Asked Questions

Everything you need to know about the show

Can more than one discount code be used in the same order?

No, you cannot combine more than one offer or discount code in a single purchase. Choose the code that best suits your needs based on your payment method and order value.

What is the difference between code BL25 and code BL40?

Code BL25 : Up to 15% discount on selected payment methods via the website, before tax, starting from 999 riyals.
Code BL40 : Up to 40% discount exclusively on bank transfers and in-store point of sale for orders of 5,000 riyals before tax .

What is the extended warranty offer during Blue Friday?

You can extend your device warranty for 4 years and get the fifth year free on devices covered by the extended warranty service, subject to the conditions stated on the extended warranty page .

When does the supply and installation begin with code BL40?

For orders using code BL40, supply and installation will begin after January 20, 2026 .

Can the cashback be converted into cash?

No, cashback is used as credit in the Air Care website wallet for subsequent purchases, and cannot be exchanged for cash.

<!-- Terms -->

General Terms and Conditions of Offers

These terms apply to all Blue Friday offers

  • It is not permissible to combine more than one offer or discount code in a single purchase transaction.
  • In the event of invoice cancellation or order return, the value of cashback or included gifts will be deducted or refunded in accordance with the order status.
  • Cashback cannot be converted into cash credit or used outside of the Air Care website.
  • The offers are valid only during the specified period from November 9 to December 6, 2025 and will not be extended after their expiry except by a decision of the company.
  • Any manipulation or misuse of the offers entitles the company to cancel the order, cashback, or any added benefits without prior notice.
  • These terms apply to all customers participating in the offer, whether through the website, branches, or the showroom.
  • The terms and conditions of the Air Care Extended Warranty Service apply as described on the Extended Warranty page .
  • Terms and conditions of public offers apply as described on the Offers page .
  • The terms and conditions of the Lowest Price Match Guarantee apply as described on the Lowest Price Match page .

© 2025 Air Care Trading Company – All rights reserved.

انتهت فترة العرض الحالية.
' ); } clearInterval(timer); return; } const totalSeconds = Math.floor(diff/1000); const days = Math.floor(totalSeconds / (3600*24)); const hours = Math.floor((totalSeconds % (3600*24)) / 3600); const minutes = Math.floor((totalSeconds % 3600) / 60); const seconds = totalSeconds % 60; dEl.textContent = days; hEl.textContent = String(hours).padStart(2,'0'); mEl.textContent = String(minutes).padStart(2,'0'); sEl.textContent = String(seconds).padStart(2,'0'); } const timer = setInterval(updateCountdown,1000); updateCountdown(); })(); // Copy coupon codes + toast message (function(){ const toast = document.getElementById('toast'); function showToast(msg){ if (!toast) return; toast = ' ' + msg; toast.classList.add('show'); setTimeout(()=>toast.classList.remove('show'), 1800); } document.querySelectorAll('.copy').forEach(btn=>{ btn.addEventListener('click', ()=>{ const codeAttr = btn.getAttribute('data-code'); let code = codeAttr ? codeAttr.trim() : ''; if (!code) { const txt = btn.textContent.trim(); const parts = txt.split(/\s+/); code = parts[parts.length - 1]; } if (!code) return; if (navigator.clipboard && navigator.clipboard.writeText){ navigator.clipboard.writeText(code).then(()=>{ showToast('تم نسخ كود ' + code); }).catch(()=>{ showToast('تعذر نسخ الكود، انسخه يدويًا من النص.'); }); }else{ // Fallback const temp = document.createElement('textarea'); temp.value = code; document.body(temp); temp.select(); try{ document.execCommand('copy'); showToast('تم نسخ كود ' + code); }catch(e){ showToast('تعذر نسخ الكود، انسخه يدويًا من النص.'); } document.body.removeChild(temp); } }); }); })();