{"product_id":"herzfrmige-magnet-vorhang-verschlsse","title":"Herzförmige Magnetvorhanghalter Karnz","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System \/ Variables *\/\n    --primary: #B08968;\n    --primary-light: #F4EBE1;\n    --text-main: #2D2D2D;\n    --text-sub: #5A5A5A;\n    --bg-body: #FFFFFF;\n    --bg-card: #FAFAFA;\n    --border-color: #EAEAEA;\n    --radius-md: 12px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 12px rgba(0,0,0,0.05);\n    \n    \/* Typography \u0026 Spacing System *\/\n    --font-heading: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, serif;\n    --font-body: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    \n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: var(--font-body);\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    \n    \/* Critical: Prevent overflow *\/\n    overflow-wrap: break-word;\n    word-break: break-word;\n    word-wrap: break-word;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography Scales *\/\n  .product-detail-container h1 {\n    font-family: var(--font-heading);\n    font-size: clamp(32px, 4vw, 44px);\n    line-height: 1.2;\n    margin: 0 0 1rem 0;\n    font-weight: 700;\n  }\n\n  .product-detail-container h2 {\n    font-family: var(--font-heading);\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.3;\n    margin: 0 0 1rem 0;\n    font-weight: 600;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    margin: 0 0 0.75rem 0;\n    font-weight: 600;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    line-height: 1.7;\n    margin: 0 0 1.5rem 0;\n    color: var(--text-sub);\n  }\n\n  \/* Image Protocol A: Natural Flow *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Placeholder Styling *\/\n  .ph-image {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    background-color: var(--bg-card);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    color: var(--text-sub);\n    font-weight: 500;\n  }\n  \n  .ph-hero {\n    aspect-ratio: 16\/9;\n  }\n\n  \/* Non-interactive Badge *\/\n  .design-badge {\n    display: inline-block;\n    background-color: var(--primary-light);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Section Spacing *\/\n  .section-spacer {\n    margin-top: clamp(3rem, 6vw, 5rem);\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    padding-top: clamp(2rem, 4vw, 4rem);\n  }\n  \n  .hero-content {\n    max-width: 800px;\n    margin: 0 auto clamp(2rem, 4vw, 3rem) auto;\n  }\n\n  .social-proof {\n    font-size: 16px;\n    color: var(--primary);\n    font-weight: 600;\n    margin-top: 1rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n  }\n\n  \/* Features - Mobile Lock \u0026 Z-Pattern *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile first lock *\/\n    gap: clamp(1.5rem, 4vw, 3rem);\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n  }\n\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n\n  .feature-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  \/* Specifications Table *\/\n  .specs-section {\n    background-color: var(--bg-card);\n    padding: clamp(2rem, 4vw, 4rem);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 1rem 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n\n  .specs-table th {\n    font-weight: 600;\n    color: var(--text-main);\n    background-color: rgba(0,0,0,0.02);\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    background-color: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: 1.5rem;\n    margin-bottom: 1rem;\n    border: 1px solid var(--border-color);\n  }\n\n  .faq-item h3 {\n    margin-bottom: 0.5rem;\n    font-size: clamp(18px, 2.5vw, 22px);\n  }\n  \n  .faq-item p {\n    margin-bottom: 0;\n  }\n\n  \/* Desktop Enhancements *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row; \/* Z-Pattern *\/\n      align-items: center;\n    }\n    \n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      width: 50%;\n    }\n    \n    .feature-copy {\n      padding: 0 5%; \/* Prevent text hugging the image *\/\n    }\n  }\n\n  \/* Mobile Specs Table Card Lock (Strict) *\/\n  @media (max-width: 767px) {\n    .specs-table, \n    .specs-table thead, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table th, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .specs-table thead {\n      display: none;\n    }\n\n    .specs-table tr {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 0.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem 0.5rem;\n      text-align: right;\n    }\n\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      text-align: left;\n      padding-right: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacer\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"design-badge\"\u003eKein Bohren erforderlich\u003c\/div\u003e\n\n\u003ch1\u003eBlockieren Sie Licht \u0026amp; Stylen Sie Ihren Raum sofort\u003c\/h1\u003e\n\n\u003cp\u003eDer elegante herzförmige Magnetverschluss, der Ihre Vorhänge perfekt verschließt. Genießen Sie ungestörten Schlaf und verbessern Sie die Fenstergestaltung in Sekunden.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan\u003e★ ★ ★ ★ ★\u003c\/span\u003e Geliebt von über 10.000 Haushalten\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"ph-image ph-hero\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320174201\/783bd6c679fb0c393076f237bc2e6357.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section section-spacer\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"ph-image\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320174158\/22a760ab4a3ae0851c636c6f1aa02170.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVollkommene Dunkelheit, erreicht.\u003c\/h2\u003e\n\n\u003cp\u003eVerabschieden Sie sich von störenden Lichtlücken, die Ihren Schlaf oder Filmeabende ruinieren. Unsere leistungsstarken magnetischen Vorhangknöpfe sorgen dafür, dass Ihre Vorhänge fest geschlossen bleiben und effektiv verhindern, dass Licht hindurchdringt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"ph-image\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320174158\/acee554ba643b278ed8dcfb25245db7d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEin Hauch eleganter Anziehungskraft\u003c\/h2\u003e\n\n\u003cp\u003eMehr als nur funktional, das kreative herzförmige Design fügt ein warmes, anspruchsvolles Detail zu Ihrer Dekoration hinzu. Perfekt geeignet für Schlafzimmer-Vorhänge, schwere Wohnzimmervorhänge und sogar für Außenpatios.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"ph-image\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320174158\/39758461010642b023972ce263f663f4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSchadenfreier, sofortiger Aufbau\u003c\/h2\u003e\n\n\u003cp\u003eHergestellt aus hochwertiger Legierung und starken Magneten für einen sicheren Halt. Das abnehmbare Design bedeutet absolut keine Werkzeuge, kein Bohren und keine Beschädigungen an Ihren Wänden oder zarten Stoffen. Einfach anbringen und loslegen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Lock) --\u003e\n\n\u003cdiv class=\"specs-section section-spacer\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003espezifikation\u003c\/th\u003e\n\t\t\t\u003cth\u003edetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eHochwertige Legierung \u0026amp; starke Magnete\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eRostbeständig und langlebig für langfristige Verwendung.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Design\"\u003eHerzform\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eElegante und dekorative Ästhetik.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Größe (Durchmesser)\"\u003eCa. 2,5 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1,0 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Gewicht\"\u003eCa. 25 g\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e0,9 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Am besten geeignet für\"\u003eInnen- \u0026amp; Außenvorhänge\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eWohnzimmer, Schlafzimmer, Patio und Duschvorhänge.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section section-spacer\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 3rem;\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWerden diese Magnete meine transparenten oder Seidenvorhänge beschädigen?\u003c\/h3\u003e\n\n\u003cp\u003eÜberhaupt nicht. Die Legierungsoberfläche ist sorgfältig poliert, um perfekt glatt zu sein, ohne scharfe Kanten, sodass Ihre empfindlichen Stoffe vollständig sicher und schnittfrei bleiben.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eSind sie stark genug für dicke Verdunkelungsvorhänge?\u003c\/h3\u003e\n\n\u003cp\u003eJa! Wir verwenden hochwertige Neodym-Magnete, die eine starke magnetische Kraft bieten, die so konzipiert ist, dass sie selbst schwere, dicke Verdunkelungsvorhänge sicher zusammenhält, ohne zu rutschen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWie installiere ich sie genau?\u003c\/h3\u003e\n\n\u003cp\u003eDie Installation dauert buchstäblich Sekunden. Legen Sie einfach eine Hälfte des Herzens auf die Vorderseite des Vorhangstoffs, die andere Hälfte auf die Rückseite, und lassen Sie die Magnete zusammenklappen. Keine Werkzeuge oder Bohren erforderlich.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Karnz","offers":[{"title":"🔸 8-Pack (4 Paar)","offer_id":54739920290060,"sku":"SANDS4944857BERG","price":30.99,"currency_code":"EUR","in_stock":true},{"title":"🔹 16er-Pack (Beliebteste)","offer_id":54739920322828,"sku":"SANDS4944858BERG","price":30.99,"currency_code":"EUR","in_stock":true},{"title":"💎 24-Pack (Sparen Sie 20%)","offer_id":54739920355596,"sku":"SANDS4944859BERG","price":33.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0646\/8576\/8972\/files\/bffd51929842b572acdcd26238d2d0e6.jpg?v=1774941872","url":"https:\/\/karnz.de\/products\/herzfrmige-magnet-vorhang-verschlsse","provider":"Karnz","version":"1.0","type":"link"}