{"product_id":"frank-linen-blend-curtains-grommets","title":"Frank Verdunkelungsvorhänge Leinen-Mischgewebe Schwergewicht Thermo Blackout Vorhänge Ösen 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\n\u003c!-- Premium Heavyweight Linen Blend Blackout Curtains Section --\u003e\n\u003c!-- Premium Heavyweight Linen Blend Blackout Curtains Section - Grommet Header --\u003e\n\u003csection class=\"section\"\u003e\n  \u003ch2 class=\"section-title\"\u003eFrank Vorhänge aus schwerem Leinen-Mix mit Verdunklungsfunktion\u003c\/h2\u003e\n\n  \u003cdiv class=\"premium-text\" style=\"text-align: left; max-width: 100%;\"\u003e\n\n    \u003cp style=\"font-size: 1.6rem; font-weight: 500; margin-bottom: 15px;\"\u003e„Sie lieben den Leinen-Look, hassen aber dünne Vorhänge, die kein Licht abhalten?“\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003e375 g\/m² schwerer Leinen-Polyester-Mix\u003c\/strong\u003e – 90–95 % Verdunklung, Wärmedämmung, dabei weich und natürlich. Fühlt sich substanziell an wie ein Hotelvorhang, ist aber \u003cstrong\u003emaschinell waschbar\u003c\/strong\u003e. Perfekt für Schlafzimmer, Wohnzimmer und große Fenster.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- 产品规格部分 --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch4 class=\"spec-title\"\u003eSPEZIFIKATIONEN\u003c\/h4\u003e\n\n\u003cdiv style=\"overflow: hidden;\"\u003e\n\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\n\u003cul class=\"spec-list\"\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eMaterial: \u003c\/strong\u003e10 % Leinen + 90 % Polyester\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eLichtblockierung: \u003c\/strong\u003e90–95 %\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eStoffgewicht: \u003c\/strong\u003e375 g\/m²\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eFutter:\u003c\/strong\u003e Ungefüttert\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eKopfleistentyp: \u003c\/strong\u003eÖsen\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003ePflegehinweise:\u003c\/strong\u003e Maschinenwäsche kalt im Schonwaschgang. Nicht bleichen. Bei niedriger Temperatur im Trockner trocknen. Bei Bedarf kühl bügeln.\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\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 - Grommet Header --\u003e\n\u003csection class=\"section\"\u003e\n  \u003ch2 class=\"section-title\"\u003eWarum sollten Sie unsere Vorhänge aus schwerem Leinen-Mix wählen?\u003c\/h2\u003e\n\n  \u003cdiv class=\"features-grid\"\u003e\n\n    \u003cdiv class=\"feature-item\"\u003e\n\n      \u003cspan class=\"feature-icon\"\u003e🌙\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003e90–95 % Lichtblockierung\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003eBlockiert den Großteil des Sonnenlichts für besseren Schlaf, reduziert Blendung auf Bildschirmen und senkt die Energiekosten. Nicht höhlendunkel – einfach perfekt gedimmt. Ideal für Schlafzimmer, Kinderzimmer und Wohnzimmer.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-item\"\u003e\n\n      \u003cspan class=\"feature-icon\"\u003e🧵\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003eLeinen-Optik, maschinenwaschbar\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003e10 % Leinen + 90 % Polyester bietet Ihnen echte Leinenstruktur und Atmungsaktivität, kann aber in der Waschmaschine gewaschen werden. Kein Einlaufen, keine spezielle chemische Reinigung – einfache Pflege für den Alltag.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-item\"\u003e\n\n      \u003cspan class=\"feature-icon\"\u003e📏\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003eFür jedes Fenster passend\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003eNicht-Standardgröße? Vom Boden bis zur Decke? Wir schneiden jedes Paneel passgenau nach Ihren exakten Maßen zu. Keine Faltenbildung, keine Lücken – einfach eine perfekte Passform für ungewöhnlich große Fenster oder mieterfreundliche Installationen.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-item\"\u003e\n\n      \u003cspan class=\"feature-icon\"\u003e⭕\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003eÖsenaufhängung – einfache Solo-Installation\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003e1,6 Zoll Metallösen gleiten reibungslos auf jede Standardstange. Kein Kampf, keine Hilfe nötig. Hängen Sie sie in wenigen Minuten auf, und die gleichmäßigen Falten schaffen einen modernen, sauberen Look.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-item\"\u003e\n\n      \u003cspan class=\"feature-icon\"\u003e🆓\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003eKostenlose Muster – vor dem Kauf testen\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003eUnsicher bei Farbe oder Gewicht? Bestellen Sie \u003ca href=\"https:\/\/cololeaf.com\/collections\/free-swatches\" target=\"_blank\" rel=\"noopener\"\u003e\u003cu\u003e\u003cb\u003ekostenlose Stoffmuster\u003c\/b\u003e\u003c\/u\u003e\u003c\/a\u003e, um die Qualität in Ihren eigenen vier Wänden zu sehen und zu fühlen. Keine Vermutungen.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-item\"\u003e\n\n      \u003cspan class=\"feature-icon\"\u003e✅\u003c\/span\u003e\n      \u003ch3 class=\"feature-title\"\u003e30-Tage-Garantie – risikofrei\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003eHängen Sie sie auf, leben Sie damit, testen Sie die Verdunklung. Wenn Sie innerhalb von 30 Tagen nicht vollständig zufrieden sind, erhalten Sie eine vollständige Rückerstattung. Keine Wiedereinlagerungsgebühren, kein Ärger.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Measurement Guidance Section --\u003e\n\u003csection class=\"section measurement-guidance\"\u003e\n\u003ch2 class=\"section-title\"\u003eMess- und Größenleitfaden\u003c\/h2\u003e\n\n\u003cdiv class=\"measurement-section\" style=\"text-align: right;\"\u003e\n\n\u003cp style=\"text-align: left;\" class=\"measurement-title\"\u003e1. Messung der Vorhanglänge\u003c\/p\u003e\n\n\u003cp style=\"text-align: left;\" class=\"measurement-desc\"\u003eBei Ösenvorhängen messen Sie von der Oberkante der Stange bis zu dem Punkt, an dem der Vorhang endet.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"measurement-section\"\u003e\n\n\u003cp class=\"measurement-title\"\u003e2. Vorhangbreite \u0026amp; Fülle\u003c\/p\u003e\n\n\u003cp class=\"measurement-desc\"\u003eFür ein optimales Aussehen und Funktion wird eine Vorhangbreite von 1,5- bis 2-mal der Stangenlänge empfohlen.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"measurement-section\"\u003e\n\n\u003cp class=\"measurement-desc\"\u003e\u003cstrong\u003e3. Jeder Vorhang wird einzeln verkauft (Stange ist nicht im Lieferumfang enthalten). Bei Fragen können Sie uns gerne per E-Mail unter \u003cspan style=\"text-decoration: underline;\"\u003ecololeaf@outlook.com\u003c\/span\u003e kontaktieren oder uns jederzeit über den Posteingang erreichen.\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Cololeaf","offers":[{"title":"#02 Rauchgrau","offer_id":42063066071124,"sku":"CL3-1979-2SG-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#01 Elfenbeinweiß","offer_id":42063066038356,"sku":"CL3-1979-1IW-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#05 Dunkelgrau","offer_id":42063066136660,"sku":"CL3-1979-5DG-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#12 Coca Mocha","offer_id":42063066267732,"sku":"CL3-1979-12CM-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#20 Dunkelblau","offer_id":42063066431572,"sku":"CL3-1979-20DB-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#31 Delfter Blau","offer_id":42063066595412,"sku":"CL3-1979-31DB-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#03 Hellgrau","offer_id":42063066103892,"sku":"CL3-1979-3LG-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#07 Sandbeige","offer_id":42063066169428,"sku":"CL3-1979-7SB-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#08 Khaki","offer_id":42063066202196,"sku":"CL3-1979-8KK-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#10 Taupe","offer_id":42063066234964,"sku":"CL3-1979-10TP-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#17 Graublau","offer_id":42063066333268,"sku":"CL3-1979-17GB-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#18 Helles Türkis","offer_id":42063066366036,"sku":"CL3-1979-18LT-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#19 Cloisonné","offer_id":42063066398804,"sku":"CL3-1979-19CL-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#22 Orange","offer_id":42063066464340,"sku":"CL3-1979-22OR-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#23 Helles Lila","offer_id":42063066497108,"sku":"CL3-1979-23LL-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#26 Nebelgrün","offer_id":42063066529876,"sku":"CL3-1979-26FG-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#30 Meerblau","offer_id":42063066562644,"sku":"CL3-1979-30SB-GM","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#35 Oase","offer_id":42063066628180,"sku":"CL3-1979-35OS-GM","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-Smoky-Grey_02_becf3443-b6ef-4112-ae0d-841b59e7f2fc.jpg?v=1774510735","url":"https:\/\/cololeaf.com\/de\/products\/frank-linen-blend-curtains-grommets","provider":"Cololeaf","version":"1.0","type":"link"}