{"product_id":"asymmetrical-linen-blend-tank-top","title":"Asymmetrical Linen Blend Tank Top","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\u003cdiv class=\"product-header-block\"\u003e\n\u003ch1 class=\"product-title\"\u003eAsymmetrical Linen Blend Tank Top\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003eSpring 2026 Minimalist Zen Collection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n\u003cp class=\"description-text\"\u003eEmbrace a poetic, laid-back elegance with our Asymmetrical Linen Blend Tank Top. Beautifully woven from a premium Tencel-linen and cotton blend, this top features a gorgeous tactile grain that feels crisp yet delightfully soft against the skin. Thoughtfully designed with a slim-curved silhouette, it gently traces your frame while maintaining a lightweight, breathable drape. The stand-out feature is its artistic, cascading asymmetrical hemline that elongates the torso and pairs effortlessly with wide-leg trousers or flowing skirts. A minimalist standalone statement piece for your everyday resort or urban styling.\u003c\/p\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\n\u003cstrong\u003e50% Cotton\u003c\/strong\u003e+ \u003cstrong\u003e50% Other Fibers \u003c\/strong\u003e\n\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\"\u003eNatural Linen, Black \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eChest Padding\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eNone \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eWearing Style\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eOuter Wear \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, Summer\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\"\u003eLoose\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eRegular\u003c\/span\u003e \u003cspan class=\"option-pill active\"\u003eSlim\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eTight\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-length\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eLong\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-testch \/ Low-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\"\u003eLightweight \/ Thin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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\u003eGARMENT LENGTH \u003c\/th\u003e\n\u003cth\u003eFIT NOTE\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\u003e66 – 68 cm\u003c\/td\u003e\n\u003ctd\u003eAsymmetrical Drape \/ Designed to elegantly skim body curves\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 taken manually with the garment lying flat. Please allow a slight 1-3cm variation.\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 with mild linen-friendly detergent. \u003cspan class=\"care-highlight\"\u003eDo not wring tightly or scrub aggressively\u003c\/span\u003e to maintain the natural crinkled slub texture of the linen weave.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eColor Preservation:\u003c\/span\u003e Always wash the dark black and natural oatmeal colorways separately to eliminate any risk of color transfer.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eDrying Method:\u003c\/span\u003e Reshape immediately while damp and flat dry or line dry in a cool, shaded area. Avoid direct sunlight exposure which may stiffen or discolor natural fibers.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eIroning:\u003c\/span\u003e If needed, iron on low heat setting with a pressing cloth. Gentle steaming can be used to release deep wrinkles while keeping the organic drape intact.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Not Here","offers":[{"title":"Natural Linen Color \/ One Size Fits All","offer_id":49019611807971,"sku":"6062364653495","price":79.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ One Size Fits All","offer_id":49019611840739,"sku":"6062364653494","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/8110\/1283\/files\/O1CN01onAOQl261m1OPeGiL__2221251817602.webp?v=1779875523","url":"https:\/\/www.lumivaultofficial.com\/products\/asymmetrical-linen-blend-tank-top","provider":"LUMIVAULT OFFICIAL","version":"1.0","type":"link"}