{"product_id":"apricot-lantern-cami-top","title":"Apricot Lantern Cami 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; \/* Fixed: Changed from justify to left to resolve wide word spacing *\/\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; \/* Prevents squishing on very narrow screens *\/\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; \/* Fixed: Changed from justify to left to prevent uneven gaps *\/\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; \/* Horizontal on desktop *\/\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\"\u003eApricot Lantern Cami Top\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003eRomantic Ethereal Summer Collection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n\u003cp class=\"description-text\"\u003eEmbrace whimsical elegance with our Apricot Lantern Cami Top. Beautifully designed with a flowing A-line silhouette, this fairy-core inspired piece features delicate ribbon bow ties at the shoulders and cutouts along the sides for an ultra-feminine touch. The dramatic lantern bubble hem at the front gives a dreamy, cloud-like movement, making it an exquisite statement piece for warm-weather 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\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003cstrong\u003e100% Polyester\u003c\/strong\u003e (Premium Linen-Texture Crinkle Fabric)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSuitable Season\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\"\u003eOccasions\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eResort Vacations, Romantic Dates, Garden Parties, Weekend Brunches, Casual Chic Outings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-label\"\u003eStyle Aesthetic\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eRomantic, Whimsical, Fairy-core, Sweet, Elegant Feminine\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 新增的发货时间模块 --\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\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eRegular\u003c\/span\u003e \u003cspan class=\"option-pill\"\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 active\"\u003eShort \/ Cropped\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eRegular\u003c\/span\u003e \u003cspan class=\"option-pill\"\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-stretch\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eMicro-elastic\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eElastic\u003c\/span\u003e \u003cspan class=\"option-pill\"\u003eSuper-elastic\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\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\u003eBUST\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eS\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e63 cm\u003c\/td\u003e\n\u003ctd\u003e92 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e65 cm\u003c\/td\u003e\n\u003ctd\u003e96 cm\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 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 Advice:\u003c\/span\u003e Professional dry cleaning is highly recommended. For hand washing, handle gently and \u003cspan class=\"care-highlight\"\u003edo not rub or wring forcefully\u003c\/span\u003e to prevent fabric deformation, which may affect the fit and sizing. Avoid prolonged soaking to preserve the delicate fibers.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eColor Separation:\u003c\/span\u003e Wash dark and light-colored garments separately to avoid cross-staining and color transfer.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eIroning:\u003c\/span\u003e Iron at a low temperature setting. \u003cspan class=\"care-highlight\"\u003eDo not use steam\u003c\/span\u003e to maintain the unique crinkle texture of the fabric.\u003c\/li\u003e\n\u003cli class=\"care-item\"\u003e\n\u003cspan class=\"care-highlight\"\u003eDrying Method:\u003c\/span\u003e Hang dry in a cool, well-ventilated, and shaded area. \u003cspan class=\"care-highlight\"\u003eAvoid direct sunlight\u003c\/span\u003e and prolonged sun exposure to protect the color vibrancy and delicate construction.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Lactose Studio","offers":[{"title":"S","offer_id":49019456782563,"sku":"5432587701501","price":89.0,"currency_code":"USD","in_stock":false},{"title":"M","offer_id":49019456815331,"sku":"5432587701502","price":89.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/8110\/1283\/files\/O1CN01arkYfm1YcERaOwOln__2176803079.webp?v=1779871004","url":"https:\/\/www.lumivaultofficial.com\/products\/apricot-lantern-cami-top","provider":"LUMIVAULT OFFICIAL","version":"1.0","type":"link"}