{"product_id":"reinarea-women-square-neck-back-cutout-midi-knit-dress-french-pink-sleeveless-slim-bodycon-slip-dress","title":"REINAREA | Women Square Neck Back Cutout Midi Knit Dress | French Pink Sleeveless Slim Bodycon Slip Dress","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root { \n            --main-bg: #faf7f5; \n            --text-color: #2c2523; \n            --accent: #e8b4b8; \n            --accent-dark: #c58b90;\n            --border: #eedad8; \n            --card-bg: #ffffff;\n        }\n        body { \n            font-family: 'Helvetica Neue', Arial, sans-serif; \n            line-height: 1.6; \n            color: var(--text-color); \n            margin: 0; \n            background: var(--main-bg); \n        }\n        .wrapper { \n            max-width: 800px; \n            margin: 0 auto; \n            padding: 20px; \n        }\n        \n        \/* Header \u0026 K-Style Badges *\/\n        header { \n            text-align: center; \n            border-bottom: 2px solid var(--accent-dark); \n            padding-bottom: 25px; \n            margin-bottom: 30px; \n            position: relative; \n        }\n        .badge-container { \n            display: flex; \n            justify-content: center; \n            gap: 10px; \n            margin-bottom: 10px; \n        }\n        .new-arrival { \n            background: var(--accent-dark); \n            color: #fff; \n            padding: 4px 12px; \n            font-size: 0.75rem; \n            letter-spacing: 2px; \n            text-transform: uppercase; \n            font-weight: bold; \n        }\n        .best-seller { \n            background: #4a3e3d; \n            color: #fff; \n            padding: 4px 12px; \n            font-size: 0.75rem; \n            letter-spacing: 1px; \n            text-transform: uppercase; \n            font-weight: bold; \n        }\n        h1 { \n            font-size: 1.8rem; \n            margin: 15px 0 5px; \n            text-transform: uppercase; \n            letter-spacing: 1px; \n            color: #3d3130; \n        }\n        .k-tagline { \n            color: var(--accent-dark); \n            font-weight: 600; \n            font-size: 0.9rem; \n            text-transform: uppercase; \n            letter-spacing: 1px; \n        }\n\n        \/* Features Grid *\/\n        .grid { \n            display: grid; \n            grid-template-columns: repeat(2, 1fr); \n            gap: 15px; \n            margin: 30px 0; \n        }\n        .grid-item { \n            border: 1px solid var(--border); \n            padding: 15px; \n            border-radius: 6px; \n            background: var(--card-bg); \n        }\n        .grid-item strong { \n            display: block; \n            font-size: 0.7rem; \n            text-transform: uppercase; \n            color: #8a7a78; \n            margin-bottom: 5px; \n        }\n        .grid-item span { \n            font-weight: 600; \n            font-size: 0.95rem; \n            color: #4a3e3d;\n        }\n\n        \/* Highlight Section *\/\n        .fabric-box { \n            background: #fff5f5; \n            padding: 25px; \n            border-radius: 8px; \n            margin: 30px 0; \n            border-left: 5px solid var(--accent); \n        }\n        .fabric-box h3 { \n            margin-top: 0; \n            font-size: 1.2rem; \n            color: var(--accent-dark); \n        }\n\n        \/* Style Tips Section *\/\n        .style-curation { \n            border: 1px dashed var(--accent-dark); \n            padding: 20px; \n            border-radius: 8px; \n            margin: 30px 0; \n            background: var(--card-bg); \n        }\n        .style-curation h4 { \n            margin: 0 0 10px 0; \n            font-size: 1rem; \n            color: var(--accent-dark); \n            text-transform: uppercase; \n            display: flex; \n            align-items: center; \n            gap: 8px; \n        }\n\n        \/* Size Chart *\/\n        .section-title { \n            font-size: 1.3rem; \n            border-bottom: 1px solid var(--accent-dark); \n            padding-bottom: 10px; \n            margin: 40px 0 20px; \n            text-transform: uppercase; \n            font-weight: bold; \n            color: #3d3130;\n        }\n        .table-container { \n            overflow-x: auto; \n            border: 1px solid var(--border); \n            border-radius: 6px; \n            background: var(--card-bg);\n        }\n        table { \n            width: 100%; \n            border-collapse: collapse; \n            text-align: center; \n        }\n        th { \n            background: #fbf5f5; \n            padding: 14px; \n            font-size: 0.8rem; \n            text-transform: uppercase; \n            color: #7d6b69; \n        }\n        td { \n            padding: 14px; \n            border-top: 1px solid var(--border); \n            font-size: 0.9rem; \n            color: #4a3e3d;\n        }\n        tr:nth-child(even) { \n            background: #fdfaf9; \n        }\n\n        \/* Color Info *\/\n        .color-list { \n            display: flex; \n            gap: 20px; \n            list-style: none; \n            padding: 10px 0; \n            margin-top: 10px; \n        }\n        .color-item { \n            display: flex; \n            align-items: center; \n            gap: 10px; \n            font-size: 0.9rem; \n            font-weight: 600; \n            color: #4a3e3d;\n        }\n        .dot { \n            width: 18px; \n            height: 18px; \n            border-radius: 50%; \n            border: 1px solid var(--border); \n        }\n\n        \/* Policy *\/\n        .policy-container { \n            margin-top: 50px; \n            background: #fffcfc; \n            border: 1px solid #f9eaea; \n            border-left: 5px solid var(--accent-dark); \n            padding: 25px; \n            border-radius: 4px;\n        }\n        .policy-container h4 { \n            color: var(--accent-dark); \n            margin-top: 0; \n            text-transform: uppercase; \n            font-size: 0.95rem; \n            margin-bottom: 15px; \n        }\n        .policy-container p, .policy-container li { \n            font-size: 0.85rem; \n            color: #5c4e4d; \n            line-height: 1.7; \n        }\n\n        @media (max-width: 600px) {\n            h1 { font-size: 1.4rem; }\n            .grid { grid-template-columns: 1fr; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003cheader\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"new-arrival\"\u003eSummer 2026 Collection\u003c\/span\u003e \u003cspan class=\"best-seller\"\u003e🔥 French Romantic Aesthetic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1\u003eFrench Square-Neck Cutout Knit Maxi Dress\u003c\/h1\u003e\n\u003cp class=\"k-tagline\"\u003eGraceful Silhouette • Open Back Cutout • Delicate Ribbed Knit 234\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"grid\"\u003e\n\u003cdiv class=\"grid-item\"\u003e\n\u003cstrong\u003eSilhouette\u003c\/strong\u003e\u003cspan\u003eSlim-Fit Bodycon Maxi\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item\"\u003e\n\u003cstrong\u003eNeckline\u003c\/strong\u003e\u003cspan\u003eClassic French Square Neck\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item\"\u003e\n\u003cstrong\u003eSleeve Type\u003c\/strong\u003e\u003cspan\u003eSleeveless Wide Shoulder Straps\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item\"\u003e\n\u003cstrong\u003eBack Design\u003c\/strong\u003e\u003cspan\u003eHollow Open-Back Cutout Detail\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"style-curation\"\u003e\n\u003ch4\u003e💡 STYLING CURATION\u003c\/h4\u003e\n\u003cp style=\"font-size: 0.9rem; color: #5c4e4d; margin: 0;\"\u003eRadiating French seaside elegance and romantic ease, this dusty pink maxi dress features a beautifully structured square neckline paired with a daring yet elegant back cutout. The premium vertical ribbing hugs your curves seamlessly while creating an elongated, continuous line. \u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eHow to Style:\u003c\/strong\u003e Keep it effortlessly chic for a spring picnic by accessorizing with a rustic woven straw tote, delicate beige slides, and rose accents. For a refined urban look, transition with a mini top-handle bag, a dainty beaded pendant necklace, and silver metallic chunky heels to ground the soft, romantic blush hue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection class=\"fabric-box\"\u003e\n\u003ch3\u003ePremium Ribbed-Knit Elastane Blend\u003c\/h3\u003e\n\u003cp\u003eExpertly knitted from a mid-weight, high-stretch vertical ribbed fabric that offers a sculpting, glove-like fit. This breathable blend gently contours to the body's natural curves while offering total mobility and soft-to-the-touch comfort, designed to hold its rich dusty pink tone and structured shape season after season.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003ch3 class=\"section-title\"\u003eProduct Details\u003c\/h3\u003e\n\u003cul style=\"padding-left: 20px; color: #5c4e4d;\"\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eStructured Square Neckline:\u003c\/strong\u003e Framed by wide, non-slip shoulder straps that frame the collarbones and shoulders beautifully.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eAlluring Back Cutout:\u003c\/strong\u003e A horizontal back-strap design reveals a elegant peek of skin while maintaining structural support and shape retention.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eFluid Maxi-Length Drape:\u003c\/strong\u003e Tailored snugly from the torso down to the hips before falling into a clean, floor-sweeping hem that sways with every step.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"color-list\"\u003e\n\u003cdiv class=\"color-item\"\u003e\n\u003cspan style=\"background: #e8b4b8;\" class=\"dot\"\u003e\u003c\/span\u003e Dusty Pink \/ Blush Rose\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003ch3 class=\"section-title\"\u003eSize Chart (Inches)\u003c\/h3\u003e\n\u003cdiv class=\"table-container\"\u003e\n\u003ctable\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\u003eHip\u003c\/th\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eS\u003c\/td\u003e\n\u003ctd\u003e26.8 - 34.6\u003c\/td\u003e\n\u003ctd\u003e22.0 - 27.6\u003c\/td\u003e\n\u003ctd\u003e28.3 - 36.2\u003c\/td\u003e\n\u003ctd\u003e49.2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003e28.3 - 36.2\u003c\/td\u003e\n\u003ctd\u003e23.6 - 29.1\u003c\/td\u003e\n\u003ctd\u003e29.9 - 37.8\u003c\/td\u003e\n\u003ctd\u003e49.6\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003e29.9 - 37.8\u003c\/td\u003e\n\u003ctd\u003e25.2 - 30.7\u003c\/td\u003e\n\u003ctd\u003e31.5 - 39.4\u003c\/td\u003e\n\u003ctd\u003e50.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.8rem; color: #8a7a78; margin-top: 10px; text-align: center;\"\u003e*Measurements are based on flat-laid garments. Ultra high-stretch ribbed knit fabric. Please allow a 0.4–1.2 inch manual deviation.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cfooter class=\"policy-container\"\u003e\n\u003ch4\u003eImportant Shopping Notice\u003c\/h4\u003e\n\u003cp\u003eThank you for choosing \u003cstrong\u003ereinarea\u003c\/strong\u003e! To bring you the latest fashion trends at the best prices, please review our policy:\u003c\/p\u003e\n\u003cul style=\"padding-left: 20px;\"\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eReturns:\u003c\/strong\u003e Due to cross-border logistics costs, we do not support returns\/exchanges for non-quality issues (e.g., size mismatches, color preference, or change of mind).\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003e7-Day Quality Guarantee:\u003c\/strong\u003e If the item is defective, damaged, or incorrect, contact us within 7 days. We offer partial refunds or replacements (no return of original item needed).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExpert Sizing Support:\u003c\/strong\u003e This dress features a slim, high-elastic bodycon silhouette. Please check the bust, waist, and hip measurements carefully against your body measurements before purchasing!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Reinarea","offers":[{"title":"S","offer_id":48034849194036,"sku":null,"price":44.7,"currency_code":"USD","in_stock":true},{"title":"M","offer_id":48034849226804,"sku":null,"price":44.7,"currency_code":"USD","in_stock":true},{"title":"L","offer_id":48034849259572,"sku":null,"price":44.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0591\/5397\/3300\/files\/blush-dusty-pink-square-neck-vertical-rib-knit-sleeveless-bodycon-maxi-dress-spring-picnic-straw-bucket-mixed-flower-full-body-vacation-outfit-beige-bg-secondary-photo.png?v=1784083962","url":"https:\/\/reinarea.com\/products\/reinarea-women-square-neck-back-cutout-midi-knit-dress-french-pink-sleeveless-slim-bodycon-slip-dress","provider":"Reinarea","version":"1.0","type":"link"}