{"product_id":"tw04-linen-textured-sheer-curtain-pinch-pleat","title":"TW04 Linen Textured Light Filtering Sheer Curtain Pinch Pleat","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, user-scalable=yes\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ========== 完全复用原有风格 ========== *\/\n        #product-description-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        #product-description-container {\n            background-color: #ffffff;\n            color: #5a4b3a;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        #product-description-container .section {\n            margin: 25px 0;\n            padding: 20px;\n            background-color: #fff;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(88, 68, 52, 0.08);\n        }\n\n        \/* 仅改变第一个描述部分的背景色 (米白基调, 保留风格) *\/\n        #product-description-container .section:first-of-type {\n            background-color: #f8f5f0;\n        }\n\n        #product-description-container .section-title {\n            color: #584434;\n            font-size: 2.4rem;\n            margin-bottom: 30px;\n            text-align: center;\n            font-weight: 600;\n            position: relative;\n            padding-bottom: 15px;\n        }\n\n        #product-description-container .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background-color: #a89279;\n        }\n\n        #product-description-container .premium-text {\n            font-size: 1.5rem;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto;\n            color: #5a4b3a;\n            line-height: 1.8;\n        }\n\n        #product-description-container .features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n            margin-top: 30px;\n        }\n\n        #product-description-container .feature-item {\n            background-color: #f9f7f3;\n            padding: 25px;\n            border-radius: 8px;\n            text-align: center;\n            transition: all 0.3s ease;\n            border: 1px solid #e8e1d5;\n        }\n\n        #product-description-container .feature-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(88, 68, 52, 0.12);\n        }\n\n        #product-description-container .feature-icon {\n            font-size: 3rem;\n            color: #8c7559;\n            margin-bottom: 20px;\n            display: block;\n        }\n\n        #product-description-container .feature-title {\n            color: #584434;\n            font-size: 1.6rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        #product-description-container .feature-desc {\n            color: #5a4b3a;\n            line-height: 1.6;\n            font-size: 1.5rem;\n        }\n\n        \/* 规格列表样式 *\/\n        #product-description-container .specifications {\n            margin: 30px 0;\n        }\n\n        #product-description-container .spec-title {\n            color: #584434;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            font-weight: 600;\n        }\n\n        #product-description-container .spec-list {\n            list-style-type: none;\n            padding-left: 0;\n        }\n\n        #product-description-container ul.spec-list \u003e li {\n            margin-bottom: 12px;\n            color: #5a4b3a;\n            font-size: 1.5rem;\n            padding-left: 0;\n        }\n\n        #product-description-container .spec-list li:before {\n            content: none;\n        }\n\n        #product-description-container .spec-list strong {\n            color: #584434;\n            font-size: 1.5rem;\n        }\n\n        #product-description-container .material-detail {\n            overflow: hidden;\n            margin: 15px 0;\n        }\n\n        #product-description-container .material-text {\n            margin-right: 620px;\n            font-size: 1.5rem;\n        }\n\n        #product-description-container .material-image {\n            width: 600px;\n            height: 600px;\n            object-fit: cover;\n            border-radius: 5px;\n            box-shadow: 0 3px 8px rgba(0,0,0,0.1);\n            float: right;\n            margin: 0 0 15px 20px;\n        }\n\n        #product-description-container .note-text {\n            font-style: italic;\n            color: #8c7559;\n            margin-top: 5px;\n            text-decoration: underline;\n            font-size: 1.5rem;\n        }\n\n        #product-description-container .measurement-guidance {\n            margin-top: 30px;\n        }\n\n        #product-description-container .measurement-section {\n            margin-bottom: 20px;\n        }\n\n        #product-description-container .measurement-title {\n            color: #584434;\n            font-size: 1.7rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        #product-description-container .measurement-desc {\n            color: #5a4b3a;\n            margin-bottom: 15px;\n            line-height: 1.6;\n            font-size: 1.5rem;\n        }\n\n        #product-description-container .measurement-list {\n            list-style-type: none;\n            padding-left: 20px;\n        }\n\n        #product-description-container .measurement-list li {\n            margin-bottom: 10px;\n            position: relative;\n            padding-left: 25px;\n            color: #5a4b3a;\n            font-size: 1.5rem;\n        }\n\n        #product-description-container .measurement-list li:before {\n            content: \"•\";\n            color: #8c7559;\n            font-size: 1.6rem;\n            position: absolute;\n            left: 0;\n            top: -5px;\n        }\n\n        \/* 响应式设计 (与原版保持一致) *\/\n        @media (max-width: 992px) {\n            #product-description-container .features-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            #product-description-container .material-image {\n                width: 400px;\n                height: 400px;\n            }\n\n            #product-description-container .material-text {\n                margin-right: 420px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            #product-description-container .section {\n                padding: 25px;\n                margin: 20px 0;\n            }\n\n            #product-description-container .section-title {\n                font-size: 2rem;\n            }\n\n            #product-description-container .premium-text {\n                font-size: 1.4rem;\n            }\n\n            #product-description-container .features-grid {\n                grid-template-columns: 1fr;\n            }\n\n            #product-description-container .feature-icon {\n                font-size: 2.8rem;\n            }\n\n            #product-description-container .material-image {\n                width: 100%;\n                height: auto;\n                float: none;\n                margin: 15px 0;\n            }\n\n            #product-description-container .material-text {\n                margin-right: 0;\n            }\n\n            #product-description-container ul.spec-list \u003e li {\n                font-size: 1.4rem;\n            }\n\n            #product-description-container .spec-list strong {\n                font-size: 1.4rem;\n            }\n\n            #product-description-container .material-text {\n                font-size: 1.4rem;\n            }\n\n            #product-description-container .note-text {\n                font-size: 1.4rem;\n            }\n\n            #product-description-container .feature-desc {\n                font-size: 1.4rem;\n            }\n\n            #product-description-container .measurement-desc {\n                font-size: 1.4rem;\n            }\n\n            #product-description-container .measurement-list li {\n                font-size: 1.4rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv id=\"product-description-container\"\u003e\n\u003c!-- 主标题 \u0026 简介区: 215gsm 亚麻混纺薄纱 | 透光柔纱 60%遮光 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003e215GSM Linen Blend Sheer Curtains – Light Filtering\u003c\/h2\u003e\n\u003cp class=\"premium-text\"\u003eEmbrace the airy elegance of nature with our 215GSM Linen Blend Sheer Curtains. Crafted from a premium linen-textured fabric, these curtains softly filter daylight to create a warm, inviting ambiance while offering gentle privacy (approx. 60% light blocking). The delicate weave and natural drape bring effortless sophistication to any room — from sunlit living spaces to serene bedrooms.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 产品规格区 (亚麻混纺, 215gsm, 无背衬, 透光率60%) --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch4 class=\"spec-title\"\u003eSPECIFICATIONS\u003c\/h4\u003e\n\u003cdiv style=\"overflow: hidden;\"\u003e\n\u003c!-- 右侧产品示意图片: 亚麻薄纱窗帘示意 (自然纹理图片占位符，可替换为真实产品图) --\u003e\n\u003cdiv style=\"float: right; margin-left: 20px; margin-bottom: 16px;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/TW04-Linen-Textured-Light-Filtering-Sheer-Curtain-Beige_12_30652963-eb48-4421-9c9d-81319705422f.jpg?v=1779870920\" alt=\"Linen Blend Sheer Curtain - Light Filtering\" style=\"max-width: 300px; border-radius: 8px;\"\u003e \u003c!-- 建议更换真实产品图片：此处为风格占位图，美观且示意亚麻薄纱质感 --\u003e\n\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Premium Linen Blend – Naturally Textured, Soft Hand-Feel\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Blocking:\u003c\/strong\u003e Approx. 60% Light Filtering – Diffuses harsh sunlight, reduces glare while preserving brightness\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric Weight:\u003c\/strong\u003e 215 gsm (Lightweight yet substantial, airy drape with gentle privacy)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined – Pure sheer construction for max breathability \u0026amp; natural glow\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeader Type:\u003c\/strong\u003e  Pinch Pleat \u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e Gentle machine wash cold or dry clean, do not bleach, cool iron on reverse, line dry for best linen texture\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 特点与优势区 (针对薄纱透光, 亚麻肌理, 轻滤光, 定制等) --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy You'll Love Our 215GSM Linen Blend Sheers\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌿\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003e60% Gentle Light Filtering\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003ePerfect balance between brightness and privacy. Softly filters incoming sunlight, reduces harsh glare, and creates a warm, ethereal atmosphere without total darkness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🍃\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eNatural Linen Texture\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eAuthentic linen-blend weave with subtle slubs and organic depth. Adds casual refinement, breathability, and timeless character to modern or rustic interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📐\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eCustom Sizing Available\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eTailor-made for any window width or drop. Provide exact measurements for a flawless, boutique-style fit that elevates your space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚚\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eFast \u0026amp; Reliable Shipping\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eQuick production \u0026amp; dispatch. Receive your made-to-measure sheer curtains within 2-3 weeks, carefully rolled and packed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🆓\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eFree Swatches\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eExperience the softness and light filtering quality before you buy. Order free fabric swatches to see the linen blend \u0026amp; 215gsm feel. Click \u003ca rel=\"noopener\" title=\"free swatches\" href=\"https:\/\/cololeaf.com\/collections\/free-swatches?filter.v.t.shopify.fabric=gid%3A%2F%2Fshopify%2FMetaobject%2F164341579860\u0026amp;sort_by=best-selling\" target=\"_blank\"\u003e\u003cu\u003e\u003cb\u003ehere\u003c\/b\u003e\u003c\/u\u003e\u003c\/a\u003e to get yours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✅\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003e30-Day Satisfaction Guarantee\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eLove the breezy elegance or your money back. Our 30-day guarantee ensures you shop with total confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 测量 \u0026 安装指南 (完全保留原样内容 — 题目要求最后测量区不用改) --\u003e\n\u003csection class=\"section measurement-guidance\"\u003e\n\u003ch2 class=\"section-title\"\u003eMeasurement \u0026amp; Grommet Installation Guide\u003c\/h2\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-title\"\u003e1. Curtain Length\u003c\/p\u003e\n\u003cp class=\"measurement-desc\"\u003eFor pinch pleat curtains, measure from the bottom of the rings (where hooks attach) to where you want the curtain to finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-title\"\u003e2. Curtain Width \u0026amp; Fullness\u003c\/p\u003e\n\u003cp class=\"measurement-desc\"\u003eFor optimal appearance and function, curtain width is suggested to be \u003cstrong\u003e1.1-1.3\u003c\/strong\u003e times the track length.\u003c\/p\u003e\n\u003cp class=\"measurement-desc\"\u003eEach panel is sold individually – order two panels for a pair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-desc\"\u003e\u003cstrong\u003e3. Each curtain is sold individually. For custom sizes or any questions, feel free to reach out via email at \u003cspan style=\"text-decoration: underline;\"\u003ecololeaf@outlook.com\u003c\/span\u003e or contact us through our inbox anytime. We are happy to help you achieve the perfect fit.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Cololeaf","offers":[{"title":"#4 Sand Beige","offer_id":46905203851348,"sku":"CL24-TW04-4-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#1 Beige","offer_id":46905135661140,"sku":"CL24-TW04-1-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#2 White","offer_id":46905202212948,"sku":"CL24-TW04-2-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#3 Fog","offer_id":46905202245716,"sku":"CL24-TW04-3-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#5 Khaki","offer_id":46905203884116,"sku":"CL24-TW04-5-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#6 Moss","offer_id":46905203916884,"sku":"CL24-TW04-6-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#7 Light Blue","offer_id":46905203949652,"sku":"CL24-TW04-7-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#8 Moss Gray","offer_id":46905203982420,"sku":"CL24-TW04-8-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#9 Dark Grey","offer_id":46905204015188,"sku":"CL24-TW04-9-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#10 Grey","offer_id":46905204047956,"sku":"CL24-TW04-10-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#11 Coral","offer_id":46905204080724,"sku":"CL24-TW04-11-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#12 Yellowish","offer_id":46905204113492,"sku":"CL24-TW04-12-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#13 Green","offer_id":46905204146260,"sku":"CL24-TW04-13-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#14 Lavender","offer_id":46905204179028,"sku":"CL24-TW04-14-PP","price":70.99,"currency_code":"USD","in_stock":true},{"title":"#15 Black","offer_id":46905204211796,"sku":"CL24-TW04-15-PP","price":70.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/TW04-Linen-Textured-Light-Filtering-Sheer-Curtain-Sand-Beige_3_4023d9a8-301e-41af-9a4c-7c281e90abac.jpg?v=1779864675","url":"https:\/\/cololeaf.com\/fr\/products\/tw04-linen-textured-sheer-curtain-pinch-pleat","provider":"Cololeaf","version":"1.0","type":"link"}