{"product_id":"ستائر-السيارة-المغناطيسية-للزجاج-الجانبي-الأمامي-والخلفي-٤-شبابيك","title":"Magnetic Car Curtains for Front and Rear Side Windows (4 Windows)","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eMagnetic Car Curtains - Superior Sun Protection\u003c\/title\u003e\n    \n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Header *\/\n        .header {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            padding: 1rem 0;\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .logo {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: #2563eb;\n        }\n        \n        .logo img {\n            width: 40px;\n            height: 40px;\n        }\n        \n        .limited-offer {\n            background: linear-gradient(45deg, #ff6b6b, #ee5a24);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 25px;\n            font-weight: bold;\n            animation: pulse 2s infinite;\n        }\n        \n        @keyframes pulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n            100% { transform: scale(1); }\n        }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, rgba(102, 126, 234, 0.9), rgba(118, 75, 162, 0.9));\n            color: white;\n            padding: 4rem 0;\n            text-align: center;\n        }\n        \n        .hero h1 {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .hero p {\n            font-size: 1.2rem;\n            margin-bottom: 2rem;\n            opacity: 0.9;\n        }\n        \n        \/* Product Gallery *\/\n        .product-gallery {\n            background: white;\n            padding: 4rem 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            font-size: 2.5rem;\n            margin-bottom: 3rem;\n            color: #2563eb;\n        }\n        \n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n        \n        .gallery-item {\n            background: #f8fafc;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .gallery-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .gallery-item img {\n            width: 100%;\n            height: 250px;\n            object-fit: cover;\n        }\n        \n        .gallery-item-content {\n            padding: 1.5rem;\n        }\n        \n        .gallery-item h3 {\n            font-size: 1.3rem;\n            margin-bottom: 0.5rem;\n            color: #1e40af;\n        }\n        \n        .gallery-item p {\n            color: #64748b;\n            line-height: 1.6;\n        }\n        \n        \/* Features Section *\/\n        .features {\n            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\n            color: white;\n            padding: 4rem 0;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n        }\n        \n        .feature-card {\n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(10px);\n            padding: 2rem;\n            border-radius: 15px;\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n        \n        .feature-card h3 {\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\n        }\n        \n        \/* Installation Steps *\/\n        .installation {\n            background: white;\n            padding: 4rem 0;\n        }\n        \n        .steps-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n        }\n        \n        .step-card {\n            text-align: center;\n            padding: 2rem;\n            border-radius: 15px;\n            background: #f8fafc;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .step-number {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            font-weight: bold;\n            margin: 0 auto 1rem;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003c!-- Header --\u003e\n    \u003cheader class=\"header\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003cdiv class=\"logo\"\u003e\n                    \u003cspan\u003eMetaShop\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"limited-offer\"\u003e\n                    Limited Offer!\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Hero Section --\u003e\n    \u003csection class=\"hero\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ch1\u003eMagnetic Car Curtains\u003c\/h1\u003e\n            \u003cp\u003eSuperior protection from sun and heat - Easy tool-free installation\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Product Gallery --\u003e\n    \u003csection class=\"product-gallery\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Gallery\u003c\/h2\u003e\n            \u003cdiv class=\"gallery-grid\"\u003e\n                \u003cdiv class=\"gallery-item\"\u003e\n                    \u003cdiv style=\"width: 100%; height: 250px; background: #f3f4f6; display: flex; align-items: center; justify-content: center; color: #9b9b9b;\"\u003e\n                        Car Curtains\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"gallery-item-content\"\u003e\n                        \u003ch3\u003eMain Product\u003c\/h3\u003e\n                        \u003cp\u003eHigh-quality magnetic curtains protect against harmful sun rays\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"gallery-item\"\u003e\n                    \u003cdiv style=\"width: 100%; height: 250px; background: #f3f4f6; display: flex; align-items: center; justify-content: center; color: #9b9b9b;\"\u003e\n                        Easy Installation\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"gallery-item-content\"\u003e\n                        \u003ch3\u003eEasy Installation\u003c\/h3\u003e\n                        \u003cp\u003eNo tools needed - simply place the curtain on the window frame\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"gallery-item\"\u003e\n                    \u003cdiv style=\"width: 100%; height: 250px; background: #f3f4f6; display: flex; align-items: center; justify-content: center; color: #9b9b9b;\"\u003e\n                        Superior Protection\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"gallery-item-content\"\u003e\n                        \u003ch3\u003eSuperior Protection\u003c\/h3\u003e\n                        \u003cp\u003eBlocks 99% of harmful UV rays\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Features --\u003e\n    \u003csection class=\"features\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ch2 class=\"section-title\"\u003eWhy choose our curtains?\u003c\/h2\u003e\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🛡️\u003c\/div\u003e\n                    \u003ch3\u003eProtection from harmful rays\u003c\/h3\u003e\n                    \u003cp\u003eBlocks 99% of UV rays\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🧲\u003c\/div\u003e\n                    \u003ch3\u003eMagnetic Installation\u003c\/h3\u003e\n                    \u003cp\u003eEasy to install and remove without tools\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e❄️\u003c\/div\u003e\n                    \u003ch3\u003eCar Cooling\u003c\/h3\u003e\n                    \u003cp\u003eReduces temperature inside the car\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e👁️\u003c\/div\u003e\n                    \u003ch3\u003eDoes Not Obstruct Vision\u003c\/h3\u003e\n                    \u003cp\u003ePartially transparent to maintain visibility\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Installation Steps --\u003e\n    \u003csection class=\"installation\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ch2 class=\"section-title\"\u003eInstallation Steps\u003c\/h2\u003e\n            \u003cdiv class=\"steps-grid\"\u003e\n                \u003cdiv class=\"step-card\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n                    \u003ch3\u003ePlace the hook into the magnetic rail track\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step-card\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n                    \u003ch3\u003eClose the magnetic rails on both sides\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step-card\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n                    \u003ch3\u003eAdhere it to the metal door frame\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step-card\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n                    \u003ch3\u003eThe curtain can be pulled as desired\u003c\/h3\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cscript\u003e\n        \/\/ Initialize page\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ No Facebook Pixel or WhatsApp button here\n        });\n    \u003c\/script\u003e\n\n\n\n\n\u003cdiv style=\"font-family: 'Cairo', Arial, sans-serif; direction: rtl; line-height: 1.9; color: #333;\"\u003e\n\u003ch3 style=\"color: #2c5b94; border-bottom: 2px solid #2c5b94; padding-bottom: 5px; margin-top: 0;\"\u003e\u003c\/h3\u003e\n\u003ch3 style=\"color: #2c5b94; border-bottom: 2px solid #2c5b94; padding-bottom: 5px; margin-top: 0;\"\u003e📝 Product Description\u003c\/h3\u003e\n\u003cdiv style=\"padding-right: 15px;\"\u003e\n\u003cp style=\"margin: 10px 0;\"\u003eSay goodbye to scorching heat inside your car! ☀️🚗 The Front and Rear Car Window Sunshade is your ultimate shield against intense sunlight, keeping your vehicle cool and comfortable no matter how high the temperature rises. With its sleek design and easy setup, it’s the perfect choice for any driver seeking protection, style, and comfort in one product ✨🛡️.\u003c\/p\u003e\n\u003cp style=\"margin: 10px 0;\"\u003eKey Features:\u003c\/p\u003e\n\u003cul style=\"list-style: none; padding-right: 0;\"\u003e\n\u003cli style=\"padding-left: 10px; margin-bottom: 8px;\"\u003e✨ Effective UV Protection 🌞 – Blocks sunlight and keeps your car cooler.\u003c\/li\u003e\n\u003cli style=\"padding-left: 10px; margin-bottom: 8px;\"\u003e✨ Foldable and easy to install 🧩 – Attaches and detaches in seconds.\u003c\/li\u003e\n\u003cli style=\"padding-left: 10px; margin-bottom: 8px;\"\u003e✨ Fits most vehicles 🚙 – Flexible sizing for both front and rear windows.\u003c\/li\u003e\n\u003cli style=\"padding-left: 10px; margin-bottom: 8px;\"\u003e✨ High-quality materials 💪 – Tear-resistant and built to last.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin: 10px 0;\"\u003e🚨 Don’t wait until your dashboard fades or your seat turns into a summer oven! Grab your sunshade now and give your car the protection it deserves 🛍️🚘!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; font-size: 24px; color: #d0d0d0; letter-spacing: 5px; margin: 30px 0;\"\u003e◆ ◆ ◆\u003c\/p\u003e\n\u003cdiv style=\"direction: ltr;\"\u003e\n\u003ch3 style=\"color: #008060; border-bottom: 2px solid #008060; padding-bottom: 5px;\"\u003e📝 Product Description\u003c\/h3\u003e\n\u003cdiv style=\"padding-left: 15px;\"\u003e\n\u003cp style=\"margin: 10px 0;\"\u003eSay goodbye to scorching heat inside your car! ☀️🚗 The Front and Rear Car Window Sunshade is your ultimate shield against intense sunlight, keeping your vehicle cool and comfortable no matter how high the temperature rises. With its sleek design and easy setup, it’s the perfect choice for any driver seeking protection, style, and comfort in one product ✨🛡️.\u003c\/p\u003e\n\u003cp style=\"margin: 10px 0;\"\u003eKey Features:\u003c\/p\u003e\n\u003cul style=\"list-style: none; padding-left: 0;\"\u003e\n\u003cli style=\"padding-left: 10px; margin-bottom: 8px;\"\u003e✨ Effective UV Protection 🌞 – Blocks sunlight and keeps your car cooler.\u003c\/li\u003e\n\u003cli style=\"padding-left: 10px; margin-bottom: 8px;\"\u003e✨ Foldable and easy to install 🧩 – Attaches and detaches in seconds.\u003c\/li\u003e\n\u003cli style=\"padding-left: 10px; margin-bottom: 8px;\"\u003e✨ Fits most vehicles 🚙 – Flexible sizing for both front and rear windows.\u003c\/li\u003e\n\u003cli style=\"padding-left: 10px; margin-bottom: 8px;\"\u003e✨ High-quality materials 💪 – Tear-resistant and built to last.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin: 10px 0;\"\u003e🚨 Don’t wait until your dashboard fades or your seat turns into a summer oven! Grab your sunshade now and give your car the protection it deserves 🛍️🚘!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; font-size: 12px; color: #aaa; margin-top: 35px;\"\u003e*تم توليد هذا الوصف باستخدام الذكاء الاصطناعي | Generated by AI*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"jabalitools","offers":[{"title":"Default Title","offer_id":48885933768947,"sku":"5968","price":12.0,"currency_code":"JOD","in_stock":true}],"url":"https:\/\/www.jabalitools.com\/en-jo\/products\/%d8%b3%d8%aa%d8%a7%d8%a6%d8%b1-%d8%a7%d9%84%d8%b3%d9%8a%d8%a7%d8%b1%d8%a9-%d8%a7%d9%84%d9%85%d8%ba%d9%86%d8%a7%d8%b7%d9%8a%d8%b3%d9%8a%d8%a9-%d9%84%d9%84%d8%b2%d8%ac%d8%a7%d8%ac-%d8%a7%d9%84%d8%ac%d8%a7%d9%86%d8%a8%d9%8a-%d8%a7%d9%84%d8%a3%d9%85%d8%a7%d9%85%d9%8a-%d9%88%d8%a7%d9%84%d8%ae%d9%84%d9%81%d9%8a-%d9%a4-%d8%b4%d8%a8%d8%a7%d8%a8%d9%8a%d9%83","provider":"jabalitools","version":"1.0","type":"link"}