{"title":"Linen Collectiion","description":"","products":[{"product_id":"soft-linen-shirt","title":"Soft Linen Shirt","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\u003eProduct Description\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500\u0026amp;family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    \/* ════════════════════════════════════\n       SCOPED: .pd-wrap — zero side effects\n    ════════════════════════════════════ *\/\n    .pd-wrap {\n      --pd-ink:     #1a1a1a;\n      --pd-muted:   #6b6760;\n      --pd-light:   #a8a39d;\n      --pd-border:  #e8e4df;\n      --pd-bg:      #faf9f7;\n      --pd-white:   #ffffff;\n      --pd-ease:    cubic-bezier(0.4, 0, 0.2, 1);\n\n      font-family: 'DM Sans', sans-serif;\n      color: var(--pd-ink);\n      max-width: 680px;\n      margin: 0 auto;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    .pd-wrap *, .pd-wrap *::before, .pd-wrap *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* ── Tagline ── *\/\n    .pd-tagline-wrap {\n      margin-bottom: 28px;\n      padding-bottom: 28px;\n      border-bottom: 1px solid var(--pd-border);\n      animation: pd-up 0.5s var(--pd-ease) both;\n    }\n\n    .pd-tagline-pre {\n      font-family: 'DM Sans', sans-serif;\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      color: var(--pd-light);\n      margin-bottom: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .pd-tagline-pre::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--pd-light);\n      display: inline-block;\n    }\n\n    .pd-tagline {\n      font-family: 'Cormorant Garamond', serif;\n      font-style: italic;\n      font-size: 30px;\n      font-weight: 500;\n      color: var(--pd-ink);\n      line-height: 1.35;\n      letter-spacing: -0.3px;\n    }\n\n    \/* ── Description paragraphs ── *\/\n    .pd-desc {\n      font-size: 15.5px;\n      font-weight: 400;\n      line-height: 1.9;\n      color: var(--pd-muted);\n      margin-bottom: 14px;\n      animation: pd-up 0.5s var(--pd-ease) 0.08s both;\n    }\n\n    .pd-desc:last-of-type {\n      margin-bottom: 0;\n    }\n\n    \/* ── Divider ── *\/\n    .pd-divider {\n      height: 1px;\n      background: var(--pd-border);\n      margin: 28px 0;\n      animation: pd-up 0.5s var(--pd-ease) 0.12s both;\n    }\n\n    \/* ── Features ── *\/\n    .pd-features {\n      animation: pd-up 0.5s var(--pd-ease) 0.16s both;\n    }\n\n    .pd-section-label {\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 2.5px;\n      text-transform: uppercase;\n      color: var(--pd-light);\n      margin-bottom: 16px;\n    }\n\n    .pd-features-list {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 0;\n    }\n\n    .pd-features-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      font-size: 14.5px;\n      font-weight: 400;\n      color: var(--pd-ink);\n      line-height: 1.65;\n      padding: 11px 0;\n      border-bottom: 1px solid var(--pd-border);\n    }\n\n    .pd-features-list li:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .pd-features-list li:first-child {\n      padding-top: 0;\n    }\n\n    .pd-features-list li::before {\n      content: '';\n      width: 4px;\n      height: 4px;\n      border-radius: 50%;\n      background: var(--pd-light);\n      flex-shrink: 0;\n      margin-top: 9px;\n    }\n\n    \/* ── Details grid ── *\/\n    .pd-details {\n      animation: pd-up 0.5s var(--pd-ease) 0.22s both;\n    }\n\n    .pd-details-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 2px;\n      background: var(--pd-border);\n      border: 1px solid var(--pd-border);\n      margin-top: 16px;\n    }\n\n    .pd-detail-cell {\n      background: var(--pd-bg);\n      padding: 18px 22px;\n    }\n\n    .pd-detail-cell:nth-child(3) {\n      grid-column: 1 \/ -1;\n    }\n\n    .pd-detail-key {\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 2.5px;\n      text-transform: uppercase;\n      color: var(--pd-light);\n      margin-bottom: 6px;\n    }\n\n    .pd-detail-val {\n      font-size: 14.5px;\n      font-weight: 400;\n      color: var(--pd-ink);\n      line-height: 1.5;\n    }\n\n    \/* ── CTA strip ── *\/\n    .pd-cta {\n      background: var(--pd-ink);\n      padding: 20px 24px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 16px;\n      margin-top: 28px;\n      animation: pd-up 0.5s var(--pd-ease) 0.28s both;\n    }\n\n    .pd-cta-text {\n      font-size: 14px;\n      font-weight: 400;\n      color: rgba(255,255,255,0.75);\n      line-height: 1.5;\n    }\n\n    .pd-cta-text strong {\n      display: block;\n      font-weight: 500;\n      color: #ffffff;\n      font-size: 15px;\n      margin-bottom: 2px;\n    }\n\n    .pd-cta-icon {\n      width: 36px;\n      height: 36px;\n      border: 1px solid rgba(255,255,255,0.25);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .pd-cta-icon svg {\n      width: 15px;\n      height: 15px;\n      stroke: #fff;\n      fill: none;\n      stroke-width: 2;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    \/* ── Animation ── *\/\n    @keyframes pd-up {\n      from { opacity: 0; transform: translateY(12px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* ── Responsive ── *\/\n    @media (max-width: 480px) {\n      .pd-tagline        { font-size: 19px; }\n      .pd-details-grid   { grid-template-columns: 1fr; }\n      .pd-detail-cell:nth-child(3) { grid-column: 1; }\n      .pd-cta            { flex-direction: column; align-items: flex-start; }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .pd-wrap *, .pd-wrap *::before, .pd-wrap *::after {\n        animation-duration: 0.01ms !important;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- Tagline --\u003e\n  \u003cdiv class=\"pd-tagline-wrap\"\u003e\n    \u003cdiv class=\"pd-tagline-pre\"\u003eLinen Collection\u003c\/div\u003e\n    \u003cp class=\"pd-tagline\"\u003eThe perfect balance of\u003cbr\u003esimplicity and elegance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Description --\u003e\n  \u003cp class=\"pd-desc\"\u003eEnjoy all-day comfort and effortless style with this soft linen shirt. Designed with a lightweight feel, clean details, and coordinated buttons, it creates a polished and refined look for every occasion.\u003c\/p\u003e\n  \u003cp class=\"pd-desc\"\u003eMade from premium-quality linen that allows freedom of movement while keeping you comfortable throughout the day. Its practical and modern design makes it ideal for everyday wear or elevated casual outings.\u003c\/p\u003e\n\n  \u003cdiv class=\"pd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Features --\u003e\n  \u003cdiv class=\"pd-features\"\u003e\n    \u003cdiv class=\"pd-section-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"pd-features-list\"\u003e\n      \u003cli\u003ePremium natural linen fabric\u003c\/li\u003e\n      \u003cli\u003eMinimal details with coordinated buttons for a modern touch\u003c\/li\u003e\n      \u003cli\u003eLightweight and comfortable for all-day wear\u003c\/li\u003e\n      \u003cli\u003ePractical yet elegant style for different occasions\u003c\/li\u003e\n      \u003cli\u003eVersatile enough for home, work, or outings\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Product Details --\u003e\n  \u003cdiv class=\"pd-details\"\u003e\n    \u003cdiv class=\"pd-section-label\"\u003eProduct Details\u003c\/div\u003e\n    \u003cdiv class=\"pd-details-grid\"\u003e\n      \u003cdiv class=\"pd-detail-cell\"\u003e\n        \u003cdiv class=\"pd-detail-key\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"pd-detail-val\"\u003ePremium linen\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-detail-cell\"\u003e\n        \u003cdiv class=\"pd-detail-key\"\u003eSizes\u003c\/div\u003e\n        \u003cdiv class=\"pd-detail-val\"\u003eS — 2XL\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-detail-cell\"\u003e\n        \u003cdiv class=\"pd-detail-key\"\u003eCare\u003c\/div\u003e\n        \u003cdiv class=\"pd-detail-val\"\u003eEasy to wash — maintains shape and elegance\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"pd-cta\"\u003e\n    \u003cdiv class=\"pd-cta-text\"\u003e\n      \u003cstrong\u003eAvailable Now\u003c\/strong\u003e\n      Order yours today and enjoy comfort and elegance in one timeless piece.\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-cta-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Motiva","offers":[{"title":"Brown \/ S","offer_id":52049905058094,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":true},{"title":"Brown \/ M","offer_id":52066992357678,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ L","offer_id":52049905090862,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":true},{"title":"Brown \/ XL","offer_id":52049905123630,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":true},{"title":"Brown \/ 2XL","offer_id":52049905156398,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Rose \/ S","offer_id":52050718621998,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Rose \/ M","offer_id":52066992390446,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Rose \/ L","offer_id":52050718654766,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Rose \/ XL","offer_id":52050718687534,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Rose \/ 2XL","offer_id":52050718720302,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"White \/ S","offer_id":52050718753070,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ M","offer_id":52066992423214,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"White \/ L","offer_id":52050718785838,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ XL","offer_id":52050718818606,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ 2XL","offer_id":52050718851374,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":true},{"title":"Green \/ S","offer_id":52050718884142,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Green \/ M","offer_id":52066992455982,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":true},{"title":"Green \/ L","offer_id":52050718916910,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Green \/ XL","offer_id":52050718949678,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":true},{"title":"Green \/ 2XL","offer_id":52050718982446,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":true},{"title":"Mint Green \/ S","offer_id":52050730647854,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Mint Green \/ M","offer_id":52066992488750,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Mint Green \/ L","offer_id":52050730680622,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Mint Green \/ XL","offer_id":52050730713390,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false},{"title":"Mint Green \/ 2XL","offer_id":52050730746158,"sku":null,"price":650.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0902\/8654\/files\/24.webp?v=1778624633"},{"product_id":"three-quarter-sleeve-linen-shirt","title":"Three-Quarter Sleeve Linen Shirt","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500\u0026amp;family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* ════════════════════════════════════\n       SCOPED: .pd-wrap — zero side effects\n    ════════════════════════════════════ *\/\n    .pd-wrap {\n      --pd-ink:     #1a1a1a;\n      --pd-muted:   #6b6760;\n      --pd-light:   #a8a39d;\n      --pd-border:  #e8e4df;\n      --pd-bg:      #faf9f7;\n      --pd-white:   #ffffff;\n      --pd-ease:    cubic-bezier(0.4, 0, 0.2, 1);\n\n      font-family: 'DM Sans', sans-serif;\n      color: var(--pd-ink);\n      max-width: 680px;\n      margin: 0 auto;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    .pd-wrap *, .pd-wrap *::before, .pd-wrap *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* ── Tagline ── *\/\n    .pd-tagline-wrap {\n      margin-bottom: 28px;\n      padding-bottom: 28px;\n      border-bottom: 1px solid var(--pd-border);\n      animation: pd-up 0.5s var(--pd-ease) both;\n    }\n\n    .pd-tagline-pre {\n      font-family: 'DM Sans', sans-serif;\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      color: var(--pd-light);\n      margin-bottom: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .pd-tagline-pre::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--pd-light);\n      display: inline-block;\n    }\n\n    .pd-tagline {\n      font-family: 'Cormorant Garamond', serif;\n      font-style: italic;\n      font-size: 30px;\n      font-weight: 500;\n      color: var(--pd-ink);\n      line-height: 1.35;\n      letter-spacing: -0.3px;\n    }\n\n    \/* ── Description paragraphs ── *\/\n    .pd-desc {\n      font-size: 15.5px;\n      font-weight: 400;\n      line-height: 1.9;\n      color: var(--pd-muted);\n      margin-bottom: 14px;\n      animation: pd-up 0.5s var(--pd-ease) 0.08s both;\n    }\n\n    .pd-desc:last-of-type {\n      margin-bottom: 0;\n    }\n\n    \/* ── Divider ── *\/\n    .pd-divider {\n      height: 1px;\n      background: var(--pd-border);\n      margin: 28px 0;\n      animation: pd-up 0.5s var(--pd-ease) 0.12s both;\n    }\n\n    \/* ── Features ── *\/\n    .pd-features {\n      animation: pd-up 0.5s var(--pd-ease) 0.16s both;\n    }\n\n    .pd-section-label {\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 2.5px;\n      text-transform: uppercase;\n      color: var(--pd-light);\n      margin-bottom: 16px;\n    }\n\n    .pd-features-list {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 0;\n    }\n\n    .pd-features-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      font-size: 14.5px;\n      font-weight: 400;\n      color: var(--pd-ink);\n      line-height: 1.65;\n      padding: 11px 0;\n      border-bottom: 1px solid var(--pd-border);\n    }\n\n    .pd-features-list li:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .pd-features-list li:first-child {\n      padding-top: 0;\n    }\n\n    .pd-features-list li::before {\n      content: '';\n      width: 4px;\n      height: 4px;\n      border-radius: 50%;\n      background: var(--pd-light);\n      flex-shrink: 0;\n      margin-top: 9px;\n    }\n\n    \/* ── Details grid ── *\/\n    .pd-details {\n      animation: pd-up 0.5s var(--pd-ease) 0.22s both;\n    }\n\n    .pd-details-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 2px;\n      background: var(--pd-border);\n      border: 1px solid var(--pd-border);\n      margin-top: 16px;\n    }\n\n    .pd-detail-cell {\n      background: var(--pd-bg);\n      padding: 18px 22px;\n    }\n\n    .pd-detail-cell:nth-child(3) {\n      grid-column: 1 \/ -1;\n    }\n\n    .pd-detail-key {\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 2.5px;\n      text-transform: uppercase;\n      color: var(--pd-light);\n      margin-bottom: 6px;\n    }\n\n    .pd-detail-val {\n      font-size: 14.5px;\n      font-weight: 400;\n      color: var(--pd-ink);\n      line-height: 1.5;\n    }\n\n    \/* ── CTA strip ── *\/\n    .pd-cta {\n      background: var(--pd-ink);\n      padding: 20px 24px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 16px;\n      margin-top: 28px;\n      animation: pd-up 0.5s var(--pd-ease) 0.28s both;\n    }\n\n    .pd-cta-text {\n      font-size: 14px;\n      font-weight: 400;\n      color: rgba(255,255,255,0.75);\n      line-height: 1.5;\n    }\n\n    .pd-cta-text strong {\n      display: block;\n      font-weight: 500;\n      color: #ffffff;\n      font-size: 15px;\n      margin-bottom: 2px;\n    }\n\n    .pd-cta-icon {\n      width: 36px;\n      height: 36px;\n      border: 1px solid rgba(255,255,255,0.25);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .pd-cta-icon svg {\n      width: 15px;\n      height: 15px;\n      stroke: #fff;\n      fill: none;\n      stroke-width: 2;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    \/* ── Animation ── *\/\n    @keyframes pd-up {\n      from { opacity: 0; transform: translateY(12px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* ── Responsive ── *\/\n    @media (max-width: 480px) {\n      .pd-tagline        { font-size: 19px; }\n      .pd-details-grid   { grid-template-columns: 1fr; }\n      .pd-detail-cell:nth-child(3) { grid-column: 1; }\n      .pd-cta            { flex-direction: column; align-items: flex-start; }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .pd-wrap *, .pd-wrap *::before, .pd-wrap *::after {\n        animation-duration: 0.01ms !important;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- Tagline --\u003e\n\u003cdiv class=\"pd-tagline-wrap\"\u003e\n\u003cdiv class=\"pd-tagline-pre\"\u003eLinen Collection\u003c\/div\u003e\n\u003cp class=\"pd-tagline\"\u003eThe perfect balance of\u003cbr\u003esimplicity and elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Description --\u003e\n\u003cp class=\"pd-desc\"\u003eEnjoy all-day comfort and effortless style with this soft linen shirt. Designed with a lightweight feel, clean details, and coordinated buttons, it creates a polished and refined look for every occasion.\u003c\/p\u003e\n\u003cp class=\"pd-desc\"\u003eMade from premium-quality linen that allows freedom of movement while keeping you comfortable throughout the day. Its modern and versatile design makes it perfect for everyday wear or elevated casual outings.\u003c\/p\u003e\n\u003cdiv class=\"pd-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-section-label\"\u003eFeatures\u003c\/div\u003e\n\u003cul class=\"pd-features-list\"\u003e\n\u003cli\u003ePremium natural linen fabric\u003c\/li\u003e\n\u003cli\u003eMinimal details with coordinated buttons for a modern touch\u003c\/li\u003e\n\u003cli\u003eLightweight and comfortable for all-day wear\u003c\/li\u003e\n\u003cli\u003ePractical yet elegant style for different occasions\u003c\/li\u003e\n\u003cli\u003eVersatile enough for home, work, or outings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Product Details --\u003e\n\u003cdiv class=\"pd-details\"\u003e\n\u003cdiv class=\"pd-section-label\"\u003eProduct Details\u003c\/div\u003e\n\u003cdiv class=\"pd-details-grid\"\u003e\n\u003cdiv class=\"pd-detail-cell\"\u003e\n\u003cdiv class=\"pd-detail-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"pd-detail-val\"\u003ePremium linen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-detail-cell\"\u003e\n\u003cdiv class=\"pd-detail-key\"\u003eSizes\u003c\/div\u003e\n\u003cdiv class=\"pd-detail-val\"\u003eS — XL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-detail-cell\"\u003e\n\u003cdiv class=\"pd-detail-key\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"pd-detail-val\"\u003eEasy to wash — maintains shape and elegance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"pd-cta\"\u003e\n\u003cdiv class=\"pd-cta-text\"\u003e\n\u003cstrong\u003eAvailable Now\u003c\/strong\u003e Order yours today and enjoy comfort and elegance in one timeless piece.\u003c\/div\u003e\n\u003cdiv class=\"pd-cta-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline y2=\"12\" x2=\"19\" y1=\"12\" x1=\"5\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Motiva","offers":[{"title":"White \/ S","offer_id":52050720227630,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"White \/ M","offer_id":52050729795886,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"White \/ L","offer_id":52050720260398,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"White \/ XL","offer_id":52050720293166,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Rose \/ S","offer_id":52050721079598,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Rose \/ M","offer_id":52050729828654,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Rose \/ L","offer_id":52050721112366,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Rose \/ XL","offer_id":52050721145134,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ S","offer_id":52050719965486,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ M","offer_id":52050729861422,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ L","offer_id":52050719998254,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ XL","offer_id":52050720031022,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Beige \/ S","offer_id":52050720096558,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Beige \/ M","offer_id":52050729894190,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Beige \/ L","offer_id":52050720129326,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Beige \/ XL","offer_id":52050720162094,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Green \/ S","offer_id":52050720358702,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Green \/ M","offer_id":52050729926958,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Green \/ L","offer_id":52050720391470,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Green \/ XL","offer_id":52050720424238,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Mint Green \/ S","offer_id":52050721210670,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Mint Green \/ M","offer_id":52050729959726,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Mint Green \/ L","offer_id":52050721243438,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Mint Green \/ XL","offer_id":52050721276206,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0902\/8654\/files\/31.webp?v=1778624633"},{"product_id":"linen-dress","title":"Linen Dress","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .pld-scope,\n  .pld-scope *,\n  .pld-scope *::before,\n  .pld-scope *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .pld-scope {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    color: #111;\n    background: #fff;\n    max-width: 640px;\n    margin: 0 auto;\n    padding: 2.5rem 1.5rem;\n  }\n\n  .pld-header {\n    border-top: 2px solid #111;\n    border-bottom: 1px solid #ddd;\n    padding: 1.75rem 0 1.5rem;\n    margin-bottom: 2rem;\n  }\n  .pld-eyebrow {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #888;\n    margin-bottom: 0.6rem;\n  }\n  .pld-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 30px;\n    font-weight: 500;\n    line-height: 1.25;\n    color: #111;\n    margin-bottom: 0.5rem;\n  }\n  .pld-subtitle {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-style: italic;\n    color: #666;\n  }\n\n  .pld-description {\n    font-size: 14px;\n    line-height: 1.85;\n    color: #444;\n    margin-bottom: 2rem;\n  }\n\n  .pld-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: #aaa;\n    margin-bottom: 1rem;\n  }\n\n  .pld-hr {\n    border: none;\n    border-top: 1px solid #e8e8e8;\n    margin: 1.75rem 0;\n  }\n\n  .pld-features {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.65rem;\n    margin-bottom: 2rem;\n  }\n  .pld-features li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 14px;\n    color: #444;\n    line-height: 1.65;\n  }\n  .pld-features li::before {\n    content: '';\n    display: block;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #111;\n    flex-shrink: 0;\n    margin-top: 7px;\n  }\n\n  .pld-details {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n    margin-bottom: 2rem;\n  }\n  .pld-details tr {\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .pld-details tr:last-child {\n    border-bottom: none;\n  }\n  .pld-details td {\n    padding: 0.65rem 0;\n    vertical-align: top;\n  }\n  .pld-details td:first-child {\n    color: #999;\n    width: 38%;\n    font-size: 12px;\n    letter-spacing: 0.04em;\n    padding-right: 1rem;\n  }\n  .pld-details td:last-child {\n    color: #111;\n  }\n\n  .pld-sizes {\n    display: flex;\n    gap: 6px;\n    flex-wrap: wrap;\n  }\n  .pld-size {\n    border: 1px solid #ddd;\n    border-radius: 2px;\n    padding: 2px 9px;\n    font-size: 12px;\n    font-weight: 500;\n    color: #333;\n    letter-spacing: 0.03em;\n  }\n\n  .pld-care {\n    background: #f7f7f7;\n    border-left: 2px solid #111;\n    padding: 0.875rem 1rem;\n    font-size: 13px;\n    color: #555;\n    line-height: 1.65;\n  }\n  .pld-care strong {\n    font-weight: 500;\n    color: #111;\n  }\n\n  .pld-footer {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-top: 2rem;\n    padding-top: 1.25rem;\n    border-top: 1px solid #e8e8e8;\n  }\n  .pld-badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #111;\n    border: 1px solid #111;\n    padding: 4px 10px;\n  }\n  .pld-tagline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 13px;\n    font-style: italic;\n    color: #888;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pld-scope\"\u003e\n\u003cdiv class=\"pld-header\"\u003e\n\u003cp class=\"pld-eyebrow\"\u003eLinen Collection · Premium Fabric\u003c\/p\u003e\n\u003ch1 class=\"pld-title\"\u003eElegant Linen Dress\u003c\/h1\u003e\n\u003cp class=\"pld-subtitle\"\u003eTimeless comfort, refined style\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"pld-description\"\u003eAn elegant dress crafted from premium linen fabric, featuring a lightweight and soft texture that keeps you comfortable all day long. Its modern design with wide sleeves adds a unique touch, reflecting effortless style and bold elegance — perfect for every occasion with a refined and timeless look.\u003c\/p\u003e\n\u003chr class=\"pld-hr\"\u003e\n\u003cp class=\"pld-label\"\u003eFeatures\u003c\/p\u003e\n\u003cul class=\"pld-features\"\u003e\n\u003cli\u003ePremium linen fabric with a soft and lightweight feel\u003c\/li\u003e\n\u003cli\u003eModern design with wide sleeves for a distinctive look\u003c\/li\u003e\n\u003cli\u003eComfortable and breathable for all-day wear\u003c\/li\u003e\n\u003cli\u003eElegant and versatile style for different occasions\u003c\/li\u003e\n\u003cli\u003ePerfect blend of comfort and sophistication\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"pld-hr\"\u003e\n\u003cp class=\"pld-label\"\u003eProduct Details\u003c\/p\u003e\n\u003ctable class=\"pld-details\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSizes\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"pld-sizes\"\u003e\n\u003cspan class=\"pld-size\"\u003eS\u003c\/span\u003e \u003cspan class=\"pld-size\"\u003eM\u003c\/span\u003e \u003cspan class=\"pld-size\"\u003eL\u003c\/span\u003e \u003cspan class=\"pld-size\"\u003eXL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cp\u003eMaterial\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cp\u003ePremium Linen\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"pld-care\"\u003e\n\u003cstrong\u003eCare:\u003c\/strong\u003e Easy to wash and designed to maintain its shape and elegance.\u003c\/div\u003e\n\u003cdiv class=\"pld-footer\"\u003e\n\u003cspan class=\"pld-badge\"\u003eAvailable Now\u003c\/span\u003e \u003cspan class=\"pld-tagline\"\u003eOrder yours today\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Motiva","offers":[{"title":"White \/ S","offer_id":52092386443566,"sku":null,"price":975.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ M","offer_id":52092386476334,"sku":null,"price":975.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ L","offer_id":52092386509102,"sku":null,"price":975.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ XL","offer_id":52092386541870,"sku":null,"price":975.0,"currency_code":"EGP","in_stock":true},{"title":"Brown \/ S","offer_id":52093238280494,"sku":null,"price":975.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ M","offer_id":52093238313262,"sku":null,"price":975.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ L","offer_id":52093238346030,"sku":null,"price":975.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ XL","offer_id":52093238378798,"sku":null,"price":975.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0902\/8654\/files\/2_1.jpg?v=1779533691"},{"product_id":"elegant-kaftan-dress","title":"Elegant Kaftan Dress","description":"\u003cp\u003e✨ Premium Linen Kaftan Dress with Modern Elegance ✨\u003c\/p\u003e\n\u003cp\u003eElevate your style with this beautifully crafted dress made from premium lightweight linen, designed to offer the perfect balance of elegance and comfort. Its unique design features stylish shoulder cut details with distinctive openings, adding a touch of modern charm and sophistication.\u003c\/p\u003e\n\u003cp\u003eThe soft, breathable fabric keeps you feeling fresh and comfortable all day, making it the perfect choice for any occasion. Designed for women who want effortless style without compromising on comfort.\u003c\/p\u003e\n\u003cp\u003e⭐ Features\u003c\/p\u003e\n\u003cp\u003e• Premium lightweight linen fabric\u003cbr\u003e• Unique shoulder cut details for a modern touch\u003cbr\u003e• Soft and breathable for all-day comfort\u003cbr\u003e• Elegant and versatile design for different occasions\u003cbr\u003e• Perfect blend of style and practicality\u003c\/p\u003e\n\u003cp\u003e📏 Product Details\u003c\/p\u003e\n\u003cp\u003eSize: Free Size\u003cbr\u003eMaterial: Premium linen\u003cbr\u003eCare: Easy to wash and designed to maintain its elegance and shape\u003c\/p\u003e\n\u003cp\u003eAvailable now — order yours today and enjoy an unforgettable summer look.\u003cbr\u003e\u003c\/p\u003e","brand":"Motiva","offers":[{"title":"Blue \/ One size","offer_id":52092388540718,"sku":null,"price":975.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0902\/8654\/files\/s_1.jpg?v=1779482411"},{"product_id":"elegant-beach-dress","title":"Elegant Beach Dress","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .pbd-scope,\n  .pbd-scope *,\n  .pbd-scope *::before,\n  .pbd-scope *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .pbd-scope {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    color: #111;\n    background: #fff;\n    max-width: 640px;\n    margin: 0 auto;\n    padding: 2.5rem 1.5rem;\n  }\n\n  .pbd-header {\n    border-top: 2px solid #111;\n    border-bottom: 1px solid #ddd;\n    padding: 1.75rem 0 1.5rem;\n    margin-bottom: 2rem;\n  }\n  .pbd-eyebrow {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #888;\n    margin-bottom: 0.6rem;\n  }\n  .pbd-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 30px;\n    font-weight: 500;\n    line-height: 1.25;\n    color: #111;\n    margin-bottom: 0.5rem;\n  }\n  .pbd-subtitle {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-style: italic;\n    color: #666;\n  }\n\n  .pbd-description {\n    font-size: 14px;\n    line-height: 1.85;\n    color: #444;\n    margin-bottom: 2rem;\n  }\n\n  .pbd-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: #aaa;\n    margin-bottom: 1rem;\n  }\n\n  .pbd-hr {\n    border: none;\n    border-top: 1px solid #e8e8e8;\n    margin: 1.75rem 0;\n  }\n\n  .pbd-features {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.65rem;\n    margin-bottom: 2rem;\n  }\n  .pbd-features li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 14px;\n    color: #444;\n    line-height: 1.65;\n  }\n  .pbd-features li::before {\n    content: '';\n    display: block;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #111;\n    flex-shrink: 0;\n    margin-top: 7px;\n  }\n\n  .pbd-details {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n    margin-bottom: 2rem;\n  }\n  .pbd-details tr {\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .pbd-details tr:last-child {\n    border-bottom: none;\n  }\n  .pbd-details td {\n    padding: 0.65rem 0;\n    vertical-align: top;\n  }\n  .pbd-details td:first-child {\n    color: #999;\n    width: 38%;\n    font-size: 12px;\n    letter-spacing: 0.04em;\n    padding-right: 1rem;\n  }\n  .pbd-details td:last-child {\n    color: #111;\n  }\n\n  .pbd-care {\n    background: #f7f7f7;\n    border-left: 2px solid #111;\n    padding: 0.875rem 1rem;\n    font-size: 13px;\n    color: #555;\n    line-height: 1.65;\n  }\n  .pbd-care strong {\n    font-weight: 500;\n    color: #111;\n  }\n\n  .pbd-footer {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-top: 2rem;\n    padding-top: 1.25rem;\n    border-top: 1px solid #e8e8e8;\n  }\n  .pbd-badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #111;\n    border: 1px solid #111;\n    padding: 4px 10px;\n  }\n  .pbd-tagline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 13px;\n    font-style: italic;\n    color: #888;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pbd-scope\"\u003e\n\u003cdiv class=\"pbd-header\"\u003e\n\u003cp class=\"pbd-eyebrow\"\u003eSummer Collection · Linen Series\u003c\/p\u003e\n\u003ch1 class=\"pbd-title\"\u003eElegant Beach Dress\u003c\/h1\u003e\n\u003cp class=\"pbd-subtitle\"\u003eEffortless seaside glamour\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"pbd-description\"\u003eStep into effortless seaside glamour with our elegant Black Beach Dress — designed to keep you stylish, comfortable, and confident all day long. Crafted from premium lightweight linen, this dress offers a soft, breathable feel that's perfect for warm weather and sunny days. Its relaxed silhouette creates an effortlessly chic look, making it ideal for beach days, vacations, or casual summer outings.\u003c\/p\u003e\n\u003chr class=\"pbd-hr\"\u003e\n\u003cp class=\"pbd-label\"\u003eFeatures\u003c\/p\u003e\n\u003cul class=\"pbd-features\"\u003e\n\u003cli\u003ePremium lightweight linen fabric\u003c\/li\u003e\n\u003cli\u003eSoft, breathable, and comfortable for all-day wear\u003c\/li\u003e\n\u003cli\u003eElegant and versatile design for beach or casual outings\u003c\/li\u003e\n\u003cli\u003eRelaxed fit for effortless style and comfort\u003c\/li\u003e\n\u003cli\u003eFree Size for an easy and flattering fit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"pbd-hr\"\u003e\n\u003cp class=\"pbd-label\"\u003eProduct Details\u003c\/p\u003e\n\u003ctable class=\"pbd-details\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003eFree Size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Linen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"pbd-care\"\u003e\n\u003cstrong\u003eCare:\u003c\/strong\u003e Easy to wash and designed to maintain its shape and elegance.\u003c\/div\u003e\n\u003cdiv class=\"pbd-footer\"\u003e\n\u003cspan class=\"pbd-badge\"\u003eSummer Essential\u003c\/span\u003e \u003cspan class=\"pbd-tagline\"\u003eYour perfect summer awaits\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Motiva","offers":[{"title":"Black \/ S","offer_id":52092454994222,"sku":null,"price":1100.0,"currency_code":"EGP","in_stock":true},{"title":"Black \/ M","offer_id":52093236543790,"sku":null,"price":1100.0,"currency_code":"EGP","in_stock":false},{"title":"Black \/ L","offer_id":52093236576558,"sku":null,"price":1100.0,"currency_code":"EGP","in_stock":false},{"title":"Black \/ XL","offer_id":52093236609326,"sku":null,"price":1100.0,"currency_code":"EGP","in_stock":false},{"title":"Beige \/ S","offer_id":52093236642094,"sku":null,"price":1100.0,"currency_code":"EGP","in_stock":false},{"title":"Beige \/ M","offer_id":52093236674862,"sku":null,"price":1100.0,"currency_code":"EGP","in_stock":false},{"title":"Beige \/ L","offer_id":52093236707630,"sku":null,"price":1100.0,"currency_code":"EGP","in_stock":false},{"title":"Beige \/ XL","offer_id":52093236740398,"sku":null,"price":1100.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0902\/8654\/files\/541152125_122161282340683109_6664939319250659199_n.jpg?v=1779483909"}],"url":"https:\/\/motivastores.com\/collections\/linen-collectiion.oembed","provider":"Motiva","version":"1.0","type":"link"}