{"product_id":"women-s-workout-romper-forma-short","title":"Women’s Workout Romper – Forma Short","description":"\u003cstyle\u003e\n  .forma-short,\n  .forma-short * {\n    box-sizing: border-box;\n  }\n\n  .forma-short {\n    --mn-brown: #40312c;\n    --mn-accent: #795549;\n    --mn-cream: #f5eee8;\n    --mn-soft: #fbf8f5;\n    --mn-line: #e6dad3;\n    --mn-text: #302722;\n    --mn-muted: #71655f;\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    overflow: hidden;\n    color: var(--mn-text);\n    font-family: \"Newsreader\", Georgia, serif;\n  }\n\n  .forma-short h2,\n  .forma-short h3,\n  .forma-short h4,\n  .forma-short p {\n    margin: 0;\n  }\n\n  .forma-short h2,\n  .forma-short h3,\n  .forma-short h4 {\n    font-weight: 500;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n  }\n\n  .forma-short p {\n    color: var(--mn-muted);\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .forma-short__tag {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--mn-accent);\n    font-family: Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .forma-short__section {\n    padding: 48px 22px;\n    text-align: center;\n  }\n\n  .forma-short__section--soft {\n    background: var(--mn-soft);\n  }\n\n  .forma-short__section--cream {\n    background: var(--mn-cream);\n  }\n\n  .forma-short__headline {\n    max-width: 720px;\n    margin: 0 auto 16px !important;\n    color: var(--mn-brown);\n    font-size: clamp(30px, 6vw, 47px);\n    text-transform: uppercase;\n  }\n\n  .forma-short__copy {\n    max-width: 640px;\n    margin: 0 auto !important;\n  }\n\n  .forma-short__image {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin-top: 28px;\n  }\n\n  .forma-short__image--editorial {\n    aspect-ratio: 4 \/ 4.6;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  \/* HERO *\/\n\n  .forma-short__hero {\n    padding: 58px 22px 0;\n    text-align: center;\n    background: linear-gradient(\n      180deg,\n      var(--mn-cream),\n      #ffffff 75%\n    );\n  }\n\n  .forma-short__hero h2 {\n    max-width: 760px;\n    margin: 0 auto 18px;\n    color: var(--mn-brown);\n    font-size: clamp(37px, 8vw, 60px);\n    text-transform: uppercase;\n  }\n\n  .forma-short__hero h2 em {\n    display: block;\n    color: var(--mn-accent);\n    font-weight: 400;\n    text-transform: none;\n  }\n\n  .forma-short__hero-copy {\n    max-width: 660px;\n    margin: 0 auto 22px !important;\n    font-size: 17px !important;\n  }\n\n  .forma-short__pills {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 26px;\n  }\n\n  .forma-short__pill {\n    padding: 8px 12px;\n    border: 1px solid var(--mn-line);\n    border-radius: 999px;\n    background: #ffffff;\n    color: var(--mn-brown);\n    font-family: Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  .forma-short__hero-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin-top: 4px;\n  }\n\n  \/* BULLETS *\/\n\n  .forma-short__bullets {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px 18px;\n    max-width: 660px;\n    padding: 0;\n    margin: 24px auto 0;\n    text-align: left;\n    list-style: none;\n  }\n\n  .forma-short__bullets li {\n    position: relative;\n    padding-left: 26px;\n    color: var(--mn-text);\n    font-family: Arial, sans-serif;\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  .forma-short__bullets li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: grid;\n    width: 18px;\n    height: 18px;\n    place-items: center;\n    border-radius: 50%;\n    color: #ffffff;\n    background: var(--mn-accent);\n    font-size: 10px;\n    font-weight: 800;\n  }\n\n  \/* DETAILS *\/\n\n  .forma-short__details {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 26px;\n  }\n\n  .forma-short__detail {\n    padding: 22px 16px;\n    border: 1px solid var(--mn-line);\n    border-radius: 14px;\n    background: #ffffff;\n  }\n\n  .forma-short__detail h4 {\n    margin-bottom: 8px;\n    color: var(--mn-brown);\n    font-size: 20px;\n  }\n\n  .forma-short__detail p {\n    font-size: 13px;\n  }\n\n  \/* SIZE TABLE *\/\n\n  .forma-short__table-wrap {\n    width: 100%;\n    margin-top: 26px;\n    overflow-x: auto;\n    border: 1px solid var(--mn-line);\n    border-radius: 14px;\n    background: #ffffff;\n  }\n\n  .forma-short__table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n    text-align: center;\n    font-family: Arial, sans-serif;\n    font-size: 13px;\n  }\n\n  .forma-short__table th {\n    padding: 13px 10px;\n    color: #ffffff;\n    background: var(--mn-brown);\n    font-weight: 700;\n  }\n\n  .forma-short__table td {\n    padding: 12px 10px;\n    border-bottom: 1px solid var(--mn-line);\n    color: var(--mn-text);\n  }\n\n  .forma-short__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .forma-short__size-note {\n    max-width: 680px;\n    margin: 18px auto 0 !important;\n    padding: 15px 17px;\n    border-left: 3px solid var(--mn-accent);\n    background: rgba(255, 255, 255, 0.72);\n    text-align: left;\n    font-size: 13px !important;\n  }\n\n  \/* REVIEWS *\/\n\n  .forma-short__reviews {\n    padding: 48px 20px;\n    background: var(--mn-soft);\n    text-align: center;\n  }\n\n  .forma-short__reviews h3 {\n    margin-bottom: 16px;\n    color: var(--mn-brown);\n    font-size: clamp(28px, 5vw, 40px);\n  }\n\n  .forma-short__reviews-link {\n    display: inline-block;\n    margin-top: 24px;\n    padding-bottom: 3px;\n    border-bottom: 1px solid var(--mn-accent);\n    color: var(--mn-accent);\n    font-family: Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  \/* FAQ *\/\n\n  .forma-short__faq {\n    max-width: 700px;\n    margin: 24px auto 0;\n    text-align: left;\n  }\n\n  .forma-short__faq details {\n    padding: 16px 0;\n    border-bottom: 1px solid var(--mn-line);\n  }\n\n  .forma-short__faq summary {\n    color: var(--mn-brown);\n    font-family: Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    cursor: pointer;\n  }\n\n  .forma-short__faq details p {\n    padding-top: 10px;\n    font-size: 14px;\n  }\n\n  \/* FINAL CTA *\/\n\n  .forma-short__final {\n    padding: 52px 22px;\n    color: #ffffff;\n    background: var(--mn-brown);\n    text-align: center;\n  }\n\n  .forma-short__final h3 {\n    max-width: 680px;\n    margin: 0 auto 15px;\n    color: #ffffff;\n    font-size: clamp(31px, 6vw, 46px);\n  }\n\n  .forma-short__final p {\n    max-width: 620px;\n    margin: 0 auto 24px;\n    color: rgba(255, 255, 255, 0.86);\n  }\n\n  .forma-short__cta {\n    display: inline-block;\n    padding: 15px 28px;\n    border-radius: 2px;\n    color: var(--mn-brown);\n    background: #ffffff;\n    font-family: Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .forma-short__assurance {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 8px 18px;\n    margin-top: 20px;\n    color: rgba(255, 255, 255, 0.8);\n    font-family: Arial, sans-serif;\n    font-size: 11px;\n  }\n\n  @media (max-width: 700px) {\n    .forma-short__section {\n      padding: 40px 18px;\n    }\n\n    .forma-short__hero {\n      padding: 48px 18px 0;\n    }\n\n    .forma-short__bullets,\n    .forma-short__details {\n      grid-template-columns: 1fr;\n    }\n\n    .forma-short__image--editorial {\n      aspect-ratio: auto;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"forma-short\"\u003e\n\n  \u003c!-- HERO — ANGLE 1: SIGNATURE BACK --\u003e\n\n  \u003csection class=\"forma-short__hero\"\u003e\n    \u003cspan class=\"forma-short__tag\"\u003e\n      MONNELE · FORMA SHORT\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      The back that changes the whole look.\n      \u003cem\u003eThe fit that keeps up.\u003c\/em\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"forma-short__hero-copy\"\u003e\n      An open cross-strap back meets a curve-following short\n      silhouette in one romper designed to look striking\n      from every direction.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"forma-short__pills\"\u003e\n      \u003cspan class=\"forma-short__pill\"\u003eStatement open back\u003c\/span\u003e\n      \u003cspan class=\"forma-short__pill\"\u003eWaist-framing fit\u003c\/span\u003e\n      \u003cspan class=\"forma-short__pill\"\u003eShort-length freedom\u003c\/span\u003e\n      \u003cspan class=\"forma-short__pill\"\u003eAdjustable front zip\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"forma-short__hero-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_1_de_ago._de_2026_20_43_05.png?v=1785631046\" alt=\"Monnele Forma Short workout romper\" loading=\"eager\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ANGLE 2 — WAIST AND LEG LINE --\u003e\n\n  \u003csection class=\"forma-short__section forma-short__section--soft\"\u003e\n    \u003cspan class=\"forma-short__tag\"\u003e\n      THE FORMA EFFECT\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-short__headline\"\u003e\n      A defined center. A longer-looking leg line.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"forma-short__copy\"\u003e\n      The close one-piece fit frames the waist while the short cut\n      keeps the leg line visually open, creating a lighter and more\n      balanced overall silhouette.\n    \u003c\/p\u003e\n\n    \u003cimg class=\"forma-short__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/Imagem_1_gerada_24.png?v=1785640395\" alt=\"Visual comparison showing the fit of the Monnele Forma Short romper\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ANGLE 3 — MOVEMENT --\u003e\n\n  \u003csection class=\"forma-short__section\"\u003e\n    \u003cspan class=\"forma-short__tag\"\u003e\n      FREEDOM IN MOTION\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-short__headline\"\u003e\n      Arms free. Legs free. Movement uninterrupted.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"forma-short__copy\"\u003e\n      The sleeveless upper body, short length and flexible stretch\n      let you train, walk and move without the heavier feel of\n      additional layers.\n    \u003c\/p\u003e\n\n    \u003cul class=\"forma-short__bullets\"\u003e\n      \u003cli\u003eSleeveless design for unrestricted arms\u003c\/li\u003e\n      \u003cli\u003eShort cut for greater leg freedom\u003c\/li\u003e\n      \u003cli\u003eFlexible nylon-and-spandex fabric\u003c\/li\u003e\n      \u003cli\u003eBreathable, quick-drying feel\u003c\/li\u003e\n      \u003cli\u003eOpen cross-strap back\u003c\/li\u003e\n      \u003cli\u003eDesigned for workouts and active days\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cimg class=\"forma-short__image forma-short__image--editorial\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPTImage1deago.de2026_21_35_56.png?v=1785630998\" alt=\"Woman wearing the Monnele Forma Short workout romper\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ANGLE 4 — EASY COMPLETE LOOK --\u003e\n\n  \u003csection class=\"forma-short__section forma-short__section--cream\"\u003e\n    \u003cspan class=\"forma-short__tag\"\u003e\n      ZIP · STYLE · GO\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-short__headline\"\u003e\n      One zip. One piece. Your look is handled.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"forma-short__copy\"\u003e\n      Adjust the neckline with the front zipper, add your favorite\n      sneakers and step out in a complete look without coordinating\n      a separate top and shorts.\n    \u003c\/p\u003e\n\n    \u003cimg class=\"forma-short__image forma-short__image--editorial\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPTImage1deago.de2026_20_34_04.png?v=1785630226\" alt=\"Design and zipper details of the Monnele Forma Short romper\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n\n  \u003csection class=\"forma-short__section forma-short__section--soft\"\u003e\n    \u003cspan class=\"forma-short__tag\"\u003e\n      THE DETAILS\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-short__headline\"\u003e\n      Functional from the front. Unforgettable from the back.\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"forma-short__details\"\u003e\n      \u003cdiv class=\"forma-short__detail\"\u003e\n        \u003ch4\u003eSignature back\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Crossing straps and an open-back cut create the defining\n          visual detail of Forma Short.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"forma-short__detail\"\u003e\n        \u003ch4\u003eTechnical stretch\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Nylon and spandex adapt to movement and recover their\n          shape after stretching.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"forma-short__detail\"\u003e\n        \u003ch4\u003eEasier care\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Quick-drying, anti-pilling, shrink-resistant and\n          wrinkle-resistant properties simplify regular wear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SIZE GUIDE --\u003e\n\n  \u003csection class=\"forma-short__section forma-short__section--cream\"\u003e\n    \u003cspan class=\"forma-short__tag\"\u003e\n      FIND YOUR FIT\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-short__headline\"\u003e\n      Choose the fit that feels right for you.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"forma-short__copy\"\u003e\n      Compare the unstretched garment measurements below with\n      a similar stretch piece that already fits you well.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"forma-short__table-wrap\"\u003e\n      \u003ctable class=\"forma-short__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSize\u003c\/th\u003e\n            \u003cth\u003eBust\u003c\/th\u003e\n            \u003cth\u003eWaist\u003c\/th\u003e\n            \u003cth\u003eHips\u003c\/th\u003e\n            \u003cth\u003eLength\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eS\u003c\/td\u003e\n            \u003ctd\u003e74 cm\u003c\/td\u003e\n            \u003ctd\u003e52 cm\u003c\/td\u003e\n            \u003ctd\u003e85 cm\u003c\/td\u003e\n            \u003ctd\u003e77 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eM\u003c\/td\u003e\n            \u003ctd\u003e78 cm\u003c\/td\u003e\n            \u003ctd\u003e56 cm\u003c\/td\u003e\n            \u003ctd\u003e89 cm\u003c\/td\u003e\n            \u003ctd\u003e79 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eL\u003c\/td\u003e\n            \u003ctd\u003e82 cm\u003c\/td\u003e\n            \u003ctd\u003e60 cm\u003c\/td\u003e\n            \u003ctd\u003e93 cm\u003c\/td\u003e\n            \u003ctd\u003e81 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eXL\u003c\/td\u003e\n            \u003ctd\u003e86 cm\u003c\/td\u003e\n            \u003ctd\u003e64 cm\u003c\/td\u003e\n            \u003ctd\u003e97 cm\u003c\/td\u003e\n            \u003ctd\u003e83 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"forma-short__size-note\"\u003e\n      \u003cstrong\u003eMonnele tip:\u003c\/strong\u003e measurements refer to the\n      unstretched garment. If you are between sizes or prefer a\n      less fitted feel, choose the larger size. Manual measurements\n      may vary by approximately 1–2 cm.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SOCIAL PROOF --\u003e\n\n  \u003csection class=\"forma-short__reviews\"\u003e\n    \u003cspan class=\"forma-short__tag\"\u003e\n      REAL WOMEN · REAL EXPERIENCES\n    \u003c\/span\u003e\n\n    \u003ch3\u003e\n      See how Monnele women are wearing it.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"forma-short__copy\"\u003e\n      Explore real customer experiences, review photos and feedback\n      from women who chose Monnele.\n    \u003c\/p\u003e\n\n    \u003ca class=\"forma-short__reviews-link\" href=\"#looxReviews\"\u003e\n      Read all verified customer reviews\n    \u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n\n  \u003csection class=\"forma-short__section forma-short__section--cream\"\u003e\n    \u003cspan class=\"forma-short__tag\"\u003e\n      BEFORE YOU CHOOSE\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-short__headline\"\u003e\n      The questions women ask most.\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"forma-short__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat makes the back different?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Forma Short features an open back with crossing straps,\n          creating a distinctive look while leaving the shoulders\n          and upper back more exposed.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the romper too short?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Its short length is designed to leave the legs free while\n          providing coverage for workouts and casual wear. The final\n          fit can vary according to your height and proportions.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it visually define the waist?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Its close one-piece fit follows the midsection and helps\n          create a more connected, visually defined line between\n          the waist, hips and legs.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I adjust the neckline?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Yes. The front zipper allows you to wear the neckline\n          more covered or slightly more open according to your\n          preferred styling.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it suitable for workouts?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Yes. Its flexible, breathable and quick-drying fabric is\n          designed for gym workouts, yoga, walks and other activities.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the fabric made from?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          It is made from a flexible nylon-and-spandex blend designed\n          to move with the body and recover its shape after wear.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should I choose my size?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Compare the unstretched garment measurements with a similar\n          stretch piece. If you are between sizes or prefer a less\n          fitted feel, choose the larger size.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat if I need a different size?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Monnele offers a 30-day return window. The item must meet\n          the conditions described in our Returns Policy.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003csection class=\"forma-short__final\"\u003e\n    \u003cspan class=\"forma-short__tag\" style=\"color:#dec7bc;\"\u003e\n      MONNELE · FORMA SHORT\n    \u003c\/span\u003e\n\n    \u003ch3\u003e\n      The short one-piece that refuses to look basic.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Choose your color and size and discover the open-back design,\n      flexible fit and effortless styling of Forma Short.\n    \u003c\/p\u003e\n\n    \u003ca class=\"forma-short__cta\" href=\"#MainContent\"\u003e\n      Choose my color and size\n    \u003c\/a\u003e\n\n    \u003cdiv class=\"forma-short__assurance\"\u003e\n      \u003cspan\u003eFree U.S. shipping\u003c\/span\u003e\n      \u003cspan\u003e30-day returns\u003c\/span\u003e\n      \u003cspan\u003eSecure checkout\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Monnele","offers":[{"title":"Black \/ S","offer_id":54677713748310,"sku":"14:200006155#Advanced Black Set 2;200007763:201336100;5:100014064","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":54677713617238,"sku":"14:200006155#Advanced Black Set 2;200007763:201336100;5:361386","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":54677713584470,"sku":"14:200006155#Advanced Black Set 2;200007763:201336100;5:361385","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":54677713551702,"sku":"14:200006155#Advanced Black Set 2;200007763:201336100;5:100014065","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ S","offer_id":54677713518934,"sku":"14:200006157#Huacha Brown Set 2;200007763:201336100;5:100014064","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ M","offer_id":54677713715542,"sku":"14:200006157#Huacha Brown Set 2;200007763:201336100;5:361386","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ L","offer_id":54677713682774,"sku":"14:200006157#Huacha Brown Set 2;200007763:201336100;5:361385","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ XL","offer_id":54677713650006,"sku":"14:200006157#Huacha Brown Set 2;200007763:201336100;5:100014065","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Cream \/ S","offer_id":54677713256790,"sku":"14:193#Linen color Set 2;200007763:201336100;5:100014064","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Cream \/ M","offer_id":54677713387862,"sku":"14:193#Linen color Set 2;200007763:201336100;5:361386","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Cream \/ L","offer_id":54677713355094,"sku":"14:193#Linen color Set 2;200007763:201336100;5:361385","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Cream \/ XL","offer_id":54677713322326,"sku":"14:193#Linen color Set 2;200007763:201336100;5:100014065","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Ballet Pink \/ S","offer_id":54677713289558,"sku":"14:173#Pink Set 2;200007763:201336100;5:100014064","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Ballet Pink \/ M","offer_id":54677713486166,"sku":"14:173#Pink Set 2;200007763:201336100;5:361386","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Ballet Pink \/ L","offer_id":54677713453398,"sku":"14:173#Pink Set 2;200007763:201336100;5:361385","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Ballet Pink \/ XL","offer_id":54677713420630,"sku":"14:173#Pink Set 2;200007763:201336100;5:100014065","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPTImage1deago.de2026_21_29_30.png?v=1785630998","url":"https:\/\/monnele.com\/products\/women-s-workout-romper-forma-short","provider":"Monnele","version":"1.0","type":"link"}