{"product_id":"oy12-blackout-chenille-curtains","title":"OY12 Blackout Soft Chenille Curtains Pinch Pleat 1 Panel","description":"\u003cstyle\u003e\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      \/* 移动端字体大小调整 *\/\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 简介区: 300GSM 全遮光雪尼尔打孔窗帘 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003e300GSM Full Blackout Chenille Curtains – Pleat Top\u003c\/h2\u003e\n\u003cp class=\"premium-text\"\u003eExperience the perfect balance of luxurious softness and complete light control with our 300GSM full blackout chenille curtains. Crafted from premium chenille fabric with no backing needed, these curtains block 100% of light while offering a rich, elegant drape. The modern pleat top design ensures smooth sliding and effortless installation, making them an ideal choice for bedrooms, home theaters, or any space that demands total darkness and style.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 产品规格区 (打孔帘头, 300gsm, 无背衬) --\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\u003cimg style=\"max-width: 300px;\" alt=\"300GSM Chenille Blackout Grommet Curtain\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/OY12-Blackout-Soft-Chenille-Curtains-1-Panel-Beige_13_36c7e3d0-2822-4ade-b87c-a2d7a6d8999b.jpg?v=1775546097\"\u003e\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003ePremium Chenille (100% Polyester), Ultra-Soft Texture\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e100% Full Blackout – No light leakage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e300 gsm (heavyweight, no backing required)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLining: \u003c\/strong\u003eUnlined\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHeader Type: pinch pleat\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCare Tips: \u003c\/strong\u003eGentle machine wash or dry clean, do not bleach, steam iron on low, air dry\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNote: \u003c\/strong\u003e\u003cspan class=\"note-text\"\u003eDue to the unique chenille texture, curtain colors may appear slightly different under various lighting conditions or viewing angles.\u003c\/span\u003e\n\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 Choose Our 300GSM Blackout Chenille Curtains?\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\"\u003e100% Complete Blackout\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eEngineered with dense 300gsm chenille weave to eliminate every ray of light. Perfect for shift workers, nurseries, and media rooms.\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\"\u003eLuxurious Chenille Softness\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eButtery-soft chenille texture adds a cozy, high-end feel to any room while maintaining excellent draping and fullness.\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\"\u003eMade-to-measure for any window width or length. Provide your exact dimensions for a flawless, tailor-made fit.\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 and dispatch. Receive your custom curtains within 2-3 weeks, carefully packaged.\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\"\u003eNot sure about the fabric? Order free swatches to experience the 300gsm chenille quality firsthand. Click \u003ca href=\"https:\/\/cololeaf.com\/collections\/free-swatches?filter.v.t.shopify.fabric=gid%3A%2F%2Fshopify%2FMetaobject%2F115181486164\u0026amp;sort_by=manual\" title=\"free swatches\" rel=\"noopener\" target=\"_blank\"\u003e\u003cu\u003e\u003cb\u003ehere\u003c\/b\u003e\u003c\/u\u003e\u003c\/a\u003e to get free swatches.\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 Guarantee\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eLove your curtains or your money back. We stand behind every product with a 30-day satisfaction guarantee.\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":"#22 Firebrick","offer_id":45629253288020,"sku":"CL21-OY12-22-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#3 Ivory White","offer_id":45629253156948,"sku":"CL21-OY12-3-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#6 Beige","offer_id":45629253189716,"sku":"CL21-OY12-6-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#11 Brown","offer_id":45629253222484,"sku":"CL21-OY12-11-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#21 Navy","offer_id":45629253255252,"sku":"CL21-OY12-21-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#1 Fog Green","offer_id":45629253320788,"sku":"CL21-OY12-1-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#2 Pink Lemonade","offer_id":45629253353556,"sku":"CL21-OY12-2-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#5 Silver Grey","offer_id":45629253386324,"sku":"CL21-OY12-5-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#7 Khaki","offer_id":45629253419092,"sku":"CL21-OY12-7-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#8 Taupe","offer_id":45629253451860,"sku":"CL21-OY12-8-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#9 Oak","offer_id":45629253484628,"sku":"CL21-OY12-9-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#10 Soil Brown","offer_id":45629253517396,"sku":"CL21-OY12-10-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#12 Sky Blue","offer_id":45629253550164,"sku":"CL21-OY12-12-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#13 Parchment","offer_id":45629253582932,"sku":"CL21-OY12-13-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#15 Light Grey","offer_id":45629253615700,"sku":"CL21-OY12-15-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#16 Teal Grey","offer_id":45629253648468,"sku":"CL21-OY12-16-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#17 Grey Blue","offer_id":45629253681236,"sku":"CL21-OY12-17-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#18 Dark Grey","offer_id":45629253714004,"sku":"CL21-OY12-18-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#19 Smoke Grey","offer_id":45629253746772,"sku":"CL21-OY12-19-PP","price":83.99,"currency_code":"USD","in_stock":true},{"title":"#20 Palm","offer_id":45629253779540,"sku":"CL21-OY12-20-PP","price":83.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/OY12-Blackout-Soft-Chenille-Curtains-1-Panel-Firebrick_5_3e14aabc-fbca-416c-8e67-6e05a67d47df.jpg?v=1776233191","url":"https:\/\/cololeaf.com\/products\/oy12-blackout-chenille-curtains","provider":"Cololeaf","version":"1.0","type":"link"}