{"title":"Plissé","description":"","products":[{"product_id":"mj11-velvet-curtain","title":"MJ11 Soft Velvet Home Theater Blackout Curtain Noise Reducing with Liner Multiple Headers 1 Panel","description":"\u003cstyle\u003e\n    #product-description-container * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: 'Poppins', '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    \/* 新增横幅样式 *\/\n    #product-description-container .banner-section {\n      margin: 0 0 25px 0;\n      text-align: center;\n    }\n    \n    #product-description-container .banner-image {\n      width: 100%;\n      max-width: 1200px;\n      border-radius: 10px;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.08);\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 .luxury-section {\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 .features-grid-2 {\n      display: grid;\n      grid-template-columns: repeat(2, 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    \/* 新增的图片展示分区样式 - 使用浅米色背景 *\/\n    #product-description-container .image-display-section {\n      margin: 25px 0;\n      padding: 30px;\n      background-color: #f8f5f0;\n      border-radius: 10px;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .image-display-container {\n        display: flex;\n        justify-content: center;\n        align-items: flex-start;\n        gap: 25px;\n    }\n    \n    #product-description-container .image-item {\n        flex: 1;\n        text-align: center;\n        max-width: 350px; \/* 稍微减小最大宽度以适应三列 *\/\n    }\n    \n    #product-description-container .display-image {\n      width: 100%;\n      border-radius: 8px;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.1);\n    }\n    \n    #product-description-container .image-caption {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      margin-top: 15px;\n      line-height: 1.6;\n      text-align: center;\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 .features-grid-2 {\n        grid-template-columns: 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      #product-description-container .image-display-container {\n        flex-direction: column;\n        align-items: center;\n        gap: 30px;\n      }\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .banner-image {\n        border-radius: 8px;\n      }\n      \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 .features-grid-2 {\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      #product-description-container .image-caption {\n        font-size: 1.4rem;\n      }\n    }\n   @media (max-width: 992px) {\n        #product-description-container .image-display-container {\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        #product-description-container .image-item {\n            flex: 0 0 calc(50% - 20px); \/* 在中等屏幕上显示两列 *\/\n            max-width: calc(50% - 20px);\n        }\n    }\n    \n    @media (max-width: 768px) {\n        #product-description-container .image-item {\n            flex: 0 0 100%; \/* 在移动端显示单列 *\/\n            max-width: 100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv id=\"product-description-container\"\u003e\n\u003c!-- 新增横幅部分 --\u003e\n\u003csection class=\"banner-section\"\u003e\u003cimg class=\"banner-image\" alt=\"Luxury Velvet Curtains Banner\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/velvet_curtain_drapes_1024x1024.jpg?v=1748419125\"\u003e\u003c\/section\u003e\n\u003c!-- Premium Velvet Curtains Section --\u003e\n\u003csection class=\"section luxury-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eLuxury Plush Velvet Curtains\u003c\/h2\u003e\n\u003cp class=\"premium-text\"\u003eIndulge in the ultimate luxury with our premium plush velvet curtains. Featuring a sumptuous hand-feel and sophisticated elegance, these curtains offer exceptional light control while creating a warm, inviting atmosphere in any space. The unique velvet texture creates beautiful light reflections that enhance your room's ambiance.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 产品规格部分 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch4 class=\"spec-title\"\u003eSPECIFICATIONS\u003c\/h4\u003e\n\u003cdiv style=\"overflow: hidden;\"\u003e\n\u003cdiv style=\"float: right; margin-left: 20px; margin-bottom: 16px;\"\u003e\u003cimg style=\"max-width: 300px;\" alt=\"Velvet fabric material\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/1_26_c81a849e-3302-4fc2-aeef-1ba132152524.jpg?v=1763628320\"\u003e\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003e100% polyester with a plush, luxurious hand feel\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e75%-85% without Lining, 85-95% with 140gsm Greyish White Lining, 95-99% with 220gsm Greyish White Lining\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e300 gsm (lining weight not included)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined \/ 140 gsm lining\/ 220 gsm lining\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeader Type: \u003c\/strong\u003eMultiple header choices\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e Gently machine wash or dry clean, no bleach, steam iron, air dry\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNote: \u003c\/strong\u003e1. \u003cspan\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cspan style=\"color: rgb(140, 117, 89); text-decoration: underline;\"\u003eNap down or nap up, it will produce 2 different feelings, The colors of the curtains look different depending on the light. Front color of velvet fabric is similar to back color. And no fluff on the back.\u003c\/span\u003e\u003c\/span\u003e\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=\"image-display-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDetailed Information\u003c\/h2\u003e\n\u003cdiv class=\"image-display-container\"\u003e\n\u003c!-- 左边：遮光效果图 --\u003e\n\u003cdiv class=\"image-item\"\u003e\n\u003cimg class=\"display-image\" alt=\"Light Blocking Effect\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Christmas-Soft-Luxury-Velvet-Blackout-Drapes-Thermal-Curtains-Ivory-_11.jpg?v=1763625744\"\u003e\n\u003cp class=\"image-caption\"\u003e75%-85% Light blocking without liner, 85-95% Light blocking with 140gsm Greyish White Lining\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 右边：孔径展示图 --\u003e\n\u003cdiv class=\"image-item\"\u003e\n\u003cimg class=\"display-image\" alt=\"Pinch Pleat Details\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Birkin108colors_7e1d8bd8-807b-4a18-823e-017dd8b855fc.jpg?v=1763702140\"\u003e\n\u003cp class=\"image-caption\"\u003eWith 108 different color options, you're sure to find the perfect match for your room's decor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-item\"\u003e\n\u003cimg class=\"display-image\" alt=\"Additional Feature\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/MJ11-Soft-Velvet-Blackout-Drapes-For-Living-Room-Bedroom-Pinch-Pleat-Silver-Grey_5_eaa4fc90-cb3f-4d20-ab62-834b45dafd7c.jpg?v=1763694771\"\u003e\n\u003cp class=\"image-caption\"\u003eFront and back sides have similar colors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Multi Functions Section --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eMulti-Functional Benefits\u003c\/h2\u003e\n\u003cdiv class=\"features-grid-2\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌙\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eLight Blocking\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003e85-99% light control depending on lining choice, perfect for creating your desired ambiance.\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\"\u003eNoise Reducing\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eDense velvet fabric helps absorb sound, creating a quieter, more peaceful environment.\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\"\u003eEnergy Saving\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eProvides excellent insulation, helping to maintain room temperature and reduce energy costs.\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\"\u003eThermal Insulation\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eHelps maintain room temperature by providing effective thermal insulation for year-round comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Why Choose Our Velvet Curtains Section --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our Velvet 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\"\u003eLuxurious Plush Feel\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003e100% polyester with a plush, luxurious hand feel that's gentle on skin and meets environmental requirements.\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\"\u003eDual Texture Effect\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eNap down or nap up creates two different visual experiences with beautiful light reflection properties.\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\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eAvailable in custom sizes to perfectly fit your windows and spaces with flawless precision.\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 Shipping\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eQuick turnaround times without compromising on quality craftsmanship and attention to detail.\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\"\u003e\u003ca href=\"https:\/\/cololeaf.com\/collections\/free-swatches?filter.v.t.shopify.fabric=gid%3A%2F%2Fshopify%2FMetaobject%2F113316528212\u0026amp;sort_by=best-selling\" title=\"free swatches\"\u003eFree Swatches\u003c\/a\u003e\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eGet fabric samples to check quality and color before ordering. Contact us for 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\"\u003eQuality Guarantee\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eWe stand behind our products with a satisfaction guarantee for your peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Measurement Guidance Section --\u003e\n\u003csection class=\"section measurement-guidance\"\u003e\n\u003ch2 class=\"section-title\"\u003eMeasurement \u0026amp; Sizing Guide\u003c\/h2\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-title\"\u003e1. Curtain Length Measurement\u003c\/p\u003e\n\u003cul class=\"measurement-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eGrommet, Back Tab, Rod Pocket, Tab Top (Using a Pole\/Rod):\u003c\/strong\u003e Measure from the top of the pole to the point where the curtain ends.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlat Hooks, Pinch Pleat, Goblet (Using a Track):\u003c\/strong\u003e Measure from the bottom of the rings to the point where the curtain ends.\u003c\/li\u003e\n\u003c\/ul\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\u003cul class=\"measurement-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePinch Pleated\/Goblet\/Tab Top Curtains:\u003c\/strong\u003e It is suggested that the width be 1.1 - 1.3 times the length of the track or rod.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRod Pocket\/Back Tab Curtains:\u003c\/strong\u003e It is suggested that the width be 1.1 - 1.5 times the length of the track or rod.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGrommet\/Flat Hooks Curtains:\u003c\/strong\u003e It is suggested that the width be 1.5 - 2 times the length of the track or rod.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-desc\"\u003e\u003cstrong\u003e3. Each curtain is sold individually and comes with adjustable hooks for seamless customization to fit your space perfectly. Should you have 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 inbox anytime.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Cololeaf","offers":[{"title":"111# Warm Black","offer_id":41903570223188,"sku":"CL57-MJ11-111","price":39.99,"currency_code":"USD","in_stock":true},{"title":"110# Sapphire Blue","offer_id":41903570190420,"sku":"CL57-MJ11-110","price":39.99,"currency_code":"USD","in_stock":true},{"title":"81# Chocolate","offer_id":41903570059348,"sku":"CL57-MJ11-81","price":39.99,"currency_code":"USD","in_stock":true},{"title":"106# Everglade Teal","offer_id":41903570124884,"sku":"CL57-MJ11-106","price":39.99,"currency_code":"USD","in_stock":true},{"title":"107# Moss\/Pine Green","offer_id":42125573357652,"sku":"CL57-MJ11-107","price":39.99,"currency_code":"USD","in_stock":true},{"title":"1# Off White","offer_id":42672483041364,"sku":"CL57-MJ11-1","price":39.99,"currency_code":"USD","in_stock":true},{"title":"2# Cashmere","offer_id":42672483074132,"sku":"CL57-MJ11-2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"3# Cream","offer_id":42672483106900,"sku":"CL57-MJ11-3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"5# Khaki","offer_id":41903360999508,"sku":"CL57-MJ11-5","price":39.99,"currency_code":"USD","in_stock":true},{"title":"8# Gray Beige","offer_id":41903562489940,"sku":"CL57-MJ11-8","price":39.99,"currency_code":"USD","in_stock":true},{"title":"9# Taupe","offer_id":41903562522708,"sku":"CL57-MJ11-9","price":39.99,"currency_code":"USD","in_stock":true},{"title":"15# Sable","offer_id":41903562555476,"sku":"CL57-MJ11-15","price":39.99,"currency_code":"USD","in_stock":true},{"title":"17# Java","offer_id":41903562588244,"sku":"CL57-MJ11-17","price":39.99,"currency_code":"USD","in_stock":true},{"title":"18# Brown","offer_id":42672483139668,"sku":"CL57-MJ11-18","price":39.99,"currency_code":"USD","in_stock":true},{"title":"26# Wheat","offer_id":41903562621012,"sku":"CL57-MJ11-26","price":39.99,"currency_code":"USD","in_stock":true},{"title":"32# Violet","offer_id":42672483172436,"sku":"CL57-MJ11-32","price":39.99,"currency_code":"USD","in_stock":true},{"title":"34# Coral","offer_id":42672483205204,"sku":"CL57-MJ11-34","price":39.99,"currency_code":"USD","in_stock":true},{"title":"36# Rose","offer_id":42672483237972,"sku":"CL57-MJ11-36","price":39.99,"currency_code":"USD","in_stock":true},{"title":"39# Burgundy Red","offer_id":42672483270740,"sku":"CL57-MJ11-39","price":39.99,"currency_code":"USD","in_stock":true},{"title":"43# Raspberry Red","offer_id":41903569797204,"sku":"CL57-MJ11-43","price":39.99,"currency_code":"USD","in_stock":true},{"title":"46# Burgundy","offer_id":41903569829972,"sku":"CL57-MJ11-46","price":39.99,"currency_code":"USD","in_stock":true},{"title":"51# Purple","offer_id":41903569862740,"sku":"CL57-MJ11-51","price":39.99,"currency_code":"USD","in_stock":true},{"title":"56# Beige","offer_id":42672483303508,"sku":"CL57-MJ11-56","price":39.99,"currency_code":"USD","in_stock":true},{"title":"57# Ivory","offer_id":41903569895508,"sku":"CL57-MJ11-57","price":39.99,"currency_code":"USD","in_stock":true},{"title":"63# Sky Blue","offer_id":42672483336276,"sku":"CL57-MJ11-63","price":39.99,"currency_code":"USD","in_stock":true},{"title":"64# Teal","offer_id":41903569928276,"sku":"CL57-MJ11-64","price":39.99,"currency_code":"USD","in_stock":true},{"title":"67# Grey","offer_id":41903569961044,"sku":"CL57-MJ11-67","price":39.99,"currency_code":"USD","in_stock":true},{"title":"72# Natrual Grey","offer_id":41903569993812,"sku":"CL57-MJ11-72","price":39.99,"currency_code":"USD","in_stock":true},{"title":"73# Silver Grey","offer_id":41903570026580,"sku":"CL57-MJ11-73","price":39.99,"currency_code":"USD","in_stock":true},{"title":"89# Fawn","offer_id":42672483369044,"sku":"CL57-MJ11-89","price":39.99,"currency_code":"USD","in_stock":true},{"title":"97# Turquiose\/Peacock","offer_id":42672489594964,"sku":"CL57-MJ11-97","price":39.99,"currency_code":"USD","in_stock":true},{"title":"99# Blue","offer_id":41903570092116,"sku":"CL57-MJ11-99","price":39.99,"currency_code":"USD","in_stock":true},{"title":"104# Ocean Blue\/Ultramarine Blue","offer_id":42672483401812,"sku":"CL57-MJ11-104","price":39.99,"currency_code":"USD","in_stock":true},{"title":"108# Midnight Blue","offer_id":41903570157652,"sku":"CL57-MJ11-108","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Other Color (Please specify the color code you want in the order remarks or contact our customer service.)","offer_id":42693724504148,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-MJ11-Soft-Velvet-Home-Theater-Blackout-Curtain-CustomMade-Multiple-Headers-Warm-Black_3_427244f7-6862-4bc8-af25-a7540bc8bcb3.jpg?v=1774511247"},{"product_id":"1041-blackout-chenille-linen-curtain","title":"1041 100% Blackout Soft Chenille Linen Blend Curtain 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    \/* 新增视频部分样式 *\/\n    #product-description-container .video-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      text-align: center;\n    }\n    \n    #product-description-container .video-title {\n      color: #584434;\n      font-size: 2.2rem;\n      margin-bottom: 20px;\n      font-weight: 600;\n      position: relative;\n      padding-bottom: 15px;\n    }\n    \n    #product-description-container .video-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 .video-container {\n      max-width: 100%;\n      margin: 0 auto;\n      border-radius: 10px;\n      overflow: hidden;\n      box-shadow: 0 8px 25px rgba(88, 68, 52, 0.15);\n    }\n    \n    #product-description-container .youtube-embed {\n      width: 100%;\n      height: 500px;\n      border: none;\n      border-radius: 10px;\n    }\n    \n    #product-description-container .video-caption {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      margin-top: 15px;\n      line-height: 1.6;\n      text-align: center;\n      font-style: italic;\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    \/* 这里使用了更具体的选择器以确保优先级 *\/\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    #product-description-container .clickable-image {\n      cursor: pointer;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      border-radius: 5px;\n      max-width: 300px;\n      float: right;\n      margin-left: 20px;\n      margin-bottom: 16px;\n    }\n    \n    #product-description-container .clickable-image:hover {\n      transform: scale(1.05);\n      box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n    }\n    \n    \/* 图片放大模态框样式 *\/\n    #product-description-container .modal {\n      display: none;\n      position: fixed;\n      z-index: 1000;\n      left: 0;\n      top: 0;\n      width: 100%;\n      height: 100%;\n      background-color: rgba(0,0,0,0.8);\n    }\n    \n    #product-description-container .modal-content {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      max-width: 90%;\n      max-height: 90%;\n      border-radius: 8px;\n    }\n    \n    #product-description-container .close {\n      position: absolute;\n      top: 20px;\n      right: 35px;\n      color: #fff;\n      font-size: 40px;\n      font-weight: bold;\n      cursor: pointer;\n    }\n    \n    #product-description-container .close:hover {\n      color: #a89279;\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      #product-description-container .youtube-embed {\n        height: 400px;\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 .clickable-image {\n        float: none;\n        margin: 15px auto;\n        display: block;\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      \/* 视频部分响应式调整 *\/\n      #product-description-container .video-title {\n        font-size: 1.8rem;\n      }\n      \n      #product-description-container .video-caption {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .youtube-embed {\n        height: 250px;\n      }\n    }\n    \n    @media (max-width: 480px) {\n      #product-description-container .youtube-embed {\n        height: 200px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"product-description-container\"\u003e\n\u003c!-- 新增视频部分 --\u003e\n\u003csection class=\"video-section\"\u003e\n\u003ch2 class=\"video-title\"\u003eCustomer Review\u003c\/h2\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/ELQwH9-RJkQ\" class=\"youtube-embed\" title=\"YouTube video player\"\u003e\n\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp class=\"video-caption\"\u003eCustomer Review: 1041 Blackout Chenille Linen Curtain, Pinch Pleat, Color: White\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Premium Blackout Chenille Linen Curtains Section --\u003e\n\u003csection class=\"section\"\u003e\n  \u003ch2 class=\"section-title\"\u003e100% Blackout Chenille Linen Curtains\u003c\/h2\u003e\n  \u003cdiv class=\"premium-text\" style=\"text-align: left; max-width: 100%;\"\u003e\n    \u003cp style=\"font-size: 1.6rem; font-weight: 500; margin-bottom: 15px;\"\u003e❝ Want total darkness but hate stiff, plasticky blackout curtains? ❞\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003e100% blackout, 350gsm dual-texture fabric\u003c\/strong\u003e — soft chenille on the front, natural linen weave on the back. Blocks every bit of light, feels luxurious, and drapes beautifully. Machine washable, custom sizes. Perfect for bedrooms, home theaters, nurseries, or any space where you need true darkness without sacrificing elegance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 产品规格部分 - 已修改 --\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-100_-Blackout-Chenille-Linen-Curtain-White-_15_a12ce021-587e-4e13-85e7-0023db35d704_240x240.jpg?v=1756973062\" alt=\"Fabric material\" class=\"clickable-image\"\u003e\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003eFront-Soft Chenille Texture Polyester Fabric, Back - Natural Linen Weave\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e100% complete blackout\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e350 gsm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeader type: \u003c\/strong\u003ePinch Pleat\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e Gently machine wash or dry clean, no bleach, steam iron, air dry\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNote: \u003c\/strong\u003e \u003cspan class=\"note-text\"\u003eDue to its Chenille Texture, the curtain may exhibit varying color depths under different 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!-- Why Choose Our Blackout Chenille Linen Curtains Section --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our Blackout Chenille Linen 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\"\u003eComplete Blackout\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003e100% light blocking technology ensures complete darkness for better sleep and media viewing, day or night.\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\"\u003eSoft Chenille Texture\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eElegant chenille texture on the front with natural linen weave on the back for a sophisticated look from both sides.\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\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eAvailable in any size to perfectly fit your windows. Custom measurements ensure a flawless look.\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 Shipping\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eQuick turnaround times without compromising on quality. Receive your custom curtains in 2-3 weeks.\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\"\u003eGet fabric samples to check quality before ordering custom curtains. Click \u003ca rel=\"noopener\" title=\"free swatches\" href=\"https:\/\/cololeaf.com\/collections\/free-swatches?filter.v.t.shopify.fabric=gid%3A%2F%2Fshopify%2FMetaobject%2F115181486164\u0026amp;sort_by=manual\" 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\"\u003eWe stand behind our products with a 30-day satisfaction guarantee for your peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Measurement Guidance Section --\u003e\n\u003csection class=\"section measurement-guidance\"\u003e\n\u003ch2 class=\"section-title\"\u003eMeasurement \u0026amp; Sizing Guide\u003c\/h2\u003e\n\u003cdiv class=\"measurement-section\" style=\"text-align: right;\"\u003e\n\u003cp style=\"text-align: left;\" class=\"measurement-title\"\u003e1. Curtain Length Measurement \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/832bdfd385f98d2c4a4d5d6cbf9b6604_c3f656f6-a17f-4ec2-b329-d1888f4dcf48_800x800.jpg?v=1757993411\" alt=\"Cololeaf hooks\" style=\"float: right; cursor: pointer;\" class=\"clickable-image\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\" 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 1.1-1.3x times the track length.\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 and comes with adjustable hooks that allow for a 3-inch height modification, enabling seamless customization to fit your space perfectly. Should you have 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 inbox anytime.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 图片放大模态框 --\u003e\n\u003cdiv class=\"modal\" id=\"imageModal\"\u003e\n\u003cspan class=\"close\"\u003e×\u003c\/span\u003e \u003cimg id=\"modalImage\" class=\"modal-content\"\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ 图片放大功能\n    function openModal(img) {\n      var modal = document.getElementById(\"imageModal\");\n      var modalImg = document.getElementById(\"modalImage\");\n      modal.style.display = \"block\";\n      modalImg.src = img.src;\n    }\n\n    function closeModal() {\n      var modal = document.getElementById(\"imageModal\");\n      modal.style.display = \"none\";\n    }\n\n    \/\/ 点击模态框背景关闭\n    document.getElementById('imageModal').addEventListener('click', function(e) {\n      if (e.target === this) {\n        closeModal();\n      }\n    });\n\n    \/\/ 为所有可点击图片添加点击事件\n    document.addEventListener('DOMContentLoaded', function() {\n      document.querySelectorAll('.clickable-image').forEach(function(img) {\n        img.addEventListener('click', function() {\n          openModal(this);\n        });\n      });\n      \n      \/\/ 为关闭按钮添加点击事件\n      document.querySelector('.close').addEventListener('click', closeModal);\n    });\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Cololeaf","offers":[{"title":"#1 White","offer_id":41972976418900,"sku":"CL16-1041-1-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#3 Beige Taupe","offer_id":41972976484436,"sku":"CL16-1041-3-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#4 Light Taupe","offer_id":41972976517204,"sku":"CL16-1041-4-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#5 Apricot Grey","offer_id":41972976549972,"sku":"CL16-1041-5-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#2 Beige","offer_id":41972976451668,"sku":"CL16-1041-2-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#7 Medium Gray","offer_id":41972976582740,"sku":"CL16-1041-7-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#8 Taupe","offer_id":41972976615508,"sku":"CL16-1041-8-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#10 Gray Blue","offer_id":41972976648276,"sku":"CL16-1041-10-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#11 Light Blue","offer_id":41972976681044,"sku":"CL16-1041-11-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#12 Teal","offer_id":41972976713812,"sku":"CL16-1041-12-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#14 Teal Blue","offer_id":41972976779348,"sku":"CL16-1041-14-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#22 Stone Grey","offer_id":41972976844884,"sku":"CL16-1041-22-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#23 Soil Brown","offer_id":41972976877652,"sku":"CL16-1041-23-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#24 Palm","offer_id":41972976910420,"sku":"CL16-1041-24-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#25 Rock Grey","offer_id":41972976943188,"sku":"CL16-1041-25-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#26 Dark Grey","offer_id":41972976975956,"sku":"CL16-1041-26-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#27 Charcoal Grey","offer_id":41972977008724,"sku":"CL16-1041-27-PP","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-100_-Blackout-Chenille-Linen-Curtain-White-_06_a2d8cce8-3344-4c24-91cd-0bc414917d12.jpg?v=1774510368"},{"product_id":"cololeaf-b11-airy-sheer","title":"B11 Sheer Vertical Stripe Linen Blend Light Filtering Curtain Pinch Pleat 1 Panel","description":"\u003ch4\u003e\u003cb\u003e\u003cstrong style=\"white-space: nowrap;\" class=\"editor-text-bold\"\u003eSPECIFICATIONS\u003c\/strong\u003e\u003c\/b\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003eLinen blend\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003esemi-sheer\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e160 gsm \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeader type: \u003c\/strong\u003ePinch Pleat\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e \u003cspan class=\"a-list-item\"\u003eMachine wash cold with similar color, gentle cycle. Tumble dry on low heat. Cool iron as needed, do not bleach.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\n\u003cspan class=\"a-list-item\"\u003eFEATURES\u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e1. 20-30% Light Filtering\u003c\/strong\u003e:\u003c\/p\u003e\n\u003cp\u003eEnjoy soft, diffused sunlight while maintaining privacy. Perfect for living rooms, bedrooms, or dining areas where you want to reduce glare without sacrificing brightness.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e2. Subtle Vertical Striped Texture\u003c\/strong\u003e:\u003c\/p\u003e\n\u003cp\u003eThe delicate, vertical stripes create an understated elegance, complementing both minimalist and contemporary decor styles.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e3. 160GSM Premium Fabric\u003c\/strong\u003e:\u003c\/p\u003e\n\u003cp\u003eDurable yet lightweight, these curtains hang gracefully while offering a soft, airy feel.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e4. Machine Washable\u003c\/strong\u003e:\u003c\/p\u003e\n\u003cp\u003eEffortless maintenance! Simply toss them in the washing machine for a quick refresh.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e5. Fully Customizable\u003c\/strong\u003e:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e32 Color Options\u003c\/strong\u003e: Choose from a vast palette to match your interior theme.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeader Styles\u003c\/strong\u003e: Opt for pinch pleat headers for a tailored look.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e6. Special Size Orders Welcome\u003c\/strong\u003e:\u003c\/p\u003e\n\u003cp\u003eCan’t find your exact size? Contact us for bespoke dimensions to fit unique windows or doors.\u003c\/p\u003e\n\u003cp id=\"\"\u003e📐 \u003cstrong\u003eWhy Choose Us?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatility\u003c\/strong\u003e: Ideal for layering with blackout curtains or standing alone as a statement piece.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eQuality Assurance\u003c\/strong\u003e: Made to last with fade-resistant, eco-friendly dyes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustomer-Centric\u003c\/strong\u003e: Free swatches available upon request to help you visualize colors in your space.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp id=\"\"\u003e✨ \u003cstrong\u003ePerfect For\u003c\/strong\u003e:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eLiving rooms seeking a bright, airy vibe.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eHome offices or studios requiring gentle, natural light.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp id=\"\"\u003e🛒 \u003cstrong\u003eReady to Transform Your Space?\u003c\/strong\u003e\u003cbr\u003eBrowse our standard sizes or \u003ca rel=\"noopener\" title=\"Cololeaf contact\" href=\"https:\/\/cololeaf.com\/pages\/contact-1\" target=\"_blank\"\u003e\u003cstrong\u003eContact Us\u003c\/strong\u003e\u003c\/a\u003e for a personalized quote. Add a touch of luxury to your windows today!\u003c\/p\u003e","brand":"Cololeaf","offers":[{"title":"#29 Silver Grey","offer_id":42031842099284,"sku":"CL15-B11-29","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#1 White","offer_id":42031841181780,"sku":"CL15-B11-1","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#3 Beige","offer_id":42031841247316,"sku":"CL15-B11-3","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#20 Dust Blue","offer_id":42031841804372,"sku":"CL15-B11-20","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#26 Rose Tan","offer_id":42031842000980,"sku":"CL15-B11-26","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#2 Ivory White","offer_id":42031841214548,"sku":"CL15-B11-2","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#4 Taupe","offer_id":42031841280084,"sku":"CL15-B11-4","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#5 Cement","offer_id":42031841312852,"sku":"CL15-B11-5","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#6 Khaki","offer_id":42031841345620,"sku":"CL15-B11-6","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#7 Fog","offer_id":42031841378388,"sku":"CL15-B11-7","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#8 Tapioca","offer_id":42031841411156,"sku":"CL15-B11-8","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#9 Tuffet","offer_id":42031841443924,"sku":"CL15-B11-9","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#10 Brown","offer_id":42031841476692,"sku":"CL15-B11-10","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#11 Oak Buff","offer_id":42031841509460,"sku":"CL15-B11-11","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#12 Dune","offer_id":42031841542228,"sku":"CL15-B11-12","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#13 Teal","offer_id":42031841574996,"sku":"CL15-B11-13","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#14 Green","offer_id":42031841607764,"sku":"CL15-B11-14","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#15 Lint","offer_id":42031841640532,"sku":"CL15-B11-15","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#16 Mango Mint","offer_id":42031841673300,"sku":"CL15-B11-16","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#17 Calendula","offer_id":42031841706068,"sku":"CL15-B11-17","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#18 Orange Ochre","offer_id":42031841738836,"sku":"CL15-B11-18","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#19 Crystal Blue","offer_id":42031841771604,"sku":"CL15-B11-19","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#21 Morning Mist","offer_id":42031841837140,"sku":"CL15-B11-21","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#22 Deep Lake","offer_id":42031841869908,"sku":"CL15-B11-22","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#23 Sky Blue","offer_id":42031841902676,"sku":"CL15-B11-23","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#24 Smoke Blue","offer_id":42031841935444,"sku":"CL15-B11-24","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#25 Navy Blue","offer_id":42031841968212,"sku":"CL15-B11-25","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#27 Lavender","offer_id":42031842033748,"sku":"CL15-B11-27","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#28 Zinc Taupe","offer_id":42031842066516,"sku":"CL15-B11-28","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#30 Grey","offer_id":42031842132052,"sku":"CL15-B11-30","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#31 Dark Grey","offer_id":42031842164820,"sku":"CL15-B11-31","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#32 Black","offer_id":42031842197588,"sku":"CL15-B11-32","price":63.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Sheer-Vertical-Stripe-Linen-Blend-Light-Filtering-Curtain-Silver-Grey_10.jpg?v=1774508644"},{"product_id":"3009-blackout-linen-curtain-pinch-pleat","title":"3009 Reversible 100% Blackout Linen Blend Curtain 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: 'Poppins', '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: 1400px;\n      margin: 0 auto;\n    }\n    \n    #product-description-container .section-title {\n      color: #584434;\n      font-size: 2.4rem;\n      margin-bottom: 25px;\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    \/* 产品规格部分 - 左侧规格，右侧视频 *\/\n    #product-description-container .specs-section {\n      margin: 0 0 40px 0;\n      padding: 30px;\n      background-color: #f8f5f0;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n      display: flex;\n      gap: 40px;\n      align-items: flex-start;\n    }\n    \n    @media (max-width: 992px) {\n      #product-description-container .specs-section {\n        flex-direction: column;\n      }\n    }\n    \n    #product-description-container .specs-left {\n      flex: 1;\n    }\n    \n    #product-description-container .specs-right {\n      flex: 0 0 350px;\n    }\n    \n    @media (max-width: 992px) {\n      #product-description-container .specs-right {\n        flex: 1;\n        width: 100%;\n        max-width: 400px;\n        margin: 0 auto;\n      }\n    }\n    \n    #product-description-container .specs-title {\n      color: #584434;\n      font-size: 2rem;\n      margin-bottom: 20px;\n      text-align: center;\n      font-weight: 600;\n    }\n    \n    #product-description-container .specs-content {\n      background-color: #fff;\n      padding: 25px;\n      border-radius: 8px;\n      font-size: 1.5rem;\n      line-height: 1.8;\n    }\n    \n    #product-description-container .spec-item {\n      margin-bottom: 12px;\n      padding-bottom: 12px;\n      border-bottom: 1px solid #eee;\n    }\n    \n    #product-description-container .spec-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n    \n    #product-description-container .spec-label {\n      font-weight: 600;\n      color: #584434;\n      display: inline-block;\n      min-width: 160px;\n    }\n    \n    #product-description-container .spec-value {\n      color: #5a4b3a;\n    }\n    \n    \/* Fabric Introduction 改为白色背景 *\/\n    #product-description-container .fabric-intro {\n      background-color: #ffffff;\n      padding: 20px;\n      border-radius: 8px;\n      margin-top: 25px;\n      border-left: 4px solid #a89279;\n      font-size: 1.5rem;\n      line-height: 1.7;\n      box-shadow: 0 3px 10px rgba(88, 68, 52, 0.05);\n    }\n    \n    \/* 右侧客户评价视频 - 9:16竖屏 *\/\n    #product-description-container .review-video-sidebar {\n      background-color: #fff;\n      padding: 20px;\n      border-radius: 10px;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.1);\n      text-align: center;\n    }\n    \n    #product-description-container .review-video-title {\n      color: #584434;\n      font-size: 1.8rem;\n      margin-bottom: 15px;\n      font-weight: 600;\n    }\n    \n    \/* 9:16视频容器 - 修复播放问题 *\/\n    #product-description-container .video-container-9-16 {\n      width: 100%;\n      border-radius: 8px;\n      overflow: hidden;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.15);\n      position: relative;\n      aspect-ratio: 9\/16;\n      background-color: #000;\n      margin-bottom: 15px;\n    }\n    \n    #product-description-container .review-video-thumbnail {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n      cursor: pointer;\n      background-color: #000;\n    }\n    \n    #product-description-container .review-video-play-btn {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      width: 70px;\n      height: 70px;\n      background-color: rgba(168, 146, 121, 0.85);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      z-index: 2;\n    }\n    \n    #product-description-container .review-video-play-btn:hover {\n      background-color: rgba(168, 146, 121, 0.95);\n      transform: translate(-50%, -50%) scale(1.1);\n    }\n    \n    #product-description-container .review-video-play-btn:after {\n      content: '';\n      display: block;\n      width: 0;\n      height: 0;\n      border-top: 15px solid transparent;\n      border-bottom: 15px solid transparent;\n      border-left: 25px solid white;\n      margin-left: 5px;\n    }\n    \n    #product-description-container .review-video-element {\n      width: 100%;\n      height: 100%;\n      border: none;\n      display: none;\n    }\n    \n    #product-description-container .review-video-caption {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      line-height: 1.6;\n      font-style: italic;\n    }\n    \n    \/* 产品注意事项部分 *\/\n    #product-description-container .important-notes-section {\n      margin: 40px 0;\n      padding: 30px;\n      background-color: #fff;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .notes-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n      margin-top: 40px;\n    }\n    \n    @media (max-width: 992px) {\n      #product-description-container .notes-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .notes-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n    \n    #product-description-container .note-card {\n      background-color: #f9f7f3;\n      border-radius: 10px;\n      overflow: hidden;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.1);\n      transition: transform 0.3s ease;\n      height: 100%;\n      display: flex;\n      flex-direction: column;\n    }\n    \n    #product-description-container .note-card:hover {\n      transform: translateY(-8px);\n    }\n    \n    #product-description-container .note-image-container {\n      flex: 1;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 15px;\n      min-height: 250px;\n    }\n    \n    #product-description-container .note-image {\n      width: 100%;\n      height: auto;\n      max-height: 300px;\n      object-fit: contain;\n      border-radius: 8px;\n    }\n    \n    #product-description-container .note-content {\n      padding: 20px;\n      text-align: center;\n    }\n    \n    #product-description-container .note-heading {\n      color: #584434;\n      font-size: 1.8rem;\n      margin-bottom: 15px;\n      font-weight: 600;\n    }\n    \n    #product-description-container .note-text {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      line-height: 1.6;\n    }\n    \n    \/* 功能演示视频部分 - 修复封面颜色 *\/\n    #product-description-container .videos-section {\n      margin: 40px 0;\n      padding: 30px;\n      background-color: #f8f5f0;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .video-demo-container {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 30px;\n      margin-top: 30px;\n    }\n    \n    @media (max-width: 992px) {\n      #product-description-container .video-demo-container {\n        grid-template-columns: 1fr;\n        gap: 30px;\n      }\n    }\n    \n    #product-description-container .video-demo-item {\n      background-color: #fff;\n      border-radius: 10px;\n      overflow: hidden;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.1);\n      display: flex;\n      flex-direction: row;\n      height: 350px;\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .video-demo-item {\n        flex-direction: column;\n        height: auto;\n      }\n    }\n    \n    \/* 1:1视频容器 - 左侧 *\/\n    #product-description-container .video-demo-player {\n      flex: 0 0 350px;\n      min-width: 0;\n      height: 350px;\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .video-demo-player {\n        flex: 0 0 auto;\n        width: 100%;\n        height: 350px;\n      }\n    }\n    \n    #product-description-container .video-container-demo {\n      width: 100%;\n      height: 100%;\n      border-radius: 10px 0 0 10px;\n      overflow: hidden;\n      position: relative;\n      background-color: #000;\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .video-container-demo {\n        border-radius: 10px 10px 0 0;\n      }\n    }\n    \n    \/* 使用视频本身作为封面 - 修复颜色 *\/\n    #product-description-container .demo-video-element {\n      width: 100%;\n      height: 100%;\n      border: none;\n      display: block;\n      object-fit: cover;\n    }\n    \n    #product-description-container .demo-video-play-overlay {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      background-color: transparent; \/* 移除变暗效果 *\/\n      transition: background-color 0.3s ease;\n    }\n    \n    #product-description-container .demo-video-play-overlay:hover {\n      background-color: rgba(0, 0, 0, 0.1); \/* 轻微变暗效果，可选 *\/\n    }\n    \n    #product-description-container .demo-video-play-btn {\n      width: 70px;\n      height: 70px;\n      background-color: rgba(168, 146, 121, 0.85);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      z-index: 2;\n    }\n    \n    #product-description-container .demo-video-play-btn:hover {\n      background-color: rgba(168, 146, 121, 0.95);\n      transform: scale(1.1);\n    }\n    \n    #product-description-container .demo-video-play-btn:after {\n      content: '';\n      display: block;\n      width: 0;\n      height: 0;\n      border-top: 15px solid transparent;\n      border-bottom: 15px solid transparent;\n      border-left: 25px solid white;\n      margin-left: 5px;\n    }\n    \n    \/* 文字描述 - 右侧，小字体简短描述 *\/\n    #product-description-container .video-demo-info {\n      flex: 1;\n      padding: 40px 30px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      text-align: left;\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .video-demo-info {\n        padding: 20px;\n        text-align: center;\n      }\n    }\n    \n    #product-description-container .video-demo-desc {\n      color: #5a4b3a;\n      font-size: 1.6rem;\n      line-height: 1.6;\n    }\n    \n    \/* 场景展示部分 - 修改图片显示方式 *\/\n    #product-description-container .gallery-slider-section {\n      margin: 40px 0;\n      padding: 30px;\n      background-color: #fff;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n      overflow: hidden;\n    }\n    \n    #product-description-container .slider-container {\n      position: relative;\n      margin: 30px auto;\n      max-width: 1400px;\n    }\n    \n    #product-description-container .slider-wrapper {\n      overflow: hidden;\n      border-radius: 10px;\n      position: relative;\n      padding: 10px 0; \/* 只保留上下padding，去掉左右padding *\/\n    }\n    \n    #product-description-container .slider-track {\n      display: flex;\n      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n      gap: 20px;\n    }\n    \n    \/* 修改轮播图幻灯片样式 - 去掉上边和左右边空白 *\/\n    #product-description-container .slide {\n      flex: 0 0 calc(33.333% - 14px);\n      position: relative;\n      border-radius: 8px;\n      overflow: hidden;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.1);\n      transition: transform 0.3s ease;\n      min-width: 0;\n      flex-shrink: 0;\n      display: flex;\n      flex-direction: column;\n      height: 380px; \/* 增加整体高度 *\/\n      background-color: #f9f7f3; \/* 添加背景色 *\/\n    }\n    \n    @media (max-width: 1200px) {\n      #product-description-container .slide {\n        flex: 0 0 calc(50% - 10px);\n      }\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .slide {\n        flex: 0 0 calc(100% - 10px);\n        height: 350px; \/* 移动端稍小一点 *\/\n      }\n    }\n    \n    \/* 修改图片样式 - 去掉上边和左右空白 *\/\n    #product-description-container .slide-image {\n      width: 100%;\n      height: calc(100% - 60px); \/* 给底部文字留出空间 *\/\n      object-fit: cover; \/* 改为cover填充容器 *\/\n      object-position: center top; \/* 图片顶部对齐 *\/\n      cursor: pointer;\n      background-color: #f9f7f3; \/* 添加背景色 *\/\n      padding: 0; \/* 去掉所有内边距 *\/\n      border-radius: 8px 8px 0 0; \/* 只保留上边圆角 *\/\n    }\n    \n    \/* 文字放在图片下方 - 增加高度 *\/\n    #product-description-container .slide-caption {\n      background-color: #f9f7f3;\n      padding: 20px 15px;\n      text-align: center;\n      font-size: 1.6rem;\n      font-weight: 500;\n      color: #5a4b3a;\n      border-top: 1px solid #e8e1d5;\n      flex-shrink: 0; \/* 确保说明部分不被压缩 *\/\n      height: 60px; \/* 固定高度 *\/\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 0 0 8px 8px; \/* 只保留下边圆角 *\/\n    }\n    \n    #product-description-container .slider-nav {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      margin-top: 30px;\n      gap: 20px;\n    }\n    \n    #product-description-container .slider-dots {\n      display: flex;\n      gap: 10px;\n    }\n    \n    #product-description-container .dot {\n      width: 12px;\n      height: 12px;\n      border-radius: 50%;\n      background-color: #ddd;\n      cursor: pointer;\n      transition: background-color 0.3s ease;\n    }\n    \n    #product-description-container .dot.active {\n      background-color: #a89279;\n      transform: scale(1.2);\n    }\n    \n    #product-description-container .slider-arrow {\n      width: 50px;\n      height: 50px;\n      border-radius: 50%;\n      background-color: #f9f7f3;\n      border: 2px solid #a89279;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      font-size: 24px;\n      color: #584434;\n      transition: all 0.3s ease;\n    }\n    \n    #product-description-container .slider-arrow:hover {\n      background-color: #a89279;\n      color: white;\n      transform: scale(1.1);\n    }\n    \n    \/* 新添加：尺寸测量分区 *\/\n    #product-description-container .measurement-section {\n      margin: 40px 0;\n      padding: 30px;\n      background-color: #f8f5f0;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .measurement-content {\n      max-width: 1000px;\n      margin: 0 auto;\n      background-color: #fff;\n      padding: 30px;\n      border-radius: 10px;\n      font-size: 1.6rem;\n      line-height: 1.8;\n    }\n    \n    #product-description-container .measurement-item {\n      margin-bottom: 25px;\n      padding-bottom: 25px;\n      border-bottom: 1px solid #e8e1d5;\n    }\n    \n    #product-description-container .measurement-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n    \n    #product-description-container .measurement-title {\n      color: #584434;\n      font-size: 1.9rem;\n      margin-bottom: 15px;\n      font-weight: 600;\n      display: flex;\n      align-items: center;\n    }\n    \n    #product-description-container .measurement-title:before {\n      content: '';\n      display: inline-block;\n      width: 8px;\n      height: 8px;\n      background-color: #a89279;\n      border-radius: 50%;\n      margin-right: 12px;\n    }\n    \n    #product-description-container .measurement-text {\n      color: #5a4b3a;\n      font-size: 1.6rem;\n      line-height: 1.7;\n      padding-left: 20px;\n    }\n    \n    #product-description-container .measurement-note {\n      background-color: #f9f7f3;\n      border-left: 4px solid #a89279;\n      padding: 20px;\n      margin-top: 30px;\n      border-radius: 0 8px 8px 0;\n      font-size: 1.6rem;\n      line-height: 1.7;\n    }\n    \n    #product-description-container .contact-info {\n      margin-top: 25px;\n      padding-top: 25px;\n      border-top: 1px solid #e8e1d5;\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      text-align: center;\n    }\n    \n    #product-description-container .contact-info a {\n      color: #a89279;\n      text-decoration: none;\n      font-weight: 600;\n    }\n    \n    #product-description-container .contact-info a:hover {\n      text-decoration: underline;\n    }\n    \n    \/* 响应式设计 *\/\n    @media (max-width: 768px) {\n      #product-description-container .section-title {\n        font-size: 2rem;\n      }\n      \n      #product-description-container .specs-title {\n        font-size: 1.8rem;\n      }\n      \n      #product-description-container .review-video-play-btn,\n      #product-description-container .demo-video-play-btn {\n        width: 60px;\n        height: 60px;\n      }\n      \n      #product-description-container .review-video-play-btn:after,\n      #product-description-container .demo-video-play-btn:after {\n        border-top: 12px solid transparent;\n        border-bottom: 12px solid transparent;\n        border-left: 18px solid white;\n      }\n      \n      #product-description-container .review-video-caption {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .specs-content,\n      #product-description-container .fabric-intro {\n        font-size: 1.4rem;\n        padding: 20px;\n      }\n      \n      #product-description-container .note-heading,\n      #product-description-container .review-video-title,\n      #product-description-container .video-demo-desc {\n        font-size: 1.6rem;\n      }\n      \n      #product-description-container .note-text,\n      #product-description-container .slide-caption {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .specs-section,\n      #product-description-container .important-notes-section,\n      #product-description-container .videos-section,\n      #product-description-container .gallery-slider-section,\n      #product-description-container .measurement-section {\n        padding: 25px;\n      }\n      \n      #product-description-container .measurement-content {\n        padding: 20px;\n      }\n      \n      #product-description-container .measurement-title {\n        font-size: 1.7rem;\n      }\n      \n      #product-description-container .measurement-text,\n      #product-description-container .measurement-note {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .slider-wrapper {\n        padding: 10px 0;\n      }\n    }\n\u003c\/style\u003e\n\n\u003cdiv id=\"product-description-container\"\u003e\n  \u003c!-- 第一部分：产品规格 + 右侧客户评价视频 --\u003e\n  \u003csection class=\"specs-section\"\u003e\n    \u003cdiv class=\"specs-left\"\u003e\n      \u003ch3 class=\"specs-title\"\u003eProduct Specifications\u003c\/h3\u003e\n      \n      \u003cdiv class=\"specs-content\"\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n          \u003cspan class=\"spec-label\"\u003eMaterial:\u003c\/span\u003e\n          \u003cspan class=\"spec-value\"\u003ePremium Linen Blend Fabric\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-item\"\u003e\n          \u003cspan class=\"spec-label\"\u003eLight Blocking:\u003c\/span\u003e\n          \u003cspan class=\"spec-value\"\u003e100% complete blackout\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-item\"\u003e\n          \u003cspan class=\"spec-label\"\u003eFabric Weight:\u003c\/span\u003e\n          \u003cspan class=\"spec-value\"\u003e285 gsm lightweight construction\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-item\"\u003e\n          \u003cspan class=\"spec-label\"\u003eLining:\u003c\/span\u003e\n          \u003cspan class=\"spec-value\"\u003eUnlined\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-item\"\u003e\n          \u003cspan class=\"spec-label\"\u003eHeader type:\u003c\/span\u003e\n          \u003cspan class=\"spec-value\"\u003ePinch Pleat\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-item\"\u003e\n          \u003cspan class=\"spec-label\"\u003eCare Tips:\u003c\/span\u003e\n          \u003cspan class=\"spec-value\"\u003eGently machine wash or dry clean, no bleach, steam iron, air dry\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-item\"\u003e\n          \u003cspan class=\"spec-label\"\u003eNote:\u003c\/span\u003e\n          \u003cspan class=\"spec-value\" style=\"font-style: italic; color: #8c7559;\"\u003eCustom made to your exact measurements for a perfect fit.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fabric-intro\"\u003e\n        \u003cp\u003e\u003cstrong\u003eFabric Introduction:\u003c\/strong\u003e The 3009 100% Blackout Curtain is crafted from premium yarn-dyed linen fabric with an innovative 3-layer construction. Both the front and back layers feature the same high-quality linen texture in matching colors, while a specialized middle layer woven with blackout black yarn provides complete 100% light blocking.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"specs-right\"\u003e\n      \u003cdiv class=\"review-video-sidebar\"\u003e\n        \u003ch3 class=\"review-video-title\"\u003eCustomer Review\u003c\/h3\u003e\n        \n        \u003cdiv class=\"video-container-9-16\"\u003e\n          \u003c!-- 直接使用图片作为封面，避免canvas兼容性问题 --\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/3009_PP_Gray.png?v=1766120887\" alt=\"Customer Review Video\" class=\"review-video-thumbnail\" id=\"reviewVideoThumb\"\u003e\n          \u003cdiv class=\"review-video-play-btn\" id=\"reviewPlayBtn\"\u003e\u003c\/div\u003e\n          \u003cvideo class=\"review-video-element\" id=\"reviewVideo\" controls\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/09373ac8f57248d88912286ab1246096.mp4\" type=\"video\/mp4\"\u003e\n            Your browser does not support the video tag.\n          \u003c\/source\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n        \n        \u003cp class=\"review-video-caption\"\u003eCustomer Review: 3009 fabric color #3 Gray, Pinch Pleat\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n  \u003c!-- 第二部分：重要注意事项 - 更新图片 --\u003e\n  \u003csection class=\"important-notes-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eImportant Notes\u003c\/h2\u003e\n    \n    \u003cdiv class=\"notes-grid\"\u003e\n      \u003cdiv class=\"note-card\"\u003e\n        \u003cdiv class=\"note-image-container\"\u003e\n          \u003c!-- 更新为新的stacked width图片 --\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/stacked_width_0123.jpg?v=1769155913\" alt=\"Stacked Width\" class=\"note-image\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-content\"\u003e\n          \u003ch3 class=\"note-heading\"\u003eStacked Width\u003c\/h3\u003e\n          \u003cp class=\"note-text\"\u003eStacked width is approximately 20-25% of panel width when curtains are fully opened.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"note-card\"\u003e\n        \u003cdiv class=\"note-image-container\"\u003e\n          \u003c!-- 更新为新的米色窗帘图片 --\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf100_BlackoutLinenCurtainBeige_4_ded58f98-36be-49bb-85e9-853b68eb71da.jpg?v=1753857734\" alt=\"Premium Material\" class=\"note-image\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-content\"\u003e\n          \u003ch3 class=\"note-heading\"\u003ePremium Linen Blend\u003c\/h3\u003e\n          \u003cp class=\"note-text\"\u003eCrafted from high-quality yarn-dyed linen fabric with same texture and color on both sides.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"note-card\"\u003e\n        \u003cdiv class=\"note-image-container\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/accs_for_PP_FH.jpg?v=1763692277\" alt=\"Custom Sizing\" class=\"note-image\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-content\"\u003e\n          \u003ch3 class=\"note-heading\"\u003eCustom Made to Fit\u003c\/h3\u003e\n          \u003cp class=\"note-text\"\u003eEach curtain is custom made to your exact measurements. Adjustable hooks allow for 3-inch height modification.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n  \u003c!-- 第三部分：功能演示视频 - 修复封面颜色 --\u003e\n  \u003csection class=\"videos-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFeature Demonstration\u003c\/h2\u003e\n    \n    \u003cdiv class=\"video-demo-container\"\u003e\n      \u003c!-- 100%遮光效果视频 --\u003e\n      \u003cdiv class=\"video-demo-item\"\u003e\n        \u003cdiv class=\"video-demo-player\"\u003e\n          \u003cdiv class=\"video-container-demo\"\u003e\n            \u003c!-- 使用图片作为封面 --\u003e\n            \u003cvideo class=\"demo-video-element\" id=\"blackoutVideo\" preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf_100_Blackout_Linen_Curtain_Natural_Grey_2.jpg?v=1764127681\"\u003e\n              \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/abc9a581040a430492e2e53c9f663c99.mp4\" type=\"video\/mp4\"\u003e\n              Your browser does not support the video tag.\n            \u003c\/source\u003e\u003c\/video\u003e\n            \u003cdiv class=\"demo-video-play-overlay\" id=\"blackoutPlayOverlay\"\u003e\n              \u003cdiv class=\"demo-video-play-btn\" id=\"blackoutPlayBtn\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"video-demo-info\"\u003e\n          \u003cp class=\"video-demo-desc\"\u003eSee how our 100% blackout technology creates perfect darkness in any room.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 面料细节视频 - 更新封面 --\u003e\n      \u003cdiv class=\"video-demo-item\"\u003e\n        \u003cdiv class=\"video-demo-player\"\u003e\n          \u003cdiv class=\"video-container-demo\"\u003e\n            \u003c!-- 使用新的面料图片作为封面 --\u003e\n            \u003cvideo class=\"demo-video-element\" id=\"fabricVideo\" preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/3009_fabric.png?v=1769152739\"\u003e\n              \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bb273a079bb948dd9872bf08edb44a4d.mp4\" type=\"video\/mp4\"\u003e\n              Your browser does not support the video tag.\n            \u003c\/source\u003e\u003c\/video\u003e\n            \u003cdiv class=\"demo-video-play-overlay\" id=\"fabricPlayOverlay\"\u003e\n              \u003cdiv class=\"demo-video-play-btn\" id=\"fabricPlayBtn\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"video-demo-info\"\u003e\n          \u003cp class=\"video-demo-desc\"\u003eClose-up view of our premium linen blend fabric texture and construction.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n  \u003c!-- 第四部分：场景图滑动展示 --\u003e\n  \u003csection class=\"gallery-slider-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eIn Real Rooms\u003c\/h2\u003e\n    \n    \u003cdiv class=\"slider-container\"\u003e\n      \u003cdiv class=\"slider-wrapper\"\u003e\n        \u003cdiv class=\"slider-track\" id=\"sliderTrack\"\u003e\n          \u003c!-- 幻灯片将通过JavaScript动态生成 --\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 导航箭头和圆点 --\u003e\n      \u003cdiv class=\"slider-nav\"\u003e\n        \u003cbutton class=\"slider-arrow prev-btn\"\u003e❮\u003c\/button\u003e\n        \n        \u003cdiv class=\"slider-dots\" id=\"sliderDots\"\u003e\n          \u003c!-- 圆点将通过JavaScript动态生成 --\u003e\n        \u003c\/div\u003e\n        \n        \u003cbutton class=\"slider-arrow next-btn\"\u003e❯\u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n  \u003c!-- 第五部分：尺寸测量分区 --\u003e\n  \u003csection class=\"measurement-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eSize \u0026amp; Measurement Guide\u003c\/h2\u003e\n    \n    \u003cdiv class=\"measurement-content\"\u003e\n      \u003cdiv class=\"measurement-item\"\u003e\n        \u003ch3 class=\"measurement-title\"\u003e1. Curtain Length Measurement\u003c\/h3\u003e\n        \u003cp class=\"measurement-text\"\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      \n      \u003cdiv class=\"measurement-item\"\u003e\n        \u003ch3 class=\"measurement-title\"\u003e2. Curtain Width \u0026amp; Fullness\u003c\/h3\u003e\n        \u003cp class=\"measurement-text\"\u003eFor optimal appearance and function, curtain width is suggested to be 1.1-1.3x times the track length.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"measurement-note\"\u003e\n        \u003cp\u003eEach curtain is sold individually and comes with adjustable hooks that allow for a 3-inch height modification, enabling seamless customization to fit your space perfectly.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"contact-info\"\u003e\n        \u003cp\u003eShould you have any questions, feel free to reach out via email at \u003ca href=\"mailto:support@cololeafhome.com\"\u003esupport@cololeafhome.com\u003c\/a\u003e or contact us through inbox anytime.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    \/\/ 图片数据 - 使用4张不同的图片，去掉了Living Room - Light Brown\n    const slidesData = [\n      {\n        image: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/10_0de0cb30-96e2-4711-b152-a986bfae402a.jpg?v=1769566749\",\n        caption: \"Dinning Room - Ivory White\"\n      },\n      {\n        image: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/14_41f8de92-c44f-427b-9c57-e5d2d2fceab2.jpg?v=1769566750\",\n        caption: \"Living Room - Greyish White\"\n      },\n      {\n        image: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/12_51de90ed-0d60-4970-8a1c-8fb4f977de62.jpg?v=1769566750\",\n        caption: \"Bedroom - Light Coffee\"\n      },\n      {\n        image: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/15_2aef75c8-3bde-4fe9-980e-b079cb941866.jpg?v=1769566750\",\n        caption: \"Living Room - Fog Green\"\n      }\n    ];\n    \n    \/* ========== 视频功能 ========== *\/\n    \/\/ 客户评价视频\n    const reviewVideoThumb = document.getElementById('reviewVideoThumb');\n    const reviewVideo = document.getElementById('reviewVideo');\n    const reviewPlayBtn = document.getElementById('reviewPlayBtn');\n    \n    \/\/ 播放客户评价视频\n    reviewPlayBtn.addEventListener('click', function() {\n      reviewVideoThumb.style.display = 'none';\n      reviewPlayBtn.style.display = 'none';\n      reviewVideo.style.display = 'block';\n      reviewVideo.play();\n    });\n    \n    reviewVideoThumb.addEventListener('click', function() {\n      reviewVideoThumb.style.display = 'none';\n      reviewPlayBtn.style.display = 'none';\n      reviewVideo.style.display = 'block';\n      reviewVideo.play();\n    });\n    \n    \/\/ 客户评价视频结束后回到封面状态\n    reviewVideo.addEventListener('ended', function() {\n      reviewVideo.style.display = 'none';\n      reviewVideoThumb.style.display = 'block';\n      reviewPlayBtn.style.display = 'flex';\n      reviewVideo.currentTime = 0;\n    });\n    \n    \/* ========== 功能演示视频 - 修复封面颜色 ========== *\/\n    \/\/ 100%遮光效果视频\n    const blackoutVideo = document.getElementById('blackoutVideo');\n    const blackoutPlayOverlay = document.getElementById('blackoutPlayOverlay');\n    const blackoutPlayBtn = document.getElementById('blackoutPlayBtn');\n    \n    \/\/ 面料细节视频\n    const fabricVideo = document.getElementById('fabricVideo');\n    const fabricPlayOverlay = document.getElementById('fabricPlayOverlay');\n    const fabricPlayBtn = document.getElementById('fabricPlayBtn');\n    \n    \/\/ 设置功能演示视频播放功能\n    const demoVideos = [\n      { video: blackoutVideo, overlay: blackoutPlayOverlay, playBtn: blackoutPlayBtn },\n      { video: fabricVideo, overlay: fabricPlayOverlay, playBtn: fabricPlayBtn }\n    ];\n    \n    demoVideos.forEach(videoData =\u003e {\n      \/\/ 播放视频\n      videoData.playBtn.addEventListener('click', function() {\n        videoData.overlay.style.display = 'none';\n        videoData.video.play();\n      });\n      \n      videoData.overlay.addEventListener('click', function() {\n        videoData.overlay.style.display = 'none';\n        videoData.video.play();\n      });\n      \n      \/\/ 视频结束后显示播放按钮\n      videoData.video.addEventListener('ended', function() {\n        videoData.overlay.style.display = 'flex';\n        videoData.video.currentTime = 0;\n      });\n      \n      \/\/ 视频暂停时显示播放按钮\n      videoData.video.addEventListener('pause', function() {\n        videoData.overlay.style.display = 'flex';\n      });\n      \n      \/\/ 确保视频封面显示正常颜色\n      videoData.video.style.backgroundColor = 'transparent';\n    });\n    \n    \/* ========== 图片滑动功能 ========== *\/\n    const sliderTrack = document.getElementById('sliderTrack');\n    const prevBtn = document.querySelector('.prev-btn');\n    const nextBtn = document.querySelector('.next-btn');\n    const sliderDots = document.getElementById('sliderDots');\n    \n    let currentSlideIndex = 0;\n    let slidesPerView = 3;\n    let totalSlides = slidesData.length;\n    \n    \/\/ 初始化滑动器\n    function initSlider() {\n      updateSlidesPerView();\n      generateSlides();\n      updateSliderPosition();\n    }\n    \n    \/\/ 根据屏幕宽度更新每屏显示的幻灯片数量\n    function updateSlidesPerView() {\n      const screenWidth = window.innerWidth;\n      if (screenWidth \u003c= 768) {\n        slidesPerView = 1;\n      } else if (screenWidth \u003c= 1200) {\n        slidesPerView = 2;\n      } else {\n        slidesPerView = 3;\n      }\n    }\n    \n    \/\/ 生成幻灯片 - 确保图片显示\n    function generateSlides() {\n      sliderTrack.innerHTML = '';\n      sliderDots.innerHTML = '';\n      \n      \/\/ 创建所有4张幻灯片\n      slidesData.forEach((slide, index) =\u003e {\n        const slideElement = document.createElement('div');\n        slideElement.className = 'slide';\n        slideElement.dataset.index = index;\n        \n        slideElement.innerHTML = `\n          \u003cimg src=\"${slide.image}\" alt=\"${slide.caption}\" class=\"slide-image\"\u003e\n          \u003cdiv class=\"slide-caption\"\u003e${slide.caption}\u003c\/div\u003e\n        `;\n        \n        sliderTrack.appendChild(slideElement);\n      });\n      \n      \/\/ 创建导航圆点 - 为每张图片创建一个圆点\n      for (let i = 0; i \u003c totalSlides; i++) {\n        const dot = document.createElement('div');\n        dot.className = 'dot';\n        if (i === 0) dot.classList.add('active');\n        dot.addEventListener('click', () =\u003e goToSlide(i));\n        sliderDots.appendChild(dot);\n      }\n    }\n    \n    \/\/ 更新幻灯片位置\n    function updateSliderPosition() {\n      const slides = document.querySelectorAll('.slide');\n      const dots = document.querySelectorAll('.dot');\n      \n      if (slides.length === 0) return;\n      \n      \/\/ 计算可滑动的最大索引\n      const maxIndex = Math.max(0, totalSlides - slidesPerView);\n      \n      \/\/ 确保当前索引在有效范围内\n      currentSlideIndex = Math.min(Math.max(0, currentSlideIndex), maxIndex);\n      \n      \/\/ 计算单个幻灯片的宽度（包括间距）\n      const slideWidth = slides[0].offsetWidth + 20; \/\/ 20px是gap\n      \n      \/\/ 计算需要移动的距离\n      const offset = currentSlideIndex * slideWidth;\n      \n      \/\/ 应用transform\n      sliderTrack.style.transform = `translateX(-${offset}px)`;\n      \n      \/\/ 更新圆点状态\n      dots.forEach((dot, index) =\u003e {\n        \/\/ 由于圆点数量与图片数量相同，所以可以直接按索引激活\n        dot.classList.toggle('active', index === currentSlideIndex);\n      });\n    }\n    \n    \/\/ 前往指定幻灯片\n    function goToSlide(slideIndex) {\n      const maxIndex = Math.max(0, totalSlides - slidesPerView);\n      \n      \/\/ 确保索引在有效范围内\n      currentSlideIndex = Math.min(Math.max(0, slideIndex), maxIndex);\n      updateSliderPosition();\n    }\n    \n    \/\/ 下一张幻灯片\n    function nextSlide() {\n      const maxIndex = Math.max(0, totalSlides - slidesPerView);\n      \n      if (currentSlideIndex \u003c maxIndex) {\n        currentSlideIndex++;\n      } else {\n        \/\/ 如果已经是最后一张，回到第一张\n        currentSlideIndex = 0;\n      }\n      updateSliderPosition();\n    }\n    \n    \/\/ 上一张幻灯片\n    function prevSlide() {\n      const maxIndex = Math.max(0, totalSlides - slidesPerView);\n      \n      if (currentSlideIndex \u003e 0) {\n        currentSlideIndex--;\n      } else {\n        \/\/ 如果已经是第一张，跳到最后一张\n        currentSlideIndex = maxIndex;\n      }\n      updateSliderPosition();\n    }\n    \n    \/\/ 添加事件监听器\n    prevBtn.addEventListener('click', prevSlide);\n    nextBtn.addEventListener('click', nextSlide);\n    \n    \/\/ 图片加载错误处理\n    const slideImages = document.querySelectorAll('.slide-image');\n    slideImages.forEach(img =\u003e {\n      img.addEventListener('error', function() {\n        this.src = 'https:\/\/via.placeholder.com\/400x300\/584434\/ffffff?text=Image+Loading';\n        this.alt = 'Image not available';\n      });\n    });\n    \n    \/\/ 初始化滑动器\n    initSlider();\n    \n    \/* ========== 响应式处理 ========== *\/\n    window.addEventListener('resize', function() {\n      updateSlidesPerView();\n      updateSliderPosition();\n    });\n  });\n\u003c\/script\u003e","brand":"Cololeaf","offers":[{"title":"#5 Silver Grey","offer_id":42038929490004,"sku":"CL19-3009-PP-5","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#10 Beige","offer_id":42038929424468,"sku":"CL19-3009-PP-10","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#14 Greyish White","offer_id":42038929457236,"sku":"CL19-3009-PP-14","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#8 Sand Beige","offer_id":42038929522772,"sku":"CL19-3009-PP-8","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#15 Fog Green","offer_id":42038929555540,"sku":"CL19-3009-PP-15","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#13 Ivory White","offer_id":42038929883220,"sku":"CL19-3009-PP-13","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#2 Mid Grey","offer_id":42038929621076,"sku":"CL19-3009-PP-2","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#3 Gray","offer_id":42038929653844,"sku":"CL19-3009-PP-3","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#4 Light Grey","offer_id":42038929686612,"sku":"CL19-3009-PP-4","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#19 Violet","offer_id":42038930014292,"sku":"CL19-3009-PP-19","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#20 Blue","offer_id":42038930047060,"sku":"CL19-3009-PP-20","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#9 Taupe","offer_id":42038929784916,"sku":"CL19-3009-PP-9","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#11 Light Brown","offer_id":42038929817684,"sku":"CL19-3009-PP-11","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#12 Light Coffee","offer_id":42038929850452,"sku":"CL19-3009-PP-12","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#1 Natural Grey","offer_id":42038929588308,"sku":"CL19-3009-PP-1","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#18 Lilac","offer_id":42038929981524,"sku":"CL19-3009-PP-18","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#16 Yellow","offer_id":42038929915988,"sku":"CL19-3009-PP-16","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#17 Orange","offer_id":42038929948756,"sku":"CL19-3009-PP-17","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#6 Brownish Grey","offer_id":42038929719380,"sku":"CL19-3009-PP-6","price":93.99,"currency_code":"USD","in_stock":true},{"title":"#7 Light Khaki","offer_id":42038929752148,"sku":"CL19-3009-PP-7","price":93.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/14_41f8de92-c44f-427b-9c57-e5d2d2fceab2.jpg?v=1774511537"},{"product_id":"223-velvet-drape-pinch-pleat","title":"223 Premium 100% Blackout Velvet Drape 280gsm 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: 'Poppins', '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    \/* 横幅视频部分样式 *\/\n    #product-description-container .video-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      text-align: center;\n    }\n    \n    #product-description-container .video-title {\n      color: #584434;\n      font-size: 2.2rem;\n      margin-bottom: 20px;\n      font-weight: 600;\n      position: relative;\n      padding-bottom: 15px;\n    }\n    \n    #product-description-container .video-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 .video-container {\n      max-width: 100%;\n      margin: 0 auto;\n      border-radius: 10px;\n      overflow: hidden;\n      box-shadow: 0 8px 25px rgba(88, 68, 52, 0.15);\n      position: relative;\n    }\n    \n    #product-description-container .video-preview {\n      width: 100%;\n      height: 400px;\n      object-fit: cover;\n      display: block;\n    }\n    \n    #product-description-container .play-button {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      width: 80px;\n      height: 80px;\n      background-color: rgba(168, 146, 121, 0.8);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      z-index: 2;\n    }\n    \n    #product-description-container .play-button:hover {\n      background-color: rgba(168, 146, 121, 0.95);\n      transform: translate(-50%, -50%) scale(1.1);\n    }\n    \n    #product-description-container .play-button:after {\n      content: '';\n      display: block;\n      width: 0;\n      height: 0;\n      border-top: 15px solid transparent;\n      border-bottom: 15px solid transparent;\n      border-left: 25px solid white;\n      margin-left: 5px;\n    }\n    \n    #product-description-container .youtube-embed {\n      width: 100%;\n      height: 400px;\n      border: none;\n      border-radius: 10px;\n      display: none;\n    }\n    \n    #product-description-container .video-caption {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      margin-top: 15px;\n      line-height: 1.6;\n      text-align: center;\n      font-style: italic;\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    #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    \/* 这里使用了更具体的选择器以确保优先级 *\/\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 .fabric-intro {\n      background-color: #f9f7f3;\n      padding: 20px;\n      border-radius: 8px;\n      margin-top: 15px;\n      border-left: 4px solid #a89279;\n      font-size: 1.5rem;\n      line-height: 1.7;\n    }\n\n    \/* 新增的图片展示分区样式 - 使用浅米色背景 *\/\n    #product-description-container .image-display-section {\n      margin: 25px 0;\n      padding: 30px;\n      background-color: #f8f5f0;\n      border-radius: 10px;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .image-display-container {\n        display: flex;\n        justify-content: center;\n        align-items: flex-start;\n        gap: 25px;\n    }\n    \n    #product-description-container .image-item {\n        flex: 1;\n        text-align: center;\n        max-width: 350px; \/* 稍微减小最大宽度以适应三列 *\/\n    }\n    \n    #product-description-container .display-image {\n      width: 100%;\n      border-radius: 8px;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.1);\n      cursor: pointer;\n      transition: transform 0.3s ease;\n    }\n    \n    #product-description-container .display-image:hover {\n      transform: scale(1.02);\n    }\n    \n    #product-description-container .image-caption {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      margin-top: 15px;\n      line-height: 1.6;\n      text-align: center;\n    }\n\n    \/* 图片放大模态框样式 *\/\n    #product-description-container .modal {\n      display: none;\n      position: fixed;\n      z-index: 1000;\n      left: 0;\n      top: 0;\n      width: 100%;\n      height: 100%;\n      background-color: rgba(0,0,0,0.8);\n    }\n    \n    #product-description-container .modal-content {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      max-width: 90%;\n      max-height: 90%;\n      border-radius: 8px;\n    }\n    \n    #product-description-container .close {\n      position: absolute;\n      top: 20px;\n      right: 35px;\n      color: #fff;\n      font-size: 40px;\n      font-weight: bold;\n      cursor: pointer;\n    }\n    \n    #product-description-container .close:hover {\n      color: #a89279;\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      #product-description-container .image-display-container {\n        flex-direction: column;\n        align-items: center;\n        gap: 30px;\n      }\n      \n      #product-description-container .video-preview,\n      #product-description-container .youtube-embed {\n        height: 300px;\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 .fabric-intro {\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      #product-description-container .image-caption {\n        font-size: 1.4rem;\n      }\n      \n      \/* 视频部分响应式调整 *\/\n      #product-description-container .video-title {\n        font-size: 1.8rem;\n      }\n      \n      #product-description-container .video-caption {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .video-preview,\n      #product-description-container .youtube-embed {\n        height: 200px;\n      }\n      \n      #product-description-container .play-button {\n        width: 60px;\n        height: 60px;\n      }\n      \n      #product-description-container .play-button:after {\n        border-top: 12px solid transparent;\n        border-bottom: 12px solid transparent;\n        border-left: 20px solid white;\n      }\n    }\n    \n    @media (max-width: 992px) {\n        #product-description-container .image-display-container {\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        #product-description-container .image-item {\n            flex: 0 0 calc(50% - 20px); \/* 在中等屏幕上显示两列 *\/\n            max-width: calc(50% - 20px);\n        }\n    }\n    \n    @media (max-width: 768px) {\n        #product-description-container .image-item {\n            flex: 0 0 100%; \/* 在移动端显示单列 *\/\n            max-width: 100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv id=\"product-description-container\"\u003e\n\u003c!-- 新增横幅样式客户评价视频部分 --\u003e\n\u003csection class=\"video-section\"\u003e\n\u003ch2 class=\"video-title\"\u003eCustomer Review\u003c\/h2\u003e\n\u003cdiv id=\"videoContainer\" class=\"video-container\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/223_color_5_Parchment_30ed6ae7-1efc-4707-adbc-efd15f494e75.png?v=1764662389\" alt=\"Customer Review Video Preview\" class=\"video-preview\"\u003e\n\u003cdiv id=\"playButton\" class=\"play-button\"\u003e\u003c\/div\u003e\n\u003c!-- 使用正确的YouTube嵌入格式 --\u003e \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/w0m1inqcG40\" id=\"youtubePlayer\" class=\"youtube-embed\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003cp class=\"video-caption\"\u003e223 Velvet Blackout Curtain, Pinch Pleat, #5 Parchment\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 产品规格部分 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch4 class=\"spec-title\"\u003eSPECIFICATIONS\u003c\/h4\u003e\n\u003cdiv style=\"overflow: hidden;\"\u003e\n\u003cdiv style=\"float: right; margin-left: 20px; margin-bottom: 16px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003e100% polyester velvet fabric\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e100% complete blackout\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e280 gsm lightweight construction\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeader type: \u003c\/strong\u003ePinch Pleat\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e Machine wash cold on gentle cycle. Tumble dry on low heat. Cool iron as needed.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor Note: \u003c\/strong\u003e\u003cspan class=\"note-text\"\u003eThe color appears different depending on the direction of the fabric's nap.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"fabric-intro\"\u003e\n\u003cp\u003e\u003cstrong\u003eFabric Introduction:\u003c\/strong\u003e The 223 Velvet Blackout Curtain features luxurious 100% polyester velvet with a triple-layer construction. The plush velvet front offers a soft, skin-friendly texture, while the middle blackout layer ensures complete 100% light blocking. The velvet surface creates varying color effects based on nap direction, adding visual depth to your space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 新增的Detailed Information分区 --\u003e\n\u003csection class=\"image-display-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDetailed Information\u003c\/h2\u003e\n\u003cdiv class=\"image-display-container\"\u003e\n\u003c!-- 左边：遮光效果图 --\u003e\n\u003cdiv class=\"image-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Velvet-100_-Blackout-Curtain-Navy-Blue-_13_6b96e507-c45e-49b5-8cbb-b5affeffd0da.jpg?v=1764662389\" alt=\"100% Blackout Effect\" class=\"display-image\"\u003e\n\u003cp class=\"image-caption\"\u003e100% Complete Blackout - Blocks all light for perfect darkness\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 中间：褶皱帘头图 --\u003e\n\u003cdiv class=\"image-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/accs_for_PP_FH.jpg?v=1763692277\" alt=\"Pinch Pleat Header Details\" class=\"display-image\"\u003e\n\u003cp class=\"image-caption\"\u003ePinch Pleat Header - Adjustable hooks included, rod and rings not included\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 右边：面料图 --\u003e\n\u003cdiv class=\"image-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Velvet-100_-Blackout-Curtain-Parchment-_15_95993dbb-ba2a-449d-a5d6-debcb3b62a15.jpg?v=1764662389\" alt=\"Velvet Fabric Texture\" class=\"display-image\"\u003e\n\u003cp class=\"image-caption\"\u003eVelvet Fabric - Color varies with nap direction for added depth\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 图片放大模态框 --\u003e\n\u003cdiv class=\"modal\" id=\"imageModal\"\u003e\n\u003cspan class=\"close\"\u003e×\u003c\/span\u003e \u003cimg id=\"modalImage\" class=\"modal-content\"\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ 图片放大功能\n    function openModal(img) {\n      var modal = document.getElementById(\"imageModal\");\n      var modalImg = document.getElementById(\"modalImage\");\n      modal.style.display = \"block\";\n      modalImg.src = img.src;\n    }\n\n    function closeModal() {\n      var modal = document.getElementById(\"imageModal\");\n      modal.style.display = \"none\";\n    }\n\n    \/\/ 点击模态框背景关闭\n    document.getElementById('imageModal').addEventListener('click', function(e) {\n      if (e.target === this) {\n        closeModal();\n      }\n    });\n\n    \/\/ YouTube视频播放功能\n    document.addEventListener('DOMContentLoaded', function() {\n      var playButton = document.getElementById('playButton');\n      var videoContainer = document.getElementById('videoContainer');\n      var preview = document.querySelector('.video-preview');\n      var youtubeEmbed = document.getElementById('youtubePlayer');\n      \n      \/\/ 添加点击事件监听器\n      playButton.addEventListener('click', playYouTubeVideo);\n      videoContainer.addEventListener('click', playYouTubeVideo);\n      \n      function playYouTubeVideo(e) {\n        \/\/ 阻止事件冒泡，避免重复触发\n        e.stopPropagation();\n        \n        \/\/ 隐藏预览和播放按钮\n        preview.style.display = 'none';\n        playButton.style.display = 'none';\n        \n        \/\/ 显示YouTube嵌入\n        youtubeEmbed.style.display = 'block';\n        \n        \/\/ 重新加载iframe以触发自动播放\n        var currentSrc = youtubeEmbed.src;\n        \/\/ 移除可能存在的autoplay参数\n        currentSrc = currentSrc.replace(\/\u0026autoplay=1\/g, '');\n        \/\/ 添加autoplay参数\n        youtubeEmbed.src = currentSrc + '?autoplay=1';\n      }\n      \n      \/\/ 为所有可点击图片添加点击事件\n      document.querySelectorAll('.display-image').forEach(function(img) {\n        img.addEventListener('click', function() {\n          openModal(this);\n        });\n      });\n      \n      \/\/ 为关闭按钮添加点击事件\n      document.querySelector('.close').addEventListener('click', closeModal);\n    });\n  \u003c\/script\u003e \u003c!-- Why Choose Our 223 Velvet Blackout Curtains Section --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our 223 Velvet Blackout 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\"\u003eTriple-Layer Blackout\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cspan\u003eStruggling to sleep during the day or get your home theater to look right? \u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003eBlocks every bit of light\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e thanks to a specialized triple-layer construction. No pinpricks of light, no gray haze—just true darkness whenever you need it. Ideal for bedrooms, nurseries, shift workers, and movie enthusiasts.\u003c\/span\u003e\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\"\u003eNoise Reduction\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cspan\u003eBothered by street noise or echo in your room? \u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003eThe dense velvet weave helps absorb sound\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e, reducing unwanted noise and creating a more peaceful environment. Perfect for home theaters, city apartments, or anyone who values a quiet retreat.\u003c\/span\u003e\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 Velvet\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cspan\u003eWant curtains that feel as luxurious as they look? \u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003ePremium velvet fabric has a rich, plush hand-feel and a subtle sheen\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e that catches light beautifully. Perfect for living rooms, bedrooms, or anywhere you want that high-end hotel ambiance.\u003c\/span\u003e.\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\"\u003eSkin-Friendly \u0026amp; Safe\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cspan\u003eWorried about harsh chemicals or irritation? \u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003eMade from 100% polyester velvet that’s soft to the touch and free from harmful substances.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e Safe for children’s rooms, nurseries, and sensitive skin. Breathable yet effective, so you can enjoy comfort without compromise.\u003c\/span\u003e\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\"\u003e\u003cspan\u003eWorried the color won’t match or the fabric won’t feel right? \u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003eOrder \u003ca href=\"https:\/\/cololeaf.com\/collections\/free-swatches?filter.v.t.shopify.fabric=gid%3A%2F%2Fshopify%2FMetaobject%2F112186097748\u0026amp;sort_by=best-selling\" title=\"free swatches\"\u003efree swatches\u003c\/a\u003e to see the true color and texture in your own space.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e No guesswork, no surprises—just confidence before you buy. Perfect for anyone who wants to be absolutely sure before committing to custom-made curtains.\u003c\/span\u003e\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\"\u003e\u003cspan\u003eWhat if they’re not quite what you expected? \u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003eTry them in your home for 30 days. If you’re not completely satisfied, return for a full refund.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e No hassle, no restocking fees. Because you should only keep curtains you truly love.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Measurement Guidance Section --\u003e\n\u003csection class=\"section measurement-guidance\"\u003e\n\u003ch2 class=\"section-title\"\u003eMeasurement \u0026amp; Sizing Guide\u003c\/h2\u003e\n\u003cdiv class=\"measurement-section\" style=\"text-align: right;\"\u003e\n\u003cp style=\"text-align: left;\" class=\"measurement-title\"\u003e1. Curtain Length Measurement\u003c\/p\u003e\n\u003cp style=\"text-align: left;\" 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 1.1-1.3x times the track length.\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 and comes with adjustable hooks that allow for a 3-inch height modification, enabling seamless customization to fit your space perfectly. Should you have 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 inbox anytime.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Cololeaf","offers":[{"title":"#26 Rose Pink","offer_id":42054739918932,"sku":"CL18-223-26-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#7 Beige","offer_id":42054739787860,"sku":"CL18-223-7-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#6 Silver Grey","offer_id":42054739820628,"sku":"CL18-223-6-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#5 Parchment","offer_id":42054739853396,"sku":"CL18-223-5-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#9 Cream","offer_id":42054739886164,"sku":"CL18-223-9-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#3 Firebrick","offer_id":42054739951700,"sku":"CL18-223-3-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#4 Windward Blue","offer_id":42054739984468,"sku":"CL18-223-4-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#8 Sky Blue","offer_id":42054740017236,"sku":"CL18-223-8-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#10 Light Taupe","offer_id":42054740050004,"sku":"CL18-223-10-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#12 Oak","offer_id":42054740082772,"sku":"CL18-223-12-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#13 Ice Flow","offer_id":42054740115540,"sku":"CL18-223-13-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#14 Blue Grey","offer_id":42054740148308,"sku":"CL18-223-14-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#15 Grey","offer_id":42054740181076,"sku":"CL18-223-15-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#17 Stone Blue","offer_id":42054740213844,"sku":"CL18-223-17-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#18 Charcoal Grey","offer_id":42054740246612,"sku":"CL18-223-18-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#19 Dusty Blue","offer_id":42054740279380,"sku":"CL18-223-19-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#20 Rock Grey","offer_id":42054740312148,"sku":"CL18-223-20-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#24 Misted Yellow","offer_id":42054740377684,"sku":"CL18-223-24-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#27 Violet","offer_id":42054740410452,"sku":"CL18-223-27-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#31 Vintage Grey","offer_id":42054740443220,"sku":"CL18-223-31-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#33 Taupe","offer_id":42054740475988,"sku":"CL18-223-33-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#35 Brown","offer_id":42054740508756,"sku":"CL18-223-35-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#36 Chocolate","offer_id":42054740541524,"sku":"CL18-223-36-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#37 Teal","offer_id":42054740574292,"sku":"CL18-223-37-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#42 Seaport Blue","offer_id":42054740607060,"sku":"CL18-223-42-PP","price":80.99,"currency_code":"USD","in_stock":true},{"title":"#46 Navy Blue","offer_id":42054740639828,"sku":"CL18-223-46-PP","price":80.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Velvet-100_-Blackout-Curtain-Rose-Pink-_07_f9f0df51-da1a-414d-94a1-ca2c7507bf42.jpg?v=1774511558"},{"product_id":"b01-linen-airy-sheer-pinch-pleat","title":"B01 Linen Textured Airy Sheer Curtain Pinch Pleat 1 Panel","description":"\u003ch4\u003e\u003cb\u003e\u003cstrong class=\"editor-text-bold\" style=\"white-space: nowrap;\"\u003eSPECIFICATIONS\u003c\/strong\u003e\u003c\/b\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003eLinen blend, 30% linen+70% polyester\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e20%-40% \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e170 gsm \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeader type: \u003c\/strong\u003ePinch Pleat\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e \u003cspan class=\"a-list-item\"\u003eMachine wash cold with similar color, gentle cycle. Tumble dry on low heat. Cool iron as needed, do not bleach.\u003c\/span\u003e\u003cspan class=\"a-list-item\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"text-align: right;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/11_10_712c18e2-8397-4a05-aecf-c0bef572823f_480x480.jpg?v=1744008728\" style=\"margin-bottom: 16px; float: right;\"\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan data-slate-node=\"text\"\u003e\u003cspan data-slate-leaf=\"true\" data-sent-id=\"BXogwJPy6z\" class=\"null\"\u003e\u003cspan data-slate-string=\"true\"\u003eThe sheer curtain features a \u003cstrong\u003edistinctive textured\u003c\/strong\u003e \u003cstrong\u003eweave\u003c\/strong\u003e with horizontal and vertical threads crisscrossing to create a subtle yet dynamic pattern. \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cspan data-slate-node=\"text\" data-slate-fragment=\"JTVCJTdCJTIydHlwZSUyMiUzQSUyMnBhcmFncmFwaCUyMiUyQyUyMmNoaWxkcmVuJTIyJTNBJTVCJTdCJTIyaWQlMjIlM0ElMjJCWG9nd0pQeTZ6JTIyJTJDJTIycGFyYUlkeCUyMiUzQTAlMkMlMjJzcmMlMjIlM0ElMjJUaGUlMjBzaGVlciUyMGN1cnRhaW4lMjBmZWF0dXJlcyUyMGElMjBkaXN0aW5jdGl2ZSUyMHRleHR1cmVkJTIwd2VhdmUlMjB3aXRoJTIwaG9yaXpvbnRhbCUyMGFuZCUyMHZlcnRpY2FsJTIwdGhyZWFkcyUyMGNyaXNzY3Jvc3NpbmclMjB0byUyMGNyZWF0ZSUyMGElMjBzdWJ0bGUlMjB5ZXQlMjBkeW5hbWljJTIwcGF0dGVybi4lMjAlMjIlMkMlMjJkc3QlMjIlM0ElMjIlRTklODAlOEYlRTYlOTglOEUlRTclQUElOTclRTUlQjglOTglRTklODclODclRTclOTQlQTglRTclOEIlQUMlRTclODklQjklRTclOUElODQlRTclQkElQjklRTclOTAlODYlRTclQkMlOTYlRTclQkIlODclRUYlQkMlOEMlRTYlQjAlQjQlRTUlQjklQjMlRTUlOTIlOEMlRTUlOUUlODIlRTclOUIlQjQlRTclQkElQkYlRTQlQkElQTQlRTUlOEYlODklRUYlQkMlOEMlRTUlODglOUIlRTklODAlQTAlRTUlODclQkElRTUlQkUlQUUlRTUlQTYlOTklRTglODAlOEMlRTUlOEElQTglRTYlODAlODElRTclOUElODQlRTUlOUIlQkUlRTYlQTElODglRTMlODAlODIlMjIlMkMlMjJtZXRhZGF0YSUyMiUzQSUyMiUyMiUyQyUyMm1hdGNoZXMlMjIlM0FudWxsJTJDJTIybWV0YURhdGElMjIlM0ElNUIlNUQlMkMlMjJ0ZXh0JTIyJTNBJTIyVGhlJTIwc2hlZXIlMjBjdXJ0YWluJTIwZmVhdHVyZXMlMjBhJTIwZGlzdGluY3RpdmUlMjB0ZXh0dXJlZCUyMHdlYXZlJTIwd2l0aCUyMGhvcml6b250YWwlMjBhbmQlMjB2ZXJ0aWNhbCUyMHRocmVhZHMlMjBjcmlzc2Nyb3NzaW5nJTIwdG8lMjBjcmVhdGUlMjBhJTIwc3VidGxlJTIweWV0JTIwZHluYW1pYyUyMHBhdHRlcm4uJTIwJTIyJTdEJTJDJTdCJTIyaWQlMjIlM0ElMjJleGRHclc1ajhlJTIyJTJDJTIycGFyYUlkeCUyMiUzQTAlMkMlMjJzcmMlMjIlM0ElMjJUaGlzJTIwaW50ZXJwbGF5JTIwb2YlMjBkaXJlY3Rpb25zJTIwbm90JTIwb25seSUyMGVuaGFuY2VzJTIwcHJpdmFjeSUyMGJ1dCUyMGFsc28lMjBkaWZmdXNlcyUyMHN1bmxpZ2h0JTIwaW50byUyMGElMjBzb2Z0JTJDJTIwZXRoZXJlYWwlMjBnbG93JTJDJTIwdHJhbnNmb3JtaW5nJTIwYW55JTIwd2luZG93JTIwaW50byUyMGElMjBjYW52YXMlMjBvZiUyMGxheWVyZWQlMjBlbGVnYW5jZS4lMjIlMkMlMjJkc3QlMjIlM0ElMjIlRTglQkYlOTklRTclQTclOEQlRTYlOTYlQjklRTUlOTAlOTElRTclOUElODQlRTclOUIlQjglRTQlQkElOTIlRTQlQkQlOUMlRTclOTQlQTglRTQlQjglOEQlRTQlQkIlODUlRTUlQTIlOUUlRTUlQkMlQkElRTQlQkElODYlRTklOUElOTAlRTclQTclODElRUYlQkMlOEMlRTglODAlOEMlRTQlQjglOTQlRTUlQjAlODYlRTklOTglQjMlRTUlODUlODklRTYlQkMlQUIlRTUlQjAlODQlRTYlODglOTAlRTYlOUYlOTQlRTUlOTIlOEMlRTMlODAlODElRTclQTklQkElRTclODElQjUlRTclOUElODQlRTUlODUlODklRTglOEElOTIlRUYlQkMlOEMlRTUlQjAlODYlRTQlQkIlQkIlRTQlQkQlOTUlRTclQUElOTclRTYlODglQjclRTklODMlQkQlRTUlOEYlOTglRTYlODglOTAlRTQlQkElODYlRTQlQjglODAlRTUlQjklODUlRTUlODglODYlRTUlQjElODIlRTQlQkMlOTglRTklOUIlODUlRTclOUElODQlRTclOTQlQkIlRTUlQjglODMlRTMlODAlODIlMjIlMkMlMjJtZXRhZGF0YSUyMiUzQSUyMiUyMiUyQyUyMm1hdGNoZXMlMjIlM0FudWxsJTJDJTIybWV0YURhdGElMjIlM0ElNUIlNUQlMkMlMjJ0ZXh0JTIyJTNBJTIyVGhpcyUyMGludGVycGxheSUyMG9mJTIwZGlyZWN0aW9ucyUyMG5vdCUyMG9ubHklMjBlbmhhbmNlcyUyMHByaXZhY3klMjBidXQlMjBhbHNvJTIwZGlmZnVzZXMlMjBzdW5saWdodCUyMGludG8lMjBhJTIwc29mdCUyQyUyMGV0aGVyZWFsJTIwZ2xvdyUyQyUyMHRyYW5zZm9ybWluZyUyMGFueSUyMHdpbmRvdyUyMGludG8lMjBhJTIwY2FudmFzJTIwb2YlMjBsYXllcmVkJTIwZWxlZ2FuY2UuJTIyJTdEJTVEJTdEJTVE\"\u003e\u003cspan data-slate-leaf=\"true\" data-sent-id=\"exdGrW5j8e\" class=\"null\"\u003e\u003cspan data-slate-string=\"true\"\u003eThis interplay of directions not only enhances privacy but also diffuses sunlight into a soft, ethereal glow, transforming any window into a canvas of layered elegance.\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan class=\"a-list-item\"\u003eFEATURES\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e1. **Soft Light Diffusion**  \u003c\/strong\u003e\u003cbr\u003e   - Filters sunlight with 20%-40% opacity, casting a gentle glow while protecting interiors from harsh UV rays and reducing glare.  \u003cbr\u003e   - Creates a dreamy, ethereal ambiance while maintaining privacy—perfect for daytime relaxation or intimate evenings.  \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e2. **Breathable \u0026amp; Airy Texture**  \u003c\/strong\u003e\u003cbr\u003e   - The natural linen fibers enhance airflow, keeping rooms cool in summer and preventing stuffiness.  \u003cbr\u003e   - Lightweight drape ensures a graceful, flowing movement with every breeze.  \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e3. **Versatile Seasonal Use**  \u003c\/strong\u003e\u003cbr\u003e   - Ideal for warm climates or summer months as a standalone window covering.  \u003cbr\u003e   - Layer effortlessly with blackout drapes in colder seasons for added insulation and style flexibility.  \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e4. **Easy Care \u0026amp; Durability**  \u003c\/strong\u003e\u003cbr\u003e   - Machine-washable for hassle-free maintenance (cold cycle, gentle detergent).  \u003cbr\u003e   - Polyester blend ensures wrinkle resistance and long-lasting color vibrancy, even after repeated washing.  \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e5. **Eco-Conscious Design**  \u003c\/strong\u003e\u003cbr\u003e   - Natural linen reduces environmental impact, while polyester adds resilience without compromising softness.  \u003cbr\u003e   - OEKO-TEX® certified dyes ensure safety for sensitive households.  \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e6. **Subtle Aesthetic Appeal**  \u003c\/strong\u003e\u003cbr\u003e   - Neutral tones and textured weave complement modern, bohemian, or minimalist decor.  \u003cbr\u003e   - Available in muted shades to blend seamlessly with any palette.  \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e7. **Multi-Functional Use**  \u003c\/strong\u003e\u003cbr\u003e   - Can be paired with decorative rods or used as room dividers to redefine spaces.  \u003cbr\u003e   - Sheer fabric muffles outdoor noise while maintaining a connection to nature.  \u003c\/p\u003e\n\u003cp\u003eLet natural light dance through your space while enjoying the year-round comfort and style of our versatile sheer curtains.\u003c\/p\u003e","brand":"Cololeaf","offers":[{"title":"#30 Light Grey","offer_id":42055027032148,"sku":"CL14-B01-30-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#2 Ivory White","offer_id":42055027064916,"sku":"CL14-B01-2-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#3 Cream","offer_id":42055027097684,"sku":"CL14-B01-3-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#12 Smoke","offer_id":42055027130452,"sku":"CL14-B01-12-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#29 Black","offer_id":42055027163220,"sku":"CL14-B01-29-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#1 White","offer_id":42055027195988,"sku":"CL14-B01-1-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#4 Khaki","offer_id":42055027228756,"sku":"CL14-B01-4-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#5 Light Taupe","offer_id":42055027261524,"sku":"CL14-B01-5-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#6 Gravel","offer_id":42055027294292,"sku":"CL14-B01-6-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#7 Light Brown","offer_id":42055027327060,"sku":"CL14-B01-7-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#8 Stone Grey","offer_id":42055027359828,"sku":"CL14-B01-8-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#9 Praline","offer_id":42055027392596,"sku":"CL14-B01-9-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#10 Chocolate","offer_id":42055027425364,"sku":"CL14-B01-10-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#11 Sepia","offer_id":42055027458132,"sku":"CL14-B01-11-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#13 Grey","offer_id":42055027490900,"sku":"CL14-B01-13-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#14 Dark Grey","offer_id":42055027523668,"sku":"CL14-B01-14-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#15 Lilac Marble","offer_id":42055027556436,"sku":"CL14-B01-15-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#16 Pink Shell","offer_id":42055027589204,"sku":"CL14-B01-16-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#17 Aqua Foam","offer_id":42055027621972,"sku":"CL14-B01-17-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#18 Sea Mist","offer_id":42055027654740,"sku":"CL14-B01-18-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#19 Lavendula","offer_id":42055027687508,"sku":"CL14-B01-19-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#20 Valerian","offer_id":42055027720276,"sku":"CL14-B01-20-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#21 Plum","offer_id":42055027753044,"sku":"CL14-B01-21-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#22 Wheat","offer_id":42055027785812,"sku":"CL14-B01-22-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#23 Green","offer_id":42055027818580,"sku":"CL14-B01-23-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#24 Lint","offer_id":42055027851348,"sku":"CL14-B01-24-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#25 Rose Tan","offer_id":42055027884116,"sku":"CL14-B01-25-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#26 Teal","offer_id":42055027916884,"sku":"CL14-B01-26-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#27 Navy Blue","offer_id":42055027949652,"sku":"CL14-B01-27-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#28 Burgundy","offer_id":42055027982420,"sku":"CL14-B01-28-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#31 Beige","offer_id":42055028015188,"sku":"CL14-B01-31-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#32 Tapioca","offer_id":42055028047956,"sku":"CL14-B01-32-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#33 Gray Taupe","offer_id":42055028080724,"sku":"CL14-B01-33-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#34 Rock Grey","offer_id":42055028113492,"sku":"CL14-B01-34-PP","price":62.99,"currency_code":"USD","in_stock":true},{"title":"#35 Pale Blue","offer_id":42055028146260,"sku":"CL14-B01-35-PP","price":62.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/30_09_623e1f14-15a2-4d90-a05f-9a127c4ad7dd.jpg?v=1774509148"},{"product_id":"oy66-blackout-double-sided-linen-curtain-pinch-pleat","title":"OY66 Ultra-Soft Blackout Double-Sided Lightweight Linen Curtain Pinch Pleat 1 Panel","description":"\u003ch4\u003e\u003cspan style=\"color: rgb(88, 68, 52);\"\u003e\u003cb\u003e\u003cstrong style=\"white-space: nowrap;\" class=\"editor-text-bold\"\u003eSPECIFICATIONS\u003c\/strong\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003e\u003cspan style=\"background-color: rgb(250, 247, 245);\"\u003eMaterial:\u003c\/span\u003e \u003c\/strong\u003eLinen Polyester blend, double-sided with the same color\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e100% Blackout\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e160 gsm \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eHeader type: \u003c\/strong\u003ePinch Pleat\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e Gently machine wash or dry clean, no bleach, steam iron, air dry  \u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eElevate your living space with our **Ultra-Soft 100% Blackout Double-Sided Lightweight Linen Curtains**, designed to blend elegance, functionality, and effortless comfort. Crafted for those who demand both style and practicality, these curtains redefine window treatments with their innovative design and premium materials.  \u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eFeatures \u003c\/strong\u003e\u003c\/h3\u003e\n\u003ch4\u003e1. **100% Blackout Technology, No Liner Needed**  \u003c\/h4\u003e\n\u003cp\u003e- Engineered with a **triple-weave blackout fabric** (160gsm) that blocks 100% of natural light, UV rays, and noise—no additional lining required.  \u003cbr\u003e   - Perfect for shift workers, nurseries, home theaters, or anyone seeking undisturbed sleep and privacy.  \u003c\/p\u003e\n\u003ch4\u003e2. **Luxurious Softness Meets Durability** \u003c\/h4\u003e\n\u003cp\u003e   - A harmonious blend of **linen + polyester** creates a drape that’s buttery-soft to the touch yet resistant to wrinkles, fading, and wear.  \u003cbr\u003e   - Lightweight yet structured, the fabric hangs beautifully while maintaining its shape wash after wash.  \u003c\/p\u003e\n\u003ch4\u003e3. **Double-Sided Elegance, Seamless Style**  \u003c\/h4\u003e\n\u003cp\u003e   - Identical color and texture on both sides for a polished look from any angle—no awkward reverse side.  \u003cbr\u003e\u003c\/p\u003e\n\u003ch4\u003e4. **Machine-Washable Convenience**  \u003c\/h4\u003e\n\u003cp\u003e   - Toss them in the washing machine (cold cycle) and tumble dry low—no dry cleaning bills or fuss.  \u003cbr\u003e   - Quick-drying and low-maintenance, making them ideal for busy households or frequent decor updates.  \u003c\/p\u003e\n\u003ch4\u003e5. **Customizable for Your Space**  \u003c\/h4\u003e\n\u003cp\u003e   - **Made-to-order** in your exact dimensions (width, length, and header style: nickle grommet, pinch pleat).  \u003cbr\u003e   - Get free swatches to compare colors at home.  \u003c\/p\u003e\n\u003ch4\u003e6. **Eco-Conscious \u0026amp; Family-Safe**  \u003c\/h4\u003e\n\u003cp\u003e   - OEKO-TEX® certified, ensuring no harmful chemicals—safe for kids, pets, and sensitive skin.  \u003cbr\u003e   - Sustainably sourced materials support eco-friendly living without compromising quality.  \u003c\/p\u003e\n\u003ch4\u003e7. **Versatile Light Control**  \u003c\/h4\u003e\n\u003cp\u003e   - Pair with our **light-filtering sheers** (sold separately) for layered flexibility—full blackout or soft daylight diffusion.  \u003c\/p\u003e","brand":"Cololeaf","offers":[{"title":"#1 Greyish Beige","offer_id":42056170897492,"sku":"CL20-OY66-1-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#3 Sand","offer_id":42056170930260,"sku":"CL20-OY66-3-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#5 Light Khaki","offer_id":42056170963028,"sku":"CL20-OY66-5-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#8 Silver Grey","offer_id":42056170995796,"sku":"CL20-OY66-8-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#16 Orange","offer_id":42056171028564,"sku":"CL20-OY66-16-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#2 Beige","offer_id":42056171061332,"sku":"CL20-OY66-2-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#6 Light Brown","offer_id":42056171094100,"sku":"CL20-OY66-6-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#7 Taupe","offer_id":42056171126868,"sku":"CL20-OY66-7-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#9 Grey","offer_id":42056171159636,"sku":"CL20-OY66-9-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#10 Olive Grey","offer_id":42056171192404,"sku":"CL20-OY66-10-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#11 Natural Grey","offer_id":42056171225172,"sku":"CL20-OY66-11-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#13 Blue","offer_id":42056171257940,"sku":"CL20-OY66-13-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#15 Green","offer_id":42056171290708,"sku":"CL20-OY66-15-PP","price":66.99,"currency_code":"USD","in_stock":true},{"title":"#17 Lemon Yellow","offer_id":42056171323476,"sku":"CL20-OY66-17-PP","price":66.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/CL166_10_f4dcff8d-b0e5-4ba1-83a6-1a2a6eed0767.jpg?v=1774509148"},{"product_id":"1044-blackout-linen-drapes-pinch-pleat","title":"1044 100% Blackout Heavyweight 350GSM Linen Texture Drapes Pinch Pleat 1 Panel","description":"\u003ch4\u003e\u003cb\u003e\u003cstrong style=\"white-space: nowrap;\" class=\"editor-text-bold\"\u003eSPECIFICATIONS\u003c\/strong\u003e\u003c\/b\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003e\u003cspan data-slate-fragment=\"JTVCJTdCJTIydHlwZSUyMiUzQSUyMnBhcmFncmFwaCUyMiUyQyUyMmNoaWxkcmVuJTIyJTNBJTVCJTdCJTIyaWQlMjIlM0ElMjJ6bERvMDQxRTh6JTIyJTJDJTIycGFyYUlkeCUyMiUzQTAlMkMlMjJzcmMlMjIlM0ElMjJUaGUlMjBmYWJyaWMlMjBmcm9udCUyMGFuZCUyMGJhY2slMjBhcmUlMjBsaW5lbiUyMHRleHR1cmUlMkMlMjBtaWRkbGUlMjBpcyUyMGZ1bGwlMjBibGFja291dCUyMGZpbG0uJTIyJTJDJTIyZHN0JTIyJTNBJTIyJUU5JTlEJUEyJUU2JTk2JTk5JUU2JUFEJUEzJUU5JTlEJUEyJUU1JTkyJThDJUU4JTgzJThDJUU5JTlEJUEyJUU0JUI4JUJBJUU0JUJBJTlBJUU5JUJBJUJCJUU4JUI0JUE4JUU1JTlDJUIwJUVGJUJDJThDJUU0JUI4JUFEJUU5JTk3JUI0JUU0JUI4JUJBJUU1JTg1JUE4JUU5JTgxJUFFJUU1JTg1JTg5JUU4JTg2JTlDJUUzJTgwJTgyJTIyJTJDJTIybWV0YWRhdGElMjIlM0ElMjIlMjIlMkMlMjJtYXRjaGVzJTIyJTNBbnVsbCUyQyUyMm1ldGFEYXRhJTIyJTNBJTVCJTVEJTJDJTIydGV4dCUyMiUzQSUyMlRoZSUyMGZhYnJpYyUyMGZyb250JTIwYW5kJTIwYmFjayUyMGFyZSUyMGxpbmVuJTIwdGV4dHVyZSUyQyUyMG1pZGRsZSUyMGlzJTIwZnVsbCUyMGJsYWNrb3V0JTIwZmlsbS4lMjIlN0QlNUQlN0QlNUQ=\" style=\"white-space: pre;\"\u003e3-Layer Composition, Linen texture outer layers with full blackout film core.\u003c\/span\u003e\n\u003cdiv style=\"text-align: right;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-100_-Blackout-Linen-Texture-Curtain-Light-Taupe-_13_480x480.jpg?v=1744255743\" alt=\"\" style=\"margin-bottom: 16px; float: right;\"\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e100% Blackout (unlined)\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e350 gsm \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eHeader type: \u003c\/strong\u003ePinch Pleat\u003cstrong\u003e\u003cbr\u003e\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e \u003cspan class=\"a-list-item\"\u003eGently machine wash or dry clean, no bleach, steam iron, tumble dry on low heat. \u003cbr\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cspan class=\"a-list-item\"\u003eFEATURES\u003c\/span\u003e\u003c\/h3\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cstrong\u003e🌙 100% LIGHT BLOCKING TECHNOLOGY\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eTriple-layer construction with a \u003cstrong\u003efull blackout film core\u003c\/strong\u003e blocks \u003cstrong\u003e100% of light, UV rays, and heat – perfect for shift workers, nurseries, or media rooms.\u003c\/strong\u003e\n\u003cdiv style=\"text-align: right;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003eSay goodbye to glare and faded furniture!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e🎨 LINEN-RICH TEXTURE, LUXE DRAPE\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eOuter layers feature a \u003cstrong\u003ewoven linen blend\u003c\/strong\u003e with a subtle texture that adds organic warmth to modern or farmhouse decor.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e350gsm heavyweight fabric\u003c\/strong\u003e ensures a \u003cstrong\u003erich, tailored fall\u003c\/strong\u003e that hangs elegantly without fading or sagging.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e🧺 MACHINE-WASHABLE DURABILITY\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eHassle-free care! Toss them in the washing machine (cold cycle) and tumble dry low – \u003cstrong\u003ecolors stay vibrant, fabric stays smooth\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eResistant to wrinkles and pilling for long-term beauty.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e🔇 NOISE-REDUCING \u0026amp; ENERGY-EFFICIENT\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eDense weave \u003cstrong\u003eabsorbs up to 30% of external noise\u003c\/strong\u003e (ideal for city living).\u003c\/li\u003e\n\u003cli\u003eThermal insulation helps \u003cstrong\u003ereduce heating\/cooling costs year-round\u003c\/strong\u003e.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e📐 CUSTOMIZABLE FOR YOUR SPACE\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eAvailable in \u003cstrong\u003e12 colors\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eEasy installation with \u003cstrong\u003epleat\/grommet\/4 IN 1 options\u003c\/strong\u003e.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003ch3\u003e🏠 \u003cstrong\u003ePerfect For:\u003c\/strong\u003e\n\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBedrooms needing pitch-black sleep environments\u003c\/li\u003e\n\u003cli\u003eHome theaters requiring zero light penetration\u003c\/li\u003e\n\u003cli\u003eNurseries\/kids’ rooms (blocks nap-disrupting light)\u003c\/li\u003e\n\u003cli\u003eLiving rooms seeking thermal regulation + style\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp id=\"\"\u003e\u003cstrong\u003e🎁 Includes:\u003c\/strong\u003e  curtain (1 panel) + free matching tieback.\u003c\/p\u003e","brand":"Cololeaf","offers":[{"title":"#3 Light Beige","offer_id":42057849077844,"sku":"CL17-1044-3-PP","price":91.99,"currency_code":"USD","in_stock":true},{"title":"#1 Off White","offer_id":42057849110612,"sku":"CL17-1044-1-PP","price":91.99,"currency_code":"USD","in_stock":true},{"title":"#2 Ivory White","offer_id":42057849143380,"sku":"CL17-1044-2-PP","price":91.99,"currency_code":"USD","in_stock":true},{"title":"#6 Oxford Tan","offer_id":42057849176148,"sku":"CL17-1044-6-PP","price":91.99,"currency_code":"USD","in_stock":true},{"title":"#19 Navy Blue","offer_id":42057849208916,"sku":"CL17-1044-19-PP","price":91.99,"currency_code":"USD","in_stock":true},{"title":"#5 Light Taupe","offer_id":42057849241684,"sku":"CL17-1044-5-PP","price":91.99,"currency_code":"USD","in_stock":true},{"title":"#7 Elephant Grey","offer_id":42057849274452,"sku":"CL17-1044-7-PP","price":91.99,"currency_code":"USD","in_stock":true},{"title":"#8 Smoke Grey","offer_id":42057849307220,"sku":"CL17-1044-8-PP","price":91.99,"currency_code":"USD","in_stock":true},{"title":"#9 Grey","offer_id":42057849339988,"sku":"CL17-1044-9-PP","price":91.99,"currency_code":"USD","in_stock":true},{"title":"#10 Carbon Grey","offer_id":42057849372756,"sku":"CL17-1044-10-PP","price":91.99,"currency_code":"USD","in_stock":true},{"title":"#14 Retro Grey","offer_id":42057849405524,"sku":"CL17-1044-14-PP","price":91.99,"currency_code":"USD","in_stock":true},{"title":"#15 Tawny","offer_id":42057849438292,"sku":"CL17-1044-15-PP","price":91.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-100_-Blackout-Linen-Texture-Curtain-Off-White-_03_b933940b-3bd3-4021-b710-217227d88965.jpg?v=1774509188"},{"product_id":"frank-heavyweight-linen-curtains-pinch-pleat","title":"Frank Heavyweight Linen Blend Blackout Curtains - Thermal Insulated, Room Darkening, Pinch Pleat Drapes 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    \/* 这里使用了更具体的选择器以确保优先级 *\/\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!-- Premium Heavyweight Linen Blend Blackout Curtains Section --\u003e\n\u003csection class=\"section\"\u003e\n  \u003ch2 class=\"section-title\"\u003eFrank Heavyweight Linen Blend Blackout Curtains\u003c\/h2\u003e\n  \u003cdiv class=\"premium-text\" style=\"text-align: left; max-width: 100%;\"\u003e\n    \u003cp style=\"font-size: 1.6rem; font-weight: 500; margin-bottom: 20px;\"\u003e❝ Want the natural look of linen but worried it won't block enough light or will be a pain to clean? ❞\u003c\/p\u003e\n    \u003cp\u003eOur \u003cstrong\u003e375gsm heavyweight linen-polyester blend\u003c\/strong\u003e gives you the best of both worlds: \u003cstrong\u003e90-95% blackout\u003c\/strong\u003e (enough for restful sleep, but not cave-dark), plus natural thermal insulation that helps keep your room warmer in winter and cooler in summer. The fabric drapes beautifully with a substantial feel — no flimsy sheerness here.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eHow it feels:\u003c\/strong\u003e Smooth, slightly textured, and weighty — like a high-end hotel drape. It blocks most outside light without making your room feel like a basement.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eWho it's for:\u003c\/strong\u003e Anyone who loves linen's organic charm but doesn't want the wrinkling, shrinking, or dry-cleaning bills. Perfect for living rooms, bedrooms, home offices, and especially for windows that face direct sun.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 产品规格部分 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch4 class=\"spec-title\"\u003eSPECIFICATIONS\u003c\/h4\u003e\n\u003cdiv style=\"overflow: hidden;\"\u003e\n\u003cdiv style=\"float: right; margin-left: 20px; margin-bottom: 16px;\"\u003e\u003cimg style=\"max-width: 300px;\" alt=\"Fabric material\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Room-Darkening-Linen-Blend-Curtains-Heavy-Weight-Thermal-Blackout-Drapes-for-Bedroom-Ivory-White_12_ffb71d6d-e5f4-4fe0-8a09-755044fa55b3.jpg?v=1758087820\"\u003e\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003e10% Linen + 90% polyester\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e90-95%\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e375 gsm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeader type: \u003c\/strong\u003ePinch Pleat\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e Machine wash cold on gentle cycle. Do not bleach. Tumble dry on low heat. Cool iron as needed.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Why Choose Our Heavyweight Linen Blend Blackout Curtains Section --\u003e\n\u003csection class=\"section\"\u003e\n  \u003ch2 class=\"section-title\"\u003eWhy Choose Our Heavyweight Linen Blend 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\"\u003e90-95% Light Blocking – Not Cave Dark\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eBlocks most sunlight for better sleep and TV viewing, but still lets you see silhouettes. Ideal for bedrooms, nurseries, and living rooms — no more harsh morning glare or afternoon heat.\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\"\u003eLinen Look, Machine Washable\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003e10% linen + 90% polyester gives you authentic texture and breathability, but you can toss it in the washing machine. No shrinking, no special dry cleaning — just easy care for busy households.\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\"\u003eMade to Fit Any Window\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eNon-standard size? Floor-to-ceiling? We custom cut every panel to your exact measurements. No bunching, no gaps, no compromises. Perfect for odd-sized windows or rental-friendly installs.\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\"\u003eThermal Insulation – Lower Energy Bills\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eThe dense 375gsm fabric naturally insulates — keeps summer heat out and winter warmth in. Customers report noticeable differences in room temperature and reduced energy costs.\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 – Try Before You Buy\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eNot sure about color or weight? Order \u003ca href=\"https:\/\/cololeaf.com\/collections\/free-swatches\" target=\"_blank\" rel=\"noopener\"\u003e\u003cu\u003e\u003cb\u003efree fabric swatches\u003c\/b\u003e\u003c\/u\u003e\u003c\/a\u003e to see and feel the quality in your own space. No guessing, no regrets.\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 – Risk‑Free\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eHang them, live with them, test the blackout. If you're not completely satisfied within 30 days, return for a full refund. No restocking fees, no hassle.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Measurement Guidance Section --\u003e\n\u003csection class=\"section measurement-guidance\"\u003e\n\u003ch2 class=\"section-title\"\u003eMeasurement \u0026amp; Sizing Guide\u003c\/h2\u003e\n\u003cdiv style=\"text-align: right;\" class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-title\" style=\"text-align: left;\"\u003e1. Curtain Length Measurement\u003cimg style=\"float: right;\" alt=\"Cololeaf hooks\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/832bdfd385f98d2c4a4d5d6cbf9b6604_c3f656f6-a17f-4ec2-b329-d1888f4dcf48_240x240.jpg?v=1757993411\"\u003e\u003c\/p\u003e\n\u003cp class=\"measurement-desc\" style=\"text-align: left;\"\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 1.1-1.3x times the track length.\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 and comes with adjustable hooks that allow for a 3-inch height modification, enabling seamless customization to fit your space perfectly. Should you have 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 inbox anytime.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Cololeaf","offers":[{"title":"#01 Ivory White","offer_id":42082830123092,"sku":"CL3-1979-1IW-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#02 Smoky Grey","offer_id":42082830155860,"sku":"CL3-1979-2SG-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#03 Light Grey","offer_id":42082830188628,"sku":"CL3-1979-3LG-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#10 Taupe","offer_id":42082830319700,"sku":"CL3-1979-10TP-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#31 Delft Blue","offer_id":42082830680148,"sku":"CL3-1979-31DB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#07 Sand Beige","offer_id":42082830254164,"sku":"CL3-1979-7SB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#05 Dark Grey","offer_id":42082830221396,"sku":"CL3-1979-5DG-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#08 Khaki","offer_id":42082830286932,"sku":"CL3-1979-8KK-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#12 Coca Mocha","offer_id":42082830352468,"sku":"CL3-1979-12CM-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#17 Grey Blue","offer_id":42082830418004,"sku":"CL3-1979-17GB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#18 Light Turquoise","offer_id":42082830450772,"sku":"CL3-1979-18LT-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#19 Cloisoone","offer_id":42082830483540,"sku":"CL3-1979-19CL-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#20 Dark Blue","offer_id":42082830516308,"sku":"CL3-1979-20DB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#22 Orange","offer_id":42082830549076,"sku":"CL3-1979-22OR-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#23 Light Lilac","offer_id":42082830581844,"sku":"CL3-1979-23LL-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#26 Fog Green","offer_id":42082830614612,"sku":"CL3-1979-26FG-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#30 Sea Blue","offer_id":42082830647380,"sku":"CL3-1979-30SB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#35 Oasis","offer_id":42082830712916,"sku":"CL3-1979-35OS-PP","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Room-Darkening-Linen-Blend-Curtains-Heavy-Weight-Thermal-Blackout-Drapes-for-Bedroom-Ivory-White_18_fffe4f12-9134-4dfc-a681-564028fa7ff9.jpg?v=1775034088"},{"product_id":"mj11-velvet-drapes-pinch-pleat","title":"MJ11 Soft Velvet Blackout Drapes For Living Room Bedroom 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: 'Poppins', '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 .features-grid-2 {\n      display: grid;\n      grid-template-columns: repeat(2, 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    \/* 新增的图片展示分区样式 - 使用浅米色背景 *\/\n    #product-description-container .image-display-section {\n      margin: 25px 0;\n      padding: 30px;\n      background-color: #f8f5f0;\n      border-radius: 10px;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .image-display-container {\n        display: flex;\n        justify-content: center;\n        align-items: flex-start;\n        gap: 25px;\n    }\n    \n    #product-description-container .image-item {\n        flex: 1;\n        text-align: center;\n        max-width: 350px; \/* 稍微减小最大宽度以适应三列 *\/\n    }\n    \n    #product-description-container .display-image {\n      width: 100%;\n      border-radius: 8px;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.1);\n    }\n    \n    #product-description-container .image-caption {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      margin-top: 15px;\n      line-height: 1.6;\n      text-align: center;\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 .features-grid-2 {\n        grid-template-columns: 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      #product-description-container .image-display-container {\n        flex-direction: column;\n        align-items: center;\n        gap: 30px;\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 .features-grid-2 {\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      #product-description-container .image-caption {\n        font-size: 1.4rem;\n      }\n    }\n   @media (max-width: 992px) {\n        #product-description-container .image-display-container {\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        #product-description-container .image-item {\n            flex: 0 0 calc(50% - 20px); \/* 在中等屏幕上显示两列 *\/\n            max-width: calc(50% - 20px);\n        }\n    }\n    \n    @media (max-width: 768px) {\n        #product-description-container .image-item {\n            flex: 0 0 100%; \/* 在移动端显示单列 *\/\n            max-width: 100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv id=\"product-description-container\"\u003e\n\u003c!-- Premium Velvet Curtains Section --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eLuxury Plush Velvet Curtains\u003c\/h2\u003e\n\u003cp class=\"premium-text\"\u003eIndulge in the ultimate luxury with our premium plush velvet curtains. Featuring a sumptuous hand-feel and sophisticated elegance, these curtains offer exceptional light control while creating a warm, inviting atmosphere in any space. The unique velvet texture creates beautiful light reflections that enhance your room's ambiance.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 产品规格部分 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch4 class=\"spec-title\"\u003eSPECIFICATIONS\u003c\/h4\u003e\n\u003cdiv style=\"overflow: hidden;\"\u003e\n\u003cdiv style=\"float: right; margin-left: 20px; margin-bottom: 16px;\"\u003e\u003cimg style=\"max-width: 300px;\" alt=\"Velvet fabric material\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/1_26_c81a849e-3302-4fc2-aeef-1ba132152524.jpg?v=1763628320\"\u003e\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003e100% polyester with a plush, luxurious hand feel\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e75%-85% without Lining, 85-95% with 140gsm Greyish White Lining, 95-99% with 220gsm Greyish White Lining\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e300 gsm (lining weight not included)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined \/ 140 gsm lining\/ 220 gsm lining\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeader Type: \u003c\/strong\u003eNickle Grommet\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e Gently machine wash or dry clean, no bleach, steam iron, air dry\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNote: \u003c\/strong\u003e1. \u003cspan\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cspan style=\"color: rgb(140, 117, 89); text-decoration: underline;\"\u003eNap down or nap up, it will produce 2 different feelings, The colors of the curtains look different depending on the light. Front color of velvet fabric is similar to back color. And no fluff on the back.\u003c\/span\u003e\u003c\/span\u003e\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=\"image-display-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDetailed Information\u003c\/h2\u003e\n\u003cdiv class=\"image-display-container\"\u003e\n\u003c!-- 左边：遮光效果图 --\u003e\n\u003cdiv class=\"image-item\"\u003e\n\u003cimg class=\"display-image\" alt=\"Light Blocking Effect\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Christmas-Soft-Luxury-Velvet-Blackout-Drapes-Thermal-Curtains-Ivory-_11.jpg?v=1763625744\"\u003e\n\u003cp class=\"image-caption\"\u003e75%-85% Light blocking without liner, 85-95% Light blocking with 140gsm Greyish White Lining\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 右边：孔径展示图 --\u003e\n\u003cdiv class=\"image-item\"\u003e\n\u003cimg class=\"display-image\" alt=\"108 colors\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/accs_for_PP_FH.jpg?v=1763692277\"\u003e\n\u003cp class=\"image-caption\"\u003ePlastic adjustable hooks are included, rod and rings are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-item\"\u003e\n\u003cimg class=\"display-image\" alt=\"Additional Feature\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/MJ11-Soft-Velvet-Blackout-Drapes-For-Living-Room-Bedroom-Pinch-Pleat-Silver-Grey_5_eaa4fc90-cb3f-4d20-ab62-834b45dafd7c.jpg?v=1763694771\"\u003e\n\u003cp class=\"image-caption\"\u003eFront and back sides have similar colors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Multi Functions Section --\u003e\u003c!-- Why Choose Our Velvet Curtains Section --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our Velvet 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\"\u003eLuxurious Plush Feel\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003e100% polyester with a plush, luxurious hand feel that's gentle on skin and meets environmental requirements.\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\"\u003eDual Texture Effect\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eNap down or nap up creates two different visual experiences with beautiful light reflection properties.\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\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eAvailable in custom sizes to perfectly fit your windows and spaces with flawless precision.\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 Shipping\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eQuick turnaround times without compromising on quality craftsmanship and attention to detail.\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\"\u003e\u003ca href=\"https:\/\/cololeaf.com\/collections\/free-swatches?filter.v.t.shopify.fabric=gid%3A%2F%2Fshopify%2FMetaobject%2F113316528212\u0026amp;sort_by=best-selling\" title=\"free swatches\"\u003eFree Swatches\u003c\/a\u003e\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eGet fabric samples to check quality and color before ordering. Contact us for 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\"\u003eQuality Guarantee\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eWe stand behind our products with a satisfaction guarantee for your peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Measurement Guidance Section --\u003e\n\u003csection class=\"section measurement-guidance\"\u003e\n\u003ch2 class=\"section-title\"\u003eMeasurement \u0026amp; Sizing Guide\u003c\/h2\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-title\"\u003e1. Curtain Length Measurement\u003c\/p\u003e\n\u003cul class=\"measurement-list\"\u003e\n\u003cli\u003eMeasure from the bottom of the rings to the point where the curtain ends.\u003c\/li\u003e\n\u003c\/ul\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\u003cul class=\"measurement-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePinch Pleated:\u003c\/strong\u003e It is suggested that the width be 1.1 - 1.3 times the length of the track or rod.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-desc\"\u003e\u003cstrong\u003e3. Each curtain is sold individually and comes with adjustable hooks for seamless customization to fit your space perfectly. Should you have 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 inbox anytime.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Cololeaf","offers":[{"title":"81# Chocolate","offer_id":42131928875092,"sku":"CL57-MJ11-81-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"57# Ivory","offer_id":42131928416340,"sku":"CL57-MJ11-57-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"64# Teal","offer_id":42131928744020,"sku":"CL57-MJ11-64-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"46# Burgundy","offer_id":42131928481876,"sku":"CL57-MJ11-46-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"1# Off White","offer_id":42131928318036,"sku":"CL57-MJ11-1-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"2# Cashmere","offer_id":42131964067924,"sku":"CL57-MJ11-2-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"3# Cream","offer_id":42131964100692,"sku":"CL57-MJ11-3-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"5# Kakhi","offer_id":42663206420564,"sku":"CL57-MJ11-5-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"8# Gray Beige","offer_id":42131928383572,"sku":"CL57-MJ11-8-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"9# Taupe","offer_id":42663206453332,"sku":"CL57-MJ11-9-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"15# Sable","offer_id":42131964133460,"sku":"CL57-MJ11-15-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"17# Jave","offer_id":42663206486100,"sku":"CL57-MJ11-17-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"18# Brown","offer_id":42131964166228,"sku":"CL57-MJ11-18-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"22# Yellow","offer_id":42663206518868,"sku":"CL57-MJ11-22-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"24# Orange","offer_id":42131964198996,"sku":"CL57-MJ11-24-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"26# Wheat","offer_id":42131964231764,"sku":"CL57-MJ11-26-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"32# Violet","offer_id":42131928612948,"sku":"CL57-MJ11-32-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"34# Coral","offer_id":42663206551636,"sku":"CL57-MJ11-34-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"36# Rose","offer_id":42131964264532,"sku":"CL57-MJ11-36-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"39# Burgundy Red","offer_id":42131928645716,"sku":"CL57-MJ11-39-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"43# Raspberry Red","offer_id":42131928678484,"sku":"CL57-MJ11-43-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"51# Purple","offer_id":42131964297300,"sku":"CL57-MJ11-51-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"56# Beige","offer_id":42131928711252,"sku":"CL57-MJ11-56-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"63# Sky blue","offer_id":42131964657748,"sku":"CL57-MJ11-63-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"67# Grey","offer_id":42131928776788,"sku":"CL57-MJ11-67-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"73# Silver Grey","offer_id":42663206584404,"sku":"CL57-MJ11-73-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"88# Perennial Green","offer_id":42663206617172,"sku":"CL57-MJ11-88-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"89# Fawn","offer_id":42663206649940,"sku":"CL57-MJ11-89-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"97# Turquiose","offer_id":42663206682708,"sku":"CL57-MJ11-97-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"99# Blue","offer_id":42663206715476,"sku":"CL57-MJ11-99-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"104# Ocean blue","offer_id":42131964690516,"sku":"CL57-MJ11-104-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"106# Everglade Teal","offer_id":42131929038932,"sku":"CL57-MJ11-106-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"107# Moss","offer_id":42131929071700,"sku":"CL57-MJ11-107-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"108# Midnight Blue","offer_id":42131929104468,"sku":"CL57-MJ11-108-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"110# Sapphire Blue","offer_id":42131929137236,"sku":"CL57-MJ11-110-GM","price":75.99,"currency_code":"USD","in_stock":true},{"title":"111# Warm Black","offer_id":42131928449108,"sku":"CL57-MJ11-111-PP","price":75.99,"currency_code":"USD","in_stock":true},{"title":"Other Color (Please specify the color code you want in the order remarks or contact our customer service.)","offer_id":42693723947092,"sku":null,"price":75.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/MJ11-Soft-Velvet-Blackout-Drapes-For-Living-Room-Bedroom-Pinch-Pleat-Chocolate_2_e14ec8ef-5fe3-48b4-9ea2-fe393fd62f3e.jpg?v=1774511553"},{"product_id":"1908-linen-blend-curtain-pinch-pleat","title":"1908 Linen Blend Unlined Breathable \u0026 Natural Curtain 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    \/* 视频部分样式 *\/\n    #product-description-container .video-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      text-align: center;\n    }\n    \n    #product-description-container .video-title {\n      color: #584434;\n      font-size: 2.2rem;\n      margin-bottom: 20px;\n      font-weight: 600;\n      position: relative;\n      padding-bottom: 15px;\n    }\n    \n    #product-description-container .video-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 .video-container {\n      max-width: 100%;\n      margin: 0 auto;\n      border-radius: 10px;\n      overflow: hidden;\n      box-shadow: 0 8px 25px rgba(88, 68, 52, 0.15);\n      position: relative;\n      height: 400px;\n      background-color: #f8f5f0;\n      cursor: pointer;\n    }\n    \n    #product-description-container .video-preview {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n    \n    #product-description-container .play-button {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      width: 80px;\n      height: 80px;\n      background-color: rgba(168, 146, 121, 0.8);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s ease;\n      z-index: 2;\n    }\n    \n    #product-description-container .play-button:hover {\n      background-color: rgba(168, 146, 121, 0.95);\n      transform: translate(-50%, -50%) scale(1.1);\n    }\n    \n    #product-description-container .play-button:after {\n      content: '';\n      display: block;\n      width: 0;\n      height: 0;\n      border-top: 15px solid transparent;\n      border-bottom: 15px solid transparent;\n      border-left: 25px solid white;\n      margin-left: 5px;\n    }\n    \n    #product-description-container .video-caption {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      margin-top: 15px;\n      line-height: 1.6;\n      text-align: center;\n      font-style: italic;\n    }\n    \n    \/* 视频弹窗样式 *\/\n    #product-description-container .video-modal {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background-color: rgba(0, 0, 0, 0.9);\n      z-index: 9999;\n      justify-content: center;\n      align-items: center;\n    }\n    \n    #product-description-container .modal-content {\n      position: relative;\n      width: 90%;\n      max-width: 1200px;\n      max-height: 90vh;\n      border-radius: 10px;\n      overflow: hidden;\n      background-color: #000;\n    }\n    \n    #product-description-container .modal-video {\n      width: 100%;\n      height: auto;\n      max-height: 80vh;\n      display: block;\n    }\n    \n    #product-description-container .modal-close {\n      position: absolute;\n      top: 15px;\n      right: 15px;\n      color: white;\n      font-size: 30px;\n      cursor: pointer;\n      background-color: rgba(0, 0, 0, 0.5);\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s ease;\n      z-index: 10;\n    }\n    \n    #product-description-container .modal-close:hover {\n      background-color: rgba(168, 146, 121, 0.8);\n      transform: scale(1.1);\n    }\n    \n    #product-description-container .modal-caption {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      background: linear-gradient(transparent, rgba(0,0,0,0.8));\n      color: white;\n      padding: 20px;\n      font-size: 1.4rem;\n      text-align: center;\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    \/* 修复：只更改Premium Custom Linen Blend Curtains部分的背景颜色 *\/\n    #product-description-container .premium-section {\n      background-color: #f8f5f0 !important;\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.5rem;\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 .feature-link {\n      color: #8c7559;\n      text-decoration: none;\n      font-weight: 600;\n      display: inline-block;\n      margin-top: 10px;\n      border-bottom: 2px solid transparent;\n      transition: all 0.3s ease;\n    }\n    \n    #product-description-container .feature-link:hover {\n      color: #584434;\n      border-bottom: 2px solid #8c7559;\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: 20px;\n    }\n    \n    #product-description-container .spec-list li {\n      margin-bottom: 12px;\n      position: relative;\n      padding-left: 25px;\n      color: #5a4b3a;\n      font-size: 1.5rem;\n    }\n    \n    #product-description-container .spec-list li:before {\n      content: \"•\";\n      color: #8c7559;\n      font-size: 1.5rem;\n      position: absolute;\n      left: 0;\n      top: -5px;\n    }\n    \n    #product-description-container .spec-list strong {\n      color: #584434;\n      font-size: 1.5rem;\n    }\n    \n    \/* 衬里选项样式 *\/\n    #product-description-container .lining-options {\n      margin: 30px 0 30px;\n    }\n    \n    #product-description-container .lining-title {\n      color: #584434;\n      font-size: 1.8rem;\n      margin-bottom: 25px;\n      text-align: center;\n      font-weight: 600;\n    }\n    \n    #product-description-container .lining-subtitle {\n      color: #5a4b3a;\n      text-align: center;\n      margin-bottom: 30px;\n      font-style: italic;\n      font-size: 1.5rem;\n    }\n    \n    #product-description-container .lining-container {\n      display: flex;\n      justify-content: space-between;\n      gap: 20px;\n      margin-bottom: 30px;\n    }\n    \n    #product-description-container .lining-item {\n      flex: 1;\n      text-align: center;\n    }\n    \n    #product-description-container .lining-item img {\n      width: 100%;\n      max-width: 300px;\n      height: auto;\n      display: block;\n      margin: 0 auto 15px;\n      border-radius: 8px;\n      box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n    }\n    \n    #product-description-container .lining-item p {\n      margin: 0;\n      font-size: 1.5rem;\n      color: #5a4b3a;\n      line-height: 1.4;\n    }\n    \n    #product-description-container .lining-item b {\n      color: #584434;\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.6rem;\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.5rem;\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 .lining-container {\n        flex-wrap: wrap;\n      }\n      \n      #product-description-container .lining-item {\n        flex: 0 0 calc(50% - 20px);\n        margin-bottom: 30px;\n      }\n      \n      #product-description-container .video-container {\n        height: 300px;\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 .video-title {\n        font-size: 1.8rem;\n      }\n      \n      #product-description-container .video-caption {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .video-container {\n        height: 200px;\n      }\n      \n      #product-description-container .play-button {\n        width: 60px;\n        height: 60px;\n      }\n      \n      #product-description-container .play-button:after {\n        border-top: 12px solid transparent;\n        border-bottom: 12px solid transparent;\n        border-left: 20px solid white;\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 .lining-item {\n        flex: 0 0 100%;\n      }\n      \n      \/* 弹窗响应式调整 *\/\n      #product-description-container .modal-content {\n        width: 95%;\n        max-height: 70vh;\n      }\n      \n      #product-description-container .modal-caption {\n        font-size: 1.2rem;\n        padding: 15px;\n      }\n      \n      #product-description-container .modal-close {\n        top: 10px;\n        right: 10px;\n        width: 35px;\n        height: 35px;\n        font-size: 25px;\n      }\n      \n      \/* 移动端字体大小调整 *\/\n      #product-description-container .premium-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 .spec-list 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 .lining-subtitle {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .lining-item p {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .lining-item b {\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!-- 新增视频部分 --\u003e\n\u003csection class=\"video-section\"\u003e\n\u003ch2 class=\"video-title\"\u003eProduct Review\u003c\/h2\u003e\n\u003cdiv id=\"videoContainer\" class=\"video-container\"\u003e\n\u003cdiv style=\"width: 100%; height: 100%; position: relative; overflow: hidden; background-color: #f8f5f0;\"\u003e\u003cimg id=\"videoPreview\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/QQ20251226-101158.png?v=1766720770\" alt=\"Product Video Preview\" class=\"video-preview\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"playButton\" class=\"play-button\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"video-caption\"\u003eProduct: 1908 Pinch Pleat Header, Color: #3 Sand Beige, Unlined\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 视频弹窗 --\u003e\n\u003cdiv id=\"videoModal\" class=\"video-modal\"\u003e\n\u003cdiv class=\"modal-content\"\u003e\n\u003cspan class=\"modal-close\"\u003e×\u003c\/span\u003e \u003cvideo id=\"modalVideo\" class=\"modal-video\" controls=\"controls\"\u003e\n\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b4988a243032433bb38e5bdab8214688.mp4\" type=\"video\/mp4\"\u003e\nYour browser does not support the video tag.\n\u003c\/source\u003e\u003c\/video\u003e\n\u003cdiv class=\"modal-caption\"\u003eProduct: 1908 Pinch Pleat Header, Color: #3 Sand Beige, Unlined\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Premium Custom Linen Blend Curtains Section --\u003e\n\u003csection class=\"section premium-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePremium Custom Linen Blend Curtains\u003c\/h2\u003e\n\u003cp class=\"premium-text\"\u003eTransform your living space with our exquisite custom-made linen blend curtains, expertly crafted to elevate your home's aesthetic while providing exceptional functionality. Our curtains feature a premium linen-cotton blend that offers the perfect balance of elegance and durability, with excellent light filtration and privacy properties.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 产品规格部分 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch4 class=\"spec-title\"\u003eSPECIFICATIONS\u003c\/h4\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003eLinen blend, 20% linen+80% Polyester\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e60%-80% without lining, 100% with blackout lining\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e350 gsm (lining weight not included)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined \/ 4 additional lining options\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e Gently machine wash or dry clean, no bleach, steam iron, air dry\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- 衬里选项部分 --\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"lining-options\"\u003e\n\u003ch3 class=\"lining-title\"\u003eDifferent Liner Shading Effect\u003c\/h3\u003e\n\u003cp class=\"lining-subtitle\"\u003eChoose the perfect lining option for your light control needs\u003c\/p\u003e\n\u003cdiv class=\"lining-container\"\u003e\n\u003cdiv class=\"lining-item\"\u003e\n\u003cimg alt=\"无背衬\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_3_5edab050-31b6-4354-9d4d-895130b962e7.jpg?v=1750747741\"\u003e\n\u003cp\u003e\u003cb\u003eUnlined\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lining-item\"\u003e\n\u003cimg alt=\"白色窗帘背衬\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_22_e7edc647-8de3-41f5-b071-fc26e163a9ea.jpg?v=1750747743\"\u003e\n\u003cp\u003e\u003cb\u003eBlocking 60%-80% light\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lining-item\"\u003e\n\u003cimg alt=\"灰白色窗帘背衬\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_58_da008c03-7f7a-434f-9d15-8d2589c0d163.jpg?v=1750747745\"\u003e\n\u003cp\u003e\u003cb\u003eSame color in front and back\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lining-container\"\u003e\n\u003cdiv class=\"lining-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_4_3ea459ed-bfbe-4ced-9e5d-93722138528c.jpg?v=1750747755\" alt=\"无背衬\"\u003e\n\u003cp\u003e\u003cb\u003eWith Lining\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lining-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_35.jpg?v=1750747770\" alt=\"白色窗帘背衬\"\u003e\n\u003cp\u003e\u003cb\u003eBlocking 90%-99% light\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lining-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_34_571b3628-2af6-4935-b6ef-99a452cffc18.jpg?v=1750747771\" alt=\"灰白色窗帘背衬\"\u003e\n\u003cp\u003e\u003cb\u003eGreyish White Full Blackout Lining 220g\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cscript\u003e\n  \/\/ 视频弹窗播放功能\n  document.addEventListener('DOMContentLoaded', function() {\n    var playButton = document.getElementById('playButton');\n    var videoContainer = document.getElementById('videoContainer');\n    var videoPreview = document.getElementById('videoPreview');\n    var videoModal = document.getElementById('videoModal');\n    var modalVideo = document.getElementById('modalVideo');\n    var modalClose = document.querySelector('.modal-close');\n    \n    \/\/ 检查元素是否存在\n    if (playButton \u0026\u0026 videoPreview \u0026\u0026 videoModal \u0026\u0026 modalVideo) {\n      console.log('视频播放元素已找到');\n      \n      \/\/ 添加点击事件监听器 - 点击预览图或播放按钮\n      playButton.addEventListener('click', openVideoModal);\n      videoPreview.addEventListener('click', openVideoModal);\n      videoContainer.addEventListener('click', openVideoModal);\n      \n      \/\/ 打开视频弹窗\n      function openVideoModal(e) {\n        \/\/ 阻止事件冒泡\n        if (e) e.stopPropagation();\n        \n        console.log('打开视频弹窗');\n        \n        \/\/ 显示弹窗\n        videoModal.style.display = 'flex';\n        \n        \/\/ 播放视频\n        modalVideo.play().catch(function(error) {\n          console.error('视频播放失败:', error);\n        });\n        \n        \/\/ 禁止页面滚动\n        document.body.style.overflow = 'hidden';\n      }\n      \n      \/\/ 关闭视频弹窗\n      function closeVideoModal() {\n        console.log('关闭视频弹窗');\n        \n        \/\/ 停止视频播放\n        modalVideo.pause();\n        modalVideo.currentTime = 0;\n        \n        \/\/ 隐藏弹窗\n        videoModal.style.display = 'none';\n        \n        \/\/ 恢复页面滚动\n        document.body.style.overflow = 'auto';\n      }\n      \n      \/\/ 关闭按钮点击事件\n      modalClose.addEventListener('click', closeVideoModal);\n      \n      \/\/ 点击弹窗背景关闭\n      videoModal.addEventListener('click', function(e) {\n        if (e.target === videoModal) {\n          closeVideoModal();\n        }\n      });\n      \n      \/\/ ESC键关闭弹窗\n      document.addEventListener('keydown', function(e) {\n        if (e.key === 'Escape' \u0026\u0026 videoModal.style.display === 'flex') {\n          closeVideoModal();\n        }\n      });\n      \n      \/\/ 视频播放结束处理\n      modalVideo.addEventListener('ended', function() {\n        console.log('视频播放结束');\n        \/\/ 可以添加一些播放结束后的处理\n      });\n      \n      \/\/ 视频加载错误处理\n      modalVideo.addEventListener('error', function(e) {\n        console.error('视频加载错误:', modalVideo.error);\n        if (modalVideo.error) {\n          console.error('错误代码:', modalVideo.error.code);\n          alert('视频文件无法加载，请检查视频链接是否正确。');\n        }\n      });\n      \n    } else {\n      console.error('视频播放元素未找到:', {\n        playButton: !!playButton,\n        videoPreview: !!videoPreview,\n        videoModal: !!videoModal,\n        modalVideo: !!modalVideo\n      });\n    }\n  });\n\u003c\/script\u003e \u003c!-- Why Choose Our Linen Blend Curtains Section --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our Linen Blend 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\"\u003ePremium Materials\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eHigh-quality linen-cotton blend fabric that combines elegance with durability and excellent light filtration.\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\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eAvailable in any size to perfectly fit your windows. Custom measurements ensure a flawless look.\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\"\u003eMultiple Colors\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eChoose from our curated selection of sophisticated colors to match your interior design.\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 Shipping\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eQuick turnaround times without compromising on quality. Receive your custom curtains in 2-3 weeks.\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\"\u003eOrder fabric samples to see and feel the quality before committing to your custom curtains.\u003c\/p\u003e\n\u003ca class=\"feature-link\" href=\"https:\/\/cololeaf.com\/collections\/free-swatches?filter.v.t.shopify.fabric=gid%3A%2F%2Fshopify%2FMetaobject%2F108539314260\u0026amp;sort_by=best-selling\" target=\"_blank\"\u003eGet Free Swatches →\u003c\/a\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\"\u003eWe stand behind our products with a 30-day satisfaction guarantee for your peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Measurement Guidance Section --\u003e\n\u003csection class=\"section measurement-guidance\"\u003e\n\u003ch2 class=\"section-title\"\u003eMeasurement Guidance\u003c\/h2\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-title\"\u003e1. Measuring Curtain Width\u003c\/p\u003e\n\u003cp class=\"measurement-desc\"\u003eProper width measurement ensures your curtains will fit perfectly and function as intended.\u003c\/p\u003e\n\u003cul class=\"measurement-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMeasurement Location:\u003c\/strong\u003e Be sure to measure the width of the curtain pole or track, not the window itself.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFullness Ratio Recommendations for Different Curtain Styles:\u003c\/strong\u003e\n\u003cul class=\"measurement-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePinch Pleated Curtains:\u003c\/strong\u003e It is suggested that the width be 1.1 - 1.3 times the length of the track or rod.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-title\"\u003e2. Measuring Curtain Length\u003c\/p\u003e\n\u003cp class=\"measurement-desc\"\u003eCorrect length measurement is essential for achieving the desired look and functionality.\u003c\/p\u003e\n\u003cul class=\"measurement-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePinch Pleat:\u003c\/strong\u003e Measure from the bottom of the rings to the point where the curtain ends.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"measurement-title\"\u003e3. Accessories\u003c\/p\u003e\n\u003cp class=\"measurement-desc\"\u003eEach curtain is sold individually. For curtains with pleat, flat hook, goblet, or 4-IN-1 headers, adjustable hooks (allowing for a 3-inch height modification) are included at no extra cost—ensuring seamless customization to fit your space perfectly.\u003c\/p\u003e\n\u003cp class=\"measurement-desc\"\u003e\u003cstrong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: rgb(90, 75, 58); font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: 0.24px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003eShould you have any questions, feel free to reach out via email at \u003cspan style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-decoration: underline;\"\u003ecololeaf@outlook.com\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eor contact us through inbox anytime.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Cololeaf","offers":[{"title":"#1 Beige White","offer_id":42184378384468,"sku":"CL51-1908-1-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#3 Sand Beige","offer_id":42184378417236,"sku":"CL51-1908-3-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#11 Gray","offer_id":42184378450004,"sku":"CL51-1908-11-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#31 Peacock","offer_id":42184378482772,"sku":"CL51-1908-31-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#35 Aegean Blue","offer_id":42184378515540,"sku":"CL51-1908-35-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#0 Snow White","offer_id":42184378548308,"sku":"CL51-1908-0-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#2 Ivory White","offer_id":42184378581076,"sku":"CL51-1908-2-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#4 Light Kahki","offer_id":42184378613844,"sku":"CL51-1908-4-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#5 Burly Wood","offer_id":42184378646612,"sku":"CL51-1908-5-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#6 Grey Beige","offer_id":42184378679380,"sku":"CL51-1908-6-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#7 Tapioca","offer_id":42184378712148,"sku":"CL51-1908-7-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#8 Taupe Grey","offer_id":42184378744916,"sku":"CL51-1908-8-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#9 Rust Brown","offer_id":42184378777684,"sku":"CL51-1908-9-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#10 Dim Gray","offer_id":42184378810452,"sku":"CL51-1908-10-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#12 Rock Grey","offer_id":42184378843220,"sku":"CL51-1908-12-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#13 Chocolate Tart","offer_id":42184378875988,"sku":"CL51-1908-13-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#14 Ebony","offer_id":42184378908756,"sku":"CL51-1908-14-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#15 Light Grey","offer_id":42184378941524,"sku":"CL51-1908-15-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#16 Carbon Grey","offer_id":42184378974292,"sku":"CL51-1908-16-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#17 Dark Grey","offer_id":42184379007060,"sku":"CL51-1908-17-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#18 Sand White\/Fog","offer_id":42184379039828,"sku":"CL51-1908-18-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#19 Pink Lemonde","offer_id":42184379072596,"sku":"CL51-1908-19-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#20 Light Lavender","offer_id":42184379105364,"sku":"CL51-1908-20-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#21 Plum","offer_id":42184379138132,"sku":"CL51-1908-21-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#22 Burundy Red","offer_id":42184379170900,"sku":"CL51-1908-22-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#23 Red Wine","offer_id":42184379203668,"sku":"CL51-1908-23-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#24 Maroon","offer_id":42184379236436,"sku":"CL51-1908-24-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#25 Firebrick","offer_id":42184379269204,"sku":"CL51-1908-25-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#26 Orange Copper","offer_id":42184379301972,"sku":"CL51-1908-26-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#27 Kahki Yellow","offer_id":42184379334740,"sku":"CL51-1908-27-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#28 Kahki","offer_id":42184379367508,"sku":"CL51-1908-28-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#29 Olive","offer_id":42184379400276,"sku":"CL51-1908-29-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#30 Green","offer_id":42184379433044,"sku":"CL51-1908-30-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#32 Pale Turquoise","offer_id":42184379465812,"sku":"CL51-1908-32-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#33 Aqua","offer_id":42184379498580,"sku":"CL51-1908-33-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#34 Everglade Teal","offer_id":42184379531348,"sku":"CL51-1908-34-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#36 Navy Blue","offer_id":42184379564116,"sku":"CL51-1908-36-PP","price":92.99,"currency_code":"USD","in_stock":true},{"title":"#37 Black","offer_id":42184379596884,"sku":"CL51-1908-37-PP","price":92.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/011.jpg?v=1774510156"},{"product_id":"1908-linen-unlined-curtain-with-trim-border","title":"1908 Linen Blend Unlined Breathable \u0026 Natural Curtain Pinch Pleat with Trim Border","description":"\u003ch4 style=\"text-align: left;\"\u003e\n\u003cimg\u003e\u003cb\u003e\u003cstrong style=\"white-space: nowrap;\" class=\"editor-text-bold\"\u003eSPECIFICATIONS\u003c\/strong\u003e\u003c\/b\u003e\n\u003c\/h4\u003e\n\u003cdiv style=\"text-align: right;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003eLinen blend, 20% linen+80% Polyester\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e60%-80% (unlined)\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e350 gsm (lining weight not included)\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eHeader Type: \u003c\/strong\u003ePinch Pleat\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eTrim Border Width: \u003c\/strong\u003e2.36 inches\u003c\/li\u003e\n\u003cli class=\"tab-des\"\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e Gently machine wash or dry clean, no bleach, steam iron, air dry\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0081\/3305\/0458\/files\/image-gallary.jpg?v=1658393919\" data-fancybox=\"images\" class=\"image-zoom fancybox adaptive-height\"\u003e\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003eDifferent Liner \u003c\/span\u003eShading Effect\u003c\/p\u003e\n\u003cstyle\u003e\n.product-backing-container {\n  display: flex;\n  gap: 20px; \/* 图片间距 *\/\n  max-width: 1000px; \/* 容器最大宽度 *\/\n  margin: 0 auto; \/* 居中显示 *\/\n  padding: 20px 0;\n}\n\n.backing-item {\n  flex: 1;\n  text-align: center;\n}\n\n.backing-item img {\n  width: 100%;\n  max-width: 300px; \/* 单个图片最大宽度 *\/\n  height: auto;\n  display: block;\n  margin: 0 auto 10px;\n  border-radius: 8px; \/* 可选圆角 *\/\n  box-shadow: 0 2px 4px rgba(0,0,0,0.1); \/* 可选阴影 *\/\n}\n\n.backing-item p {\n  margin: 0;\n  font-size: 12px;\n  color: #666;\n  line-height: 1.4;\n}\n\n\/* 响应式设计（可选） *\/\n@media (max-width: 768px) {\n  .product-backing-container {\n    flex-direction: column;\n    gap: 30px;\n  }\n  .backing-item img {\n    max-width: 100%;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-backing-container\"\u003e\n\u003cdiv class=\"backing-item\"\u003e\n\u003cimg alt=\"无背衬\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_1_35aa072c-da9a-4daa-83e6-2514a227a0d6.jpg?v=1750901913\"\u003e\n\u003cp\u003e\u003cb\u003eUnlined\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"backing-item\"\u003e\n\u003cimg alt=\"白色窗帘背衬\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_22_e7edc647-8de3-41f5-b071-fc26e163a9ea.jpg?v=1750747743\"\u003e\n\u003cp\u003e\u003cb\u003eBlocking 60%-80% light\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"backing-item\"\u003e\n\u003cimg alt=\"灰白色窗帘背衬\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_58_da008c03-7f7a-434f-9d15-8d2589c0d163.jpg?v=1750747745\"\u003e\n\u003cp\u003e\u003cb\u003eSame color in front and back\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-backing-container\"\u003e\n\u003cdiv class=\"backing-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_2_d3c8ae2d-6588-425b-8845-8165b127c16e.jpg?v=1750901917\" alt=\"无背衬\"\u003e\n\u003cp\u003e\u003cb\u003eWith Lining\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"backing-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_35.jpg?v=1750747770\" alt=\"白色窗帘背衬\"\u003e\n\u003cp\u003e\u003cb\u003eBlocking 90%-99% light\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"backing-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/6_34_571b3628-2af6-4935-b6ef-99a452cffc18.jpg?v=1750747771\" alt=\"灰白色窗帘背衬\"\u003e\n\u003cp\u003e\u003cb\u003eGreyish White Full Blackout Lining 220g\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \u003c\/style\u003e\n\u003ch4\u003e\u003cstrong\u003ePlease note that plastic hooks are included in the package, while rods and rings are not provided.\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/13_e99502e7-e38d-4b16-928e-ff48b7ca4283_1024x1024.jpg?v=1750902892\" alt=\"\" style=\"margin-left: 60px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: right;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/IMG_0192_1024x1024.jpg?v=1753955400\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e","brand":"Cololeaf","offers":[{"title":"#2 Ivory White","offer_id":42302424547412,"sku":"CL51-1908-2-PP-T","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#0 Snow White","offer_id":42302424514644,"sku":"CL51-1908-0-PP-T","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#1 Beige White","offer_id":42302424350804,"sku":"CL51-1908-1-PP-T","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#3 Sand Beige","offer_id":42302424383572,"sku":"CL51-1908-3-PP-T","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#4 Light Kahki","offer_id":42302424580180,"sku":"CL51-1908-4-PP-T","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#5 Burly Wood","offer_id":42302424612948,"sku":"CL51-1908-5-PP-T","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#7 Tapioca","offer_id":42302424678484,"sku":"CL51-1908-7-PP-T","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#18 Sand White\/Fog","offer_id":42302425006164,"sku":"CL51-1908-18-PP-T","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#19 Pink Lemonde","offer_id":42302425038932,"sku":"CL51-1908-19-PP-T","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/05_f0902a07-afac-44b3-8450-6392fa11b46a.jpg?v=1774510160"},{"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%2F159028936788\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"},{"product_id":"oy19s-linen-blend-curtains-pinch-peat","title":"OY19S Linen Blend Soft Blackout Curtains Pinch Peat 1 Panel","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* ==================== 完全采用3009产品的字体\/尺寸\/间距体系 ==================== *\/\n    #product-description-container * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: 'Poppins', '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: 1400px;\n      margin: 0 auto;\n    }\n    \n    \/* 通用标题 (完全遵循3009) *\/\n    #product-description-container .section-title {\n      color: #584434;\n      font-size: 2.4rem;\n      margin-bottom: 25px;\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    \/* 规格部分容器 (统一卡片背景) *\/\n    #product-description-container .specs-container {\n      margin: 0 0 40px 0;\n      padding: 30px;\n      background-color: #f8f5f0;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .specs-title {\n      color: #584434;\n      font-size: 2rem;\n      margin-bottom: 20px;\n      text-align: center;\n      font-weight: 600;\n    }\n    \n    #product-description-container .specs-content {\n      background-color: #fff;\n      padding: 25px;\n      border-radius: 8px;\n      font-size: 1.5rem;\n      line-height: 1.8;\n    }\n    \n    #product-description-container .spec-item {\n      margin-bottom: 12px;\n      padding-bottom: 12px;\n      border-bottom: 1px solid #eee;\n    }\n    \n    #product-description-container .spec-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n    \n    #product-description-container .spec-label {\n      font-weight: 600;\n      color: #584434;\n      display: inline-block;\n      min-width: 160px;\n    }\n    \n    #product-description-container .spec-value {\n      color: #5a4b3a;\n    }\n    \n    \/* ===== Important Notes 卡片 (3009风格字体) ===== *\/\n    #product-description-container .important-notes-section {\n      margin: 40px 0;\n      padding: 30px;\n      background-color: #ffffff;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .notes-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n      margin-top: 40px;\n    }\n    \n    @media (max-width: 992px) {\n      #product-description-container .notes-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .notes-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n    \n    #product-description-container .note-card {\n      background-color: #f9f7f3;\n      border-radius: 10px;\n      overflow: hidden;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.1);\n      transition: transform 0.3s ease;\n      height: 100%;\n      display: flex;\n      flex-direction: column;\n    }\n    \n    #product-description-container .note-card:hover {\n      transform: translateY(-8px);\n    }\n    \n    #product-description-container .note-image-container {\n      flex: 1;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 20px;\n      min-height: 250px;\n    }\n    \n    #product-description-container .note-image {\n      width: 100%;\n      height: auto;\n      max-height: 280px;\n      object-fit: contain;\n      border-radius: 8px;\n    }\n    \n    #product-description-container .note-content {\n      padding: 20px;\n      text-align: center;\n    }\n    \n    #product-description-container .note-heading {\n      color: #584434;\n      font-size: 1.8rem;\n      margin-bottom: 15px;\n      font-weight: 600;\n    }\n    \n    #product-description-container .note-text {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      line-height: 1.6;\n    }\n    \n    \/* ===== Why Choose 区域 (只保留三个优势，字体遵循3009) ===== *\/\n    #product-description-container .features-section {\n      margin: 40px 0;\n      padding: 30px;\n      background-color: #ffffff;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .features-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n      margin-top: 30px;\n    }\n    \n    @media (max-width: 992px) {\n      #product-description-container .features-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .features-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n    \n    #product-description-container .feature-item {\n      background-color: #f9f7f3;\n      padding: 30px 25px;\n      border-radius: 10px;\n      text-align: center;\n      transition: all 0.3s ease;\n      border: 1px solid #e8e1d5;\n      height: 100%;\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: 3.2rem;\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.9rem;\n      margin-bottom: 15px;\n      font-weight: 600;\n    }\n    \n    #product-description-container .feature-desc {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      line-height: 1.6;\n    }\n    \n    \/* ===== 测量与安装指南 (统一字体) ===== *\/\n    #product-description-container .measurement-section {\n      margin: 40px 0;\n      padding: 30px;\n      background-color: #f8f5f0;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .measurement-content {\n      max-width: 1000px;\n      margin: 0 auto;\n      background-color: #fff;\n      padding: 30px;\n      border-radius: 10px;\n      font-size: 1.6rem;\n      line-height: 1.8;\n    }\n    \n    #product-description-container .measurement-item {\n      margin-bottom: 25px;\n      padding-bottom: 25px;\n      border-bottom: 1px solid #e8e1d5;\n    }\n    \n    #product-description-container .measurement-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n    \n    #product-description-container .measurement-title {\n      color: #584434;\n      font-size: 1.9rem;\n      margin-bottom: 15px;\n      font-weight: 600;\n      display: flex;\n      align-items: center;\n    }\n    \n    #product-description-container .measurement-title:before {\n      content: '';\n      display: inline-block;\n      width: 8px;\n      height: 8px;\n      background-color: #a89279;\n      border-radius: 50%;\n      margin-right: 12px;\n    }\n    \n    #product-description-container .measurement-text {\n      color: #5a4b3a;\n      font-size: 1.6rem;\n      line-height: 1.7;\n      padding-left: 20px;\n    }\n    \n    #product-description-container .measurement-note {\n      background-color: #f9f7f3;\n      border-left: 4px solid #a89279;\n      padding: 20px;\n      margin-top: 30px;\n      border-radius: 0 8px 8px 0;\n      font-size: 1.6rem;\n      line-height: 1.7;\n    }\n    \n    #product-description-container .contact-info {\n      margin-top: 25px;\n      padding-top: 25px;\n      border-top: 1px solid #e8e1d5;\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      text-align: center;\n    }\n    \n    #product-description-container .contact-info a {\n      color: #a89279;\n      text-decoration: none;\n      font-weight: 600;\n    }\n    \n    #product-description-container .contact-info a:hover {\n      text-decoration: underline;\n    }\n    \n    \/* 响应式细节继承3009 *\/\n    @media (max-width: 768px) {\n      #product-description-container .section-title {\n        font-size: 2rem;\n      }\n      #product-description-container .specs-title {\n        font-size: 1.8rem;\n      }\n      #product-description-container .specs-content,\n      #product-description-container .note-text,\n      #product-description-container .feature-desc,\n      #product-description-container .measurement-text,\n      #product-description-container .measurement-note {\n        font-size: 1.4rem;\n      }\n      #product-description-container .note-heading,\n      #product-description-container .feature-title,\n      #product-description-container .measurement-title {\n        font-size: 1.7rem;\n      }\n      #product-description-container .important-notes-section,\n      #product-description-container .features-section,\n      #product-description-container .measurement-section,\n      #product-description-container .specs-container {\n        padding: 25px;\n      }\n      #product-description-container .measurement-content {\n        padding: 20px;\n      }\n      #product-description-container .spec-item {\n        font-size: 1.4rem;\n      }\n      #product-description-container .spec-label {\n        min-width: 140px;\n      }\n    }\n    \n    \/* 辅助内边距 *\/\n    #product-description-container .container-padding {\n      padding: 0;\n    }\n\u003c\/style\u003e\n\u003cdiv id=\"product-description-container\"\u003e\n\u003c!-- ========= 1. 产品规格区 (完全3009风格，左侧无视频但保持卡片干净) ========= --\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ch3 class=\"specs-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"specs-content\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eMaterial:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eLinen Blend, Ultra-Soft Texture\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eLight Blocking:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e100% complete blackout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eFabric Weight:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e220 gsm lightweight construction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eLining:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUnlined\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eHeader type:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ePinch Pleat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCare Tips:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eGentle machine wash or dry clean, no bleach, steam iron, air dry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========= 2. Important Notes 分区 (英文卡片 + AI SEO图片alt) ========= --\u003e\n\u003csection class=\"important-notes-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"notes-grid\"\u003e\n\u003c!-- 卡片1: 100%遮光 --\u003e\n\u003cdiv class=\"note-card\"\u003e\n\u003cdiv class=\"note-image-container\"\u003e\u003cimg loading=\"lazy\" alt=\"OY19S 100% Blackout linen curtain total light blocking performance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/OY19S-Soft-Linen-Blend-Blackout-Curtains-Greyish-White_13_cc69db10-0359-4d22-bb6c-12328d01ae37.jpg?v=1780391743\" class=\"note-image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-content\"\u003e\n\u003ch3 class=\"note-heading\"\u003e100% Total Blackout\u003c\/h3\u003e\n\u003cp class=\"note-text\"\u003eEngineered with dense linen weave to block 100% external light. Perfect for bedrooms, home theaters, nurseries, and shift workers seeking complete darkness and privacy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片2: 亚麻混纺柔软质感 --\u003e\n\u003cdiv class=\"note-card\"\u003e\n\u003cdiv class=\"note-image-container\"\u003e\u003cimg loading=\"lazy\" alt=\"OY19S premium linen blend fabric ultra-soft texture 220gsm lightweight\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/OY19S-Soft-Linen-Blend-Blackout-Curtains-Greyish-White_21_ec4c2905-93a7-4c2b-83ef-32ddba1be9b5.jpg?v=1780391929\" class=\"note-image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-content\"\u003e\n\u003ch3 class=\"note-heading\"\u003ePremium Linen Blend\u003c\/h3\u003e\n\u003cp class=\"note-text\"\u003eLinen Blend, Ultra-Soft Texture, 220 gsm lightweight. Provides a breathable, naturally elegant drape while maintaining exceptional blackout performance and year-round comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片3: 中性百搭色调 --\u003e\n\u003cdiv class=\"note-card\"\u003e\n\u003cdiv class=\"note-image-container\"\u003e\u003cimg loading=\"lazy\" alt=\"Neutral greyish white blackout curtains versatile for living room and bedroom\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/OY19S-Soft-Linen-Blend-Blackout-Curtains-Greyish-White_9_a727b8f9-c309-4409-aa87-de4191582564.jpg?v=1780391927\" class=\"note-image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-content\"\u003e\n\u003ch3 class=\"note-heading\"\u003eNeutral \u0026amp; Versatile\u003c\/h3\u003e\n\u003cp class=\"note-text\"\u003eSoft greyish-white neutral color blends seamlessly with any decor style — modern, farmhouse, Scandinavian, or minimalist. Effortlessly elevates your living space while offering maximum functionality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========= 3. Why Choose 优势区 (只保留三项: 快速运输, 免费样品, 30天保障) ========= --\u003e\n\u003csection class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our Blackout Linen Blend Curtains?\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003c!-- 1. Fast \u0026 Reliable Shipping (更新文案: 90% of orders arrive in 7-14 days) --\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\"\u003e\u003cstrong\u003e90% of orders arrive in 7-14 days\u003c\/strong\u003e — carefully packaged and tracked. Enjoy quick delivery without compromising quality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Free Swatches --\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 220gsm linen quality firsthand. Click \u003ca rel=\"noopener\" title=\"free swatches\" href=\"https:\/\/cololeaf.com\/collections\/free-swatches?filter.v.t.shopify.fabric=gid%3A%2F%2Fshopify%2FMetaobject%2F159037620308\u0026amp;sort_by=manual\" 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\u003c!-- 3. 30-Day Guarantee --\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!-- ========= 4. 测量 \u0026 安装指南 (采用3009整洁风格) ========= --\u003e\n\u003csection class=\"measurement-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eMeasurement \u0026amp; Pinch Pleat Installation Guide\u003c\/h2\u003e\n\u003cdiv class=\"measurement-content\"\u003e\n\u003cdiv class=\"measurement-item\"\u003e\n\u003ch3 class=\"measurement-title\"\u003e1. Curtain Length\u003c\/h3\u003e\n\u003cp class=\"measurement-text\"\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-item\"\u003e\n\u003ch3 class=\"measurement-title\"\u003e2. Curtain Width \u0026amp; Fullness\u003c\/h3\u003e\n\u003cp class=\"measurement-text\"\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 style=\"margin-top: 8px;\" class=\"measurement-text\"\u003eEach panel is sold individually – order two panels for a pair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"measurement-note\"\u003e\n\u003cp\u003eEach curtain is sold individually and comes with adjustable hooks that allow for a 3-inch height modification, enabling seamless customization to fit your space perfectly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-info\"\u003e\n\u003cp\u003eShould you have any questions, feel free to reach out via email at \u003ca href=\"mailto:cololeaf@outlook.com\"\u003ecololeaf@outlook.com\u003c\/a\u003e or contact us through inbox anytime. We are happy to help you achieve the perfect fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Cololeaf","offers":[{"title":"#1 Greyish White","offer_id":45948167979092,"sku":"CL22-OY19S-1GW-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#2 Cream","offer_id":45948168011860,"sku":"CL22-OY19S-2CR-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#3 Ivory White","offer_id":45948168044628,"sku":"CL22-OY19S-3IW-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#4 Sand Beige","offer_id":45948168077396,"sku":"CL22-OY19S-4SB-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#5 Taupe","offer_id":45948168110164,"sku":"CL22-OY19S-5TP-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#6 Light Brown","offer_id":45948168142932,"sku":"CL22-OY19S-6LB-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#7 Silver Grey","offer_id":45948168175700,"sku":"CL22-OY19S-7SG-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#8 Light Grey","offer_id":45948168208468,"sku":"CL22-OY19S-8LG-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#9 Grey","offer_id":45948168241236,"sku":"CL22-OY19S-9GY-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#10 Mid Grey","offer_id":45948168274004,"sku":"CL22-OY19S-10MG-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#11 Light Coffee","offer_id":45948168306772,"sku":"CL22-OY19S-11LC-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#12 Dark Grey","offer_id":45948168339540,"sku":"CL22-OY19S-12DG-PP","price":76.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/OY19S-Soft-Linen-Blend-Blackout-Curtains-Greyish-White_5_320dcdf1-a03c-4296-9e66-73e170d170ac.jpg?v=1776834789"},{"product_id":"oy19s-blackout-linen-curtains-3-in-1-header","title":"OY19S Blackout Linen Curtains 3 IN 1 Header 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    }\u003c\/style\u003e\n\u003cdiv id=\"product-description-container\"\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\u003cbr\u003e\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003eLinen Blend, 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\u003e220 gsm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLining: \u003c\/strong\u003eUnlined\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHeader Type: 3 IN 1(Pinch pleat+Clip ring+Back tab)\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\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 Blackout Linen Blend 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 220gsm linen 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 linen Softness\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eButtery-soft linen 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 220gsm linen quality firsthand. Click \u003ca rel=\"noopener\" title=\"free swatches\" href=\"https:\/\/cololeaf.com\/collections\/free-swatches?filter.v.t.shopify.fabric=gid%3A%2F%2Fshopify%2FMetaobject%2F159037620308\u0026amp;sort_by=manual\" 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\"\u003eMeasure 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":"#1 Greyish White","offer_id":45961819750484,"sku":"CL22-OY19S-1GW-H3","price":87.99,"currency_code":"USD","in_stock":true},{"title":"#2 Cream","offer_id":45961819783252,"sku":"CL22-OY19S-2CR-H3","price":87.99,"currency_code":"USD","in_stock":true},{"title":"#3 Ivory White","offer_id":45961819816020,"sku":"CL22-OY19S-3IW-H3","price":87.99,"currency_code":"USD","in_stock":true},{"title":"#4 Sand Beige","offer_id":45961819848788,"sku":"CL22-OY19S-4SB-H3","price":87.99,"currency_code":"USD","in_stock":true},{"title":"#5 Taupe","offer_id":45961819881556,"sku":"CL22-OY19S-5TP-H3","price":87.99,"currency_code":"USD","in_stock":true},{"title":"#6 Light Brown","offer_id":45961819914324,"sku":"CL22-OY19S-6LB-H3","price":87.99,"currency_code":"USD","in_stock":true},{"title":"#7 Silver Grey","offer_id":45961819947092,"sku":"CL22-OY19S-7SG-H3","price":87.99,"currency_code":"USD","in_stock":true},{"title":"#8 Light Grey","offer_id":45961819979860,"sku":"CL22-OY19S-8LG-H3","price":87.99,"currency_code":"USD","in_stock":true},{"title":"#9 Grey","offer_id":45961820012628,"sku":"CL22-OY19S-9GY-H3","price":87.99,"currency_code":"USD","in_stock":true},{"title":"#10 Mid Grey","offer_id":45961820045396,"sku":"CL22-OY19S-10MG-H3","price":87.99,"currency_code":"USD","in_stock":true},{"title":"#11 Light Coffee","offer_id":45961820078164,"sku":"CL22-OY19S-11LC-H3","price":87.99,"currency_code":"USD","in_stock":true},{"title":"#12 Dark Grey","offer_id":45961820110932,"sku":"CL22-OY19S-12DG-H3","price":87.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/OY19S-Soft-Linen-Blend-Blackout-Curtains-Light-Brown_10_980b1335-4fff-4fc9-919e-b2f5a7958815.jpg?v=1776843157"},{"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\/collections\/pince-pli.oembed","provider":"Cololeaf","version":"1.0","type":"link"}