{"product_id":"sanft-volumen-banana-clip","title":"Sanfte volumisierende Bananenclip Karnz","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System *\/\n    .product-detail-container {\n      --primary: #9D6C76; \/* Bean paste \/ Mauve inspired *\/\n      --primary-hover: #835962;\n      --text-main: #2C2C2C;\n      --text-sub: #595959;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F7F7; \/* Soft warm gray *\/\n      --bg-accent: #F2EAEC;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 12px rgba(0,0,0,0.05);\n      --shadow-lg: 0 12px 24px rgba(0,0,0,0.08);\n      --border-color: #EAEAEA;\n\n      \/* Spacing \u0026 Typography *\/\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 700;\n      margin: 0 0 1.5rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      font-weight: 600;\n      margin: 0 0 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 600;\n      margin: 0 0 0.8rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n      margin: 0 0 1rem;\n    }\n\n    \/* Badges (Non-clickable) *\/\n    .pd-badge {\n      display: inline-block;\n      background-color: var(--bg-accent);\n      color: var(--primary);\n      font-weight: 600;\n      font-size: 16px;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    \/* Image Protocol *\/\n    .pd-img-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n      margin-bottom: 2rem;\n    }\n\n    .pd-img-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Placeholder style for required images *\/\n    .pd-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: #F0F0F0;\n      border: 2px dashed #CCCCCC;\n      color: #666666;\n      font-size: 18px;\n      font-weight: bold;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding: var(--spacing-section) 0;\n    }\n\n    .pd-hero-copy {\n      max-width: 800px;\n      margin: 0 auto 3rem;\n    }\n\n    .pd-social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-top: 1rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n    }\n\n    \/* Features Layout (Mobile Order Lock + Desktop Z-Pattern) *\/\n    .pd-features {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile lock: Image on top, text below *\/\n      gap: 2rem;\n    }\n\n    .pd-feature-media {\n      width: 100%;\n    }\n\n    .pd-feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 4rem; \/* Desktop breathable gap *\/\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Z-Pattern *\/\n      }\n      .pd-feature-media, .pd-feature-copy {\n        flex: 1;\n      }\n      .pd-img-wrapper {\n        margin-bottom: 0;\n      }\n    }\n\n    \/* Specifications Table (Card-based on mobile) *\/\n    .pd-specs-container {\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-card);\n      padding: clamp(2rem, 4vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 16px;\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile Card Layout - No horizontal scroll *\/\n      .pd-table, .pd-table tbody, .pd-table tr, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none;\n      }\n      .pd-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n        color: var(--text-main);\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        text-align: left;\n        padding-right: 1rem;\n      }\n    }\n\n    @media (min-width: 768px) {\n      \/* Desktop Zebra Table *\/\n      .pd-table th, .pd-table td {\n        padding: 1.25rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-table th {\n        background: var(--bg-accent);\n        color: var(--primary);\n        font-weight: 600;\n        font-size: 18px;\n        border-radius: var(--radius-md) var(--radius-md) 0 0;\n      }\n      .pd-table tbody tr:nth-child(even) {\n        background-color: rgba(0,0,0,0.02);\n      }\n      .pd-table tbody tr:hover {\n        background-color: var(--bg-body);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-container {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n\n    .pd-faq-question {\n      font-size: clamp(18px, 2vw, 20px);\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n    }\n\n    .pd-faq-answer {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eVintage-Styling\u003c\/div\u003e\n\n\u003ch1\u003eMüheloser Vintage-Zauber: 5-teiliges Set mit Bananen-Haarclips\u003c\/h1\u003e\n\n\u003cp\u003eBeleben Sie die ikonische Ästhetik der 80er und 90er Jahre mit unseren hochwertigen matten Bananenclips. Sie sind für einen sicheren, sanften Halt konzipiert und verleihen dünnem, dickem oder lockigem Haar sofort Volumen und Stil, ohne viel Aufwand.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan\u003e★ ★ ★ ★ ★\u003c\/span\u003e Geliebt für sanftes und sicheres Styling\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311153509\/90d7190dce40a51c01ddb8ec2249e779.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311153509\/13a1e5b83edec4ff6b34a90684da2613.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eBringen Sie die 90er zurück ins Leben\u003c\/h2\u003e\n\n\u003cp\u003eDiese großen Bananenclips fangen den klassischen Geist perfekt ein und ermöglichen es Ihnen, mühelos atemberaubende Retro-Frisuren zu kreieren. Egal, ob Sie zur Arbeit oder zu einem lässigen Wochenendbrunch gehen, umarmen Sie das klassische Styling, das ein Statement setzt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311153509\/03b1ddfe4e7c175e9a9cdde59e45fced.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eRobust \u0026amp; kopfhautfreundlich\u003c\/h2\u003e\n\n\u003cp\u003eAus hochwertigem mattem Kunststoff gefertigt, sind unsere Clips für den täglichen Gebrauch konzipiert. Die robuste, aber elegante Konstruktion verfügt über perfekt glatte Kanten, sodass Ihr Haar und Ihre Kopfhaut vor Ziehen und Verknotungen geschützt bleiben.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311153509\/eee545432ccff85eafbcd140d2aa01dd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eSicherer Halt für jeden Haartyp\u003c\/h2\u003e\n\n\u003cp\u003eGenießen Sie die Zuverlässigkeit eines einfachen V-förmigen Öffnungsmechanismus. Die kleinen Zähne innerhalb jedes Clips sorgen für einen festen, rutschfesten Halt. Ideal, um den Eindruck längerer Haare zu erzeugen, Volumen hinzuzufügen oder einfach dünnes oder dickes Haar sicher an Ort und Stelle zu halten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311153509\/1d241adf942f438e2e71df911048f222.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eDas perfekte durchdachte Geschenk\u003c\/h2\u003e\n\n\u003cp\u003eMit gemischten Farbstyles – darunter elegantes Dunkelblau und sanfter Bohnenpaste – ermöglicht dieses 5-teilige Set endloses Kombinieren und Anpassen. Funktion und Eleganz harmonierend, ist es ein ideales und stilvolles Geschenk für Freunde, Familie und jeden Haarliebhaber.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"pd-specs-container\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFunktion\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpezifikation\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\"\u003eHochwertiger matter Kunststoff\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHaltbar, glatte Kanten, nicht schädigend\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Menge\"\u003eLieferumfang\u003c\/td\u003e\n\t\t\t\u003ctd\u003e5 x Bananen-Haarclips\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Farbvarianten\"\u003eGemischte Farben\u003c\/td\u003e\n\t\t\t\u003ctd\u003eDunkelblau, Bohnenpaste, Schildpatt, Braun, Schwarz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Haartyp-Kompatibilität\"\u003eGeeignet für\u003c\/td\u003e\n\t\t\t\u003ctd\u003eLockiges, dünnes, dickes Haar, Styling (Bitte überprüfen Sie die Größe)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Länge\"\u003eGeschätzte Länge\u003c\/td\u003e\n\t\t\t\u003ctd\u003e14,0 cm (5,5 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Gewicht\"\u003eGewicht pro Clip\u003c\/td\u003e\n\t\t\t\u003ctd\u003e15,0 g (0,5 oz)\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=\"pd-faq-container\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eSind diese Clips für sehr dünnes oder spärliches Haar geeignet?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eJa! Die kleinen inneren Haltezähne sind so konzipiert, dass sie das Haar sicher halten, ohne abzurutschen, was sie hervorragend für das Hinzufügen von Volumen zu dünnem oder spärlichem Haar geeignet macht. Wir empfehlen, die Clip-Größe vor dem Kauf zu überprüfen, um die perfekte Passform für Ihr Haarvolumen zu gewährleisten.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWerden die Kunststoffkanten beim Entfernen an meinem Haar ziehen oder es beschädigen?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eÜberhaupt nicht. Unsere Clips sind mit außergewöhnlich glatten, abgerundeten Kanten und einem hochwertigen matten Finish gefertigt, um sicherzustellen, dass Ihr Haar und Ihre Kopfhaut vollkommen vor Verknotungen und Brüchen geschützt sind.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWie genau funktioniert der Verschlussmechanismus?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eDer Clip verwendet ein benutzerfreundliches V-förmiges Design mit Druckverschluss. Einfach den oberen Verschluss lösen, den Clip sanft dehnen, um Ihr Haar in die gewünschte Frisur (wie einen Pferdeschwanz) zu bringen, und dann wieder zusammenschnappen für einen festen, bequemen Halt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Karnz","offers":[{"title":"🌟 Der Vintage Mix (5-Pack)","offer_id":54739936510220,"sku":"sz00206sp00784","price":39.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0646\/8576\/8972\/files\/81_7EsoCStL._SL1500.jpg?v=1774942002","url":"https:\/\/karnz.de\/products\/sanft-volumen-banana-clip","provider":"Karnz","version":"1.0","type":"link"}