{"product_id":"frank-heavyweight-linen-curtains-pinch-pleat","title":"Frank Heavyweight Linen Blend Blackout Curtains - Thermal Insulated, Room Darkening, Pinch Pleat Drapes 1 Panel","description":"\u003cstyle\u003e\n    #product-description-container * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    }\n    \n    #product-description-container {\n      background-color: #ffffff;\n      color: #5a4b3a;\n      line-height: 1.6;\n      padding: 20px;\n      max-width: 1200px;\n      margin: 0 auto;\n    }\n    \n    #product-description-container .section {\n      margin: 25px 0;\n      padding: 20px;\n      background-color: #fff;\n      border-radius: 10px;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.08);\n    }\n    \n    \/* 只更改描述部分的背景颜色 *\/\n    #product-description-container .section:first-of-type {\n      background-color: #f8f5f0;\n    }\n    \n    #product-description-container .section-title {\n      color: #584434;\n      font-size: 2.4rem;\n      margin-bottom: 30px;\n      text-align: center;\n      font-weight: 600;\n      position: relative;\n      padding-bottom: 15px;\n    }\n    \n    #product-description-container .section-title:after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 80px;\n      height: 3px;\n      background-color: #a89279;\n    }\n    \n    #product-description-container .premium-text {\n      font-size: 1.5rem;\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5a4b3a;\n      line-height: 1.8;\n    }\n    \n    #product-description-container .features-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 25px;\n      margin-top: 30px;\n    }\n    \n    #product-description-container .feature-item {\n      background-color: #f9f7f3;\n      padding: 25px;\n      border-radius: 8px;\n      text-align: center;\n      transition: all 0.3s ease;\n      border: 1px solid #e8e1d5;\n    }\n    \n    #product-description-container .feature-item:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 10px 25px rgba(88, 68, 52, 0.12);\n    }\n    \n    #product-description-container .feature-icon {\n      font-size: 3rem;\n      color: #8c7559;\n      margin-bottom: 20px;\n      display: block;\n    }\n    \n    #product-description-container .feature-title {\n      color: #584434;\n      font-size: 1.6rem;\n      margin-bottom: 15px;\n      font-weight: 600;\n    }\n    \n    #product-description-container .feature-desc {\n      color: #5a4b3a;\n      line-height: 1.6;\n      font-size: 1.5rem;\n    }\n    \n    \/* 规格列表样式 - 已修改 *\/\n    #product-description-container .specifications {\n      margin: 30px 0;\n    }\n    \n    #product-description-container .spec-title {\n      color: #584434;\n      font-size: 1.8rem;\n      margin-bottom: 20px;\n      font-weight: 600;\n    }\n    \n    #product-description-container .spec-list {\n      list-style-type: none;\n      padding-left: 0;\n    }\n    \n    \/* 这里使用了更具体的选择器以确保优先级 *\/\n    #product-description-container ul.spec-list \u003e li {\n      margin-bottom: 12px;\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      padding-left: 0;\n    }\n    \n    #product-description-container .spec-list li:before {\n      content: none;\n    }\n    \n    #product-description-container .spec-list strong {\n      color: #584434;\n      font-size: 1.5rem;\n    }\n    \n    #product-description-container .material-detail {\n      overflow: hidden;\n      margin: 15px 0;\n    }\n    \n    #product-description-container .material-text {\n      margin-right: 620px;\n      font-size: 1.5rem;\n    }\n    \n    #product-description-container .material-image {\n      width: 600px;\n      height: 600px;\n      object-fit: cover;\n      border-radius: 5px;\n      box-shadow: 0 3px 8px rgba(0,0,0,0.1);\n      float: right;\n      margin: 0 0 15px 20px;\n    }\n    \n    #product-description-container .note-text {\n      font-style: italic;\n      color: #8c7559;\n      margin-top: 5px;\n      text-decoration: underline;\n      font-size: 1.5rem;\n    }\n    \n    #product-description-container .measurement-guidance {\n      margin-top: 30px;\n    }\n    \n    #product-description-container .measurement-section {\n      margin-bottom: 20px;\n    }\n    \n    #product-description-container .measurement-title {\n      color: #584434;\n      font-size: 1.7rem;\n      margin-bottom: 15px;\n      font-weight: 600;\n    }\n    \n    #product-description-container .measurement-desc {\n      color: #5a4b3a;\n      margin-bottom: 15px;\n      line-height: 1.6;\n      font-size: 1.5rem;\n    }\n    \n    #product-description-container .measurement-list {\n      list-style-type: none;\n      padding-left: 20px;\n    }\n    \n    #product-description-container .measurement-list li {\n      margin-bottom: 10px;\n      position: relative;\n      padding-left: 25px;\n      color: #5a4b3a;\n      font-size: 1.5rem;\n    }\n    \n    #product-description-container .measurement-list li:before {\n      content: \"•\";\n      color: #8c7559;\n      font-size: 1.6rem;\n      position: absolute;\n      left: 0;\n      top: -5px;\n    }\n    \n    \/* 响应式设计 *\/\n    @media (max-width: 992px) {\n      #product-description-container .features-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n      \n      #product-description-container .material-image {\n        width: 400px;\n        height: 400px;\n      }\n      \n      #product-description-container .material-text {\n        margin-right: 420px;\n      }\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .section {\n        padding: 25px;\n        margin: 20px 0;\n      }\n      \n      #product-description-container .section-title {\n        font-size: 2rem;\n      }\n      \n      #product-description-container .premium-text {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .features-grid {\n        grid-template-columns: 1fr;\n      }\n      \n      #product-description-container .feature-icon {\n        font-size: 2.8rem;\n      }\n      \n      #product-description-container .material-image {\n        width: 100%;\n        height: auto;\n        float: none;\n        margin: 15px 0;\n      }\n      \n      #product-description-container .material-text {\n        margin-right: 0;\n      }\n      \n      \/* 移动端字体大小调整 *\/\n      #product-description-container ul.spec-list \u003e li {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .spec-list strong {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .material-text {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .note-text {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .feature-desc {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .measurement-desc {\n        font-size: 1.4rem;\n      }\n      \n      #product-description-container .measurement-list li {\n        font-size: 1.4rem;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"product-description-container\"\u003e\n\u003c!-- Premium Heavyweight Linen Blend Blackout Curtains Section --\u003e\n\u003csection class=\"section\"\u003e\n  \u003ch2 class=\"section-title\"\u003eFrank Heavyweight Linen Blend Blackout Curtains\u003c\/h2\u003e\n  \u003cdiv class=\"premium-text\" style=\"text-align: left; max-width: 100%;\"\u003e\n    \u003cp style=\"font-size: 1.6rem; font-weight: 500; margin-bottom: 20px;\"\u003e❝ Want the natural look of linen but worried it won't block enough light or will be a pain to clean? ❞\u003c\/p\u003e\n    \u003cp\u003eOur \u003cstrong\u003e375gsm heavyweight linen-polyester blend\u003c\/strong\u003e gives you the best of both worlds: \u003cstrong\u003e90-95% blackout\u003c\/strong\u003e (enough for restful sleep, but not cave-dark), plus natural thermal insulation that helps keep your room warmer in winter and cooler in summer. The fabric drapes beautifully with a substantial feel — no flimsy sheerness here.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eHow it feels:\u003c\/strong\u003e Smooth, slightly textured, and weighty — like a high-end hotel drape. It blocks most outside light without making your room feel like a basement.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eWho it's for:\u003c\/strong\u003e Anyone who loves linen's organic charm but doesn't want the wrinkling, shrinking, or dry-cleaning bills. Perfect for living rooms, bedrooms, home offices, and especially for windows that face direct sun.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 产品规格部分 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch4 class=\"spec-title\"\u003eSPECIFICATIONS\u003c\/h4\u003e\n\u003cdiv style=\"overflow: hidden;\"\u003e\n\u003cdiv style=\"float: right; margin-left: 20px; margin-bottom: 16px;\"\u003e\u003cimg style=\"max-width: 300px;\" alt=\"Fabric material\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Room-Darkening-Linen-Blend-Curtains-Heavy-Weight-Thermal-Blackout-Drapes-for-Bedroom-Ivory-White_12_ffb71d6d-e5f4-4fe0-8a09-755044fa55b3.jpg?v=1758087820\"\u003e\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial: \u003c\/strong\u003e10% Linen + 90% polyester\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Blocking: \u003c\/strong\u003e90-95%\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric Weight: \u003c\/strong\u003e375 gsm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLining:\u003c\/strong\u003e Unlined\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeader type: \u003c\/strong\u003ePinch Pleat\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCare Tips:\u003c\/strong\u003e Machine wash cold on gentle cycle. Do not bleach. Tumble dry on low heat. Cool iron as needed.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Why Choose Our Heavyweight Linen Blend Blackout Curtains Section --\u003e\n\u003csection class=\"section\"\u003e\n  \u003ch2 class=\"section-title\"\u003eWhy Choose Our Heavyweight Linen Blend Curtains?\u003c\/h2\u003e\n  \u003cdiv class=\"features-grid\"\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e🌙\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003e90-95% Light Blocking – Not Cave Dark\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eBlocks most sunlight for better sleep and TV viewing, but still lets you see silhouettes. Ideal for bedrooms, nurseries, and living rooms — no more harsh morning glare or afternoon heat.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e🧵\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003eLinen Look, Machine Washable\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003e10% linen + 90% polyester gives you authentic texture and breathability, but you can toss it in the washing machine. No shrinking, no special dry cleaning — just easy care for busy households.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e📏\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003eMade to Fit Any Window\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eNon-standard size? Floor-to-ceiling? We custom cut every panel to your exact measurements. No bunching, no gaps, no compromises. Perfect for odd-sized windows or rental-friendly installs.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e🌡️\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003eThermal Insulation – Lower Energy Bills\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eThe dense 375gsm fabric naturally insulates — keeps summer heat out and winter warmth in. Customers report noticeable differences in room temperature and reduced energy costs.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e🆓\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003eFree Swatches – Try Before You Buy\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eNot sure about color or weight? Order \u003ca href=\"https:\/\/cololeaf.com\/collections\/free-swatches\" target=\"_blank\" rel=\"noopener\"\u003e\u003cu\u003e\u003cb\u003efree fabric swatches\u003c\/b\u003e\u003c\/u\u003e\u003c\/a\u003e to see and feel the quality in your own space. No guessing, no regrets.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e✅\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003e30‑Day Guarantee – Risk‑Free\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eHang them, live with them, test the blackout. If you're not completely satisfied within 30 days, return for a full refund. No restocking fees, no hassle.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Measurement Guidance Section --\u003e\n\u003csection class=\"section measurement-guidance\"\u003e\n\u003ch2 class=\"section-title\"\u003eMeasurement \u0026amp; Sizing Guide\u003c\/h2\u003e\n\u003cdiv style=\"text-align: right;\" class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-title\" style=\"text-align: left;\"\u003e1. Curtain Length Measurement\u003cimg style=\"float: right;\" alt=\"Cololeaf hooks\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/832bdfd385f98d2c4a4d5d6cbf9b6604_c3f656f6-a17f-4ec2-b329-d1888f4dcf48_240x240.jpg?v=1757993411\"\u003e\u003c\/p\u003e\n\u003cp class=\"measurement-desc\" style=\"text-align: left;\"\u003eFor pinch pleat curtains, measure from the bottom of the rings (where hooks attach) to where you want the curtain to finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-title\"\u003e2. Curtain Width \u0026amp; Fullness\u003c\/p\u003e\n\u003cp class=\"measurement-desc\"\u003eFor optimal appearance and function, curtain width is suggested to be 1.1-1.3x times the track length.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cp class=\"measurement-desc\"\u003e\u003cstrong\u003e3. Each curtain is sold individually and comes with adjustable hooks that allow for a 3-inch height modification, enabling seamless customization to fit your space perfectly. Should you have any questions, feel free to reach out via email at \u003cspan style=\"text-decoration: underline;\"\u003ecololeaf@outlook.com\u003c\/span\u003e or contact us through inbox anytime.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Cololeaf","offers":[{"title":"#01 Ivory White","offer_id":42082830123092,"sku":"CL3-1979-1IW-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#02 Smoky Grey","offer_id":42082830155860,"sku":"CL3-1979-2SG-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#03 Light Grey","offer_id":42082830188628,"sku":"CL3-1979-3LG-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#10 Taupe","offer_id":42082830319700,"sku":"CL3-1979-10TP-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#31 Delft Blue","offer_id":42082830680148,"sku":"CL3-1979-31DB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#07 Sand Beige","offer_id":42082830254164,"sku":"CL3-1979-7SB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#05 Dark Grey","offer_id":42082830221396,"sku":"CL3-1979-5DG-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#08 Khaki","offer_id":42082830286932,"sku":"CL3-1979-8KK-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#12 Coca Mocha","offer_id":42082830352468,"sku":"CL3-1979-12CM-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#17 Grey Blue","offer_id":42082830418004,"sku":"CL3-1979-17GB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#18 Light Turquoise","offer_id":42082830450772,"sku":"CL3-1979-18LT-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#19 Cloisoone","offer_id":42082830483540,"sku":"CL3-1979-19CL-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#20 Dark Blue","offer_id":42082830516308,"sku":"CL3-1979-20DB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#22 Orange","offer_id":42082830549076,"sku":"CL3-1979-22OR-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#23 Light Lilac","offer_id":42082830581844,"sku":"CL3-1979-23LL-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#26 Fog Green","offer_id":42082830614612,"sku":"CL3-1979-26FG-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#30 Sea Blue","offer_id":42082830647380,"sku":"CL3-1979-30SB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#35 Oasis","offer_id":42082830712916,"sku":"CL3-1979-35OS-PP","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/Cololeaf-Room-Darkening-Linen-Blend-Curtains-Heavy-Weight-Thermal-Blackout-Drapes-for-Bedroom-Ivory-White_18_fffe4f12-9134-4dfc-a681-564028fa7ff9.jpg?v=1775034088","url":"https:\/\/cololeaf.com\/products\/frank-heavyweight-linen-curtains-pinch-pleat","provider":"Cololeaf","version":"1.0","type":"link"}