{"product_id":"handgefertigtes-tibetisches-meditationsset","title":"Handgefertigtes tibetisches Meditationsset Karnz","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Meditation \u0026 Sound Healing Tools (Tibetan Bells \u0026 Bazra)\nTarget Audience: Spiritual seekers, yoga practitioners, meditation enthusiasts seeking relaxation and mindfulness.\nVisual Style: Authentic, calming, and grounded. Blending ancient tradition with premium modern presentation.\nColor Strategy: Deep Indigo (--pd-primary) for spiritual depth, Brass Gold (--pd-accent) to reflect the material, Warm Off-White (--pd-bg-body) for a pure, calming reading environment.\nShape Strategy: Radius 8px (Soft enough to feel approachable and healing, yet structured enough to represent metal instruments).\nTypography Strategy: Large Type \/ Mobile-first readable. Serif for headings to convey tradition, clean sans-serif for body.\nMobile Table Strategy: Card-based (No horizontal scroll). Metric\/Imperial auto-converted.\nImage Mapping: Hero=image_1, Craftsmanship=image_2, Set=image_3, Portability=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n        \/* Color System *\/\n        --pd-primary: #2B1B54;\n        --pd-accent: #C5A059;\n        --pd-text-main: #2C2C2C;\n        --pd-text-sub: #5A5A5A;\n        --pd-bg-body: #FDFBF7;\n        --pd-bg-card: #FFFFFF;\n        --pd-border: #EAE5DB;\n        \n        \/* Shape System *\/\n        --pd-radius-md: 8px;\n        --pd-radius-lg: 16px;\n        \n        \/* Spacing System *\/\n        --pd-space: clamp(2rem, 5vw, 4rem);\n        --pd-space-sm: clamp(1rem, 3vw, 2rem);\n    }\n\n    \/* Container Reset \u0026 Anti-Overflow *\/\n    .product-detail-container {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Open Sans\", \"Helvetica Neue\", sans-serif;\n        color: var(--pd-text-main);\n        background-color: var(--pd-bg-body);\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: var(--pd-space) 5%;\n        box-sizing: border-box;\n        overflow-wrap: break-word;\n        word-break: break-word;\n        line-height: 1.7;\n    }\n\n    .product-detail-container * {\n        box-sizing: border-box;\n    }\n\n    \/* Typography System (Large Type) *\/\n    .pd-h1 {\n        font-family: \"Georgia\", \"Times New Roman\", serif;\n        font-size: clamp(34px, 4.5vw, 44px);\n        font-weight: 700;\n        color: var(--pd-primary);\n        line-height: 1.2;\n        margin-top: 0;\n        margin-bottom: 1rem;\n    }\n\n    .pd-h2 {\n        font-family: \"Georgia\", \"Times New Roman\", serif;\n        font-size: clamp(26px, 3.5vw, 32px);\n        font-weight: 600;\n        color: var(--pd-primary);\n        margin-top: 0;\n        margin-bottom: 1.5rem;\n    }\n\n    .pd-h3 {\n        font-size: clamp(20px, 2.5vw, 24px);\n        font-weight: 600;\n        color: var(--pd-primary);\n        margin-top: 0;\n        margin-bottom: 1rem;\n    }\n\n    .pd-p {\n        font-size: clamp(18px, 2vw, 20px);\n        color: var(--pd-text-sub);\n        margin-top: 0;\n        margin-bottom: 1.5rem;\n    }\n\n    \/* Visual Badge (Non-clickable) *\/\n    .pd-badge {\n        display: inline-block;\n        background-color: var(--pd-accent);\n        color: #ffffff;\n        font-size: 16px;\n        font-weight: 600;\n        padding: 0.5rem 1rem;\n        border-radius: 4px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        margin-bottom: 1rem;\n    }\n\n    .pd-social-proof {\n        font-size: 18px;\n        font-style: italic;\n        color: var(--pd-accent);\n        font-weight: 600;\n        margin-bottom: var(--pd-space-sm);\n    }\n\n    \/* Image System (Strict Anti-Distortion) *\/\n    .pd-img-fluid {\n        width: 100%;\n        height: auto;\n        display: block;\n        border-radius: var(--pd-radius-md);\n        box-shadow: 0 4px 20px rgba(0,0,0,0.05);\n    }\n\n    .pd-placeholder {\n        width: 100%;\n        aspect-ratio: 4 \/ 3;\n        background-color: #F5F2EB;\n        border: 2px dashed var(--pd-accent);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: var(--pd-text-sub);\n        font-size: 18px;\n        border-radius: var(--pd-radius-md);\n        text-align: center;\n        padding: 1rem;\n    }\n\n    \/* Layout: Hero Section *\/\n    .pd-hero {\n        text-align: center;\n        margin-bottom: var(--pd-space);\n    }\n\n    .pd-hero-content {\n        max-width: 800px;\n        margin: 0 auto var(--pd-space-sm) auto;\n    }\n\n    \/* Layout: Z-Pattern Features (Mobile Order Locked) *\/\n    .pd-features {\n        display: flex;\n        flex-direction: column;\n        gap: var(--pd-space);\n        margin-bottom: var(--pd-space);\n    }\n\n    .pd-feature-item {\n        display: flex;\n        flex-direction: column;\n        gap: var(--pd-space-sm);\n        align-items: center;\n    }\n\n    .pd-feature-media, .pd-feature-copy {\n        width: 100%;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n        .pd-feature-item {\n            flex-direction: row;\n            gap: 4rem;\n        }\n        \n        .pd-feature-item:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n\n        .pd-feature-media, .pd-feature-copy {\n            width: 50%;\n        }\n    }\n\n    \/* Specs Table: Mobile Card-based *\/\n    .pd-specs {\n        margin-bottom: var(--pd-space);\n        background-color: var(--pd-bg-card);\n        padding: var(--pd-space-sm);\n        border-radius: var(--pd-radius-lg);\n        box-shadow: 0 4px 24px rgba(0,0,0,0.03);\n    }\n\n    .pd-specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 1.5rem;\n    }\n\n    .pd-specs-table th, .pd-specs-table td {\n        padding: 1.2rem;\n        text-align: left;\n        border-bottom: 1px solid var(--pd-border);\n        font-size: clamp(16px, 1.5vw, 18px);\n    }\n\n    .pd-specs-table th {\n        background-color: #F8F6F0;\n        color: var(--pd-primary);\n        font-weight: 600;\n        width: 40%;\n    }\n\n    @media (max-width: 767px) {\n        .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table td {\n            display: block;\n            width: 100%;\n        }\n        \n        .pd-specs-table thead {\n            display: none;\n        }\n        \n        .pd-specs-table tr {\n            margin-bottom: 1rem;\n            border: 1px solid var(--pd-border);\n            border-radius: var(--pd-radius-md);\n            background-color: var(--pd-bg-card);\n            overflow: hidden;\n        }\n        \n        .pd-specs-table td {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 1rem;\n            text-align: right;\n            border-bottom: 1px solid var(--pd-border);\n        }\n        \n        .pd-specs-table td:last-child {\n            border-bottom: none;\n        }\n        \n        .pd-specs-table td::before {\n            content: attr(data-label);\n            font-weight: 600;\n            color: var(--pd-primary);\n            text-align: left;\n            margin-right: 1rem;\n            flex-shrink: 0;\n            max-width: 40%;\n        }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq {\n        margin-bottom: var(--pd-space);\n    }\n\n    .pd-faq-item {\n        border-bottom: 1px solid var(--pd-border);\n        padding: 1.5rem 0;\n    }\n\n    .pd-faq-item:last-child {\n        border-bottom: none;\n    }\n\n    .pd-faq-q {\n        font-size: clamp(20px, 2.5vw, 22px);\n        font-weight: 600;\n        color: var(--pd-primary);\n        margin-bottom: 0.75rem;\n        display: block;\n    }\n\n    .pd-faq-a {\n        font-size: clamp(18px, 2vw, 20px);\n        color: var(--pd-text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eReine Resonanz\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eErwecke tiefen Fokus mit antiker Klangheilung\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003eErlebe die klärende Kraft handgefertigter tibetischer Tingsha-Glocken und der Bazra. Ein vollständiges spirituelles Werkzeugset, das entwickelt wurde, um deine Meditation zu verbessern, deinen Raum zu klären und absolute Ruhe in deinen Geist zu bringen.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e✨ Vertrauenswürdig bei Wellnesspraktikern weltweit\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314132232\/3b7ad808679b91fb66996fb5e6c53478.jpg\"\u003e\u003c\/div\u003e\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-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314132232\/291083cea223288a5a433c4a03a35159.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eAuthentische handgefertigte Tradition\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eGegossen von erfahrenen Handwerkern mit traditionellen Techniken, die durch Generationen weitergegeben wurden. Die reiche, komplexe Legierung sorgt für einen reinen, anhaltenden Oberton, der das mentale Rauschen durchdringt.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003e\u003cstrong\u003eDer Vorteil:\u003c\/strong\u003e Erreiche schneller eine Gehirnwellen-Synchronisation, sodass du mit einem einzigen Schlag in tiefe meditative Zustände eintreten kannst.\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-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314132232\/915ca65f7d7b4c334a68c0644e8d01d8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eDas vollständige spirituelle Werkzeugset\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eDieses Set kombiniert einzigartig die resonierenden Tingsha-Glocken mit der heiligen Bazra (Vajra). Während die Glocken die akustische Umgebung reinigen, symbolisiert die Bazra spirituelle Kraft und unzerstörbare Klarheit.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003e\u003cstrong\u003eDer Vorteil:\u003c\/strong\u003e Verbessere deine Altaraufstellung und vertiefe deine Yoga- oder Reiki-Praxis mit historisch genauen, energetischen Werkzeugen.\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-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314132232\/7a3073c6295c04938ef417052241d672.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eKompakte Ruhe, überall\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eEntwickelt mit Blick auf Tragbarkeit. Die kompakte Größe sowohl der Glocken als auch der Bazra macht sie perfekt für den reisenden Yogi oder den beschäftigten Profi.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003e\u003cstrong\u003eDer Vorteil:\u003c\/strong\u003e Kläre stagnierende Energie in Hotelzimmern, Büros oder Natur-Retreats. Dein persönliches Heiligtum ist immer in Reichweite.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Lock \u0026 Auto-converted values) --\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eTechnische Spezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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\u003eDetail\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\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003eTraditionelle tibetische Legierung (Messing\/Bronze-Mischung)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Durchmesser der Glocke\"\u003eDurchmesser der Glocke\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCa. 2,61 cm \/ 0,44 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Länge der Bazra\"\u003eLänge der Bazra\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCa. 4,85 cm \/ 1,91 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Gesamtgewicht\"\u003eGesamtgewicht\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCa. 17 g \/ 0,6 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Was ist enthalten\"\u003eWas ist enthalten\u003c\/td\u003e\n\t\t\t\u003ctd\u003e1x Paar Tingsha-Glocken, 1x solide Bazra (Vajra)\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\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cspan class=\"pd-faq-q\"\u003eWie schlage ich die Tingsha-Glocken richtig?\u003c\/span\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eHalte das Lederband sanft direkt über den Glocken. Schlage die Kanten der beiden Glocken horizontal zusammen. Lass den Klang für die beste Heilresonanz natürlich verklingen. Zwinge den Klang nicht.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cspan class=\"pd-faq-q\"\u003eWas ist der Zweck der Bazra (Vajra)?\u003c\/span\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eIn der tibetischen Tradition repräsentiert die Bazra die Festigkeit des Geistes und spirituelle Kraft. Sie wird oft in der rechten Hand während der Meditation gehalten, um Erdung, Fokus und die Klärung von negativer Energie zu fördern.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cspan class=\"pd-faq-q\"\u003eWie sollte ich das Set reinigen und pflegen?\u003c\/span\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eWische sie einfach nach Gebrauch mit einem weichen, trockenen Baumwolltuch ab. Die natürliche Patina, die sich im Laufe der Zeit entwickelt, ist normal und trägt zum Charakter des Metalls bei. Vermeide die Verwendung von scharfen Chemikalien oder Wasser.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Karnz","offers":[{"title":"🧘‍♀️ 1 Set (Persönliche Praxis)","offer_id":54739923599628,"sku":"SANDS4944981BERG","price":30.99,"currency_code":"EUR","in_stock":true},{"title":"👯‍♀️ 2-Pack (Teile den Frieden - Spare 20%)","offer_id":54739923632396,"sku":"SANDS4944982BERG","price":30.99,"currency_code":"EUR","in_stock":true},{"title":"🧘‍♂️ Studio Pack (4-Pack - Spare 30%)","offer_id":54739923665164,"sku":"SANDS4944983BERG","price":33.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0646\/8576\/8972\/files\/3b7ad808679b91fb66996fb5e6c53478.jpg?v=1774941893","url":"https:\/\/karnz.de\/products\/handgefertigtes-tibetisches-meditationsset","provider":"Karnz","version":"1.0","type":"link"}