{"product_id":"ponytail-friendly-sun-hat-rjc","title":"Chapeau de soleil adapté aux queues de cheval","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★★★★★ Approuvé par plus de 10 000 femmes\u003c\/div\u003e\n\n\u003ch1\u003eProtection solaire ultime et style sans effort\u003c\/h1\u003e\n\n\u003cp\u003eRestez au frais, protégé et totalement confortable tout l’été. Conçu avec un tissu à séchage rapide et un design intelligent pour s’adapter à votre style de vie actif.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eCouverture de bord plus large\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge accent\"\u003eTissu à séchage rapide\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\u003eCouverture maximale, sans compromis\u003c\/h2\u003e\n\n\u003cp\u003eProfitez de l’extérieur sans coup de soleil. Notre bordure agrandie offre une protection étendue et enveloppante pour votre visage, vos oreilles et votre cou. Bloquez les rayons UV nocifs tout en conservant un champ de vision clair et dégagé.\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\u003eConception réfléchie avec couronne creuse et crochets\u003c\/h2\u003e\n\n\u003cp\u003eGardez votre coiffure préférée intacte. La couronne creuse permet à votre queue de cheval ou chignon décoiffé de respirer sans effort. De plus, les crochets latéraux métalliques innovants vous permettent de suspendre en toute sécurité votre masque facial ou votre serviette rafraîchissante — éliminant complètement les frottements aux oreilles lors de longues journées à l’extérieur.\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\u003eRespirez facilement. Séchage rapide.\u003c\/h2\u003e\n\n\u003cp\u003eLa chaleur estivale ne fait pas le poids face à notre technologie avancée d’évacuation de l’humidité. Confectionné en tissu ultra-léger et respirant, ce chapeau évacue activement la sueur de votre peau et sèche en quelques minutes, vous assurant de rester exceptionnellement frais que vous jouiez au golf, fassiez de la randonnée ou vous détendiez.\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\u003eCompactable. Pliable. Inarrêtable.\u003c\/h2\u003e\n\n\u003cp\u003eVotre compagnon de voyage parfait. Roulez-le, pliez-le ou écrasez-le dans votre sac fourre-tout ou vos bagages. Le matériau à mémoire de forme résistant reprend instantanément sa forme élégante et structurée dès que vous le mettez. Prêt pour l’aventure à tout moment.\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;\"\u003eSpécifications du produit\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\u003eCaractéristique\u003c\/th\u003e\n\t\t\t\u003cth\u003eDétails\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\"\u003eMatériau\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eTissu respirant premium à séchage rapide\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Brim Width\"\u003eLargeur du bord\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e8,5 cm \/ 3,4 po\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Hat Circumference\"\u003eCirconférence du chapeau (réglable)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e54,0 - 62,0 cm \/ 21,3 - 24,4 po\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003ePoids\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e85,0 g \/ 3,0 oz (ultra-léger)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Special Features\"\u003eCaractéristiques spéciales\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eOuverture pour queue de cheval, crochets pour masque\/serviette, pliable\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Instructions\"\u003eInstructions d'entretien\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eLavage à la main à l'eau froide, séchage à l'air pour maintenir la forme\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;\"\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eSera-t-il confortable sur ma tête ?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsolument. Le chapeau est doté d'une fermeture arrière entièrement réglable, s'adaptant facilement aux circonférences de tête de 21,3 à 24,4 pouces, garantissant un ajustement sûr et personnalisé pour presque toutes les femmes.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003ePuis-je le mettre dans ma valise sans l’abîmer ?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eOui ! Le chapeau est conçu pour être entièrement pliable et compactable. Il suffit de le plier ou de le rouler dans votre sac ; il reprendra instantanément sa forme originale impeccable lorsque vous serez prêt à le porter.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eComment laver et entretenir ce chapeau ?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003ePour préserver les fibres à séchage rapide et l'intégrité structurelle, nous recommandons vivement un lavage délicat à la main à l'eau froide avec un savon doux. Laissez-le simplement sécher à l'air libre naturellement, et il sera prêt pour votre prochaine journée ensoleillée.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Noir","offer_id":48113166581972,"sku":"0410-15280754","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Kaki","offer_id":48113166614740,"sku":"0410-15281628","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blanc","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\/fr\/products\/ponytail-friendly-sun-hat-rjc","provider":"Omurio","version":"1.0","type":"link"}