{"title":"تخفيضات اليوم","description":"\u003cp\u003eكل منتج سعره الحالي أقل من سعره الأصلي يظهر هنا تلقائياً — عروض حقيقية تتحدث لحظة بلحظة، بدون تدخل يدوي.\u003c\/p\u003e","products":[{"product_id":"100-inch-projector-screen","title":"Projector display screen - 100 inches - order within Kuwait only","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --moment-gold: #d4af37;\n    --moment-gold-light: #ffb400;\n    --moment-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--moment-gold); color: var(--moment-gold-light); }\n  .badge-moment { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4);\n    color: #fff;\n  }\n  .hero-title span { color: var(--moment-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--moment-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--moment-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--moment-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--moment-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--moment-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--moment-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--moment-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--moment-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--moment-gold-light);\n    color: #000; border-radius: 50px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 2rem; }\n    .hero-sub { font-size: 1.2rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e1-Year Warranty ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-moment\"\u003eMOMENT PROJECT\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003e100-Inch Screen.. \u003cspan\u003ePortable Cinema Gateway\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eTransform any space into a professional cinema setup with this 100-inch portable projection screen; enjoy massive size, ultra clarity, and smart setup in seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose MOMENT PROJECT Screen?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e📐 Wide Cinematic View\u003c\/h3\u003e\n\u003cp\u003e100-inch size with a perfect 16:9 aspect ratio, designed to immerse you in movies, sports, and presentations with stunning clarity and depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🎬 Enhanced Image Quality\u003c\/h3\u003e\n\u003cp\u003eAdvanced screen material intelligently reduces glare and boosts color contrast, ensuring bright and sharp visuals even in low-light environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e💨 Air Pressure Mechanism\u003c\/h3\u003e\n\u003cp\u003eDual pneumatic lift system allows smooth raising and secure positioning at any height without tools or effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🛡️ Reliable Warranty\u003c\/h3\u003e\n\u003cp\u003eWe stand behind our quality with a full 1-year warranty, giving you peace of mind and long-term confidence in every viewing experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e100 inches (diagonal)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eAspect Ratio\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e16:9 (Widescreen)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMount Type\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003ePortable Floor Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eOperation System\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eDual Hydraulic \/ Pneumatic Lift\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e1 Year from NewTech Store\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eUpgrade Your Viewing Experience\u003c\/h2\u003e\n\u003cp\u003eDiscover the exclusive Moment Project collection and get your professional-grade projection screen today for unforgettable cinematic moments.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/pages\/moment-project-exclusive\"\u003eExplore Moment Project Services\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait Store – your destination for innovation and premium technology.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50080951271709,"sku":"TP-02002","price":29.9,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/shash-aard-llbrojktr-100-bos-altlb-dakhl-alkoyt-fkt-9842171.png?v=1768324337"},{"product_id":"projector-screen-84-inch-with-stand","title":"Portable Projector Screen with Stand - 84 Inches","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --moment-gold: #d4af37;\n    --moment-gold-light: #ffb400;\n    --moment-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--moment-gold); color: var(--moment-gold-light); }\n  .badge-moment { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--moment-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--moment-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--moment-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--moment-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--moment-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--moment-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--moment-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--moment-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--moment-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--moment-gold-light);\n    color: #000; border-radius: 50px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 2rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e1-Year Warranty ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-moment\"\u003eMOMENT PROJECT\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003e84-Inch Screen.. \u003cspan\u003eYour Portable Cinema World\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy an incredible viewing experience with this portable projector screen; the perfect choice for home, office, or outdoor presentations with exceptional clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features of the Portable Screen\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🏗️ Stable \u0026amp; Durable Stand\u003c\/h3\u003e\n\u003cp\u003eComes with a high-quality floor stand that ensures complete stability, eliminating vibrations and delivering an ideal viewing angle anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🎬 Premium Fabric Material\u003c\/h3\u003e\n\u003cp\u003eAdvanced screen fabric provides sharp clarity and realistic colors, enhancing contrast and reducing ambient light interference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🚀 Quick \u0026amp; Easy Setup\u003c\/h3\u003e\n\u003cp\u003eNo hassle installation—designed for fast assembly and disassembly within seconds, with no tools required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🛡️ Trusted 1-Year Warranty\u003c\/h3\u003e\n\u003cp\u003eAt NewTech, we guarantee quality and reliability, offering a full one-year warranty for complete peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e84 inches (diagonal)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMount Type\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003ePortable Tripod Floor Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eUsage\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHome, office, outdoor events, travel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eLightweight, foldable, wrinkle-resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e1 Year from NewTech Store\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eUpgrade Your Viewing Experience\u003c\/h2\u003e\n\u003cp\u003eDiscover the exclusive Moment Project collection and get your perfect projection screen today for unforgettable viewing moments.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/pages\/moment-project-exclusive\"\u003eExplore Moment Project Services\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait Store – combining innovation with premium quality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":48716707660061,"sku":"TP-02001","price":24.9,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/shash-aard-llbrojktr-84-bos-altlb-dakhl-alkoyt-fkt-9756582.png?v=1768324339"},{"product_id":"ridelux-sx-smart-car-screen-4k-dashcam-carplay","title":"Ridelux SX Smart Car Screen with Front \u0026 Rear 4K Dash Cam","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #0f172a;\n    --gold: #d4af37;\n    --gold-light: #ffb400;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.4) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--gold); color: var(--gold-light); }\n  .badge-blue { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.95); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n    text-shadow: 0 2px 5px rgba(0,0,0,0.2);\n  }\n\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--blue-dark); }\n\n  .card-group { margin-bottom: 50px; background: #fff; padding: 40px; border-radius: 30px; border: 1px solid var(--border); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }\n  \n  .split {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-bottom: 60px;\n  }\n  .split.reverse { direction: ltr; }\n  .split.reverse .split-text { direction: ltr; }\n\n  .feature-list { list-style: none; padding: 0; margin: 0; }\n  .feature-list li { \n    font-size: 1.3rem; margin-bottom: 18px; display: flex; gap: 15px; align-items: flex-start;\n  }\n  .feature-list li::before { content: '✓'; color: var(--gold); font-weight: 900; font-size: 1.5rem; }\n\n  .product-img { width: 100%; border-radius: 25px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); border: 1px solid #e2e8f0; }\n\n  .video-container {\n    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 25px;\n    box-shadow: 0 15px 40px rgba(0,0,0,0.15);\n  }\n  .video-container iframe {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\n  }\n\n  .cta-box {\n    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff; margin-top: 60px;\n    box-shadow: 0 25px 50px rgba(15,23,42,0.2);\n  }\n  .cta-box h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--gold-light); }\n  .cta-box p { font-size: 1.4rem; color: #cbd5e1; margin-bottom: 30px; }\n  \n  .shop-btn {\n    background: var(--gold-light); color: #000; padding: 18px 55px; border-radius: 15px;\n    text-decoration: none; font-weight: 900; font-size: 1.5rem; display: inline-block;\n    box-shadow: 0 10px 25px rgba(255,180,0,0.4); transition: 0.3s;\n  }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; text-align: center; }\n    .split.reverse { direction: ltr; }\n    .feature-list li { justify-content: center; text-align: center; }\n    .hero-title { font-size: 2.2rem; }\n    .hero-sub { font-size: 1.2rem; }\n    .section-head h2 { font-size: 1.7rem; }\n    .card-group { padding: 30px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eRidelux SX ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e10.26 Inch Smart Screen\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eUpgrade Your Driving Experience with the \u003cspan\u003eSmartest Dash Cam Screen\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eA 10.26-inch advanced display supporting wireless CarPlay and Android Auto, with front and rear cameras to record all your journeys in crystal clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"split\"\u003e\n\u003cdiv class=\"split-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003eFull wireless control: Supports CarPlay and Android Auto with built-in dash cam.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eDual high-resolution cameras: 4K front and 1080p rear for ultra-clear recording.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eMultiple audio connectivity: Bluetooth, AUX, and FM for a seamless wireless sound experience.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e10.26-inch smart touchscreen: Cinematic display with smooth control.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eQuick installation: Easily mount on dashboard or windshield.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg alt=\"Ridelux SX\" src=\"https:\/\/newtechq8.com\/cdn\/shop\/files\/raydloks-shash-aldlyl-1026ansh-ridelux-sx-2824387.png?v=1756327738\" class=\"product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split reverse\"\u003e\n\u003cdiv class=\"split-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eAdvanced Wireless Connectivity\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.3rem; color: var(--text-muted); margin-bottom: 25px;\"\u003eEasily control your phone through Wireless CarPlay and Android Auto. Use navigation apps, play music, and make calls completely wire-free.\u003c\/p\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003eSmart, always up-to-date navigation (Google Maps).\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eInstant access to your favorite apps (Spotify \/ WhatsApp).\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg alt=\"Wireless Connection\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/raydloks-shash-aldlyl-1026ansh-ridelux-sx-3154525.png?v=1756327738\" class=\"product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 60px;\"\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003ch3 style=\"color: var(--gold); font-size: 1.6rem; font-weight: 800; margin-bottom: 15px;\"\u003eHigh-Resolution Recording\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.2rem;\"\u003eFront and rear 4K cameras capture every moment on the road, providing reliable documentation and protection in case of incidents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003ch3 style=\"color: var(--gold); font-size: 1.6rem; font-weight: 800; margin-bottom: 15px;\"\u003eEnhanced Audio Experience\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.2rem;\"\u003eConnect via Bluetooth, AUX, or FM to enjoy clear and high-quality sound through your car’s original speakers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWatch the Demo Video\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe title=\"Ridelux SX Demo\" src=\"https:\/\/www.youtube.com\/embed\/lGO0GGRbS_s?si=wdm6VCBSMr4TmgO9\u0026amp;autoplay=1\u0026amp;mute=1\u0026amp;playsinline=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;modestbranding=1\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch2\u003eReady to Upgrade Your Car?\u003c\/h2\u003e\n\u003cp\u003eRidelux SX is the perfect choice for safety and entertainment inside your vehicle.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ridelux","offers":[{"title":"Default Title","offer_id":50080962773277,"sku":"CA-03002","price":49.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/3a5d4293b0e88dca213fd887f18034c3_c76780fd-d11a-4df6-9574-eafa86f1ca5d.webp?v=1778947283"},{"product_id":"smart-projector-x5-mini-lcd","title":"Smart Projector X5 Mini - LCD X5 Mini","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --x5-gold: #d4af37;\n    --x5-gold-light: #ffb400;\n    --x5-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212, 175, 55, 0.25); border: 2px solid var(--x5-gold); color: var(--x5-gold-light); }\n  .badge-mini { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--x5-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255, 255, 255, 0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--x5-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--x5-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--x5-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--x5-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      TECHNICAL SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--x5-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--x5-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      MEDIA LAYOUT (IMAGE + TEXT)\n  ══════════════════════════════════ *\/\n  .media-layout { display: flex; flex-wrap: wrap; gap: 30px; margin: 50px 0; align-items: center; }\n  .media-img { flex: 1 1 400px; border-radius: 25px; box-shadow: 0 15px 45px rgba(0,0,0,0.1); max-width: 100%; }\n  .media-text { flex: 1 1 400px; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--x5-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--x5-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--x5-gold-light);\n    color: #000; border-radius: 50px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .media-layout { flex-direction: column-reverse; text-align: left; }\n    .hero-title { font-size: 2rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eUltra 4K Support ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-mini\"\u003eMini Design – 0.88 kg\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eX5 Mini.. \u003cspan\u003eSmart Cinema\u003c\/span\u003e in Your Pocket\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy an amazing portable projection experience with Android TV 11; ultra-clear image quality, fast wireless connectivity, and full flexibility to project anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Intro Layout --\u003e\n\u003cdiv class=\"media-layout\"\u003e\u003cimg alt=\"X5 Mini Smart Projector\" class=\"media-img\" src=\"https:\/\/newtechq8.com\/cdn\/shop\/files\/smart-brojktr-aks-fayf-myny-lcd-x5-mini-8444059.png?v=1756327694\u0026amp;width=1512\"\u003e\n\u003cdiv class=\"media-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eOutstanding Features of X5 Mini\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cul style=\"list-style: none; padding: 0; font-size: 1.2rem;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e✅ \u003cb\u003e180° Rotating Stand:\u003c\/b\u003e Easily project your favorite content on walls or ceilings with total comfort.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e✅ \u003cb\u003eAndroid TV 11 System:\u003c\/b\u003e Run YouTube, Netflix, and your favorite apps directly without extra devices.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e✅ \u003cb\u003eAuto Keystone Correction:\u003c\/b\u003e No more distorted images; automatic screen alignment with one click.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e✅ \u003cb\u003eUltra-Fast 5G WiFi:\u003c\/b\u003e Smooth, lag-free streaming for movies and games.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose X5 Mini?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e📽️ Up to 100-inch Projection\u003c\/h3\u003e\n\u003cp\u003eThanks to the short-throw lens, enjoy a massive cinematic screen even from close distances.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🎧 Built-in HIFI Speakers\u003c\/h3\u003e\n\u003cp\u003ePowerful and clear sound that eliminates the need for external speakers, with Bluetooth 5.2 support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🤫 Ultra Quiet Operation\u003c\/h3\u003e\n\u003cp\u003eAdvanced cooling system ensures silent performance with noise levels below 25dB.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eModel\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHY300 LCD X5 Mini - Smart Projector\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eResolution\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eNative 1080P (4K decoding support)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eBrightness\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e350 ANSI Lumens (excellent clarity)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eOperating System\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eAndroid TV 11 (Google Play Store)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eWireless Connectivity\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eDual WiFi 5G\/2.4G \u0026amp; Bluetooth 5.2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eWeight\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e0.88 kg (ultra-light \u0026amp; portable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eUpgrade Your Portable Entertainment Experience\u003c\/h2\u003e\n\u003cp\u003eGet the X5 Mini Smart Projector now from Newtech Kuwait and enjoy a cinema experience anywhere you go.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from Newtech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eAvailable now at Newtech Kuwait – your destination for innovation and smart entertainment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50080953008413,"sku":"TP-01004","price":39.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/smart-brojktr-aks-fayf-myny-lcd-x5-mini-6143358.png?v=1767780521"},{"product_id":"smart-projector-x5-max","title":"Smart Projector X5 Max - LCD X5 max","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --x5-gold: #d4af37;\n    --x5-gold-light: #ffb400;\n    --x5-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212, 175, 55, 0.25); border: 2px solid var(--x5-gold); color: var(--x5-gold-light); }\n  .badge-smart { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff; \n  }\n  .hero-title span { color: var(--x5-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255, 255, 255, 0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--x5-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--x5-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--x5-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--x5-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      TECHNICAL SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--x5-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--x5-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      FAQ \u0026 TIPS SECTION\n  ══════════════════════════════════ *\/\n  .info-item { background: #fff; border: 1px solid var(--border); border-radius: 15px; padding: 25px; margin-bottom: 15px; }\n  .info-item h4 { font-size: 1.4rem; font-weight: 900; color: var(--x5-dark); margin-bottom: 10px; }\n  .info-item p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--x5-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--x5-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--x5-gold-light);\n    color: #000; border-radius: 50px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 2rem; }\n    .hero-sub { font-size: 1.2rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eFull HD 1080p Resolution ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-smart\"\u003eIntegrated Smart System\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eX5 Max.. \u003cspan\u003eThe Smart Cinema\u003c\/span\u003e in Your Home\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy an immersive viewing experience with ultra-clear LCD quality, powerful brightness, and full support for your favorite apps directly from the projector.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose the X5 Max Smart Projector?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e📽️ Up to 100-inch Display\u003c\/h3\u003e\n\u003cp\u003eTurn your room into a massive cinematic theater; perfect for movies, sports, and professional presentations with stunning clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🌐 Smart Operating System\u003c\/h3\u003e\n\u003cp\u003eBuilt-in support for YouTube, Netflix, and streaming apps, eliminating the need for external devices to enjoy your favorite content.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e💡 360 ANSI Lumens Brightness\u003c\/h3\u003e\n\u003cp\u003eEnhanced LCD technology ensures clear images, rich colors, and strong contrast even in partially lit environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔌 Flexible Connectivity\u003c\/h3\u003e\n\u003cp\u003eFull compatibility with all your devices via HDMI and USB ports, plus WiFi and Bluetooth for seamless wireless connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eNative Resolution\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eFull HD 1080p (4K input supported)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eBrightness\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e360 ANSI Lumens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eLamp Life\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eUp to 30,000 hours (long-lasting performance)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eBuilt-in Apps\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eYouTube \/ Netflix \/ Prime Video\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eConnectivity\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHDMI \/ USB \/ Bluetooth \/ WiFi\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eRecommended Screen Size\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eUp to 100 inches with excellent clarity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Quick Tips --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTips for the Best Experience\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003e📍 Ideal Distance\u003c\/h4\u003e\n\u003cp\u003ePlace the device 2 to 5 meters away from the projection surface for optimal screen size and clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003e🎬 Projection Surface\u003c\/h4\u003e\n\u003cp\u003eFor best results, use a dedicated projector screen instead of a wall to achieve higher contrast and color accuracy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv style=\"margin-top: 40px;\" class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eFAQs About X5 Max\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003eDoes X5 Max support streaming apps?\u003c\/h4\u003e\n\u003cp\u003eYes, thanks to the built-in smart OS and WiFi, you can log in to YouTube, Netflix, and stream content directly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003eCan it be connected to a smartphone?\u003c\/h4\u003e\n\u003cp\u003eAbsolutely, it supports screen mirroring via WiFi for both iOS and Android devices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eUpgrade Your Home Entertainment Today\u003c\/h2\u003e\n\u003cp\u003eGet the X5 Max Smart Projector now from Newtech Kuwait and enjoy a true cinema experience at home.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from Newtech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eAvailable now at Newtech Kuwait – your destination for innovation and excellence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50080950452509,"sku":"TP-01005","price":64.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/smart-brojktr-aks-fayf-maks-lcd-x5-max-1920806.png?v=1767780546"},{"product_id":"ridelux-sx-pro-10-inch-android-screen-carplay","title":"Ridelux SX Pro 10.26 inch Android Screen | Smart and Safe Driving Experience","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #0f172a;\n    --gold: #d4af37;\n    --gold-light: #ffb400;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.4) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--gold); color: var(--gold-light); }\n  .badge-blue { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n     color: #fff;\n  }\n  .hero-title span { color: var(--gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.95); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n    text-shadow: 0 2px 5px rgba(0,0,0,0.2);\n  }\n\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--blue-dark); }\n\n  .card-group { margin-bottom: 50px; background: #fff; padding: 40px; border-radius: 30px; border: 1px solid var(--border); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }\n  \n  .split {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;\n  }\n\n  .feature-list { list-style: none; padding: 0; margin: 0; }\n  .feature-list li { \n    font-size: 1.3rem; margin-bottom: 18px; display: flex; gap: 15px; align-items: flex-start;\n  }\n  .feature-list li::before { content: '✓'; color: var(--gold); font-weight: 900; font-size: 1.5rem; }\n\n  .product-img { width: 100%; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); }\n\n  .video-container {\n    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 25px;\n    box-shadow: 0 15px 40px rgba(0,0,0,0.15);\n  }\n  .video-container iframe {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\n  }\n\n  .cta-box {\n    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff; margin-top: 60px;\n    box-shadow: 0 25px 50px rgba(15,23,42,0.2);\n  }\n  .cta-box h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--gold-light); }\n  \n  .shop-btn {\n    background: var(--gold-light); color: #000; padding: 18px 55px; border-radius: 15px;\n    text-decoration: none; font-weight: 900; font-size: 1.5rem; display: inline-block;\n    box-shadow: 0 10px 25px rgba(255,180,0,0.4); transition: 0.3s; margin-top: 20px;\n  }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; text-align: center; }\n    .feature-list li { justify-content: center; }\n    .hero-title { font-size: 2.2rem; }\n    .hero-sub { font-size: 1.2rem; }\n    .section-head h2 { font-size: 1.7rem; }\n    .card-group { padding: 30px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eRidelux SX Pro ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e10.26-inch Smart Display\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eTransform Your Driving into a \u003cspan\u003eSmart \u0026amp; Integrated Experience\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy wireless Apple CarPlay and Android Auto with a high-resolution display and front \u0026amp; rear cameras for complete safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003cdiv class=\"split\"\u003e\n\u003cdiv class=\"specs-text\"\u003e\n\u003cdiv class=\"section-head\" style=\"margin-bottom: 25px;\"\u003e\n\u003cdiv class=\"bar\" style=\"height: 35px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 style=\"font-size: 1.7rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003e10.26-inch display with 1080P resolution and vivid colors.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eAndroid 13 system with a fast and user-friendly interface.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eOcta-core processor + 4GB RAM + 64GB storage.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSupports wireless Apple CarPlay \u0026amp; Android Auto.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e4G LTE connectivity for internet access while driving.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-img\"\u003e\u003cimg alt=\"Ridelux SX Pro\" src=\"https:\/\/newtechq8.com\/cdn\/shop\/files\/raydloks-shash-alandroyd-bro-1026ansh-ridelux-sx-pro-1384886.png?v=1756327692\" class=\"product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eSafety \u0026amp; Cameras\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003e2K front camera for high-quality road recording.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eFHD rear camera for safe parking and reversing.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSupports MicroSD Class 10\/U3 for smooth and continuous video recording.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split\"\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003cdiv class=\"section-head\" style=\"margin-bottom: 25px;\"\u003e\n\u003cdiv class=\"bar\" style=\"height: 30px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 style=\"font-size: 1.5rem;\"\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cul style=\"font-size: 1.1rem;\" class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003eQuick Plug \u0026amp; Play installation without a technician.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eModern and elegant design that fits most vehicles.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003cdiv class=\"section-head\" style=\"margin-bottom: 25px;\"\u003e\n\u003cdiv class=\"bar\" style=\"height: 30px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 style=\"font-size: 1.5rem;\"\u003eBox Contents\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cul style=\"font-size: 1.1rem;\" class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003eOriginal Ridelux SX Pro display.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eWiring and installation accessories.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eUser manual (Arabic \u0026amp; English).\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eProduct Video\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe title=\"Ridelux SX Pro Demo\" src=\"https:\/\/www.youtube.com\/embed\/YNT68LEfrr4?si=sF_Lptm45RwxCWeZ\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch2\u003eReady to Upgrade Your Car?\u003c\/h2\u003e\n\u003cp\u003eRidelux SX Pro is now available at competitive and exclusive prices.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ridelux","offers":[{"title":"Default Title","offer_id":50080962478365,"sku":"CA-03001","price":67.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/67444a43ac21083f201a8e4ecb8087c5_c9bfd88c-57de-4e37-9688-9e2378b997d7.webp?v=1778947062"},{"product_id":"azdome-m550-max-4k-dash-cam","title":"Azdome M550 Max 4K Dash Cam | Azdome 3-Camera Dash Cam","description":"\u003c!-- Intro --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 10px 10px; box-sizing: border-box; text-align: left; direction: ltr;\"\u003e\n\u003cp style=\"font-size: 16px; color: #3b3b3b; line-height: 1.5; margin-bottom: 10px; font-weight: bold;\"\u003eGet full protection with\u0026nbsp;\u003cstrong style=\"color: #d4af37;\"\u003eAzdome M550 Max\u003c\/strong\u003e featuring front, rear, and interior cameras — high resolution up to 4K, superior night vision, GPS recording, and one-year warranty with home installation in Kuwait.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* Global box-sizing *\/\n* {\n  box-sizing: border-box;\n}\n\n@media (max-width: 768px) {\n  section \u003e div[style] {\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n    width: 100% !important;\n    max-width: 100% !important;\n  }\n\n  h2, p, .tabs {\n    padding-left: 2px !important;\n    padding-right: 2px !important;\n    text-align: center !important;\n    width: 100% !important;\n  }\n\n  li {\n    padding-right: 5px !important;\n  }\n\n  section img, section video, section iframe,\n  .content img, .content video {\n    max-width: 100% !important;\n    margin: 0 !important;\n    border-radius: 5px !important;\n  }\n\n  section div \u003e div {\n    padding: 0 !important;\n    margin: 1px !important;\n  }\n}\n\u003c\/style\u003e\n\u003cstyle\u003e\n.tabs {\n  display: flex;\n  justify-content: center;\n  gap: 5px;\n  margin-bottom: 20px;\n  flex-wrap: wrap;\n}\n\n.tab-btn {\n  padding: 10px 20px;\n  background: #e4e4e4;\n  color: #222;\n  border: none;\n  cursor: pointer;\n  border-radius: 6px;\n  transition: 0.3s;\n}\n\n.tab-btn.active {\n  background: #d4af37;\n  font-size: 14px;\n  font-weight: bold;\n}\n\n.content {\n  display: none;\n}\n\n.content.active {\n  display: block;\n}\n\u003c\/style\u003e\n\u003c!-- Tabs --\u003e\n\u003cdiv class=\"tabs\"\u003e\u003cbutton class=\"tab-btn active\" data-target=\"tab1\"\u003eDay\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-target=\"tab2\"\u003eNight\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-target=\"tab3\"\u003eTouch\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-target=\"tab4\"\u003eMobile\u003c\/button\u003e\u003c\/div\u003e\n\u003c!-- Video Content --\u003e\n\u003cdiv style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden;\" id=\"tab1\" class=\"content active\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" style=\"width: 100%; height: auto; display: block; border-radius: 15px; object-fit: contain;\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/40f230f8b1784bf19c27bc2c482cb3d8.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support video.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden;\" id=\"tab2\" class=\"content\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" style=\"width: 100%; height: auto; display: block; border-radius: 15px; object-fit: contain;\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c34aabfd38794073b297506982f930f7.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support video.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden;\" id=\"tab3\" class=\"content\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" style=\"width: 100%; height: auto; display: block; border-radius: 15px; object-fit: contain;\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e770e3efc0354ff691ed855b1afc1901.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support video.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden;\" id=\"tab4\" class=\"content\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" style=\"width: 100%; height: auto; display: block; border-radius: 15px; object-fit: contain;\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cd66f2eb1f5b446fa838423ddc1ae882.mp4\"\u003e\n    Your browser does not support video.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Key Features --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 40px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 24px; font-weight: bold; margin-bottom: 15px;\"\u003eKey Features\u003c\/h2\u003e\n\u003cul style=\"list-style-type: disc; padding-left: 20px; color: #333;\"\u003e\n\u003cli\u003eFront, rear, and interior cameras.\u003c\/li\u003e\n\u003cli\u003eRecording 4K + 2.5K + 1080P for amazing clarity.\u003c\/li\u003e\n\u003cli\u003eRear camera waterproof IP68 standard.\u003c\/li\u003e\n\u003cli\u003eBuilt-in GPS for speed, location, and route tracking.\u003c\/li\u003e\n\u003cli\u003eWi-Fi for instant video sharing via AZDOME App.\u003c\/li\u003e\n\u003cli\u003e64GB internal memory with support up to 256GB.\u003c\/li\u003e\n\u003cli\u003eOne-year warranty + home installation in Kuwait + 24\/7 support.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 400px; height: auto; border-radius: 12px;\" alt=\"Azdome M550 Max\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/S0398df748f054aeabb41660d3a10578by.avif?v=1764248952\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 360° Recording --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 40px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; display: flex; flex-wrap: wrap-reverse; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 400px; border-radius: 12px;\" alt=\"360° Recording\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/S3f190db0ac1c4eb8b87d879809545360P.avif?v=1764249097\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 24px; font-weight: bold; margin-bottom: 15px;\"\u003eRecord Every Angle\u003c\/h2\u003e\n\u003cp\u003eWith 3 cameras (4K, 2.5K, 1080P), capture everything around your car from front, rear, and interior, providing visual evidence in case of accidents or disputes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Night Vision --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 20px 0; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; gap: 25px; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 24px; font-weight: bold; margin-bottom: 15px;\"\u003eSafe Night Driving with Superior Night Vision\u003c\/h2\u003e\n\u003cp\u003eWith WDR technology and 6 IR lights, the camera captures clear videos even in low light or complete darkness, ensuring safe night driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 400px; border-radius: 12px;\" alt=\"Night Vision\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Sbcd539ffeb914c5f926101de0e89c924c_1.avif?v=1764248952\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Demo Video --\u003e\n\u003csection style=\"text-align: center; padding: 30px 5%;\"\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); margin-bottom: 10px;\"\u003e\u003ciframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: 12px;\" src=\"https:\/\/www.youtube.com\/embed\/SQmorWSHIBk?si=YPhqi6xIPa0SGgnm\" title=\"Azdome M550 Max\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Grid --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 40px 0; background: #f9f9f9; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"text-align: center; color: #222; font-size: 24px; font-weight: bold; margin-bottom: 20px;\"\u003e\u003cspan style=\"color: #d4af37;\"\u003eAZDOME M550 Max Technical Specifications\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eRecording Resolution\u003c\/h4\u003e\n\u003cp\u003eFront 4K, Rear 2.5K, Interior 1080p\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eViewing Angle\u003c\/h4\u003e\n\u003cp\u003e150°\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eWi-Fi + GPS\u003c\/h4\u003e\n\u003cp\u003eSupported via AZDOME App\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eNight Vision\u003c\/h4\u003e\n\u003cp\u003eDual STARVIS Sensor + IR Lights + WDR\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eRecording Mode\u003c\/h4\u003e\n\u003cp\u003eLoop Recording + G‑Sensor Collision Detection\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eParking Mode\u003c\/h4\u003e\n\u003cp\u003e24-hour recording on motion or impact\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"grid-column: 1 \/ -1;\" class=\"spec-item\"\u003e\n\u003ch4\u003eStorage\u003c\/h4\u003e\n\u003cp\u003eIncludes 64GB memory card in box, supports up to 256GB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n.spec-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 15px;\n  font-family: 'Almarai','Cairo',sans-serif;\n  font-size: 18px;\n  color: #333;\n}\n\n.spec-item {\n  background: #fff;\n  padding: 16px 20px;\n  border-radius: 10px;\n  border: 1px solid #eee;\n  text-align: left;\n}\n\n.spec-item h4, .spec-item p {\n  margin: 6px 0 0;\n}\n\n.spec-item h4 {\n  font-size: 18px;\n  color: #d4af37;\n  font-weight: bold;\n}\n\n@media (max-width: 600px) {\n  .spec-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e\n\u003c!-- Box Contents --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 10px 0; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 22px; font-weight: bold; margin-bottom: 15px;\"\u003eBox Contents:\u003c\/h2\u003e\n\u003cul style=\"list-style-type: disc; color: #333; font-size: 18px; line-height: 1.8;\"\u003e\n\u003cli\u003eAzdome M550 Max Camera\u003c\/li\u003e\n\u003cli\u003eRear + Interior Camera\u003c\/li\u003e\n\u003cli\u003eCigarette Lighter Charger\u003c\/li\u003e\n\u003cli\u003eFront Mounting Bracket\u003c\/li\u003e\n\u003cli\u003eMini USB Power Cable for Rear Camera\u003c\/li\u003e\n\u003cli\u003e64GB Original Memory Card\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Store Link --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 30px 0; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cp style=\"line-height: 1.9; font-size: 18px; color: #222;\"\u003eDiscover more of our \u003cspan style=\"color: #d4af37;\"\u003e\u003ca style=\"color: #d4af37;\" title=\"Browse our best-selling products\" href=\"https:\/\/newtechq8.com\/collections\/%D8%A7%D9%84%D8%A3%D9%83%D8%AB%D8%B1-%D9%85%D8%A8%D9%8A%D8%B9%D8%A7%D9%8B\"\u003eproducts\u003c\/a\u003e\u003c\/span\u003e at our \u003cspan style=\"color: #d4af37;\"\u003e\u003ca style=\"color: #d4af37; text-decoration: none;\" title=\"Official Store\" rel=\"noopener\" href=\"https:\/\/newtechq8.com\/\" target=\"_blank\"\u003estore\u003c\/a\u003e\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"AZDOME","offers":[{"title":"Default Title","offer_id":50080963100957,"sku":"CA-01003","price":49.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/azdom-dash-kam-4k-m550-max-tsoyr-khlfy-2k-4361198.png?v=1768324408"},{"product_id":"carlinkit-ai-box-ultra-sdm660-android-13","title":"Ai Box Carlinkit Ultra SDM660 - Android 13","description":"\u003cstyle\u003e\n:root {\n  --blue: #1a56db;\n  --blue-dark: #1040b0;\n  --blue-mid: #2563eb;\n  --blue-light: #eff6ff;\n  --blue-pale: #dbeafe;\n  --gold: #d4af37;\n  --gold-light: #f59e0b;\n  --gold-pale: #fffbeb;\n  --dark: #0f172a;\n  --dark2: #1e293b;\n  --text: #1e293b;\n  --muted: #64748b;\n  --border: #e2e8f0;\n  --bg: #f8fafc;\n  --white: #ffffff;\n  --green: #059669;\n  --green-light: #ecfdf5;\n}\n\nbody {\n  font-family: 'Cairo', 'Almarai', sans-serif;\n  background: var(--bg);\n  color: var(--text);\n  line-height: 1.75;\n}\n\n.hero {\n  background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n  color: #fff;\n  padding: 30px 10px 20px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n  direction: ltr;\n}\n.hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }\n\n.badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n.badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 15px; border-radius: 100px; font-size: 1.6rem; font-weight: 700; }\n.badge-gold { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n.badge-blue { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n.hero-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff; }\n.hero-title span { color: #60a5fa; }\n\n.hero-sub { font-size: 18px; color: #94a3b8; max-width: 900px; margin: 0 auto 22px; line-height: 1.9; }\n\n.hero-img-wrap { max-width: 900px; margin: 18px auto 0; border-radius: 0 0 20px 20px; overflow: hidden; }\n.hero-img-wrap img { width: 100%; object-fit: cover; }\n\n.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; direction: ltr; }\n\n.section { padding: 26px 0; }\n.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 10px 0; }\n.split-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }\n.split-img img { width: 100%; height: auto; object-fit: cover; display: block; }\n.split-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--blue-light); border: 1px solid var(--blue-pale); color: var(--blue); padding: 5px 14px; border-radius: 100px; font-size: 1.5rem; font-weight: 700; margin-bottom: 12px; }\n.split-title { font-size: 26px; font-weight: 900; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }\n.split-desc { font-size: 18px; color: var(--muted); margin-bottom: 16px; line-height: 1.8; }\n.split-points { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }\n.split-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 18px; font-weight: 600; color: var(--text); }\n.split-points li .ck { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; background: var(--green-light); border: 1px solid rgba(5,150,105,.3); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--green); margin-top: 2px; }\n\n.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }\n.spec-item { background: #fff; padding: 12px 15px; border-radius: 10px; border: 1px solid #eee; font-size: 18px; color: #333; line-height: 1.8; }\n.spec-item strong { color: var(--gold); }\n\n.cta-section { background: linear-gradient(135deg, var(--dark), #1e3560); border-radius: 20px; padding: 40px 24px; text-align: center; margin: 40px 0 24px; }\n.btn-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark)); color: #fff; font-family: inherit; font-size: 1.4rem; font-weight: 800; padding: 14px 40px; border-radius: 10px; border: none; cursor: pointer; text-decoration: none; }\n\n@media (max-width: 768px) {\n  .split { grid-template-columns: 1fr; }\n  .spec-grid { grid-template-columns: 1fr !important; }\n  .split-img { order: -1; }\n}\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ Latest Version Carlinkit AI Box\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 Android 13 + Wireless CarPlay \u0026amp; Android Auto\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eCarlinkit \u003cspan\u003eAI Box\u003c\/span\u003e\u003cbr\u003eTransform Your Car into a Smart System\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy a smart driving experience with \u003cstrong style=\"color: #fbbf24;\"\u003eCarlinkit AI Box Android 13\u003c\/strong\u003e, supporting wireless Apple CarPlay and Android Auto, powered by Qualcomm SDM660 processor with full freedom to run apps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Features Split Section --\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv\u003e\u003cspan class=\"split-badge\"\u003e✨ Key Features\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n3-in-1: Full Android system + Wireless Apple CarPlay + Wireless Android Auto\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nUltra-fast performance with Qualcomm SDM660 \/ Android 13\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nRun apps freely: Google Maps, Waze, YouTube, Netflix, and more\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFully wireless connection via USB\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nElegant design with LED lighting in over 1000 colors\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSupports SIM card and 4G for continuous internet connectivity\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nEasy installation: Plug and play instantly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ktaa-ai-box-karlynkt-altra-sdm660-androyd-13-5095250.png?v=1757187374\" alt=\"Carlinkit AI Box Android 13\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- Specs Section --\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/2_1.png?v=1757187384\" alt=\"Carlinkit Box\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan class=\"split-badge\"\u003e💻 Technical Specifications\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eProcessor:\u003c\/strong\u003e Qualcomm SDM660 \/ QCM6225 (Octa-core)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eSystem:\u003c\/strong\u003e Android 13\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eMemory:\u003c\/strong\u003e 8GB + 128GB\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eConnectivity:\u003c\/strong\u003e 4G \/ 3G \/ 2G + Bluetooth 4.2 \u0026amp; 5.0\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003ePorts:\u003c\/strong\u003e USB-A, Type-C, SIM, TF Card up to 512GB\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e 78.6 × 78.6 × 18.5 mm\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003ePackage Contents:\u003c\/strong\u003e AI Box, Type-C to Type-C cable, Type-A to Type-C cable, User Manual\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- Benefits Section --\u003e\n\u003csection class=\"section\"\u003e\u003cspan class=\"split-badge\"\u003e🚗 Usage\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eWhy Choose Carlinkit AI Box from NewTech?\u003c\/h2\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFast performance and high stability\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSupports the latest Android 13 system\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSmart entertainment and navigation experience on your car screen\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nTrusted quality from NewTech store\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- Final CTA Section --\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003ch2 style=\"color: #fff; font-size: 26px; font-weight: 900; margin-bottom: 15px;\"\u003eOrder Carlinkit AI Box Android 13 Now\u003c\/h2\u003e\n\u003cp style=\"color: #94a3b8; font-size: 19px; margin-bottom: 25px; line-height: 1.9;\"\u003eTransform your car into a fully integrated smart system that supports all your favorite apps and enjoy a more comfortable and intelligent driving experience.\u003c\/p\u003e\n\u003ca href=\"https:\/\/newtechq8.com\" class=\"btn-cta\" target=\"_blank\"\u003e📱 Order Carlinkit Now\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Carlinkit","offers":[{"title":"Default Title","offer_id":50080963002653,"sku":"CA-02003","price":65.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/1_1.png?v=1767780626"},{"product_id":"portable-100inch-projector-screen","title":"100 Inch Portable Projector Screen (White)","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --screen-gold: #d4af37;\n    --screen-gold-light: #ffb400;\n    --screen-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--screen-gold); color: var(--screen-gold-light); }\n  .badge-tech { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--screen-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--screen-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--screen-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--screen-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--screen-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      TECHNICAL SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--screen-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--screen-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      INFO ITEMS (FAQ \u0026 TIPS)\n  ══════════════════════════════════ *\/\n  .info-item { background: #fff; border: 1px solid var(--border); border-radius: 15px; padding: 25px; margin-bottom: 15px; }\n  .info-item h4 { font-size: 1.4rem; font-weight: 900; color: var(--screen-dark); margin-bottom: 10px; }\n  .info-item p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--screen-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--screen-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--screen-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e100-Inch Cinematic Size ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-tech\"\u003ePortable Experience\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003ePortable Projection Screen.. \u003cspan\u003eA Complete Cinema\u003c\/span\u003e in Your Hands\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eTurn any place into a stunning cinematic experience with this 100-inch screen; vivid colors, high contrast, and a portable design that lets you enjoy movies anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Feature Layout --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose the 100-Inch Projection Screen?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e📽️ Large Cinematic Size\u003c\/h3\u003e\n\u003cp\u003eWith a 100-inch display area, enjoy an immersive experience for movies, sports, and presentations—perfect for home or office use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🎨 Pure Colors \u0026amp; High Contrast\u003c\/h3\u003e\n\u003cp\u003eHigh-quality white surface designed to reflect light accurately, ensuring vibrant colors and excellent contrast in various lighting conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🚀 Quick \u0026amp; Easy Setup\u003c\/h3\u003e\n\u003cp\u003eNo complex tools required; designed for fast assembly and disassembly within minutes, saving you time and effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🏕️ Travel-Friendly Design\u003c\/h3\u003e\n\u003cp\u003eLightweight and foldable, making it the perfect companion for outdoor trips, camping, and family gatherings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e100 inches (diagonal)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eColor\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003ePure white (enhanced brightness)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHigh-quality fabric with foldable frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003ePortable projector screen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eUsage\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHome, office, and outdoor activities\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eWeight\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eLightweight and easy to carry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Quick Tips --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eQuick Tips for Professional Results\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003e📍 Setup Location\u003c\/h4\u003e\n\u003cp\u003eChoose a flat surface for installation and ensure the frame is securely fixed for stable projection and safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003e🧽 Screen Care\u003c\/h4\u003e\n\u003cp\u003eClean the surface regularly with a soft dry cloth to maintain image clarity and preserve color quality over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv style=\"margin-top: 40px;\" class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003eCan it be used outdoors?\u003c\/h4\u003e\n\u003cp\u003eYes, its portable design makes it ideal for outdoor use, but it is recommended to avoid strong wind or rain to protect the material and frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003eIs it better than projecting on a wall?\u003c\/h4\u003e\n\u003cp\u003eAbsolutely. The dedicated white projection surface reflects light better than a wall, delivering sharper images and more accurate colors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eStart Your Own Cinema Experience Now\u003c\/h2\u003e\n\u003cp\u003eOrder the 100-inch portable projection screen from NewTech Kuwait and enjoy premium viewing quality wherever you go.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait Store – your destination for innovation and smart home technology.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50080952582429,"sku":"TP-02006","price":6.45,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/shash-aard-mhmolh-llbrojyktr-bhjm-100-ansh-byda-8651162.png?v=1768324463"},{"product_id":"portable-100inch-reflective-light-projector-screen","title":"100 inch portable projector screen (reflector)","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --screen-gold: #d4af37;\n    --screen-gold-light: #ffb400;\n    --screen-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--screen-gold); color: var(--screen-gold-light); }\n  .badge-tech { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--screen-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--screen-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--screen-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--screen-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--screen-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      MEDIA LAYOUT\n  ══════════════════════════════════ *\/\n  .media-layout { display: flex; flex-wrap: wrap; gap: 30px; margin: 50px 0; align-items: center; }\n  .media-img { flex: 1 1 400px; border-radius: 25px; box-shadow: 0 15px 45px rgba(0,0,0,0.1); max-width: 100%; }\n  .media-text { flex: 1 1 400px; }\n\n  \/* ══════════════════════════════════\n      SPECS BOX\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--screen-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--screen-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      INFO ITEM (FAQ \u0026 TIPS)\n  ══════════════════════════════════ *\/\n  .info-item { background: #fff; border: 1px solid var(--border); border-radius: 15px; padding: 25px; margin-bottom: 15px; }\n  .info-item h4 { font-size: 1.4rem; font-weight: 900; color: var(--screen-dark); margin-bottom: 10px; }\n  .info-item p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--screen-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--screen-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--screen-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .media-layout { flex-direction: column; text-align: center; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eLight-Reflective Technology ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-tech\"\u003eMassive 100-Inch Size\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eProjector Screen.. \u003cspan\u003eExceptional Clarity\u003c\/span\u003e Even in Daylight\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eTurn any space into a professional viewing setup with this 100-inch reflective screen; enhanced brightness, high contrast, and a portable design that goes wherever you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Feature Layout 1 --\u003e\n\u003cdiv class=\"media-layout\"\u003e\n\u003cdiv class=\"media-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features of the Reflective Screen\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; font-weight: 600; color: var(--text-main); margin-bottom: 25px;\"\u003eDesigned to solve one of the biggest projector challenges: ambient light interference.\u003c\/p\u003e\n\u003cul style=\"list-style: none; padding: 0; font-size: 1.15rem;\"\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e🎥 \u003cb\u003eLight-Reflective Surface:\u003c\/b\u003e Reduces light scattering for brighter images and vivid colors even in well-lit rooms.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e📐 \u003cb\u003e100-Inch Size:\u003c\/b\u003e A large cinematic display for immersive home, office, or entertainment experiences.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e🚀 \u003cb\u003eQuick Setup:\u003c\/b\u003e Easy to assemble and disassemble within minutes—no complex tools required.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e🏕️ \u003cb\u003eFully Portable:\u003c\/b\u003e Lightweight and foldable design, perfect for outdoor events and travel use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e100 inches (diagonal)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eSurface Type\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eAmbient Light Rejecting (ALR) technical fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eDesign\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eFoldable frame \/ lightweight \u0026amp; portable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eViewing Angle\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eOptimized to direct light toward the viewer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eUsage\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHome, office, majlis, and outdoor events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Quick Tips --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTips for the Best Viewing Experience\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003e📍 Projection Angle\u003c\/h4\u003e\n\u003cp\u003eFor best light reflection, place the projector directly opposite the center of the screen for balanced brightness distribution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003e🧽 Screen Care\u003c\/h4\u003e\n\u003cp\u003eClean the surface regularly with a soft dry cloth to maintain the reflective coating and ensure consistent image clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv style=\"margin-top: 40px;\" class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003eCan it be used in daylight?\u003c\/h4\u003e\n\u003cp\u003eYes, this screen is designed to reflect projector light while minimizing ambient light interference, delivering clear images even in daylight or bright environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003eDoes it require wall drilling for installation?\u003c\/h4\u003e\n\u003cp\u003eNo, the screen features a flexible design that can be hung or mounted on temporary stands, making it ideal for non-permanent or portable setups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eUpgrade Your Viewing Experience Today\u003c\/h2\u003e\n\u003cp\u003eOrder the 100-inch reflective projector screen from NewTech Kuwait and enjoy cinematic-quality display anytime.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait Store – your destination for home innovation and display technology.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50080956711197,"sku":"TP-02005","price":6.45,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/shash-aard-mhmolh-llbrojyktr-bhjm-100-ansh-aaaks-llada-1867129.png?v=1768324471"},{"product_id":"smart-projector-k5-pro","title":"Smart Projector K5 Pro – An Advanced Projection Experience","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --k5-gold: #d4af37;\n    --k5-gold-light: #ffb400;\n    --k5-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--k5-gold); color: var(--k5-gold-light); }\n  .badge-moment { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--k5-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--k5-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--k5-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--k5-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--k5-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--k5-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--k5-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--k5-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--k5-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--k5-gold-light);\n    color: #000; border-radius: 50px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 2rem; }\n    .hero-sub { font-size: 1.2rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eMOMENT PROJECT EXCLUSIVE ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-moment\"\u003eAdvanced Performance\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eK5 Pro Smart Projector.. \u003cspan\u003ePower of Display\u003c\/span\u003e and Freedom\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy an incredible cinematic experience with the K5 Pro; combining superior image quality, immersive sound, and a massive battery for uninterrupted viewing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy does the K5 Pro sit at the top?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔋 Massive 15000mAh Battery\u003c\/h3\u003e\n\u003cp\u003eFree yourself from cables; enjoy extended portable use that gives you complete freedom for outdoor trips or backyard viewing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🎬 Full HD Resolution \u0026amp; 4K Support\u003c\/h3\u003e\n\u003cp\u003eStunning clarity with native 1080P resolution and full support for 4K content, delivering cinematic detail and vibrant, lifelike colors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔊 360° Surround Sound\u003c\/h3\u003e\n\u003cp\u003eEquipped with a 5W stereo speaker delivering an immersive surround sound experience, placing you right in the middle of the action without external speakers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e💡 450 ANSI Lumens Brightness\u003c\/h3\u003e\n\u003cp\u003eHigh brightness ensures clear and vivid visuals even in moderate lighting conditions, providing a comfortable viewing experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eAdvanced Technical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eNative Resolution\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eFull HD 1080P (Supports 4K)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eBuilt-in Battery Capacity\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e15000mAh (Longest-lasting in its class)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eBrightness\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e450 ANSI Lumens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eAudio System\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eStereo Speaker 5W | 360° Surround Sound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eSmart Features\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eWi-Fi, Bluetooth, Smart streaming apps support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eTake Your Experience to the Next Level\u003c\/h2\u003e\n\u003cp\u003eDiscover the world of exclusive services from Moment Project and own the K5 Pro now for an unforgettable cinematic experience.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/pages\/moment-project-exclusive\"\u003eExplore Moment Project Services\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait Store – your premier destination for excellence in the world of smart projection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50080950780189,"sku":"TP-01002","price":144.9,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/smart-brojktr-k5-pro-1612605.png?v=1768324480"},{"product_id":"smart-projector-c900s","title":"Smart Projector Smart Projector C900s – DLP Technology with HD Resolution","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --c900-gold: #d4af37;\n    --c900-gold-light: #ffb400;\n    --c900-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.2) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--c900-gold); color: var(--c900-gold-light); }\n  .badge-moment { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2rem, 5vw, 3.5rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--c900-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--c900-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--c900-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--c900-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--c900-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--c900-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--c900-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--c900-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--c900-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--c900-gold-light);\n    color: #000; border-radius: 50px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eMOMENT PROJECT ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-moment\"\u003eCinema in the palm of your hand\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eSmart Projector C900.. \u003cspan\u003eYour cinematic world\u003c\/span\u003e of your own\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eLive the cinematic experience wherever you are; stunning clarity and smart performance in a portable device that goes with you anywhere—travel, home, or office.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy choose the Smart Projector C900?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e📽️ Advanced DLP Technology\u003c\/h3\u003e\n\u003cp\u003eEnjoy sharp images and rich colors with DLP digital projection technology that delivers superior visual clarity in a compact device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🤖 Android 9.0 System\u003c\/h3\u003e\n\u003cp\u003eNo need for complicated connections; download your favorite apps like YouTube and Netflix directly and stream your content with a single touch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e💡 180 ANSI Lumens Brightness\u003c\/h3\u003e\n\u003cp\u003eA perfect balance between brightness and clarity, making it ideal for home viewing and gatherings with friends, thanks to its balanced HD resolution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🎒 Fully Portable\u003c\/h3\u003e\n\u003cp\u003eDesigned to be your travel companion; a compact size that easily fits in your bag, with a battery that supports you anytime, anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eDisplay Type\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003ePortable DLP Projector\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eBrightness\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e180 ANSI Lumens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eNative Resolution\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHD 960x540\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eOperating System\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eSmart Android 9.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eWi-Fi, Bluetooth, streaming apps support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eTake your experience to the next level\u003c\/h2\u003e\n\u003cp\u003eDiscover the world of exclusive services from Moment Project and get the C900 projector now from NewTech.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/pages\/moment-project-exclusive\"\u003eExplore Moment Project Services\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available with guaranteed quality at NewTech Kuwait store - your first destination for home cinema.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50080951992605,"sku":"TP-01001","price":89.9,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/4acc5d41-2ebd-47a0-920e-9fbd5adf6872.png?v=1767780695"},{"product_id":"mp3-player-multi-port-charger","title":"Mp3 media player with multiple charging ports","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --media-gold: #d4af37;\n    --media-gold-light: #ffb400;\n    --media-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n    --rgb-gradient: linear-gradient(90deg, #ff0000, #00ff00, #0000ff);\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--media-gold); color: var(--media-gold-light); }\n  .badge-rgb { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4);\n    color: #fff;\n  }\n  .hero-title span { color: var(--media-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--media-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--media-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--media-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--media-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      INFO BOX\n  ══════════════════════════════════ *\/\n  .info-box {\n    background: var(--media-dark); color: var(--white); padding: 45px; border-radius: 30px; margin: 50px 0;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.2);\n    border-right: 8px solid var(--media-gold);\n  }\n  .info-box h3 { color: var(--media-gold-light); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }\n  \n  .list-item { list-style: none; padding: 0; margin: 0; }\n  .list-item li { \n    font-size: 1.25rem; margin-bottom: 15px; display: flex; gap: 15px; align-items: center;\n  }\n  .list-item li::before { content: '✓'; color: var(--media-gold); font-weight: 900; font-size: 1.4rem; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--media-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--media-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--media-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 2.2rem; }\n    .hero-sub { font-size: 1.2rem; }\n    .cta-banner { padding: 50px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eSmart Entertainment \u0026amp; Charging ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-rgb\"\u003eStylish RGB Lighting\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003e3-in-1 Media Player.. \u003cspan\u003eEnjoyable Driving\u003c\/span\u003e \u0026amp; Total Safety\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eCombine music playback, clear hands-free calls, and fast device charging in one device that adds a modern touch to your car.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Technical Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e📶 Stable Bluetooth 5.0\u003c\/h3\u003e\n\u003cp\u003eUltra-fast wireless connection ensures smooth music streaming and clear calls without interruptions while driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e⚡ Fast USB-C Charging\u003c\/h3\u003e\n\u003cp\u003eEquipped with a USB-C port and a USB 3.1A port for safe and fast charging of all your smart devices simultaneously.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e📟 Smart LED Display\u003c\/h3\u003e\n\u003cp\u003eShows car voltage and frequency information, with a memory feature for the last used frequency for easy operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🎵 Multi-Media Support\u003c\/h3\u003e\n\u003cp\u003eSupports MP3\/WMA\/WAV file playback via USB flash drive or memory card, so your favorite music is always with you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-box\"\u003e\n\u003ch3\u003eWhy Choose This Integrated Media Player?\u003c\/h3\u003e\n\u003cul class=\"list-item\"\u003e\n\u003cli\u003eEasy and quick control via a rotary knob for safe volume and track adjustments.\u003c\/li\u003e\n\u003cli\u003eColorful RGB lighting adds a stylish look and enhances nighttime usability.\u003c\/li\u003e\n\u003cli\u003eBuilt-in protection systems and internal fuse to safeguard your devices and car.\u003c\/li\u003e\n\u003cli\u003eUniversal compatibility with all vehicles that support a cigarette lighter socket.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eUpgrade Your Driving Experience\u003c\/h2\u003e\n\u003cp\u003eOrder the 3-in-1 media player now from NewTech and enjoy style and functionality in one amazing device.\u003c\/p\u003e\n\u003ca href=\"https:\/\/newtechq8.com\/\" class=\"shop-btn\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait Store – quality you can trust.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":49575286014237,"sku":"CA-04004","price":4.9,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/2_b8007050-6122-4b7b-b9db-02e968ef2f45.webp?v=1777908086"},{"product_id":"rear-seat-car-screens-11-6-inch-pro-android-carplay","title":"11.6 Inch Rear Seat Car Screen","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #0f172a;\n    --gold: #d4af37;\n    --gold-light: #ffb400;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.4) 0%, transparent 70%);\n  }\n\n  .hero-inner { max-width: 900px; margin: auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge { padding: 10px 22px; border-radius: 100px; font-weight: 700; }\n  .badge-gold { border: 2px solid var(--gold); color: var(--gold-light); }\n  .badge-blue { border: 1px solid #fff; color: #fff; }\n\n  .hero-title { font-size: 3rem; font-weight: 900; margin-bottom: 20px; }\n  .hero-title span { color: var(--gold-light); }\n\n  .hero-sub { font-size: 1.3rem; }\n\n  .container { max-width: 1100px; margin: auto; padding: 60px 20px; }\n\n  .section-head { display: flex; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; background: var(--gold); }\n  .section-head h2 { font-size: 2rem; }\n\n  .card-group { background: #fff; padding: 40px; border-radius: 30px; margin-bottom: 50px; }\n\n  .feature-list { list-style: none; padding: 0; }\n  .feature-list li { margin-bottom: 15px; }\n  .feature-list li::before { content: \"✓ \"; color: var(--gold); }\n\n  .product-img-box { text-align: center; margin: 40px 0; }\n  .product-img { max-width: 650px; width: 100%; border-radius: 20px; }\n\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px; border-bottom: 1px solid #eee; }\n  .specs-label { font-weight: bold; background: #f8fafc; }\n\n  .cta-box {\n    background: linear-gradient(135deg, #0f172a, #1e3a8a);\n    color: #fff;\n    padding: 60px;\n    border-radius: 30px;\n    text-align: center;\n  }\n\n  .shop-btn {\n    background: var(--gold-light);\n    color: #000;\n    padding: 15px 40px;\n    border-radius: 10px;\n    text-decoration: none;\n    font-weight: bold;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e11.6\" Pro Edition ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003eAdvanced Android 10\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eA Complete Cinema Experience \u003cspan\u003ein Your Rear Seats\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy fun family trips with dual 11.6-inch Android 10 screens, supporting all entertainment apps with instant usability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\u003cstrong\u003eFull Android 10 System:\u003c\/strong\u003e Supports YouTube, Disney+, Netflix, and all Google Play apps.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eDual 11.6-inch Screens:\u003c\/strong\u003e High resolution display suitable for both adults and kids.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eIndependent Playback:\u003c\/strong\u003e Each screen can play different content simultaneously.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003ePlug \u0026amp; Play:\u003c\/strong\u003e Easy setup via car lighter without complex installation.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBluetooth Connectivity:\u003c\/strong\u003e Supports wireless headphones for quiet viewing.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMultiple Media Options:\u003c\/strong\u003e USB \u0026amp; HDMI ports for phones, gaming devices, or external drives.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eAmbient Lighting:\u003c\/strong\u003e 7-color LED lights for a stylish interior atmosphere.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-img-box\"\u003e\u003cimg class=\"product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/shashtyn-syar-llmkaaad-alkhlfy-116ansh-3736078.png?v=1756327691\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eOperating System\u003c\/td\u003e\n\u003ctd\u003eAndroid 10 (Pro Version)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eScreen Size\u003c\/td\u003e\n\u003ctd\u003e11.6 inch Touchscreen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eStorage\u003c\/td\u003e\n\u003ctd\u003e32GB Internal (Expandable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eConnectivity\u003c\/td\u003e\n\u003ctd\u003eWiFi + Mobile Hotspot\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003ePorts\u003c\/td\u003e\n\u003ctd\u003eHDMI – USB – Micro SD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBuilt-in Speakers + Bluetooth Headphones Support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 Year Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch2\u003eMake Your Trips More Enjoyable\u003c\/h2\u003e\n\u003cp\u003eRear seat screens 11.6\" now available with premium quality entertainment.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50080958644509,"sku":"CA-03008","price":150.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/68beb1ea9ef7e1645300a6dbe539684d.png?v=1767780715"},{"product_id":"ridelux-mx-pro-12-inch-viewing-mirror","title":"Ridelux MX Pro 12.0 inch Viewing Mirror","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #0f172a;\n    --gold: #d4af37;\n    --gold-light: #ffb400;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.4) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--gold); color: var(--gold-light); }\n  .badge-blue { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    color: #fff;\n  }\n  .hero-title span { color: var(--gold-light); }\n\n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.95); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n\n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--blue-dark); }\n\n  .card-group { margin-bottom: 50px; background: #fff; padding: 40px; border-radius: 30px; border: 1px solid var(--border); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }\n\n  .split {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 60px;\n  }\n\n  .feature-list { list-style: none; padding: 0; margin: 0; }\n  .feature-list li { \n    font-size: 1.3rem; margin-bottom: 18px; display: flex; gap: 15px; align-items: flex-start;\n  }\n  .feature-list li::before { content: '✓'; color: var(--gold); font-weight: 900; font-size: 1.5rem; }\n\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 1px solid var(--border); overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-bottom: 60px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 22px 30px; border-bottom: 1px solid #f1f5f9; font-size: 1.25rem; }\n  .specs-label { font-weight: 900; color: var(--blue-dark); width: 35%; background: #f8fafc; }\n\n  .video-container {\n    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 25px;\n    box-shadow: 0 15px 40px rgba(0,0,0,0.15); margin-bottom: 60px;\n  }\n  .video-container iframe {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\n  }\n\n  .cta-box {\n    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);\n    border-radius: 40px; padding: 60px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(15,23,42,0.2);\n  }\n  .cta-box h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--gold-light); }\n\n  .shop-btn {\n    background: var(--gold-light); color: #000; padding: 18px 55px; border-radius: 15px;\n    text-decoration: none; font-weight: 900; font-size: 1.5rem; display: inline-block;\n    box-shadow: 0 10px 25px rgba(255,180,0,0.4); transition: 0.3s; margin-top: 20px;\n  }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; text-align: center; }\n    .hero-title { font-size: 2.2rem; }\n    .hero-sub { font-size: 1.2rem; }\n    .specs-label { width: 45%; font-size: 1.1rem; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eSmart CarPlay Mirror ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e12-Inch Ultra HD Display\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eSmart Mirror with \u003cspan\u003e4K Cameras\u003c\/span\u003e \u0026amp; CarPlay Technology\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eTransform your standard car mirror into a smart control center with wireless CarPlay \u0026amp; Android Auto, plus high-definition continuous recording.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"split\"\u003e\n\u003cdiv class=\"split-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eFull Visibility \u0026amp; Smart Safety\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.3rem; color: var(--text-muted);\"\u003eComplete road coverage with \u003cstrong style=\"color: var(--gold);\"\u003efront and rear cameras\u003c\/strong\u003e supporting continuous 4K recording. The 12-inch display provides a wide, clear view in both bright daylight and low-light conditions—ensuring maximum driving safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\" style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXewvkykoX-SAJAjWkOP9fCawEGzHr8q9q3ruW1B7YoN4SyWSTBMbVWskjXUaDySSH9SfB51egilVvBfOi1Cn5gWmwCsIK2WYHtR7DzMn1moeKTQ1qGYQWei1bXm55Y3VaUYSfqNmw?key=pehz_QnBMzfmW04yU16Z8a8h\" alt=\"Car Mirror Dash Cam\" style=\"width: 100%; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1);\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eAdvanced Visual Clarity:\u003c\/strong\u003e 12-inch high-resolution display delivers perfect visibility day and night.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eFront \u0026amp; Rear Cameras:\u003c\/strong\u003e Wide-angle road coverage with continuous recording support.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eWireless Connectivity:\u003c\/strong\u003e Use navigation and take calls via wireless CarPlay \u0026amp; Android Auto.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSleek Easy Installation:\u003c\/strong\u003e Simple setup with a design that blends naturally into your car interior.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eFast Sharing:\u003c\/strong\u003e Transfer and share videos بسهولة عبر Wi-Fi.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eBrand\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"https:\/\/newtechq8.com\/collections\/ridelux\" style=\"color: var(--blue); text-decoration: none;\"\u003eRidelux\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eNumber of Cameras\u003c\/td\u003e\n\u003ctd\u003e2 (Front + Rear)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eScreen Size\u003c\/td\u003e\n\u003ctd\u003e12-inch High-Resolution Touch Screen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003ePorts\u003c\/td\u003e\n\u003ctd\u003eGPS, TF Card, AV-IN, Type-C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003eWidth 29.3 cm \/ Height 7.2 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eCategory\u003c\/td\u003e\n\u003ctd\u003eCar Accessories\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWatch Demo Video\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/FZoaRrT0y08?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=FZoaRrT0y08\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch2\u003eReady to Upgrade Your Car Mirror?\u003c\/h2\u003e\n\u003cp\u003eAvailable now at NewTech with exclusive competitive pricing.\u003c\/p\u003e\n\u003ca href=\"https:\/\/newtechq8.com\/\" class=\"shop-btn\"\u003eOrder Now\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ridelux","offers":[{"title":"Default Title","offer_id":50080958578973,"sku":"CA-01010","price":59.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ChatGPTImage23_2026_12_30_29.png?v=1787477548"},{"product_id":"carlinkit-ai-box-classic-android-13","title":"Ai Box Carlinkit Classic Android 13","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d4af37;\n    --dark: #0f172a;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n  }\n\n  body {\n    font-family: 'Cairo', 'Almarai', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n\n  \/* HERO *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 50px 20px;\n    text-align: center;\n    direction: ltr;\n  }\n\n  .hero-title {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 900;\n    margin-bottom: 15px;\n  }\n\n  .hero-title span {\n    color: var(--gold);\n  }\n\n  .hero-sub {\n    font-size: 18px;\n    color: #cbd5f5;\n    max-width: 800px;\n    margin: auto;\n    line-height: 1.9;\n  }\n\n  .container {\n    max-width: 1200px;\n    margin: auto;\n    padding: 0 20px;\n    direction: ltr;\n  }\n\n  .section {\n    padding: 40px 0;\n  }\n\n  \/* SPLIT *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 50px;\n    align-items: center;\n  }\n\n  .split-img img {\n    width: 100%;\n    border-radius: 16px;\n    box-shadow: 0 12px 30px rgba(0,0,0,.08);\n  }\n\n  .split-badge {\n    display: inline-flex;\n    background: var(--blue-light);\n    color: var(--blue);\n    padding: 6px 16px;\n    border-radius: 100px;\n    font-weight: 700;\n    margin-bottom: 12px;\n    border: 1px solid var(--blue-pale);\n  }\n\n  .split-title {\n    font-size: 26px;\n    font-weight: 900;\n    margin-bottom: 15px;\n    color: var(--dark);\n  }\n\n  \/* LIST احترافي *\/\n  .points {\n    list-style: none;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .points li {\n    display: flex;\n    gap: 10px;\n    font-size: 17px;\n    font-weight: 600;\n    align-items: flex-start;\n  }\n\n  .ck {\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: var(--green-light);\n    border: 1px solid rgba(5,150,105,.3);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--green);\n    font-size: 14px;\n    flex-shrink: 0;\n  }\n\n  \/* SPECS *\/\n  .spec-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 15px;\n  }\n\n  .spec-item {\n    background: #fff;\n    padding: 14px;\n    border-radius: 10px;\n    border: 1px solid #eee;\n    font-size: 16px;\n  }\n\n  .spec-item strong {\n    color: var(--gold);\n  }\n\n  \/* CTA *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    border-radius: 20px;\n    padding: 40px;\n    text-align: center;\n    margin-top: 40px;\n  }\n\n  .btn-cta {\n    background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark));\n    color: #fff;\n    padding: 14px 35px;\n    border-radius: 10px;\n    text-decoration: none;\n    font-weight: 800;\n    display: inline-block;\n    margin-top: 15px;\n  }\n\n  @media (max-width:768px){\n    .split{grid-template-columns:1fr;}\n    .spec-grid{grid-template-columns:1fr;}\n    .split-img{order:-1;}\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003ch1 class=\"hero-title\"\u003eAI Box Classic \u003cspan\u003eThe Smart System for Car Screens\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eTurn your car screen into a fully integrated smart system with Android 13, supporting apps, navigation, and wireless connectivity.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- FEATURES + IMAGE --\u003e\n\u003cdiv class=\"section split\"\u003e\u003c!-- image --\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/newtechq8.com\/cdn\/shop\/files\/ktaa-ai-box-karlynkt-klasyk-androyd-13-4299828.png?v=1756327628\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- features --\u003e\n\u003cdiv\u003e\u003cspan class=\"split-badge\"\u003e✨ Device Features\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003ePowerful Performance and Smart Experience in Your Car\u003c\/h2\u003e\n\u003cul class=\"points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nQualcomm QCM6125 Octa-core processor\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n4GB RAM for smooth performance\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n64GB fast UFS storage\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nModern Android 13 system\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSupports wireless CarPlay and Android Auto\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n4G + WiFi + Bluetooth 5.0\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nEasy Plug \u0026amp; Play installation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VIDEO --\u003e\n\u003cdiv class=\"section\"\u003e\u003ciframe width=\"100%\" height=\"420\" src=\"https:\/\/www.youtube.com\/embed\/_KUYn1SsrU0\" style=\"border-radius: 14px; box-shadow: 0 8px 20px rgba(0,0,0,.08);\"\u003e\n    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"section\"\u003e\u003cspan class=\"split-badge\"\u003e💻 Technical Specifications\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eProcessor:\u003c\/strong\u003e Qualcomm QCM6125\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eRAM:\u003c\/strong\u003e 4GB\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eStorage:\u003c\/strong\u003e 64GB\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eSystem:\u003c\/strong\u003e Android 13\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eConnectivity:\u003c\/strong\u003e 4G \/ WiFi \/ Bluetooth\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eConnection:\u003c\/strong\u003e USB\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY SECTION --\u003e\n\u003cdiv class=\"section\"\u003e\u003cspan class=\"split-badge\"\u003e💡 Why Choose This Product\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eWhy Choose AI Box Classic?\u003c\/h2\u003e\n\u003cul class=\"points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nTurns your car screen into a fully smart system\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nRun YouTube, Netflix, and Spotify بسهولة\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nNo wires – fully wireless experience\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFast performance and easy to use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 style=\"color: #fff;\"\u003eUpgrade Your Driving Experience Now\u003c\/h2\u003e\n\u003cp style=\"color: #cbd5f5;\"\u003eOrder AI Box Classic from NewTech store and enjoy a smart experience inside your car\u003c\/p\u003e\n\u003ca href=\"https:\/\/newtechq8.com\/\" class=\"btn-cta\"\u003eOrder Now\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Carlinkit","offers":[{"title":"Default Title","offer_id":50080952877341,"sku":"CA-02001","price":44.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ktaa-ai-box-karlynkt-klasyk-androyd-13-6271260.png?v=1768324542"},{"product_id":"azdome-4k-2-5k-dashcam-mirror-pg17-max","title":"Azdome 4K+2.5K PG17 MAX DashCam Mirror – Smart Dash Cam","description":"\u003csection style=\"width: 100%; max-width: 100%; padding: 10px 10px; box-sizing: border-box; text-align: left;\"\u003e\n\u003cp style=\"font-size: 18px; line-height: 1.8; text-align: left; margin: auto; max-width: 850px;\"\u003eEnjoy a safer and clearer driving experience with the smart mirror dash cam from \u003cstrong style=\"color: #d4af37;\"\u003eAZDOME\u003c\/strong\u003e, featuring dual front and rear cameras with \u003cstrong style=\"color: #d4af37;\"\u003e4K UHD and 2.5K\u003c\/strong\u003e resolution, enhanced night vision, smart voice control, loop recording, \u003cstrong style=\"color: #d4af37;\"\u003eWi-Fi 6\u003c\/strong\u003e, and built-in \u003cstrong style=\"color: #d4af37;\"\u003eGPS\u003c\/strong\u003e for real-time driving location tracking.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* ضبط شامل لحساب المسافات *\/\n* {\n  box-sizing: border-box;\n}\n\n@media (max-width: 768px) {\n  \/* 1. إجبار الحاوية الرئيسية في كل سكشن على إلغاء الهوامش تماماً *\/\n  section \u003e div[style] {\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n    width: 100% !important;\n    max-width: 100% !important;\n  }\n\n  \/* 2. تنسيق النصوص: نعيد لها الهوامش لكي لا تلتصق بالشاشة *\/\n  h2, p, .tabs {\n    padding-left: 2px !important;\n    padding-right: 2px !important;\n    text-align: center !important;\n    width: 100% !important;\n  }\n  \n  \/* ضبط القوائم *\/\n  li {\n    padding-right: 5px !important;\n  }\n\n  \/* 3. الصور والفيديو: عرض كامل، بدون تدوير زوايا، وبدون هوامش *\/\n  \/* نستخدم section img ليكون التحديد أقوى من التنسيق الداخلي *\/\n  section img, \n  section video, \n  section iframe,\n  .content img,\n  .content video {\n    \n    max-width: 100% !important;\n    margin: 0 !important;\n    border-radius: 5 !important; \/* إلغاء التدوير لتلتصق بالحواف *\/\n\n  }\n  \n  \/* إصلاح خاص لحاوية الصورة لضمان عدم وجود مسافات مخفية *\/\n  section div \u003e div {\n    padding: 0 !important;\n    margin: 1px !important;\n  }\n}\n\u003c\/style\u003e\n\u003cstyle\u003e\n.tabs {\n  display: flex;\n  justify-content: center;\n  gap: 5px;\n  margin-bottom: 20px;\n  direction: rtl;\n  flex-wrap: wrap;\n}\n\n.tab-btn {\n  padding: 10px 20px;\n  background: #e4e4e4;\n  color: #222;\n  border: none;\n  cursor: pointer;\n  border-radius: 6px;\n  transition: 0.3s;\n}\n\n.tab-btn.active {\n  background: #d4af37;\n  font-size: 14px;\n  font-weight: bold;\n}\n\n.content {\n  display: none;\n}\n\n.content.active {\n  display: block;\n}\n\u003c\/style\u003e\n\u003cdiv style=\"font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; max-width: 1200px; margin: auto; border-radius: 16px; overflow: hidden;\"\u003e\u003c!-- Tabs --\u003e\n\u003cdiv class=\"tabs\"\u003e\u003cbutton class=\"tab-btn active\" data-target=\"tab1\"\u003eDaytime\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-target=\"tab2\"\u003eNight\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-target=\"tab3\"\u003eTouch\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-target=\"tab4\"\u003eMobile\u003c\/button\u003e\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv id=\"tab1\" class=\"content active\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden; box-sizing: border-box;\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" style=\"width: 100%; height: auto; display: block; border-radius: 15px; object-fit: contain;\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/00322ddb755d4c2694b110323058e8f8.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support video playback.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv id=\"tab2\" class=\"content\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden; box-sizing: border-box;\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" style=\"width: 100%; height: auto; display: block; border-radius: 15px; object-fit: contain;\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/64e83ba972694fac83ef7e64263b1667.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support video playback.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv id=\"tab3\" class=\"content\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden; box-sizing: border-box;\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" style=\"width: 100%; height: auto; display: block; border-radius: 15px; object-fit: contain;\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e7efa334e1334e75b066a5a9e4851891.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support video playback.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv id=\"tab4\" class=\"content\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden; box-sizing: border-box;\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" style=\"width: 100%; height: auto; display: block; border-radius: 15px; object-fit: contain;\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e2dc5e8edba3487bad606e8bdb12c4c1.mp4\"\u003e\n    Your browser does not support video playback.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 20px; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\u003c!-- Text --\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\n\u003ch2 style=\"font-size: 26px; color: #d4af37; font-weight: bold; margin-bottom: 12px;\"\u003eKey Features\u003c\/h2\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 17px; line-height: 1.8;\"\u003e\n\u003cli\u003e\u003cstrong style=\"color: #d4af37;\"\u003eDual Front \u0026amp; Rear Cameras\u003c\/strong\u003e with 4K UHD and 2.5K resolution for crystal-clear recording in all conditions.\u003c\/li\u003e\n\u003cli\u003eSmart and easy control via \u003cstrong style=\"color: #d4af37;\"\u003evoice commands\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eLarge \u003cstrong style=\"color: #d4af37;\"\u003e11.8-inch\u003c\/strong\u003e touch screen.\u003c\/li\u003e\n\u003cli\u003eContinuous loop recording with built-in \u003cstrong style=\"color: #d4af37;\"\u003eG-Sensor\u003c\/strong\u003e to automatically lock important footage.\u003c\/li\u003e\n\u003cli\u003eFast connectivity through \u003cstrong style=\"color: #d4af37;\"\u003eWi-Fi 6\u003c\/strong\u003e for instant video playback and sharing via the app.\u003c\/li\u003e\n\u003cli\u003eBuilt-in \u003cstrong style=\"color: #d4af37;\"\u003eGPS\u003c\/strong\u003e for accurate tracking of driving location, route, and speed.\u003c\/li\u003e\n\u003cli\u003eWater-resistant design with \u003cstrong\u003eIP68\u003c\/strong\u003e rating.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; border-radius: 16px;\" alt=\"Azdome PG17MAX Dash Cam\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/S62851a866f984bc7ae953b08dfebc1cdG_be239f8c-8784-46d6-a42c-0132509a66c3.avif?v=1764420543\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- First Feature --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\u003c!-- Inner Container --\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 2px; box-sizing: border-box; display: flex; flex-wrap: wrap-reverse; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\u003c!-- Text --\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch3 style=\"font-size: 22px; color: #d4af37; margin-bottom: 8px;\"\u003eWireless Control via Wi-Fi \u0026amp; App\u003c\/h3\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.7; color: #333;\"\u003eYou can connect the camera directly to your smartphone via \u003cstrong style=\"color: #d4af37;\"\u003eWi-Fi\u003c\/strong\u003e to preview recordings, download videos, and easily adjust settings through the dedicated mobile app.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 450px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; border-radius: 12px;\" alt=\"Azdome 4K+2.5K PG17 MAX\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Se59ee027df084738b2f57afc118b1a9ai_a7be6bbd-4f36-4506-8d55-02568795d938.avif?v=1764420543\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Second Feature --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 0; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; gap: 25px; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\u003c!-- Inner Container --\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 20px; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\u003c!-- Text --\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch3 style=\"font-size: 22px; color: #d4af37; margin-bottom: 8px;\"\u003e2.5K QHD Rear Camera\u003c\/h3\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.7; color: #333;\"\u003eThe rear camera delivers ultra-clear visuals in \u003cstrong style=\"color: #d4af37;\"\u003e2.5K QHD\u003c\/strong\u003e resolution, helping you park safely and monitor the road behind with exceptional clarity—even in challenging conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 450px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; border-radius: 12px;\" alt=\"2.5K QHD Backup Camera\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/S1f1c78ee42a94fb8bade42e1c34dd358V_1.avif?v=1764420739\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Box Contents --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px 0; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\u003c!-- Inner Container --\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: bold; color: #d4af37; margin-bottom: 10px;\"\u003eBox Contents\u003c\/h2\u003e\n\u003cul style=\"font-size: 17px; line-height: 1.8; list-style: none; padding: 0;\"\u003e\n\u003cli\u003eDash Cam Mirror \u003cstrong style=\"color: #d4af37;\"\u003eAzdome PG17 Max 4K\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003eRear Camera in \u003cstrong style=\"color: #d4af37;\"\u003e2.5K\u003c\/strong\u003e resolution\u003c\/li\u003e\n\u003cli\u003eConnection and Power Cables\u003c\/li\u003e\n\u003cli\u003eBuilt-in \u003cstrong style=\"color: #d4af37;\"\u003eGPS\u003c\/strong\u003e Module\u003c\/li\u003e\n\u003cli\u003eIncluded 64 GB Memory Card\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Product Specifications Table --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 0; background: #f9f9f9; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\u003c!-- Inner Container --\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: bold; color: #d4af37; margin-bottom: 10px;\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 17px; min-width: 300px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003ctd style=\"padding: 8px 0; font-weight: 600;\"\u003eFront Resolution\u003c\/td\u003e\n\u003ctd style=\"padding: 8px 0;\"\u003e4K Ultra HD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003ctd style=\"padding: 8px 0; font-weight: 600;\"\u003eRear Resolution\u003c\/td\u003e\n\u003ctd style=\"padding: 8px 0;\"\u003e2.5K\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003ctd style=\"padding: 8px 0; font-weight: 600;\"\u003eScreen\u003c\/td\u003e\n\u003ctd style=\"padding: 8px 0;\"\u003eLarge 11.8-inch Touchscreen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003ctd style=\"padding: 8px 0; font-weight: 600;\"\u003eWi-Fi\u003c\/td\u003e\n\u003ctd style=\"padding: 8px 0;\"\u003eWi-Fi 6 - 5.8GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003ctd style=\"padding: 8px 0; font-weight: 600;\"\u003eGPS\u003c\/td\u003e\n\u003ctd style=\"padding: 8px 0;\"\u003eBuilt-in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003ctd style=\"padding: 8px 0; font-weight: 600;\"\u003eStorage\u003c\/td\u003e\n\u003ctd style=\"padding: 8px 0;\"\u003eUp to 256GB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 8px 0; font-weight: 600;\"\u003eG-Sensor\u003c\/td\u003e\n\u003ctd style=\"padding: 8px 0;\"\u003eIncluded to protect recordings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- YouTube Video --\u003e\n\u003csection style=\"text-align: center; padding: 30px 5%;\"\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); margin-bottom: 10px;\"\u003e\u003ciframe title=\"PG17 MAX\" src=\"https:\/\/www.youtube.com\/embed\/mYtMOUzilag?si=OUqPWJYsdSv9ejnE\u0026amp;autoplay=1\u0026amp;mute=1\u0026amp;loop=0\u0026amp;rel=0\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: 12px;\"\u003e \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Conclusion --\u003e\n\u003csection style=\"text-align: center; padding: 25px 15px;\"\u003e\n\u003ch2 style=\"font-size: 22px; font-weight: bold; color: #d4af37;\"\u003eWhy Choose Azdome PG17 Max?\u003c\/h2\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; max-width: 100%; margin: 12px auto; color: #333;\"\u003eBecause it provides exceptional safety and clarity on every journey – true \u003cstrong style=\"color: #d4af37;\"\u003e4K\u003c\/strong\u003e quality, amazing night vision, and advanced smart control that makes driving safer and more comfortable.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"AZDOME","offers":[{"title":"Default Title","offer_id":50080962969885,"sku":"CA-01007","price":65.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/azdome-4k25k-dashcam-mirror-pg17max-by-jy-17-maks-mnthr-aldash-kam-9858547.png?v=1767780769"},{"product_id":"adjustable-360-projector-stand","title":"360-degree adjustable projector stand","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --stand-gold: #d4af37;\n    --stand-gold-light: #ffb400;\n    --stand-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--stand-gold); color: var(--stand-gold-light); }\n  .badge-pro { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2rem, 5vw, 3.5rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4);\n    color: #fff;\n  }\n  .hero-title span { color: var(--stand-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--stand-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--stand-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--stand-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--stand-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--stand-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--stand-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--stand-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--stand-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--stand-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e360° Full Rotation ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-pro\"\u003eSupports Up to 3kg\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eProjector Stand.. \u003cspan\u003eUnlimited Viewing\u003c\/span\u003e Angles\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eFine-tune your projection setup with maximum precision and flexibility. A durable adjustable stand with up to 190cm height and complete freedom for home, office, or outdoor use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Intro Paragraph --\u003e\n\u003cdiv style=\"max-width: 850px; margin: 0 auto 50px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 1.35rem; color: var(--text-main); font-weight: 600;\"\u003eSay goodbye to complicated mounting solutions. This stand delivers exceptional stability and total control over your projector’s height and angle for the perfect cinematic experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Stand?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔄 360° Ball Head\u003c\/h3\u003e\n\u003cp\u003eAdjust your projector in any direction—up, down, left, or right—for perfectly aligned visuals on walls or ceilings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e📏 Flexible Adjustable Height\u003c\/h3\u003e\n\u003cp\u003eOffers impressive height adjustment from 86cm up to 190cm, giving you the freedom to position your projector exactly where you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e💪 Strong \u0026amp; Stable Build\u003c\/h3\u003e\n\u003cp\u003eConstructed from durable materials with anti-slip feet, supporting projectors up to 3kg securely throughout your viewing sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🎒 Portable \u0026amp; Travel-Friendly\u003c\/h3\u003e\n\u003cp\u003eFolds down to only 71cm, making it easy to store or carry for outdoor events, camping trips, and presentations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eAdjustment Angle\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e360° Rotating Ball Head\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMaximum Load Capacity\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eUp to 3kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMaximum Height\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e74.8 inches \/ 190cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMinimum Height\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e33.8 inches \/ 86cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eFolded Height\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e27.9 inches \/ 71cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eUsage\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eIndoor (Home\/Office) \u0026amp; Outdoor (Trips\/Camping)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eUpgrade Your Projection Setup Today\u003c\/h2\u003e\n\u003cp\u003eOrder the 360° Adjustable Projector Stand from Newtech Kuwait and enjoy professional stability and perfect viewing angles anywhere.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from Newtech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eAvailable now at Newtech Kuwait — your destination for smart projection accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50080952615197,"sku":"TP-04001","price":3.9,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/stand-llbrojktr-2472114.png?v=1768324560"},{"product_id":"improved-smart-lock-s630-fingerprint-tuya-app","title":"Smart Lock S630 – Improved Smart Door Lock Edition","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d97706;\n    --gold-light: #f59e0b;\n    --gold-pale: #fffbeb;\n    --dark: #0f172a;\n    --dark2: #1e293b;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n    --red: #dc2626;\n    --red-light: #fff1f2;\n  }\n\n  body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n\n  \/* ══════════════════════════════════\n     HERO\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 30px 10px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    direction: rtl;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.35) 0%, transparent 65%),\n      radial-gradient(ellipse 40% 40% at 90% 110%, rgba(245,158,11,.12) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n    background-size: 44px 44px;\n    pointer-events: none;\n    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 100%);\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n  .badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 5px 15px; border-radius: 100px; font-size: 1.6rem; font-weight: 700;\n  }\n  .badge-gold  { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n  .badge-green { background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.4);  color: #34d399; }\n  .badge-blue  { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n  .hero-title {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff;\n  }\n  .hero-title span { color: #60a5fa; }\n\n  .hero-sub { font-size: 1.5rem; color: #94a3b8; max-width: 620px; margin: 0 auto 22px; }\n\n  .hero-stats {\n    display: flex; justify-content: center; gap: 36px; flex-wrap: wrap;\n    padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);\n  }\n  .stat { text-align: center; }\n  .stat-num   { font-size: 1.8rem; font-weight: 900; color: #fbbf24; display: block; line-height: 1; }\n  .stat-label { font-size: 1.4rem; color: #94a3b8; margin-top: 4px; }\n\n  \/* HERO MAIN IMAGE *\/\n  .hero-img-wrap {\n    max-width: 860px; margin: 18px auto 0;\n    border-radius: 0 0 20px 20px; overflow: hidden;\n  }\n  .hero-img-wrap img { width: 100%; object-fit: cover; }\n\n  \/* CONTAINER *\/\n  .container { max-width: 920px; margin: 0 auto; padding: 0 20px; direction: rtl; }\n\n  \/* SECTION UTILS *\/\n  .section { padding: 26px 0; }\n  .section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }\n  .section-head .bar {\n    width: 5px; height: 30px; flex-shrink: 0; border-radius: 4px;\n    background: linear-gradient(180deg, var(--blue), var(--gold-light));\n  }\n  .section-head h2 { font-size: 1.5rem; font-weight: 800; color: var(--text); }\n\n  .divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n  }\n  .feat-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; padding: 20px; position: relative; overflow: hidden;\n    transition: transform .3s, box-shadow .3s, border-color .3s;\n  }\n  .feat-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 28px rgba(26,86,219,.1);\n    border-color: var(--blue-pale);\n  }\n  .feat-icon { font-size: 2rem; margin-bottom: 10px; }\n  .feat-title { font-size: 1.4rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }\n  .feat-desc  { font-size: 1.1rem; color: var(--muted); }\n\n  \/* SPLIT SECTION (image + text) *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px; align-items: center;\n    padding: 10px 0;\n  }\n  .split.reverse { direction: ltr; }\n  .split.reverse .split-text { direction: rtl; }\n  .split-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }\n  .split-img img { width: 100%; height: 100%; object-fit: cover; }\n  .split-badge {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: var(--blue-light); border: 1px solid var(--blue-pale);\n    color: var(--blue); padding: 5px 14px; border-radius: 100px;\n    font-size: 1.5rem; font-weight: 700; margin-bottom: 12px;\n  }\n  .split-title { font-size: 1.5rem; font-weight: 900; color: var(--dark); margin-bottom: 10px; line-height: 1.3; }\n  .split-desc  { font-size: 1.4rem; color: var(--muted); margin-bottom: 16px; }\n  .split-points { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }\n  .split-points li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 1.4rem; font-weight: 600; color: var(--text);\n  }\n  .split-points li .ck {\n    width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.3);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.5rem; color: var(--green); margin-top: 2px;\n  }\n\n  \/* INSTALLATION *\/\n  .install-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n  }\n  .install-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; overflow: hidden;\n    transition: box-shadow .3s, transform .3s;\n  }\n  .install-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,.08); }\n  .install-body { padding: 18px 20px; }\n  .install-num {\n    display: inline-flex; align-items: center; justify-content: center;\n    width: 26px; height: 26px; border-radius: 50%;\n    background: var(--blue); color: #fff;\n    font-size: 1.1rem; font-weight: 800; margin-bottom: 6px;\n  }\n  .install-title { font-size: 1.2rem; font-weight: 800; color: var(--dark); margin-bottom: 5px; }\n  .install-desc  { font-size: 1.5rem; color: var(--muted); }\n\n  \/* COMPATIBILITY *\/\n  .compat-box {\n    background: var(--gold-pale); border: 1px solid #fde68a;\n    border-right: 5px solid var(--gold-light);\n    border-radius: 14px; padding: 24px 24px;\n  }\n  .compat-title {\n    color: #92400e; font-size: 1.2rem; font-weight: 800;\n    display: flex; align-items: center; gap: 8px; margin-bottom: 16px;\n  }\n  .compat-grid {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;\n  }\n  .compat-item {\n    display: flex; align-items: flex-start; gap: 8px;\n    font-size: 1.5rem; font-weight: 600; padding: 8px 12px;\n    border-radius: 8px;\n  }\n  .compat-item.yes { background: var(--green-light); color: #065f46; border: 1px solid rgba(5,150,105,.2); }\n  .compat-item.no  { background: var(--red-light);   color: #9f1239; border: 1px solid rgba(220,38,38,.2); }\n  .compat-item .dot { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }\n\n  \/* BOX CONTENTS *\/\n  .box-section {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 16px; padding: 24px;\n  }\n  .box-grid {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n    gap: 14px;\n  }\n  .box-item {\n    display: flex; align-items: center; gap: 12px;\n    background: var(--bg); border: 1px solid var(--border);\n    border-radius: 10px; padding: 10px 12px;\n    transition: border-color .2s, background .2s;\n  }\n  .box-item:hover { background: var(--blue-light); border-color: var(--blue-pale); }\n  .box-ck {\n    width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.35);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.2rem; color: var(--green);\n  }\n  .box-item span { font-size: 1.5rem; font-weight: 700; color: var(--text); }\n\n  \/* FAQ *\/\n  .faq-list { display: flex; flex-direction: column; gap: 10px; }\n  details.faq-item {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 12px; overflow: hidden;\n  }\n  details.faq-item summary {\n    display: flex; align-items: center; justify-content: space-between; gap: 16px;\n    padding: 14px 18px; cursor: pointer; list-style: none;\n    font-size: 1.4rem; font-weight: 700; color: var(--text); transition: background .2s;\n  }\n  details.faq-item summary::-webkit-details-marker { display: none; }\n  details.faq-item summary::marker { display: none; }\n  details.faq-item summary:hover { background: var(--bg); }\n  details.faq-item summary .arrow {\n    font-size: 1.5rem; color: var(--blue); flex-shrink: 0;\n    display: inline-block; transition: transform .3s;\n  }\n  details.faq-item[open] summary { border-bottom: 1px solid var(--border); }\n  details.faq-item[open] summary .arrow { transform: rotate(180deg); }\n  .faq-a { padding: 12px 18px 14px; font-size: 0.95rem; color: var(--muted); }\n\n  \/* CTA *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    border-radius: 20px; padding: 40px 24px;\n    text-align: center; position: relative; overflow: hidden;\n    margin: 40px 0 24px;\n    box-shadow: 0 20px 50px rgba(15,23,42,.15);\n  }\n  .cta-section::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(26,86,219,.3), transparent 70%);\n    pointer-events: none;\n  }\n  .cta-section h2 {\n    font-size: 1.7rem; font-weight: 900; color: #fff;\n    margin-bottom: 8px; position: relative;\n  }\n  .cta-section p { color: #94a3b8; margin-bottom: 22px; position: relative; font-size: 1.5rem; }\n  .btn-cta {\n    display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n    background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark));\n    color: #fff; font-family: inherit; font-size: 1.4rem; font-weight: 800;\n    padding: 14px 40px; border-radius: 10px; border: none; cursor: pointer;\n    box-shadow: 0 6px 25px rgba(26,86,219,.45); transition: all .3s;\n    text-decoration: none;\n  }\n  .btn-cta:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 35px rgba(26,86,219,.6);\n  }\n  .trust-row {\n    display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 20px;\n  }\n  .trust-item {\n    display: flex; align-items: center; gap: 7px;\n    font-size: 0.95rem; color: #94a3b8;\n  }\n  .trust-item .ti { color: #34d399; }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 700px) {\n    .split { grid-template-columns: 1fr; }\n    .split.reverse { direction: rtl; }\n    .compat-grid { grid-template-columns: 1fr; }\n    .hero-stats { gap: 20px; }\n  }\n\n  \/* ANIMATIONS *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(22px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero-inner \u003e * { animation: fadeUp .6s ease both; }\n  .badge-row   { animation-delay: .05s; }\n  .hero-title  { animation-delay: .15s; }\n  .hero-sub    { animation-delay: .22s; }\n  .hero-stats  { animation-delay: .28s; }\n\u003c\/style\u003e\n\u003c!-- ══════ HERO ══════ --\u003e\n\u003csection class=\"hero\" style=\"direction: ltr;\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ Exclusive at NewTech Store\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 1 Year Warranty\u003c\/span\u003e\u003c\/div\u003e\n\u003cp class=\"hero-sub\"\u003eSmart lock \u003cstrong style=\"color: #d4af37;\"\u003efor wooden doors\u003c\/strong\u003e with 5 unlocking methods: fingerprint, password, card, app, or key – high security with smart remote control.\u003c\/p\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved Smart Lock \u003cspan\u003eS630\u003c\/span\u003e\u003cbr\u003eSmart Security for Your Home or Office\u003c\/h1\u003e\n\u003cdiv class=\"hero-stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e5\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eUnlock Methods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e300\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eFingerprints Supported\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eIP\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eWater Resistant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eNewTech\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003e1 Year Warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\u003cimg alt=\"Smart lock for wooden doors\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXfklqW0LsTA6FE0Y9TLcQUUb2R6pV135OelRkLdqURcmmrEutZ9PQRDXyCLGMWT1yk1T4VcaZfi3CeLByi498eZCZ1hrSKeuRHaurGogMtH0SslvjT53REdr765JfvgLoO4dV-l?key=7lYlsdEn6Q10vP3gzsHdoBns\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\" style=\"direction: ltr;\"\u003e\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔓\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003e5 Unlock Methods\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eFingerprint – App – Card – Password – Mechanical Key.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e📡\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eRemote Control\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eManage the lock via mobile app and track entry logs in real time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eWater Resistant\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eDurable materials designed for different weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e👨👩👧👦\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eLarge Capacity\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eSupports up to 300 fingerprints – ideal for homes and businesses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔑\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eEmergency Keys\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eIncludes emergency keys and access cards for backup access.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🚨\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eIntrusion Alerts\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eAlarm and instant phone notification on forced entry attempts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eAuto Updates\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eReceives automatic security updates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e👥\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eSecure Sharing\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eEasily add fingerprints or access codes for family members.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eSmart Interface\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eModern and user-friendly design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- SPLIT --\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e✨ Improved Smart S630\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eUnlock Your Door in Multiple Ways!\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eFingerprint, password, card, or app – the choice is yours!\u003cbr\u003e\u003cbr\u003eThe \u003cstrong style=\"color: #d4af37;\"\u003eImproved Smart Lock S630\u003c\/strong\u003e combines advanced security with modern technology like mobile control, entry tracking, and water resistance.\u003cbr\u003e\u003cbr\u003ePerfect for wooden doors and ideal for homes and offices thanks to its modern design and durability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-esdar-smart-lock-s630-1676432.png?v=1756327624\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- SPEC TABLE --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f9f9f9; padding: 16px; border-radius: 12px;\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(2,1fr); gap: 12px;\"\u003e\n\u003cdiv\u003e\u003cstrong\u003eModel:\u003c\/strong\u003e Improved Smart Lock S630\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eType:\u003c\/strong\u003e Smart Lock for Wooden Doors\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eUnlock Methods:\u003c\/strong\u003e Fingerprint - Password - Card - App - Key\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eFingerprints:\u003c\/strong\u003e Up to 300\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eCards:\u003c\/strong\u003e 2 Smart Cards\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eKeys:\u003c\/strong\u003e 2 Emergency Keys\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eRemote Control:\u003c\/strong\u003e Yes (via mobile app)\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eAlerts:\u003c\/strong\u003e Instant notifications for intrusion attempts\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Durable water-resistant metal\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Wooden doors\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e 1 year from NewTech\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eInstallation:\u003c\/strong\u003e Available in Kuwait\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- BOX --\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e📦 Box Contents\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eEverything You Need in One Box\u003c\/h2\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nImproved Smart Lock S630\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n2 Smart Cards\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n2 Emergency Keys\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFull Installation Kit\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nUser Manual\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n1 Year Warranty\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-esdar-smart-lock-s630-6274957.png?v=1756327624\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2\u003e🎯 Ready to Let Technology Protect Your Home?\u003c\/h2\u003e\n\u003cp\u003eOrder now from the best smart lock store in Kuwait – NewTech – and upgrade your security with smart technology!\u003c\/p\u003e\n\u003ca href=\"https:\/\/newtechq8.com\/collections\/smart-door-locks\" class=\"btn-cta\"\u003e 🔒 Order Improved S630 Now \u003c\/a\u003e\n\u003cdiv class=\"trust-row\"\u003e\n\u003cdiv class=\"trust-item\"\u003e🔒 100% Secure Payment\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e🚚 Fast Delivery\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e🔧 Installation in Kuwait\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e⭐ 1 Year Warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":50080958316829,"sku":"SH-01001","price":39.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Codex_Image_Aug_28_2026_01_19_57_AM.png?v=1787869440"},{"product_id":"improved-smart-lock-s630-pro-camera-5in1-wooden-door","title":"Improved Smart Lock S630 Pro – 5-in-1 Smart Door Lock with Camera","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d4af37;\n    --gold-light: #f59e0b;\n    --gold-pale: #fffbeb;\n    --dark: #0f172a;\n    --dark2: #1e293b;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n    --red: #dc2626;\n    --red-light: #fff1f2;\n  }\n\n  body {\n    font-family: 'Cairo', 'Almarai', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n\n  \/* ══════════════════════════════════\n      HERO\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 30px 10px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    direction: ltr;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.35) 0%, transparent 65%),\n      radial-gradient(ellipse 40% 40% at 90% 110%, rgba(245,158,11,.12) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n    background-size: 44px 44px;\n    pointer-events: none;\n    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 100%);\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n  .badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 5px 15px; border-radius: 100px; font-size: 1.5rem; font-weight: 700;\n  }\n  .badge-gold  { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n  .badge-green { background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.4);  color: #34d399; }\n  .badge-blue  { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n  .hero-title {\n    font-size: clamp(1.8rem, 5vw, 2.8rem);\n    font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff;\n  }\n  .hero-title span { color: #60a5fa; }\n\n  .hero-sub { font-size: 1.5rem; color: #94a3b8; max-width: 720px; margin: 0 auto 22px; }\n\n  .hero-stats {\n    display: flex; justify-content: center; gap: 36px; flex-wrap: wrap;\n    padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);\n  }\n  .stat { text-align: center; }\n  .stat-num   { font-size: 1.8rem; font-weight: 900; color: #fbbf24; display: block; line-height: 1; }\n  .stat-label { font-size: 1.5rem; color: #94a3b8; margin-top: 4px; }\n\n  .hero-img-wrap {\n    max-width: 860px; margin: 18px auto 0;\n    border-radius: 0 0 20px 20px; overflow: hidden;\n  }\n  .hero-img-wrap img { width: 100%; object-fit: cover; }\n\n  \/* CONTAINER *\/\n  .container { max-width: 920px; margin: 0 auto; padding: 0 20px; direction: ltr; }\n\n  \/* SECTION UTILS *\/\n  .section { padding: 26px 0; }\n  .section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }\n  .section-head .bar {\n    width: 5px; height: 30px; flex-shrink: 0; border-radius: 4px;\n    background: linear-gradient(180deg, var(--blue), var(--gold));\n  }\n  .section-head h2 { font-size: 1.5rem; font-weight: 800; color: var(--text); }\n\n  .divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n  }\n  .feat-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; padding: 20px; position: relative; overflow: hidden;\n    transition: transform .3s, box-shadow .3s, border-color .3s;\n  }\n  .feat-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 28px rgba(26,86,219,.1);\n    border-color: var(--blue-pale);\n  }\n  .feat-icon { font-size: 2rem; margin-bottom: 10px; }\n  .feat-title { font-size: 1.5rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }\n  .feat-desc  { font-size: 1.5rem; color: var(--muted); }\n\n  \/* SPLIT SECTION *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px; align-items: center;\n    padding: 20px 0;\n  }\n  .split.reverse { direction: ltr; }\n  .split.reverse .split-text { direction: ltr; }\n  .split-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }\n  .split-img img { width: 100%; height: auto; object-fit: cover; display: block; }\n  .split-badge {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: var(--blue-light); border: 1px solid var(--blue-pale);\n    color: var(--blue); padding: 5px 14px; border-radius: 100px;\n    font-size: 1.4rem; font-weight: 700; margin-bottom: 12px;\n  }\n  .split-title { font-size: 1.6rem; font-weight: 900; color: var(--dark); margin-bottom: 10px; line-height: 1.3; }\n  .split-desc  { font-size: 1.4rem; color: var(--muted); margin-bottom: 16px; }\n  .split-points { list-style: none; display: flex; flex-direction: column; gap: 10px; padding: 0; margin: 0; }\n  .split-points li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 1.4rem; font-weight: 600; color: var(--text);\n  }\n  .split-points li .ck {\n    width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.3);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.4rem; color: var(--green); margin-top: 2px;\n  }\n\n  \/* TABLE *\/\n  .spec-grid {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 12px;\n  }\n  .spec-item {\n    background: #fff; padding: 12px 15px; border-radius: 10px; border: 1px solid #eee;\n    font-size: 1.4rem;\n  }\n  .spec-item strong { color: var(--gold); }\n\n  \/* BOX CONTENTS *\/\n  .box-grid {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 14px;\n  }\n  .box-item {\n    display: flex; align-items: center; gap: 12px;\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 10px; padding: 12px;\n  }\n  .box-item span { font-size: 1.4rem; font-weight: 700; }\n\n  \/* CTA *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    border-radius: 20px; padding: 40px 24px;\n    color: #fff;\n    text-align: center; position: relative; overflow: hidden;\n    margin: 40px 0 24px;\n    box-shadow: 0 20px 50px rgba(15,23,42,.15);\n  }\n  .btn-cta {\n    display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n    background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark));\n    color: #fff; font-family: inherit; font-size: 1.3rem; font-weight: 800;\n    padding: 14px 40px; border-radius: 10px; border: none; cursor: pointer;\n    box-shadow: 0 6px 25px rgba(26,86,219,.45); transition: all .3s;\n    text-decoration: none;\n  }\n  .btn-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(26,86,219,.6); }\n  .trust-row { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 20px; }\n  .trust-item { display: flex; align-items: center; gap: 7px; font-size: 1.3rem; color: #94a3b8; }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; }\n    .split.reverse { direction: ltr; }\n    .split-img { order: -1; }\n    .hero-stats { gap: 15px; }\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(22px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero-inner \u003e * { animation: fadeUp .6s ease both; }\n\u003c\/style\u003e\n\u003csection class=\"hero\" style=\"direction: ltr;\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ New S630 Pro Edition\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 1 Year Warranty\u003c\/span\u003e\u003c\/div\u003e\n\u003cp class=\"hero-sub\"\u003eSmart door lock from \u003cstrong style=\"color: #fbbf24;\"\u003eImproved S630 Pro Edition\u003c\/strong\u003e equipped with a Full HD camera and 5 smart unlocking methods. Security and convenience in one device.\u003c\/p\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved Smart Lock \u003cspan\u003eS630 Pro\u003c\/span\u003e\u003cbr\u003eFull Visibility \u0026amp; Maximum Security\u003c\/h1\u003e\n\u003cdiv class=\"hero-stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eFHD\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eBuilt-in Camera\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e5\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eUnlock Methods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e6mo\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eBattery Life\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eNewTech\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eLocal Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\" style=\"direction: ltr;\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e📷\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eBuilt-in Full HD Camera\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eSee who is at your door clearly in real-time through your mobile phone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔓\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003e5 Smart Unlock Methods\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eFingerprint – TUYA App – Password – Card – Emergency Key.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eLong-lasting Batteries\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eWorks up to 6 months with low-battery alerts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e📡\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eFull Control via TUYA\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eManage access and track logs from anywhere in the world.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🚨\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eSmart Alarm System\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eTriggers sound alerts and instant notifications on tampering attempts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eWeather Resistant\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eDurable aluminum alloy design resistant to water and dust.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e✨ Technology \u0026amp; Elegance\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eSmart Lock with 5 Unlock Methods \u0026amp; Built-in Camera!\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eThe \u003cstrong\u003eImproved Smart Lock S630 Pro\u003c\/strong\u003e delivers maximum security with its aluminum alloy body and compatibility with the TUYA smart app.\u003c\/p\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nPerfect for wooden doors\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSupports up to 300 fingerprints\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nNight vision via built-in camera\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nModern royal black design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-smart-lock-s630-pro-maa-kamyra-2683585.png?v=1756327624\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eBrand:\u003c\/strong\u003e Improved\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eModel:\u003c\/strong\u003e Smart Lock S630 Pro\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eDoor Type:\u003c\/strong\u003e Wooden doors\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eUnlock Methods:\u003c\/strong\u003e Fingerprint – App – Password – Card – Key\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eCamera:\u003c\/strong\u003e Built-in Full HD\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e Up to 300 fingerprints\/users\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eWater Resistance:\u003c\/strong\u003e Yes\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e 1 year from NewTech\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eInstallation:\u003c\/strong\u003e Available in Kuwait\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"split section reverse\"\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e📦 Box Contents\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eEverything You Need in One Box\u003c\/h2\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nImproved Smart Lock S630 Pro\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n2 Smart IC Cards\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n2 Metal Emergency Keys\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nComplete Installation Kit (screws \u0026amp; accessories)\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nDetailed User \u0026amp; Installation Manual\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n1-Year Warranty Card\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-smartlock-s954-pro-8052433.png?v=1756327622\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWatch the Lock in Action\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: relative; width: 100%; aspect-ratio: 16\/9; overflow: hidden; border-radius: 12px;\"\u003e\u003ciframe style=\"width: 100%; height: 100%; border: 0;\" src=\"https:\/\/www.youtube.com\/embed\/JBA2rsSh2Hg?si=n4MwgBh7UKQ4jueo\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2\u003e🎯 Make Your Home Security Smart Today\u003c\/h2\u003e\n\u003cp\u003eShop now from NewTech and keep your home security always in your hands.\u003c\/p\u003e\n\u003ca class=\"btn-cta\" href=\"https:\/\/newtechq8.com\/collections\/smart-door-locks\"\u003e 🔒 Order S630 Pro Now \u003c\/a\u003e\n\u003cdiv class=\"trust-row\"\u003e\n\u003cdiv class=\"trust-item\"\u003e✔ Secure Payment\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e✔ Fast Delivery\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e✔ Professional Installation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":50080962576669,"sku":"SH-01002","price":49.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/5_25989322-a420-4539-90d7-1b8c81fda256.webp?v=1770911563"},{"product_id":"smart-lock-s630-max","title":"Improved Smart Lock S630 Max Camera and Screen","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d4af37;\n    --gold-light: #f59e0b;\n    --gold-pale: #fffbeb;\n    --dark: #0f172a;\n    --dark2: #1e293b;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n    --red: #dc2626;\n    --red-light: #fff1f2;\n  }\n\n  body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n\n  \/* ══════════════════════════════════\n     HERO\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 30px 10px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    direction: rtl;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.35) 0%, transparent 65%),\n      radial-gradient(ellipse 40% 40% at 90% 110%, rgba(245,158,11,.12) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n    background-size: 44px 44px;\n    pointer-events: none;\n    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 100%);\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n  .badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 5px 15px; border-radius: 100px; font-size: 1.6rem; font-weight: 700;\n  }\n  .badge-gold  { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n  .badge-blue  { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n  .hero-title {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff;\n  }\n  .hero-title span { color: #60a5fa; }\n\n  .hero-sub {\n    font-size: 1.5rem; color: #94a3b8;\n    max-width: 620px; margin: 0 auto 40px;\n  }\n\n  .hero-stats {\n    display: flex; justify-content: center; gap: 36px; flex-wrap: wrap;\n    padding-top: 36px; border-top: 1px solid rgba(255,255,255,.1);\n  }\n  .stat { text-align: center; }\n  .stat-num   { font-size: 1.8rem; font-weight: 900; color: #fbbf24; display: block; line-height: 1; }\n  .stat-label { font-size: 1.4rem; color: #94a3b8; margin-top: 4px; }\n\n  \/* ══════════════════════════════════\n     HERO MAIN IMAGE\n  ══════════════════════════════════ *\/\n  .hero-img-wrap {\n    max-width: 860px; margin: 0 auto;\n    border-radius: 0 0 20px 20px; overflow: hidden;\n  }\n  .hero-img-wrap img { width: 100%; object-fit: cover; }\n\n  \/* ══════════════════════════════════\n     CONTAINER\n  ══════════════════════════════════ *\/\n  .container { max-width: 920px; margin: 0 auto; padding: 0 20px; direction: rtl; }\n\n  \/* ══════════════════════════════════\n     SECTION UTILS\n  ══════════════════════════════════ *\/\n  .section { padding: 20px 0; }\n  .section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }\n  .section-head .bar {\n    width: 5px; height: 30px; flex-shrink: 0; border-radius: 4px;\n    background: linear-gradient(180deg, var(--blue), var(--gold-light));\n  }\n  .section-head h2 { font-size: 1.5rem; font-weight: 800; color: var(--text); }\n\n  .divider { border: none; border-top: 1px solid var(--border); }\n\n  \/* ══════════════════════════════════\n     FEATURE CARDS\n  ══════════════════════════════════ *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n  }\n  .feat-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; padding: 28px; position: relative; overflow: hidden;\n    transition: transform .3s, box-shadow .3s, border-color .3s;\n  }\n  .feat-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 28px rgba(26,86,219,.1);\n    border-color: var(--blue-pale);\n  }\n  .feat-card::before {\n    content: '';\n    position: absolute; top: 0; right: 0;\n    width: 100px; height: 100px; border-radius: 50%;\n    background: radial-gradient(circle, rgba(26,86,219,.06), transparent 70%);\n    transform: translate(30%,-30%);\n  }\n  .feat-icon { font-size: 2rem; margin-bottom: 14px; }\n  .feat-title { font-size: 1.5rem; font-weight: 800; color: var(--text); margin-bottom: 8px; }\n  .feat-desc  { font-size: 1.62rem; color: var(--muted); }\n\n  \/* ══════════════════════════════════\n     SPLIT SECTION\n  ══════════════════════════════════ *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px; align-items: center;\n    padding: 10px 0;\n  }\n  .split-img {\n    border-radius: 16px; overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0,0,0,.08);\n  }\n  .split-img img { width: 100%; height: auto; object-fit: cover; display: block; }\n  .split-badge {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: var(--blue-light); border: 1px solid var(--blue-pale);\n    color: var(--blue); padding: 5px 14px; border-radius: 100px;\n    font-size: 1.5rem; font-weight: 700; margin-bottom: 12px;\n  }\n  .split-title { font-size: 1.5rem; font-weight: 900; color: var(--dark); margin-bottom: 10px; line-height: 1.3; }\n  .split-desc  { font-size: 1.4rem; color: var(--muted); margin-bottom: 16px; }\n  .split-points { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }\n  .split-points li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 1.4rem; font-weight: 600; color: var(--text);\n  }\n  .split-points li .ck {\n    width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.3);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.5rem; color: var(--green); margin-top: 2px;\n  }\n\n  \/* ══════════════════════════════════\n     SPEC GRID\n  ══════════════════════════════════ *\/\n  .spec-grid {\n    display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;\n  }\n  .spec-item {\n    background: #fff; padding: 12px 15px; border-radius: 10px; border: 1px solid #eee;\n    font-size: 18px; color: #333; line-height: 1.8;\n  }\n  .spec-item strong { color: var(--gold); }\n\n  \/* ══════════════════════════════════\n     FAQ\n  ══════════════════════════════════ *\/\n  .faq-item { margin-bottom: 15px; }\n  .faq-q { color: var(--gold); font-weight: bold; font-size: 19px; display: block; margin-bottom: 5px; }\n  .faq-a { font-size: 19px; color: #333; }\n\n  \/* ══════════════════════════════════\n     CTA\n  ══════════════════════════════════ *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    border-radius: 20px; padding: 60px 30px;\n    text-align: center; position: relative; overflow: hidden;\n    margin: 60px 0 40px;\n    box-shadow: 0 20px 50px rgba(15,23,42,.15);\n  }\n  .btn-cta {\n    display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n    background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark));\n    color: #fff; font-family: inherit; font-size: 1.2rem; font-weight: 800;\n    padding: 18px 52px; border-radius: 10px; border: none; cursor: pointer;\n    box-shadow: 0 6px 25px rgba(26,86,219,.45); transition: all .3s;\n    text-decoration: none;\n  }\n\n  \/* ══════════════════════════════════\n     RESPONSIVE\n  ══════════════════════════════════ *\/\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; }\n    .spec-grid { grid-template-columns: 1fr; }\n    .split-img { order: -1; }\n    .hero-stats { gap: 20px; }\n  }\n\u003c\/style\u003e\n\u003csection style=\"direction: ltr;\" class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ S630 Max – Most Powerful Version\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 1 Year Warranty\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved Smart Lock \u003cspan\u003eS630 Max\u003c\/span\u003e\u003cbr\u003eSmart Lock with Camera \u0026amp; Indoor Display\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eMake your home more secure with the Improved S630 Max equipped with a camera and internal display, so you can always stay reassured about your family and property with 7 advanced unlocking methods.\u003c\/p\u003e\n\u003cdiv class=\"hero-stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e7\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eUnlock Methods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eFHD\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eBuilt-in Camera\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e300\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eStored Fingerprints\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e8\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eBatteries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-smart-lock-s630-max-kamyra-o-shash-8894658.png?v=1756327623\" alt=\"Improved S630 Max Smart Lock\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv style=\"direction: ltr;\" class=\"container\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eFeatures \u0026amp; Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e📷\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eBuilt-in Full HD Camera\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eGives you a clear real-time view of visitors via the screen or mobile app.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e📱\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eIndoor Digital Display\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eHigh-quality screen for easy monitoring and interaction with visitors from inside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔓\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003e7 Unlock Methods\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eFingerprint – Password – RFID Card – Key – App – Temporary Code – Emergency USB.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🧬\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eAdvanced Algorithms\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eDistinguishes between real and fake fingerprints with high accuracy for maximum security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eDual Battery System\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003e8 batteries (4 main + 4 backup) lasting up to 6 months depending on usage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🇰🇼\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eFull Local Support\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eProfessional installation service in Kuwait with a real 1-year warranty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eModel:\u003c\/strong\u003e Smart Lock S630 Max\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eType:\u003c\/strong\u003e For wooden doors (Camera + Display)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eFingerprints:\u003c\/strong\u003e Up to 300\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eCamera:\u003c\/strong\u003e Full HD live view\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eDisplay:\u003c\/strong\u003e Indoor high-resolution digital screen\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eBatteries:\u003c\/strong\u003e 8 batteries system (4+4)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eApp:\u003c\/strong\u003e Instant notifications \u0026amp; remote control\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e 1 year\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eInstallation:\u003c\/strong\u003e Available in Kuwait\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails open=\"\" class=\"faq-item\"\u003e\n\u003csummary\u003eIs the smart lock water resistant? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, it is designed to withstand external conditions and is suitable for residential and commercial doors.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow many fingerprints can be stored? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eUp to 300 fingerprints can be registered, making it ideal for large families or offices.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes it support remote control via mobile? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, it comes with a dedicated app for remote control with instant alerts for every access attempt.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 style=\"color: #fff;\"\u003eReady to Upgrade Your Home Security?\u003c\/h2\u003e\n\u003cp style=\"color: #94a3b8;\"\u003eOrder the Improved S630 Max now with 7 unlock methods, installation, and 1-year warranty.\u003c\/p\u003e\n\u003ca class=\"btn-cta\"\u003e🔒 Order Now from NewTech Store\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":50080963297565,"sku":"SH-01003","price":59.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/6_ada4fd03-77b4-4c97-9719-362927f20bcb.webp?v=1770911537"},{"product_id":"smart-lock-s954-max","title":"Improved Smart Lock S954 MAX – Smart Lock with Camera for Aluminum Doors","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d4af37;\n    --gold-light: #f59e0b;\n    --gold-pale: #fffbeb;\n    --dark: #0f172a;\n    --dark2: #1e293b;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n    --red: #dc2626;\n    --red-light: #fff1f2;\n  }\n\n  body {\n    font-family: 'Cairo', 'Almarai', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n\n  \/* ══════════════════════════════════\n      HERO\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 30px 10px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    direction: ltr;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.35) 0%, transparent 65%),\n      radial-gradient(ellipse 40% 40% at 90% 110%, rgba(245,158,11,.12) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n    background-size: 44px 44px;\n    pointer-events: none;\n    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 100%);\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n  .badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 5px 15px; border-radius: 100px; font-size: 1.6rem; font-weight: 700;\n  }\n  .badge-gold  { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n  .badge-blue  { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n  .hero-title {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff;\n  }\n  .hero-title span { color: #60a5fa; }\n\n  .hero-sub { font-size: 18px; color: #94a3b8; max-width: 750px; margin: 0 auto 22px; line-height: 1.9; }\n\n  .hero-stats {\n    display: flex; justify-content: center; gap: 36px; flex-wrap: wrap;\n    padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);\n  }\n  .stat { text-align: center; }\n  .stat-num   { font-size: 1.8rem; font-weight: 900; color: #fbbf24; display: block; line-height: 1; }\n  .stat-label { font-size: 1.4rem; color: #94a3b8; margin-top: 4px; }\n\n  .hero-img-wrap {\n    max-width: 860px; margin: 18px auto 0;\n    border-radius: 0 0 20px 20px; overflow: hidden;\n  }\n  .hero-img-wrap img { width: 100%; object-fit: cover; }\n\n  \/* CONTAINER *\/\n  .container { max-width: 920px; margin: 0 auto; padding: 0 20px; direction: ltr; }\n\n  \/* SECTION UTILS *\/\n  .section { padding: 26px 0; }\n  .section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }\n  .section-head .bar {\n    width: 5px; height: 30px; flex-shrink: 0; border-radius: 4px;\n    background: linear-gradient(180deg, var(--blue), var(--gold));\n  }\n  .section-head h2 { font-size: 26px; font-weight: 800; color: var(--text); }\n\n  .divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n  }\n  .feat-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; padding: 20px; position: relative; overflow: hidden;\n    transition: transform .3s, box-shadow .3s, border-color .3s;\n  }\n  .feat-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 28px rgba(26,86,219,.1);\n    border-color: var(--blue-pale);\n  }\n  .feat-icon { font-size: 2rem; margin-bottom: 10px; }\n  .feat-title { font-size: 1.4rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }\n  .feat-desc  { font-size: 18px; color: var(--muted); }\n\n  \/* SPLIT SECTION *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px; align-items: center;\n    padding: 10px 0;\n  }\n  .split-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }\n  .split-img img { width: 100%; height: auto; object-fit: cover; display: block; }\n  .split-badge {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: var(--blue-light); border: 1px solid var(--blue-pale);\n    color: var(--blue); padding: 5px 14px; border-radius: 100px;\n    font-size: 1.5rem; font-weight: 700; margin-bottom: 12px;\n  }\n  .split-title { font-size: 26px; font-weight: 900; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }\n  .split-desc  { font-size: 18px; color: var(--muted); margin-bottom: 16px; line-height: 1.8; }\n  .split-points { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }\n  .split-points li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 18px; font-weight: 600; color: var(--text);\n  }\n  .split-points li .ck {\n    width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.3);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.5rem; color: var(--green); margin-top: 2px;\n  }\n\n  \/* SPEC TABLE *\/\n  .spec-grid {\n    display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;\n  }\n  .spec-item {\n    background: #fff; padding: 12px 15px; border-radius: 10px; border: 1px solid #eee;\n    font-size: 18px; color: #333; line-height: 1.8;\n  }\n  .spec-item strong { color: var(--gold); }\n\n  \/* CTA *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    border-radius: 20px; padding: 40px 24px;\n    text-align: center; position: relative; overflow: hidden;\n    margin: 40px 0 24px;\n    box-shadow: 0 20px 50px rgba(15,23,42,.15);\n  }\n  .btn-cta {\n    display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n    background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark));\n    color: #fff; font-family: inherit; font-size: 1.4rem; font-weight: 800;\n    padding: 14px 40px; border-radius: 10px; border: none; cursor: pointer;\n    box-shadow: 0 6px 25px rgba(26,86,219,.45); transition: all .3s;\n    text-decoration: none;\n  }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; }\n    .spec-grid { grid-template-columns: 1fr !important; }\n    .split-img { order: -1; }\n    .hero-sub { font-size: 18px; }\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(22px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero-inner \u003e * { animation: fadeUp .6s ease both; }\n\u003c\/style\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ S954 MAX Version with Camera\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 1 Year Warranty\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved Smart Lock \u003cspan\u003eS954 MAX\u003c\/span\u003e\u003cbr\u003eFull Visibility for Aluminum Doors\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eSmart door lock with camera from \u003cstrong style=\"color: #fbbf24;\"\u003eImproved S954 MAX\u003c\/strong\u003e – Full control via the app and 7 unlocking methods to secure your home or office in Kuwait.\u003c\/p\u003e\n\u003cdiv class=\"hero-stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eFHD\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eBuilt-in Camera\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e7\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eUnlock Methods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eTUYA\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eSmart Control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eIP65\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eWater Resistant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\u003cimg alt=\"Improved Smart Lock S954 MAX\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-smart-lock-s954-max-9226298.png?v=1756327623\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e✨ Smarter Aluminum Security\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eUnlock Your Door in 7 Different Ways!\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eFingerprint, passcode, card, app, temporary password, emergency key, or even remote unlocking!\u003cbr\u003e\u003cbr\u003eThe Improved Smart Lock S954 MAX combines security, convenience, and modern technologies like TUYA app control, a built-in Full HD camera, and water \u0026amp; dust resistance.\u003c\/p\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nPerfectly designed for aluminum doors\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nElegant black aluminum alloy design\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nTrack entry and exit logs via your smartphone\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-smart-lock-s954-max-4234107.png?v=1756327623\" alt=\"Improved Smart Lock S954 MAX Features\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eBrand:\u003c\/strong\u003e Improved\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eModel:\u003c\/strong\u003e Smart Lock S954 MAX\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eDoor Type:\u003c\/strong\u003e Aluminum Doors\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eCamera:\u003c\/strong\u003e Built-in Full HD Wide-Angle\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eApp:\u003c\/strong\u003e TUYA APP (Remote Control)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eFingerprints:\u003c\/strong\u003e Up to 300 fingerprints supported\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eProtection:\u003c\/strong\u003e Water \u0026amp; Dust Resistant (IP65)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e 1 Year\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eInstallation:\u003c\/strong\u003e Available in Kuwait\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e📷\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eLive Visitor View\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eFull HD wide-angle camera lets you clearly see visitors through the app before unlocking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔓\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eMultiple Unlock Options\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003e7 control methods (Fingerprint – App – Passcode – Card – Key – Temporary Code – Remote Unlock).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔐\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eAdvanced Encryption\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eSecure system with virtual password feature to prevent spying on your code.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eMaximum Protection\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eWater and dust resistant with protective cover for all weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e📦 Box Contents\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eWhat’s in the Box\u003c\/h2\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nImproved Smart Lock S954 MAX\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n2 IC Smart Cards\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n2 Emergency Keys\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFull Installation Kit + User Manual\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n1-Year Warranty\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-smart-lock-s954-max-8263511.png?v=1756327624\" alt=\"S954 MAX Box Contents\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWatch the Lock in Action\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: relative; width: 100%; aspect-ratio: 16\/9; overflow: hidden; border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,0.08);\"\u003e\u003ciframe title=\"Improved Smart Lock S954 MAX\" src=\"https:\/\/www.youtube.com\/embed\/Y5Pyhtpcpx4?si=-1VLmYfs1LRXtM2i\u0026amp;rel=0\u0026amp;autoplay=1\u0026amp;mute=1\" style=\"width: 100%; height: 100%; border: 0; border-radius: 12px;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 style=\"color: #fff; font-size: 26px; font-weight: 900; margin-bottom: 15px;\"\u003eChoose Improved… Because Your Home Security Starts with One Touch\u003c\/h2\u003e\n\u003cp style=\"color: #94a3b8; font-size: 19px; margin-bottom: 25px; line-height: 1.9;\"\u003eOrder now from the best smart lock store in Kuwait – NewTech – and let technology protect your home with intelligence and security!\u003c\/p\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/newtechq8.com\/collections\/smart-door-locks\" class=\"btn-cta\" target=\"_blank\"\u003e 🔒 Order S954 MAX Now \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":50080957071645,"sku":"SH-01008","price":69.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/4_53b63c77-3cab-48ac-bc42-92abb554ed9d.webp?v=1770912711"},{"product_id":"improved-smart-lock-s255-glass-door-fingerprint-remote","title":"Improved Smart Lock S255 – Glass lock with remote control and fingerprint","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d4af37;\n    --gold-light: #f59e0b;\n    --gold-pale: #fffbeb;\n    --dark: #0f172a;\n    --dark2: #1e293b;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n    --red: #dc2626;\n    --red-light: #fff1f2;\n  }\n\n  body {\n    font-family: 'Cairo', 'Almarai', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n\n  \/* ══════════════════════════════════\n      HERO\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 30px 10px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    direction: ltr;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.35) 0%, transparent 65%),\n      radial-gradient(ellipse 40% 40% at 90% 110%, rgba(245,158,11,.12) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n    background-size: 44px 44px;\n    pointer-events: none;\n    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 100%);\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n  .badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 5px 15px; border-radius: 100px; font-size: 1.6rem; font-weight: 700;\n  }\n  .badge-gold  { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n  .badge-blue  { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n  .hero-title {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff;\n  }\n  .hero-title span { color: #60a5fa; }\n\n  .hero-sub { font-size: 18px; color: #94a3b8; max-width: 750px; margin: 0 auto 22px; line-height: 1.9; }\n\n  .hero-stats {\n    display: flex; justify-content: center; gap: 36px; flex-wrap: wrap;\n    padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);\n  }\n  .stat { text-align: center; }\n  .stat-num   { font-size: 1.8rem; font-weight: 900; color: #fbbf24; display: block; line-height: 1; }\n  .stat-label { font-size: 1.4rem; color: #94a3b8; margin-top: 4px; }\n\n  .hero-img-wrap {\n    max-width: 860px; margin: 18px auto 0;\n    border-radius: 0 0 20px 20px; overflow: hidden;\n  }\n  .hero-img-wrap img { width: 100%; object-fit: cover; }\n\n  \/* CONTAINER *\/\n  .container { max-width: 920px; margin: 0 auto; padding: 0 20px; direction: ltr; }\n\n  \/* SECTION UTILS *\/\n  .section { padding: 26px 0; }\n  .section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }\n  .section-head .bar {\n    width: 5px; height: 30px; flex-shrink: 0; border-radius: 4px;\n    background: linear-gradient(180deg, var(--blue), var(--gold));\n  }\n  .section-head h2 { font-size: 26px; font-weight: 800; color: var(--text); }\n\n  .divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n  }\n  .feat-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; padding: 20px; position: relative; overflow: hidden;\n    transition: transform .3s, box-shadow .3s, border-color .3s;\n  }\n  .feat-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 28px rgba(26,86,219,.1);\n    border-color: var(--blue-pale);\n  }\n  .feat-icon { font-size: 2rem; margin-bottom: 10px; }\n  .feat-title { font-size: 1.4rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }\n  .feat-desc  { font-size: 18px; color: var(--muted); }\n\n  \/* SPLIT SECTION *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px; align-items: center;\n    padding: 10px 0;\n  }\n  .split-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }\n  .split-img img { width: 100%; height: auto; object-fit: cover; display: block; }\n  .split-badge {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: var(--blue-light); border: 1px solid var(--blue-pale);\n    color: var(--blue); padding: 5px 14px; border-radius: 100px;\n    font-size: 1.5rem; font-weight: 700; margin-bottom: 12px;\n  }\n  .split-title { font-size: 26px; font-weight: 900; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }\n  .split-desc  { font-size: 18px; color: var(--muted); margin-bottom: 16px; line-height: 1.8; }\n  .split-points { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }\n  .split-points li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 18px; font-weight: 600; color: var(--text);\n  }\n  .split-points li .ck {\n    width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.3);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.5rem; color: var(--green); margin-top: 2px;\n  }\n\n  \/* SPEC TABLE *\/\n  .spec-grid {\n    display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;\n  }\n  .spec-item {\n    background: #fff; padding: 12px 15px; border-radius: 10px; border: 1px solid #eee;\n    font-size: 18px; color: #333; line-height: 1.8;\n  }\n  .spec-item strong { color: var(--gold); }\n\n  \/* CTA *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    border-radius: 20px; padding: 40px 24px;\n    text-align: center; position: relative; overflow: hidden;\n    margin: 40px 0 24px;\n    box-shadow: 0 20px 50px rgba(15,23,42,.15);\n  }\n  .btn-cta {\n    display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n    background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark));\n    color: #fff; font-family: inherit; font-size: 1.4rem; font-weight: 800;\n    padding: 14px 40px; border-radius: 10px; border: none; cursor: pointer;\n    box-shadow: 0 6px 25px rgba(26,86,219,.45); transition: all .3s;\n    text-decoration: none;\n  }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; }\n    .spec-grid { grid-template-columns: 1fr !important; }\n    .split-img { order: -1; }\n    .hero-sub { font-size: 18px; }\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(22px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero-inner \u003e * { animation: fadeUp .6s ease both; }\n\u003c\/style\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ The Smartest Solution for Offices\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 Full 1-Year Warranty\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved Smart Lock \u003cspan\u003eS255\u003c\/span\u003e\u003cbr\u003eSmart Security for Glass Doors\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eThe \u003cstrong style=\"color: #fbbf24;\"\u003eImproved Smart Lock S255\u003c\/strong\u003e provides intelligent control for your glass door using fingerprint, app, and remote, with access logs and instant alerts for top-level office security.\u003c\/p\u003e\n\u003cdiv class=\"hero-stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eGlass\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eFor Glass Doors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e300\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eSupported Fingerprints\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eRemote\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eRemote Control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e6mo\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eBattery Life\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\u003cimg alt=\"Improved Smart Lock S255\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-esdar-smart-lock-s255-6039892.png?v=1756327623\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e✨ Smart Security in an Elegant Design\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eThe Perfect Solution for Office Glass Doors\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eThe Improved S255 lock combines advanced security with ease of use via mobile app or remote, with full support for fingerprint and smart cards, making it the top choice for modern businesses.\u003c\/p\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSpecially designed for glass doors\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nVirtual password encryption technology\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nReal-time access log monitoring\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-esdar-smart-lock-s255-1445827.png?v=1756327623\" alt=\"S255 Lock Features\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eModel:\u003c\/strong\u003e Improved Smart Lock S255\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eDoor Type:\u003c\/strong\u003e Glass doors (offices\/companies)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eUnlock Methods:\u003c\/strong\u003e Fingerprint – Passcode – App – Remote – Card – Key\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e Up to 300 user fingerprints\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eBatteries:\u003c\/strong\u003e 4 batteries (last up to 6 months)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-quality water-resistant alloy\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eSecurity:\u003c\/strong\u003e Virtual encryption + smart alerts\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e Full year from NewTech\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eInstallation:\u003c\/strong\u003e Available within Kuwait\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e👆\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eFast Fingerprint Recognition\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eInstant fingerprint recognition in under 0.5 seconds for smooth employee access.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e📱\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eAccess Logs\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eTrack who enters and exits your office in real time directly from your smartphone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🚨\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eSmart Alarm System\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eThe lock triggers instant alerts upon detecting any break-in or unauthorized tampering attempts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🏗️\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eEasy Installation\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eAdvanced engineering design allows easy installation on glass doors without complications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhat's in the Box\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 24px;\"\u003e\n\u003cul style=\"margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;\"\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e Improved S255 Lock\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e Remote Control\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e Mounting Base + Tool Kit\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e User \u0026amp; Programming Manual\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e 1-Year Warranty\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWatch the Lock in Action\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: relative; width: 100%; aspect-ratio: 16\/9; overflow: hidden; border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,0.08);\"\u003e\u003ciframe title=\"Improved Smart Lock S255\" src=\"https:\/\/www.youtube.com\/embed\/SnkgO4dZnWY?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=SnkgO4dZnWY\" style=\"width: 100%; height: 100%; border: 0; border-radius: 12px;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 style=\"color: #fff; font-size: 26px; font-weight: 900; margin-bottom: 15px;\"\u003eUpgrade Your Office Security with a Smart Touch\u003c\/h2\u003e\n\u003cp style=\"color: #94a3b8; font-size: 19px; margin-bottom: 25px; line-height: 1.9;\"\u003eOrder now from NewTech Kuwait – the best in smart home and security systems.\u003c\/p\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/newtechq8.com\/collections\/smart-door-locks\" class=\"btn-cta\" target=\"_blank\"\u003e 🔒 Order Improved S255 Lock Now \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":49437524885789,"sku":"SH-01010","price":75.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/8_b7460935-6767-4e21-82bb-347d8dfe9bd5.webp?v=1770912914"},{"product_id":"improved-smart-lock-s909-outdoor-iron-door-5in1-tuya","title":"Improved Smart Door Lock Smart Lock 909","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d4af37;\n    --gold-light: #f59e0b;\n    --gold-pale: #fffbeb;\n    --dark: #0f172a;\n    --dark2: #1e293b;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n    --red: #dc2626;\n    --red-light: #fff1f2;\n  }\n\n  body {\n    font-family: 'Cairo', 'Almarai', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n\n  \/* ══════════════════════════════════\n      HERO\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 30px 10px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    direction: ltr;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.35) 0%, transparent 65%),\n      radial-gradient(ellipse 40% 40% at 90% 110%, rgba(245,158,11,.12) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n    background-size: 44px 44px;\n    pointer-events: none;\n    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 100%);\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n  .badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 5px 15px; border-radius: 100px; font-size: 1.6rem; font-weight: 700;\n  }\n  .badge-gold  { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n  .badge-blue  { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n  .hero-title {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff;\n  }\n  .hero-title span { color: #60a5fa; }\n\n  .hero-sub { font-size: 18px; color: #94a3b8; max-width: 750px; margin: 0 auto 22px; line-height: 1.9; }\n\n  .hero-stats {\n    display: flex; justify-content: center; gap: 36px; flex-wrap: wrap;\n    padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);\n  }\n  .stat { text-align: center; }\n  .stat-num   { font-size: 1.8rem; font-weight: 900; color: #fbbf24; display: block; line-height: 1; }\n  .stat-label { font-size: 1.4rem; color: #94a3b8; margin-top: 4px; }\n\n  .hero-img-wrap {\n    max-width: 860px; margin: 18px auto 0;\n    border-radius: 0 0 20px 20px; overflow: hidden;\n  }\n  .hero-img-wrap img { width: 100%; object-fit: cover; }\n\n  \/* CONTAINER *\/\n  .container { max-width: 920px; margin: 0 auto; padding: 0 20px; direction: ltr; }\n\n  \/* SECTION UTILS *\/\n  .section { padding: 26px 0; }\n  .section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }\n  .section-head .bar {\n    width: 5px; height: 30px; flex-shrink: 0; border-radius: 4px;\n    background: linear-gradient(180deg, var(--blue), var(--gold));\n  }\n  .section-head h2 { font-size: 26px; font-weight: 800; color: var(--text); }\n\n  .divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n  }\n  .feat-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; padding: 20px; position: relative; overflow: hidden;\n    transition: transform .3s, box-shadow .3s, border-color .3s;\n  }\n  .feat-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 28px rgba(26,86,219,.1);\n    border-color: var(--blue-pale);\n  }\n  .feat-icon { font-size: 2rem; margin-bottom: 10px; }\n  .feat-title { font-size: 1.4rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }\n  .feat-desc  { font-size: 18px; color: var(--muted); }\n\n  \/* SPLIT SECTION *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px; align-items: center;\n    padding: 10px 0;\n  }\n  .split-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }\n  .split-img img { width: 100%; height: auto; object-fit: cover; display: block; }\n  .split-badge {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: var(--blue-light); border: 1px solid var(--blue-pale);\n    color: var(--blue); padding: 5px 14px; border-radius: 100px;\n    font-size: 1.5rem; font-weight: 700; margin-bottom: 12px;\n  }\n  .split-title { font-size: 26px; font-weight: 900; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }\n  .split-desc  { font-size: 18px; color: var(--muted); margin-bottom: 16px; line-height: 1.8; }\n  .split-points { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }\n  .split-points li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 18px; font-weight: 600; color: var(--text);\n  }\n  .split-points li .ck {\n    width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.3);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.5rem; color: var(--green); margin-top: 2px;\n  }\n\n  \/* SPEC TABLE *\/\n  .spec-grid {\n    display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;\n  }\n  .spec-item {\n    background: #fff; padding: 12px 15px; border-radius: 10px; border: 1px solid #eee;\n    font-size: 18px; color: #333; line-height: 1.8;\n  }\n  .spec-item strong { color: var(--gold); }\n\n  \/* CTA *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    border-radius: 20px; padding: 40px 24px;\n    text-align: center; position: relative; overflow: hidden;\n    margin: 40px 0 24px;\n    box-shadow: 0 20px 50px rgba(15,23,42,.15);\n  }\n  .btn-cta {\n    display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n    background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark));\n    color: #fff; font-family: inherit; font-size: 1.4rem; font-weight: 800;\n    padding: 14px 40px; border-radius: 10px; border: none; cursor: pointer;\n    box-shadow: 0 6px 25px rgba(26,86,219,.45); transition: all .3s;\n    text-decoration: none;\n  }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; }\n    .spec-grid { grid-template-columns: 1fr !important; }\n    .split-img { order: -1; }\n    .hero-sub { font-size: 18px; }\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(22px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero-inner \u003e * { animation: fadeUp .6s ease both; }\n\u003c\/style\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ Designed for Metal Doors\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 1 Year Warranty\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved Smart Lock \u003cspan\u003eS909\u003c\/span\u003e\u003cbr\u003ePowerful Security for Exterior Doors\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eSmart outdoor door lock \u003cstrong style=\"color: #fbbf24;\"\u003eS909 by Improved\u003c\/strong\u003e for metal doors — full control from your phone, fingerprint, passcode, access card, and remote control via Tuya app. Security and convenience in every touch.\u003c\/p\u003e\n\u003cdiv class=\"hero-stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e300\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eSupported Users\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eIP\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eWeather Resistant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eTuya\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eSmart Control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eUSB\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eEmergency Port\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-esdar-smart-lock-909-4856678.png?v=1756327622\" alt=\"Improved Smart Lock S909\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e✨ Smart Control \u0026amp; Strong Design\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eFull Control from Your Phone with Multiple Unlock Methods\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eGet maximum security and convenience with the Improved Smart Lock S909, specially designed for outdoor metal doors.\u003cbr\u003e\u003cbr\u003eThe lock combines strength, durability, and modern smart technologies to give you full control from your phone and multiple unlocking options to suit all your needs.\u003c\/p\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nComplete security (Fingerprint, Passcode, Card, App)\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSmart log to track lock\/unlock activity\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nWeather-resistant outdoor design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg alt=\"Improved S909 Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-esdar-smart-lock-909-4224614.png?v=1756327622\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eModel:\u003c\/strong\u003e Smart Lock S909\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eBrand:\u003c\/strong\u003e Improved\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eSuitable Door Type:\u003c\/strong\u003e Outdoor Metal Doors\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eUnlock Methods:\u003c\/strong\u003e Fingerprint – Passcode – Card – App – Key\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eApp Control:\u003c\/strong\u003e Smart Lock \/ Tuya\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003ePower:\u003c\/strong\u003e 4 AA Batteries + Micro USB Emergency Port\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eResistance:\u003c\/strong\u003e Water-resistant \u0026amp; designed for outdoor conditions\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e 1 Year (NewTech)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eInstallation:\u003c\/strong\u003e Available in Kuwait with technical support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🌐\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eRemote Control\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eUnlock your door from anywhere in the world via the Tuya app and monitor entry and exit in real time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔑\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eTemporary Guest Codes\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eCreate and send temporary access codes for guests or workers that expire automatically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eAdvanced Security System\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eAuto-lock after closing and instant alerts for unauthorized access attempts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eReliable Operation\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003ePowered by AA batteries with a USB emergency port to ensure access even when batteries run out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eBox Contents\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 24px;\"\u003e\n\u003cul style=\"margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;\"\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e Improved Smart Lock S909\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e Smart Access Card\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e User \u0026amp; Programming Manual\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e Mounting Base + Installation Kit\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e Metal Emergency Keys\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e 1-Year Warranty\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 style=\"color: #fff; font-size: 26px; font-weight: 900; margin-bottom: 15px;\"\u003eMake Your Home Entrance Smarter and More Secure\u003c\/h2\u003e\n\u003cp style=\"color: #94a3b8; font-size: 19px; margin-bottom: 25px; line-height: 1.9;\"\u003eOrder now from NewTech store in Kuwait – the leader in smart home and security systems.\u003c\/p\u003e\n\u003ca class=\"btn-cta\" href=\"https:\/\/newtechq8.com\/\" rel=\"noopener\" target=\"_blank\"\u003e 🔒 Order Improved S909 Now \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":50080952779037,"sku":"SH-01009","price":59.9,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/9_cc372ea6-3df2-4666-b84a-cb30778fecd1.webp?v=1770912791"},{"product_id":"improved-outdoor-surveillance-camera-zoom-s2-solar-powered","title":"Improved Outdoor Surveillance Camera 4K Zoom x10 S2 Solar Powered","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --cam-gold: #d4af37;\n    --cam-gold-light: #ffb400;\n    --cam-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212, 175, 55, 0.25); border: 2px solid var(--cam-gold); color: var(--cam-gold-light); }\n  .badge-zoom { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2rem, 5vw, 3.5rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--cam-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255, 255, 255, 0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--cam-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--cam-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n    border-top: 4px solid var(--cam-gold);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--cam-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--cam-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      VIDEO SECTION\n  ══════════════════════════════════ *\/\n  .video-container {\n    position: relative; width: 100%; aspect-ratio: 16\/9; overflow: hidden; \n    border-radius: 30px; box-shadow: 0 20px 40px rgba(0,0,0,0.15);\n    margin: 50px 0; border: 2px solid var(--cam-gold);\n  }\n\n  \/* ══════════════════════════════════\n      TECHNICAL SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--cam-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--cam-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      INFO BOX\n  ══════════════════════════════════ *\/\n  .info-box {\n    background: var(--cam-dark); color: var(--white); padding: 45px; border-radius: 30px; margin: 50px 0;\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);\n    border-right: 8px solid var(--cam-gold);\n  }\n  .info-box h3 { color: var(--cam-gold-light); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }\n  \n  .list-item { list-style: none; padding: 0; margin: 0; }\n  .list-item li { \n    font-size: 1.25rem; margin-bottom: 15px; display: flex; gap: 15px; align-items: center;\n  }\n  .list-item li::before { content: '✓'; color: var(--cam-gold); font-weight: 900; font-size: 1.4rem; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--cam-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--cam-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--cam-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ridelux-body\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-gold\"\u003eTrue 10X Optical Zoom 🔍\u003c\/span\u003e \u003cspan class=\"badge badge-zoom\"\u003eDual 4G + Wi-Fi Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved 10X.. \u003cspan\u003eThe Eye That\u003c\/span\u003e Never Sleeps\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eDiscover details you’ve never seen before; the solar-powered 10X zoom camera delivers smart protection and powerful zoom capabilities with complete independence from electrical wiring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n\u003c!-- Intro Paragraph --\u003e\n\u003cdiv style=\"max-width: 850px; margin: 0 auto 50px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 1.35rem; color: var(--text-main); font-weight: 600;\"\u003eThe ultimate security solution for wide spaces; the Improved 10X combines long-range detail clarity with renewable solar energy to keep your property monitored 24\/7.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Is the Improved 10X the Perfect Choice?\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔍 10X Optical Zoom (5–50mm)\u003c\/h3\u003e\n\u003cp\u003eAn advanced lens that allows 10x zoom without losing quality, making it easy to read vehicle plates and identify faces from long distances.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔋 15600mAh Battery \u0026 8W Solar Panel\u003c\/h3\u003e\n\u003cp\u003eComplete energy sustainability; a massive battery paired with an integrated solar panel ensures the camera stays powered even in harsh weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🛰️ Dual 4G \u0026 Wi-Fi Connectivity\u003c\/h3\u003e\n\u003cp\u003eTotal flexibility in connection; choose between Wi-Fi or a 4G SIM card for locations without wireless network coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🤖 Smart PIR + AI Detection\u003c\/h3\u003e\n\u003cp\u003eArtificial intelligence analyzes movement accurately to distinguish people and avoid false alarms, while sending instant alerts and activating the siren when danger is detected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Video Showcase --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eSee the Power in Action\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"video-container\"\u003e\n\u003ciframe title=\"Improved 10X Camera\" src=\"https:\/\/www.youtube.com\/embed\/FsAQEGHRT1s?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=FsAQEGHRT1s\u0026amp;controls=0\u0026amp;rel=0\u0026amp;modestbranding=1\" style=\"width: 100%; height: 100%; border: 0;\" muted=\"\" playsinline=\"\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eZoom System\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e10X Optical Zoom (5–50mm Lens)\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003ePower Source\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e8W Solar Panel + 15600mAh Battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eNight Vision Quality\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHigh-Definition Full Color Night Vision\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003ePTZ Rotation Angles\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e355° Horizontal \/ 90° Vertical\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eProtection Rating\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eIP66 (Water, Dust \u0026 High Temperature Resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eCommunication\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eTwo-Way Audio (Talk \u0026 Listen) + 4G\/Wi-Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003c!-- Box Contents --\u003e\n\u003cdiv class=\"info-box\"\u003e\n\u003ch3\u003e📦 What’s Included in the Box?\u003c\/h3\u003e\n\u003cul class=\"list-item\"\u003e\n\u003cli\u003eImproved 10X camera with built-in battery.\u003c\/li\u003e\n\u003cli\u003e8W solar panel with a 3-meter connection cable.\u003c\/li\u003e\n\u003cli\u003eDurable metal brackets for mounting the camera and solar panel.\u003c\/li\u003e\n\u003cli\u003eInstallation and setup guide in both Arabic and English.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eSecure Your Property.. And Enjoy Entertainment\u003c\/h2\u003e\n\u003cp\u003eAfter protecting your home with the Improved 10X, experience true cinematic vibes with the home cinema package from NewTech!\u003c\/p\u003e\n\u003ca href=\"https:\/\/newtechq8.com\/\" class=\"shop-btn\"\u003eDiscover the Offers Now\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait — combining top-level security with premium home entertainment.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"4G - Internet Line","offer_id":50239073026333,"sku":"SH-02003","price":59.0,"currency_code":"KWD","in_stock":false},{"title":"WI-FI ","offer_id":50239122178333,"sku":"SH-02004","price":56.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/2_7ab9e2ad-8303-4964-903f-608262149ab2.webp?v=1771257757"},{"product_id":"projector-screen-100","title":"100-inch Home Cinema Screen with Remote Control","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --cinema-gold: #d4af37;\n    --cinema-gold-light: #ffb400;\n    --cinema-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--cinema-gold); color: var(--cinema-gold-light); }\n  .badge-tech { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--cinema-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--cinema-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--cinema-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--cinema-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--cinema-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      MEDIA LAYOUT\n  ══════════════════════════════════ *\/\n  .media-layout { display: flex; flex-wrap: wrap; gap: 30px; margin: 50px 0; align-items: center; }\n  .media-img { flex: 1 1 400px; border-radius: 25px; box-shadow: 0 15px 45px rgba(0,0,0,0.1); max-width: 100%; }\n  .media-text { flex: 1 1 400px; }\n\n  \/* ══════════════════════════════════\n      TECHNICAL SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--cinema-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--cinema-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--cinema-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--cinema-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--cinema-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .media-layout { flex-direction: column; text-align: center; }\n    .hero-title { font-size: 2.2rem; }\n    .hero-sub { font-size: 1.2rem; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e4K \u0026amp; 1080p Support ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-tech\"\u003eSmart Remote Control\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eHome Cinema Screen.. \u003cspan\u003eImmersive Experience\u003c\/span\u003e at the Press of a Button\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eTurn your room into a professional cinema setup with this 100-inch electric smart screen; premium performance, wireless control, and unmatched image quality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Intro Layout --\u003e\n\u003cdiv class=\"media-layout\"\u003e\n\u003cdiv class=\"media-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eSmart Display with Full Control\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; font-weight: 600; color: var(--text-main); margin-bottom: 25px;\"\u003eDesigned to deliver maximum convenience with high-end visual performance for movies and gaming.\u003c\/p\u003e\n\u003cul style=\"list-style: none; padding: 0; font-size: 1.15rem;\"\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e🎮 \u003cb\u003e4K \u0026amp; 1080p Support:\u003c\/b\u003e Enjoy sharp visuals and lifelike details.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e📡 \u003cb\u003eRemote Control:\u003c\/b\u003e Smart remote for effortless raise and lower operation.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e📐 \u003cb\u003e160° Viewing Angle:\u003c\/b\u003e Clear visibility from any position in the room.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e🛡️ \u003cb\u003eModern Aluminum Frame:\u003c\/b\u003e Durable and elegant white-coated design for a premium look.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🏠 Indoor \u0026amp; Outdoor Cinema\u003c\/h3\u003e\n\u003cp\u003eThanks to its multi-layer fabric, it delivers excellent clarity for both home theaters and outdoor events.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔨 Flexible Installation\u003c\/h3\u003e\n\u003cp\u003eDesigned for wall or ceiling mounting, giving you full flexibility in setting up your space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e✨ Premium Matte Fabric\u003c\/h3\u003e\n\u003cp\u003eMulti-layer white matte surface with a black backing to prevent light bleed and enhance contrast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🧽 Easy Maintenance\u003c\/h3\u003e\n\u003cp\u003eDust-resistant and easy to clean with water and mild soap to keep it looking brand new.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e100 inches (16:9 aspect ratio)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eResolution Support\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e1080p \u0026amp; 4K Ultra HD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eViewing Angle\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e160° with 1.1 gain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eScreen Material\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eMulti-layer matte fabric (black backing)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eFrame\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eModern white-coated aluminum structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eOperation\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eElectric motor with remote control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eTurn Your Home into a Cinema Today\u003c\/h2\u003e\n\u003cp\u003eOrder the 100-inch electric home cinema screen now from NewTech Kuwait and enjoy a premium entertainment experience.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait Store – your destination for smart entertainment solutions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":49437544382749,"sku":"TP-02004","price":65.9,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/shash-alsynma-almnzly-rymot-kntrol-100-ansh-4908239.png?v=1767780950"},{"product_id":"carlinkit-ai-box-ultra-tv-sdm660-android-13","title":"Carlinkit Ai Box Ultra SDM660 – Android 13 Car Screen Player","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d4af37;\n    --gold-light: #f59e0b;\n    --gold-pale: #fffbeb;\n    --dark: #0f172a;\n    --dark2: #1e293b;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n  }\n\n  body {\n    font-family: 'Cairo', 'Almarai', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 30px 10px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    direction: ltr;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n  .badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 15px; border-radius: 100px; font-size: 1.6rem; font-weight: 700; }\n  .badge-gold { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n  .badge-blue { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n  .hero-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff; }\n  .hero-title span { color: #60a5fa; }\n\n  .hero-sub { font-size: 18px; color: #94a3b8; max-width: 900px; margin: 0 auto 22px; line-height: 1.9; }\n\n  .hero-stats { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }\n  .stat { text-align: center; }\n  .stat-num { font-size: 1.8rem; font-weight: 900; color: #fbbf24; display: block; line-height: 1; }\n  .stat-label { font-size: 1.4rem; color: #94a3b8; margin-top: 4px; }\n\n  .hero-img-wrap { max-width: 900px; margin: 18px auto 0; border-radius: 0 0 20px 20px; overflow: hidden; }\n  .hero-img-wrap img { width: 100%; object-fit: cover; }\n\n  .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; direction: ltr; }\n\n  .section { padding: 26px 0; }\n  .section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }\n  .section-head .bar { width: 5px; height: 30px; flex-shrink: 0; border-radius: 4px; background: linear-gradient(180deg, var(--blue), var(--gold)); }\n  .section-head h2 { font-size: 26px; font-weight: 800; color: var(--text); }\n\n  .divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }\n\n  .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }\n  .feat-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 20px; transition: transform .3s, box-shadow .3s, border-color .3s; }\n  .feat-card:hover { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(26,86,219,.1); border-color: var(--blue-pale); }\n  .feat-icon { font-size: 2rem; margin-bottom: 10px; }\n  .feat-title { font-size: 1.4rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }\n  .feat-desc { font-size: 18px; color: var(--muted); }\n\n  .split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 10px 0; }\n  .split-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }\n  .split-img img { width: 100%; height: auto; object-fit: cover; display: block; }\n  .split-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--blue-light); border: 1px solid var(--blue-pale); color: var(--blue); padding: 5px 14px; border-radius: 100px; font-size: 1.5rem; font-weight: 700; margin-bottom: 12px; }\n  .split-title { font-size: 26px; font-weight: 900; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }\n  .split-desc { font-size: 18px; color: var(--muted); margin-bottom: 16px; line-height: 1.8; }\n  .split-points { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }\n  .split-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 18px; font-weight: 600; color: var(--text); }\n  .split-points li .ck { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; background: var(--green-light); border: 1px solid rgba(5,150,105,.3); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--green); margin-top: 2px; }\n\n  .spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }\n  .spec-item { background: #fff; padding: 12px 15px; border-radius: 10px; border: 1px solid #eee; font-size: 18px; color: #333; line-height: 1.8; }\n  .spec-item strong { color: var(--gold); }\n\n  .cta-section { background: linear-gradient(135deg, var(--dark), #1e3560); border-radius: 20px; padding: 40px 24px; text-align: center; margin: 40px 0 24px; }\n  .btn-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark)); color: #fff; font-family: inherit; font-size: 1.4rem; font-weight: 800; padding: 14px 40px; border-radius: 10px; border: none; cursor: pointer; text-decoration: none; }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; }\n    .spec-grid { grid-template-columns: 1fr !important; }\n    .split-img { order: -1; }\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ Latest Version Carlinkit Wireless CarPlay\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 Full Android 13\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eCarlinkit \u003cspan\u003eWireless CarPlay Player\u003c\/span\u003e\u003cbr\u003eUpgrade Your Car to the Smart Generation\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eTurn your car screen into a fully integrated smart system with \u003cstrong style=\"color: #fbbf24;\"\u003eAndroid 13\u003c\/strong\u003e, powered by Qualcomm SDM660 processor, with HDMI support for external displays, and wireless app, navigation, and music usage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ktaa-ai-box-ultra-tv-sdm660-karlnkyt-altra-ty-fy-androyd-13-9114729.png?v=1756327623\" alt=\"Carlinkit Wireless CarPlay\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Features Split Section --\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv\u003e\u003cspan class=\"split-badge\"\u003e✨ Device Features\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eCarlinkit Wireless CarPlay Player Features\u003c\/h2\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nTurn your car screen into a smart display with Android 13\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nHDMI port for displaying videos on external screens\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nQualcomm SDM660 processor for fast performance and excellent responsiveness\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nWireless CarPlay support for apps and calls without cables\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nMore than 1000 customization options and color themes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ktaa-ai-box-ultra-tv-sdm660-karlnkyt-altra-ty-fy-androyd-13-9114729.png?v=1756327623\" alt=\"Carlinkit Android Box\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- Specs Section --\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ktaa-ai-box-ultra-tv-sdm660-karlnkyt-altra-ty-fy-androyd-13-8806774.png?v=1756327622\" alt=\"Carlinkit Box\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan class=\"split-badge\"\u003e💻 Technical Specifications\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eCategory:\u003c\/strong\u003e Car Accessories \u0026amp; Supplies\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eRAM:\u003c\/strong\u003e 8 GB\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eProcessor:\u003c\/strong\u003e Qualcomm Snapdragon QCM6225 SDM660\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eStorage:\u003c\/strong\u003e 128 GB\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eSystem Version:\u003c\/strong\u003e Android 13\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eBluetooth:\u003c\/strong\u003e 5.0 – BR\/EDR\/BLE\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e 90 × 84.9 × 17.1 mm\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003ePorts:\u003c\/strong\u003e Type-C, HDMI, USB-A, SIM 4G\/3G\/2G, TF card up to 512GB\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- Usage Section --\u003e\n\u003csection class=\"section\"\u003e\u003cspan class=\"split-badge\"\u003e🚗 Usage\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eTurn Your Car Screen into a Smart System\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eWith Carlinkit Wireless CarPlay Player, you can run Android apps, use maps, watch videos, and browse the internet directly from your car screen. You can also integrate the device with \u003cstrong\u003eRidelux C2C\u003c\/strong\u003e screen for an enhanced viewing experience.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- Final CTA Section --\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003ch2 style=\"color: #fff; font-size: 26px; font-weight: 900; margin-bottom: 15px;\"\u003eUpgrade Your Car Now\u003c\/h2\u003e\n\u003cp style=\"color: #94a3b8; font-size: 19px; margin-bottom: 25px; line-height: 1.9;\"\u003eOrder now \u003cstrong\u003eCarlinkit Wireless CarPlay Player\u003c\/strong\u003e from \u003ca style=\"color: #fbbf24; text-decoration: none;\" href=\"https:\/\/newtechq8.com\"\u003eNewTech Store – #1 Car Screens in Kuwait\u003c\/a\u003e.\u003c\/p\u003e\n\u003ca class=\"btn-cta\" href=\"https:\/\/newtechq8.com\" target=\"_blank\"\u003e📱 Order Carlinkit Now\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Carlinkit","offers":[{"title":"Default Title","offer_id":50080957890845,"sku":"CA-02004","price":74.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ktaa-ai-box-ultra-tv-sdm660-karlnkyt-altra-ty-fy-androyd-13-9422137.png?v=1768324706"},{"product_id":"ridelux-c2c-chinese-car-carplay","title":"RideLux C2C Chinese CarPlay","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d4af37;\n    --dark: #0f172a;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n  }\n\n  body {\n    font-family: 'Cairo','Almarai',sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    margin: 0;\n  }\n\n  .container {\n    max-width: 1200px;\n    margin: auto;\n    padding: 0 20px;\n    direction: ltr;\n  }\n\n  \/* Hero Section *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    color: #fff;\n    padding: 40px 20px;\n    border-radius: 16px;\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  .hero .badge {\n    display: inline-block;\n    margin: 6px;\n    padding: 6px 16px;\n    border-radius: 100px;\n    font-weight: 700;\n    font-size: 1.2rem;\n  }\n  .badge-gold { background: var(--blue-light); color: var(--gold); border: 1px solid var(--gold); }\n  .badge-blue { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.25); }\n  .hero h1 {\n    color: #fbbf24;\n    font-size: clamp(2rem,5vw,3rem);\n    font-weight: 900;\n    margin: 16px 0;\n  }\n  .hero h1 span { color: #fbbf24; }\n  .hero p {\n    font-size: 18px;\n    line-height: 1.8;\n    max-width: 800px;\n    margin: 0 auto;\n    color: #f1f5f9;\n  }\n\n  .split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-bottom: 40px; }\n  .split-img img { width: 100%; border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,.08); }\n  .split-badge { background: var(--blue-light); color: var(--blue); padding: 6px 16px; border-radius: 100px; border: 1px solid var(--blue-pale); display: inline-block; margin-bottom: 12px; font-weight: 700; }\n  .split-title { font-size: 26px; font-weight: 900; margin-bottom: 14px; }\n  .split-desc { font-size: 17px; line-height: 1.9; color: var(--muted); margin-bottom: 16px; }\n\n  .points { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; }\n  .points li { display:flex; align-items:flex-start; gap:10px; font-size:16px; font-weight:600; color:var(--text); }\n  .ck { width:20px; height:20px; border-radius:50%; background: var(--green-light); border:1px solid rgba(5,150,105,.3); display:flex; align-items:center; justify-content:center; color:var(--green); font-size:13px; flex-shrink:0; }\n\n  .divider { border:none; border-top:1px solid var(--border); margin:40px 0; }\n\n  .cta { background: linear-gradient(135deg, var(--dark), #1e3560); border-radius: 20px; padding: 40px; text-align:center; color:#fff; }\n  .btn { background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark)); color:#fff; font-weight:800; padding:14px 30px; border-radius:10px; text-decoration:none; display:inline-block; margin-top:15px; }\n\n  @media (max-width:768px){\n    .split{grid-template-columns:1fr;}\n    .split-img{order:-1;}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ Latest RideLux C2C Adapter\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 Supports Android Auto \u0026amp; Apple CarPlay\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1\u003eRideLux \u003cspan\u003eC2C\u003c\/span\u003e\u003cbr\u003eA Smart Experience for Your Car Screen\u003c\/h1\u003e\n\u003cp\u003eTransform your Chinese car screen into a fully integrated system that supports \u003cstrong\u003eAndroid Auto\u003c\/strong\u003e and \u003cstrong style=\"color: #fbbf24;\"\u003eApple CarPlay\u003c\/strong\u003e, with support for \u003cstrong style=\"color: #fbbf24;\"\u003eCarbitlink\u003c\/strong\u003e and \u003cstrong style=\"color: #fbbf24;\"\u003eEasy Connect\u003c\/strong\u003e for a smooth and safe driving experience.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT --\u003e\n\u003csection class=\"split\"\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg src=\"https:\/\/newtechq8.com\/cdn\/shop\/files\/Arabic_9c850668-054e-49a0-a874-be60f174625b.png?v=1758939246\" alt=\"RideLux C2C\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan class=\"split-badge\"\u003e🚗 Product\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eRideLux C2C — CarPlay\/Android Auto Adapter\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eDirect USB connection gives you full control over music, calls, and maps, with fast wireless response and a safer driving experience.\u003c\/p\u003e\n\u003cul class=\"points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFull control of music and calls\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nEasy access to smart navigation\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFast and stable performance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- WHY --\u003e\n\u003csection\u003e\u003cspan class=\"split-badge\"\u003e💡 Why Choose It?\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eWhy RideLux C2C?\u003c\/h2\u003e\n\u003cul class=\"points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFast performance and high stability\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nCompact and elegant design\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nWide compatibility with Chinese cars\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSmart hands-free operation\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nEasy Plug \u0026amp; Play installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nAutomatic wireless connection\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nRun YouTube, Netflix, and Spotify\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFully wireless experience\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- VIDEO --\u003e\n\u003csection class=\"split\"\u003e\n\u003cdiv\u003e\u003cspan class=\"split-badge\"\u003e🎥 Demo Video\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eWatch the Product in Action\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eDiscover how RideLux C2C transforms your car screen into a fully smart experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003ciframe width=\"100%\" height=\"300\" src=\"https:\/\/www.youtube.com\/embed\/T8SA6Umymdw\" style=\"border-radius: 16px; border: 0;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- FEATURES --\u003e\n\u003csection\u003e\u003cspan class=\"split-badge\"\u003e✨ Key Features\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eRideLux C2C Features\u003c\/h2\u003e\n\u003cul class=\"points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nConvert your screen to CarPlay and Android Auto\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSupports Carbitlink and Easy Connect\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nCompatible with iPhone and Android\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFast response and high stability\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFast performance and easy to use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- CTA --\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2 style=\"color: #fbbf24;\"\u003eOrder Now\u003c\/h2\u003e\n\u003cp\u003eAvailable now at NewTechQ8 with the best prices and fast delivery service.\u003c\/p\u003e\n\u003ca href=\"https:\/\/newtechq8.com\/\" class=\"btn\"\u003eVisit Store\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Ridelux","offers":[{"title":"Default Title","offer_id":50080958382365,"sku":"CA-02007","price":39.9,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ChatGPT_Image_May_27_2026_05_41_43_AM.png?v=1779849971"},{"product_id":"azdome-4k-dash-cam-m300s","title":"Azdome M300S Dash Cam 4K – Compact, High-Definition Car Camera","description":"\u003c!-- Intro --\u003e\n\u003csection dir=\"ltr\" style=\"width: 100%; max-width: 100%; padding: 10px; box-sizing: border-box; text-align: left;\"\u003e\n\u003cp style=\"font-size: 18px; line-height: 1.8; margin: auto; max-width: 850px;\"\u003eDiscover the \u003cstrong style=\"color: #d4af37;\"\u003eAzdome M300S\u003c\/strong\u003e dash camera for your car, delivering 4K resolution to monitor the road and protect your vehicle on every journey. Compact and practical, it features fast Wi-Fi, advanced night vision, and voice control for precise tracking of your driving moments.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n* { box-sizing: border-box; }\n\n@media (max-width: 768px) {\n  section \u003e div[style] {\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n    width: 100% !important;\n    max-width: 100% !important;\n  }\n  h2, h3, p, .tabs {\n    padding-left: 2px !important;\n    padding-right: 2px !important;\n    text-align: center !important;\n    width: 100% !important;\n  }\n  li { padding-right: 5px !important; }\n  section img, section video, section iframe, .content img, .content video {\n    max-width: 100% !important;\n    margin: 0 !important;\n    border-radius: 5 !important;\n  }\n  section div \u003e div { padding: 0 !important; margin: 1px !important; }\n}\n.tabs { display: flex; justify-content: center; gap: 5px; margin-bottom: 20px; direction: ltr; flex-wrap: wrap; }\n.tab-btn { padding: 10px 20px; background: #e4e4e4; color: #222; border: none; cursor: pointer; border-radius: 6px; transition: 0.3s; }\n.tab-btn.active { background: #d4af37; font-size: 14px; font-weight: bold; }\n.content { display: none; }\n.content.active { display: block; }\n\u003c\/style\u003e\n\u003c!-- Tabs --\u003e\n\u003cdiv class=\"tabs\"\u003e\u003cbutton data-target=\"tab1\" class=\"tab-btn active\"\u003eDay\u003c\/button\u003e \u003cbutton data-target=\"tab2\" class=\"tab-btn\"\u003eNight\u003c\/button\u003e \u003cbutton data-target=\"tab3\" class=\"tab-btn\"\u003eMobile\u003c\/button\u003e\u003c\/div\u003e\n\u003c!-- Video Contents --\u003e\n\u003cdiv class=\"content active\" id=\"tab1\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden;\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9a4f3baa1dad4982989c3f2e17c790cd.mp4\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"content\" id=\"tab2\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden;\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/eebbe56654b34ce099fc8192f604bf92.mp4\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"content\" id=\"tab3\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden;\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5e359e7f8e9441d4ba9918fbb11ab7e7.mov\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 40px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 26px; margin-bottom: 15px;\"\u003eFeatures\u003c\/h2\u003e\n\u003cul style=\"list-style-type: disc; padding-left: 20px; line-height: 1.9; font-size: 18px;\"\u003e\n\u003cli\u003e\u003cstrong\u003eUltra HD Recording:\u003c\/strong\u003e Front 4K \u0026amp; rear 1080P cameras for high-definition footage.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e24\/7 Smart Monitoring:\u003c\/strong\u003e Motion \u0026amp; collision sensors automatically record incidents.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBuilt-in GPS:\u003c\/strong\u003e Accurate location, route, and speed tracking.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eWi-Fi 5G:\u003c\/strong\u003e Instant video sharing via AZDOME app.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eAdvanced Night Vision:\u003c\/strong\u003e F1.8 lens with WDR for clear low-light recording.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eDurable Performance:\u003c\/strong\u003e Heat-resistant and built to handle extreme conditions.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eWide Angle View:\u003c\/strong\u003e Front 170° \/ Rear 150° for full road coverage.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eExpandable Storage:\u003c\/strong\u003e Supports up to 256GB for long trips.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 450px; height: auto; border-radius: 12px;\" alt=\"Azdome M300S Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/S820b1c1c77ae42699098f2adffd01e31b.avif?v=1764261317\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Night Vision --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 40px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; display: flex; flex-wrap: wrap-reverse; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 450px; height: auto; border-radius: 12px;\" alt=\"Night Vision\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Sb433998181c7458da3240ae81a343e34j.avif?v=1764261532\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 26px; margin-bottom: 15px;\"\u003eAdvanced Night Vision\u003c\/h2\u003e\n\u003cp style=\"line-height: 1.9; font-size: 18px;\"\u003eEquipped with a wide F1.8 lens and WDR technology, it ensures clear recording in total darkness, enhancing nighttime driving safety and improving license plate and road sign visibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Road Angle Coverage --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 20px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 450px; height: auto; border-radius: 12px;\" alt=\"Road Coverage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/S0a11d6c99b03436cbc2e4f0cac56cfb2d.avif?v=1764261255\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 24px; margin-bottom: 15px;\"\u003eCapture Every Angle\u003c\/h2\u003e\n\u003cp style=\"line-height: 1.9; font-size: 18px;\"\u003eRecord every moment on the road with complete coverage:\u003c\/p\u003e\n\u003cul style=\"list-style-type: disc; padding-left: 20px; line-height: 1.9; font-size: 18px;\"\u003e\n\u003cli\u003e\u003cstrong\u003eFront Camera:\u003c\/strong\u003e 4K UHD, 170° angle\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eRear Camera:\u003c\/strong\u003e 1080P FHD, 150° angle\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eDual M300S Camera:\u003c\/strong\u003e Wide-angle lens capturing full road details\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- AZDOME M300S Specs Table --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 40px 0; background: #f9f9f9; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"text-align: center; color: #222; font-size: 22px; font-weight: bold; margin-bottom: 20px;\"\u003e\u003cspan style=\"color: #d4af37;\"\u003eAZDOME M300S Technical Specifications\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 15px;\"\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eFront Resolution\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003e4K UHD (3840×2160)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eRear Resolution\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003e1080P FHD\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eLens Angle\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eFront 170° \/ Rear 150°\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eLens\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eF1.8 + WDR\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eConnectivity\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eWi-Fi 5.8GHz\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eStorage\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eUp to 256GB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eGPS\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eBuilt-in\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eMotion Sensor\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eAvailable\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eWarranty\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003e1 Year by NewTech\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Additional Image --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 20px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 25px;\"\u003e\u003cimg src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXe-tRQqXRXq5ZrTnmvrURC6XMVhukt75qJicRLZF3DiMyl_28WNjrQw5CrF98pPiPGpWP-O6TzA38McWKKgdlhCupDs2j_1e5S7OmMhvwiCZsy2r65wtEICdDFNOTdpNpsT0C3e0Q?key=pehz_QnBMzfmW04yU16Z8a8h\" alt=\"Azdome M300S Additional View\" style=\"width: 100%; max-width: 1400px; height: auto; border-radius: 6px;\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Box Contents --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 10px 0; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 24px; margin-bottom: 15px;\"\u003eBox Contents\u003c\/h2\u003e\n\u003cul style=\"line-height: 1.9; color: #222; font-size: 18px; padding-left: 20px;\"\u003e\n\u003cli\u003eFront Camera 4K\u003c\/li\u003e\n\u003cli\u003eRear Camera 1080P\u003c\/li\u003e\n\u003cli\u003e3.5m USB-C power cable\u003c\/li\u003e\n\u003cli\u003e64GB memory included, supports up to 256GB\u003c\/li\u003e\n\u003cli\u003eElectrostatic stickers\u003c\/li\u003e\n\u003cli\u003eDouble-sided tape\u003c\/li\u003e\n\u003cli\u003eCable clips ×5\u003c\/li\u003e\n\u003cli\u003eRemoval tool\u003c\/li\u003e\n\u003cli\u003eUser manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Why Choose --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 30px 0; font-family: 'Almarai','Cairo',sans-serif; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 24px; margin-bottom: 15px;\"\u003eWhy Choose AZDOME M300S?\u003c\/h2\u003e\n\u003cp style=\"line-height: 1.9; font-size: 18px; color: #222;\"\u003eIt offers smart protection, ultra-clear 4K recording, fast Wi-Fi, built-in GPS, and advanced night vision.\u003c\/p\u003e\n\u003cp style=\"line-height: 1.9; font-size: 18px; color: #222;\"\u003eOrder now at an affordable price from \u003cspan style=\"color: #adad22;\"\u003e\u003ca style=\"color: #adad22;\" href=\"https:\/\/newtechq8.com\/\"\u003eNewTech\u003c\/a\u003e\u003c\/span\u003e and enjoy the ultimate driving experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e","brand":"AZDOME","offers":[{"title":"Default Title","offer_id":50080963395869,"sku":"CA-01004","price":39.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/azdom-dash-kam-4k-m300s-hjm-sghyr-6392358.png?v=1768324745"},{"product_id":"azdome-m660-2k-dash-cam","title":"AZDOME M660 360° Car Camera, 4 Cameras, Front, Rear and Side Viewing","description":"\u003csection style=\"width: 100%; max-width: 100%; padding: 10px 10px; box-sizing: border-box; text-align: left; direction: ltr;\"\u003e\n\u003cp style=\"font-size: 18px; line-height: 1.8; text-align: left; margin: auto; max-width: 850px;\"\u003eThe \u003cstrong style=\"color: #d4af37;\"\u003eAzdome M660 2K Dash Cam\u003c\/strong\u003e provides full 360° coverage inside and outside your car thanks to 4 professional lenses, advanced night vision, 24\/7 continuous recording, accurate GPS tracking, and instant sharing via Wi-Fi. Durable design with consistent performance in all conditions, backed by a full one-year warranty from NewTech.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n* {\n  box-sizing: border-box;\n}\n\n@media (max-width: 768px) {\n  section \u003e div[style] {\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n    width: 100% !important;\n    max-width: 100% !important;\n  }\n\n  h2, p, .tabs {\n    padding-left: 2px !important;\n    padding-right: 2px !important;\n    text-align: center !important;\n    width: 100% !important;\n  }\n  \n  li {\n    padding-left: 5px !important;\n  }\n\n  section img, \n  section video, \n  section iframe,\n  .content img,\n  .content video {\n    max-width: 100% !important;\n    margin: 0 !important;\n    border-radius: 5 !important;\n  }\n\n  section div \u003e div {\n    padding: 0 !important;\n    margin: 1px !important;\n  }\n}\n\n.tabs {\n  display: flex;\n  justify-content: center;\n  gap: 5px;\n  margin-bottom: 20px;\n  flex-wrap: wrap;\n}\n\n.tab-btn {\n  padding: 10px 20px;\n  background: #e4e4e4;\n  color: #222;\n  border: none;\n  cursor: pointer;\n  border-radius: 6px;\n  transition: 0.3s;\n}\n\n.tab-btn.active {\n  background: #d4af37;\n  font-size: 14px;\n  font-weight: bold;\n}\n\n.content {\n  display: none;\n}\n\n.content.active {\n  display: block;\n}\n\u003c\/style\u003e\n\u003c!-- Tabs --\u003e\n\u003cdiv class=\"tabs\"\u003e\u003cbutton data-target=\"tab1\" class=\"tab-btn active\"\u003eDay\u003c\/button\u003e \u003cbutton data-target=\"tab2\" class=\"tab-btn\"\u003eNight\u003c\/button\u003e \u003cbutton data-target=\"tab3\" class=\"tab-btn\"\u003eScreen\u003c\/button\u003e \u003cbutton data-target=\"tab4\" class=\"tab-btn\"\u003eSide\u003c\/button\u003e \u003cbutton data-target=\"tab5\" class=\"tab-btn\"\u003eMobile\u003c\/button\u003e\u003c\/div\u003e\n\u003c!-- Tab Contents --\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; border-radius: 15px; overflow: hidden;\" class=\"content active\" id=\"tab1\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/65343f01bb4a49ba996010f3c9e96444.mp4\" type=\"video\/mp4\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; border-radius: 15px; overflow: hidden;\" class=\"content\" id=\"tab2\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/718b605658784af887fb057565f33f60.mp4\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; border-radius: 15px; overflow: hidden;\" class=\"content\" id=\"tab3\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0e5b58d3aeef46d7990975516c985cba.mp4\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; border-radius: 15px; overflow: hidden;\" class=\"content\" id=\"tab4\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f0476ebf22b04694a1ec09a190d0d433.mp4\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; border-radius: 15px; overflow: hidden;\" class=\"content\" id=\"tab5\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/dcaf674c0b404124915fcc48ceeaf317.mp4\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 40px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; text-align: left; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 26px; margin-bottom: 15px;\"\u003eKey Features\u003c\/h2\u003e\n\u003cul style=\"padding-left: 0; line-height: 1.9; font-size: 18px; margin: 0;\"\u003e\n\u003cli\u003eFull 360° coverage: front, rear, and side.\u003c\/li\u003e\n\u003cli\u003e2K front resolution, 1080P for other lenses.\u003c\/li\u003e\n\u003cli\u003e24\/7 continuous recording with motion detection.\u003c\/li\u003e\n\u003cli\u003eBuilt-in GPS for tracking route and speed.\u003c\/li\u003e\n\u003cli\u003eWi-Fi 5G for fast video sharing.\u003c\/li\u003e\n\u003cli\u003eVoice control while driving.\u003c\/li\u003e\n\u003cli\u003e128GB eMMC internal storage.\u003c\/li\u003e\n\u003cli\u003eHeat, water, and dust resistant.\u003c\/li\u003e\n\u003cli\u003eOne-year warranty + installation and support in Kuwait.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 500px; height: auto; border-radius: 12px; display: block; margin: 0 auto;\" alt=\"Azdome M660\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/S22101aadc34a4853a27bd64a8f73ee3aN.avif?v=1764517078\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Wi-Fi Feature Section --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 40px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; text-align: left; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 2px; display: flex; flex-wrap: wrap-reverse; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 520px; height: auto; border-radius: 12px; display: block; margin: 0 auto;\" alt=\"Wi-Fi 5G Sharing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Saf3fee0ebd41474195474282ffb67aeaR_0fae5d71-e03a-4c05-b4e0-a282672c78d7.avif?v=1764516407\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 26px; margin-bottom: 15px;\"\u003eWi-Fi 5G for Fast Video Sharing\u003c\/h2\u003e\n\u003cp style=\"line-height: 1.9; font-size: 18px; margin: 0;\"\u003eShare your trip videos instantly through the AZDOME app at high speed thanks to the Wi-Fi 5G connection, without cables or manual transfers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Voice Control Section --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 20px 0; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; gap: 25px; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; text-align: left; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 24px; margin-bottom: 15px;\"\u003eVoice Control While Driving\u003c\/h2\u003e\n\u003cp style=\"line-height: 1.9; font-size: 18px; margin: 0;\"\u003eCapture photos or start recording with voice commands without touching the camera, for a safer and more comfortable driving experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 500px; height: auto; border-radius: 10px; display: block; margin: 0 auto;\" alt=\"Voice Control\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/S642100013c504f41ac01f4bc14997394F.avif?v=1764516266\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Product Specs Section --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 40px 0; background: #f9f9f9; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; text-align: left; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 22px; margin-bottom: 20px;\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable style=\"width: 100%; max-width: 700px; margin: 0 auto; border-collapse: collapse; text-align: left; font-size: 16px;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFront Camera\u003c\/td\u003e\n\u003ctd\u003e2K (2560×1440)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear Camera\u003c\/td\u003e\n\u003ctd\u003e1080P\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSide Cameras\u003c\/td\u003e\n\u003ctd\u003e1080P, 150° angle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNight Vision\u003c\/td\u003e\n\u003ctd\u003eInfrared (IR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003e128GB eMMC internal memory\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConnectivity\u003c\/td\u003e\n\u003ctd\u003eWi-Fi 5G + GPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl\u003c\/td\u003e\n\u003ctd\u003eVoice commands\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Viewing Angle\u003c\/td\u003e\n\u003ctd\u003e360°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecording System\u003c\/td\u003e\n\u003ctd\u003eLoop recording + motion detection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003eDirect fuse box connection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTemperature Resistance\u003c\/td\u003e\n\u003ctd\u003e-20° to +70°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- YouTube Video --\u003e\n\u003csection style=\"text-align: center; padding: 30px 5%;\"\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); margin-bottom: 10px;\"\u003e\u003ciframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: 12px;\" src=\"https:\/\/www.youtube.com\/embed\/rzTSkpJGE98?si=51Gi3n3T4YAsc4oe\" title=\"Azdome PG17 Pro\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Box Contents --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 10px 0; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; text-align: left; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 20px; margin-bottom: 15px;\"\u003eBox Contents\u003c\/h2\u003e\n\u003cul style=\"line-height: 1.9; color: #222; font-size: 16px; padding-left: 0; margin: 0;\"\u003e\n\u003cli\u003eMain Azdome M660 2K Camera\u003c\/li\u003e\n\u003cli\u003e1080P Rear Camera\u003c\/li\u003e\n\u003cli\u003eTwo 1080P Side Cameras\u003c\/li\u003e\n\u003cli\u003eLong power cable for fuse box connection\u003c\/li\u003e\n\u003cli\u003eWindshield mounting base\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003cli\u003eFull installation accessories\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Discover More --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 30px 0; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; text-align: left; color: #111;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cp style=\"line-height: 1.9; font-size: 18px; color: #222; margin: 0;\"\u003eDiscover more of \u003cspan style=\"color: #d4af37;\"\u003e\u003ca href=\"https:\/\/newtechq8.com\/collections\/%D8%A7%D9%84%D8%A3%D9%83%D8%AB%D8%B1-%D9%85%D8%A8%D9%8A%D8%B9%D8%A7%D9%8B\" style=\"color: #d4af37;\" title=\"Browse our best-selling products\"\u003eour products\u003c\/a\u003e\u003c\/span\u003e at \u003cspan style=\"color: #d4af37;\"\u003e\u003ca href=\"https:\/\/newtechq8.com\/\" style=\"color: #d4af37; text-decoration: none;\" title=\"NewTech\" rel=\"noopener\" target=\"_blank\"\u003eour store\u003c\/a\u003e\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"AZDOME","offers":[{"title":"Default Title","offer_id":50080962674973,"sku":"CA-01001","price":79.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/azdom-dash-kam-4k-m660-ahdth-esdar-dash-kam-2528620.png?v=1768324759"},{"product_id":"xnano-ultra-360-google-tv-projector","title":"Xnano Ultra 360 Projector with Google TV","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --xnano-gold: #d4af37;\n    --xnano-gold-light: #ffb400;\n    --xnano-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--xnano-gold); color: var(--xnano-gold-light); }\n  .badge-tech { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--xnano-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--xnano-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--xnano-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--xnano-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--xnano-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      MEDIA DISPLAY\n  ══════════════════════════════════ *\/\n  .media-layout { display: flex; flex-wrap: wrap; gap: 30px; margin: 50px 0; align-items: center; }\n  .media-img { flex: 1 1 400px; border-radius: 25px; box-shadow: 0 15px 45px rgba(0,0,0,0.1); max-width: 100%; }\n  .media-text { flex: 1 1 400px; }\n\n  \/* ══════════════════════════════════\n      TECHNICAL SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--xnano-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--xnano-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      FAQ \u0026 TIPS\n  ══════════════════════════════════ *\/\n  .info-container { margin-top: 50px; }\n  .info-item { background: #fff; border: 1px solid var(--border); border-radius: 15px; padding: 25px; margin-bottom: 15px; }\n  .info-item h4 { font-size: 1.4rem; font-weight: 900; color: var(--xnano-dark); margin-bottom: 10px; }\n  .info-item p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--xnano-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--xnano-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--xnano-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eBuilt-in Google TV System ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-tech\"\u003eXnano Ultra 360\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eSmart cinema.. \u003cspan\u003ewherever you are\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy an immersive viewing experience and vibrant colors with the Xnano Ultra 360 projector; combining the intelligence of Google TV with exceptional image quality in a compact design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Intro Layout --\u003e\n\u003cdiv class=\"media-layout\"\u003e\n\u003cdiv class=\"media-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eFeatures of Xnano Ultra 360\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; font-weight: 600; color: var(--text-main); margin-bottom: 25px;\"\u003eThe Xnano Ultra is designed to be the heart of entertainment in your home, with seamless access to your favorite content.\u003c\/p\u003e\n\u003cul style=\"list-style: none; padding: 0; font-size: 1.15rem;\"\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e🎬 \u003cb\u003eGoogle TV System:\u003c\/b\u003e Browse thousands of apps like YouTube and Netflix with ease and intelligence.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e📡 \u003cb\u003eWireless connectivity:\u003c\/b\u003e Full support for Wi-Fi and Bluetooth to instantly stream content from your phone.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e🔊 \u003cb\u003eBuilt-in speakers:\u003c\/b\u003e Clear and powerful sound that eliminates the need for external speakers in daily use.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e📐 \u003cb\u003e360-degree design:\u003c\/b\u003e Exceptional flexibility in projection angles to suit any space or wall.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Grid --\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🌈 Vivid and sharp colors\u003c\/h3\u003e\n\u003cp\u003eStunning image quality that comes to life, delivering fine details and an immersive cinematic experience in your home or office.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🏢 Perfect for all spaces\u003c\/h3\u003e\n\u003cp\u003eThanks to its compact design, the projector fits perfectly in homes, offices, and even outdoor events and trips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🚀 Smart and smooth performance\u003c\/h3\u003e\n\u003cp\u003eAn advanced processor ensures fast navigation between apps and smooth playback of high-definition content without lag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e⚡ Setup in seconds\u003c\/h3\u003e\n\u003cp\u003eNo complicated installation; just place it on a flat surface, connect to Wi-Fi, and start your cinematic journey instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Media Display 2 --\u003e\n\u003cdiv style=\"flex-direction: row-reverse;\" class=\"media-layout\"\u003e\n\u003cdiv class=\"media-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eSystem\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eSmart Google TV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eResolution\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eFull HD \/ 4K Supported\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eConnectivity\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eDual Band Wi-Fi \/ Bluetooth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eAudio\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHi-Fi Built-in Speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eUsage\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHome, office, outdoor events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-container\"\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003eDoes it support all Google TV apps?\u003c\/h4\u003e\n\u003cp\u003eYes, it gives you full access to the Google TV app store to download YouTube, Netflix, and everything you prefer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003eCan it be used wirelessly?\u003c\/h4\u003e\n\u003cp\u003eAbsolutely, you can connect via Wi-Fi for streaming or Bluetooth to connect external audio devices or for wireless display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003ch4\u003eWhat is the best placement for projection?\u003c\/h4\u003e\n\u003cp\u003eIt is recommended to place the projector on a flat and stable surface to ensure image stability and an optimal viewing experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eTurn your room into a cinema now\u003c\/h2\u003e\n\u003cp\u003eOrder Xnano Ultra 360 from NewTech Kuwait and enjoy the best home display technologies with guaranteed quality.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait store - your first destination for innovation and excellence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":49474304639261,"sku":"TP-01003","price":89.9,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/brojktr-xnano-ultra-360-maa-ntham-kokl-tv-7192932.png?v=1768324780"},{"product_id":"projector-screen-stand-100-inch","title":"100-inch Floor Stand Projector Screen | High-Quality Portable Projector Screen","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --stand-gold: #d4af37;\n    --stand-gold-light: #ffb400;\n    --stand-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--stand-gold); color: var(--stand-gold-light); }\n  .badge-moment { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--stand-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--stand-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--stand-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--stand-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--stand-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      SPECS BOX\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--stand-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--stand-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--stand-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--stand-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--stand-gold-light);\n    color: #000; border-radius: 50px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 2rem; }\n    .hero-sub { font-size: 1.2rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eMOMENT PROJECT EXCLUSIVE ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-moment\"\u003eSmart Floor Stand\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003e100-Inch Screen.. \u003cspan\u003eCinematic Luxury\u003c\/span\u003e at Home\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy a professional cinematic viewing experience with this floor stand projector screen; exceptional image quality combined with an intelligent mounting system designed to meet your expectations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Is This Screen the Perfect Choice?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e📐 Wide Viewing Area\u003c\/h3\u003e\n\u003cp\u003eWith a 100-inch size and 16:9 aspect ratio, enjoy the ideal cinematic format for movies, sports, and high-definition content with stunning clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e💨 Dual Pneumatic System\u003c\/h3\u003e\n\u003cp\u003eAn advanced lifting mechanism allows smooth adjustment and secure positioning at any desired height with minimal effort and no complexity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🏗️ Durable Aluminum Frame\u003c\/h3\u003e\n\u003cp\u003eBuilt with high-grade aluminum alloy for maximum durability while maintaining a lightweight structure for stable and reliable performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🚀 Instant Setup\u003c\/h3\u003e\n\u003cp\u003eNo tools or wall drilling required—simply open, lift, and start your presentation within seconds. The fastest way to professional display setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eAdvanced Technical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e100 inches (diagonal)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eAspect Ratio\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e16:9 (Widescreen)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMount Type\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003ePortable Floor Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eSupport System\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003ePneumatic Pressure Mechanism\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eFrame Material\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHigh-quality aluminum alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eUpgrade Your Viewing Experience Today\u003c\/h2\u003e\n\u003cp\u003eDiscover the exclusive Moment Project collection and get your premium floor stand screen now from NewTech Kuwait.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/pages\/moment-project-exclusive\"\u003eExplore Moment Project Services\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait Store – your destination for innovation and premium quality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":49474323546397,"sku":"TP-02003","price":59.9,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/shash-aard-brojktor-stand-ardy-100-bosh-8047961.png?v=1768324802"},{"product_id":"improved-smart-lock-s954-pro-fingerprint-7in1-aluminum-door","title":"Improved S954 Pro Smart Door Lock | Fingerprint Unlock - Advanced Security","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d4af37;\n    --gold-light: #f59e0b;\n    --gold-pale: #fffbeb;\n    --dark: #0f172a;\n    --dark2: #1e293b;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n    --red: #dc2626;\n    --red-light: #fff1f2;\n  }\n\n  body {\n    font-family: 'Cairo', 'Almarai', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n\n  \/* ══════════════════════════════════\n      HERO\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 30px 10px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    direction: ltr;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.35) 0%, transparent 65%),\n      radial-gradient(ellipse 40% 40% at 90% 110%, rgba(245,158,11,.12) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n    background-size: 44px 44px;\n    pointer-events: none;\n    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 100%);\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n  .badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 5px 15px; border-radius: 100px; font-size: 1.6rem; font-weight: 700;\n  }\n  .badge-gold  { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n  .badge-blue  { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n  .hero-title {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff;\n  }\n  .hero-title span { color: #60a5fa; }\n\n  .hero-sub { font-size: 18px; color: #94a3b8; max-width: 750px; margin: 0 auto 22px; line-height: 1.9; }\n\n  .hero-stats {\n    display: flex; justify-content: center; gap: 36px; flex-wrap: wrap;\n    padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);\n  }\n  .stat { text-align: center; }\n  .stat-num   { font-size: 1.8rem; font-weight: 900; color: #fbbf24; display: block; line-height: 1; }\n  .stat-label { font-size: 1.4rem; color: #94a3b8; margin-top: 4px; }\n\n  .hero-img-wrap {\n    max-width: 860px; margin: 18px auto 0;\n    border-radius: 0 0 20px 20px; overflow: hidden;\n  }\n  .hero-img-wrap img { width: 100%; object-fit: cover; }\n\n  \/* CONTAINER *\/\n  .container { max-width: 920px; margin: 0 auto; padding: 0 20px; direction: ltr; }\n\n  \/* SECTION UTILS *\/\n  .section { padding: 26px 0; }\n  .section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }\n  .section-head .bar {\n    width: 5px; height: 30px; flex-shrink: 0; border-radius: 4px;\n    background: linear-gradient(180deg, var(--blue), var(--gold));\n  }\n  .section-head h2 { font-size: 26px; font-weight: 800; color: var(--text); }\n\n  .divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n  }\n  .feat-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; padding: 20px; position: relative; overflow: hidden;\n    transition: transform .3s, box-shadow .3s, border-color .3s;\n  }\n  .feat-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 28px rgba(26,86,219,.1);\n    border-color: var(--blue-pale);\n  }\n  .feat-icon { font-size: 2rem; margin-bottom: 10px; }\n  .feat-title { font-size: 1.4rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }\n  .feat-desc  { font-size: 18px; color: var(--muted); }\n\n  \/* SPLIT SECTION *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px; align-items: center;\n    padding: 10px 0;\n  }\n  .split-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }\n  .split-img img { width: 100%; height: auto; object-fit: cover; display: block; }\n  .split-badge {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: var(--blue-light); border: 1px solid var(--blue-pale);\n    color: var(--blue); padding: 5px 14px; border-radius: 100px;\n    font-size: 1.5rem; font-weight: 700; margin-bottom: 12px;\n  }\n  .split-title { font-size: 26px; font-weight: 900; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }\n  .split-desc  { font-size: 18px; color: var(--muted); margin-bottom: 16px; line-height: 1.8; }\n  .split-points { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }\n  .split-points li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 18px; font-weight: 600; color: var(--text);\n  }\n  .split-points li .ck {\n    width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.3);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.5rem; color: var(--green); margin-top: 2px;\n  }\n\n  \/* SPEC TABLE *\/\n  .spec-grid {\n    display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;\n  }\n  .spec-item {\n    background: #fff; padding: 12px 15px; border-radius: 10px; border: 1px solid #eee;\n    font-size: 18px; color: #333; line-height: 1.8;\n  }\n  .spec-item strong { color: var(--gold); }\n\n  \/* CTA *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    border-radius: 20px; padding: 40px 24px;\n    text-align: center; position: relative; overflow: hidden;\n    margin: 40px 0 24px;\n    box-shadow: 0 20px 50px rgba(15,23,42,.15);\n  }\n  .btn-cta {\n    display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n    background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark));\n    color: #fff; font-family: inherit; font-size: 1.4rem; font-weight: 800;\n    padding: 14px 40px; border-radius: 10px; border: none; cursor: pointer;\n    box-shadow: 0 6px 25px rgba(26,86,219,.45); transition: all .3s;\n    text-decoration: none;\n  }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; }\n    .spec-grid { grid-template-columns: 1fr !important; }\n    .split-img { order: -1; }\n    .hero-sub { font-size: 18px; }\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(22px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero-inner \u003e * { animation: fadeUp .6s ease both; }\n\u003c\/style\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ Designed for Aluminum Doors\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 1 Year Warranty\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved Smart Lock \u003cspan\u003eS954 Pro\u003c\/span\u003e\u003cbr\u003eAdvanced Security with Modern Design\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eImproved 7-in-1 Smart Lock S954 Pro – Unlock your door using fingerprint, passcode, card, app, or key, and enjoy advanced security with a stylish design perfect for aluminum doors.\u003c\/p\u003e\n\u003cdiv class=\"hero-stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e7\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eUnlock Methods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eTUYA\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eSmart Control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eIP65\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eWater Resistant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e300\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eFingerprint Capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-smartlock-s954-pro-9140442.png?v=1756327622\" alt=\"Improved Smart Lock S954 Pro\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔓\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003e7 Unlocking Methods\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eFingerprint – App – Card – Passcode – Temporary Password – Key – Remote Access.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e📱\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eControl via TUYA App\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eTrack access and accept or reject entry requests with instant notifications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eWater \u0026amp; Dust Resistant\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eSealed design with protective cover and rubber ring to withstand external conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eComplete Security\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eSmart alert system for incorrect access attempts directly via the app.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eModern Durable Design\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eAluminum alloy body with a sleek finish that fits modern doors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e👥\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eTemporary Passwords\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eEasily create temporary access codes for guests or workers via the app.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg alt=\"Improved Smart Lock S954 Pro\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-smartlock-s954-pro-8704639.png?v=1756327622\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e✨ Security in Your Hands\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eUnlock Your Door in Multiple Ways!\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eFingerprint, passcode, card, or app – the choice is yours!\u003cbr\u003e\u003cbr\u003eThe Improved Smart Lock S954 Pro combines security, convenience, and modern technology such as TUYA app control, temporary passwords, and remote unlocking.\u003c\/p\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nWater \u0026amp; dust resistant design\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nDurable aluminum alloy body\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nPerfect for aluminum doors\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eModel:\u003c\/strong\u003e Improved Smart Lock S954 Pro\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eType:\u003c\/strong\u003e Smart Lock for Aluminum Doors\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eUnlock Methods:\u003c\/strong\u003e Fingerprint - Passcode - TUYA App - Card - Key\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 250 (Fingerprint + Passcode + Card)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eRemote Access:\u003c\/strong\u003e Visitor presses \"#\" to send unlock request\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Aluminum Alloy (Black)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eWater Resistance:\u003c\/strong\u003e Yes – with protective cover and sealing ring\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e 1 Year (NewTech)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eInstallation:\u003c\/strong\u003e Available in Kuwait\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e📦 Box Contents\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eWhat’s Inside the Box\u003c\/h2\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nImproved Smart Lock S954 Pro\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n2 Smart Access Cards\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n2 Emergency Keys\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFull Installation Kit\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nUser Manual \u0026amp; 1-Year Warranty\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg alt=\"S954 Pro Box Contents\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/embrofyd-kfl-bab-thky-smartlock-s954-pro-8052433.png?v=1756327622\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 style=\"color: #fff; font-size: 26px; font-weight: 900; margin-bottom: 15px;\"\u003eChoose Improved… Because Your Home Security Starts with One Touch\u003c\/h2\u003e\n\u003cp style=\"color: #94a3b8; font-size: 19px; margin-bottom: 25px; line-height: 1.9;\"\u003eOrder now from the best smart lock store in Kuwait – NewTech – and let technology protect your home with intelligence and security!\u003c\/p\u003e\n\u003ca class=\"btn-cta\" href=\"https:\/\/newtechq8.com\/collections\/smart-door-locks\" rel=\"noopener\" target=\"_blank\"\u003e 🔒 Shop Smart Locks Now \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":50080957137181,"sku":"SH-01007","price":59.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/3_8de24b39-1cd3-49e9-85d2-b575e6d66d07.webp?v=1770912491"},{"product_id":"azdome-pg17-mini-4k-smart-mirror-dashcam","title":"Azdome PG17 Mini 4K Car Camera – 9.66-inch Screen","description":"\u003c!-- Intro --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 10px; box-sizing: border-box; text-align: left; direction: ltr;\"\u003e\n\u003cp style=\"font-size: 18px; line-height: 1.8; margin: auto; max-width: 850px;\"\u003eProtect your car with the \u003cstrong style=\"color: #d4af37;\"\u003eAzdome PG17 Mini\u003c\/strong\u003e featuring a 4K front camera and 1080P rear camera, \u003cb\u003e150° wide-angle lens\u003c\/b\u003e, and a \u003cb\u003elarge 9.66-inch touchscreen\u003c\/b\u003e. Wi-Fi 6 speed, precise GPS, and a sleek design give you safety and elegance on every journey.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* Global box-sizing *\/\n* {\n  box-sizing: border-box;\n}\n\n@media (max-width: 768px) {\n  section \u003e div[style] {\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n    width: 100% !important;\n    max-width: 100% !important;\n  }\n\n  h2, h3, p, .tabs {\n    padding-left: 2px !important;\n    padding-right: 2px !important;\n    text-align: center !important;\n    width: 100% !important;\n  }\n\n  li {\n    padding-right: 5px !important;\n  }\n\n  section img, \n  section video, \n  section iframe,\n  .content img,\n  .content video {\n    max-width: 100% !important;\n    margin: 0 !important;\n    border-radius: 5 !important;\n  }\n\n  section div \u003e div {\n    padding: 0 !important;\n    margin: 1px !important;\n  }\n}\n\u003c\/style\u003e\n\u003cstyle\u003e\n.tabs {\n  display: flex;\n  justify-content: center;\n  gap: 5px;\n  margin-bottom: 20px;\n  direction: ltr;\n  flex-wrap: wrap;\n}\n\n.tab-btn {\n  padding: 10px 20px;\n  background: #e4e4e4;\n  color: #222;\n  border: none;\n  cursor: pointer;\n  border-radius: 6px;\n  transition: 0.3s;\n}\n\n.tab-btn.active {\n  background: #d4af37;\n  font-size: 14px;\n  font-weight: bold;\n}\n\n.content {\n  display: none;\n}\n\n.content.active {\n  display: block;\n}\n\u003c\/style\u003e\n\u003c!-- Tabs --\u003e\n\u003cdiv class=\"tabs\"\u003e\u003cbutton data-target=\"tab1\" class=\"tab-btn active\"\u003eDaytime\u003c\/button\u003e \u003cbutton data-target=\"tab2\" class=\"tab-btn\"\u003eNight\u003c\/button\u003e \u003cbutton data-target=\"tab3\" class=\"tab-btn\"\u003eTouch\u003c\/button\u003e \u003cbutton data-target=\"tab4\" class=\"tab-btn\"\u003eMobile\u003c\/button\u003e\u003c\/div\u003e\n\u003c!-- Tab Content --\u003e\n\u003cdiv style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden;\" id=\"tab1\" class=\"content active\"\u003e\u003cvideo playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\" style=\"width: 100%; height: auto; display: block; object-fit: contain;\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f1acb168ffb7428bbc192e5412fbeac5.mp4\"\u003e\n    Your browser does not support video.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv id=\"tab2\" class=\"content\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden;\"\u003e\u003cvideo playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\" style=\"width: 100%; height: auto; display: block; object-fit: contain;\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e004e7eabac64395b1600154a48edd08.mp4\"\u003e\n    Your browser does not support video.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv id=\"tab3\" class=\"content\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden;\"\u003e\u003cvideo playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\" style=\"width: 100%; height: auto; display: block; object-fit: contain;\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/94987d244e614cbcb017419b9c338c82.mp4\"\u003e\n    Your browser does not support video.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv id=\"tab4\" class=\"content\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden;\"\u003e\u003cvideo playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\" style=\"width: 100%; height: auto; display: block; object-fit: contain;\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5e359e7f8e9441d4ba9918fbb11ab7e7.mov\"\u003e\n    Your browser does not support video.\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003csection style=\"width: 100%; max-width: 1200px; margin: 40px auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px; font-family: 'Almarai','Cairo',sans-serif; color: #111; direction: ltr;\"\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\n\u003ch2 style=\"margin-bottom: 16px; font-size: 26px; font-weight: bold; color: #222;\"\u003eAzdome 4K Smart Car Mirror\u003c\/h2\u003e\n\u003cp style=\"font-size: 20px; color: #333; line-height: 2;\"\u003eGet clearer vision and higher safety. 9.66-inch touchscreen with front and rear cameras, high-quality recording day and night for full control while driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 500px; height: auto; border-radius: 12px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/s-azdome_pg_17.webp?v=1760962810\" alt=\"Azdome PG17 MINI front\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 10px; box-sizing: border-box; text-align: left; direction: ltr;\"\u003e\n\u003ch2 style=\"margin-bottom: 16px; font-size: 24px; font-weight: bold; color: #222;\"\u003eKey Features:\u003c\/h2\u003e\n\u003cul style=\"padding-left: 20px; font-size: 18px; color: #333; line-height: 1.8;\"\u003e\n\u003cli\u003e4K front camera and 1080P rear camera.\u003c\/li\u003e\n\u003cli\u003eAdvanced \u003cspan style=\"color: #e3dc1a;\"\u003eWDR\u003c\/span\u003e night vision.\u003c\/li\u003e\n\u003cli\u003e150° wide-angle lens.\u003c\/li\u003e\n\u003cli\u003e9.66-inch touchscreen.\u003c\/li\u003e\n\u003cli\u003eWi-Fi 6 and built-in GPS.\u003c\/li\u003e\n\u003cli\u003eSleek mirror design, easy installation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- WDR Section --\u003e\n\u003csection style=\"width: 100%; max-width: 1200px; margin: 20px auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch2 style=\"margin-bottom: 16px; font-size: 24px; font-weight: bold; color: #222;\"\u003eAdvanced \u003cstrong style=\"color: #d4af37;\"\u003eWDR\u003c\/strong\u003e Night Vision\u003c\/h2\u003e\n\u003cp style=\"font-size: 18px; color: #333; line-height: 1.9;\"\u003eWDR technology improves night vision and clarifies details in low or high light conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 500px; height: auto; border-radius: 10px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/azdome-4k-pg17-mini-966-by-jy-17-myny-966ansh-for-ky-6437940.png?v=1756327516\" alt=\"WDR Night Vision\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Wi-Fi Section --\u003e\n\u003csection style=\"width: 100%; max-width: 1200px; margin: 20px auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 500px; height: auto; border-radius: 10px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Se59ee027df084738b2f57afc118b1a9ai.avif?v=1760268119\" alt=\"Wi-Fi 6 Connection\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch2 style=\"margin-bottom: 16px; font-size: 24px; font-weight: bold; color: #222;\"\u003eHigh-Speed \u003cstrong style=\"color: #d4af37;\"\u003eWi-Fi 6\u003c\/strong\u003e Connection\u003c\/h2\u003e\n\u003cp style=\"font-size: 18px; color: #333; line-height: 1.8;\"\u003eWith Wi-Fi 6 support and 5.8GHz frequency, transfer and play videos instantly via the \u003cstrong style=\"color: #d4af37;\"\u003eAzdome\u003c\/strong\u003e app three times faster than previous generations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Box Contents --\u003e\n\u003csection style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 10px 20px; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"margin-bottom: 16px; font-size: 24px; font-weight: bold; color: #222;\"\u003eBox Contents:\u003c\/h2\u003e\n\u003cul style=\"padding-left: 20px; list-style-type: '✔ '; font-size: 18px; color: #333; line-height: 2;\"\u003e\n\u003cli\u003eAzdome PG17 Mini 4K Smart Mirror\u003c\/li\u003e\n\u003cli\u003eRear Camera 1080P\u003c\/li\u003e\n\u003cli\u003ePower and connection cables\u003c\/li\u003e\n\u003cli\u003eBuilt-in GPS module\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- Specs Grid --\u003e\n\u003csection style=\"width: 100%; max-width: 1200px; margin: 40px auto; padding: 40px 20px; background: #f9f9f9; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 20px; font-size: 24px; font-weight: bold; color: #d4af37;\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px;\" class=\"spec-grid\"\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eFront Resolution\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003e4K Ultra UHD\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eRear Resolution\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003e1080P\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eScreen\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003e9.66-inch Touchscreen\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eWi-Fi\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eWi-Fi 6 - 5.8GHz\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eGPS\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eBuilt-in\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eNight Vision\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eAdvanced WDR\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eStorage\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eUp to 128GB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eVoice Control\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eSupported\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 10px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eG-Sensor\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eProtects recordings\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n@media (max-width: 600px) {\n  .spec-grid {\n    grid-template-columns: 1fr !important;\n  }\n}\n\u003c\/style\u003e\n\u003c!-- YouTube Video --\u003e\n\u003csection style=\"text-align: center; padding: 30px 5%;\"\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); margin-bottom: 10px;\"\u003e\u003ciframe title=\"Azdome PG17 Pro\" src=\"https:\/\/www.youtube.com\/embed\/diPxzGwE96U\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: 12px;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Why Choose Section --\u003e\n\u003csection style=\"width: 100%; max-width: 1200px; margin: 30px auto; padding: 0 20px; box-sizing: border-box; font-family: 'Almarai','Cairo',sans-serif; color: #111; direction: ltr;\"\u003e\n\u003ch3 style=\"margin-bottom: 16px; font-size: 24px; font-weight: bold; color: #222;\"\u003eWhy Choose \u003cstrong style=\"color: #d4af37;\"\u003eAzdome PG17 Mini?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp style=\"font-size: 18px; color: #333; line-height: 1.8;\"\u003eIt provides exceptional safety and clarity on every journey.\u003c\/p\u003e\n\u003cp style=\"font-size: 18px; color: #333; line-height: 1.8;\"\u003eDiscover more \u003ca href=\"https:\/\/newtechq8.com\/collections\/%D8%A7%D9%84%D8%A3%D9%83%D8%AB%D8%B1-%D9%85%D8%A8%D9%8A%D8%B9%D8%A7%D9%8B\" style=\"color: #222; text-decoration: none;\"\u003eproducts\u003c\/a\u003e in our \u003ca href=\"https:\/\/newtechq8.com\/\" rel=\"nofollow noopener\" style=\"color: #d4af37; text-decoration: none;\" target=\"_blank\"\u003estore\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"AZDOME","offers":[{"title":"Default Title","offer_id":50671690449181,"sku":"CA-01009","price":40.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/azdome-4k-pg17-mini-966-by-jy-17-myny-966ansh-for-ky-8657996.png?v=1767781107"},{"product_id":"smart-lock-main-door-improved-max10","title":"Improved Smart Door Lock - Smart Lock Max 10","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d97706;\n    --gold-light: #f59e0b;\n    --gold-pale: #fffbeb;\n    --dark: #0f172a;\n    --dark2: #1e293b;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n    --red: #dc2626;\n    --red-light: #fff1f2;\n  }\n\n  body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n  \/* ══════════════════════════════════\n     HERO\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 30px 10px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.35) 0%, transparent 65%),\n      radial-gradient(ellipse 40% 40% at 90% 110%, rgba(245,158,11,.12) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n    background-size: 44px 44px;\n    pointer-events: none;\n    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 100%);\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n  .badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 5px 15px; border-radius: 100px; font-size: 1.6rem; font-weight: 700;\n  }\n  .badge-gold  { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n  .badge-green { background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.4);  color: #34d399; }\n  .badge-blue  { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n  .hero-title {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff;\n  }\n  .hero-title span { color: #60a5fa; }\n\n  .hero-sub { font-size: 1.5rem; color: #94a3b8; max-width: 620px; margin: 0 auto 40px; }\n\n\n\n  .hero-stats {\n    display: flex; justify-content: center; gap: 36px; flex-wrap: wrap;\n    padding-top: 36px; border-top: 1px solid rgba(255,255,255,.1);\n  }\n  .stat { text-align: center; }\n  .stat-num   { font-size: 1.8rem; font-weight: 900; color: #fbbf24; display: block; line-height: 1; }\n  .stat-label { font-size: 1.4rem; color: #94a3b8; margin-top: 4px; }\n\n  \/* ══════════════════════════════════\n     HERO MAIN IMAGE\n  ══════════════════════════════════ *\/\n  .hero-img-wrap {\n    max-width: 860px; margin: 0 auto;\n    border-radius: 0 0 20px 20px; overflow: hidden;\n  }\n  .hero-img-wrap img { width: 100%; object-fit: cover; }\n\n  \/* ══════════════════════════════════\n     CONTAINER\n  ══════════════════════════════════ *\/\n  .container { max-width: 920px; margin: 0 auto; padding: 0 20px; }\n\n  \/* ══════════════════════════════════\n     SECTION UTILS\n  ══════════════════════════════════ *\/\n  .section { padding: 20px 0; }\n  .section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }\n  .section-head .bar {\n    width: 5px; height: 30px; flex-shrink: 0; border-radius: 4px;\n    background: linear-gradient(180deg, var(--blue), var(--gold-light));\n  }\n  .section-head h2 { font-size: 1.5rem; font-weight: 800; color: var(--text); }\n\n  \/* ══════════════════════════════════\n     FULL SHOWCASE IMAGE\n  ══════════════════════════════════ *\/\n  .showcase-img {\n    width: 100%; border-radius: 16px; overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0,0,0,.08);\n    margin-bottom: 16px;\n  }\n  .showcase-img img { width: 100%; }\n\n  \/* ══════════════════════════════════\n     FEATURE CARDS\n  ══════════════════════════════════ *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n  }\n  .feat-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; padding: 28px; position: relative; overflow: hidden;\n    transition: transform .3s, box-shadow .3s, border-color .3s;\n  }\n  .feat-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 28px rgba(26,86,219,.1);\n    border-color: var(--blue-pale);\n  }\n  .feat-card::before {\n    content: '';\n    position: absolute; top: 0; right: 0;\n    width: 100px; height: 100px; border-radius: 50%;\n    background: radial-gradient(circle, rgba(26,86,219,.06), transparent 70%);\n    transform: translate(30%,-30%);\n  }\n  .feat-icon { font-size: 2rem; margin-bottom: 14px; }\n  .feat-title { font-size: 1.5rem; font-weight: 800; color: var(--text); margin-bottom: 8px; }\n  .feat-desc  { font-size: 1.62rem; color: var(--muted); }\n\n  \/* ══════════════════════════════════\n     SPLIT SECTION (image + text)\n  ══════════════════════════════════ *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px; align-items: center;\n    padding: 10px 0;\n  }\n  .split.reverse { direction: ltr; }\n  .split.reverse .split-text { direction: ltr; }\n  .split-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }\n  .split-img img { width: 100%; height: 100%; object-fit: cover; }\n  .split-badge {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: var(--blue-light); border: 1px solid var(--blue-pale);\n    color: var(--blue); padding: 5px 14px; border-radius: 100px;\n    font-size: 1.6rem; font-weight: 700; margin-bottom: 16px;\n  }\n  .split-title { font-size: 1.6rem; font-weight: 900; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }\n  .split-desc  { font-size: 1.6rem; color: var(--muted); margin-bottom: 20px; }\n  .split-points { list-style: none; display: flex; flex-direction: column; gap: 10px; }\n  .split-points li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 1.63rem; font-weight: 600; color: var(--text);\n  }\n  .split-points li .ck {\n    width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.3);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.65rem; color: var(--green); margin-top: 2px;\n  }\n\n  .divider { border: none; border-top: 1px solid var(--border); }\n\n  \/* ══════════════════════════════════\n     TRIPLE IMAGE GRID\n  ══════════════════════════════════ *\/\n  .triple-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px; margin-bottom: 20px;\n  }\n  .triple-grid .img-card {\n    border-radius: 12px; overflow: hidden;\n    box-shadow: 0 4px 14px rgba(0,0,0,.07);\n    position: relative;\n  }\n  .triple-grid .img-card img { width: 100%; aspect-ratio: 4\/3; object-fit: cover; }\n  .img-label {\n    position: absolute; bottom: 0; left: 0; right: 0;\n    background: linear-gradient(transparent, rgba(15,23,42,.75));\n    color: #fff; padding: 20px 12px 12px;\n    font-size: 1.65rem; font-weight: 700; text-align: center;\n  }\n\n  \/* ══════════════════════════════════\n     HIGHLIGHT BANNER\n  ══════════════════════════════════ *\/\n  .highlight-banner {\n    background: linear-gradient(135deg, var(--blue), var(--blue-dark));\n    border-radius: 16px; padding: 36px 40px;\n    display: flex; align-items: center; gap: 28px;\n    color: #fff; position: relative; overflow: hidden;\n    box-shadow: 0 10px 30px rgba(26,86,219,.25);\n    margin: 20px 0;\n  }\n  .highlight-banner::before {\n    content: ''; position: absolute; left: -50px; top: -50px;\n    width: 220px; height: 220px; border-radius: 50%;\n    background: radial-gradient(circle, rgba(255,255,255,.09), transparent 65%);\n    pointer-events: none;\n  }\n  .hl-icon  { font-size: 3.2rem; flex-shrink: 0; }\n  .hl-title { font-size: 1.65rem; font-weight: 800; margin-bottom: 6px; }\n  .hl-desc  { font-size: 1.25rem; color: #bfdbfe; }\n\n  \/* ══════════════════════════════════\n     INSTALLATION STEPS\n  ══════════════════════════════════ *\/\n  .install-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n  }\n  .install-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; overflow: hidden;\n    transition: box-shadow .3s, transform .3s;\n  }\n  .install-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,.08); }\n  .install-card img { width: 100%; aspect-ratio: 4\/3; object-fit: cover; }\n  .install-body { padding: 18px 20px; }\n  .install-num {\n    display: inline-flex; align-items: center; justify-content: center;\n    width: 28px; height: 28px; border-radius: 50%;\n    background: var(--blue); color: #fff;\n    font-size: 1.5rem; font-weight: 800; margin-bottom: 8px;\n  }\n  .install-title { font-size: 1.8rem; font-weight: 800; color: var(--dark); margin-bottom: 5px; }\n  .install-desc  { font-size: 1.4rem; color: var(--muted); }\n\n  \/* ══════════════════════════════════\n     COMPATIBILITY\n  ══════════════════════════════════ *\/\n  .compat-box {\n    background: var(--gold-pale); border: 1px solid #fde68a;\n    border-right: 5px solid var(--gold-light);\n    border-radius: 14px; padding: 28px 32px;\n  }\n  .compat-title {\n    color: #92400e; font-size: 1.6rem; font-weight: 800;\n    display: flex; align-items: center; gap: 8px; margin-bottom: 20px;\n  }\n  .compat-grid {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 12px;\n  }\n  .compat-item {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 1.5rem; font-weight: 600; padding: 10px 14px;\n    border-radius: 8px;\n  }\n  .compat-item.yes { background: var(--green-light); color: #065f46; border: 1px solid rgba(5,150,105,.2); }\n  .compat-item.no  { background: var(--red-light);   color: #9f1239; border: 1px solid rgba(220,38,38,.2); }\n  .compat-item .dot { font-size: 1.5rem; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ══════════════════════════════════\n     BOX CONTENTS\n  ══════════════════════════════════ *\/\n  .box-section {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 16px; padding: 36px;\n  }\n  .box-grid {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n    gap: 14px;\n  }\n  .box-item {\n    display: flex; align-items: center; gap: 12px;\n    background: var(--bg); border: 1px solid var(--border);\n    border-radius: 10px; padding: 14px 16px;\n    transition: border-color .2s, background .2s;\n  }\n  .box-item:hover { background: var(--blue-light); border-color: var(--blue-pale); }\n  .box-ck {\n    width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.35);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.6rem; color: var(--green);\n  }\n  .box-item span { font-size: 1.68rem; font-weight: 700; color: var(--text); }\n\n  \/* ══════════════════════════════════\n     FULL-WIDTH SCENE IMAGE\n  ══════════════════════════════════ *\/\n  .scene-img {\n    width: 100%; border-radius: 16px; overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0,0,0,.1); margin: 10px 0;\n  }\n  .scene-img img { width: 100%; }\n\n  \/* ══════════════════════════════════\n     FAQ\n  ══════════════════════════════════ *\/\n  .faq-list { display: flex; flex-direction: column; gap: 10px; }\n  details.faq-item {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 12px; overflow: hidden;\n  }\n  details.faq-item summary {\n    display: flex; align-items: center; justify-content: space-between; gap: 16px;\n    padding: 18px 22px; cursor: pointer; list-style: none;\n    font-size: 1.7rem; font-weight: 700; color: var(--text); transition: background .2s;\n  }\n  details.faq-item summary::-webkit-details-marker { display: none; }\n  details.faq-item summary::marker { display: none; }\n  details.faq-item summary:hover { background: var(--bg); }\n  details.faq-item summary .arrow {\n    font-size: 1.5rem; color: var(--blue); flex-shrink: 0;\n    display: inline-block; transition: transform .3s;\n  }\n  details.faq-item[open] summary { border-bottom: 1px solid var(--border); }\n  details.faq-item[open] summary .arrow { transform: rotate(180deg); }\n  .faq-a { padding: 16px 22px; font-size: 1.3rem; color: var(--muted); }\n\n  \/* ══════════════════════════════════\n     CTA\n  ══════════════════════════════════ *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    border-radius: 20px; padding: 60px 30px;\n    text-align: center; position: relative; overflow: hidden;\n    margin: 60px 0 40px;\n    box-shadow: 0 20px 50px rgba(15,23,42,.15);\n  }\n  .cta-section::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(26,86,219,.3), transparent 70%);\n    pointer-events: none;\n  }\n  .cta-section h2 {\n    font-size: 1.9rem; font-weight: 900; color: #fff;\n    margin-bottom: 12px; position: relative;\n  }\n  .cta-section p { color: #94a3b8; margin-bottom: 32px; position: relative; font-size: 1.05rem; }\n  .btn-cta {\n    display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n    background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark));\n    color: #fff; font-family: inherit; font-size: 1.2rem; font-weight: 800;\n    padding: 18px 52px; border-radius: 10px; border: none; cursor: pointer;\n    box-shadow: 0 6px 25px rgba(26,86,219,.45); transition: all .3s;\n    text-decoration: none;\n  }\n  .btn-cta:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 35px rgba(26,86,219,.6);\n  }\n  .trust-row {\n    display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 28px;\n  }\n  .trust-item {\n    display: flex; align-items: center; gap: 7px;\n    font-size: 1.5rem; color: #94a3b8;\n  }\n  .trust-item .ti { color: #34d399; }\n\n  \/* ══════════════════════════════════\n     RESPONSIVE\n  ══════════════════════════════════ *\/\n  @media (max-width: 700px) {\n    .split { grid-template-columns: 1fr; }\n    .split.reverse { direction: ltr; }\n    .triple-grid { grid-template-columns: 1fr 1fr; }\n    .compat-grid { grid-template-columns: 1fr; }\n    .hero-stats { gap: 20px; }\n    .highlight-banner { flex-direction: column; text-align: center; padding: 28px 22px; }\n    .price-block { flex-direction: column; gap: 6px; }\n  }\n  @media (max-width: 480px) {\n    .triple-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* ══════════════════════════════════\n     ANIMATIONS\n  ══════════════════════════════════ *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(22px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero-inner \u003e * { animation: fadeUp .6s ease both; }\n  .badge-row   { animation-delay: .05s; }\n  .hero-title  { animation-delay: .15s; }\n  .hero-sub    { animation-delay: .22s; }\n  .price-block { animation-delay: .28s; }\n  .hero-stats  { animation-delay: .35s; }\n\u003c\/style\u003e\n\u003c!-- ══════ HERO ══════ --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ Exclusive at NewTech Store\u003c\/span\u003e\u003cspan class=\"badge badge-blue\"\u003e🔒 1 Year Warranty\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved Smart Lock \u003cspan\u003eMAX 10\u003c\/span\u003e\u003cbr\u003eSmart Security for Your Home\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eAn advanced smart lock with 8 different unlocking methods — 3D face recognition, fingerprint, NFC, and full remote control from anywhere in the world via the app.\u003c\/p\u003e\n\u003cdiv class=\"hero-stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e8\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eUnlock Methods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e300\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eStored Fingerprints\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e6\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eMonths Battery Life\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eWi-Fi\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eRemote Control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Improved MAX 10?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e👤\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003e3D Face Recognition\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003e3D Face Recognition technology identifies your face with precision — unlocks the door in less than a second even in low light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e📱\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eSmart Remote Control\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eUsing Tuya or Smart Lock app, unlock your door, monitor access, and grant permissions to guests from anywhere in the world.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003e6-Month Battery Life\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eUp to 182 days of continuous daily use without needing charging or replacement — true peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔔\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eInstant Security Alerts\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eReceive instant notifications on your phone for any unauthorized access attempt, with a detailed log of all entries and exits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🏗️\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eDurable Aluminum Body\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eMade from high-quality aluminum alloy, resistant to extreme heat and weather conditions with a sleek modern design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e👥\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eUp to 300 Users\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eRegister fingerprints for all family members and guests, with the ability to assign temporary or permanent access for each person.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- ══════ SPLIT: 8 طرق فتح ══════ --\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg alt=\"8 Smart Unlock Methods - Improved MAX 10\" src=\"https:\/\/newtechq8.com\/cdn\/shop\/files\/embrofyd-kfl-bab-thky-esdar-maks-10-smart-lock-max-10-8330646.png?v=1757182337\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e🔓 8 Unlock Methods\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003e8 Ways to Unlock — A Solution for Every Situation\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eWhether your hands are full, a guest arrives unexpectedly, or you forgot your phone — there's always a way to get in.\u003c\/p\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\n3D Face Recognition\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSensitive Fingerprint\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nPalm Recognition\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSecure Passcode\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSmart Card, NFC, App, and Mechanical Key\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split section reverse\"\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg alt=\"Remote control via Tuya App\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/2_ea8b51b4-0cc0-4b57-bf1f-7166274aac19.webp?v=1770911331\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e📱 Tuya Smart App\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eYour Home in Your Hands\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eMonitor who enters and exits, grant temporary access to workers or guests, and receive instant alerts — all from one app.\u003c\/p\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nStable connection via 2.4GHz Wi-Fi\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nDetailed entry and exit logs for each user\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nTime-limited access for visitors\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nInstant alerts for any intrusion attempt\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════ INSTALLATION ══════ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003e🔧 Installation \u0026amp; Technical Support\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"install-grid\"\u003e\n\u003cdiv class=\"install-card\"\u003e\n\u003cdiv class=\"install-body\"\u003e\n\u003cdiv class=\"install-num\"\u003e1\u003c\/div\u003e\n\u003ch3 class=\"install-title\"\u003eProfessional Installation in Kuwait\u003c\/h3\u003e\n\u003cp class=\"install-desc\"\u003eInstallation service available in Kuwait for a small fee of 10 KWD by NewTech’s specialized team.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"install-card\"\u003e\n\u003cdiv class=\"install-body\"\u003e\n\u003cdiv class=\"install-num\"\u003e2\u003c\/div\u003e\n\u003ch3 class=\"install-title\"\u003eApp Setup Assistance\u003c\/h3\u003e\n\u003cp class=\"install-desc\"\u003eWe help you connect the Tuya app and register all family members so you're ready from day one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"install-card\"\u003e\n\u003cdiv class=\"install-body\"\u003e\n\u003cdiv class=\"install-num\"\u003e3\u003c\/div\u003e\n\u003ch3 class=\"install-title\"\u003eTechnical Support + 1 Year Warranty\u003c\/h3\u003e\n\u003cp class=\"install-desc\"\u003eContinuous technical support after installation with a full one-year warranty on the product and installation.\u003c!-- ══════ FEATURES ══════ --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\u003c!-- ══════ COMPATIBILITY ══════ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003e⚠️ Check Your Door Compatibility Before Ordering\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-box\"\u003e\n\u003cdiv class=\"compat-title\"\u003e⚠️ Please verify these conditions before purchase\u003c\/div\u003e\n\u003cdiv class=\"compat-grid\"\u003e\n\u003cdiv class=\"compat-item yes\"\u003e\u003cspan class=\"dot\"\u003e✅\u003c\/span\u003eMain wooden doors\u003c\/div\u003e\n\u003cdiv class=\"compat-item yes\"\u003e\u003cspan class=\"dot\"\u003e✅\u003c\/span\u003eDoor thickness 40–120mm\u003c\/div\u003e\n\u003cdiv class=\"compat-item yes\"\u003e\u003cspan class=\"dot\"\u003e✅\u003c\/span\u003eSolid metal doors\u003c\/div\u003e\n\u003cdiv class=\"compat-item yes\"\u003e\u003cspan class=\"dot\"\u003e✅\u003c\/span\u003e2.4GHz Wi-Fi available\u003c\/div\u003e\n\u003cdiv class=\"compat-item no\"\u003e\u003cspan class=\"dot\"\u003e❌\u003c\/span\u003eGlass doors\u003c\/div\u003e\n\u003cdiv class=\"compat-item no\"\u003e\u003cspan class=\"dot\"\u003e❌\u003c\/span\u003eSliding doors\u003c\/div\u003e\n\u003cdiv class=\"compat-item no\"\u003e\u003cspan class=\"dot\"\u003e❌\u003c\/span\u003e5GHz Wi-Fi only (no 2.4GHz)\u003c\/div\u003e\n\u003cdiv class=\"compat-item no\"\u003e\u003cspan class=\"dot\"\u003e❌\u003c\/span\u003eNot sure? Contact us first\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003e📦 What's in the Box\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box-section\"\u003e\n\u003cdiv class=\"box-grid\"\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-ck\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eMAX 10 Smart Lock Unit\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-ck\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eBack Mounting Plate\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-ck\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e2 RFID Smart Cards\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-ck\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e2 Backup Mechanical Keys\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-ck\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eAA Batteries (8 pcs)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-ck\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eInstallation Tools\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-ck\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eSetup \u0026amp; Installation Guide\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003e❓ FAQ\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes the lock work without internet? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. All local unlocking methods (face, fingerprint, passcode, card, key) work fully offline. Internet is only required for remote control via the app.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat happens if the battery runs out suddenly? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe lock sends a low battery warning via the app. In emergencies, you can connect a temporary external power source via the Type-C port or use the backup mechanical key.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow many users can be registered? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe lock supports up to 300 users. You can assign permanent or temporary access for each one.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eIs installation available outside Kuwait? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eInstallation service is available only داخل الكويت. For other locations, a detailed guide is included and remote support is available via WhatsApp.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eIs it suitable for high temperatures? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. The aluminum body is designed to withstand high temperatures and humidity, making it suitable for harsh climates.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════ CTA ══════ --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2\u003e🎯 Ready to Secure Your Home Smartly?\u003c\/h2\u003e\n\u003cp\u003eOne smart lock replaces your old keys and gives you complete peace of mind — future security today\u003c\/p\u003e\n\u003cdiv class=\"trust-row\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\u003cspan class=\"ti\"\u003e🔒\u003c\/span\u003e 100% Secure Payment\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\u003cspan class=\"ti\"\u003e🚚\u003c\/span\u003e Fast Delivery\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\u003cspan class=\"ti\"\u003e🔧\u003c\/span\u003e Professional Installation\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\u003cspan class=\"ti\"\u003e⭐\u003c\/span\u003e 1 Year Warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":50080958054685,"sku":"SH-01004","price":105.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/1_7b9e737d-59b7-49e7-bae5-b328da52645e.webp?v=1772368034"},{"product_id":"improved-4k-outdoor-security-camera-99x-zoom-10mp","title":"Improved x99 4G outdoor surveillance camera – WIFI","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --cam-gold: #d4af37;\n    --cam-gold-light: #ffb400;\n    --cam-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212, 175, 55, 0.25); border: 2px solid var(--cam-gold); color: var(--cam-gold-light); }\n  .badge-4k { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2rem, 5vw, 3.5rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--cam-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255, 255, 255, 0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--cam-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--cam-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n    border-top: 4px solid var(--cam-gold);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--cam-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--cam-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      TECHNICAL SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--cam-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--cam-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      INFO BOX\n  ══════════════════════════════════ *\/\n  .info-box {\n    background: var(--cam-dark); color: var(--white); padding: 45px; border-radius: 30px; margin: 50px 0;\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);\n    border-right: 8px solid var(--cam-gold);\n  }\n  .info-box h3 { color: var(--cam-gold-light); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }\n  \n  .list-item { list-style: none; padding: 0; margin: 0; }\n  .list-item li { \n    font-size: 1.25rem; margin-bottom: 15px; display: flex; gap: 15px; align-items: center;\n  }\n  .list-item li::before { content: '✓'; color: var(--cam-gold); font-weight: 900; font-size: 1.4rem; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--cam-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--cam-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--cam-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-4k\"\u003eUltra Clear 4K Resolution 💎\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003eDual Wi-Fi + 4G Connectivity\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved X99.. \u003cspan\u003eVision Without\u003c\/span\u003e Limits\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eExperience the peak of security with the most advanced outdoor surveillance camera; stunning 4K resolution and continuous connectivity through a data SIM card, so you can keep an eye on your property from anywhere in the world.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Intro Paragraph --\u003e\n\u003cdiv style=\"max-width: 850px; margin: 0 auto 50px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 1.35rem; color: var(--text-main); font-weight: 600;\"\u003eThe complete security solution for homes and facilities; the Improved X99 gives you daylight-clear details even in total darkness, with the freedom to install it anywhere thanks to 4G support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose the Improved X99 Outdoor Camera?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e💎 4K Ultra HD Resolution\u003c\/h3\u003e\n\u003cp\u003eDelivers crystal-clear image quality that allows you to see the finest details, making it easy to recognize faces and license plates clearly during both day and night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🛰️ Dual Connectivity (Wi-Fi + 4G)\u003c\/h3\u003e\n\u003cp\u003eWorks in locations without home internet through a 4G SIM card or via Wi-Fi, giving you complete flexibility in choosing the installation location.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🎙️ Two-Way Talk \u0026amp; Listen\u003c\/h3\u003e\n\u003cp\u003eEquipped with a high-quality microphone and speaker, allowing you to communicate directly with visitors or instantly deter intruders through your mobile phone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🛡️ IP66 Weather Protection\u003c\/h3\u003e\n\u003cp\u003eDurable engineering design resistant to water, dust, and high temperatures, ensuring stable and continuous performance under the harshest weather conditions in Kuwait.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eVideo Resolution\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e4K Ultra HD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eConnectivity Options\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eWi-Fi 2.4GHz \/ 4G SIM Card\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eNight Vision\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eInfrared Vision with a Range of up to 30 Meters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eAlert Systems\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eSmart Motion Detection + Instant Mobile Notifications\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eStorage\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003emicroSD Card up to 128GB + Cloud Storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eCompatibility\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eDedicated App for Android \u0026amp; iOS Devices\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Why Improved Box --\u003e\n\u003cdiv class=\"info-box\"\u003e\n\u003ch3\u003e🌟 Why the Improved Brand?\u003c\/h3\u003e\n\u003cul class=\"list-item\"\u003e\n\u003cli\u003eModern technology that combines elegant design with exceptional durability for heavy-duty use.\u003c\/li\u003e\n\u003cli\u003eSmart integration with mobile applications for live streaming and complete remote control.\u003c\/li\u003e\n\u003cli\u003eReliable technical support and warranty that give you confidence in your security investment.\u003c\/li\u003e\n\u003cli\u003eComprehensive smart solutions including cameras, locks, and home projectors.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eYour Smart Security.. Starts Here\u003c\/h2\u003e\n\u003cp\u003eOrder the Improved X99 4K now from NewTech Kuwait and enjoy the highest levels of protection and comfort for your home.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait — bringing innovative security solutions directly to your hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"WiFi","offer_id":49611779735837,"sku":"SH-02006","price":84.0,"currency_code":"KWD","in_stock":false},{"title":"4G LTE","offer_id":49611779768605,"sku":"SH-02005","price":89.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/3_bf200daa-cb9e-431d-bfb9-397a4a5e7988.webp?v=1771257807"},{"product_id":"irs9000-improved-smart-doorbell-dual-lens","title":"Improved Doorbell and 2-Lens Security Camera for Smart Home - IRS-1","description":"\u003ch2 style=\"text-align: center;;text-align:left;direction:ltr\"\u003e \u003cspan style=\"color: rgb(38, 73, 124);\"\u003e🔔 Improved Smart Doorbell + 2-Lens Smart Home Security Camera - IRS-1\u003c\/span\u003e\n\u003c\/h2\u003e\n\n \u003cp style=\"direction: rtl; text-align: center;;text-align:left;direction:ltr\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eMake your home more secure and smart with the IRS-1 from Improved, a smart doorbell and dual-lens security camera. This unique device provides you with real-time, high-definition monitoring, instant alerts, and a comprehensive view of what's happening outside your door—even at night.\u003c\/span\u003e\u003cbr\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eIt can also be used as an intercom for instant voice communication, door opening, and talking to visitors anytime, anywhere via the app.\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e \u003c\/p\u003e\n\n\u003ctable style=\"width: 100%; border-collapse: collapse; margin-bottom: 30px; box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px; margin-right: 0px; margin-left: auto;;text-align:left;direction:ltr\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr style=\"background: #f0f8ff;\"\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px; font-weight: bold; color: rgb(0, 115, 230);\"\u003e 📷 Two cameras with different angles\u003c\/td\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px;\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eTwo lenses cover the front corner and bottom corner of the door to clearly see parcels and visitors.\u003c\/span\u003e \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"background: #ffffff;\"\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px; font-weight: bold; color: rgb(0, 115, 230);\"\u003e 🌙 Powerful night vision\u003c\/td\u003e\n\n \u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px;\"\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eExcellent clarity even in complete darkness thanks to infrared light\u003c\/span\u003e \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"background: #f0f8ff;\"\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px; font-weight: bold; color: rgb(0, 115, 230);\"\u003e 📲 Instant alerts via the app\u003c\/td\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px;\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eYou receive a notification on your phone as soon as the bell is pressed or motion is detected.\u003c\/span\u003e \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"background: #ffffff;\"\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px; font-weight: bold; color: rgb(0, 115, 230);\"\u003e 🎤 Two-way audio communication\u003c\/td\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px;\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eListen and talk to visitors through the built-in microphone and speaker.\u003c\/span\u003e \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"background: #f0f8ff;\"\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px; font-weight: bold; color: rgb(0, 115, 230);\"\u003e 🔓 Intercom and remote door opening\u003c\/td\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px;\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eUse the bell as an intercom and instant voice communication, in addition to the ability to open the bell through the application at any time\u003c\/span\u003e \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"background: #ffffff;\"\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px; font-weight: bold; color: rgb(0, 115, 230);\"\u003e 💾 Support for local and cloud storage\u003c\/td\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px;\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eAbility to record videos to a microSD card or to the cloud\u003c\/span\u003e\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"background: #f0f8ff;\"\u003e\n\n \u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px; font-weight: bold; color: rgb(0, 115, 230);\"\u003e 🔧 Easy to install and use\u003c\/td\u003e\n\n\u003ctd style=\"padding-top: 14px; padding-right: 14px; padding-bottom: 14px;\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eComes with all mounting hardware.\u003c\/span\u003e \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\u003cdiv style=\";text-align:left;direction:ltr\"\u003e\n\n\u003ch3 style=\"direction: rtl;;text-align:left;direction:ltr\"\u003e \u003cspan style=\"color: rgb(255, 128, 0);\"\u003e💡 Why choose the IRS-1 bell from Improved?\u003c\/span\u003e\n\u003c\/h3\u003e\n\n\u003cp style=\"direction: rtl;;text-align:left;direction:ltr\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eComprehensive view thanks to the two lenses (top and bottom)\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp style=\"direction: rtl;;text-align:left;direction:ltr\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003e24\/7 live monitoring from mobile app\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp style=\"direction: rtl;;text-align:left;direction:ltr\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eProtects your home and alerts you at any time\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp style=\"direction: rtl;;text-align:left;direction:ltr\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eSupports 2.4GHz WiFi wireless networks\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp style=\"direction: rtl;;text-align:left;direction:ltr\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eIncludes one-year warranty and direct technical support\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp style=\"direction: rtl;;text-align:left;direction:ltr\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eUse as an intercom to talk and open the door easily from anywhere\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cdiv style=\"direction: rtl; text-align: center;;text-align:left;direction:ltr\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(38, 73, 124); background-color: rgb(255, 178, 72);\"\u003e✅ If you want peace of mind and smart monitoring at your doorstep, the IRS-1 doorbell is the complete solution for the modern smart home. Order it now from NewTech - \u003cspan style=\"color: rgb(43, 0, 255);\"\u003e\u003ca href=\"https:\/\/newtechq8.com\/\" style=\"color: rgb(43, 0, 255); background-color: rgb(255, 178, 72);\"\u003ethe best store for smart home supplies\u003c\/a\u003e\u003c\/span\u003e in Kuwait!\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50080958021917,"sku":"SH-03001","price":39.9,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/45789654.webp?v=1772368189"},{"product_id":"improved-z3-indoor-wifi-camera-3mp-fhd","title":"Improved Z3 3MP FHD Indoor Wi-Fi Camera","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --cam-gold: #d4af37;\n    --cam-gold-light: #ffb400;\n    --cam-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212, 175, 55, 0.25); border: 2px solid var(--cam-gold); color: var(--cam-gold-light); }\n  .badge-360 { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2rem, 5vw, 3.5rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--cam-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255, 255, 255, 0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--cam-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--cam-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n    border-top: 4px solid var(--cam-gold);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--cam-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--cam-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      VIDEO SECTION\n  ══════════════════════════════════ *\/\n  .video-container {\n    position: relative; width: 100%; aspect-ratio: 16\/9; overflow: hidden; \n    border-radius: 30px; box-shadow: 0 20px 40px rgba(0,0,0,0.15);\n    margin: 50px 0; border: 2px solid var(--cam-gold);\n  }\n\n  \/* ══════════════════════════════════\n      INFO BOXES\n  ══════════════════════════════════ *\/\n  .info-box {\n    background: var(--cam-dark); color: var(--white); padding: 45px; border-radius: 30px; margin: 40px 0;\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);\n    border-right: 8px solid var(--cam-gold);\n  }\n  .info-box h3 { color: var(--cam-gold-light); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }\n  \n  .list-item { list-style: none; padding: 0; margin: 0; }\n  .list-item li { \n    font-size: 1.25rem; margin-bottom: 15px; display: flex; gap: 15px; align-items: center;\n  }\n  .list-item li::before { content: '✓'; color: var(--cam-gold); font-weight: 900; font-size: 1.4rem; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--cam-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--cam-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--cam-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e3MP Full HD Resolution 💎\u003c\/span\u003e \u003cspan class=\"badge badge-360\"\u003e360° Panoramic View\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved Z3.. \u003cspan\u003eYour Smart Eye\u003c\/span\u003e in Every Corner\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eExperience complete security inside your home or office; stunning 1080P resolution, smart motion tracking, and full control through your smartphone, so you always stay connected to what matters most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Intro Paragraph --\u003e\n\u003cdiv style=\"max-width: 850px; margin: 0 auto 50px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 1.35rem; color: var(--text-main); font-weight: 600;\"\u003eThe Improved Z3 combines advanced technology with elegant design to provide full-area monitoring without blind spots, along with direct two-way communication from anywhere in the world.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose the Improved Z3 Indoor Camera?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔍 Ultra-Clear 3MP Resolution\u003c\/h3\u003e\n\u003cp\u003eA 3-megapixel lens delivers highly detailed images and videos, making it easy to recognize faces and objects clearly during both day and night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔄 Full 360° Coverage\u003c\/h3\u003e\n\u003cp\u003eThanks to the smart rotation motor, you can move the camera in all directions through the app to cover the entire room without leaving any hidden corners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🗣️ Two-Way Audio\u003c\/h3\u003e\n\u003cp\u003eCommunicate directly with your children or pets; the built-in microphone and speaker allow you to talk and listen with high-quality audio.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🤖 Smart Motion Sensor \u0026amp; Alerts\u003c\/h3\u003e\n\u003cp\u003eAs soon as any unusual movement is detected, the camera instantly sends a notification to your phone through the Tuya or Smart Life app, keeping you informed at all times.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Video Showcase --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eSee the Power in Action\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe playsinline=\"\" muted=\"\" style=\"width: 100%; height: 100%; border: 0;\" src=\"https:\/\/www.youtube.com\/embed\/j4ahnBwV-bI?autoplay=1\u0026amp;mute=1\u0026amp;rel=0\u0026amp;controls=1\u0026amp;modestbranding=1\" title=\"Improved Z3 Camera Demo Video\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- Box Contents --\u003e\n\u003cdiv class=\"info-box\"\u003e\n\u003ch3\u003e📦 What’s Included in the Box?\u003c\/h3\u003e\n\u003cul class=\"list-item\"\u003e\n\u003cli\u003eImproved Z3 Smart Camera.\u003c\/li\u003e\n\u003cli\u003e64GB Memory Card (Free Included Gift).\u003c\/li\u003e\n\u003cli\u003eCharging cable + easy-to-install wall mounting base.\u003c\/li\u003e\n\u003cli\u003eUser and setup guide in both Arabic and English.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Why Improved Box --\u003e\n\u003cdiv style=\"background: #fff; color: var(--text-main); border: 2px solid var(--cam-gold);\" class=\"info-box\"\u003e\n\u003ch3 style=\"color: var(--cam-gold);\"\u003e🌟 Additional Technical Features\u003c\/h3\u003e\n\u003cul class=\"list-item\"\u003e\n\u003cli style=\"color: var(--text-main);\"\u003eFull support for Alexa and Google Assistant voice control.\u003c\/li\u003e\n\u003cli style=\"color: var(--text-main);\"\u003eAdvanced infrared night vision ensures protection even in complete darkness.\u003c\/li\u003e\n\u003cli style=\"color: var(--text-main);\"\u003eDual storage options: microSD memory card or secure encrypted cloud storage.\u003c\/li\u003e\n\u003cli style=\"color: var(--text-main);\"\u003eStable and fast 2.4GHz WiFi connection ensures smooth live streaming without interruptions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eYour Smart Security.. And Cinematic Entertainment\u003c\/h2\u003e\n\u003cp\u003eAfter securing your home with the Improved Z3, don’t miss the complete home cinema experience from NewTech for family entertainment!\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eDiscover the Offers Now\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait — bringing innovation and comfort directly to your hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":49927170982173,"sku":"SH-02007","price":12.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/4_9ab02b8b-1501-4c27-90f7-ca8387e63c42.webp?v=1771257918"},{"product_id":"ridelux-qled-10-car-screen-android-wireless-carplay","title":"RideLux Smart QLED 10 Car Screen","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n:root {\n    --blue: #1a56db;\n    --blue-dark: #0f172a;\n    --gold: #d4af37;\n    --gold-light: #ffb400;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.4) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--gold); color: var(--gold-light); }\n  .badge-blue { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.95); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n    text-shadow: 0 2px 5px rgba(0,0,0,0.2);\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 CARDS\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--blue-dark); }\n\n  .card-group { margin-bottom: 50px; background: #fff; padding: 40px; border-radius: 30px; border: 1px solid var(--border); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }\n  \n  .split {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 60px;\n  }\n  .split.reverse { direction: ltr; }\n  .split.reverse .split-text { direction: rtl; }\n\n  .feature-list { list-style: none; padding: 0; margin: 0; }\n  .feature-list li { \n    font-size: 1.3rem; margin-bottom: 18px; display: flex; gap: 15px; align-items: flex-start;\n  }\n  .feature-list li::before { content: '✓'; color: var(--gold); font-weight: 900; font-size: 1.5rem; }\n\n  .product-img { width: 100%; border-radius: 25px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); border: 1px solid #e2e8f0; }\n\n  \/* Video Responsive *\/\n  .video-container {\n    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 25px;\n    box-shadow: 0 15px 40px rgba(0,0,0,0.15);\n  }\n  .video-container iframe {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\n  }\n\n  \/* ══════════════════════════════════\n      CTA BOX\n  ══════════════════════════════════ *\/\n  .cta-box {\n    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff; margin-top: 60px;\n    box-shadow: 0 25px 50px rgba(15,23,42,0.2);\n  }\n  .cta-box h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--gold-light); }\n  .cta-box p { font-size: 1.4rem; color: #cbd5e1; margin-bottom: 30px; }\n  \n  .shop-btn {\n    background: var(--gold-light); color: #000; padding: 18px 55px; border-radius: 15px;\n    text-decoration: none; font-weight: 900; font-size: 1.5rem; display: inline-block;\n    box-shadow: 0 10px 25px rgba(255,180,0,0.4); transition: 0.3s;\n  }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; text-align: center; }\n    .split.reverse { direction: rtl; }\n    .feature-list li { justify-content: center; text-align: center; }\n    .hero-title { font-size: 2.2rem; }\n    .hero-sub { font-size: 1.2rem; }\n    .section-head h2 { font-size: 1.7rem; }\n    .card-group { padding: 30px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eRIDELUX QLED 10 ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003eCinematic 2K Resolution\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003ePerformance Power \u0026amp; Stunning Display in \u003cspan\u003eOne Screen\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy a 10-inch QLED display with incredible resolution, powered by an octa-core processor for ultra-fast performance and an unforgettable driving experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003e10-inch QLED display with ultra-sharp 2000×1200 resolution.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eIPS panel for rich colors and perfect clarity from all viewing angles.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eOcta-core processor (A75 + A55) at 1.8GHz for powerful performance.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e8GB RAM and 128GB storage for lightning-fast responsiveness.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eWireless Apple CarPlay \u0026amp; Android Auto support.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eBuilt-in cooling fan to maintain stable performance in high temperatures.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split\"\u003e\n\u003cdiv class=\"split-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eAudio \u0026amp; Entertainment\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003eProfessional DSP audio processor for crystal-clear sound.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e32-band EQ for full sound customization.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eAV output support for connecting additional screens and cameras.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg class=\"product-img\" alt=\"RIDELUX QLED 10\" src=\"https:\/\/newtechq8.com\/cdn\/shop\/files\/ridelux-qled-10-car-screen-shash-alsyar-kyolyd-10-raydloks-3904210.png?v=1756751772\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split reverse\"\u003e\n\u003cdiv class=\"split-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eConnectivity \u0026amp; Sync\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003eWi-Fi and Bluetooth 5.0 for stable connectivity.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eBuilt-in GPS for accurate and easy navigation.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eAndroid 10 system with a flexible and user-friendly interface.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003ch3 style=\"color: var(--gold); font-size: 1.6rem; font-weight: 800; margin-bottom: 15px;\"\u003eWhat's in the Box\u003c\/h3\u003e\n\u003cul style=\"font-size: 1.1rem;\" class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003eOriginal RIDELUX QLED 10 display.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003ePlug \u0026amp; Play wiring for instant installation.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eGPS antenna and user manual (Arabic \/ English).\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWatch Demo Video\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-group\"\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe title=\"RIDELUX QLED 10 Demo\" src=\"https:\/\/www.youtube.com\/embed\/ipG6csvhmbw?autoplay=1\u0026amp;mute=1\u0026amp;playsinline=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;modestbranding=1\"\u003e\n\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch2\u003eUpgrade Your Car to the Next Level\u003c\/h2\u003e\n\u003cp\u003eModern design compatible with most modern and Chinese vehicles. Available now at NewTech.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ridelux","offers":[{"title":"LANDCRUISER Toyota  2016 - لاندكرو  2021","offer_id":50944496009501,"sku":"CA-03005","price":165.0,"currency_code":"KWD","in_stock":true},{"title":"Nissan Patrol نيسان باترول  2013 - 2017","offer_id":50944496042269,"sku":"CA-03005","price":165.0,"currency_code":"KWD","in_stock":true},{"title":"NISSAN PATROL SAFARI نيسان سفاري فيتك كل الموديلات","offer_id":50944496075037,"sku":"CA-03005","price":165.0,"currency_code":"KWD","in_stock":true},{"title":"Chevrolet SILVERADO سلفرادو 2014 - 2017","offer_id":50944496107805,"sku":"CA-03005","price":165.0,"currency_code":"KWD","in_stock":true},{"title":"Toyota RAV4  2018 - 2021 راف فور","offer_id":50944496140573,"sku":"CA-03005","price":165.0,"currency_code":"KWD","in_stock":true},{"title":"Toyota PRADO برادو 2013 - 2017","offer_id":50944496173341,"sku":"CA-03005","price":165.0,"currency_code":"KWD","in_stock":true},{"title":"Mitsubishi PAJERO باجيرو 2006 - 2018","offer_id":50944496206109,"sku":"CA-03005","price":165.0,"currency_code":"KWD","in_stock":true},{"title":"SUZUKI JIMNY سوزوكي جيمني 2012 - 2022","offer_id":50944496238877,"sku":"CA-03005","price":165.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/e561fb35a1382ca907a21338ae51f02b_28d123ab-38cc-4a21-9bc5-4341549c65cf.webp?v=1778946745"},{"product_id":"improved-outdoor-surveillance-camera-4k-zoom-s1-solar-powered","title":"Improved 4K 10x Zoom Outdoor Security Camera (Three Lenses)","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --cam-gold: #d4af37;\n    --cam-gold-light: #ffb400;\n    --cam-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212, 175, 55, 0.25); border: 2px solid var(--cam-gold); color: var(--cam-gold-light); }\n  .badge-solar { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2rem, 5vw, 3.5rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--cam-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255, 255, 255, 0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--cam-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--cam-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n    border-top: 4px solid var(--cam-gold);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--cam-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--cam-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      TECHNICAL SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--cam-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--cam-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      INFO BOX\n  ══════════════════════════════════ *\/\n  .info-box {\n    background: var(--cam-dark); color: var(--white); padding: 45px; border-radius: 30px; margin: 50px 0;\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);\n    border-right: 8px solid var(--cam-gold);\n  }\n  .info-box h3 { color: var(--cam-gold-light); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }\n  \n  .list-item { list-style: none; padding: 0; margin: 0; }\n  .list-item li { \n    font-size: 1.25rem; margin-bottom: 15px; display: flex; gap: 15px; align-items: center;\n  }\n  .list-item li::before { content: '✓'; color: var(--cam-gold); font-weight: 900; font-size: 1.4rem; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--cam-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--cam-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--cam-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eSustainable 8W Solar Power ☀️\u003c\/span\u003e \u003cspan class=\"badge badge-solar\"\u003e1080p Full HD Resolution\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved S1.. \u003cspan\u003eSmart Security\u003c\/span\u003e Without Interruption\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eExperience the next generation of farm and home protection; a fully solar-powered PTZ camera that provides 360-degree coverage and AI technologies for complete peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Intro Paragraph --\u003e\n\u003cdiv style=\"max-width: 850px; margin: 0 auto 50px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 1.35rem; color: var(--text-main); font-weight: 600;\"\u003eSay goodbye to complicated wiring; the Improved S1 solar camera delivers professional monitoring anywhere sunlight reaches, with a massive battery that ensures operation even on cloudy days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose the Improved S1 Solar Camera?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔋 Solar Power \u0026amp; 15600mAh Battery\u003c\/h3\u003e\n\u003cp\u003eAn 8W solar panel paired with a large-capacity battery ensures continuous operation around the clock, making it ideal for remote areas, farms, and outdoor spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔄 Comprehensive 355° PTZ Coverage\u003c\/h3\u003e\n\u003cp\u003eFull control over viewing angles through your smartphone; 355° horizontal and 100° vertical rotation to cover every corner with sharp 1080p clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🤖 Smart PIR + AI Detection\u003c\/h3\u003e\n\u003cp\u003eAdvanced technologies that distinguish human movement and reduce false alarms caused by animals or trees, with instant notifications sent directly to your phone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🌙 24\/7 Color Night Vision\u003c\/h3\u003e\n\u003cp\u003eSmart night vision through infrared or white spotlight illumination for full-color recording even in complete darkness, with a range of up to 30 meters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eModel \u0026amp; Resolution\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eImproved S1 \/ 1080p (2MP) Full HD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003ePower System\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e8W Solar Panel + 15600mAh Battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003ePTZ Rotation Angles\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e355° Horizontal \/ 100° Vertical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eDetection System\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003ePIR + Artificial Intelligence (AI) with 12m Range\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eStorage\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eCloud Storage + microSD\/TF Card up to 128GB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eConnectivity \u0026amp; Protection\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e2.4GHz Wi-Fi \/ Weather-Resistant Outdoor Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Installation \u0026 Value Box --\u003e\n\u003cdiv class=\"info-box\"\u003e\n\u003ch3\u003e✨ Tips \u0026amp; User Benefits\u003c\/h3\u003e\n\u003cul class=\"list-item\"\u003e\n\u003cli\u003eAdvanced H.265 encoding reduces file size by up to 50% while maintaining image clarity.\u003c\/li\u003e\n\u003cli\u003eIt is recommended to install the camera at a height of 2.5 to 3.5 meters for the most accurate motion sensor response.\u003c\/li\u003e\n\u003cli\u003eSupports two-way audio communication (microphone \u0026amp; speaker) for interacting with visitors or deterring intruders.\u003c\/li\u003e\n\u003cli\u003eAn easy-to-use app allows you to monitor live footage from anywhere in the world.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eProtect Your Property with the Power of the Sun\u003c\/h2\u003e\n\u003cp\u003eOrder the Improved S1 solar camera now from NewTech Kuwait and enjoy the highest levels of security and smart technology.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait — bringing you the perfect blend of modern technology and environmental sustainability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"4G - Internet Line","offer_id":50323910066461,"sku":"SH-02001","price":49.0,"currency_code":"KWD","in_stock":true},{"title":"WIFI","offer_id":50323910099229,"sku":"SH-02002","price":46.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/1_d05cdd99-d8a7-4b56-b7d7-6e7404b8e49f.webp?v=1771257698"},{"product_id":"improved-z3-1-indoor-wifi-camera-3mp-fhd","title":"Improved Z3 Wi-Fi Camera Package","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --cam-gold: #d4af37;\n    --cam-gold-light: #ffb400;\n    --cam-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212, 175, 55, 0.25); border: 2px solid var(--cam-gold); color: var(--cam-gold-light); }\n  .badge-smart { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2rem, 5vw, 3.5rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--cam-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255, 255, 255, 0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--cam-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--cam-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n    border-top: 4px solid var(--cam-gold);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--cam-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--cam-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      TECHNICAL SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--cam-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--cam-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      INFO BOX\n  ══════════════════════════════════ *\/\n  .info-box {\n    background: var(--cam-dark); color: var(--white); padding: 45px; border-radius: 30px; margin: 50px 0;\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);\n    border-left: 8px solid var(--cam-gold);\n  }\n  .info-box h3 { color: var(--cam-gold-light); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }\n  \n  .list-item { list-style: none; padding: 0; margin: 0; }\n  .list-item li { \n    font-size: 1.25rem; margin-bottom: 15px; display: flex; gap: 15px; align-items: center;\n  }\n  .list-item li::before { content: '🛡️'; font-size: 1.2rem; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--cam-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--cam-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--cam-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e1080p FHD (3MP) Resolution 💎\u003c\/span\u003e \u003cspan class=\"badge badge-smart\"\u003e360° Panoramic Coverage\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved Z3.. \u003cspan\u003eYour Smart Eye\u003c\/span\u003e at Home\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eMonitor every moment in crystal-clear detail; the Improved Z3 indoor security camera delivers full-room coverage with smart control and instant alerts directly to your smartphone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Intro Paragraph --\u003e\n\u003cdiv style=\"max-width: 850px; margin: 0 auto 50px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 1.35rem; color: var(--text-main); font-weight: 600;\"\u003eCombining elegance with intelligence, the Improved Z3 is more than just a camera — it’s your personal guardian for monitoring children, pets, and valuables with maximum clarity and ease.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose the Improved Z3?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔍 3MP Crystal-Clear Resolution\u003c\/h3\u003e\n\u003cp\u003eEnjoy sharp 1080P Full HD video quality that captures fine details day and night with advanced image processing technology.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔄 360° Pan \u0026amp; Tilt Coverage\u003c\/h3\u003e\n\u003cp\u003eNo blind spots anymore — the camera rotates smoothly to cover the entire room, giving you complete visibility from your smartphone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🤖 Smart Motion Alerts\u003c\/h3\u003e\n\u003cp\u003eReceive instant notifications on your phone whenever unusual movement is detected, keeping you informed at all times.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🎙️ Two-Way Audio Communication\u003c\/h3\u003e\n\u003cp\u003eTalk to your family or pets anytime with the built-in microphone and speaker for clear real-time voice communication.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eVideo Resolution\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e1080p FHD (3 Megapixel)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eNight Vision\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eAdvanced Infrared Night Vision\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eWireless Connectivity\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eStable Wi-Fi 2.4GHz Connection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eCompatible Apps\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eTuya Smart \/ Smart Life\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eVoice Control\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eSupports Alexa \u0026amp; Google Assistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eStorage Options\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003emicroSD Card or Secure Cloud Storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Additional Features Box --\u003e\n\u003cdiv class=\"info-box\"\u003e\n\u003ch3\u003e✨ Smart Features in Every Detail\u003c\/h3\u003e\n\u003cul class=\"list-item\"\u003e\n\u003cli\u003eCompact and elegant design that blends perfectly with modern home or office décor.\u003c\/li\u003e\n\u003cli\u003eQuick and easy setup through a simple mobile app installation process.\u003c\/li\u003e\n\u003cli\u003eAdvanced data encryption to ensure the privacy of recordings and live streaming.\u003c\/li\u003e\n\u003cli\u003eCustom motion alerts with intelligent object detection to reduce false alarms.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eMonitor Your Home with One Tap\u003c\/h2\u003e\n\u003cp\u003eOrder the Improved Z3 now from NewTech Kuwait and enjoy the peace of mind you deserve.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eAvailable now at NewTech Kuwait — your destination for smart security and modern home innovation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Two-camera package","offer_id":50347966693661,"sku":"OD-02001","price":35.7,"currency_code":"KWD","in_stock":false},{"title":"Three-camera package","offer_id":50347966726429,"sku":"OD-02002","price":53.55,"currency_code":"KWD","in_stock":false},{"title":"Four-camera package","offer_id":50347966759197,"sku":"OD-02003","price":71.39,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Improved_Z3_Bundle_14.png?v=1767781312"},{"product_id":"ddpai-z60-pro-4k-dual-dashcam-sony-starvis","title":"DDPAI 4K Z60 Pro – High-resolution front and rear dash cam with two cameras","description":"\u003c!-- Intro Section --\u003e\n\u003csection style=\"font-family: 'Almarai', sans-serif; max-width: 900px; margin: 40px auto; text-align: right; direction: rtl;\"\u003e\n\u003cp style=\"font-size: 18px; color: #333; line-height: 1.9;\"\u003eKeep your car safe and record every moment in clarity with \u003cstrong style=\"color: #d4af37;\"\u003eDash Cam DDPAI 4K Z60 Pro\u003c\/strong\u003e, a front and rear 4K UHD camera equipped with Sony STARVIS HDR technology for clear recording in all conditions.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Product Image \u0026 Features --\u003e\n\u003csection style=\"font-family: 'Almarai', sans-serif; max-width: 900px; margin: 40px auto; display: flex; flex-wrap: wrap; align-items: center; gap: 25px; direction: rtl;\"\u003e\u003c!-- Text --\u003e\n\u003cdiv style=\"flex: 1 1 48%; min-width: 300px; text-align: right;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 24px; margin-bottom: 15px;\"\u003eDDPAI 4K Z60 Pro Features\u003c\/h2\u003e\n\u003cul style=\"font-size: 18px; color: #333; line-height: 1.8; padding-right: 20px;\"\u003e\n\u003cli\u003e\u003cstrong\u003eFront \u0026amp; Rear 4K UHD Recording:\u003c\/strong\u003e Full clarity in all conditions.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e3K 60 FPS:\u003c\/strong\u003e Smooth recording at high speeds.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eNightVIS 2.0 + AI ISP:\u003c\/strong\u003e Excellent low-light performance.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eD²save 2.0:\u003c\/strong\u003e 32GB eMMC + SD card up to 512GB.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eWi-Fi Turbo 5GHz:\u003c\/strong\u003e Fast transfer and smooth playback.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e24\/7 Parking Monitoring:\u003c\/strong\u003e Continuous security while parked.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eADAS 2.0 + Voice Control + Bluetooth + SR 2.0:\u003c\/strong\u003e Smart alerts and advanced features.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBuilt-in GPS + Supercapacitor:\u003c\/strong\u003e Higher stability and reliability.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Image --\u003e\n\u003cdiv style=\"flex: 1 1 48%; min-width: 300px; text-align: center;\"\u003e\u003cimg alt=\"DDPAI 4K Z60 Pro Front View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/5_a00e499b-5a7b-48e1-9f3a-287ca30dc9c7.png?v=1758916559\" style=\"max-width: 100%; height: auto; border-radius: 12px;\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Product Image \u0026 Technical Specs (Image on left) --\u003e\n\u003csection style=\"font-family: 'Almarai', sans-serif; max-width: 900px; margin: 40px auto; display: flex; flex-wrap: wrap; align-items: center; gap: 25px; direction: rtl;\"\u003e\u003c!-- Image --\u003e\n\u003cdiv style=\"flex: 1 1 48%; min-width: 300px; text-align: center;\"\u003e\u003cimg alt=\"DDPAI 4K Z60 Pro Rear View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/6_8479718b-ab00-4963-b280-214b3bb51174.png?v=1758916559\" style=\"max-width: 100%; height: auto; border-radius: 12px;\"\u003e\u003c\/div\u003e\n\u003c!-- Text --\u003e\n\u003cdiv style=\"flex: 1 1 48%; min-width: 300px; text-align: right;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 24px; margin-bottom: 15px;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 18px; color: #333;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 8px; border-bottom: 1px solid #ddd;\"\u003e\u003cstrong\u003eModel\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 8px; border-bottom: 1px solid #ddd;\"\u003eDDPAI 4K Z60 Pro\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 8px; border-bottom: 1px solid #ddd;\"\u003e\u003cstrong\u003eResolution\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 8px; border-bottom: 1px solid #ddd;\"\u003e4K UHD + 3K 60 FPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 8px; border-bottom: 1px solid #ddd;\"\u003e\u003cstrong\u003eSensor\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 8px; border-bottom: 1px solid #ddd;\"\u003eSony STARVIS HDR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 8px; border-bottom: 1px solid #ddd;\"\u003e\u003cstrong\u003eStorage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 8px; border-bottom: 1px solid #ddd;\"\u003e32GB eMMC + SD card up to 512GB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 8px; border-bottom: 1px solid #ddd;\"\u003e\u003cstrong\u003eAdditional Features\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 8px; border-bottom: 1px solid #ddd;\"\u003e24\/7 Parking Monitoring, ADAS 2.0, Voice Control, Built-in GPS, Supercapacitor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Final CTA Section --\u003e\n\u003csection style=\"font-family: 'Almarai', sans-serif; max-width: 900px; margin: 50px auto; text-align: center; direction: rtl;\"\u003e\n\u003ch3 style=\"color: #d4af37; font-size: 24px; margin-bottom: 20px;\"\u003eGet Your DDPAI 4K Z60 Pro Now\u003c\/h3\u003e\n\u003cp style=\"font-size: 18px; color: #333; line-height: 1.8; margin-bottom: 25px;\"\u003eFull safety and clarity while driving and parking with a reliable camera for all conditions – \u003cstrong\u003eDDPAI 4K Z60 Pro\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50398798938397,"sku":"CA-01005","price":84.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Z60_Pro_2.png?v=1767781384"},{"product_id":"w2-smart-lock","title":"Improved W2 Smart Lock with fingerprint and Bluetooth","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d4af37;\n    --gold-light: #f59e0b;\n    --gold-pale: #fffbeb;\n    --dark: #0f172a;\n    --dark2: #1e293b;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n    --red: #dc2626;\n    --red-light: #fff1f2;\n  }\n\n  body {\n    font-family: 'Cairo', 'Almarai', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n\n  \/* ══════════════════════════════════\n      HERO\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 30px 10px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    direction: ltr;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.35) 0%, transparent 65%),\n      radial-gradient(ellipse 40% 40% at 90% 110%, rgba(245,158,11,.12) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n    background-size: 44px 44px;\n    pointer-events: none;\n    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 100%);\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n  .badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 5px 15px; border-radius: 100px; font-size: 1.6rem; font-weight: 700;\n  }\n  .badge-gold  { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n  .badge-blue  { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n  .hero-title {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff;\n  }\n  .hero-title span { color: #60a5fa; }\n\n  .hero-sub { font-size: 18px; color: #94a3b8; max-width: 750px; margin: 0 auto 22px; line-height: 1.9; }\n\n  .hero-stats {\n    display: flex; justify-content: center; gap: 36px; flex-wrap: wrap;\n    padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);\n  }\n  .stat { text-align: center; }\n  .stat-num   { font-size: 1.8rem; font-weight: 900; color: #fbbf24; display: block; line-height: 1; }\n  .stat-label { font-size: 1.4rem; color: #94a3b8; margin-top: 4px; }\n\n  .hero-img-wrap {\n    max-width: 860px; margin: 18px auto 0;\n    border-radius: 0 0 20px 20px; overflow: hidden;\n  }\n  .hero-img-wrap img { width: 100%; object-fit: cover; }\n\n  \/* CONTAINER *\/\n  .container { max-width: 920px; margin: 0 auto; padding: 0 20px; direction: ltr; }\n\n  \/* SECTION UTILS *\/\n  .section { padding: 26px 0; }\n  .section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }\n  .section-head .bar {\n    width: 5px; height: 30px; flex-shrink: 0; border-radius: 4px;\n    background: linear-gradient(180deg, var(--blue), var(--gold));\n  }\n  .section-head h2 { font-size: 26px; font-weight: 800; color: var(--text); }\n\n  .divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n  }\n  .feat-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; padding: 20px; position: relative; overflow: hidden;\n    transition: transform .3s, box-shadow .3s, border-color .3s;\n  }\n  .feat-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 28px rgba(26,86,219,.1);\n    border-color: var(--blue-pale);\n  }\n  .feat-icon { font-size: 2rem; margin-bottom: 10px; }\n  .feat-title { font-size: 1.4rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }\n  .feat-desc  { font-size: 18px; color: var(--muted); }\n\n  \/* SPLIT SECTION *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px; align-items: center;\n    padding: 10px 0;\n  }\n  .split-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }\n  .split-img img { width: 100%; height: auto; object-fit: cover; display: block; }\n  .split-badge {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: var(--blue-light); border: 1px solid var(--blue-pale);\n    color: var(--blue); padding: 5px 14px; border-radius: 100px;\n    font-size: 1.5rem; font-weight: 700; margin-bottom: 12px;\n  }\n  .split-title { font-size: 26px; font-weight: 900; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }\n  .split-desc  { font-size: 18px; color: var(--muted); margin-bottom: 16px; line-height: 1.8; }\n  .split-points { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }\n  .split-points li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 18px; font-weight: 600; color: var(--text);\n  }\n  .split-points li .ck {\n    width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.3);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.5rem; color: var(--green); margin-top: 2px;\n  }\n\n  \/* SPEC TABLE *\/\n  .spec-grid {\n    display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;\n  }\n  .spec-item {\n    background: #fff; padding: 12px 15px; border-radius: 10px; border: 1px solid #eee;\n    font-size: 18px; color: #333; line-height: 1.8;\n  }\n  .spec-item strong { color: var(--gold); }\n\n  \/* CTA *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    border-radius: 20px; padding: 40px 24px;\n    text-align: center; position: relative; overflow: hidden;\n    margin: 40px 0 24px;\n    box-shadow: 0 20px 50px rgba(15,23,42,.15);\n  }\n  .btn-cta {\n    display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n    background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark));\n    color: #fff; font-family: inherit; font-size: 1.4rem; font-weight: 800;\n    padding: 14px 40px; border-radius: 10px; border: none; cursor: pointer;\n    box-shadow: 0 6px 25px rgba(26,86,219,.45); transition: all .3s;\n    text-decoration: none;\n  }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; }\n    .spec-grid { grid-template-columns: 1fr !important; }\n    .split-img { order: -1; }\n    .hero-sub { font-size: 18px; }\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(22px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero-inner \u003e * { animation: fadeUp .6s ease both; }\n\u003c\/style\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ W2 Multi Edition\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 Full 1-Year Warranty\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eImproved Smart Lock \u003cspan\u003eW2\u003c\/span\u003e\u003cbr\u003eSecurity \u0026amp; Comfort in Every Touch\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eThe \u003cstrong style=\"color: #fbbf24;\"\u003eImproved W2 Smart Lock\u003c\/strong\u003e combines security and convenience! Unlock your door using fingerprint, card, Bluetooth, or a traditional key – full control from your phone.\u003c\/p\u003e\n\u003cdiv class=\"hero-stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eBluetooth\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eApp Control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e200\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eSupported Fingerprints\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e60°C\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eHigh Heat Resistance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eUni\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eUniversal Compatibility\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/NewTeaq8-img-02.jpg?v=1759319267\" alt=\"Improved Smart Lock W2\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e✨ Complete Smart Security\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eThe Perfect Solution for Homes, Offices, and Apartments\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eThe Improved W2 lock offers advanced security and a smooth user experience, with a sleek design and durable corrosion-resistant aluminum build. Suitable for various door types to ensure both protection and ease of use.\u003c\/p\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nFour secure unlocking methods (fingerprint, card, app, key)\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nCompatible with wooden, metal, and aluminum doors\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nReal-time access logs to monitor entry and exit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg alt=\"Improved W2 Lock Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/NewTeaq8-img-05.jpg?v=1759319267\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eModel:\u003c\/strong\u003e Improved W2 Smart Door Lock\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eUnlock Methods:\u003c\/strong\u003e Fingerprint – IC Card – Bluetooth App – Key\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e Up to 200 user fingerprints\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Corrosion-resistant aluminum alloy\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Wooden, metal, and aluminum doors\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eOperating Temperature:\u003c\/strong\u003e Up to 60°C\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eConnectivity:\u003c\/strong\u003e Bluetooth + Smart Mobile App\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e Full year from NewTech\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cstrong\u003ePower:\u003c\/strong\u003e 4 AA batteries + Emergency USB port\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🌐\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eFull Smart Control\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eRemote unlocking, user management, and complete access logs via the mobile app.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003ePower Alerts\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eInstant alerts when battery is low, with an emergency USB port to ensure uninterrupted access.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eHome \u0026amp; Office Security\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eSupports up to 200 fingerprints, making it ideal for large families, companies, and offices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eHigh Heat Resistance\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eBuilt with special materials to withstand temperatures up to 60°C for stable performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhat's in the Box\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 24px;\"\u003e\n\u003cul style=\"margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;\"\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e Improved Smart Lock W2\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e 2 IC Access Cards\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e 2 Emergency Metal Keys\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e Emergency USB Cable\u003c\/li\u003e\n\u003cli style=\"font-size: 18px; color: #333; display: flex; align-items: center; gap: 10px;\"\u003e\u003cspan style=\"color: var(--gold);\"\u003e✔\u003c\/span\u003e User \u0026amp; Programming Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWatch the Lock in Action\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: relative; width: 100%; aspect-ratio: 16\/9; overflow: hidden; border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,0.08);\"\u003e\u003ciframe style=\"width: 100%; height: 100%; border: 0; border-radius: 12px;\" src=\"https:\/\/www.youtube.com\/embed\/fqRFRUWQGRI?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=fqRFRUWQGRI\" title=\"Improved Smart Lock W2\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 style=\"color: #fff; font-size: 26px; font-weight: 900; margin-bottom: 15px;\"\u003eChoose Improved… Because Your Home Security Starts with One Touch\u003c\/h2\u003e\n\u003cp style=\"color: #94a3b8; font-size: 19px; margin-bottom: 25px; line-height: 1.9;\"\u003eOrder now from NewTech Kuwait – the best in smart home and security systems.\u003c\/p\u003e\n\u003ca class=\"btn-cta\" href=\"https:\/\/newtechq8.com\/collections\/smart-door-locks\" rel=\"noopener\" target=\"_blank\"\u003e 🔒 Order Improved W2 Lock Now \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":50413094207773,"sku":"SH-01006","price":33.9,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/2_95e9c316-0169-495e-84e5-da57c27d164c.webp?v=1770912956"},{"product_id":"nano-ultra-home-theater-package-1","title":"Complete Home Cinema Bundle – A Luxurious Viewing Experience","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --bundle-gold: #d4af37;\n    --bundle-gold-light: #ffb400;\n    --bundle-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--bundle-gold); color: var(--bundle-gold-light); }\n  .badge-pro { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--bundle-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--bundle-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--bundle-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--bundle-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--bundle-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      MEDIA LAYOUT\n  ══════════════════════════════════ *\/\n  .media-layout { display: flex; flex-wrap: wrap; gap: 30px; margin: 50px 0; align-items: center; }\n  .media-img { flex: 1 1 400px; border-radius: 25px; box-shadow: 0 15px 45px rgba(0,0,0,0.1); max-width: 100%; }\n  .media-text { flex: 1 1 400px; }\n\n  \/* ══════════════════════════════════\n      VIDEO BOX\n  ══════════════════════════════════ *\/\n  .video-container {\n    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;\n    border-radius: 30px; box-shadow: 0 20px 50px rgba(0,0,0,0.15); margin: 40px 0;\n    border: 2px solid var(--bundle-gold);\n  }\n  .video-container iframe {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\n  }\n\n  \/* ══════════════════════════════════\n      CONTENTS LIST\n  ══════════════════════════════════ *\/\n  .contents-box {\n    background: var(--bundle-dark); color: var(--white); padding: 45px; border-radius: 30px; margin: 50px 0;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.2);\n    border-right: 8px solid var(--bundle-gold);\n  }\n  .contents-box h3 { color: var(--bundle-gold-light); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }\n  \n  .list-item { list-style: none; padding: 0; margin: 0; }\n  .list-item li { \n    font-size: 1.25rem; margin-bottom: 15px; display: flex; gap: 15px; align-items: center;\n  }\n  .list-item li::before { content: '⭐'; color: var(--bundle-gold); font-size: 1.4rem; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--bundle-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--bundle-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--bundle-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .media-layout { flex-direction: column; text-align: center; }\n    .hero-title { font-size: 2rem; }\n    .hero-sub { font-size: 1.1rem; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eBest-Selling Complete Bundle ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-pro\"\u003eSmart Home Cinema\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eHome Cinema.. \u003cspan\u003eProfessional Experience\u003c\/span\u003e Made Easy\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eTurn your room into a fully integrated cinema setup; this bundle combines a 100-inch electric screen, Xnano Ultra projector, and immersive Dolby Audio sound system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Intro Layout --\u003e\n\u003cdiv class=\"media-layout\"\u003e\n\u003cdiv class=\"media-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Bundle?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; font-weight: 600; color: var(--text-main); margin-bottom: 25px;\"\u003eIf you're looking for a ready-to-use cinematic experience at home without the hassle of selecting devices separately, this bundle is designed for you.\u003c\/p\u003e\n\u003cul style=\"list-style: none; padding: 0; font-size: 1.15rem;\"\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e✅ \u003cb\u003eReady-to-use experience:\u003c\/b\u003e A complete solution including image, sound, and projection surface.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e✅ \u003cb\u003eElegant design:\u003c\/b\u003e Electric retractable screen that disappears with one button to preserve your room’s decor.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e✅ \u003cb\u003eImmersive sound:\u003c\/b\u003e Dolby Audio technology delivers a true cinema-like experience in every corner.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e✅ \u003cb\u003eEasy connectivity:\u003c\/b\u003e Compatible with smartphones, laptops, and gaming systems.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Contents Box --\u003e\n\u003cdiv class=\"contents-box\"\u003e\n\u003ch3\u003e📦 Bundle Contents\u003c\/h3\u003e\n\u003cul class=\"list-item\"\u003e\n\u003cli\u003e\u003cb\u003e100-inch Electric Screen:\u003c\/b\u003e Cinematic display quality with automatic raise and retract system.\u003c\/li\u003e\n\u003cli\u003e\u003cb\u003eXnano Ultra Projector:\u003c\/b\u003e Stunning resolution, high brightness, and built-in smart system.\u003c\/li\u003e\n\u003cli\u003e\u003cb\u003eDolby Audio Speakers:\u003c\/b\u003e Realistic surround sound that fills your entire room.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Video Section --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWatch the Demo Video\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe title=\"Home Cinema Presentation\" src=\"https:\/\/www.youtube.com\/embed\/UN4feYJNL-w?si=elnIuYnw87ioN3Lg\u0026amp;rel=0\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- Features Grid --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eAdditional Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e💰 Real Value Savings\u003c\/h3\u003e\n\u003cp\u003eEnjoy a significantly better price when purchasing all devices together compared to buying them separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🛠️ Ongoing Technical Support\u003c\/h3\u003e\n\u003cp\u003eBenefit from official warranty and dedicated after-sales support from the Newtech team for a worry-free experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eStart Your Home Cinema Journey Today\u003c\/h2\u003e\n\u003cp\u003eOrder the complete home cinema bundle now from Newtech Kuwait and enjoy the best audio-visual experience in your home.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from Newtech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at Newtech Kuwait — where innovation meets luxury entertainment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50455242637597,"sku":"OD-03001","price":249.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/3_5d4c8226-3cd1-45da-8e8d-1f03e355b296.jpg?v=1767781453"},{"product_id":"nova-s50-2-1-soundbar-cinematic-dolby-atmos-experience","title":"Nova S50 2.1 Soundbar – Cinematic Dolby Atmos Experience","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --nova-gold: #d4af37;\n    --nova-gold-light: #ffb400;\n    --nova-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--nova-gold); color: var(--nova-gold-light); }\n  .badge-tech { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2rem, 5vw, 3.5rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n  }\n  .hero-title span { color: var(--nova-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--nova-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--nova-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--nova-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--nova-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      MEDIA LAYOUT\n  ══════════════════════════════════ *\/\n  .media-layout { display: flex; flex-wrap: wrap; gap: 30px; margin: 50px 0; align-items: center; }\n  .media-img { flex: 1 1 400px; border-radius: 25px; box-shadow: 0 15px 45px rgba(0,0,0,0.1); max-width: 100%; }\n  .media-text { flex: 1 1 400px; }\n\n  \/* ══════════════════════════════════\n      TECHNICAL SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--nova-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--nova-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      INFO BOX\n  ══════════════════════════════════ *\/\n  .info-box {\n    background: var(--nova-dark); color: var(--white); padding: 45px; border-radius: 30px; margin: 50px 0;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.2);\n    border-right: 8px solid var(--nova-gold);\n  }\n  .info-box h3 { color: var(--nova-gold-light); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }\n  \n  .list-item { list-style: none; padding: 0; margin: 0; }\n  .list-item li { \n    font-size: 1.25rem; margin-bottom: 15px; display: flex; gap: 15px; align-items: center;\n  }\n  .list-item li::before { content: '✓'; color: var(--nova-gold); font-weight: 900; font-size: 1.4rem; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--nova-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--nova-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--nova-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .media-layout { flex-direction: column; text-align: center; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eDolby Atmos Technology ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-tech\"\u003eCinema Home Sound\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eNova S50.. \u003cspan\u003eSurround Sound\u003c\/span\u003e Revolution\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy an immersive cinematic experience at home with the Nova S50 2.1 soundbar; a sleek design that combines powerful performance with crystal-clear sound.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Intro Content --\u003e\n\u003cdiv class=\"media-layout\"\u003e\n\u003cdiv class=\"media-text\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose Nova S50?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.35rem; font-weight: 600; color: var(--text-main); margin-bottom: 25px;\"\u003eTransform your living room into a true cinema with the 2.1-channel audio system delivering deep bass and detailed surround effects.\u003c\/p\u003e\n\u003cul style=\"list-style: none; padding: 0; font-size: 1.15rem;\"\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e🎭 \u003cb\u003eDolby Atmos:\u003c\/b\u003e Immersive 3D audio experience that surrounds you from every direction.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e📶 \u003cb\u003eMultiple Connectivity Options:\u003c\/b\u003e Supports Bluetooth, AUX, USB, and Optical for seamless compatibility with all your devices.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e📱 \u003cb\u003eSmart Control:\u003c\/b\u003e Full control through the included remote or mobile application support.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px;\"\u003e✨ \u003cb\u003eModern Design:\u003c\/b\u003e Elegant streamlined body that perfectly complements modern home décor.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/newtechq8.com\/cdn\/shop\/files\/13_9d7d25c2-43f5-4998-8a27-2dec59476ba7.jpg?v=1759528486\" class=\"media-img\" alt=\"Nova S50 Soundbar System\"\u003e\u003c\/div\u003e\n\u003c!-- Technical Specs --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eAudio System\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e2.1 Channel (Enhanced Surround Sound)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eAudio Technologies\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eDolby Atmos \/ 3D Surround Sound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eConnectivity Options\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eBluetooth \/ Optical \/ AUX \/ USB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eControl Methods\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eWireless Remote Control + Mobile App Support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eCompatibility\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eTVs, Smartphones, and Gaming Consoles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Tips Box --\u003e\n\u003cdiv class=\"info-box\"\u003e\n\u003ch3\u003e💡 Tips for the Best Performance\u003c\/h3\u003e\n\u003cul class=\"list-item\"\u003e\n\u003cli\u003ePlace the soundbar centrally beneath your TV for balanced sound distribution.\u003c\/li\u003e\n\u003cli\u003eUse an Optical cable for the highest possible wired audio quality.\u003c\/li\u003e\n\u003cli\u003eAdjust the bass levels through the app according to your room size and preference.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eUpgrade Your Home Entertainment Today\u003c\/h2\u003e\n\u003cp\u003eOrder the Nova S50 2.1 Soundbar now from NewTech Kuwait and experience the premium sound quality you deserve.\u003c\/p\u003e\n\u003ca href=\"https:\/\/newtechq8.com\/\" class=\"shop-btn\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait Store – bringing you innovation and powerful sound performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50455257547037,"sku":"TP-03002","price":59.9,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/NovaS50.jpg?v=1767781458"},{"product_id":"azdome-pg17-pro-4k-mirror-dashcam","title":"AZDOME PG17 Pro 4K+2.5K Mirror Dash Cam – Smart Touchscreen Car Camera","description":"\u003c!-- Intro --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; padding: 10px 10px; box-sizing: border-box; text-align: left; direction: ltr;\"\u003e\n\u003cp style=\"font-size: 18px; line-height: 1.8; text-align: left; margin: auto; max-width: 850px;\"\u003eElevate your driving experience with the \u003cstrong style=\"color: #d4af37;\"\u003eAzdome PG17 Pro\u003c\/strong\u003e smart mirror equipped with a 4K front camera for ultra-clear vision. It provides a full view day and night with advanced safety technologies and intelligent one-touch control.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* Global box-sizing *\/\n* {\n  box-sizing: border-box;\n}\n\n@media (max-width: 768px) {\n  \/* 1. Force main container padding to zero in each section *\/\n  section \u003e div[style] {\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n    width: 100% !important;\n    max-width: 100% !important;\n  }\n\n  \/* 2. Text alignment and padding *\/\n  h2, h3, p, .tabs {\n    padding-left: 2px !important;\n    padding-right: 2px !important;\n    text-align: left !important;\n    width: 100% !important;\n  }\n  \n  \/* Lists *\/\n  li {\n    padding-left: 5px !important;\n  }\n\n  \/* Images, videos: full width, no rounding, no margin *\/\n  section img, \n  section video, \n  section iframe,\n  .content img,\n  .content video {\n    max-width: 100% !important;\n    margin: 0 !important;\n    border-radius: 5 !important;\n  }\n  \n  \/* Inner div adjustment *\/\n  section div \u003e div {\n    padding: 0 !important;\n    margin: 1px !important;\n  }\n}\n\u003c\/style\u003e\n\u003cstyle\u003e\n.tabs {\n  display: flex;\n  justify-content: center;\n  gap: 5px;\n  margin-bottom: 20px;\n  direction: ltr;\n  flex-wrap: wrap;\n}\n\n.tab-btn {\n  padding: 10px 20px;\n  background: #e4e4e4;\n  color: #222;\n  border: none;\n  cursor: pointer;\n  border-radius: 6px;\n  transition: 0.3s;\n}\n\n.tab-btn.active {\n  background: #d4af37;\n  font-size: 14px;\n  font-weight: bold;\n}\n\n.content {\n  display: none;\n}\n\n.content.active {\n  display: block;\n}\n\u003c\/style\u003e\n\u003c!-- Tabs --\u003e\n\u003cdiv class=\"tabs\"\u003e\u003cbutton class=\"tab-btn active\" data-target=\"tab1\"\u003eDaytime\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-target=\"tab2\"\u003eTouch\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-target=\"tab3\"\u003eNight\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-target=\"tab4\"\u003eMobile\u003c\/button\u003e\u003c\/div\u003e\n\u003c!-- Videos --\u003e\n\u003cdiv class=\"content active\" id=\"tab1\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden; box-sizing: border-box;\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4adbf66540d147c2aae9f2f8fe72c9cd.mov\" type=\"video\/mp4\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"content\" id=\"tab2\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden; box-sizing: border-box;\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cdd83645341b481bb038f9c01c8ca630.mov\" type=\"video\/mp4\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"content\" id=\"tab3\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden; box-sizing: border-box;\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c404b60845b9487d8c541922536bbd8d.mov\" type=\"video\/mp4\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"content\" id=\"tab4\" style=\"max-width: 800px; width: 100%; margin: 0 auto; border-radius: 15px; overflow: hidden; box-sizing: border-box;\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: contain;\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5e359e7f8e9441d4ba9918fbb11ab7e7.mov\"\u003e\n  \u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Product Landing Section --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 20px; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\u003c!-- Text --\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\n\u003ch2 style=\"margin: 0 0 16px; color: #222; font-size: 22px; font-weight: bold;\"\u003eAzdome PG17 Pro – Smart 4K Mirror for Clearer Vision \u0026amp; Enhanced Safety\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 18px; font-size: 18px; color: #333;\"\u003eUpgrade your driving experience with the intelligent dash mirror \u003cstrong style=\"color: #d4af37;\"\u003ePG17 Pro\u003c\/strong\u003e from \u003cstrong style=\"color: #d4af37;\"\u003eAzdome\u003c\/strong\u003e, designed to deliver ultra-clear vision, superior safety, and one-touch smart control. Day or night, enjoy a full-angle view with stunning clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Image --\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Sc1f0304d85544b4ea8a6296ef6c8c680V.avif?v=1764000562\" alt=\"Azdome PG17 Pro\" style=\"width: 100%; max-width: 500px; height: auto; border-radius: 12px; display: block; margin: 0 auto;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Key Features --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 0; display: flex; justify-content: center; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 2px; box-sizing: border-box; display: flex; flex-wrap: wrap-reverse; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\u003c!-- Image --\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 520px; height: auto; border-radius: 12px; display: block; margin: 0 auto;\" alt=\"features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Sda298ae7f64d4408ae2ac9aedefc3f2fE_af55fca4-792c-4fce-a66d-177f7a7e2ddd.avif?v=1763999821\"\u003e\u003c\/div\u003e\n\u003c!-- Text --\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch2 style=\"margin: 10px 0 16px; color: #222222; font-size: 24px; font-weight: bold;\"\u003eKey Features:\u003c\/h2\u003e\n\u003cul style=\"margin: 0; padding-left: 20px; font-size: 18px; color: #333; line-height: 1.8;\"\u003e\n\u003cli\u003eFront camera with \u003cstrong style=\"color: #d4af37;\"\u003e4K\u003c\/strong\u003e and rear camera with \u003cstrong style=\"color: #d4af37;\"\u003e2.5K\u003c\/strong\u003e resolution for sharp, clear details in all conditions.\u003c\/li\u003e\n\u003cli\u003eEnhanced night vision with \u003cstrong style=\"color: #d4af37;\"\u003eHDR\u003c\/strong\u003e and anti-glare lenses for clear recording in low light.\u003c\/li\u003e\n\u003cli\u003eSmart voice control allows recording or capturing images hands-free.\u003c\/li\u003e\n\u003cli\u003eLarge 12-inch touchscreen for easy, fast control while driving.\u003c\/li\u003e\n\u003cli\u003eLoop recording prevents memory overflow and always saves the latest footage.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong style=\"color: #d4af37;\"\u003eWi-Fi 6\u003c\/strong\u003e at 5.8GHz for fast transfer and playback through the app instantly.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong style=\"color: #d4af37;\"\u003eGPS\u003c\/strong\u003e built-in to record location and speed in real-time accurately.\u003c\/li\u003e\n\u003cli\u003eSmart \u003cstrong style=\"color: #d4af37;\"\u003eG-Sensor\u003c\/strong\u003e to protect important recordings in case of shakes or collisions.\u003c\/li\u003e\n\u003cli\u003eElegant, modern mirror design fits all cars and easy installation without tools.\u003c\/li\u003e\n\u003cli\u003eSupports high-capacity storage up to \u003cstrong style=\"color: #d4af37;\"\u003e256GB\u003c\/strong\u003e for longer recordings without worry.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2 — HDR Night Vision --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 0; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; gap: 25px; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 20px; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\u003c!-- Text --\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch2 style=\"margin: 0 0 16px; color: #222222; font-size: 22px; font-weight: bold;\"\u003eHDR Starlight Night Vision\u003c\/h2\u003e\n\u003cp\u003eThe PG17 Pro dash camera features Sony Starvis 2 sensor and advanced HDR technology, excelling in night vision with clarity in low light conditions down to 0.1 lux. Enjoy a 30% improvement in image clarity in dark or overexposed environments, ensuring safe driving at all times.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Image --\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 500px; height: auto; border-radius: 10px; display: block; margin: 0 auto;\" alt=\"HDR Night Vision\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/S0a84fe60841d4235a5c751674b3672e2j_b8733a52-8d24-4385-82a7-86b9af5ae341.avif?v=1763999821\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3 — Wi-Fi 6 Connection --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 0; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; gap: 25px; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; padding: 0 20px; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px;\"\u003e\u003c!-- Image --\u003e\n\u003cdiv style=\"flex: 1 1 400px; text-align: center;\"\u003e\u003cimg style=\"width: 100%; max-width: 500px; height: auto; border-radius: 10px; display: block; margin: 0 auto;\" alt=\"Wi-Fi 6 Connection\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Sd595508b02384de5b2e34d35895a9885p.avif?v=1764000311\"\u003e\u003c\/div\u003e\n\u003c!-- Text --\u003e\n\u003cdiv style=\"flex: 1 1 400px;\"\u003e\n\u003ch2 style=\"margin: 0 0 16px; color: #222222; font-size: 22px; font-weight: bold;\"\u003eHigh-Speed \u003cstrong style=\"color: #d4af37;\"\u003eWi-Fi 6\u003c\/strong\u003e Connection\u003c\/h2\u003e\n\u003cp style=\"margin: 0; font-size: 18px; color: #333; line-height: 1.8;\"\u003eWith \u003cstrong style=\"color: #d4af37;\"\u003eWi-Fi 6\u003c\/strong\u003e and 5.8GHz support, you can instantly stream or download clips to your phone. The dedicated \u003cstrong style=\"color: #d4af37;\"\u003eAzdome\u003c\/strong\u003e app allows direct sharing or saving as evidence during incidents, with data transfer speeds up to three times faster than previous generations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Box Contents --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px 0; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"margin: 0 0 16px; color: #222222; font-size: 24px; font-weight: bold;\"\u003eBox \u003cstrong style=\"color: #d4af37;\"\u003eContents\u003c\/strong\u003e:\u003c\/h2\u003e\n\u003cul style=\"margin: 0; padding-left: 20px; list-style-type: '✔ '; font-size: 16px; color: #333; line-height: 2;\"\u003e\n\u003cli\u003eAzdome PG17 Pro 4K Dash Mirror\u003c\/li\u003e\n\u003cli\u003eRear Camera 2.5K\u003c\/li\u003e\n\u003cli\u003eLong Rear Camera Connection Cable\u003c\/li\u003e\n\u003cli\u003eCar Power Cable (Cigarette Lighter Plug)\u003c\/li\u003e\n\u003cli\u003eUSB Cable for Charging or Firmware Updates\u003c\/li\u003e\n\u003cli\u003eBuilt-in GPS Module\u003c\/li\u003e\n\u003cli\u003eFlexible Mirror Mounting Straps\u003c\/li\u003e\n\u003cli\u003e128GB Memory Card\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 0; background: #f9f9f9; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;\"\u003e\n\u003ch2 style=\"text-align: center; color: #222; font-size: 24px; font-weight: bold; margin-bottom: 20px;\"\u003e\u003cspan style=\"color: #d4af37;\"\u003eProduct Specifications\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 15px;\"\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 12px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eFront Resolution\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003e4K Ultra HD\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 12px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eRear Resolution\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003e2.5K\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 12px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eScreen\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003e12-inch Touchscreen\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 12px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eWi-Fi\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eWi-Fi 6 - 5.8GHz\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 12px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eGPS\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eBuilt-in\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 12px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eNight Vision\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eAdvanced HDR\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 12px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eStorage\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eUp to 256GB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 12px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eVoice Control\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eSupported\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 16px 20px; border-radius: 12px; border: 1px solid #eee; text-align: center;\"\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; color: #d4af37; font-weight: bold;\"\u003eG-Sensor\u003c\/h4\u003e\n\u003cp style=\"margin: 6px 0 0; font-size: 17px; color: #333;\"\u003eProtects recordings\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Why Choose This Product --\u003e\n\u003csection style=\"width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 0; font-family: 'Almarai','Cairo',sans-serif; direction: ltr; color: #111; overflow-x: hidden;\"\u003e\n\u003cdiv style=\"width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;\"\u003e\n\u003ch3 style=\"margin: 0 0 16px; color: #222222; font-size: 24px; font-weight: bold;\"\u003eWhy Choose \u003cstrong style=\"color: #d4af37;\"\u003eAzdome PG17 Pro?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp style=\"font-size: 18px; color: #333; line-height: 1.8; margin-bottom: 10px;\"\u003eIt combines modern design with smart technology, providing a safer and clearer driving experience every moment.\u003c\/p\u003e\n\u003cp style=\"font-size: 18px; color: #333; line-height: 1.8; margin-bottom: 10px;\"\u003eProtect yourself and your car, and record every moment in unmatched \u003cstrong style=\"color: #d4af37;\"\u003e4K\u003c\/strong\u003e clarity.\u003c\/p\u003e\n\u003cp style=\"font-size: 20px; color: #d4af37; font-weight: bold; margin-top: 15px;\"\u003eAzdome PG17 Pro – Safety starts with vision.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50457055691037,"sku":"CA-01008","price":89.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/2_a07ba037-eed7-4e37-99bc-c42f13f5f476.png?v=1781174421"},{"product_id":"smart-lock-max-8-face-recognition-fingerprint-door-lock","title":"Smart Lock Max 8 – Face Recognition and Fingerprint Door Lock","description":"\u003cstyle\u003e\n  :root {\n    --blue: #1a56db;\n    --blue-dark: #1040b0;\n    --blue-mid: #2563eb;\n    --blue-light: #eff6ff;\n    --blue-pale: #dbeafe;\n    --gold: #d4af37;\n    --gold-light: #f59e0b;\n    --gold-pale: #fffbeb;\n    --dark: #0f172a;\n    --dark2: #1e293b;\n    --text: #1e293b;\n    --muted: #64748b;\n    --border: #e2e8f0;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --green: #059669;\n    --green-light: #ecfdf5;\n    --red: #dc2626;\n    --red-light: #fff1f2;\n  }\n\n  body {\n    font-family: 'Cairo', 'Almarai', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.75;\n  }\n\n  \/* ══════════════════════════════════\n      HERO\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, var(--dark) 0%, #1e3560 100%);\n    color: #fff;\n    padding: 30px 10px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    direction: ltr;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26,86,219,.35) 0%, transparent 65%),\n      radial-gradient(ellipse 40% 40% at 90% 110%, rgba(245,158,11,.12) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n    background-size: 44px 44px;\n    pointer-events: none;\n    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 100%);\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n\n  .badge-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }\n  .badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 5px 15px; border-radius: 100px; font-size: 1.6rem; font-weight: 700;\n  }\n  .badge-gold  { background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.45); color: #fbbf24; }\n  .badge-blue  { background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; }\n\n  .hero-title {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #fff;\n  }\n  .hero-title span { color: #60a5fa; }\n\n  .hero-sub { font-size: 18px; color: #94a3b8; max-width: 750px; margin: 0 auto 22px; line-height: 1.9; }\n\n  .hero-stats {\n    display: flex; justify-content: center; gap: 36px; flex-wrap: wrap;\n    padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);\n  }\n  .stat { text-align: center; }\n  .stat-num   { font-size: 1.8rem; font-weight: 900; color: #fbbf24; display: block; line-height: 1; }\n  .stat-label { font-size: 1.4rem; color: #94a3b8; margin-top: 4px; }\n\n  .hero-img-wrap {\n    max-width: 860px; margin: 18px auto 0;\n    border-radius: 0 0 20px 20px; overflow: hidden;\n  }\n  .hero-img-wrap img { width: 100%; object-fit: cover; }\n\n  \/* CONTAINER *\/\n  .container { max-width: 920px; margin: 0 auto; padding: 0 20px; direction: ltr; }\n\n  \/* SECTION UTILS *\/\n  .section { padding: 26px 0; }\n  .section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }\n  .section-head .bar {\n    width: 5px; height: 30px; flex-shrink: 0; border-radius: 4px;\n    background: linear-gradient(180deg, var(--blue), var(--gold));\n  }\n  .section-head h2 { font-size: 26px; font-weight: 800; color: var(--text); }\n\n  .divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n  }\n  .feat-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 14px; padding: 20px; position: relative; overflow: hidden;\n    transition: transform .3s, box-shadow .3s, border-color .3s;\n  }\n  .feat-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 28px rgba(26,86,219,.1);\n    border-color: var(--blue-pale);\n  }\n  .feat-icon { font-size: 2rem; margin-bottom: 10px; }\n  .feat-title { font-size: 1.4rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }\n  .feat-desc  { font-size: 18px; color: var(--muted); }\n\n  \/* SPLIT SECTION *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px; align-items: center;\n    padding: 10px 0;\n  }\n  .split-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }\n  .split-img img { width: 100%; height: auto; object-fit: cover; display: block; }\n  .split-badge {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: var(--blue-light); border: 1px solid var(--blue-pale);\n    color: var(--blue); padding: 5px 14px; border-radius: 100px;\n    font-size: 1.5rem; font-weight: 700; margin-bottom: 12px;\n  }\n  .split-title { font-size: 26px; font-weight: 900; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }\n  .split-desc  { font-size: 18px; color: var(--muted); margin-bottom: 16px; line-height: 1.8; }\n  .split-points { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }\n  .split-points li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 18px; font-weight: 600; color: var(--text);\n  }\n  .split-points li .ck {\n    width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;\n    background: var(--green-light); border: 1px solid rgba(5,150,105,.3);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.5rem; color: var(--green); margin-top: 2px;\n  }\n\n  \/* SPEC TABLE *\/\n  .spec-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;\n  }\n  .spec-item {\n    background: #fff; padding: 15px; border-radius: 10px; border: 1px solid #eee; text-align: center;\n  }\n  .spec-item h4 { margin: 0; font-size: 18px; color: var(--gold); }\n  .spec-item p { margin-top: 6px; color: #333; font-size: 16px; }\n\n  \/* CTA *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--dark), #1e3560);\n    border-radius: 20px; padding: 40px 24px;\n    text-align: center; position: relative; overflow: hidden;\n    margin: 40px 0 24px;\n    box-shadow: 0 20px 50px rgba(15,23,42,.15);\n  }\n  .btn-cta {\n    display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n    background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark));\n    color: #fff; font-family: inherit; font-size: 1.4rem; font-weight: 800;\n    padding: 14px 40px; border-radius: 10px; border: none; cursor: pointer;\n    box-shadow: 0 6px 25px rgba(26,86,219,.45); transition: all .3s;\n    text-decoration: none;\n  }\n\n  @media (max-width: 768px) {\n    .split { grid-template-columns: 1fr; }\n    .spec-grid { grid-template-columns: 1fr 1fr !important; }\n    .split-img { order: -1; }\n  }\n  @media (max-width: 480px) {\n    .spec-grid { grid-template-columns: 1fr !important; }\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(22px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero-inner \u003e * { animation: fadeUp .6s ease both; }\n\u003c\/style\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e⭐ Latest Max 8 Edition\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003e🔒 Advanced Security\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eSmart Lock \u003cspan\u003eMax 8\u003c\/span\u003e\u003cbr\u003eSecurity and Intelligence in One Lock\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eAn advanced experience combining high security, modern design, and ease of use with the latest face recognition, fingerprint, and smart app technologies.\u003c\/p\u003e\n\u003cdiv class=\"hero-stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eFace\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eFace Recognition\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eIP68\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eWaterproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003e6\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eUnlock Methods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\u003cspan class=\"stat-num\"\u003eLi-ion\u003c\/span\u003e\n\u003cdiv class=\"stat-label\"\u003eLithium Battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/3_1.jpg?v=1760648839\" alt=\"Smart Lock Max 8\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"split section\"\u003e\n\u003cdiv class=\"split-img\"\u003e\u003cimg alt=\"Smart Lock Max 8 Water Resistance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/5_1.jpg?v=1760648839\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"split-text\"\u003e\u003cspan class=\"split-badge\"\u003e💧 Global IP68 Standard\u003c\/span\u003e\n\u003ch2 class=\"split-title\"\u003eUltimate Water \u0026amp; Dust Resistance\u003c\/h2\u003e\n\u003cp class=\"split-desc\"\u003eFeatures a premium metal design resistant to weather conditions, making it ideal for outdoor doors. No need to worry about rain or dust — the lock is built to last in the harshest conditions.\u003c\/p\u003e\n\u003cul class=\"split-points\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nPremium metal design\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nSuitable for outdoor use\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"ck\"\u003e✓\u003c\/div\u003e\nProtection against moisture and corrosion\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Features \u0026amp; Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e👤\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003e6 Unlock Methods\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eFace recognition, fingerprint, passcode, RFID card, smart app, and mechanical key.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eLong-lasting Battery\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eRechargeable lithium battery with stable performance and an emergency USB port.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🚨\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eSmart Alerts\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eInstant alert system for break-in attempts or repeated incorrect access attempts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🏢\u003c\/div\u003e\n\u003ch3 class=\"feat-title\"\u003eEasy Installation\u003c\/h3\u003e\n\u003cp class=\"feat-desc\"\u003eSupports easy installation on wooden and metal doors for homes and offices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eUnlock Methods\u003c\/h4\u003e\n\u003cp\u003eFace recognition, fingerprint, passcode, card, app, key\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eWater Resistance\u003c\/h4\u003e\n\u003cp\u003eIP68 Standard\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eMaterial\u003c\/h4\u003e\n\u003cp\u003eCorrosion-resistant aluminum\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eBattery\u003c\/h4\u003e\n\u003cp\u003eRechargeable lithium - Emergency USB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eAlerts\u003c\/h4\u003e\n\u003cp\u003eBreak-in or incorrect access alerts\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003ch4\u003eControl\u003c\/h4\u003e\n\u003cp\u003eFull control via smart app\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 style=\"color: #fff; font-size: 26px; font-weight: 900; margin-bottom: 15px;\"\u003eWhy Choose Smart Lock Max 8?\u003c\/h2\u003e\n\u003cp style=\"color: #94a3b8; font-size: 19px; margin-bottom: 25px; line-height: 1.8;\"\u003eBecause it combines security, speed, and modern design. Enjoy full control and convenience at all times with guaranteed durability.\u003c\/p\u003e\n\u003ca class=\"btn-cta\" href=\"https:\/\/newtechq8.com\/collections\/smart-door-locks\" rel=\"noopener\" target=\"_blank\"\u003e 🔒 Shop Security Products Now \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":50504302690589,"sku":"SH-01012","price":95.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/10001478.webp?v=1770911161"},{"product_id":"comprehensive-car-protection-package","title":"باقة الحماية الشاملة — PPF فل بدي + تظليل + نانو + داش كام 4K","description":"\u003cdiv class=\"nt-desc\"\u003e\n\u003cstyle\u003e.nt-desc .ntpdp{direction:rtl;text-align:right;color:#1a1a1a;line-height:1.9;max-width:900px;margin:0 auto;font-size:16px}.nt-desc .ntpdp *{box-sizing:border-box}.nt-desc .ntpdp h2, .nt-desc .ntpdp h3, .nt-desc .ntpdp h4{margin:0 0 12px;line-height:1.45}.nt-desc .ntpdp p{margin:0 0 14px}.nt-desc .ntpdp .nt-hero{border:2px solid #111;border-radius:16px;padding:26px 20px;text-align:center;margin-bottom:22px}.nt-desc .ntpdp .nt-hero h2{font-size:26px;font-weight:800}.nt-desc .ntpdp .nt-hero p{margin:0;color:#8a6d1b;font-weight:700;font-size:17px}.nt-desc .ntpdp .nt-trust{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 28px;padding:0;list-style:none}.nt-desc .ntpdp .nt-trust li{flex:1 1 150px;border:1px solid #e8e8e8;border-radius:12px;padding:12px 8px;text-align:center;background:#fafafa;margin:0}.nt-desc .ntpdp .nt-trust b{display:block;font-size:15px;color:#111}.nt-desc .ntpdp .nt-trust span{font-size:13px;color:#666}.nt-desc .ntpdp .nt-sec{margin:0 0 28px}.nt-desc .ntpdp .nt-sec\u003eh3{font-size:20px;font-weight:800;border-right:5px solid #C9A227;padding-right:10px}.nt-desc .ntpdp ul.nt-list{padding-right:20px;margin:0}.nt-desc .ntpdp ul.nt-list li{margin-bottom:9px}.nt-desc .ntpdp .nt-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.nt-desc .ntpdp table{width:100%;border-collapse:collapse;font-size:15px;min-width:420px}.nt-desc .ntpdp th, .nt-desc .ntpdp td{border:1px solid #e4e4e4;padding:11px 8px;text-align:center}.nt-desc .ntpdp thead th{background:#111;color:#fff;font-weight:700}.nt-desc .ntpdp tbody td:first-child{font-weight:700;background:#fafafa}.nt-desc .ntpdp .nt-box{background:#faf7ec;border:1px solid #ecdfae;border-radius:12px;padding:16px 18px}.nt-desc .ntpdp .nt-box h4{margin:0 0 10px;font-size:17px}.nt-desc .ntpdp .nt-box ul{padding-right:20px;margin:0}.nt-desc .ntpdp .nt-box li{margin-bottom:7px}.nt-desc .ntpdp details{border-bottom:1px solid #ededed;padding:12px 4px}.nt-desc .ntpdp summary{cursor:pointer;font-weight:700;font-size:16px;color:#111}.nt-desc .ntpdp details p{margin:10px 0 0;color:#444}.nt-desc .ntpdp figure{margin:0 0 18px}.nt-desc .ntpdp figure img{max-width:100%;height:auto;border-radius:12px;display:block;margin:0 auto}.nt-desc .ntpdp figcaption{text-align:center;font-size:14px;color:#666;margin-top:8px}.nt-desc .ntpdp .nt-cta{text-align:center;background:#111;color:#fff;border-radius:16px;padding:26px 18px}.nt-desc .ntpdp .nt-cta h3{color:#fff;font-size:22px;margin-bottom:8px}.nt-desc .ntpdp .nt-cta p{color:#d8d8d8;margin-bottom:0}.nt-desc .ntpdp .nt-cta a{display:inline-block;background:#C9A227;color:#111;font-weight:800;padding:14px 30px;border-radius:999px;text-decoration:none;margin-top:14px}.nt-desc .ntpdp .nt-note{font-size:14px;color:#666}\n@media (max-width:600px){.nt-desc .ntpdp{font-size:15px;padding:0 2px}.nt-desc .ntpdp .nt-hero h2{font-size:21px}.nt-desc .ntpdp .nt-hero p{font-size:15px}.nt-desc .ntpdp .nt-sec\u003eh3{font-size:18px}}\n\u003c\/style\u003e\n\u003cdiv class=\"ntpdp\"\u003e\n\u003cdiv class=\"nt-hero\"\u003e\n\u003ch2\u003eباقة الحماية الشاملة (Ultimate Protection)\u003c\/h2\u003e\n\u003cp\u003eحماية أمريكية + عزل حقيقي + توثيق 4K — كل شي تحتاجه سيارتك في باقة وحدة\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"nt-trust\"\u003e\n\u003cli\u003e\n\u003cb\u003ePPF فل بدي\u003c\/b\u003e\u003cspan\u003eحماية البدي\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eنانو سيراميك\u003c\/b\u003e\u003cspan\u003eالتظليل\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eداش كام 4K\u003c\/b\u003e\u003cspan\u003eالتوثيق\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e10 سنوات\u003c\/b\u003e\u003cspan\u003eالضمان\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"nt-sec\"\u003e\n\u003ch3\u003eكل شي تحتاجه سيارتك… بسعر أقل\u003c\/h3\u003e\n\u003cp\u003eبدل ما تحجز كل خدمة لحالها وتودّي السيارة أكثر من مرة، الباقة الشاملة تجمع لك حماية البدي والتظليل والنانو والداش كام في زيارة وحدة وبسعر أقل من مجموعها.\u003c\/p\u003e\n\u003cdiv class=\"nt-wrap\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eالخدمة\u003c\/th\u003e\n\u003cth\u003eسعرها لحالها\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eحماية PPF فل بدي 8.5 mil\u003c\/td\u003e\n\u003ctd\u003e350.000 د.ك\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eتظليل نانو سيراميك (جوانب وخلفي)\u003c\/td\u003e\n\u003ctd\u003e50.000 د.ك\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eحماية الزجاج الأمامي\u003c\/td\u003e\n\u003ctd\u003e29.000 د.ك\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eنانو سيراميك للرنغات (4 رنغات)\u003c\/td\u003e\n\u003ctd\u003e10.000 د.ك\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"\/en\/products\/azdome-4k-dash-cam-m300s\"\u003eداش كام AZDOME M300S 4K\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e39.000 د.ك\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eالمجموع لو اشتريتها منفصلة\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e478.000 د.ك\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eسعر الباقة (جيب)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e399.000 د.ك\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eتوفيرك\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e79.000 د.ك\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"nt-note\"\u003eونسخة الصالون: مجموع الخدمات 458 د.ك، وسعر الباقة 370 د.ك — توفير 88 د.ك.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nt-sec\"\u003e\n\u003ch3\u003eماذا تشمل الباقة؟\u003c\/h3\u003e\n\u003ch4\u003e1️⃣ حماية البدي (Full Body PPF)\u003c\/h4\u003e\n\u003cp\u003eفيلم TPU أمريكي بسماكة 8.5 mil يحمي من الحصى والخدوش وفضلات الطيور، بخاصية المعالجة الذاتية (الخدوش السطحية تختفي بالحرارة) وضمان ضد الاصفرار.\u003c\/p\u003e\n\u003ch4\u003e2️⃣ تظليل نانو سيراميك\u003c\/h4\u003e\n\u003cp\u003eلأن جو الكويت ما يرحم — تظليل يعزل 99% من الأشعة تحت الحمراء و89% من الطاقة الشمسية، يحافظ على برودة المكيف ويحمي الداخلية من التشقق.\u003c\/p\u003e\n\u003ch4\u003e3️⃣ حزمة النانو والجام\u003c\/h4\u003e\n\u003cp\u003eحماية الزجاج الأمامي من نقر الحصى، وطبقة نانو سيراميك للرنغات تمنع التصاق برادة الفرامل وتسهّل الغسيل.\u003c\/p\u003e\n\u003ch4\u003e4️⃣ داش كام AZDOME M300S \u003cspan style=\"color:#8a6d1b\"\u003e(قيمتها 39 د.ك)\u003c\/span\u003e\n\u003c\/h4\u003e\n\u003cp\u003eشاهدك الأمين بدقة 4K — توثّق الطريق أمامك وخلفك، مع GPS مدمج وواي فاي لسحب المقاطع فوراً للجوال. ضرورية لحفظ حقوقك عند أي حادث.\u003c\/p\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/NEWTECH-IMG-12547801.webp?v=1769866924\" alt=\"مكونات باقة الحماية الشاملة للسيارات من نيوتيك الكويت\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nt-sec\"\u003e\n\u003ch3\u003eلا تقع ضحية «التجاري»\u003c\/h3\u003e\n\u003cp\u003eفي سوق مليان منتجات مقلدة، اختيار الحماية الرخيصة يعني اصفرار البدي، تشقق الفيلم، وصعوبة إزالته بشكل يدمّر صبغ الوكالة.\u003c\/p\u003e\n\u003cdiv class=\"nt-wrap\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eوجه المقارنة\u003c\/th\u003e\n\u003cth\u003eالحماية التجارية ❌\u003c\/th\u003e\n\u003cth\u003eباقة نيوتيك ✅\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eجودة الفيلم\u003c\/td\u003e\n\u003ctd\u003ePVC بلاستيك يتشقق\u003c\/td\u003e\n\u003ctd\u003eTPU أمريكي بمعالجة ذاتية\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eتغيّر اللون\u003c\/td\u003e\n\u003ctd\u003eيصفرّ خلال أشهر\u003c\/td\u003e\n\u003ctd\u003eضمان 10 سنوات ضد الاصفرار\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eأثر الإزالة\u003c\/td\u003e\n\u003ctd\u003eيترك غراء ويدمّر الصبغ\u003c\/td\u003e\n\u003ctd\u003eإزالة آمنة 100%\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eالتظليل\u003c\/td\u003e\n\u003ctd\u003eلون بدون عزل حقيقي\u003c\/td\u003e\n\u003ctd\u003eنانو سيراميك 99% IRR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Gemini_Generated_Image_dq1amidq1amidq1a_2.png?v=1765845108\" alt=\"مقارنة بين الحماية التجارية وباقة الحماية الشاملة من نيوتيك\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nt-sec\"\u003e\n\u003ch3\u003eوعدنا لك (الضمان الذهبي)\u003c\/h3\u003e\n\u003cdiv class=\"nt-box\"\u003e\n\u003ch4\u003eمع كل باقة شاملة تحصل على:\u003c\/h4\u003e\n\u003cul class=\"nt-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e10 سنوات ضمان\u003c\/strong\u003e على الحماية والتظليل\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eتركيب احترافي\u003c\/strong\u003e بأيدي فنيين متخصصين في بيئة خالية من الغبار\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eتركيب الداش كام مشمول\u003c\/strong\u003e — توصيل وبرمجة وتجربة قبل التسليم\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eخدمة الونش\u003c\/strong\u003e لنقل السيارة من الوكالة (حسب التوفر)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eتقسيط بدون فوائد\u003c\/strong\u003e عبر تابي على 4 دفعات\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nt-sec\"\u003e\n\u003ch3\u003eالأسئلة الشائعة\u003c\/h3\u003e\n\u003cdetails\u003e\u003csummary\u003eكم تحتاج السيارة وقت في المركز؟\u003c\/summary\u003e\u003cp\u003eحماية الفل بدي لحالها تحتاج 2 إلى 3 أيام عمل، وباقي الخدمات تنفّذ خلال نفس الفترة. نحدد لك الموعد الدقيق عند الحجز.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eهل الباقة تناسب سيارتي؟\u003c\/summary\u003e\u003cp\u003eالباقة متوفرة بنسختين: جيب وصالون. اختر النسخة المناسبة من الخيارات أعلاه، وإذا سيارتك حجمها غير اعتيادي تواصل معنا عبر الواتساب للتأكيد.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eهل أقدر أعدّل مكونات الباقة؟\u003c\/summary\u003e\u003cp\u003eنعم، تواصل معنا عبر الواتساب ونرتب لك باقة مخصصة حسب احتياجك وميزانيتك.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eهل تركيب الداش كام مشمول؟\u003c\/summary\u003e\u003cp\u003eنعم، تركيب الداش كام مشمول ضمن الباقة — نركّبها ونوصّلها ونجرّبها قبل تسليم السيارة، بدون أي رسوم إضافية.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eهل الأسعار تشمل كل شي؟\u003c\/summary\u003e\u003cp\u003eنعم، السعر شامل المواد والتركيب لكل الخدمات المذكورة في الباقة.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nt-cta\"\u003e\n\u003ch3\u003eاحجز باقتك الشاملة الآن\u003c\/h3\u003e\n\u003cp\u003eتقدر تقسّطها على 4 دفعات بدون فوائد، أو تواصل معنا لباقة مخصصة.\u003c\/p\u003e\n\u003ca href=\"https:\/\/wa.me\/96560600341\" target=\"_blank\" rel=\"noopener\"\u003eاحجز موعدك عبر واتساب نيوتيك أوتو\u003c\/a\u003e\n\u003cp class=\"nt-note\" style=\"color:#bdbdbd;margin-top:14px\"\u003eأو أضف الخدمة للسلة وقسّمها على 4 دفعات بدون فوائد مع تابي\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"جيب","offer_id":50789241454877,"sku":"PFF-01001","price":399.0,"currency_code":"KWD","in_stock":true},{"title":"صالون","offer_id":50789241487645,"sku":"PPF-01002","price":370.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ChatGPTImage11_2026_09_36_50.png?v=1783751819"},{"product_id":"mcdodo-spin-craft-car-phone-mount","title":"Spin Craft Car Phone Holder with Strong Suction Cup, Foldable, by McDood","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --mc-gold: #d4af37;\n    --mc-gold-light: #ffb400;\n    --mc-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.2) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--mc-gold); color: var(--mc-gold-light); }\n  .badge-dark { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2rem, 5vw, 3.5rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--mc-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES GRID\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--mc-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--mc-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--mc-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--mc-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--mc-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--mc-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--mc-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--mc-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--mc-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eVacuum Suction + Gel Technology ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-dark\"\u003eCar · Home · Desk\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eMcdodo Spin Craft.. \u003cspan\u003eEndless Stability \u0026amp; Freedom\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eA smart holder with a foldable ring design that gives you full 360° rotation and ultra-strong dual stability on all surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy is Spin Craft the Best?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🛡️ High Stability Dual Grip\u003c\/h3\u003e\n\u003cp\u003eA dual fixation system combining vacuum suction and a gel adhesive layer for stronger stability on dashboards, glass, or desks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔄 Flexible Rotation Angles\u003c\/h3\u003e\n\u003cp\u003eSupports full 360° rotation with dual joints reaching up to 210°, ensuring the perfect viewing angle in every use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🤏 Foldable Ring Design\u003c\/h3\u003e\n\u003cp\u003eThe top ring folds into the base when not in use, making the holder compact and elegant without taking space or affecting aesthetics.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e💎 Premium Build \u0026amp; Finish\u003c\/h3\u003e\n\u003cp\u003eCircular design with engraved lines and a luxurious metallic texture, made from durable materials that withstand car heat and daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eBrand \/ Model\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eMcdodo \/ TB-8420\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMounting Type\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eVacuum Suction + Gel Base (Dual Grip)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMovement Angles\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e360° Rotation with up to 210° joints\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eUsage Locations\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eCar, Desk, Home\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eHigh-quality plastic with metallic finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eDetachment Ease\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eWashable and reusable base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eMount Your Phone Smartly \u0026amp; Elegantly\u003c\/h2\u003e\n\u003cp\u003eThe practical and stylish solution that stays with you in your car, home, and office. Order now from NewTech.\u003c\/p\u003e\n\u003ca href=\"https:\/\/newtechq8.com\/\" class=\"shop-btn\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait Store – Quality and innovation in one place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50723883385117,"sku":"MA-01027","price":5.5,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Gemini_Generated_Image_9gdl2c9gdl2c9gdl.png?v=1768324876"},{"product_id":"قفل-ذكي-بصمتين-d1-improved","title":"قفل باب ذكي إمبروفد D1 لأبواب الألمنيوم – بصمتين وتطبيق","description":"\u003cdiv class=\"nt-desc\"\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv style=\"max-width: 900px; margin: 20px auto; text-align: center; direction: rtl; font-family: 'Almarai','Cairo',sans-serif;\"\u003e\n\u003cp style=\"font-size: 18px; color: #3b3b3b; line-height: 1.9; margin-bottom: 10px; font-weight: bold;\"\u003eحول أبوابك إلى حصن ذكي مع \u003cspan style=\"color: #d4af37;\"\u003eقفل Improved D1\u003c\/span\u003e – قفل ذكي مخصص لأبواب الألمنيوم والأبواب الخارجية، بتصميم نحيف ومتين، مقاوم للعوامل الجوية، مع تقنيات حماية بمستوى الدرجة المالية \u003cstrong\u003e(Financial Grade)\u003c\/strong\u003e وتحكم كامل عن بعد عبر الجوال.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; color: #4a4a4a; line-height: 1.9; margin-bottom: 0;\"\u003eيدعم القفل بصمة مزدوجة \u003cstrong\u003eDouble-Sided Fingerprint\u003c\/strong\u003e لإمكانية التحقق للدخول والخروج (اختياري)، مما يجعله مثالياً للبوابات الخارجية التي يمكن الوصول لمقبضها من الجهتين.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Why D1 --\u003e\n\u003cdiv style=\"max-width: 900px; margin: 35px auto; direction: rtl; font-family: 'Almarai','Cairo',sans-serif;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 22px; margin-bottom: 15px;\"\u003eلماذا تختار قفل Improved D1؟\u003c\/h2\u003e\n\u003ch3 style=\"font-size: 19px; color: #222; margin-bottom: 8px;\"\u003e١. خمس طرق ذكية للفتح – وداعاً للمفاتيح التقليدية\u003c\/h3\u003e\n\u003cul style=\"font-size: 16px; color: #333; line-height: 1.9; list-style: disc; padding-right: 22px; margin-bottom: 18px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eبصمة الإصبع:\u003c\/strong\u003e حساس سريع جداً بزمن استجابة أقل من 0.5 ثانية، مع دعم بصمة من الجهتين (أمامي وخلفي).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eتطبيق الجوال (Tuya App):\u003c\/strong\u003e تحكم كامل عبر Wi-Fi، فتح وإغلاق عن بعد، إنشاء رموز مؤقتة للضيوف، ومتابعة السجلات مع إشعارات فورية.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eرمز المرور (PIN Code):\u003c\/strong\u003e مع خاصية الكود الوهمي (Anti-Peep) بإضافة أرقام قبل أو بعد الكود الحقيقي لمنع التلصص.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eبطاقة ذكية (IC Card):\u003c\/strong\u003e مناسبة للأطفال أو كبار السن الذين يفضلون طريقة فتح بسيطة.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eمفتاح ميكانيكي:\u003c\/strong\u003e للطوارئ، مخفي في أسفل القفل لزيادة الأمان.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 style=\"font-size: 19px; color: #222; margin-bottom: 8px;\"\u003e٢. مصمم للبوابات الخارجية والظروف القاسية\u003c\/h3\u003e\n\u003cul style=\"font-size: 16px; color: #333; line-height: 1.9; list-style: disc; padding-right: 22px; margin-bottom: 18px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eمقاوم للماء والغبار بمعيار IP65:\u003c\/strong\u003e تصميم محكم يمنع تسرب المياه والأتربة، مناسب للبوابات الخارجية.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eتحمل درجات حرارة واسعة:\u003c\/strong\u003e يعمل بكفاءة تقريباً من -30°C حتى 60°C، مناسب للأجواء الحارة والباردة جداً.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 style=\"font-size: 19px; color: #222; margin-bottom: 8px;\"\u003e٣. تصميم نحيف وتوافق عالي مع أغلب الأبواب\u003c\/h3\u003e\n\u003cul style=\"font-size: 16px; color: #333; line-height: 1.9; list-style: disc; padding-right: 22px; margin-bottom: 18px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eعرض القفل 36mm فقط:\u003c\/strong\u003e مناسب للأبواب ذات الإطار الضيق.\u003c\/li\u003e\n\u003cli\u003eمتوافق مع: \u003cbr\u003e– أبواب الألمنيوم – الأبواب المنزلقة (Sliding Doors) – الأبواب الزجاجية بإطار (Framed Glass) – الأبواب ذات الإطارات النحيفة\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 style=\"font-size: 19px; color: #222; margin-bottom: 8px;\"\u003e٤. بطارية قوية وشحن Type-C\u003c\/h3\u003e\n\u003cul style=\"font-size: 16px; color: #333; line-height: 1.9; list-style: disc; padding-right: 22px; margin-bottom: 18px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eبطارية ليثيوم 2000mAh قابلة لإعادة الشحن:\u003c\/strong\u003e تكفي لفترات استخدام طويلة حسب عدد مرات الفتح اليومية.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eمنفذ Type-C للشحن الطارئ:\u003c\/strong\u003e يمكن شحن القفل من باور بانك خارجي أو أي شاحن Type-C عند انخفاض البطارية.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 style=\"font-size: 19px; color: #222; margin-bottom: 8px;\"\u003e٥. أمان متقدم بمستوى الدرجة المالية\u003c\/h3\u003e\n\u003cul style=\"font-size: 16px; color: #333; line-height: 1.9; list-style: disc; padding-right: 22px; margin-bottom: 18px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eتشفير عالي المستوى:\u003c\/strong\u003e شريحة تشفير مدمجة لحماية بيانات البصمات والأكواد ومنع نسخها أو سرقتها رقمياً.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eإنذار ضد العبث (Anti-Pry Alarm):\u003c\/strong\u003e يصدر إنذاراً فورياً عند محاولة خلع أو كسر القفل بالقوة.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eكلمة مرور وهمية (Anti-Peep):\u003c\/strong\u003e إمكانية كتابة أرقام عشوائية قبل أو بعد الكود الصحيح دون التأثير على الفتح.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eقفل تلقائي:\u003c\/strong\u003e يقوم بإغلاق الباب تلقائياً بعد الفتح بمدة محددة لعدم نسيان الباب مفتوح.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv style=\"max-width: 900px; margin: 35px auto; direction: rtl; font-family: 'Almarai','Cairo',sans-serif;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 22px; margin-bottom: 15px;\"\u003eالمواصفات التقنية\u003c\/h2\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 15px; color: rgb(51, 51, 51); height: 314.942px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: rgb(249, 249, 249); height: 20.9961px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); width: 36.2776%; height: 20.9961px;\"\u003eالعلامة التجارية\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 67.5062%;\"\u003eImproved\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 20.9961px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 36.2776%;\"\u003eالموديل\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 67.5062%;\"\u003eD1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 249, 249); height: 20.9961px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 36.2776%;\"\u003eنوع الاتصال\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 67.5062%;\"\u003eWi-Fi عبر تطبيق Tuya\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 41.9922px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 41.9922px; width: 36.2776%;\"\u003eطرق الفتح\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 41.9922px; width: 67.5062%;\"\u003eبصمة إصبع (مزدوجة الجهتين)، تطبيق جوال، رمز PIN، بطاقة IC ذكية، مفتاح ميكانيكي للطوارئ.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 20.9961px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); width: 36.2776%; height: 20.9961px;\"\u003eالمادة\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); width: 67.5062%; height: 20.9961px;\"\u003eسبائك ألمنيوم مقاومة للصدأ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 249, 249); height: 20.9961px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 36.2776%;\"\u003eطول الجهاز\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 67.5062%;\"\u003eحوالي 350mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 20.9961px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 36.2776%;\"\u003eعرض اللوحة\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 67.5062%;\"\u003eحوالي 35mm (تصميم نحيف Slim)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 249, 249); height: 20.9961px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 36.2776%;\"\u003eسعة البطارية\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 67.5062%;\"\u003e2000mAh ليثيوم قابلة للشحن\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 20.9961px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 36.2776%;\"\u003eمنفذ الشحن\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 67.5062%;\"\u003eType-C (يدعم الشحن الطارئ من باور بانك)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 249, 249); height: 20.9961px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 36.2776%;\"\u003eزمن استجابة البصمة\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 67.5062%;\"\u003eأقل من 0.5 ثانية تقريباً\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 41.9922px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 41.9922px; width: 36.2776%;\"\u003eسماكة الباب المناسبة\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 41.9922px; width: 67.5062%;\"\u003eمتوافق مع أغلب السماكات القياسية والنحيفة لأبواب الألمنيوم والأبواب ذات الإطار الضيق\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 249, 249); height: 20.9961px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 36.2776%;\"\u003eمقاومة الماء والغبار\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 67.5062%;\"\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 20.9961px;\"\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 36.2776%;\"\u003eنطاق درجة الحرارة\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid rgb(221, 221, 221); height: 20.9961px; width: 67.5062%;\"\u003eتقريباً من -30°C إلى 60°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Box Contents --\u003e\n\u003cdiv style=\"max-width: 900px; margin: 30px auto; direction: rtl; font-family: 'Almarai','Cairo',sans-serif;\"\u003e\n\u003ch2 style=\"color: #d4af37; font-size: 22px; margin-bottom: 15px;\"\u003eمحتويات الصندوق\u003c\/h2\u003e\n\u003cul style=\"font-size: 16px; color: #333; line-height: 1.9; list-style: disc; padding-right: 22px;\"\u003e\n\u003cli\u003eاللوحة الأمامية والخلفية لقفل Improved D1.\u003c\/li\u003e\n\u003cli\u003eقلب القفل (Mortise).\u003c\/li\u003e\n\u003cli\u003eبطارية ليثيوم 2000mAh.\u003c\/li\u003e\n\u003cli\u003eعدد 2 مفاتيح ميكانيكية للطوارئ.\u003c\/li\u003e\n\u003cli\u003eعدد 2 بطاقات IC ذكية.\u003c\/li\u003e\n\u003cli\u003eطقم براغي وملحقات التركيب.\u003c\/li\u003e\n\u003cli\u003eدليل المستخدم + دليل التركيب.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"margin-top: 20px; font-size: 16px; color: #333; line-height: 1.9;\"\u003eمتوفر لدى \u003cspan style=\"color: rgb(170,170,45);\"\u003e \u003ca title=\"متجر نيوتيك الرسمي\" style=\"color: rgb(170,170,45);\" href=\"https:\/\/newtechq8.com\"\u003e \u003cstrong\u003eNewTechQ8\u003c\/strong\u003e \u003c\/a\u003e \u003c\/span\u003e مع خدمة تركيب ودعم فني من فريق نيوتيك للأبواب الذكية (حسب الباقات المتوفرة).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mobile Adjustments --\u003e\n\u003cstyle\u003e\n  @media (max-width:768px){.nt-desc p, .nt-desc h2, .nt-desc h3, .nt-desc table, .nt-desc td, .nt-desc tr, .nt-desc ul, .nt-desc li{\n      text-align:center !important;\n      padding:0 10px !important;\n    }\n  }\n\u003c\/style\u003e\n\u003c\/div\u003e","brand":"IMPROVED","offers":[{"title":"Default Title","offer_id":50727099728157,"sku":"SH-01016","price":89.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ChatGPT_Image_27_2026_11_05_49.png?v=1787861171"}],"url":"https:\/\/newtechq8.com\/en\/collections\/sale-live.oembed?page=2","provider":"Newtech Store","version":"1.0","type":"link"}