{"product_id":"ponytail-friendly-sun-hat-rjc","title":"Ponytail-freundlicher Sonnenhut","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Women's Outdoor Sun Hat\nTarget Audience: Women (outdoor enthusiasts, travelers, casual daily wear)\nVisual Style: Airy, Elegant, Protective, Summer-Breeze\nColor Strategy: Sand Gold (--primary) for sun\/beach vibes, Sage Green (--accent) for cooling contrast, Off-white background for freshness.\nShape Strategy: Radius 20px (--radius-lg) for feminine, approachable, and soft aesthetics.\nTypography Strategy: Large Type \/ Mobile-first readable (Clamped large font sizes for effortless reading).\nMobile Table Strategy: Card-based via data-label attributes (No horizontal scroll allowed).\nImage Mapping: Hero=image_1, Features=image_2 to image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n            \/* Design System Variables *\/\n            --primary: #d4a373; \n            --accent: #a3b18a;\n            --bg-body: #faf9f6;\n            --bg-card: #ffffff;\n            --text-main: #2b2b2b;\n            --text-sub: #5c5c5c;\n            --border-color: #eaeaea;\n            --radius-md: 12px;\n            --radius-lg: 24px;\n            --shadow-sm: 0 4px 16px rgba(0,0,0,0.04);\n            --shadow-lg: 0 16px 40px rgba(0,0,0,0.06);\n            --spacing-section: clamp(3rem, 6vw, 6rem);\n            --spacing-element: clamp(1.5rem, 3vw, 2.5rem);\n\n            \/* Base Setup *\/\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            max-width: 1200px;\n            margin: 0 auto;\n            padding: var(--spacing-section) 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        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: border-box;\n        }\n\n        \/* Typography System *\/\n        .product-detail-container h1 {\n            font-size: clamp(34px, 4vw, 44px);\n            font-weight: 700;\n            line-height: 1.2;\n            margin: 0 0 clamp(1rem, 2vw, 1.5rem) 0;\n            color: var(--text-main);\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 3vw, 32px);\n            font-weight: 600;\n            line-height: 1.3;\n            margin: 0 0 clamp(1rem, 2vw, 1.5rem) 0;\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            line-height: 1.4;\n            margin: 0 0 1rem 0;\n            color: var(--text-main);\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        \/* Non-interactive Visual Badges *\/\n        .pd-badge-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 1rem;\n            margin-bottom: 2rem;\n        }\n\n        .pd-badge {\n            display: inline-flex;\n            align-items: center;\n            padding: 0.6rem 1.2rem;\n            background: rgba(212, 163, 115, 0.15);\n            color: #b58045;\n            font-size: 16px;\n            font-weight: 600;\n            border-radius: 50px;\n            letter-spacing: 0.5px;\n        }\n\n        .pd-badge.accent {\n            background: rgba(163, 177, 138, 0.15);\n            color: #6a7c4f;\n        }\n\n        \/* Image Protocol (Strict Flow + Placeholders) *\/\n        .pd-img-fluid {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-md);\n            background: var(--bg-card);\n        }\n\n        .pd-media-wrapper {\n            width: 100%;\n            aspect-ratio: 1 \/ 1;\n            overflow: hidden;\n            position: relative;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #f8f9fa;\n            border-radius: var(--radius-lg);\n            border: 2px dashed #d0d0d0;\n        }\n\n        .pd-media-wrapper span {\n            font-size: 18px;\n            color: #888;\n            font-weight: 500;\n        }\n\n        \/* Hero Section *\/\n        .pd-hero {\n            text-align: center;\n            margin-bottom: var(--spacing-section);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .pd-hero-proof {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--primary);\n            margin-bottom: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Features - Mobile Lock System *\/\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 top, Text bottom *\/\n            gap: var(--spacing-element);\n            align-items: center;\n        }\n\n        .pd-feature-media {\n            width: 100%;\n        }\n\n        .pd-feature-copy {\n            width: 100%;\n            padding: 1rem 0;\n        }\n\n        \/* Specifications Table *\/\n        .pd-specs-section {\n            background: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: var(--spacing-element);\n            box-shadow: var(--shadow-sm);\n            margin-bottom: var(--spacing-section);\n        }\n\n        .pd-table-wrapper {\n            width: 100%;\n        }\n\n        .pd-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .pd-specs-table th, \n        .pd-specs-table td {\n            padding: 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n            font-size: clamp(16px, 1.8vw, 18px);\n        }\n\n        .pd-specs-table th {\n            font-weight: 600;\n            color: var(--text-main);\n            width: 40%;\n        }\n\n        .pd-specs-table td {\n            color: var(--text-sub);\n        }\n\n        \/* FAQ Section *\/\n        .pd-faq-section {\n            margin-bottom: var(--spacing-section);\n        }\n\n        .pd-faq-item {\n            background: var(--bg-card);\n            border-radius: var(--radius-md);\n            padding: clamp(1.5rem, 3vw, 2rem);\n            margin-bottom: 1rem;\n            box-shadow: var(--shadow-sm);\n        }\n\n        .pd-faq-q {\n            font-size: clamp(18px, 2vw, 22px);\n            font-weight: 600;\n            color: var(--text-main);\n            margin: 0 0 0.8rem 0;\n        }\n\n        .pd-faq-a {\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: var(--text-sub);\n            margin: 0;\n        }\n\n        \/* Responsive Desktop Enhancements *\/\n        @media (min-width: 768px) {\n            .pd-hero {\n                max-width: 80%;\n                margin-left: auto;\n                margin-right: auto;\n            }\n\n            .pd-feature-item {\n                flex-direction: row; \/* Desktop Z-Pattern *\/\n            }\n\n            .pd-feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n\n            .pd-feature-media, \n            .pd-feature-copy {\n                flex: 1;\n                width: 50%;\n            }\n\n            .pd-feature-copy {\n                padding: 0 3rem;\n            }\n        }\n\n        \/* Strict Mobile Table Rules (Card-based, No Horizontal Scroll) *\/\n        @media (max-width: 767px) {\n            .pd-specs-table, \n            .pd-specs-table thead, \n            .pd-specs-table tbody, \n            .pd-specs-table tr, \n            .pd-specs-table th, \n            .pd-specs-table td {\n                display: block;\n                width: 100%;\n            }\n\n            .pd-specs-table thead {\n                display: none; \/* Hide native headers *\/\n            }\n\n            .pd-specs-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: 0.5rem;\n            }\n\n            .pd-specs-table td {\n                border-bottom: none;\n                display: flex;\n                flex-direction: column;\n                align-items: flex-start;\n                padding: 0.8rem;\n                border-bottom: 1px solid var(--border-color);\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(--text-main);\n                margin-bottom: 0.4rem;\n                font-size: 16px;\n            }\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-proof\"\u003e★★★★★ Vertraut von über 10.000 Frauen\u003c\/div\u003e\n\n\u003ch1\u003eUltimativer Sonnenschutz trifft mühelosen Stil\u003c\/h1\u003e\n\n\u003cp\u003eBleiben Sie den ganzen Sommer über kühl, geschützt und vollkommen komfortabel. Entwickelt mit schnell trocknendem Stoff und intelligentem Design, das sich Ihrem aktiven Lebensstil anpasst.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eBreitere Krempenabdeckung\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge accent\"\u003eSchnelltrocknender Stoff\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-media-wrapper\" style=\"margin-top: 2rem;\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410150111\/a99c6987ce4dd9af4d8f807426a9e95a.jpg\"\u003e\u003c\/div\u003e\u003c\/span\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-media-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410150111\/2e50512472b2af0503ab56b2bc16a972.jpg\"\u003e\u003c\/div\u003e\u003c\/span\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\u003eMaximaler Schutz, keine Kompromisse\u003c\/h2\u003e\n\n\u003cp\u003eGenießen Sie die Natur ohne Sonnenbrand. Unsere schön vergrößerte Krempe bietet umfassenden Rundumschutz für Gesicht, Ohren und Nacken. Blockieren Sie schädliche UV-Strahlen und behalten Sie dabei ein klares, ungehindertes Sichtfeld.\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-media-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410150111\/a97df37e758d86fe003514eed0168631.jpg\"\u003e\u003c\/div\u003e\u003c\/span\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\u003eDurchdachtes Hohlkronen- \u0026amp; Haken-Design\u003c\/h2\u003e\n\n\u003cp\u003eBewahren Sie Ihre Lieblingsfrisur. Die hohl geformte Krone ermöglicht es Ihrem Pferdeschwanz oder Dutt, mühelos zu atmen. Zudem können Sie dank innovativer Metallhaken an der Seite Ihre Gesichtsmaske oder Ihr Kühlhandtuch sicher aufhängen – ganz ohne Reibung an den Ohren bei langen Tagen draußen.\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-media-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410150111\/1d2c77a4eb63f5e39903ba3d7da5414e.jpg\"\u003e\u003c\/div\u003e\u003c\/span\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\u003eAtmen Sie frei. Trocknet schnell.\u003c\/h2\u003e\n\n\u003cp\u003eSommerhitze hat keine Chance gegen unsere fortschrittliche Feuchtigkeitsableitungstechnologie. Hergestellt aus ultraleichtem, atmungsaktivem Stoff, zieht dieser Hut aktiv Schweiß von Ihrer Haut weg und trocknet in Minuten, sodass Sie beim Golfen, Wandern oder Entspannen außergewöhnlich kühl bleiben.\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-media-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410150111\/b05c18d2298a4dcd694cfd0c95d4e785.jpg\"\u003e\u003c\/div\u003e\u003c\/span\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\u003eVerstaubar. Faltbar. Unaufhaltsam.\u003c\/h2\u003e\n\n\u003cp\u003eIhr perfekter Reisebegleiter. Rollen, falten oder zerdrücken Sie ihn in Ihrer Tasche oder Ihrem Gepäck. Das widerstandsfähige Memory-Material nimmt sofort seine elegante, strukturierte Form an, sobald Sie ihn aufsetzen. Jederzeit bereit für Abenteuer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Layout enforced) --\u003e\n\n\u003cdiv class=\"pd-specs-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-table-wrapper\"\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\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\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eHochwertiger, schnell trocknender, atmungsaktiver Stoff\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Brim Width\"\u003eKrempenbreite\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e8,5 cm \/ 3,4 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Hat Circumference\"\u003eHutumfang (verstellbar)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e54,0 - 62,0 cm \/ 21,3 - 24,4 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e85,0 g \/ 3,0 oz (ultraleicht)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Special Features\"\u003eBesondere Merkmale\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePferdeschwanz-Schlitz, Masken-\/Handtuchhaken, faltbar\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Instructions\"\u003ePflegehinweise\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eKalt von Hand waschen, an der Luft trocknen, um die Form zu erhalten\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-faq-section\"\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-q\"\u003ePasst dieser Hut bequem auf meinen Kopf?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsolut. Der Hut ist mit einem vollständig verstellbaren Verschluss am Hinterkopf ausgestattet, der Kopfumfänge von 54,0 bis 62,0 cm (21,3 bis 24,4 Zoll) problemlos anpasst und so für fast jede Frau eine sichere und individuelle Passform gewährleistet.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eKann ich ihn im Koffer verstauen, ohne ihn zu beschädigen?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eJa! Der Hut ist so konstruiert, dass er vollständig faltbar und verstaubar ist. Falten oder rollen Sie ihn einfach in Ihre Tasche; er nimmt sofort wieder seine makellose Originalform an, wenn Sie ihn tragen möchten.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWie wasche und pflege ich diesen Hut?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eUm die schnell trocknenden Fasern und die strukturelle Integrität zu erhalten, empfehlen wir dringend eine schonende Handwäsche mit kaltem Wasser und mildem Seifenmittel. Lassen Sie den Hut einfach an der Luft trocknen, und er ist bereit für Ihren nächsten sonnigen Tag.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Schwarz","offer_id":48113166581972,"sku":"0410-15280754","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Khaki","offer_id":48113166614740,"sku":"0410-15281628","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Weiß","offer_id":48113166647508,"sku":"0410-15288124","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/f51f95e72a24fb658fa8ca68dc52f560.jpg?v=1781606051","url":"https:\/\/omurio.com\/de\/products\/ponytail-friendly-sun-hat-rjc","provider":"Omurio","version":"1.0","type":"link"}