{"product_id":"women-s-full-length-workout-jumpsuit-forma-long","title":"Women’s Full-Length Workout Jumpsuit – Forma Long","description":"\u003cstyle\u003e\n  .forma-long,\n  .forma-long * { box-sizing: border-box; }\n\n  .forma-long {\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-long h2,\n  .forma-long h3,\n  .forma-long h4,\n  .forma-long p { margin: 0; }\n\n  .forma-long h2,\n  .forma-long h3,\n  .forma-long h4 {\n    font-weight: 500;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n  }\n\n  .forma-long p {\n    color: var(--mn-muted);\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .forma-long__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: .16em;\n    text-transform: uppercase;\n  }\n\n  .forma-long__section {\n    padding: 48px 22px;\n    text-align: center;\n  }\n\n  .forma-long__section--soft {\n    background: var(--mn-soft);\n  }\n\n  .forma-long__section--cream {\n    background: var(--mn-cream);\n  }\n\n  .forma-long__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-long__copy {\n    max-width: 640px;\n    margin: 0 auto !important;\n  }\n\n  .forma-long__image {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin-top: 28px;\n  }\n\n  .forma-long__image--editorial {\n    aspect-ratio: 4 \/ 4.6;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  \/* HERO *\/\n\n  .forma-long__hero {\n    padding: 58px 22px 0;\n    text-align: center;\n    background: linear-gradient(180deg, var(--mn-cream), #fff 75%);\n  }\n\n  .forma-long__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-long__hero h2 em {\n    display: block;\n    color: var(--mn-accent);\n    font-weight: 400;\n    text-transform: none;\n  }\n\n  .forma-long__pills {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 24px;\n  }\n\n  .forma-long__pill {\n    padding: 8px 12px;\n    border: 1px solid var(--mn-line);\n    border-radius: 999px;\n    background: #fff;\n    color: var(--mn-brown);\n    font-family: Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  \/* BULLETS *\/\n\n  .forma-long__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-long__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-long__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: #fff;\n    background: var(--mn-accent);\n    font-size: 10px;\n    font-weight: 800;\n  }\n\n  \/* DETAILS *\/\n\n  .forma-long__details {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 26px;\n  }\n\n  .forma-long__detail {\n    padding: 22px 16px;\n    border: 1px solid var(--mn-line);\n    border-radius: 14px;\n    background: #fff;\n  }\n\n  .forma-long__detail h4 {\n    margin-bottom: 8px;\n    color: var(--mn-brown);\n    font-size: 20px;\n  }\n\n  .forma-long__detail p {\n    font-size: 13px;\n  }\n\n  \/* LOOX REVIEWS *\/\n\n  .forma-long__reviews {\n    padding: 48px 20px;\n    background: var(--mn-soft);\n    text-align: center;\n  }\n\n  .forma-long__reviews h3 {\n    margin-bottom: 22px;\n    color: var(--mn-brown);\n    font-size: clamp(28px, 5vw, 40px);\n  }\n\n  .forma-long__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: .12em;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  \/* FAQ *\/\n\n  .forma-long__faq {\n    max-width: 700px;\n    margin: 24px auto 0;\n    text-align: left;\n  }\n\n  .forma-long__faq details {\n    padding: 16px 0;\n    border-bottom: 1px solid var(--mn-line);\n  }\n\n  .forma-long__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-long__faq details p {\n    padding-top: 10px;\n    font-size: 14px;\n  }\n\n  \/* FINAL CTA *\/\n\n  .forma-long__final {\n    padding: 52px 22px;\n    color: #fff;\n    background: var(--mn-brown);\n    text-align: center;\n  }\n\n  .forma-long__final h3 {\n    max-width: 680px;\n    margin: 0 auto 15px;\n    color: #fff;\n    font-size: clamp(31px, 6vw, 46px);\n  }\n\n  .forma-long__final p {\n    max-width: 620px;\n    margin: 0 auto 24px;\n    color: rgba(255,255,255,.86);\n  }\n\n  .forma-long__cta {\n    display: inline-block;\n    padding: 15px 28px;\n    border-radius: 2px;\n    color: var(--mn-brown);\n    background: #fff;\n    font-family: Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: .12em;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .forma-long__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,.8);\n    font-family: Arial, sans-serif;\n    font-size: 11px;\n  }\n\n  @media (max-width: 700px) {\n    .forma-long__section {\n      padding: 40px 18px;\n    }\n\n    .forma-long__hero {\n      padding: 48px 18px 0;\n    }\n\n    .forma-long__bullets,\n    .forma-long__details {\n      grid-template-columns: 1fr;\n    }\n\n    .forma-long__image--editorial {\n      aspect-ratio: auto;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"forma-long\"\u003e\n\n  \u003c!-- HERO: STRONGEST CONVERSION ANGLE --\u003e\n\n  \u003csection class=\"forma-long__hero\"\u003e\n\n    \u003cspan class=\"forma-long__tag\"\u003e\n      MONNELE · FORMA SERIES\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      A longer-looking silhouette.\n      \u003cem\u003eFrom the second you zip it up.\u003c\/em\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"forma-long__pills\"\u003e\n      \u003cspan class=\"forma-long__pill\"\u003eVisually elongating fit\u003c\/span\u003e\n      \u003cspan class=\"forma-long__pill\"\u003eStatement open back\u003c\/span\u003e\n      \u003cspan class=\"forma-long__pill\"\u003eFull-length coverage\u003c\/span\u003e\n      \u003cspan class=\"forma-long__pill\"\u003eOne-piece ease\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"forma-long__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/Imagem_1_gerada_25.png?v=1785641160\" alt=\"Woman wearing the Monnele Forma Long Jumpsuit\" loading=\"eager\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFIT 1: CONTINUOUS SILHOUETTE --\u003e\n\n  \u003csection class=\"forma-long__section forma-long__section--soft\"\u003e\n\n    \u003cspan class=\"forma-long__tag\"\u003e\n      THE LONG-LINE EFFECT\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-long__headline\"\u003e\n      One piece. No visual breaks. A longer-looking silhouette.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"forma-long__copy\"\u003e\n      The continuous design connects your neckline, waist and legs in\n      one streamlined line, creating a cleaner and more balanced look\n      without the rigid feel of traditional shapewear.\n    \u003c\/p\u003e\n\n    \u003cimg class=\"forma-long__image forma-long__image--editorial\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/Imagem_1_gerada_28.png?v=1785641691\" alt=\"Visual comparison showing the continuous fit of the Forma Long Jumpsuit\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFIT 2: SIGNATURE BACK --\u003e\n\n  \u003csection class=\"forma-long__section\"\u003e\n\n    \u003cspan class=\"forma-long__tag\"\u003e\n      THE BACK THAT SETS IT APART\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-long__headline\"\u003e\n      Minimal from the front. Unforgettable from the back.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"forma-long__copy\"\u003e\n      Crossing straps, an open-back cut and a gathered center detail\n      transform a clean workout silhouette into a look that refuses\n      to feel basic.\n    \u003c\/p\u003e\n\n    \u003cul class=\"forma-long__bullets\"\u003e\n      \u003cli\u003eSignature cross-strap back\u003c\/li\u003e\n      \u003cli\u003eOpen athletic design\u003c\/li\u003e\n      \u003cli\u003eCurve-following fitted silhouette\u003c\/li\u003e\n      \u003cli\u003eGathered center-back detail\u003c\/li\u003e\n      \u003cli\u003eSleeveless freedom of movement\u003c\/li\u003e\n      \u003cli\u003eMade for training and everyday styling\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cimg class=\"forma-long__image forma-long__image--editorial\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/Imagem_1_gerada_27.png?v=1785641159\" alt=\"Open cross-strap back of the Monnele Forma Long Jumpsuit\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFIT 3: MOVEMENT AND COVERAGE --\u003e\n\n  \u003csection class=\"forma-long__section forma-long__section--cream\"\u003e\n\n    \u003cspan class=\"forma-long__tag\"\u003e\n      COVERAGE WITHOUT RESTRICTION\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-long__headline\"\u003e\n      Full-length confidence. Nothing holding your arms back.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"forma-long__copy\"\u003e\n      Full-length legs give you the coverage you want while the\n      sleeveless upper body leaves your shoulders and arms free to\n      stretch, train and move naturally.\n    \u003c\/p\u003e\n\n    \u003cimg class=\"forma-long__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/Imagem_1_gerada_26.png?v=1785641160\" alt=\"Sleeveless neckline and zipper detail of the Forma Long Jumpsuit\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFIT 4: ONE-PIECE EASE --\u003e\n\n  \u003csection class=\"forma-long__section\"\u003e\n\n    \u003cspan class=\"forma-long__tag\"\u003e\n      ONE-PIECE EASE\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-long__headline\"\u003e\n      Zip it up. Your entire look is done.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"forma-long__copy\"\u003e\n      No matching a top with leggings and no waistband to keep\n      readjusting—just one complete piece for workouts, walking,\n      travel and whatever comes next.\n    \u003c\/p\u003e\n\n    \u003cimg class=\"forma-long__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/Imagem_1_gerada_25.png?v=1785641160\" alt=\"Complete full-length look of the Monnele Forma Long Jumpsuit\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n\n  \u003csection class=\"forma-long__section forma-long__section--soft\"\u003e\n\n    \u003cspan class=\"forma-long__tag\"\u003e\n      THE DETAILS\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-long__headline\"\u003e\n      Designed to stand out. Made to keep moving.\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"forma-long__details\"\u003e\n\n      \u003cdiv class=\"forma-long__detail\"\u003e\n        \u003ch4\u003eFlexible stretch\u003c\/h4\u003e\n        \u003cp\u003e\n          Nylon and spandex designed to move with your body and\n          recover its shape.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"forma-long__detail\"\u003e\n        \u003ch4\u003eActive comfort\u003c\/h4\u003e\n        \u003cp\u003e\n          Breathable, quick-drying fabric for workouts, walking and\n          more active days.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"forma-long__detail\"\u003e\n        \u003ch4\u003ePractical finish\u003c\/h4\u003e\n        \u003cp\u003e\n          Anti-pilling, shrink-resistant and wrinkle-resistant\n          properties for easier everyday wear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- REAL CUSTOMER REVIEWS --\u003e\n\n  \u003csection class=\"forma-long__reviews\"\u003e\n\n    \u003cspan class=\"forma-long__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-long__copy\"\u003e\n      Read real customer experiences, explore review photos and find\n      the fit that feels right for you.\n    \u003c\/p\u003e\n\n    \u003ca class=\"forma-long__reviews-link\" href=\"#looxReviews\"\u003e\n      Read all verified customer reviews\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n\n  \u003csection class=\"forma-long__section forma-long__section--cream\"\u003e\n\n    \u003cspan class=\"forma-long__tag\"\u003e\n      BEFORE YOU CHOOSE\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"forma-long__headline\"\u003e\n      The questions women ask most.\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"forma-long__faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the design really create a longer-looking silhouette?\u003c\/summary\u003e\n        \u003cp\u003e\n          The one-piece construction reduces the visual breaks created\n          by separate tops and waistbands. This creates a more continuous\n          and streamlined appearance from neckline to ankle.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it rigid shapewear?\u003c\/summary\u003e\n        \u003cp\u003e\n          No. The Forma Long has a close, fitted silhouette, but its\n          stretchy nylon-and-spandex fabric is designed to move\n          naturally with your body.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I wear it for workouts?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. Its stretchy, breathable and quick-drying fabric is\n          designed for gym workouts, yoga, walking, running and other\n          active routines.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I wear it beyond the gym?\u003c\/summary\u003e\n        \u003cp\u003e\n          Absolutely. Wear it on its own or style it with a jacket,\n          an open shirt, sneakers or accessories for travel, errands\n          and casual plans.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should I choose my size?\u003c\/summary\u003e\n        \u003cp\u003e\n          Compare your measurements with the Size Guide before\n          ordering. If you are between sizes, choose according to\n          whether you prefer a more sculpted or slightly more relaxed fit.\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        \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\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003csection class=\"forma-long__final\"\u003e\n\n    \u003cspan class=\"forma-long__tag\" style=\"color:#dec7bc;\"\u003e\n      MONNELE FORMA\n    \u003c\/span\u003e\n\n    \u003ch3\u003e\n      The one-piece that makes your entire silhouette feel more complete.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Choose your color and size, zip it up and discover the\n      full-length fit that looks polished without feeling restrictive.\n    \u003c\/p\u003e\n\n    \u003ca class=\"forma-long__cta\" href=\"#MainContent\"\u003e\n      Choose my color and size\n    \u003c\/a\u003e\n\n    \u003cdiv class=\"forma-long__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\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Monnele","offers":[{"title":"Black \/ S","offer_id":54677714501974,"sku":"14:771#Advanced Black Set 1;200007763:201336100;5:100014064","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":54677714239830,"sku":"14:771#Advanced Black Set 1;200007763:201336100;5:361386","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":54677714207062,"sku":"14:771#Advanced Black Set 1;200007763:201336100;5:361385","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":54677714174294,"sku":"14:771#Advanced Black Set 1;200007763:201336100;5:100014065","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ S","offer_id":54677714141526,"sku":"14:1254#Huacha Brown Set 1;200007763:201336100;5:100014064","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ M","offer_id":54677714370902,"sku":"14:1254#Huacha Brown Set 1;200007763:201336100;5:361386","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ L","offer_id":54677714338134,"sku":"14:1254#Huacha Brown Set 1;200007763:201336100;5:361385","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ XL","offer_id":54677714305366,"sku":"14:1254#Huacha Brown Set 1;200007763:201336100;5:100014065","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ S","offer_id":54677714272598,"sku":"14:4873#Eclipse Blue Set 1;200007763:201336100;5:100014064","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ M","offer_id":54677714075990,"sku":"14:4873#Eclipse Blue Set 1;200007763:201336100;5:361386","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ L","offer_id":54677714043222,"sku":"14:4873#Eclipse Blue Set 1;200007763:201336100;5:361385","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":54677714010454,"sku":"14:4873#Eclipse Blue Set 1;200007763:201336100;5:100014065","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Pearl Gray \/ S","offer_id":54677714108758,"sku":"14:100016652#Yuanshan Grey Set 1;200007763:201336100;5:100014064","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Pearl Gray \/ M","offer_id":54677714469206,"sku":"14:100016652#Yuanshan Grey Set 1;200007763:201336100;5:361386","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Pearl Gray \/ L","offer_id":54677714436438,"sku":"14:100016652#Yuanshan Grey Set 1;200007763:201336100;5:361385","price":76.99,"currency_code":"USD","in_stock":true},{"title":"Pearl Gray \/ XL","offer_id":54677714403670,"sku":"14:100016652#Yuanshan Grey Set 1;200007763:201336100;5:100014065","price":76.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/40208da9-d223-4d00-b653-8b47ba090d61.png?v=1786426448","url":"https:\/\/monnele.com\/products\/women-s-full-length-workout-jumpsuit-forma-long","provider":"Monnele","version":"1.0","type":"link"}