{"title":"Languette arrière et poche à tringle","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":"frank-linen-blend-curtains-back-tab-rod-pocket","title":"Frank Room Darkening Linen Blend Curtains Heavy Weight Thermal Drapes Back Tab \u0026 Rod Pocket 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\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: 15px;\"\u003e❝ Love the look of linen but hate flimsy curtains that don't block light? ❞\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003e375gsm heavyweight linen-polyester blend\u003c\/strong\u003e — 90-95% blackout, thermal insulation, yet soft and natural. Feels substantial like a hotel drape, but \u003cstrong\u003emachine washable\u003c\/strong\u003e. Perfect for bedrooms, living rooms, and large windows.\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 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\" alt=\"Fabric material\" style=\"max-width: 300px;\"\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\u003eBack Tab \u0026amp; Rod Pocket (2 IN 1)\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\u003c!-- Why Choose Our Heavyweight Linen Blend Blackout Curtains Section - AI SEO Optimized --\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\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eBlocks most sunlight for better sleep, reduced glare on screens, and lower energy bills. Not cave‑dark — just perfectly dimmed for comfort. Ideal for bedrooms, nurseries, and living 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\"\u003eLinen Look, Machine Washable\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003e10% linen + 90% polyester gives you real linen texture and breathability, but you can toss it in the washing machine. No shrinking, no special dry cleaning — easy care for everyday life.\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 — just a perfect fit 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\"\u003e2‑in‑1 Header: Back Tab + Rod Pocket\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eTwo hanging styles in one curtain. Use the hidden back tabs for a clean, tailored look (no rings visible), or slip the rod through the pocket for a classic gathered top. Fits both thin and thick rods easily.\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 guesswork.\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 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 Back Tab \u0026amp; Rod Pocket curtains, measure from the top of the pole to the point where the curtain ends.\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.6x times the pole 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(rod is not included in the package). 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":"#07 Sand Beige","offer_id":42066663112788,"sku":"CL3-1979-7SB-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#01 Ivory White","offer_id":42066662981716,"sku":"CL3-1979-1IW-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#02 Smoky Grey","offer_id":42066663014484,"sku":"CL3-1979-2SG-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#26 Fog Green","offer_id":42066663473236,"sku":"CL3-1979-26FG-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#03 Light Grey","offer_id":42066663047252,"sku":"CL3-1979-3LG-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#05 Dark Grey","offer_id":42066663080020,"sku":"CL3-1979-5DG-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#08 Khaki","offer_id":42066663145556,"sku":"CL3-1979-8KK-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#10 Taupe","offer_id":42066663178324,"sku":"CL3-1979-10TP-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#12 Coca Mocha","offer_id":42066663211092,"sku":"CL3-1979-12CM-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#17 Grey Blue","offer_id":42066663276628,"sku":"CL3-1979-17GB-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#18 Light Turquoise","offer_id":42066663309396,"sku":"CL3-1979-18LT-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#19 Cloisoone","offer_id":42066663342164,"sku":"CL3-1979-19CL-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#20 Dark Blue","offer_id":42066663374932,"sku":"CL3-1979-20DB-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#22 Orange","offer_id":42066663407700,"sku":"CL3-1979-22OR-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#23 Light Lilac","offer_id":42066663440468,"sku":"CL3-1979-23LL-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#30 Sea Blue","offer_id":42066663506004,"sku":"CL3-1979-30SB-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#31 Delft Blue","offer_id":42066663538772,"sku":"CL3-1979-31DB-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#35 Oasis","offer_id":42066663571540,"sku":"CL3-1979-35OS-BR","price":63.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-Sand-Beige_07_c7acdc63-f1f3-47cc-8086-12f35f3ef275.jpg?v=1774511553"},{"product_id":"mj11-velvet-blackout-drapes","title":"MJ11 Soft Soundproof Luxury Velvet Blackout Drapes Back Tab and Rod Pocket 2 In 1 (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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/1_26_c81a849e-3302-4fc2-aeef-1ba132152524.jpg?v=1763628320\" alt=\"Velvet fabric material\" style=\"max-width: 300px;\"\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% (unlined), 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\u003eBack Tab \u0026amp; Rod Pocket\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 class=\"note-text\"\u003e\u003c\/span\u003e\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 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\" alt=\"Light Blocking Effect\" class=\"display-image\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/73-Z.jpg?v=1763695121\" alt=\"Grommet Size Details\" class=\"display-image\"\u003e\n\u003cp class=\"image-caption\"\u003eThe diameter or width of the rod-pocket section, which is intended for inserting the curtain rod, measures precisely 4 inches.\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 title=\"free swatches\" href=\"https:\/\/cololeaf.com\/collections\/free-swatches?filter.v.t.shopify.fabric=gid%3A%2F%2Fshopify%2FMetaobject%2F113316528212\u0026amp;sort_by=best-selling\"\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\u003cp class=\"measurement-desc\"\u003e\u003cspan class=\"a-list-item\"\u003eROD POCKET \u0026amp; BACK TAB: Measure from top of the pole to where curtain finish. \u003c\/span\u003e\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.5x 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. 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":"107# Moss","offer_id":42116292378708,"sku":"CL57-MJ11-107-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"46# Burgundy","offer_id":42116087251028,"sku":"CL57-MJ11-46-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"57# Ivory","offer_id":42116087185492,"sku":"CL57-MJ11-57-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"1# Off White","offer_id":42116292116564,"sku":"CL57-MJ11-1-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"2# Cashmere","offer_id":42668680347732,"sku":"CL57-MJ11-2-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"3# Cream","offer_id":42668680380500,"sku":"CL57-MJ11-3-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"5# Khaki","offer_id":42116087316564,"sku":"CL57-MJ11-5-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"8# Gray Beige","offer_id":42116087218260,"sku":"CL57-MJ11-8-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"9# Taupe","offer_id":42116087349332,"sku":"CL57-MJ11-9-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"15# Sable","offer_id":42668680413268,"sku":"CL57-MJ11-15-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"17# Java","offer_id":42668680446036,"sku":"CL57-MJ11-17-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"26# Wheat","offer_id":42668680478804,"sku":"CL57-MJ11-26-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"32# Violet","offer_id":42116292182100,"sku":"CL57-MJ11-32-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"34# Coral","offer_id":42668686803028,"sku":"CL57-MJ11-34-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"36# Rose","offer_id":42668686835796,"sku":"CL57-MJ11-36-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"39# Burgundy Red","offer_id":42116292214868,"sku":"CL57-MJ11-39-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"43# Raspberry Red","offer_id":42116087480404,"sku":"CL57-MJ11-43-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"51# Purple","offer_id":42668686868564,"sku":"CL57-MJ11-51-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"56# Beige","offer_id":42116292247636,"sku":"CL57-MJ11-56-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"63# Sky Blue","offer_id":42668686901332,"sku":"CL57-MJ11-63-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"64# Teal","offer_id":42116087545940,"sku":"CL57-MJ11-64-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"67# Grey","offer_id":42116087578708,"sku":"CL57-MJ11-67-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"72# Natrual Grey","offer_id":42116087611476,"sku":"CL57-MJ11-72-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"73# Silver Grey","offer_id":42116087644244,"sku":"CL57-MJ11-73-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"81# Chocolate","offer_id":42116087283796,"sku":"CL57-MJ11-81-BR","price":64.99,"currency_code":"USD","in_stock":true},{"title":"89# Fawn","offer_id":42116292313172,"sku":"CL57-MJ11-89-BR","price":58.99,"currency_code":"USD","in_stock":true},{"title":"97# Turquoise","offer_id":42116292345940,"sku":"CL57-MJ11-97-BR","price":58.99,"currency_code":"USD","in_stock":true},{"title":"99# Blue","offer_id":42116087677012,"sku":"CL57-MJ11-99-BR","price":58.99,"currency_code":"USD","in_stock":true},{"title":"104# Ocean Blue\/Ultramarine Blue","offer_id":42668686934100,"sku":"CL57-MJ11-104-BR","price":58.99,"currency_code":"USD","in_stock":true},{"title":"106# Everglade Teal","offer_id":42116087709780,"sku":"CL57-MJ11-106-BR","price":58.99,"currency_code":"USD","in_stock":true},{"title":"108# Midnight Blue","offer_id":42116087742548,"sku":"CL57-MJ11-108-BR","price":58.99,"currency_code":"USD","in_stock":true},{"title":"110# Sapphire Blue","offer_id":42116087775316,"sku":"CL57-MJ11-110-BR","price":58.99,"currency_code":"USD","in_stock":true},{"title":"111# Warm Black","offer_id":42116087152724,"sku":"CL57-MJ11-111-BR","price":58.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":42693721194580,"sku":null,"price":58.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/MJ11-Soft-Soundproof-Luxury-Velvet-Blackout-Drapes-Back-Tab-and-Rod-Pocket-2-In-1-Moss-Pine-Green_1_3f802305-e5a6-425d-967d-16f4e720e107.jpg?v=1774511162"},{"product_id":"mj11-christmas-velvet-drapes","title":"MJ11 Christmas Soft Velvet Blackout Drapes For Bedroom Living Room Holiday Decorations 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: linear-gradient(135deg, #1a472a 0%, #2d5a27 100%);\n    border-radius: 10px;\n    box-shadow: 0 5px 15px rgba(88, 68, 52, 0.08);\n    border: 1px solid #d4af37;\n  }\n  \n  \/* 圣诞主题头部 *\/\n  #product-description-container .christmas-header {\n    background: linear-gradient(135deg, #1a472a 0%, #2d5a27 100%);\n    color: white;\n    padding: 30px 20px;\n    border-radius: 15px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 30px;\n    border: 3px solid #d4af37;\n  }\n  \n  #product-description-container .christmas-header::before {\n    content: \"❄️ ✨ 🎄\";\n    position: absolute;\n    top: 10px;\n    left: 0;\n    right: 0;\n    font-size: 1.5rem;\n    opacity: 0.7;\n  }\n  \n  #product-description-container .christmas-header::after {\n    content: \"🎅 🦌 🎁\";\n    position: absolute;\n    bottom: 10px;\n    left: 0;\n    right: 0;\n    font-size: 1.5rem;\n    opacity: 0.7;\n  }\n  \n  #product-description-container .christmas-header h1 {\n    font-size: 2.4rem;\n    margin-bottom: 15px;\n    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n    color: white !important;\n  }\n  \n  #product-description-container .christmas-header p {\n    font-size: 1.5rem;\n    max-width: 800px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n    color: white !important;\n  }\n  \n  \/* 圣诞横幅 *\/\n  #product-description-container .banner {\n    margin: 30px 0;\n    border-radius: 15px;\n    overflow: hidden;\n    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n    border: 5px solid #d4af37;\n    position: relative;\n  }\n  \n  \/* 删除横幅上的Christmas Special标签 *\/\n  \/* #product-description-container .banner::before {\n    content: \"🎄 Christmas Special 🎄\";\n    position: absolute;\n    top: 15px;\n    right: 15px;\n    background: rgba(212, 175, 55, 0.9);\n    color: #1a472a;\n    padding: 8px 15px;\n    border-radius: 30px;\n    font-weight: 600;\n    font-size: 1.1rem;\n    z-index: 2;\n  } *\/\n  \n  #product-description-container .banner img {\n    width: 100%;\n    display: block;\n  }\n  \n  \/* 产品标题 *\/\n  #product-description-container .section-title {\n    color: white !important;\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: #d4af37;\n  }\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: white !important;\n    line-height: 1.8;\n  }\n  \n  \/* 高亮区域 - 删除特殊优惠内容 *\/\n  \/* #product-description-container .highlight {\n    background: linear-gradient(135deg, #d4af37 0%, #f7ef8a 100%);\n    padding: 20px;\n    border-radius: 12px;\n    margin: 25px 0;\n    color: #1a472a;\n    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n    border: 2px dashed #1a472a;\n    position: relative;\n    font-size: 1.5rem;\n    text-align: center;\n  } *\/\n  \n  \/* 规格列表样式 *\/\n  #product-description-container .specifications {\n    margin: 30px 0;\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: 15px;\n    color: white !important;\n    font-size: 1.5rem;\n    padding-left: 0;\n    line-height: 1.6;\n  }\n  \n  #product-description-container .spec-list li:before {\n    content: none;\n  }\n  \n  #product-description-container .spec-list strong {\n    color: #d4af37 !important;\n    font-size: 1.5rem;\n  }\n  \n  \/* 颜色选择区域 *\/\n  #product-description-container .colors-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 30px;\n    margin-top: 20px;\n  }\n  \n  #product-description-container .color-left, \n  #product-description-container .color-right {\n    flex: 1;\n    min-width: 300px;\n    background: linear-gradient(135deg, #1a472a 0%, #2d5a27 100%);\n    padding: 25px;\n    border-radius: 15px;\n    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n    border: 2px solid #d4af37;\n    position: relative;\n  }\n  \n  #product-description-container .color-image {\n    width: 100%;\n    border-radius: 10px;\n    cursor: pointer;\n    transition: transform 0.3s, box-shadow 0.3s;\n    border: 3px solid #d4af37;\n    margin-bottom: 15px;\n  }\n  \n  #product-description-container .color-image:hover {\n    transform: scale(1.02);\n    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n  }\n  \n  #product-description-container .color-description {\n    font-size: 1.5rem;\n    line-height: 1.6;\n    color: white !important;\n  }\n  \n  #product-description-container .color-description h3 {\n    color: #d4af37 !important;\n    margin-bottom: 10px;\n    font-size: 1.7rem;\n  }\n  \n  #product-description-container .color-highlight {\n    background: rgba(212, 175, 55, 0.3);\n    padding: 10px 15px;\n    border-radius: 8px;\n    margin-top: 15px;\n    border-left: 3px solid #d4af37;\n    font-size: 1.5rem;\n    color: white !important;\n  }\n  \n  #product-description-container .color-highlight strong {\n    color: #d4af37 !important;\n  }\n  \n  \/* 测量指南 *\/\n  #product-description-container .measurement-section {\n    margin-bottom: 20px;\n  }\n  \n  #product-description-container .measurement-title {\n    color: #d4af37 !important;\n    font-size: 1.7rem;\n    margin-bottom: 15px;\n    font-weight: 600;\n  }\n  \n  #product-description-container .measurement-desc {\n    color: white !important;\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: white !important;\n    font-size: 1.5rem;\n  }\n  \n  #product-description-container .measurement-list li:before {\n    content: \"🎄\";\n    color: #d4af37;\n    font-size: 1.2rem;\n    position: absolute;\n    left: 0;\n  }\n  \n  \/* 联系我们 *\/\n  #product-description-container .contact-info {\n    background: linear-gradient(135deg, #1a472a 0%, #2d5a27 100%);\n    color: white;\n    padding: 25px;\n    border-radius: 15px;\n    text-align: center;\n    margin-top: 40px;\n    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n    position: relative;\n    overflow: hidden;\n    border: 3px solid #d4af37;\n  }\n  \n  #product-description-container .contact-info p {\n    font-size: 1.5rem;\n    position: relative;\n    z-index: 1;\n    color: white !important;\n  }\n  \n  \/* 雪花效果 - 只在电脑和平板显示 *\/\n  .snowflakes {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    pointer-events: none;\n    z-index: 9999;\n    display: block; \/* 默认显示 *\/\n  }\n  \n  .snowflake {\n    position: absolute;\n    top: -10px;\n    color: #f0f8ff;\n    text-shadow: 0 0 8px rgba(255, 255, 255, 0.9);\n    font-size: 1.8rem;\n    animation: fall linear forwards;\n    opacity: 0.8;\n    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.7));\n  }\n  \n  @keyframes fall {\n    to {\n      transform: translateY(100vh) rotate(360deg);\n    }\n  }\n  \n  \/* 模态框 *\/\n  .christmas-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: 10000;\n    justify-content: center;\n    align-items: center;\n  }\n  \n  .modal-content {\n    max-width: 90%;\n    max-height: 90%;\n    position: relative;\n  }\n  \n  .modal-content img {\n    width: 100%;\n    height: auto;\n    border-radius: 10px;\n    border: 5px solid #d4af37;\n  }\n  \n  .close-modal {\n    position: absolute;\n    top: 15px;\n    right: 15px;\n    color: white;\n    font-size: 30px;\n    cursor: pointer;\n    background: rgba(212, 175, 55, 0.9);\n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    transition: background 0.3s;\n  }\n  \n  .close-modal:hover {\n    background: rgba(198, 30, 58, 0.9);\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 .colors-container {\n      flex-direction: column;\n    }\n    \n    #product-description-container .spec-list li,\n    #product-description-container .color-description,\n    #product-description-container .measurement-desc,\n    #product-description-container .measurement-list li,\n    #product-description-container .highlight {\n      font-size: 1.4rem;\n    }\n    \n    \/* 手机端隐藏雪花 *\/\n    .snowflakes {\n      display: none !important;\n    }\n  }\n  \n  \/* 平板设备显示雪花 *\/\n  @media (min-width: 769px) and (max-width: 1024px) {\n    .snowflakes {\n      display: block;\n    }\n  }\n  \n  \/* 电脑端显示雪花 *\/\n  @media (min-width: 1025px) {\n    .snowflakes {\n      display: block;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"product-description-container\"\u003e\n\u003c!-- 圣诞标题 --\u003e\n\u003cdiv class=\"christmas-header\"\u003e\n\u003ch1 style=\"color: white !important;\"\u003e🎄 Christmas Velvet Curtains: Elevate Your Home with Holiday Elegance 🎄\u003c\/h1\u003e\n\u003cp style=\"color: white !important;\"\u003eAdd warmth and elegance to your home this holiday season with our luxurious velvet curtains\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 圣诞横幅 --\u003e\n\u003cdiv class=\"banner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/61575710762ee425e83fe2b6fc58496e.jpg?v=1761880317\" alt=\"Christmas Curtain Banner\"\u003e\u003c\/div\u003e\n\u003c!-- 产品介绍 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\" style=\"color: white !important;\"\u003eLuxury Velvet Curtains with Christmas Theme\u003c\/h2\u003e\n\u003cp class=\"premium-text\" style=\"color: white !important;\"\u003eElevate your home decor this holiday season with our premium velvet curtains. Designed with both style and functionality in mind, these curtains bring a touch of luxury to any room while providing excellent light control and insulation. Perfect for creating that cozy Christmas atmosphere!\u003c\/p\u003e\n\u003c!-- 删除特殊优惠高亮区域 --\u003e\u003c\/section\u003e\n\u003c!-- 产品规格 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\" style=\"color: white !important;\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli style=\"color: white !important;\"\u003e\n\u003cstrong style=\"color: #d4af37 !important;\"\u003eMaterial: \u003c\/strong\u003e100% polyester with a plush, luxurious hand feel\u003c\/li\u003e\n\u003cli style=\"color: white !important;\"\u003e\n\u003cstrong style=\"color: #d4af37 !important;\"\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 style=\"color: white !important;\"\u003e\n\u003cstrong style=\"color: #d4af37 !important;\"\u003eFabric Weight: \u003c\/strong\u003e300 gsm (lining weight not included)\u003c\/li\u003e\n\u003cli style=\"color: white !important;\"\u003e\n\u003cstrong style=\"color: #d4af37 !important;\"\u003eLining: \u003c\/strong\u003eUnlined \/ 140 gsm Lining\/ 220 gsm Lining\u003c\/li\u003e\n\u003cli style=\"color: white !important;\"\u003e\n\u003cstrong style=\"color: #d4af37 !important;\"\u003eHeader Type: \u003c\/strong\u003eNickle Grommet\/ Flat Hooks\/ Back Tab \u0026amp; Rod Pocket\u003c\/li\u003e\n\u003cli style=\"color: white !important;\"\u003e\n\u003cstrong style=\"color: #d4af37 !important;\"\u003eCare Tips: \u003c\/strong\u003eGently machine wash or dry clean, no bleach, steam iron, 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\" style=\"color: white !important;\"\u003eFabric Features\u003c\/h2\u003e\n\u003cp class=\"premium-text\" style=\"color: white !important;\"\u003eSoft plush pile with luxurious look, natural, no stimulation to the skin, in line with environmental and health requirements, is very close to the skin, smooth and soft. Nap 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\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 颜色选择 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\" style=\"color: white !important;\"\u003eColor Selection\u003c\/h2\u003e\n\u003cdiv class=\"colors-container\"\u003e\n\u003c!-- 左侧：圣诞照片 --\u003e\n\u003cdiv class=\"color-left\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Christmas-Soft-Luxury-Velvet-Blackout-Drapes-Thermal-Curtains-Moss_03.jpg?v=1761887519\" alt=\"Christmas Velvet Curtains\" class=\"color-image\" data-modal=\"modal-1\"\u003e\n\u003cdiv class=\"color-description\"\u003e\n\u003ch3 style=\"color: #d4af37 !important;\"\u003ePerfect for Fall \u0026amp; Winter\u003c\/h3\u003e\n\u003cp style=\"color: white !important;\"\u003eOur velvet curtains are specially designed for autumn and winter home decor. The plush fabric provides excellent insulation, keeping your home warm and cozy during the colder months. The soft, luxurious texture adds comfort and elegance to any room.\u003c\/p\u003e\n\u003cp style=\"color: white !important;\"\u003eWith rich, deep colors that perfectly complement Christmas themes, these curtains will transform your space into a festive sanctuary. Experience the perfect blend of style, warmth, and holiday cheer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 右侧：108色卡 --\u003e\n\u003cdiv class=\"color-right\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Birkin_108_colors.jpg?v=1761880549\" alt=\"108 Color Options\" class=\"color-image\" data-modal=\"modal-2\"\u003e\n\u003cdiv class=\"color-description\"\u003e\n\u003ch3 style=\"color: #d4af37 !important;\"\u003e108 Colors to Match Your Style\u003c\/h3\u003e\n\u003cp style=\"color: white !important;\"\u003eWith 108 different color options, you're sure to find the perfect match for your room's decor. From rich jewel tones to subtle neutrals, our extensive color palette offers endless possibilities for personalization.\u003c\/p\u003e\n\u003cdiv class=\"color-highlight\"\u003e\n\u003cstrong style=\"color: #d4af37 !important;\"\u003eFree Samples:\u003c\/strong\u003e We offer 5 free \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=\"fabric swatches\"\u003efabric samples\u003c\/a\u003e to help you make the perfect choice for your home. See and feel the quality before you commit!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 测量指南 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\" style=\"color: white !important;\"\u003eMeasurement Guidance\u003c\/h2\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003ch3 class=\"measurement-title\" style=\"color: #d4af37 !important;\"\u003e1. Measuring Curtain Width\u003c\/h3\u003e\n\u003cp class=\"measurement-desc\" style=\"color: white !important;\"\u003e\u003cstrong style=\"color: #d4af37 !important;\"\u003eMeasurement Location:\u003c\/strong\u003e Be sure to measure the width of the curtain pole or track, not the window itself.\u003c\/p\u003e\n\u003cp class=\"measurement-desc\" style=\"color: white !important;\"\u003e\u003cstrong style=\"color: #d4af37 !important;\"\u003eOverlap Allowance:\u003c\/strong\u003e Always allow for an overlap of 1 inch to 3 inches. This enables the curtains to close properly and helps prevent light leaks when they are shut.\u003c\/p\u003e\n\u003cp class=\"measurement-desc\" style=\"color: white !important;\"\u003e\u003cstrong style=\"color: #d4af37 !important;\"\u003eFullness Ratio Recommendations for Different Curtain Styles:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"measurement-list\"\u003e\n\u003cli style=\"color: white !important;\"\u003ePinch Pleated\/Goblet\/Tab Top Curtains: It is suggested that the width be 1.1 - 1.3 times the length of the track or rod.\u003c\/li\u003e\n\u003cli style=\"color: white !important;\"\u003eRod Pocket\/Back Tab Curtains: It is suggested that the width be 1.1 - 1.5 times the length of the track or rod.\u003c\/li\u003e\n\u003cli style=\"color: white !important;\"\u003eGrommet\/Flat Hooks Curtains: It is suggested that the width be 1.5 - 2 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\u003ch3 class=\"measurement-title\" style=\"color: #d4af37 !important;\"\u003e2. Measuring Curtain Length\u003c\/h3\u003e\n\u003cp class=\"measurement-desc\" style=\"color: white !important;\"\u003e\u003cstrong style=\"color: #d4af37 !important;\"\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\/p\u003e\n\u003cp class=\"measurement-desc\" style=\"color: white !important;\"\u003e\u003cstrong style=\"color: #d4af37 !important;\"\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\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003ch3 class=\"measurement-title\" style=\"color: #d4af37 !important;\"\u003e3. Accessories\u003c\/h3\u003e\n\u003cp class=\"measurement-desc\" style=\"color: white !important;\"\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\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 联系我们 --\u003e\n\u003cdiv class=\"contact-info\"\u003e\n\u003cp style=\"color: white !important;\"\u003e🎅 Have questions? Feel free to reach out via email at \u003cstrong style=\"color: #d4af37 !important;\"\u003ecololeaf@outlook.com\u003c\/strong\u003e or contact us through inbox anytime! 🎁\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模态框 --\u003e\n\u003cdiv id=\"modal-1\" class=\"christmas-modal\"\u003e\n\u003cdiv class=\"modal-content\"\u003e\n\u003cspan class=\"close-modal\"\u003e×\u003c\/span\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Christmas-Soft-Luxury-Velvet-Blackout-Drapes-Thermal-Curtains-Moss_03.jpg?v=1761887519\" alt=\"Enlarged Christmas Curtain Image\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"modal-2\" class=\"christmas-modal\"\u003e\n\u003cdiv class=\"modal-content\"\u003e\n\u003cspan class=\"close-modal\"\u003e×\u003c\/span\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Birkin_108_colors.jpg?v=1761880549\" alt=\"Enlarged Color Image\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 雪花容器 --\u003e\n\u003cdiv class=\"snowflakes\" id=\"snowflakes\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Cololeaf","offers":[{"title":"46# Burgundy","offer_id":42622895226964,"sku":"CL57-MJ11CS-46-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"107# Moss","offer_id":42622896177236,"sku":"CL57-MJ11CS-107-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"81# Chocolate","offer_id":42622895947860,"sku":"CL57-MJ11CS-81-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"1# Off White","offer_id":42622895259732,"sku":"CL57-MJ11CS-1-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"2# Cashmere","offer_id":42622895128660,"sku":"CL57-MJ11CS-2-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"3# Cream","offer_id":42622895161428,"sku":"CL57-MJ11CS-3-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"5# Khaki","offer_id":42622895194196,"sku":"CL57-MJ11CS-5-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"8# Gray Beige","offer_id":42622895292500,"sku":"CL57-MJ11CS-8-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"9# Taupe","offer_id":42622895325268,"sku":"CL57-MJ11CS-9-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"15# Sable","offer_id":42622895358036,"sku":"CL57-MJ11CS-15-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"17# Java","offer_id":42622895390804,"sku":"CL57-MJ11CS-17-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"18# Brown","offer_id":42622895423572,"sku":"CL57-MJ11CS-18-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"26# Wheat","offer_id":42622895521876,"sku":"CL57-MJ11CS-26-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"32# Violet","offer_id":42622895554644,"sku":"CL57-MJ11CS-32-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"34# Coral","offer_id":42622895587412,"sku":"CL57-MJ11CS-34-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"36# Rose","offer_id":42622895620180,"sku":"CL57-MJ11CS-36-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"39# Burgundy Red","offer_id":42622895652948,"sku":"CL57-MJ11CS-39-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"43# Raspberry Red","offer_id":42622895685716,"sku":"CL57-MJ11CS-43-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"51# Purple","offer_id":42622895718484,"sku":"CL57-MJ11CS-51-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"56# Beige","offer_id":42622895751252,"sku":"CL57-MJ11CS-56-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"57# Ivory","offer_id":42622895095892,"sku":"CL57-MJ11CS-57-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"63# Sky blue","offer_id":42622895784020,"sku":"CL57-MJ11CS-63-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"64# Teal","offer_id":42622895816788,"sku":"CL57-MJ11CS-64-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"67# Grey","offer_id":42622895849556,"sku":"CL57-MJ11CS-67-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"72# Natrual Grey","offer_id":42622895882324,"sku":"CL57-MJ11CS-72-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"73# Silver Grey","offer_id":42622895915092,"sku":"CL57-MJ11CS-73-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"89# Fawn","offer_id":42622896013396,"sku":"CL57-MJ11CS-89-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"97# Turquoise","offer_id":42622896046164,"sku":"CL57-MJ11CS-97-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"99# Blue","offer_id":42622896078932,"sku":"CL57-MJ11CS-99-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"104# Ocean blue","offer_id":42622896111700,"sku":"CL57-MJ11CS-104-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"106# Everglade Teal","offer_id":42622896144468,"sku":"CL57-MJ11CS-106-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"108# Midnight Blue","offer_id":42622896210004,"sku":"CL57-MJ11CS-108-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"110# Sapphire Blue","offer_id":42622896242772,"sku":"CL57-MJ11CS-110-CM","price":58.99,"currency_code":"USD","in_stock":true},{"title":"111# Warm Black","offer_id":42622896275540,"sku":"CL57-MJ11CS-111-CM","price":58.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":42627769335892,"sku":"CL57-MJ11CS-CM","price":58.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Christmas-Soft-Luxury-Velvet-Blackout-Drapes-Thermal-Curtains-Burgundy_5_eeb7c63d-2efc-4b63-ad4b-5e48005a59af.jpg?v=1774511403"},{"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"}],"url":"https:\/\/cololeaf.com\/fr\/collections\/languette-arriere-tringle-poche.oembed","provider":"Cololeaf","version":"1.0","type":"link"}