{"product_id":"oy19s-linen-blend-curtains-pinch-peat","title":"OY19S Linen Blend Soft Blackout Curtains Pinch Peat 1 Panel","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* ==================== 完全采用3009产品的字体\/尺寸\/间距体系 ==================== *\/\n    #product-description-container * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    }\n    \n    #product-description-container {\n      background-color: #ffffff;\n      color: #5a4b3a;\n      line-height: 1.6;\n      padding: 20px;\n      max-width: 1400px;\n      margin: 0 auto;\n    }\n    \n    \/* 通用标题 (完全遵循3009) *\/\n    #product-description-container .section-title {\n      color: #584434;\n      font-size: 2.4rem;\n      margin-bottom: 25px;\n      text-align: center;\n      font-weight: 600;\n      position: relative;\n      padding-bottom: 15px;\n    }\n    \n    #product-description-container .section-title:after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 80px;\n      height: 3px;\n      background-color: #a89279;\n    }\n    \n    \/* 规格部分容器 (统一卡片背景) *\/\n    #product-description-container .specs-container {\n      margin: 0 0 40px 0;\n      padding: 30px;\n      background-color: #f8f5f0;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .specs-title {\n      color: #584434;\n      font-size: 2rem;\n      margin-bottom: 20px;\n      text-align: center;\n      font-weight: 600;\n    }\n    \n    #product-description-container .specs-content {\n      background-color: #fff;\n      padding: 25px;\n      border-radius: 8px;\n      font-size: 1.5rem;\n      line-height: 1.8;\n    }\n    \n    #product-description-container .spec-item {\n      margin-bottom: 12px;\n      padding-bottom: 12px;\n      border-bottom: 1px solid #eee;\n    }\n    \n    #product-description-container .spec-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n    \n    #product-description-container .spec-label {\n      font-weight: 600;\n      color: #584434;\n      display: inline-block;\n      min-width: 160px;\n    }\n    \n    #product-description-container .spec-value {\n      color: #5a4b3a;\n    }\n    \n    \/* ===== Important Notes 卡片 (3009风格字体) ===== *\/\n    #product-description-container .important-notes-section {\n      margin: 40px 0;\n      padding: 30px;\n      background-color: #ffffff;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .notes-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n      margin-top: 40px;\n    }\n    \n    @media (max-width: 992px) {\n      #product-description-container .notes-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .notes-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n    \n    #product-description-container .note-card {\n      background-color: #f9f7f3;\n      border-radius: 10px;\n      overflow: hidden;\n      box-shadow: 0 5px 15px rgba(88, 68, 52, 0.1);\n      transition: transform 0.3s ease;\n      height: 100%;\n      display: flex;\n      flex-direction: column;\n    }\n    \n    #product-description-container .note-card:hover {\n      transform: translateY(-8px);\n    }\n    \n    #product-description-container .note-image-container {\n      flex: 1;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 20px;\n      min-height: 250px;\n    }\n    \n    #product-description-container .note-image {\n      width: 100%;\n      height: auto;\n      max-height: 280px;\n      object-fit: contain;\n      border-radius: 8px;\n    }\n    \n    #product-description-container .note-content {\n      padding: 20px;\n      text-align: center;\n    }\n    \n    #product-description-container .note-heading {\n      color: #584434;\n      font-size: 1.8rem;\n      margin-bottom: 15px;\n      font-weight: 600;\n    }\n    \n    #product-description-container .note-text {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      line-height: 1.6;\n    }\n    \n    \/* ===== Why Choose 区域 (只保留三个优势，字体遵循3009) ===== *\/\n    #product-description-container .features-section {\n      margin: 40px 0;\n      padding: 30px;\n      background-color: #ffffff;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .features-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n      margin-top: 30px;\n    }\n    \n    @media (max-width: 992px) {\n      #product-description-container .features-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n    \n    @media (max-width: 768px) {\n      #product-description-container .features-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n    \n    #product-description-container .feature-item {\n      background-color: #f9f7f3;\n      padding: 30px 25px;\n      border-radius: 10px;\n      text-align: center;\n      transition: all 0.3s ease;\n      border: 1px solid #e8e1d5;\n      height: 100%;\n    }\n    \n    #product-description-container .feature-item:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 10px 25px rgba(88, 68, 52, 0.12);\n    }\n    \n    #product-description-container .feature-icon {\n      font-size: 3.2rem;\n      color: #8c7559;\n      margin-bottom: 20px;\n      display: block;\n    }\n    \n    #product-description-container .feature-title {\n      color: #584434;\n      font-size: 1.9rem;\n      margin-bottom: 15px;\n      font-weight: 600;\n    }\n    \n    #product-description-container .feature-desc {\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      line-height: 1.6;\n    }\n    \n    \/* ===== 测量与安装指南 (统一字体) ===== *\/\n    #product-description-container .measurement-section {\n      margin: 40px 0;\n      padding: 30px;\n      background-color: #f8f5f0;\n      border-radius: 12px;\n      box-shadow: 0 5px 20px rgba(88, 68, 52, 0.08);\n    }\n    \n    #product-description-container .measurement-content {\n      max-width: 1000px;\n      margin: 0 auto;\n      background-color: #fff;\n      padding: 30px;\n      border-radius: 10px;\n      font-size: 1.6rem;\n      line-height: 1.8;\n    }\n    \n    #product-description-container .measurement-item {\n      margin-bottom: 25px;\n      padding-bottom: 25px;\n      border-bottom: 1px solid #e8e1d5;\n    }\n    \n    #product-description-container .measurement-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n    \n    #product-description-container .measurement-title {\n      color: #584434;\n      font-size: 1.9rem;\n      margin-bottom: 15px;\n      font-weight: 600;\n      display: flex;\n      align-items: center;\n    }\n    \n    #product-description-container .measurement-title:before {\n      content: '';\n      display: inline-block;\n      width: 8px;\n      height: 8px;\n      background-color: #a89279;\n      border-radius: 50%;\n      margin-right: 12px;\n    }\n    \n    #product-description-container .measurement-text {\n      color: #5a4b3a;\n      font-size: 1.6rem;\n      line-height: 1.7;\n      padding-left: 20px;\n    }\n    \n    #product-description-container .measurement-note {\n      background-color: #f9f7f3;\n      border-left: 4px solid #a89279;\n      padding: 20px;\n      margin-top: 30px;\n      border-radius: 0 8px 8px 0;\n      font-size: 1.6rem;\n      line-height: 1.7;\n    }\n    \n    #product-description-container .contact-info {\n      margin-top: 25px;\n      padding-top: 25px;\n      border-top: 1px solid #e8e1d5;\n      color: #5a4b3a;\n      font-size: 1.5rem;\n      text-align: center;\n    }\n    \n    #product-description-container .contact-info a {\n      color: #a89279;\n      text-decoration: none;\n      font-weight: 600;\n    }\n    \n    #product-description-container .contact-info a:hover {\n      text-decoration: underline;\n    }\n    \n    \/* 响应式细节继承3009 *\/\n    @media (max-width: 768px) {\n      #product-description-container .section-title {\n        font-size: 2rem;\n      }\n      #product-description-container .specs-title {\n        font-size: 1.8rem;\n      }\n      #product-description-container .specs-content,\n      #product-description-container .note-text,\n      #product-description-container .feature-desc,\n      #product-description-container .measurement-text,\n      #product-description-container .measurement-note {\n        font-size: 1.4rem;\n      }\n      #product-description-container .note-heading,\n      #product-description-container .feature-title,\n      #product-description-container .measurement-title {\n        font-size: 1.7rem;\n      }\n      #product-description-container .important-notes-section,\n      #product-description-container .features-section,\n      #product-description-container .measurement-section,\n      #product-description-container .specs-container {\n        padding: 25px;\n      }\n      #product-description-container .measurement-content {\n        padding: 20px;\n      }\n      #product-description-container .spec-item {\n        font-size: 1.4rem;\n      }\n      #product-description-container .spec-label {\n        min-width: 140px;\n      }\n    }\n    \n    \/* 辅助内边距 *\/\n    #product-description-container .container-padding {\n      padding: 0;\n    }\n\u003c\/style\u003e\n\u003cdiv id=\"product-description-container\"\u003e\n\u003c!-- ========= 1. 产品规格区 (完全3009风格，左侧无视频但保持卡片干净) ========= --\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ch3 class=\"specs-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"specs-content\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eMaterial:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eLinen Blend, Ultra-Soft Texture\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eLight Blocking:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e100% complete blackout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eFabric Weight:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e220 gsm lightweight construction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eLining:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUnlined\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eHeader type:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ePinch Pleat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCare Tips:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eGentle machine wash or dry clean, no bleach, steam iron, air dry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========= 2. Important Notes 分区 (英文卡片 + AI SEO图片alt) ========= --\u003e\n\u003csection class=\"important-notes-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"notes-grid\"\u003e\n\u003c!-- 卡片1: 100%遮光 --\u003e\n\u003cdiv class=\"note-card\"\u003e\n\u003cdiv class=\"note-image-container\"\u003e\u003cimg loading=\"lazy\" alt=\"OY19S 100% Blackout linen curtain total light blocking performance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/OY19S-Soft-Linen-Blend-Blackout-Curtains-Greyish-White_13_cc69db10-0359-4d22-bb6c-12328d01ae37.jpg?v=1780391743\" class=\"note-image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-content\"\u003e\n\u003ch3 class=\"note-heading\"\u003e100% Total Blackout\u003c\/h3\u003e\n\u003cp class=\"note-text\"\u003eEngineered with dense linen weave to block 100% external light. Perfect for bedrooms, home theaters, nurseries, and shift workers seeking complete darkness and privacy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片2: 亚麻混纺柔软质感 --\u003e\n\u003cdiv class=\"note-card\"\u003e\n\u003cdiv class=\"note-image-container\"\u003e\u003cimg loading=\"lazy\" alt=\"OY19S premium linen blend fabric ultra-soft texture 220gsm lightweight\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/OY19S-Soft-Linen-Blend-Blackout-Curtains-Greyish-White_21_ec4c2905-93a7-4c2b-83ef-32ddba1be9b5.jpg?v=1780391929\" class=\"note-image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-content\"\u003e\n\u003ch3 class=\"note-heading\"\u003ePremium Linen Blend\u003c\/h3\u003e\n\u003cp class=\"note-text\"\u003eLinen Blend, Ultra-Soft Texture, 220 gsm lightweight. Provides a breathable, naturally elegant drape while maintaining exceptional blackout performance and year-round comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片3: 中性百搭色调 --\u003e\n\u003cdiv class=\"note-card\"\u003e\n\u003cdiv class=\"note-image-container\"\u003e\u003cimg loading=\"lazy\" alt=\"Neutral greyish white blackout curtains versatile for living room and bedroom\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/OY19S-Soft-Linen-Blend-Blackout-Curtains-Greyish-White_9_a727b8f9-c309-4409-aa87-de4191582564.jpg?v=1780391927\" class=\"note-image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-content\"\u003e\n\u003ch3 class=\"note-heading\"\u003eNeutral \u0026amp; Versatile\u003c\/h3\u003e\n\u003cp class=\"note-text\"\u003eSoft greyish-white neutral color blends seamlessly with any decor style — modern, farmhouse, Scandinavian, or minimalist. Effortlessly elevates your living space while offering maximum functionality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========= 3. Why Choose 优势区 (只保留三项: 快速运输, 免费样品, 30天保障) ========= --\u003e\n\u003csection class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our Blackout Linen Blend Curtains?\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003c!-- 1. Fast \u0026 Reliable Shipping (更新文案: 90% of orders arrive in 7-14 days) --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚚\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eFast \u0026amp; Reliable Shipping\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cstrong\u003e90% of orders arrive in 7-14 days\u003c\/strong\u003e — carefully packaged and tracked. Enjoy quick delivery without compromising quality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Free Swatches --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🆓\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eFree Swatches\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eNot sure about the fabric? Order free swatches to experience the 220gsm linen quality firsthand. Click \u003ca rel=\"noopener\" title=\"free swatches\" href=\"https:\/\/cololeaf.com\/collections\/free-swatches?filter.v.t.shopify.fabric=gid%3A%2F%2Fshopify%2FMetaobject%2F159037620308\u0026amp;sort_by=manual\" target=\"_blank\"\u003e\u003cu\u003e\u003cb\u003ehere\u003c\/b\u003e\u003c\/u\u003e\u003c\/a\u003e to get free swatches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3. 30-Day Guarantee --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✅\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003e30-Day Guarantee\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eLove your curtains or your money back. We stand behind every product with a 30-day satisfaction guarantee.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========= 4. 测量 \u0026 安装指南 (采用3009整洁风格) ========= --\u003e\n\u003csection class=\"measurement-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eMeasurement \u0026amp; Pinch Pleat Installation Guide\u003c\/h2\u003e\n\u003cdiv class=\"measurement-content\"\u003e\n\u003cdiv class=\"measurement-item\"\u003e\n\u003ch3 class=\"measurement-title\"\u003e1. Curtain Length\u003c\/h3\u003e\n\u003cp class=\"measurement-text\"\u003eFor pinch pleat curtains, measure from the bottom of the rings (where hooks attach) to where you want the curtain to finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"measurement-item\"\u003e\n\u003ch3 class=\"measurement-title\"\u003e2. Curtain Width \u0026amp; Fullness\u003c\/h3\u003e\n\u003cp class=\"measurement-text\"\u003eFor optimal appearance and function, curtain width is suggested to be \u003cstrong\u003e1.1-1.3\u003c\/strong\u003e times the track length.\u003c\/p\u003e\n\u003cp style=\"margin-top: 8px;\" class=\"measurement-text\"\u003eEach panel is sold individually – order two panels for a pair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"measurement-note\"\u003e\n\u003cp\u003eEach curtain is sold individually and comes with adjustable hooks that allow for a 3-inch height modification, enabling seamless customization to fit your space perfectly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-info\"\u003e\n\u003cp\u003eShould you have any questions, feel free to reach out via email at \u003ca href=\"mailto:cololeaf@outlook.com\"\u003ecololeaf@outlook.com\u003c\/a\u003e or contact us through inbox anytime. We are happy to help you achieve the perfect fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Cololeaf","offers":[{"title":"#1 Greyish White","offer_id":45948167979092,"sku":"CL22-OY19S-1GW-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#2 Cream","offer_id":45948168011860,"sku":"CL22-OY19S-2CR-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#3 Ivory White","offer_id":45948168044628,"sku":"CL22-OY19S-3IW-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#4 Sand Beige","offer_id":45948168077396,"sku":"CL22-OY19S-4SB-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#5 Taupe","offer_id":45948168110164,"sku":"CL22-OY19S-5TP-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#6 Light Brown","offer_id":45948168142932,"sku":"CL22-OY19S-6LB-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#7 Silver Grey","offer_id":45948168175700,"sku":"CL22-OY19S-7SG-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#8 Light Grey","offer_id":45948168208468,"sku":"CL22-OY19S-8LG-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#9 Grey","offer_id":45948168241236,"sku":"CL22-OY19S-9GY-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#10 Mid Grey","offer_id":45948168274004,"sku":"CL22-OY19S-10MG-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#11 Light Coffee","offer_id":45948168306772,"sku":"CL22-OY19S-11LC-PP","price":76.99,"currency_code":"USD","in_stock":true},{"title":"#12 Dark Grey","offer_id":45948168339540,"sku":"CL22-OY19S-12DG-PP","price":76.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/7154\/7732\/files\/OY19S-Soft-Linen-Blend-Blackout-Curtains-Greyish-White_5_320dcdf1-a03c-4296-9e66-73e170d170ac.jpg?v=1776834789","url":"https:\/\/cololeaf.com\/fr\/products\/oy19s-linen-blend-curtains-pinch-peat","provider":"Cololeaf","version":"1.0","type":"link"}