{"product_id":"bayan-isdal","title":"إسدال بيان","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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=El+Messiri:wght@500;600;700\u0026amp;family=Tajawal:wght@400;500;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* ===================================================================\n       صفحة منتج — كل الستايل معزول تحت .thabat-product ولا يتسرب للموقع.\n       =================================================================== *\/\n\n    .thabat-product {\n      --plum-900: #2A0B1B;\n      --plum-700: #42112A;\n      --plum-500: #6E2347;\n      --mauve:    #5F4A55;\n      --ink:      #1C1318;\n      --page:     #FFFCF6;\n      --cream:    #FBF7EF;\n      --beige:    #F1E4CF;\n      --gold:     #B08D57;\n      --gold-soft:#D8BE8E;\n      --sage:     #8FA07E;\n\n      --radius: 18px;\n      --maxw: 680px;\n      --ease: cubic-bezier(.22,.61,.36,1);\n\n      background:\n        radial-gradient(820px 460px at 50% -12%, #FBF1E2 0%, transparent 62%),\n        var(--page);\n      color: var(--ink);\n      font-family: \"Tajawal\", system-ui, -apple-system, \"Segoe UI\", sans-serif;\n      font-size: 16px;\n      line-height: 2;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .thabat-product *,\n    .thabat-product *::before,\n    .thabat-product *::after { box-sizing: border-box; }\n\n    .thabat-product .wrap {\n      max-width: var(--maxw);\n      margin-inline: auto;\n      padding: 60px 22px 72px;\n    }\n\n    \/* ============ الهيدر ============ *\/\n    .thabat-product .hero { text-align: center; margin-bottom: 26px; }\n\n    .thabat-product .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      font-family: \"El Messiri\", serif;\n      font-weight: 600;\n      font-size: 14px;\n      letter-spacing: 3px;\n      color: var(--gold);\n      margin: 0 0 14px;\n    }\n    .thabat-product .eyebrow svg { width: 14px; height: 14px; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }\n\n    .thabat-product .title {\n      font-family: \"El Messiri\", serif;\n      font-weight: 700;\n      font-size: clamp(34px, 7vw, 50px);\n      line-height: 1.2;\n      color: var(--plum-700);\n      margin: 0;\n    }\n\n    .thabat-product .divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 14px;\n      margin: 20px 0 22px;\n    }\n    .thabat-product .divider::before,\n    .thabat-product .divider::after {\n      content: \"\";\n      width: 70px;\n      height: 1px;\n      background: linear-gradient(to right, transparent, var(--gold-soft), transparent);\n    }\n    .thabat-product .divider svg { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }\n\n    .thabat-product .lead {\n      max-width: 56ch;\n      margin: 0 auto;\n      color: var(--mauve);\n      font-size: 17px;\n    }\n    .thabat-product .lead strong { color: var(--plum-700); font-weight: 700; }\n\n    \/* ============ اللون ============ *\/\n    .thabat-product .swatches {\n      display: flex;\n      justify-content: center;\n      margin: 24px 0 4px;\n    }\n    .thabat-product .sw {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      font-family: \"El Messiri\", serif;\n      font-size: 14px;\n      color: var(--plum-700);\n      background: #fff;\n      border: 1px solid var(--beige);\n      border-radius: 999px;\n      padding: 6px 16px 6px 8px;\n    }\n    .thabat-product .sw .dot {\n      width: 22px;\n      height: 22px;\n      border-radius: 50%;\n      background: var(--sage);\n      border: 1px solid #768765;\n    }\n\n    \/* ============ شارات مختصرة ============ *\/\n    .thabat-product .chips {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 10px;\n      margin: 26px 0 30px;\n    }\n    .thabat-product .chip {\n      font-family: \"El Messiri\", serif;\n      font-weight: 600;\n      font-size: 14px;\n      color: var(--plum-700);\n      background: #fff;\n      border: 1px solid var(--beige);\n      border-radius: 999px;\n      padding: 5px 16px;\n    }\n\n    \/* ============ بطاقة المميزات ============ *\/\n    .thabat-product .card {\n      background: var(--cream);\n      border: 1px solid var(--beige);\n      border-inline-start: 3px solid var(--gold-soft);\n      border-radius: var(--radius);\n      padding: 28px 30px;\n    }\n    .thabat-product .card h2 {\n      font-family: \"El Messiri\", serif;\n      font-weight: 600;\n      font-size: 22px;\n      color: var(--plum-700);\n      margin: 0 0 18px;\n    }\n\n    .thabat-product .feats { list-style: none; margin: 0; padding: 0; }\n    .thabat-product .feats li {\n      display: flex;\n      align-items: flex-start;\n      gap: 13px;\n      padding: 11px 0;\n      border-top: 1px solid var(--beige);\n    }\n    .thabat-product .feats li:first-child { border-top: 0; padding-top: 0; }\n    .thabat-product .feats li:last-child { padding-bottom: 0; }\n    .thabat-product .feats .hk { flex: none; margin-top: 6px; }\n    .thabat-product .feats .hk svg { width: 15px; height: 15px; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }\n    .thabat-product .feats p { margin: 0; color: var(--ink); }\n\n    \/* ============ خاتمة + ملاحظة ============ *\/\n    .thabat-product .closer {\n      text-align: center;\n      max-width: 52ch;\n      margin: 30px auto 0;\n      color: var(--mauve);\n      font-size: 16.5px;\n    }\n    .thabat-product .note {\n      display: flex;\n      align-items: flex-start;\n      gap: 9px;\n      max-width: 60ch;\n      margin: 22px auto 0;\n      padding: 12px 16px;\n      background: #fff;\n      border: 1px solid var(--beige);\n      border-radius: 12px;\n      color: var(--mauve);\n      font-size: 14.5px;\n      line-height: 1.8;\n    }\n    .thabat-product .note svg { flex: none; width: 17px; height: 17px; margin-top: 7px; stroke: var(--gold); fill: none; stroke-width: 1.7; }\n    .thabat-product .note strong { color: var(--plum-700); font-weight: 700; }\n\n    @media (prefers-reduced-motion: reduce) {\n      .thabat-product *,\n      .thabat-product *::before,\n      .thabat-product *::after { transition: none !important; animation: none !important; }\n    }\n\n    @media (max-width: 480px) {\n      .thabat-product .wrap { padding: 44px 16px 56px; }\n      .thabat-product .card { padding: 24px 20px; }\n      .thabat-product .divider::before,\n      .thabat-product .divider::after { width: 48px; }\n    }\n  \u003c\/style\u003e\n\u003c!-- ===== انسخ من هنا داخل صفحة Shopify ===== --\u003e\n\u003cdiv class=\"thabat-product\"\u003e\u003cmain class=\"wrap\"\u003e\u003c!-- الهيدر --\u003e\u003cheader class=\"hero\"\u003e\n\u003cp class=\"eyebrow\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20c0-8.8 7.2-16 16-16 0 8.8-7.2 16-16 16z\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 4 7 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e إسدال · ثبات\u003c\/p\u003e\n\u003ch1 class=\"title\"\u003eبيان\u003c\/h1\u003e\n\u003cdiv class=\"divider\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20c0-8.8 7.2-16 16-16 0 8.8-7.2 16-16 16z\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 4 7 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp class=\"lead\"\u003eبلونٍ أخضر ناعم وتفاصيل دانتيل رقيقة، يأتي \u003cstrong\u003eبيان\u003c\/strong\u003e ليكون قطعةً قريبة من يومكِ تجمع بين الراحة والستر والجمال الهادئ. قصّته الواسعة تمنحكِ سهولةً في الحركة، وتفاصيله البسيطة تضيف إحساسًا راقيًا بلا مبالغة — لكِ في يومكِ، أو هديةً لها معنى لمن تحبّين.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- اللون --\u003e\n\u003cdiv class=\"swatches\"\u003e\u003cspan class=\"sw\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003eأخضر هادئ\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- شارات --\u003e\n\u003cdiv class=\"chips\"\u003e\n\u003cspan class=\"chip\"\u003eدانتيل ناعم\u003c\/span\u003e \u003cspan class=\"chip\"\u003eقصة واسعة\u003c\/span\u003e \u003cspan class=\"chip\"\u003eاستخدام يومي\u003c\/span\u003e \u003cspan class=\"chip\"\u003eهدية قريبة\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- المميزات --\u003e\n\u003csection class=\"card\"\u003e\n\u003ch2\u003eالمميزات\u003c\/h2\u003e\n\u003cul class=\"feats\"\u003e\n\u003cli\u003e\n\u003cspan class=\"hk\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20c0-8.8 7.2-16 16-16 0 8.8-7.2 16-16 16z\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 4 7 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003cp\u003eلونٌ أخضر هادئ بإحساسٍ طبيعي يمنح إطلالتكِ نعومةً ورُقيًّا.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"hk\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20c0-8.8 7.2-16 16-16 0 8.8-7.2 16-16 16z\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 4 7 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003cp\u003eتفاصيل دانتيل ناعمة عند الأطراف تضيف لمسةً أنثوية فاخرة بلا مبالغة.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"hk\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20c0-8.8 7.2-16 16-16 0 8.8-7.2 16-16 16z\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 4 7 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003cp\u003eقصّةٌ واسعة مريحة تمنحكِ حريّة حركةٍ كاملة طوال يومكِ.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"hk\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20c0-8.8 7.2-16 16-16 0 8.8-7.2 16-16 16z\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 4 7 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003cp\u003eاختيارٌ لطيف لنفسكِ، أو هديةٌ قريبة من القلب لمن تحبّين.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- خاتمة --\u003e\n\u003cp class=\"closer\"\u003eبيان… هدوءٌ بلون الطبيعة وأناقةٌ في التفاصيل. اختاريه واطمئنّي لاختيارٍ يليق بكِ.\u003c\/p\u003e\n\u003c!-- ملاحظة --\u003e\n\u003cp class=\"note\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 12h1v4h1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eملاحظة قبل الطلب:\u003c\/strong\u003e يرجى مراجعة الصور والاختيارات المتاحة في صفحة المنتج قبل إتمام الطلب.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/main\u003e\u003c\/div\u003e\n\u003c!-- ===== انسخ حتى هنا ===== --\u003e","brand":"ثبات","offers":[{"title":"مقاس واحد(من ٦٠ ل ١١٠)","offer_id":56350353227942,"sku":null,"price":899.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/8613\/8534\/files\/athar-bayan-side-portrait_3e6c4fca-9383-455a-b31d-0099bea65b7c.png?v=1780737002","url":"https:\/\/www.thabat-eg.com\/products\/bayan-isdal","provider":"ثبات | Thabat","version":"1.0","type":"link"}