{"product_id":"sanft-volumen-banana-clip","title":"Gentle volumizing banana clip 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\u003eEffortless Vintage Charm: 5-Piece Banana Hair Clip Set\u003c\/h1\u003e\n\n\u003cp\u003eRevive the iconic aesthetic of the 80s and 90s with our high-quality matte banana clips. Designed for a secure, gentle hold, they instantly add volume and style to thin, thick, or curly hair without much effort.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan\u003e★ ★ ★ ★ ★\u003c\/span\u003e Loved for gentle and secure 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\u003eBring the 90s back to life\u003c\/h2\u003e\n\n\u003cp\u003eThese large banana clips perfectly capture the classic spirit, allowing you to effortlessly create stunning retro hairstyles. Whether you're heading to work or a casual weekend brunch, embrace classic styling that makes a statement.\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\u003eDurable \u0026amp; scalp-friendly\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from high-quality matte plastic, our clips are designed for daily use. The robust yet elegant construction features perfectly smooth edges, ensuring your hair and scalp remain protected from pulling and tangles.\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\u003eSecure Hold for Every Hair Type\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy the reliability of a simple V-shaped opening mechanism. The small teeth within each clip ensure a firm, non-slip grip. Ideal for creating the illusion of longer hair, adding volume, or simply holding thin or thick hair securely in place.\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\u003eThe Perfect Thoughtful Gift\u003c\/h2\u003e\n\n\u003cp\u003eWith mixed color styles – including elegant dark blue and soft bean paste – this 5-piece set allows for endless mixing and matching. Harmonizing function and elegance, it's an ideal and stylish gift for friends, family, and any hair enthusiast.\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\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification\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\"\u003eHigh-quality matte plastic\u003c\/td\u003e\n\t\t\t\u003ctd\u003eDurable, smooth edges, non-damaging\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Menge\"\u003eIncluded\u003c\/td\u003e\n\t\t\t\u003ctd\u003e5 x Banana Hair Clips\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Farbvarianten\"\u003eMixed Colors\u003c\/td\u003e\n\t\t\t\u003ctd\u003eDark Blue, Bean Paste, Tortoiseshell, Brown, Black\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Haartyp-Kompatibilität\"\u003eSuitable for\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCurly, thin, thick hair, styling (Please check size)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Länge\"\u003eEstimated Length\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\"\u003eWeight per 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;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eAre these clips suitable for very thin or sparse hair?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eYes! The small inner gripping teeth are designed to hold hair securely without slipping, making them excellent for adding volume to thin or sparse hair. We recommend checking the clip size before purchase to ensure the perfect fit for your hair volume.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWill the plastic edges pull or damage my hair when removed?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eNot at all. Our clips are crafted with exceptionally smooth, rounded edges and a high-quality matte finish to ensure your hair and scalp are completely protected from tangles and breakage.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow exactly does the clasp mechanism work?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eThe clip uses a user-friendly V-shaped design with a snap closure. Simply release the top clasp, gently stretch the clip to gather your hair into the desired style (like a ponytail), then snap it back together for a firm, comfortable hold.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Karnz","offers":[{"title":"The Vintage Mix (5-Pack)","offer_id":54624151994701,"sku":"sz00206sp00784","price":46.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/7531\/2461\/files\/81_7EsoCStL._SL1500.jpg?v=1788164406","url":"https:\/\/acalora.com\/products\/sanft-volumen-banana-clip","provider":"Acalora","version":"1.0","type":"link"}