{"product_id":"vintage-linen-robe-dress","title":"Vintage Linen Robe Dress","description":"\u003cstyle\u003e\n        \/* Scoped styles to prevent polluting Shopify Dawn theme global styles *\/\n        .dawn-custom-product-details {\n            font-family: var(--font-body-family), -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n            color: #3a3330;\n            line-height: 1.6;\n            max-width: 100%;\n            margin: 0 auto;\n            background: #ffffff;\n            box-sizing: border-box;\n        }\n        .dawn-custom-product-details *, \n        .dawn-custom-product-details *::before, \n        .dawn-custom-product-details *::after {\n            box-sizing: border-box;\n        }\n        \n        \/* Typography matching Dawn aesthetic but customized for the product tone *\/\n        .dawn-custom-product-details .product-title {\n            font-family: var(--font-heading-family), \"Georgia\", serif;\n            font-size: 24px;\n            font-weight: normal;\n            color: #2b2522;\n            margin-bottom: 6px;\n            letter-spacing: 0.5px;\n            text-align: center;\n        }\n        .dawn-custom-product-details .product-subtitle {\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            color: #8c7e74;\n            font-weight: 500;\n            text-align: center;\n            margin-bottom: 24px;\n        }\n        .dawn-custom-product-details .section-title {\n            font-family: var(--font-heading-family), \"Georgia\", serif;\n            font-size: 16px;\n            color: #2b2522;\n            margin: 32px 0 16px 0;\n            padding-bottom: 6px;\n            border-bottom: 1px solid #f0edea;\n            letter-spacing: 0.5px;\n            text-transform: uppercase;\n        }\n        .dawn-custom-product-details .description-text {\n            font-size: 14px;\n            color: #59504c;\n            margin-bottom: 16px;\n            text-align: left;\n        }\n\n        \/* Responsive Specifications Table *\/\n        .dawn-custom-product-details .specs-table {\n            width: 100%;\n            margin: 20px 0;\n            border: 1px solid #f0edea;\n            border-radius: 6px;\n            overflow: hidden;\n        }\n        .dawn-custom-product-details .spec-row {\n            display: flex;\n            flex-direction: column; \/* Mobile first: stacked *\/\n            border-bottom: 1px solid #f0edea;\n        }\n        .dawn-custom-product-details .spec-row:last-child {\n            border-bottom: none;\n        }\n        .dawn-custom-product-details .spec-label {\n            width: 100%;\n            background-color: #faf9f7;\n            padding: 10px 14px;\n            font-size: 13px;\n            font-weight: bold;\n            color: #3a3330;\n            border-bottom: 1px solid #f0edea;\n        }\n        .dawn-custom-product-details .spec-value {\n            width: 100%;\n            padding: 10px 14px;\n            font-size: 13px;\n            color: #59504c;\n            line-height: 1.5;\n        }\n\n        \/* Responsive Attributes Row *\/\n        .dawn-custom-product-details .attributes-container {\n            margin: 20px 0;\n        }\n        .dawn-custom-product-details .attribute-item {\n            margin-bottom: 16px;\n        }\n        .dawn-custom-product-details .attribute-label {\n            font-size: 13px;\n            font-weight: bold;\n            color: #3a3330;\n            margin-bottom: 6px;\n            display: block;\n        }\n        .dawn-custom-product-details .attribute-options {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 6px;\n        }\n        .dawn-custom-product-details .option-pill {\n            font-size: 12px;\n            color: #a39891;\n            padding: 4px 10px;\n            border-radius: 4px;\n            border: 1px solid #f0edea;\n            background: #ffffff;\n        }\n        .dawn-custom-product-details .option-pill.active {\n            color: #3a3330;\n            font-weight: bold;\n            background-color: #eceae6;\n            border: 1px dashed #8c7e74;\n        }\n\n        \/* Mobile-friendly Responsive Table Container *\/\n        .dawn-custom-product-details .table-responsive-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            margin-top: 16px;\n            border: 1px solid #e6e2de;\n            border-radius: 6px;\n        }\n        .dawn-custom-product-details .size-chart-table {\n            width: 100%;\n            border-collapse: collapse;\n            text-align: center;\n            min-width: 400px;\n        }\n        .dawn-custom-product-details .size-chart-table th {\n            background-color: #b5aba4;\n            color: #ffffff;\n            font-size: 13px;\n            font-weight: 500;\n            padding: 10px;\n            letter-spacing: 1px;\n        }\n        .dawn-custom-product-details .size-chart-table td {\n            padding: 10px;\n            font-size: 13px;\n            border-bottom: 1px solid #e6e2de;\n            color: #4a413d;\n        }\n        .dawn-custom-product-details .size-chart-table tr:last-child td {\n            border-bottom: none;\n        }\n        .dawn-custom-product-details .size-chart-table tr:nth-child(even) {\n            background-color: #faf9f7;\n        }\n        .dawn-custom-product-details .table-note {\n            font-size: 11px;\n            color: #8c7e74;\n            margin-top: 6px;\n            text-align: right;\n        }\n\n        \/* Care Instructions styling *\/\n        .dawn-custom-product-details .care-list {\n            list-style: none;\n            padding: 0;\n        }\n        .dawn-custom-product-details .care-item {\n            position: relative;\n            padding-left: 18px;\n            margin-bottom: 12px;\n            font-size: 13px;\n            color: #59504c;\n            text-align: left;\n        }\n        .dawn-custom-product-details .care-item::before {\n            content: \"•\";\n            position: absolute;\n            left: 4px;\n            color: #8c7e74;\n            font-weight: bold;\n        }\n        .dawn-custom-product-details .care-highlight {\n            font-weight: 600;\n            color: #2b2522;\n        }\n\n        \/* Tablet \u0026 Desktop Layout Upgrades (min-width: 750px match Dawn breakpoint) *\/\n        @media screen and (min-width: 750px) {\n            .dawn-custom-product-details {\n                padding: 10px 0;\n            }\n            .dawn-custom-product-details .product-title {\n                font-size: 28px;\n            }\n            .dawn-custom-product-details .section-title {\n                font-size: 18px;\n            }\n            .dawn-custom-product-details .description-text {\n                font-size: 15px;\n            }\n            .dawn-custom-product-details .spec-row {\n                flex-direction: row;\n            }\n            .dawn-custom-product-details .spec-label {\n                width: 160px;\n                flex-shrink: 0;\n                border-right: 1px solid #f0edea;\n                border-bottom: none;\n                padding: 12px 16px;\n                font-size: 14px;\n            }\n            .dawn-custom-product-details .spec-value {\n                padding: 12px 16px;\n                font-size: 14px;\n            }\n            .dawn-custom-product-details .attribute-item {\n                display: flex;\n                align-items: center;\n                margin-bottom: 14px;\n            }\n            .dawn-custom-product-details .attribute-label {\n                width: 120px;\n                margin-bottom: 0;\n                flex-shrink: 0;\n                font-size: 14px;\n            }\n            .dawn-custom-product-details .option-pill {\n                font-size: 13px;\n                padding: 3px 12px;\n            }\n            .dawn-custom-product-details .size-chart-table th,\n            .dawn-custom-product-details .size-chart-table td {\n                font-size: 14px;\n                padding: 12px;\n            }\n            .dawn-custom-product-details .care-item {\n                font-size: 14px;\n                padding-left: 24px;\n            }\n            .dawn-custom-product-details .care-item::before {\n                left: 8px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"dawn-custom-product-details\"\u003e\n\u003c!-- Visual profile inspired by presentation in 截屏2026-05-28 01.31.59.jpg --\u003e\n\u003cdiv class=\"product-header-block\"\u003e\n\u003ch1 class=\"product-title\"\u003eVintage Linen Robe Dress\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003eSpring 2026 Everyday Commuter \u0026amp; Travel Collection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n\u003cp class=\"description-text\"\u003eStep into effortless tranquility with our Vintage Linen Robe Dress. Woven entirely from 100% pure linen, this single-piece garment undergoes a specialized vintage-washing process to achieve its soft, broken-in texture and distinctive rustic look. The dress features a classic, minimalist round neckline paired with a relaxed, loose-waist A-line silhouette that drapes gracefully down the frame. Subtle, artistic ruching accentuates the regular long sleeves, echoing a free-spirited, literary charm. Designed as an easy pullover style, it is the perfect breathable choice for daily styling or vacation wanderings.\u003c\/p\u003e\n\u003c!-- Specifications curated from 截屏2026-05-28 01.31.19.png --\u003e\n\u003ch2 class=\"section-title\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv class=\"specs-table\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterial Fabric\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e\u003cstrong\u003e100% Linen\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eFabric Craft\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eVintage-Washed \/ Distressed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSkirt Silhouette\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eA-Line \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCollar Type\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eRound Neck \/ Crew Neck\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSleeve \u0026amp; Style\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eLong Sleeve • Regular Sleeve Profile \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eClosure Style\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePullover\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eAvailable Colors\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eEarthy Camel, Smoky Grey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eTarget Audience\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWomen \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSeason\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eSpring \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBest Suited For\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eTravel, Daily Commuting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Attributes\u003c\/h2\u003e\n\u003cdiv class=\"attributes-container\"\u003e\n\u003cdiv class=\"attribute-item\"\u003e\n\u003cspan class=\"attribute-label\"\u003eFit Profile\u003c\/span\u003e\n\u003cdiv class=\"attribute-options\"\u003e\n\u003cspan class=\"option-pill active\"\u003eLoose \/ Relaxed Waist\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eRegular\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eSlim\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"attribute-item\"\u003e\n\u003cspan class=\"attribute-label\"\u003eElasticity\u003c\/span\u003e\n\u003cdiv class=\"attribute-options\"\u003e\n\u003cspan class=\"option-pill active\"\u003eNon-stretch\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eMicro-elastic\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eElastic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"attribute-item\"\u003e\n\u003cspan class=\"attribute-label\"\u003eThickness\u003c\/span\u003e\n\u003cdiv class=\"attribute-options\"\u003e\n\u003cspan class=\"option-pill\"\u003eHeavy\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eThick\u003c\/span\u003e \u003cspan class=\"option-pill active\"\u003eRegular \/ Breathable All-Day\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eThin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Size Chart corresponding to data in 截屏2026-05-28 01.31.19.png --\u003e\n\u003ch2 class=\"section-title\"\u003eSize Chart\u003c\/h2\u003e\n\u003cdiv class=\"table-responsive-wrapper\"\u003e\n\u003ctable class=\"size-chart-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003cth\u003eFIT GUIDANCE\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOne Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e122cm\u003c\/td\u003e\n\u003ctd\u003eGenerously fluid A-line fit designed to skim body curves beautifully\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-note\"\u003e* Measurements are monitored manually. Please allow a standard 1-3cm natural variance due to the natural texture of pure linen weaves.\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eCare \u0026amp; Maintenance\u003c\/h2\u003e\n\u003cul class=\"care-list\"\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eWashing Advice:\u003c\/span\u003e Hand wash gently in cold water with neutral laundry liquid. Do not machine wash or use intensive spin cycles to preserve the vintage-washed surface character and premium linen fibers.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eColor Separation:\u003c\/span\u003e Always wash the Earthy Camel and Smoky Grey colorways separately or with similar earthy tones during early wash cycles to avoid any risk of color transfer.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eNo Tight Wringing:\u003c\/span\u003e Avoid twisting or wringing out the fabric aggressively. Gently press out excess water, shake out the garment lines, and reshape manually while still damp to optimize the natural A-line drape.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eDrying \u0026amp; Ironing:\u003c\/span\u003e Line dry or flat dry in a cool, shaded environment. Avoid direct scorching sunlight to protect the fabric's soft texture and rich hue. Natural linen wrinkles beautifully as part of its vintage aesthetic; however, if preferred, low-heat steam may be used.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Not Here","offers":[{"title":"Earth Camel \/ One Size","offer_id":49023400902883,"sku":"6242551278730","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Smoky Gray \/ One Size","offer_id":49023400935651,"sku":"6242551278731","price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/8110\/1283\/files\/O1CN01PbEwjU261m1wuHehx__2221251817602.webp?v=1779957018","url":"https:\/\/www.lumivaultofficial.com\/products\/vintage-linen-robe-dress","provider":"Lumivault","version":"1.0","type":"link"}