{"product_id":"frank-heavyweight-linen-curtains-pinch-pleat","title":"Frank Verdunkelungsvorhänge aus Leinenmischgewebe – thermisch isoliert, raumverdunkelnd, Faltenband, 1 Schal","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\u003csection class=\"section\"\u003e\n  \u003ch2 class=\"section-title\"\u003eFrank Vorhänge aus schwerem Leinen-Mischgewebe\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: 20px;\"\u003e„Sie lieben den natürlichen Leinen-Look, sind aber besorgt, dass er nicht genug Licht abhält oder schwierig zu reinigen ist?\"\u003c\/p\u003e\n\n    \u003cp\u003eUnser \u003cstrong\u003e375 g\/m² schweres Leinen-Polyester-Mischgewebe\u003c\/strong\u003e bietet Ihnen das Beste aus beiden Welten: \u003cstrong\u003e90-95 % Verdunkelung\u003c\/strong\u003e (genug für erholsamen Schlaf, aber nicht zappenduster) plus natürliche Wärmedämmung, die hilft, Ihr Zimmer im Winter wärmer und im Sommer kühler zu halten. Der Stoff fällt wunderschön und fühlt sich substanziell an – hier gibt es keine fadenscheinige Transparenz.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eWie es sich anfühlt:\u003c\/strong\u003e Glatt, leicht strukturiert und schwer – wie ein hochwertiger Hotelvorhang. Er blockiert die meisten Außengeräusche, ohne dass sich Ihr Zimmer wie ein Keller anfühlt.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eFür wen es ist:\u003c\/strong\u003e Für alle, die den organischen Charme von Leinen lieben, aber keine Falten, Einlaufen oder chemische Reinigung wünschen. Perfekt für Wohnzimmer, Schlafzimmer, Home-Offices und besonders für Fenster, die direkter Sonneneinstrahlung ausgesetzt sind.\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 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\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 gsm\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\u003eKopftyp: \u003c\/strong\u003eFaltenband\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\u003csection class=\"section\"\u003e\n  \u003ch2 class=\"section-title\"\u003eWarum sollten Sie unsere schweren Vorhänge aus Leinen-Mischgewebe 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 – nicht stockdunkel\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003eBlockiert den größten Teil des Sonnenlichts für besseren Schlaf und Fernsehen, lässt aber dennoch Silhouetten erkennen. Ideal für Schlafzimmer, Kinderzimmer und Wohnzimmer – kein grelles Morgenlicht oder Nachmittagshitze mehr.\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\"\u003eLeinenoptik, maschinenwaschbar\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003e10 % Leinen + 90 % Polyester verleihen eine authentische Textur und Atmungsaktivität, aber Sie können es in die Waschmaschine werfen. Kein Einlaufen, keine spezielle chemische Reinigung – nur einfache Pflege für geschäftige Haushalte.\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\"\u003ePassgenau für jedes Fenster\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003eUngewöhnliche Größe? Vom Boden bis zur Decke? Wir schneiden jedes Paneel exakt nach Ihren Maßen zu. Keine Falten, keine Lücken, keine Kompromisse. Perfekt für Fenster mit Sondermaßen 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\"\u003eWärmeisolierung – niedrigere Energiekosten\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003eDas dichte 375 g\/m² Gewebe isoliert auf natürliche Weise – hält Sommerhitze draußen und Winterwärme drinnen. Kunden berichten von spürbaren Unterschieden in der Raumtemperatur und reduzierten Energiekosten.\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 Ihrem eigenen Raum zu sehen und zu fühlen. Keine Vermutungen, kein Bedauern.\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 Verdunkelung. Wenn Sie innerhalb von 30 Tagen nicht vollständig zufrieden sind, erhalten Sie eine volle 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 style=\"text-align: right;\" class=\"measurement-section\"\u003e\n\n\u003cp class=\"measurement-title\" style=\"text-align: left;\"\u003e1. Messen der Vorhanglänge\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\n\u003cp class=\"measurement-desc\" style=\"text-align: left;\"\u003eBei Faltenbandvorhängen messen Sie vom unteren Ende der Ringe (wo die Haken befestigt werden) bis zur gewünschten Endposition des Vorhangs.\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 sollte die Vorhangbreite das 1,1- bis 1,3-fache der Schienenlänge betragen.\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 und wird mit verstellbaren Haken geliefert, die eine Höhenanpassung von 3 Zoll ermöglichen, um eine nahtlose Anpassung an Ihren Raum zu gewährleisten. Sollten Sie Fragen haben, 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":"#01 Elfenbeinweiß","offer_id":42082830123092,"sku":"CL3-1979-1IW-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#02 Rauchgrau","offer_id":42082830155860,"sku":"CL3-1979-2SG-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#03 Hellgrau","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 Delfter Blau","offer_id":42082830680148,"sku":"CL3-1979-31DB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#07 Sandbeige","offer_id":42082830254164,"sku":"CL3-1979-7SB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#05 Dunkelgrau","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 Graublau","offer_id":42082830418004,"sku":"CL3-1979-17GB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#18 Helles Türkis","offer_id":42082830450772,"sku":"CL3-1979-18LT-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#19 Cloisonné","offer_id":42082830483540,"sku":"CL3-1979-19CL-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#20 Dunkelblau","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 Helles Lila","offer_id":42082830581844,"sku":"CL3-1979-23LL-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#26 Nebelgrün","offer_id":42082830614612,"sku":"CL3-1979-26FG-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#30 Meeresblau","offer_id":42082830647380,"sku":"CL3-1979-30SB-PP","price":89.99,"currency_code":"USD","in_stock":true},{"title":"#35 Oase","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\/de\/products\/frank-heavyweight-linen-curtains-pinch-pleat","provider":"Cololeaf","version":"1.0","type":"link"}