{"product_id":"vintage-ramie-textured-outerwear","title":"Vintage Ramie Textured Outerwear","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 model presentation in image_167fdf.jpg --\u003e\n\u003cdiv class=\"product-header-block\"\u003e\n\u003ch1 class=\"product-title\"\u003eVintage Ramie Textured Outerwear\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003eSpring 2026 Oriental Zen \u0026amp; Bohemian Outerwear Collection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n\u003cp class=\"description-text\"\u003eDiscover the art of slow fashion with our Vintage Ramie Textured Outerwear. Exquisitely crafted from 100% natural ramie, this lightweight statement coat showcases an organic, crinkled slub texture that breathes effortlessly with every movement. It offers an unmatched air of slouchy bohemian ease and literary charm. Complete with practical deep patch pockets and a delicate fine-string tie closure, it serves as the ultimate airy, mid-to-long layering piece to elevate fluid dresses and minimalist separates alike.\u003c\/p\u003e\n\u003c!-- Specifications curated from 截屏2026-05-27 03.15.25.png and material requirements --\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% Ramie \u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eColor\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePurple \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSleeve Profile\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eLong Sleeve \/ Regular Setup \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, Fall\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eShipping Time\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eShips within \u003cstrong\u003e7-12 business days\u003c\/strong\u003e after placing the order.\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 \/ Oversized\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\"\u003eLength\u003c\/span\u003e\n\u003cdiv class=\"attribute-options\"\u003e\n\u003cspan class=\"option-pill\"\u003eShort\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eRegular\u003c\/span\u003e \u003cspan class=\"option-pill active\"\u003eMid-to-Long\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\"\u003eRegular\u003c\/span\u003e \u003cspan class=\"option-pill active\"\u003eThin \/ Lightweight\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-27 03.15.25.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 TYPE \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\u003eUniversally flattering relaxed fluid drape; comfortably fits varied frames\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 tolerate a minor 1-3cm natural variance due to the organic crinkle nature of ramie.\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 Instructions:\u003c\/span\u003e Hand wash gently in cold water using a neutral, silk\/linen-specialized liquid detergent. \u003cspan class=\"care-highlight\"\u003eDo not machine wash or use heavy agitation\u003c\/span\u003e, as natural ramie fibers can easily separate or undergo unnecessary friction.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eNo Wringing:\u003c\/span\u003e Avoid twisting or wringing the outerwear tightly. Gently press out excess water, smooth the seams down manually, and reshape while damp to maintain its native organic slub lineation.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eDrying Method:\u003c\/span\u003e Hang to air-dry naturally in a flat or shaded, well-ventilated area. \u003cspan class=\"care-highlight\"\u003eKeep out of direct sunlight\u003c\/span\u003e to preserve the rich depth of the vintage purple tone.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eIroning \u0026amp; Storage:\u003c\/span\u003e Ramie possesses a gorgeous natural wrinkling aesthetic that defines its character. If ironing is preferred, iron on low-medium heat from the reverse side using a damp pressing cloth. Store hung loosely in a dry wardrobe.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Not Here","offers":[{"title":"Purple \/ One Size Fits All","offer_id":49019635925219,"sku":"6231588127901","price":169.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/8110\/1283\/files\/O1CN01rjdDDM261m1iEckct__2221251817602.webp?v=1779876699","url":"https:\/\/www.lumivaultofficial.com\/products\/vintage-ramie-textured-outerwear","provider":"Lumivault","version":"1.0","type":"link"}