{"title":"All Products","description":null,"products":[{"product_id":"linen-asymmetrical-set","title":"Linen Asymmetrical Set Beige","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-text: #49372f;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-product-story p {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-story-sizes {\n    margin-top: 25px;\n  }\n\n  .lamora-sizes-title {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 25px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-product-story p {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamora-product-story\"\u003e\n  \u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\n  \u003cdiv class=\"lamora-story-content\"\u003e\n    \u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\n    \u003ch3\u003eEffortless Elegance\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Designed for effortless elegance and everyday comfort, this two-piece set\n      features an asymmetrical tunic with a relaxed silhouette, paired with\n      wide-leg pants for a modern modest look. Crafted from a breathable linen\n      blend, it's perfect for summer days, casual outings, and elevated everyday\n      wear.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lamora-story-sizes\"\u003e\n      \u003cspan class=\"lamora-sizes-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\n      \u003cdiv class=\"lamora-size-list\"\u003e\n        \u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49979522056435,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49979522089203,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49979522121971,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49979522154739,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49979522187507,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC08518.jpg?v=1785245023"},{"product_id":"linen-asymmetrical-set-beige-copy","title":"Linen Asymmetrical Set Burgundy","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-text: #49372f;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-product-story p {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-story-sizes {\n    margin-top: 25px;\n  }\n\n  .lamora-sizes-title {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 25px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-product-story p {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamora-product-story\"\u003e\n  \u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\n  \u003cdiv class=\"lamora-story-content\"\u003e\n    \u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\n    \u003ch3\u003eEffortless Elegance\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Designed for effortless elegance and everyday comfort, this two-piece set\n      features an asymmetrical tunic with a relaxed silhouette, paired with\n      wide-leg pants for a modern modest look. Crafted from a breathable linen\n      blend, it's perfect for summer days, casual outings, and elevated everyday\n      wear.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lamora-story-sizes\"\u003e\n      \u003cspan class=\"lamora-sizes-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\n      \u003cdiv class=\"lamora-size-list\"\u003e\n        \u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49979558232307,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49979558265075,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49979558297843,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49979558330611,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49979558363379,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC08580.jpg?v=1785246207"},{"product_id":"linen-asymmetrical-set-burgundy-copy","title":"Linen Asymmetrical Set Olive","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-text: #49372f;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-product-story p {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-story-sizes {\n    margin-top: 25px;\n  }\n\n  .lamora-sizes-title {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 25px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-product-story p {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamora-product-story\"\u003e\n  \u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\n  \u003cdiv class=\"lamora-story-content\"\u003e\n    \u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\n    \u003ch3\u003eEffortless Elegance\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Designed for effortless elegance and everyday comfort, this two-piece set\n      features an asymmetrical tunic with a relaxed silhouette, paired with\n      wide-leg pants for a modern modest look. Crafted from a breathable linen\n      blend, it's perfect for summer days, casual outings, and elevated everyday\n      wear.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lamora-story-sizes\"\u003e\n      \u003cspan class=\"lamora-sizes-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\n      \u003cdiv class=\"lamora-size-list\"\u003e\n        \u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49979637956851,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49979637989619,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49979638022387,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49979638055155,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49979638087923,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC08739.jpg?v=1785247048"},{"product_id":"elegant-draped-belted-set-yellew","title":"Elegant Draped Belted Set – yellew","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  \/* Features *\/\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  \/* Sizes *\/\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lamora-product-story\"\u003e\n\u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"lamora-story-content\"\u003e\n\u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\u003ch3\u003eElegant Draped Belted Set\u003c\/h3\u003e\n\u003cp class=\"lamora-description\"\u003eA sophisticated two-piece set featuring a draped asymmetrical top with a matching slim belt that defines the waist, paired with wide-leg pants. Crafted from soft, breathable linen-blend fabric, this design offers a graceful silhouette with a modern modest touch, making it perfect for both casual elegance and special occasions.\u003c\/p\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\u003cul class=\"lamora-feature-list\"\u003e\n\u003cli class=\"lamora-feature-item\"\u003eTwo-piece set: Top \u0026amp; Pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eDraped asymmetrical design\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eMatching adjustable waist belt\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eWide-leg pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eRelaxed modest fit\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSoft breathable linen-blend fabric\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eComfortable for all-day wear\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSuitable for casual and elegant occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\u003cdiv class=\"lamora-size-list\"\u003e\n\u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49979848458483,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49979848491251,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49979848524019,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49979848556787,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49979848589555,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC06843.jpg?v=1785247364"},{"product_id":"elegant-draped-belted-set-yellew-copy","title":"Elegant Draped Belted Set – Burgundy","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  \/* Features *\/\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  \/* Sizes *\/\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lamora-product-story\"\u003e\n\u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"lamora-story-content\"\u003e\n\u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\u003ch3\u003eElegant Draped Belted Set\u003c\/h3\u003e\n\u003cp class=\"lamora-description\"\u003eA sophisticated two-piece set featuring a draped asymmetrical top with a matching slim belt that defines the waist, paired with wide-leg pants. Crafted from soft, breathable linen-blend fabric, this design offers a graceful silhouette with a modern modest touch, making it perfect for both casual elegance and special occasions.\u003c\/p\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\u003cul class=\"lamora-feature-list\"\u003e\n\u003cli class=\"lamora-feature-item\"\u003eTwo-piece set: Top \u0026amp; Pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eDraped asymmetrical design\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eMatching adjustable waist belt\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eWide-leg pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eRelaxed modest fit\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSoft breathable linen-blend fabric\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eComfortable for all-day wear\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSuitable for casual and elegant occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\u003cdiv class=\"lamora-size-list\"\u003e\n\u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49979850064115,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49979850096883,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49979850129651,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49979850162419,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49979850195187,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC07367.jpg?v=1785249223"},{"product_id":"elegant-draped-belted-set-burgundy-copy","title":"Elegant Draped Belted Set – Olive","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  \/* Features *\/\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  \/* Sizes *\/\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lamora-product-story\"\u003e\n\u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"lamora-story-content\"\u003e\n\u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\u003ch3\u003eElegant Draped Belted Set\u003c\/h3\u003e\n\u003cp class=\"lamora-description\"\u003eA sophisticated two-piece set featuring a draped asymmetrical top with a matching slim belt that defines the waist, paired with wide-leg pants. Crafted from soft, breathable linen-blend fabric, this design offers a graceful silhouette with a modern modest touch, making it perfect for both casual elegance and special occasions.\u003c\/p\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\u003cul class=\"lamora-feature-list\"\u003e\n\u003cli class=\"lamora-feature-item\"\u003eTwo-piece set: Top \u0026amp; Pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eDraped asymmetrical design\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eMatching adjustable waist belt\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eWide-leg pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eRelaxed modest fit\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSoft breathable linen-blend fabric\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eComfortable for all-day wear\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSuitable for casual and elegant occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\u003cdiv class=\"lamora-size-list\"\u003e\n\u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49979880210675,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49979880243443,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49979880276211,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49979880308979,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49979880341747,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC07456.jpg?v=1785249363"},{"product_id":"wrap-tie-linen-set-bugundy","title":"Wrap Tie Linen Set – Bugundy","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lamora-product-story\"\u003e\n\u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"lamora-story-content\"\u003e\n\u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\u003ch3\u003eWrap Tie Linen Set\u003c\/h3\u003e\n\u003cp class=\"lamora-description\"\u003eA sophisticated two-piece linen set featuring an elegant wrap-style top with an adjustable side tie and relaxed wide-leg pants. Designed for effortless modest styling, this breathable set combines comfort with a timeless silhouette, making it perfect for everyday wear and special outings.\u003c\/p\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\u003cul class=\"lamora-feature-list\"\u003e\n\u003cli class=\"lamora-feature-item\"\u003eTwo-piece linen-blend set\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eWrap-style top with adjustable side tie\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eRelaxed wide-leg pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eBreathable and lightweight fabric\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eComfortable modest fit\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eLong sleeves\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eElegant everyday design\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSoft textured finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\u003cdiv class=\"lamora-size-list\"\u003e\n\u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49979985592563,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49979985625331,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49979985658099,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49979985690867,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49979985723635,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC06889.jpg?v=1785249834"},{"product_id":"wrap-tie-linen-set-bugundy-copy","title":"Wrap Tie Linen Set – Olive","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lamora-product-story\"\u003e\n\u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"lamora-story-content\"\u003e\n\u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\u003ch3\u003eWrap Tie Linen Set\u003c\/h3\u003e\n\u003cp class=\"lamora-description\"\u003eA sophisticated two-piece linen set featuring an elegant wrap-style top with an adjustable side tie and relaxed wide-leg pants. Designed for effortless modest styling, this breathable set combines comfort with a timeless silhouette, making it perfect for everyday wear and special outings.\u003c\/p\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\u003cul class=\"lamora-feature-list\"\u003e\n\u003cli class=\"lamora-feature-item\"\u003eTwo-piece linen-blend set\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eWrap-style top with adjustable side tie\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eRelaxed wide-leg pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eBreathable and lightweight fabric\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eComfortable modest fit\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eLong sleeves\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eElegant everyday design\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSoft textured finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\u003cdiv class=\"lamora-size-list\"\u003e\n\u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49979988345075,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49979988377843,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49979988410611,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49979988443379,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49979988476147,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC07079.jpg?v=1785250087"},{"product_id":"wrap-tie-linen-set-olive-copy","title":"Wrap Tie Linen Set – Beige","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lamora-product-story\"\u003e\n\u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"lamora-story-content\"\u003e\n\u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\u003ch3\u003eWrap Tie Linen Set\u003c\/h3\u003e\n\u003cp class=\"lamora-description\"\u003eA sophisticated two-piece linen set featuring an elegant wrap-style top with an adjustable side tie and relaxed wide-leg pants. Designed for effortless modest styling, this breathable set combines comfort with a timeless silhouette, making it perfect for everyday wear and special outings.\u003c\/p\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\u003cul class=\"lamora-feature-list\"\u003e\n\u003cli class=\"lamora-feature-item\"\u003eTwo-piece linen-blend set\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eWrap-style top with adjustable side tie\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eRelaxed wide-leg pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eBreathable and lightweight fabric\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eComfortable modest fit\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eLong sleeves\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eElegant everyday design\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSoft textured finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\u003cdiv class=\"lamora-size-list\"\u003e\n\u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49979996602611,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49979996635379,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49979996668147,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49979996700915,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49979996733683,"sku":null,"price":1600.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC07221.jpg?v=1785250301"},{"product_id":"linen-wide-leg-set-olive","title":"Linen Wide Leg Set-Olive","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-short-description {\n    margin: 0 0 17px;\n    padding: 15px 17px;\n    color: var(--lamora-burgundy-dark);\n    background: rgba(255, 250, 245, 0.72);\n    border: 1px solid rgba(216, 191, 165, 0.9);\n    border-left: 3px solid var(--lamora-burgundy);\n    border-radius: 10px;\n    font-size: 14px;\n    font-weight: 500;\n    line-height: 1.8;\n    transition:\n      transform 0.3s ease,\n      background 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-short-description:hover {\n    transform: translateX(4px);\n    background: #ffffff;\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.1);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-short-description {\n      padding: 13px 14px;\n      font-size: 13px;\n      line-height: 1.7;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lamora-product-story\"\u003e\n\u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"lamora-story-content\"\u003e\n\u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\u003ch3\u003eLinen Wide Leg Set\u003c\/h3\u003e\n\u003cp class=\"lamora-short-description\"\u003eElegant two-piece linen set in a soft light blue shade, featuring a relaxed long-sleeve top with decorative gold shoulder buttons and high-waisted wide-leg pants with a statement buckle belt. Designed for a modest, effortless, and sophisticated everyday look.\u003c\/p\u003e\n\u003cp class=\"lamora-description\"\u003eThis light blue linen set combines comfort with timeless elegance. The loose-fit top is finished with gold button details on the shoulder, while the matching high-waisted wide-leg pants feature an elegant decorative buckle that enhances the silhouette. Crafted from breathable linen fabric, making it an ideal choice for warm-weather occasions, casual outings, and modest fashion styling.\u003c\/p\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\u003cul class=\"lamora-feature-list\"\u003e\n\u003cli class=\"lamora-feature-item\"\u003eTwo-piece linen set\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSoft light blue color\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eRelaxed-fit long-sleeve top\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eGold shoulder button details\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eHigh-waisted wide-leg pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eDecorative buckle belt detail\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eBreathable and lightweight fabric\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eComfortable regular fit\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003ePerfect for casual and modest wear\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSuitable for spring and summer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\u003cdiv class=\"lamora-size-list\"\u003e\n\u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49980235481331,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49980235514099,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49980235546867,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49980235579635,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49980235612403,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC06163.jpg?v=1785252941"},{"product_id":"linen-wide-leg-set-olive-copy","title":"Linen Wide Leg Set-Beige","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-short-description {\n    margin: 0 0 17px;\n    padding: 15px 17px;\n    color: var(--lamora-burgundy-dark);\n    background: rgba(255, 250, 245, 0.72);\n    border: 1px solid rgba(216, 191, 165, 0.9);\n    border-left: 3px solid var(--lamora-burgundy);\n    border-radius: 10px;\n    font-size: 14px;\n    font-weight: 500;\n    line-height: 1.8;\n    transition:\n      transform 0.3s ease,\n      background 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-short-description:hover {\n    transform: translateX(4px);\n    background: #ffffff;\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.1);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-short-description {\n      padding: 13px 14px;\n      font-size: 13px;\n      line-height: 1.7;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lamora-product-story\"\u003e\n\u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"lamora-story-content\"\u003e\n\u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\u003ch3\u003eLinen Wide Leg Set\u003c\/h3\u003e\n\u003cp class=\"lamora-short-description\"\u003eElegant two-piece linen set in a soft light blue shade, featuring a relaxed long-sleeve top with decorative gold shoulder buttons and high-waisted wide-leg pants with a statement buckle belt. Designed for a modest, effortless, and sophisticated everyday look.\u003c\/p\u003e\n\u003cp class=\"lamora-description\"\u003eThis light blue linen set combines comfort with timeless elegance. The loose-fit top is finished with gold button details on the shoulder, while the matching high-waisted wide-leg pants feature an elegant decorative buckle that enhances the silhouette. Crafted from breathable linen fabric, making it an ideal choice for warm-weather occasions, casual outings, and modest fashion styling.\u003c\/p\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\u003cul class=\"lamora-feature-list\"\u003e\n\u003cli class=\"lamora-feature-item\"\u003eTwo-piece linen set\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSoft light blue color\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eRelaxed-fit long-sleeve top\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eGold shoulder button details\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eHigh-waisted wide-leg pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eDecorative buckle belt detail\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eBreathable and lightweight fabric\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eComfortable regular fit\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003ePerfect for casual and modest wear\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSuitable for spring and summer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\u003cdiv class=\"lamora-size-list\"\u003e\n\u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49980237086963,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49980237119731,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49980237152499,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49980237185267,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49980237218035,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC06328.jpg?v=1785253215"},{"product_id":"linen-wide-leg-set-beige-copy","title":"Linen Wide Leg Set-Baby Blue","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-short-description {\n    margin: 0 0 17px;\n    padding: 15px 17px;\n    color: var(--lamora-burgundy-dark);\n    background: rgba(255, 250, 245, 0.72);\n    border: 1px solid rgba(216, 191, 165, 0.9);\n    border-left: 3px solid var(--lamora-burgundy);\n    border-radius: 10px;\n    font-size: 14px;\n    font-weight: 500;\n    line-height: 1.8;\n    transition:\n      transform 0.3s ease,\n      background 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-short-description:hover {\n    transform: translateX(4px);\n    background: #ffffff;\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.1);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-short-description {\n      padding: 13px 14px;\n      font-size: 13px;\n      line-height: 1.7;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lamora-product-story\"\u003e\n\u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"lamora-story-content\"\u003e\n\u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\u003ch3\u003eLinen Wide Leg Set\u003c\/h3\u003e\n\u003cp class=\"lamora-short-description\"\u003eElegant two-piece linen set in a soft light blue shade, featuring a relaxed long-sleeve top with decorative gold shoulder buttons and high-waisted wide-leg pants with a statement buckle belt. Designed for a modest, effortless, and sophisticated everyday look.\u003c\/p\u003e\n\u003cp class=\"lamora-description\"\u003eThis light blue linen set combines comfort with timeless elegance. The loose-fit top is finished with gold button details on the shoulder, while the matching high-waisted wide-leg pants feature an elegant decorative buckle that enhances the silhouette. Crafted from breathable linen fabric, making it an ideal choice for warm-weather occasions, casual outings, and modest fashion styling.\u003c\/p\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\u003cul class=\"lamora-feature-list\"\u003e\n\u003cli class=\"lamora-feature-item\"\u003eTwo-piece linen set\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSoft light blue color\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eRelaxed-fit long-sleeve top\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eGold shoulder button details\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eHigh-waisted wide-leg pants\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eDecorative buckle belt detail\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eBreathable and lightweight fabric\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eComfortable regular fit\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003ePerfect for casual and modest wear\u003c\/li\u003e\n\u003cli class=\"lamora-feature-item\"\u003eSuitable for spring and summer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lamora-section\"\u003e\n\u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\u003cdiv class=\"lamora-size-list\"\u003e\n\u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49980256452851,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49980256485619,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49980256518387,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49980256551155,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49980256583923,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC06401.jpg?v=1785253450"},{"product_id":"layered-modest-set-olive","title":"Layered Modest Set-Olive","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-short-description {\n    margin: 0 0 17px;\n    padding: 15px 17px;\n    color: var(--lamora-burgundy-dark);\n    background: rgba(255, 250, 245, 0.72);\n    border: 1px solid rgba(216, 191, 165, 0.9);\n    border-left: 3px solid var(--lamora-burgundy);\n    border-radius: 10px;\n    font-size: 14px;\n    font-weight: 500;\n    line-height: 1.8;\n    transition:\n      transform 0.3s ease,\n      background 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-short-description:hover {\n    transform: translateX(4px);\n    background: #ffffff;\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.1);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-short-description {\n      padding: 13px 14px;\n      font-size: 13px;\n      line-height: 1.7;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamora-product-story\"\u003e\n  \u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\n  \u003cdiv class=\"lamora-story-content\"\u003e\n    \u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\n    \u003ch3\u003eBurgundy Layered Elegance\u003c\/h3\u003e\n\n    \u003cp class=\"lamora-short-description\"\u003e\n      Elegant two-piece modest set in a rich burgundy shade, featuring a\n      relaxed layered long-sleeve top paired with a flowing maxi skirt accented\n      by decorative side buttons. A timeless design that blends comfort with\n      refined sophistication.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lamora-description\"\u003e\n      This burgundy modest set is designed for effortless elegance. The\n      loose-fit layered top offers a graceful silhouette, while the matching\n      maxi skirt features decorative side button details that add a unique\n      touch. Crafted from lightweight, comfortable fabric, it is perfect for\n      everyday wear, gatherings, and modest fashion styling.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lamora-section\"\u003e\n      \u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\n      \u003cul class=\"lamora-feature-list\"\u003e\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Two-piece modest set\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Rich burgundy color\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Relaxed layered long-sleeve top\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Flowing maxi skirt\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Decorative side button details\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Lightweight and breathable fabric\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Comfortable loose fit\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Elegant and modest silhouette\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Suitable for casual outings and special occasions\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Perfect for spring and summer collections\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lamora-section\"\u003e\n      \u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\n      \u003cdiv class=\"lamora-size-list\"\u003e\n        \u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49980328280307,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49980328313075,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49980328345843,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49980328378611,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49980328411379,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC07856.jpg?v=1785253913"},{"product_id":"layered-modest-set-olive-copy","title":"Layered Modest Set-Beige","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-short-description {\n    margin: 0 0 17px;\n    padding: 15px 17px;\n    color: var(--lamora-burgundy-dark);\n    background: rgba(255, 250, 245, 0.72);\n    border: 1px solid rgba(216, 191, 165, 0.9);\n    border-left: 3px solid var(--lamora-burgundy);\n    border-radius: 10px;\n    font-size: 14px;\n    font-weight: 500;\n    line-height: 1.8;\n    transition:\n      transform 0.3s ease,\n      background 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-short-description:hover {\n    transform: translateX(4px);\n    background: #ffffff;\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.1);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-short-description {\n      padding: 13px 14px;\n      font-size: 13px;\n      line-height: 1.7;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamora-product-story\"\u003e\n  \u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\n  \u003cdiv class=\"lamora-story-content\"\u003e\n    \u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\n    \u003ch3\u003eBurgundy Layered Elegance\u003c\/h3\u003e\n\n    \u003cp class=\"lamora-short-description\"\u003e\n      Elegant two-piece modest set in a rich burgundy shade, featuring a\n      relaxed layered long-sleeve top paired with a flowing maxi skirt accented\n      by decorative side buttons. A timeless design that blends comfort with\n      refined sophistication.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lamora-description\"\u003e\n      This burgundy modest set is designed for effortless elegance. The\n      loose-fit layered top offers a graceful silhouette, while the matching\n      maxi skirt features decorative side button details that add a unique\n      touch. Crafted from lightweight, comfortable fabric, it is perfect for\n      everyday wear, gatherings, and modest fashion styling.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lamora-section\"\u003e\n      \u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\n      \u003cul class=\"lamora-feature-list\"\u003e\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Two-piece modest set\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Rich burgundy color\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Relaxed layered long-sleeve top\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Flowing maxi skirt\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Decorative side button details\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Lightweight and breathable fabric\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Comfortable loose fit\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Elegant and modest silhouette\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Suitable for casual outings and special occasions\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Perfect for spring and summer collections\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lamora-section\"\u003e\n      \u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\n      \u003cdiv class=\"lamora-size-list\"\u003e\n        \u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49980332441843,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49980332474611,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49980332507379,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49980332540147,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49980332572915,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC08042.jpg?v=1785254365"},{"product_id":"layered-modest-set-beige-copy","title":"Layered Modest Set-Burgundy","description":"\u003cstyle\u003e\n  .lamora-product-story {\n    --lamora-burgundy: #571b1a;\n    --lamora-burgundy-dark: #3d1111;\n    --lamora-cream: #f3e3d1;\n    --lamora-light-cream: #fffaf5;\n    --lamora-beige: #d8bfa5;\n    --lamora-taupe: #b28d6d;\n    --lamora-muted: #74645c;\n\n    position: relative;\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 38px 34px 34px 105px;\n    background: linear-gradient(\n      135deg,\n      var(--lamora-light-cream) 0%,\n      var(--lamora-cream) 100%\n    );\n    border: 1px solid var(--lamora-beige);\n    border-radius: 22px;\n    overflow: hidden;\n    font-family: inherit;\n    box-shadow: 0 12px 35px rgba(87, 27, 26, 0.08);\n    transition:\n      transform 0.4s ease,\n      box-shadow 0.4s ease,\n      border-color 0.4s ease;\n  }\n\n  .lamora-product-story::before {\n    content: \"\";\n    position: absolute;\n    width: 190px;\n    height: 190px;\n    top: -115px;\n    right: -105px;\n    background: rgba(87, 27, 26, 0.08);\n    border-radius: 50%;\n    transition:\n      transform 0.6s ease,\n      background 0.4s ease;\n  }\n\n  .lamora-product-story::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 5px;\n    height: 0;\n    background: var(--lamora-burgundy);\n    transition: height 0.5s ease;\n  }\n\n  .lamora-product-story:hover {\n    transform: translateY(-7px);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 22px 55px rgba(87, 27, 26, 0.16);\n  }\n\n  .lamora-product-story:hover::before {\n    transform: scale(1.65);\n    background: rgba(87, 27, 26, 0.13);\n  }\n\n  .lamora-product-story:hover::after {\n    height: 100%;\n  }\n\n  .lamora-story-number {\n    position: absolute;\n    top: 35px;\n    left: 30px;\n    color: var(--lamora-taupe);\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-number {\n    transform: translateY(-4px);\n    color: var(--lamora-burgundy);\n  }\n\n  .lamora-story-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .lamora-story-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--lamora-burgundy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.3px;\n    text-transform: uppercase;\n  }\n\n  .lamora-product-story h3 {\n    margin: 0 0 15px;\n    color: var(--lamora-burgundy);\n    font-size: 24px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    transition:\n      transform 0.4s ease,\n      color 0.4s ease;\n  }\n\n  .lamora-product-story:hover h3 {\n    transform: translateX(6px);\n    color: var(--lamora-burgundy-dark);\n  }\n\n  .lamora-short-description {\n    margin: 0 0 17px;\n    padding: 15px 17px;\n    color: var(--lamora-burgundy-dark);\n    background: rgba(255, 250, 245, 0.72);\n    border: 1px solid rgba(216, 191, 165, 0.9);\n    border-left: 3px solid var(--lamora-burgundy);\n    border-radius: 10px;\n    font-size: 14px;\n    font-weight: 500;\n    line-height: 1.8;\n    transition:\n      transform 0.3s ease,\n      background 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-short-description:hover {\n    transform: translateX(4px);\n    background: #ffffff;\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.1);\n  }\n\n  .lamora-description {\n    margin: 0;\n    max-width: 690px;\n    color: var(--lamora-muted);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .lamora-section {\n    margin-top: 27px;\n  }\n\n  .lamora-section-title {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--lamora-burgundy);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lamora-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lamora-feature-item {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 46px;\n    padding: 11px 14px 11px 36px;\n    color: var(--lamora-muted);\n    background: rgba(255, 250, 245, 0.75);\n    border: 1px solid rgba(216, 191, 165, 0.85);\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-feature-item::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    color: var(--lamora-burgundy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .lamora-feature-item:hover {\n    transform: translateY(-3px);\n    color: var(--lamora-burgundy-dark);\n    background: #ffffff;\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 8px 18px rgba(87, 27, 26, 0.12);\n  }\n\n  .lamora-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .lamora-size {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 47px;\n    height: 39px;\n    padding: 0 13px;\n    color: var(--lamora-burgundy);\n    background: rgba(255, 250, 245, 0.85);\n    border: 1px solid var(--lamora-beige);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      color 0.3s ease,\n      background 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .lamora-size:hover {\n    transform: translateY(-4px);\n    color: #ffffff;\n    background: var(--lamora-burgundy);\n    border-color: var(--lamora-burgundy);\n    box-shadow: 0 9px 20px rgba(87, 27, 26, 0.25);\n  }\n\n  .lamora-story-line {\n    display: block;\n    width: 55px;\n    height: 2px;\n    margin-top: 27px;\n    background: var(--lamora-burgundy);\n    transition: width 0.5s ease;\n  }\n\n  .lamora-product-story:hover .lamora-story-line {\n    width: 130px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lamora-product-story {\n      margin: 20px 0;\n      padding: 70px 22px 26px;\n      border-radius: 17px;\n    }\n\n    .lamora-story-number {\n      top: 22px;\n      left: 22px;\n      font-size: 30px;\n    }\n\n    .lamora-product-story h3 {\n      font-size: 20px;\n    }\n\n    .lamora-short-description {\n      padding: 13px 14px;\n      font-size: 13px;\n      line-height: 1.7;\n    }\n\n    .lamora-description {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .lamora-feature-list {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .lamora-feature-item {\n      min-height: 43px;\n      font-size: 12px;\n    }\n\n    .lamora-size {\n      min-width: 43px;\n      height: 36px;\n      padding: 0 11px;\n      font-size: 12px;\n    }\n\n    .lamora-product-story:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamora-product-story\"\u003e\n  \u003cdiv class=\"lamora-story-number\"\u003e01\u003c\/div\u003e\n\n  \u003cdiv class=\"lamora-story-content\"\u003e\n    \u003cspan class=\"lamora-story-label\"\u003eThe Details\u003c\/span\u003e\n\n    \u003ch3\u003eBurgundy Layered Elegance\u003c\/h3\u003e\n\n    \u003cp class=\"lamora-short-description\"\u003e\n      Elegant two-piece modest set in a rich burgundy shade, featuring a\n      relaxed layered long-sleeve top paired with a flowing maxi skirt accented\n      by decorative side buttons. A timeless design that blends comfort with\n      refined sophistication.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lamora-description\"\u003e\n      This burgundy modest set is designed for effortless elegance. The\n      loose-fit layered top offers a graceful silhouette, while the matching\n      maxi skirt features decorative side button details that add a unique\n      touch. Crafted from lightweight, comfortable fabric, it is perfect for\n      everyday wear, gatherings, and modest fashion styling.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lamora-section\"\u003e\n      \u003cspan class=\"lamora-section-title\"\u003eProduct Features\u003c\/span\u003e\n\n      \u003cul class=\"lamora-feature-list\"\u003e\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Two-piece modest set\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Rich burgundy color\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Relaxed layered long-sleeve top\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Flowing maxi skirt\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Decorative side button details\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Lightweight and breathable fabric\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Comfortable loose fit\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Elegant and modest silhouette\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Suitable for casual outings and special occasions\n        \u003c\/li\u003e\n\n        \u003cli class=\"lamora-feature-item\"\u003e\n          Perfect for spring and summer collections\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lamora-section\"\u003e\n      \u003cspan class=\"lamora-section-title\"\u003eAvailable Sizes\u003c\/span\u003e\n\n      \u003cdiv class=\"lamora-size-list\"\u003e\n        \u003cspan class=\"lamora-size\"\u003eM\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003eXL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e2XL\u003c\/span\u003e\n        \u003cspan class=\"lamora-size\"\u003e3XL\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cspan class=\"lamora-story-line\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lamora","offers":[{"title":"M","offer_id":49980354003187,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"L","offer_id":49980354035955,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"XL","offer_id":49980354068723,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"2XL","offer_id":49980354101491,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true},{"title":"3XL","offer_id":49980354134259,"sku":null,"price":1500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/7030\/0915\/files\/DSC08292.jpg?v=1785254608"}],"url":"https:\/\/lamoraaeg.com\/collections\/all-products.oembed?page=2","provider":"Lamora","version":"1.0","type":"link"}