{"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","url":"https:\/\/lamoraaeg.com\/products\/layered-modest-set-olive-copy","provider":"Lamora","version":"1.0","type":"link"}