{"product_id":"ponytail-friendly-sun-hat-rjc","title":"Zonnehoed Geschikt voor Paardenstaart","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★★★★★ Vertrouwd door meer dan 10.000 vrouwen\u003c\/div\u003e\n\n\u003ch1\u003eUltieme zonbescherming ontmoet moeiteloze stijl\u003c\/h1\u003e\n\n\u003cp\u003eBlijf koel, beschermd en volledig comfortabel de hele zomer lang. Ontworpen met snel drogend materiaal en intelligent design dat zich aanpast aan je actieve levensstijl.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eBrede randdekking\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge accent\"\u003eSnel drogend materiaal\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\u003eMaximale dekking, geen compromissen\u003c\/h2\u003e\n\n\u003cp\u003eGeniet van de buitenlucht zonder zonnebrand. Onze prachtig vergrote rand biedt uitgebreide, omsluitende bescherming voor je gezicht, oren en nek. Blokkeer schadelijke UV-stralen terwijl je een helder, onbelemmerd zicht behoudt.\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\u003eDoordacht holle bovenkant \u0026 haakontwerp\u003c\/h2\u003e\n\n\u003cp\u003eBehoud je favoriete kapsel. De holle bovenkant van de kroon laat je paardenstaart of rommelige knot moeiteloos ademen. Bovendien kun je met innovatieve metalen zijhaken je mondkapje of koele handdoek veilig ophangen—waardoor wrijving aan de oren tijdens lange dagen volledig wordt voorkomen.\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\u003eAdem vrij. Droog snel.\u003c\/h2\u003e\n\n\u003cp\u003eZomerhitte is geen partij voor onze geavanceerde vocht afvoerende technologie. Gemaakt van ultralicht, ademend materiaal, voert deze hoed actief zweet van je huid af en droogt binnen enkele minuten, zodat je uitzonderlijk koel blijft, of je nu golft, wandelt of ontspant.\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\u003eInpakbaar. Opvouwbaar. Onstuitbaar.\u003c\/h2\u003e\n\n\u003cp\u003eJe perfecte reisgenoot. Rol hem, vouw hem of druk hem in je tas of bagage. Het veerkrachtige geheugenmateriaal veert direct terug naar zijn elegante, gestructureerde vorm zodra je hem opzet. Altijd klaar voor avontuur.\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;\"\u003eProductspecificaties\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\u003eKenmerk\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\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePremium snel drogend ademend materiaal\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Brim Width\"\u003eRandbreedte\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e8,5 cm \/ 3,4 inch\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Hat Circumference\"\u003eHoedomtrek (verstelbaar)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e54,0 - 62,0 cm \/ 21,3 - 24,4 inch\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 (ultralicht)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Special Features\"\u003eSpeciale kenmerken\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePonytail-opening, Masker-\/handdoekhaken, Opvouwbaar\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Instructions\"\u003eVerzorgingsinstructies\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMet de hand koud wassen, aan de lucht drogen om de vorm te behouden\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;\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eZit deze comfortabel op mijn hoofd?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsoluut. De hoed is ontworpen met een volledig verstelbare achtersluiting, die gemakkelijk hoofdomtrekken van 21,3 tot 24,4 inch accommodateert, wat zorgt voor een veilige en op maat gemaakte pasvorm voor bijna elke vrouw.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eKan ik hem in mijn koffer stoppen zonder hem te beschadigen?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eJa! De hoed is structureel ontworpen om volledig opvouwbaar en in te pakken te zijn. Vouw of rol hem gewoon in je tas; hij veert meteen terug in zijn perfecte originele vorm zodra je hem wilt dragen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eHoe was en verzorg ik deze hoed?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eOm de snel drogende vezels en de structurele integriteit te behouden, raden we sterk aan om voorzichtig met de hand te wassen in koud water met milde zeep. Laat het gewoon natuurlijk aan de lucht drogen, dan is het klaar voor je volgende zonnige dag.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Zwart","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":"Wit","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\/nl\/products\/ponytail-friendly-sun-hat-rjc","provider":"Omurio","version":"1.0","type":"link"}