{"product_id":"women-s-top-flare-pants-set-outline-flow","title":"Women’s Top \u0026 Flare Pants Set – Outline Flow","description":"\u003c!--\n============================================================\nMONNELE — OUTLINE FLOW SET\nCompact Shopify product description landing page\n============================================================\n--\u003e\n\n\u003cstyle\u003e\n  .monelle-outline-flow,\n  .monelle-outline-flow * {\n    box-sizing: border-box;\n  }\n\n  .monelle-outline-flow {\n    --of-bg: #faf7f4;\n    --of-card: #fffdfb;\n    --of-dark: #392e2a;\n    --of-text: #6d5e58;\n    --of-accent: #936457;\n    --of-border: #e7d9d2;\n    --of-soft: #f4ece8;\n    --of-white: #ffffff;\n\n    width: 100%;\n    max-width: 780px;\n    margin: 0 auto;\n    overflow: hidden;\n\n    color: var(--of-text);\n    background: var(--of-white);\n\n    font-family: \"Newsreader\", Georgia, serif;\n    line-height: 1.5;\n  }\n\n  .monelle-outline-flow h1,\n  .monelle-outline-flow h2,\n  .monelle-outline-flow h3,\n  .monelle-outline-flow h4,\n  .monelle-outline-flow p {\n    margin-top: 0;\n  }\n\n  .monelle-outline-flow h1,\n  .monelle-outline-flow h2,\n  .monelle-outline-flow h3,\n  .monelle-outline-flow h4 {\n    color: var(--of-dark);\n    font-weight: 500;\n    letter-spacing: -0.025em;\n  }\n\n  .monelle-outline-flow p {\n    margin-bottom: 0;\n  }\n\n  .monelle-outline-flow img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .of-eyebrow {\n    display: block;\n    margin-bottom: 12px;\n\n    color: var(--of-accent);\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  \/* HERO *\/\n\n  .of-hero {\n    padding: 34px 18px 20px;\n\n    border: 1px solid var(--of-border);\n    border-radius: 20px;\n\n    background:\n      radial-gradient(\n        circle at 50% -10%,\n        rgba(147, 100, 87, 0.12),\n        transparent 48%\n      ),\n      linear-gradient(180deg, #faf6f3 0%, #ffffff 100%);\n\n    text-align: center;\n  }\n\n  .of-hero h1 {\n    max-width: 650px;\n    margin-right: auto;\n    margin-bottom: 15px;\n    margin-left: auto;\n\n    font-size: clamp(31px, 7vw, 43px);\n    line-height: 1.07;\n  }\n\n  .of-hero h1 em {\n    color: var(--of-accent);\n    font-style: italic;\n    font-weight: 500;\n  }\n\n  .of-hero p {\n    max-width: 585px;\n    margin-right: auto;\n    margin-left: auto;\n\n    font-size: 16px;\n    line-height: 1.58;\n  }\n\n  .of-highlight {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    margin-top: 19px;\n    padding: 10px 17px;\n\n    border: 1px solid var(--of-border);\n    border-radius: 999px;\n\n    color: var(--of-dark);\n    background: var(--of-white);\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  .of-hero-image {\n    margin-top: 22px;\n    border-radius: 18px;\n    object-fit: cover;\n  }\n\n  \/* SECTIONS *\/\n\n  .of-section {\n    margin-top: 18px;\n    padding: 29px 18px;\n\n    border: 1px solid var(--of-border);\n    border-radius: 18px;\n\n    background: var(--of-card);\n  }\n\n  .of-center {\n    max-width: 600px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .of-center h2 {\n    margin-bottom: 10px;\n    font-size: clamp(27px, 6vw, 34px);\n    line-height: 1.15;\n  }\n\n  .of-center p {\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  \/* BENEFITS *\/\n\n  .of-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n\n    margin-top: 23px;\n  }\n\n  .of-benefit {\n    padding: 18px 11px;\n\n    border: 1px solid var(--of-border);\n    border-radius: 14px;\n\n    background: var(--of-bg);\n    text-align: center;\n  }\n\n  .of-benefit-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 38px;\n    height: 38px;\n    margin: 0 auto 10px;\n\n    border: 1px solid var(--of-border);\n    border-radius: 50%;\n\n    color: var(--of-accent);\n    background: var(--of-white);\n\n    font-size: 17px;\n  }\n\n  .of-benefit strong {\n    display: block;\n    margin-bottom: 6px;\n\n    color: var(--of-dark);\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .of-benefit p {\n    font-size: 12.5px;\n    line-height: 1.45;\n  }\n\n  \/* IMAGE SECTIONS *\/\n\n  .of-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    align-items: center;\n  }\n\n  .of-feature-reverse .of-feature-media {\n    order: 2;\n  }\n\n  .of-feature-reverse .of-feature-copy {\n    order: 1;\n  }\n\n  .of-feature-media img {\n    border-radius: 18px;\n    object-fit: cover;\n  }\n\n  .of-feature-copy {\n    padding: 4px;\n  }\n\n  .of-feature-copy h3 {\n    margin: 10px 0;\n    font-size: clamp(26px, 5vw, 31px);\n    line-height: 1.14;\n  }\n\n  .of-feature-copy p {\n    font-size: 15px;\n    line-height: 1.56;\n  }\n\n  .of-note {\n    margin-top: 15px;\n    padding: 13px 14px;\n\n    border-left: 3px solid var(--of-accent);\n    border-radius: 0 11px 11px 0;\n\n    color: var(--of-dark);\n    background: var(--of-soft);\n\n    font-size: 13px;\n    font-style: italic;\n    line-height: 1.48;\n  }\n\n  \/* FABRIC *\/\n\n  .of-premium {\n    margin-top: 20px;\n    padding: 33px 18px;\n\n    border: 1px solid var(--of-border);\n    border-radius: 20px;\n\n    background: var(--of-card);\n  }\n\n  .of-premium-header {\n    max-width: 590px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .of-premium-header h2 {\n    margin: 12px 0 10px;\n    font-size: clamp(27px, 6vw, 33px);\n    line-height: 1.15;\n  }\n\n  .of-premium-header p {\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .of-detail {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    align-items: center;\n\n    margin-top: 25px;\n  }\n\n  .of-detail img {\n    border-radius: 18px;\n  }\n\n  .of-detail h3 {\n    margin-bottom: 9px;\n    font-size: 25px;\n    line-height: 1.16;\n  }\n\n  .of-detail p {\n    font-size: 15px;\n    line-height: 1.56;\n  }\n\n  .of-points {\n    margin-top: 22px;\n  }\n\n  .of-point {\n    padding: 15px 0;\n    border-bottom: 1px solid var(--of-border);\n  }\n\n  .of-point:last-child {\n    border-bottom: 0;\n  }\n\n  .of-point h4 {\n    margin-bottom: 5px;\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .of-point p {\n    font-size: 14px;\n    line-height: 1.48;\n  }\n\n  \/* SIZE GUIDE *\/\n\n  .of-size-box {\n    margin-top: 23px;\n    padding: 17px;\n\n    border: 1px solid var(--of-border);\n    border-radius: 16px;\n\n    background: var(--of-bg);\n  }\n\n  .of-size-box h3 {\n    margin: 0 0 13px;\n    font-size: 19px;\n  }\n\n  .of-size-box h3:not(:first-child) {\n    margin-top: 26px;\n  }\n\n  .of-size-head,\n  .of-size-row {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    align-items: center;\n    text-align: center;\n  }\n\n  .of-size-head {\n    padding: 12px 5px;\n\n    border-radius: 10px;\n\n    color: var(--of-white);\n    background: var(--of-dark);\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n\n  .of-size-row {\n    padding: 12px 5px;\n    border-bottom: 1px solid var(--of-border);\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 12px;\n  }\n\n  .of-size-row span:first-child {\n    color: var(--of-dark);\n    font-weight: 700;\n  }\n\n  .of-size-advice {\n    margin-top: 15px;\n    padding: 14px;\n\n    border-left: 3px solid var(--of-accent);\n    border-radius: 0 11px 11px 0;\n\n    background: var(--of-soft);\n\n    font-size: 12.5px;\n    line-height: 1.53;\n  }\n\n  \/* FINAL CTA *\/\n\n  .of-final {\n    margin-top: 21px;\n    padding: 41px 21px;\n\n    border-radius: 20px;\n\n    color: var(--of-white);\n    background:\n      linear-gradient(\n        135deg,\n        rgba(147, 100, 87, 0.25),\n        transparent 58%\n      ),\n      var(--of-dark);\n\n    text-align: center;\n  }\n\n  .of-final .of-eyebrow {\n    color: #dfc8bf;\n  }\n\n  .of-final h2 {\n    max-width: 625px;\n    margin: 0 auto 14px;\n\n    color: var(--of-white);\n\n    font-size: clamp(29px, 7vw, 38px);\n    line-height: 1.09;\n  }\n\n  .of-final p {\n    max-width: 525px;\n    margin: 0 auto 21px;\n\n    color: #f1e6e1;\n\n    font-size: 15px;\n    line-height: 1.54;\n  }\n\n  .of-final a {\n    display: inline-block;\n    padding: 15px 27px;\n\n    border-radius: 7px;\n\n    color: var(--of-dark) !important;\n    background: var(--of-white);\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .of-final-small {\n    display: block;\n    margin-top: 14px;\n\n    color: rgba(255, 255, 255, 0.7);\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 10px;\n  }\n\n  \/* MOBILE *\/\n\n  @media screen and (max-width: 640px) {\n    .of-hero {\n      padding: 28px 14px 18px;\n    }\n\n    .of-hero h1 {\n      font-size: 29px;\n    }\n\n    .of-hero p {\n      font-size: 14.5px;\n    }\n\n    .of-section,\n    .of-premium {\n      padding: 25px 14px;\n    }\n\n    .of-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .of-feature,\n    .of-detail {\n      grid-template-columns: 1fr;\n      gap: 17px;\n    }\n\n    .of-feature-reverse .of-feature-media,\n    .of-feature-reverse .of-feature-copy {\n      order: initial;\n    }\n\n    .of-feature-copy,\n    .of-detail-copy {\n      text-align: center;\n    }\n\n    .of-note {\n      text-align: left;\n    }\n\n    .of-size-box {\n      padding: 12px 7px;\n    }\n\n    .of-size-head {\n      font-size: 9px;\n    }\n\n    .of-size-row {\n      padding: 11px 2px;\n      font-size: 10.5px;\n    }\n\n    .of-final {\n      padding: 37px 17px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"monelle-outline-flow\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003csection class=\"of-hero\"\u003e\n\n\u003cspan class=\"of-eyebrow\"\u003e\nOutline Collection · Monnele\n\u003c\/span\u003e\n\n\u003ch1\u003e\nDefine your waist.\n\u003cem\u003eVisually elongate your entire silhouette.\u003c\/em\u003e\n\u003c\/h1\u003e\n\n\u003cp\u003e\nThe \u003cstrong\u003eOutline Flow Set\u003c\/strong\u003e combines a crossover waist with\na long, flowing silhouette designed to create a more streamlined\nappearance.\n\u003c\/p\u003e\n\n\u003cdiv class=\"of-highlight\"\u003e\n✦ A longer, cleaner and more flattering line\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_3_de_ago._de_2026_04_18_01.png?v=1785742227\" alt=\"Front view of the Outline Flow Set by Monnele\" class=\"of-hero-image\" loading=\"lazy\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- TRANSFORMATION --\u003e\n\n\u003csection class=\"of-section\"\u003e\n\n\u003cdiv class=\"of-center\"\u003e\n\n\u003cspan class=\"of-eyebrow\"\u003e\nA SILHOUETTE DESIGNED TO FLATTER\n\u003c\/span\u003e\n\n\u003ch2\u003e\nThe detail begins at your waist and continues all the way down your\nlegs.\n\u003c\/h2\u003e\n\n\u003cp\u003e\nTwo visual elements working together to flatter your entire shape.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-benefits\"\u003e\n\n\u003cdiv class=\"of-benefit\"\u003e\n\n\u003cspan class=\"of-benefit-icon\"\u003e⌁\u003c\/span\u003e\n\n\u003cstrong\u003eDefined waist\u003c\/strong\u003e\n\n\u003cp\u003e\nThe crossover front draws attention to your midsection.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-benefit\"\u003e\n\n\u003cspan class=\"of-benefit-icon\"\u003e↕\u003c\/span\u003e\n\n\u003cstrong\u003eLonger-looking legs\u003c\/strong\u003e\n\n\u003cp\u003e\nThe long, flowing pants visually extend your silhouette.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-benefit\"\u003e\n\n\u003cspan class=\"of-benefit-icon\"\u003e✦\u003c\/span\u003e\n\n\u003cstrong\u003eMore polished look\u003c\/strong\u003e\n\n\u003cp\u003e\nAn athletic look finished with a more sophisticated feel.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BACK VIEW --\u003e\n\n\u003csection class=\"of-section\"\u003e\n\n\u003cdiv class=\"of-feature\"\u003e\n\n\u003cdiv class=\"of-feature-media\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_3_de_ago._de_2026_04_18_16.png?v=1785742228\" alt=\"Back view of the Outline Flow Set\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-feature-copy\"\u003e\n\n\u003cspan class=\"of-eyebrow\"\u003e\nFLATTERING FROM EVERY ANGLE\n\u003c\/span\u003e\n\n\u003ch3\u003e\nA clean back and a flowing silhouette that follows your shape.\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe top frames your back while the pants create an uninterrupted\nline from your hips down.\n\u003c\/p\u003e\n\n\u003cdiv class=\"of-note\"\u003e\nDesigned to keep your silhouette looking polished from every angle.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- CROSSOVER WAIST --\u003e\n\n\u003csection class=\"of-section\"\u003e\n\n\u003cdiv class=\"of-feature of-feature-reverse\"\u003e\n\n\u003cdiv class=\"of-feature-media\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_3_de_ago._de_2026_04_18_32.png?v=1785742228\" alt=\"Crossover waist detail of the Outline Flow Set\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-feature-copy\"\u003e\n\n\u003cspan class=\"of-eyebrow\"\u003e\nTHE DETAIL THAT CHANGES EVERYTHING\n\u003c\/span\u003e\n\n\u003ch3\u003e\nA waist designed to draw attention to the right place.\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe contrasting white trim and crossover design break away from a\ntraditional waistband and add more visual definition.\n\u003c\/p\u003e\n\n\u003cdiv class=\"of-note\"\u003e\nIt isn’t just decoration. It’s the visual signature of the set.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FABRIC --\u003e\n\n\u003csection class=\"of-premium\"\u003e\n\n\u003cdiv class=\"of-premium-header\"\u003e\n\n\u003cspan class=\"of-eyebrow\"\u003e\nCOMFORT WITH A POLISHED LOOK\n\u003c\/span\u003e\n\n\u003ch2\u003e\nFabric that moves with your body without losing its shape.\n\u003c\/h2\u003e\n\n\u003cp\u003e\nFlexible, soft and designed to move with you throughout the day.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-detail\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_3_de_ago._de_2026_04_28_57.png?v=1785742228\" alt=\"Fabric detail of the Outline Flow Set\" loading=\"lazy\"\u003e\n\n\u003cdiv class=\"of-detail-copy\"\u003e\n\n\u003ch3\u003eStretch that keeps up with your day\u003c\/h3\u003e\n\n\u003cp\u003e\nThe nylon and spandex blend provides freedom of movement and helps\nmaintain a smooth, polished fit.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-points\"\u003e\n\n\u003cdiv class=\"of-point\"\u003e\n\n\u003ch4\u003eCLEAN-LINED TOP\u003c\/h4\u003e\n\n\u003cp\u003e\nComfortable coverage and contrasting trim add definition to the\nupper body.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-point\"\u003e\n\n\u003ch4\u003eCROSSOVER WAIST\u003c\/h4\u003e\n\n\u003cp\u003e\nVisually highlights your midsection and gives the look more\npersonality.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-point\"\u003e\n\n\u003ch4\u003eLONG, FLOWING PANTS\u003c\/h4\u003e\n\n\u003cp\u003e\nCreate visual continuity and help your legs appear longer and more\nstreamlined.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SIZE GUIDE --\u003e\n\n\u003csection class=\"of-premium\"\u003e\n\n\u003cdiv class=\"of-premium-header\"\u003e\n\n\u003cspan class=\"of-eyebrow\"\u003e\nMONNELE SIZE GUIDE\n\u003c\/span\u003e\n\n\u003ch2\u003e\nFind your ideal fit\n\u003c\/h2\u003e\n\n\u003cp\u003e\nCompare the garment measurements before selecting your size.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-size-box\"\u003e\n\n\u003ch3\u003eTop\u003c\/h3\u003e\n\n\u003cdiv class=\"of-size-head\"\u003e\n\u003cspan\u003eSize\u003c\/span\u003e\n\u003cspan\u003eBust\u003c\/span\u003e\n\u003cspan\u003eUnderbust\u003c\/span\u003e\n\u003cspan\u003eLength\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-size-row\"\u003e\n\u003cspan\u003eS\u003c\/span\u003e\n\u003cspan\u003e68 cm\u003c\/span\u003e\n\u003cspan\u003e58 cm\u003c\/span\u003e\n\u003cspan\u003e46 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-size-row\"\u003e\n\u003cspan\u003eM\u003c\/span\u003e\n\u003cspan\u003e72 cm\u003c\/span\u003e\n\u003cspan\u003e62 cm\u003c\/span\u003e\n\u003cspan\u003e47 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-size-row\"\u003e\n\u003cspan\u003eL\u003c\/span\u003e\n\u003cspan\u003e76 cm\u003c\/span\u003e\n\u003cspan\u003e66 cm\u003c\/span\u003e\n\u003cspan\u003e48 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-size-row\"\u003e\n\u003cspan\u003eXL\u003c\/span\u003e\n\u003cspan\u003e80 cm\u003c\/span\u003e\n\u003cspan\u003e70 cm\u003c\/span\u003e\n\u003cspan\u003e49 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch3\u003ePants\u003c\/h3\u003e\n\n\u003cdiv class=\"of-size-head\"\u003e\n\u003cspan\u003eSize\u003c\/span\u003e\n\u003cspan\u003eWaist\u003c\/span\u003e\n\u003cspan\u003eHips\u003c\/span\u003e\n\u003cspan\u003eLength\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-size-row\"\u003e\n\u003cspan\u003eS\u003c\/span\u003e\n\u003cspan\u003e49 cm\u003c\/span\u003e\n\u003cspan\u003e68 cm\u003c\/span\u003e\n\u003cspan\u003e101 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-size-row\"\u003e\n\u003cspan\u003eM\u003c\/span\u003e\n\u003cspan\u003e53 cm\u003c\/span\u003e\n\u003cspan\u003e72 cm\u003c\/span\u003e\n\u003cspan\u003e102 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-size-row\"\u003e\n\u003cspan\u003eL\u003c\/span\u003e\n\u003cspan\u003e57 cm\u003c\/span\u003e\n\u003cspan\u003e76 cm\u003c\/span\u003e\n\u003cspan\u003e103 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-size-row\"\u003e\n\u003cspan\u003eXL\u003c\/span\u003e\n\u003cspan\u003e61 cm\u003c\/span\u003e\n\u003cspan\u003e80 cm\u003c\/span\u003e\n\u003cspan\u003e104 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"of-size-advice\"\u003e\n\u003cstrong\u003eMonnele tip:\u003c\/strong\u003e Measurements are taken with the garments\nunstretched and may vary by approximately 1–2 cm. If you are between\nsizes or prefer a more relaxed fit, choose the larger size.\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FINAL CTA --\u003e\n\n\u003csection class=\"of-final\"\u003e\n\n\u003cspan class=\"of-eyebrow\"\u003e\nOUTLINE FLOW SET\n\u003c\/span\u003e\n\n\u003ch3\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\nYou don’t need to hide your shape. You need pieces designed to\nflatter it.\n\u003c\/span\u003e\n\u003c\/h3\u003e\n\n\u003cp\u003e\nChoose a set designed to highlight your waist and create a visually\nlonger, more balanced and elegant silhouette.\n\u003c\/p\u003e\n\n\u003ca href=\"#MainContent\"\u003e\nI WANT THIS LOOK\n\u003c\/a\u003e\n\n\u003cspan class=\"of-final-small\"\u003e\nCrossover waist · Flowing silhouette · Stretch fabric · Flattering fit\n\u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Monnele","offers":[{"title":"Black \/ S","offer_id":54589165109590,"sku":"14:100016652#Advanced Black Set 2;200007763:201336100;5:100014064","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":54589165142358,"sku":"14:100016652#Advanced Black Set 2;200007763:201336100;5:361386","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":54589165044054,"sku":"14:100016652#Advanced Black Set 2;200007763:201336100;5:361385","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":54589165076822,"sku":"14:100016652#Advanced Black Set 2;200007763:201336100;5:100014065","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Taupe \/ S","offer_id":54589165240662,"sku":"14:200006153#Cocoa Brown Set 2;200007763:201336100;5:100014064","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Taupe \/ M","offer_id":54589165273430,"sku":"14:200006153#Cocoa Brown Set 2;200007763:201336100;5:361386","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Taupe \/ L","offer_id":54589165175126,"sku":"14:200006153#Cocoa Brown Set 2;200007763:201336100;5:361385","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Taupe \/ XL","offer_id":54589165207894,"sku":"14:200006153#Cocoa Brown Set 2;200007763:201336100;5:100014065","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Steel Blue \/ S","offer_id":54589164847446,"sku":"14:200006155#Blue gray Set 2;200007763:201336100;5:100014064","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Steel Blue \/ M","offer_id":54589164880214,"sku":"14:200006155#Blue gray Set 2;200007763:201336100;5:361386","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Steel Blue \/ L","offer_id":54589164781910,"sku":"14:200006155#Blue gray Set 2;200007763:201336100;5:361385","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Steel Blue \/ XL","offer_id":54589164814678,"sku":"14:200006155#Blue gray Set 2;200007763:201336100;5:100014065","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Ballet Pink \/ S","offer_id":54589164978518,"sku":"14:200006157#Pink Set 2;200007763:201336100;5:100014064","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Ballet Pink \/ M","offer_id":54589165011286,"sku":"14:200006157#Pink Set 2;200007763:201336100;5:361386","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Ballet Pink \/ L","offer_id":54589164912982,"sku":"14:200006157#Pink Set 2;200007763:201336100;5:361385","price":78.9,"currency_code":"USD","in_stock":true},{"title":"Ballet Pink \/ XL","offer_id":54589164945750,"sku":"14:200006157#Pink Set 2;200007763:201336100;5:100014065","price":78.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_3_de_ago._de_2026_04_18_01.png?v=1785742227","url":"https:\/\/monnele.com\/products\/women-s-top-flare-pants-set-outline-flow","provider":"Monnele","version":"1.0","type":"link"}