{"product_id":"soundcore-liberty-4-pro-earbuds-black","title":"سماعات SOUNDCORE Liberty 4 Pro  - اسود","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\n\u003cstyle\u003e\n  :root {\n    --liberty-dark: #020617;\n    --liberty-blue: #1e293b;\n    --gold: #d4af37;\n    --gold-light: #ffb400;\n    --text-main: #f8fafc;\n    --text-muted: #94a3b8;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #1e293b;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: #1e293b;\n    line-height: 1.9;\n    direction: rtl;\n    text-align: right;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION (FUTURE STYLE)\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #020617 0%, #0f172a 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.5);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--gold); color: var(--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.6); \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.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(--gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--liberty-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    position: relative;\n    overflow: hidden;\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: #0f172a; margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: #475569; margin: 0; }\n\n  \/* ══════════════════════════════════\n      SMART CASE BOX\n  ══════════════════════════════════ *\/\n  .smart-box {\n    background: var(--liberty-dark); color: var(--white); padding: 45px; border-radius: 30px; margin: 50px 0;\n    box-shadow: 0 15px 40px rgba(0,0,0,0.3);\n    border-right: 8px solid var(--gold);\n  }\n  .smart-box h3 { color: var(--gold-light); font-size: 1.8rem; font-weight: 900; margin-bottom: 20px; }\n  .smart-box p { font-size: 1.4rem; opacity: 0.9; }\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(--gold); font-size: 1.2rem; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #020617 0%, #0f172a 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);\n    border: 1px solid var(--gold);\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--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(--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\n\u003cdiv class=\"ridelux-body\"\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-inner\"\u003e\n      \u003cdiv class=\"badge-row\"\u003e\n        \u003cspan class=\"badge badge-gold\"\u003eالسماعة الأكثر ذكاءً في العالم ⭐\u003c\/span\u003e\n        \u003cspan class=\"badge badge-pro\"\u003eSoundcore Liberty 4 Pro\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003ch1 class=\"hero-title\"\u003eقمة التكنولوجيا.. \u003cspan\u003eبين يديك\u003c\/span\u003e\n\u003c\/h1\u003e\n      \u003cp class=\"hero-sub\"\u003eتجمع Liberty 4 Pro بين التحكم الثوري من العلبة مباشرة، وجودة الصوت السينمائية، وأقوى نظام عزل ضوضاء في تاريخ Soundcore.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"container\"\u003e\n    \n    \u003cdiv class=\"section-head\"\u003e\n      \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n      \u003ch2\u003eمستقبل الصوتيات اللاسلكية\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003ch3\u003e🔇 عزل أقوى بـ 3 أضعاف\u003c\/h3\u003e\n        \u003cp\u003eمزودة بـ 7 مستشعرات تلتقط الضوضاء من جميع الزوايا، مع تعديل تكيفي لحظي كل 0.3 ثانية ليناسب بيئتك فوراً.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003ch3\u003e🎵 جودة الاستوديو (ACAA)\u003c\/h3\u003e\n        \u003cp\u003eنظام صوتي يجمع بين محرك 10.5 مم وتويتر مطلي بالتيتانيوم، لتقديم صوت غني ودقيق يحاكي تجربة الاستوديو الحقيقية.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003ch3\u003e⚡ شحن أسرع بمرتين\u003c\/h3\u003e\n        \u003cp\u003eتقنية شحن فائقة؛ 5 دقائق فقط تمنحك 4 ساعات استماع. وتصل البطارية الإجمالية إلى 40 ساعة من المتعة المستمرة.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003ch3\u003e🎙️ 6 ميكروفونات كريستالية\u003c\/h3\u003e\n        \u003cp\u003eمكالمات واضحة تماماً بفضل تقنيات تقليل ضوضاء الرياح والذكاء الاصطناعي التي تضمن نقاء صوتك في أشد الزحام.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"smart-box\"\u003e\n      \u003ch3\u003eثورة التحكم: علبة الشحن الذكية\u003c\/h3\u003e\n      \u003cp\u003eلأول مرة في فئتها، Liberty 4 Pro تمنحك سيطرة كاملة دون الحاجة للمس هاتفك:\u003c\/p\u003e\n      \u003cul class=\"list-item\" style=\"margin-top: 25px;\"\u003e\n        \u003cli\u003eشاشة عرض مدمجة توضح الإعدادات وحالة البطارية بوضوح.\u003c\/li\u003e\n        \u003cli\u003eشريط لمس جانبي للتحكم في مستويات العزل والشفافية بلمسة واحدة.\u003c\/li\u003e\n        \u003cli\u003eتجربة مستخدم فريدة تجمع بين الأناقة والوظيفة العملية الفائقة.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta-banner\"\u003e\n      \u003ch2\u003eامتلك تكنولوجيا الغد.. اليوم\u003c\/h2\u003e\n      \u003cp\u003eاطلب Soundcore Liberty 4 Pro الآن من نيوتيك واستمتع بتجربة صوتية احترافية لا مثيل لها.\u003c\/p\u003e\n      \u003ca href=\"https:\/\/newtechq8.com\/\" class=\"shop-btn\"\u003eاطلبها الآن من نيوتيك\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n      \u003cp\u003eمتوفرة الآن بأفضل سعر وحصرياً لدى متجر نيوتيك الكويت.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":51221215510813,"sku":"MB-A3954H11","price":32.95,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/1012010.webp?v=1777413914","url":"https:\/\/newtechq8.com\/en\/products\/soundcore-liberty-4-pro-earbuds-black","provider":"Newtech Store","version":"1.0","type":"link"}