{"product_id":"frank-linen-blend-curtains-back-tab-rod-pocket","title":"Frank Verdunkelungsvorhänge Leinen-Mischgewebe Schwergewicht Thermo-Vorhänge Schlaufen \u0026 Stangendurchzug 1 Paneel","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 - 精简版 --\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 Look von Leinen, 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, dennoch weich und natürlich. Fühlt sich substanziell an wie ein Hotelvorhang, ist aber \u003cstrong\u003emaschinenwaschbar\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\u003eRückenschlaufe \u0026amp; Stangendurchzug (2 IN 1)\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003ePflegehinweise:\u003c\/strong\u003e Maschinenwäsche kalt im Schonwaschgang. Nicht bleichen. Bei niedriger Hitze 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 Section - AI SEO Optimized --\u003e\n\u003csection class=\"section\"\u003e\n  \u003ch2 class=\"section-title\"\u003eWarum unsere schweren Leinen-Mix-Vorhänge 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 größten Teil des Sonnenlichts für besseren Schlaf, reduzierte Blendung auf Bildschirmen und niedrigere Energiekosten. Nicht höhlendunkel – einfach perfekt gedimmt für Komfort. 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 verleihen echte Leinenstruktur und Atmungsaktivität, aber Sie können sie in die Waschmaschine werfen. 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\"\u003ePasst an jedes Fenster\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003eNicht-Standardgröße? Bodenlang? Wir schneiden jedes Paneel exakt nach Ihren Maßen zu. Kein Faltenwurf, keine Lücken – einfach eine perfekte Passform für ungewöhnlich große Fenster oder mietfreundliche 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\"\u003e2-in-1 Kopfleiste: Rückenschlaufe + Stangendurchzug\u003c\/h3\u003e\n\n      \u003cp class=\"feature-desc\"\u003eZwei Aufhängungsarten in einem Vorhang. Verwenden Sie die versteckten Rückenschlaufen für einen sauberen, maßgeschneiderten Look (keine sichtbaren Ringe), oder schieben Sie die Stange durch den Durchzug für eine klassische geraffte Oberseite. Passt problemlos auf dünne und dicke Stangen.\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 – Probieren Sie es vor dem Kauf aus\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.\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 volle Rückerstattung. Keine Wiederauffüllungsgebü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\"\u003eMessen Sie bei Vorhängen mit Rückenschlaufen und Stangendurchzug 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 und Fülle\u003c\/p\u003e\n\n\u003cp class=\"measurement-desc\"\u003eFür ein optimales Erscheinungsbild und eine optimale Funktion wird eine Vorhangbreite empfohlen, die dem 1,1- bis 1,6-fachen der Stangenlänge entspricht.\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":"#07 Sandbeige","offer_id":42066663112788,"sku":"CL3-1979-7SB-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#01 Elfenbeinweiß","offer_id":42066662981716,"sku":"CL3-1979-1IW-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#02 Rauchgrau","offer_id":42066663014484,"sku":"CL3-1979-2SG-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#26 Nebelgrün","offer_id":42066663473236,"sku":"CL3-1979-26FG-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#03 Hellgrau","offer_id":42066663047252,"sku":"CL3-1979-3LG-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#05 Dunkelgrau","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 Graublau","offer_id":42066663276628,"sku":"CL3-1979-17GB-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#18 Hell Türkis","offer_id":42066663309396,"sku":"CL3-1979-18LT-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#19 Cloisonné","offer_id":42066663342164,"sku":"CL3-1979-19CL-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#20 Dunkelblau","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 Helles Lila","offer_id":42066663440468,"sku":"CL3-1979-23LL-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#30 Meeresblau","offer_id":42066663506004,"sku":"CL3-1979-30SB-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#31 Delfter Blau","offer_id":42066663538772,"sku":"CL3-1979-31DB-BR","price":63.99,"currency_code":"USD","in_stock":true},{"title":"#35 Oase","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","url":"https:\/\/cololeaf.com\/de\/products\/frank-linen-blend-curtains-back-tab-rod-pocket","provider":"Cololeaf","version":"1.0","type":"link"}