{"product_id":"american-usa-flag-high-ponytail-baseball-hats-rjc","title":"Amerikaanse USA vlag hoge paardenstaart honkbalpetten","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #B22234; \/* Vintage Red *\/\n      --primary-hover: #3C3B6E; \/* Vintage Navy *\/\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f0f0f0;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,10);\n      --border-color: #e0e0e0;\n\n      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Base Styles *\/\n    h1, h2, h3 { margin: 0 0 1rem; font-weight: 700; line-height: 1.2; }\n    h1 { font-size: clamp(32px, 4vw, 44px); }\n    h2 { font-size: clamp(24px, 3vw, 32px); }\n    h3 { font-size: 20px; }\n    p { margin: 0 0 1rem; font-size: 18px; color: var(--text-sub); }\n    ul { margin: 0; padding-left: 1.2rem; }\n    li { margin-bottom: 0.5rem; font-size: 18px; color: var(--text-sub); }\n    \n    \/* Utility Classes *\/\n    .mb-lg { margin-bottom: clamp(2rem, 5vw, 4rem); }\n    .text-center { text-align: center; }\n    .d-flex { display: flex; }\n    .align-center { align-items: center; }\n    .justify-center { justify-content: center; }\n    .grid { display: grid; gap: clamp(1rem, 3vw, 2rem); }\n    .grid-2 { grid-template-columns: repeat(2, 1fr); }\n    @media (max-width: 767px) { .grid-2 { grid-template-columns: 1fr; } }\n\n    \/* Components *\/\n    .section-title { text-align: center; margin-bottom: clamp(1.5rem, 3vw, 3rem); }\n    .badge {\n      display: inline-block;\n      padding: 6px 12px;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 600;\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n    .trust-pill {\n      display: inline-flex;\n      align-items: center;\n      background: var(--primary);\n      color: white;\n      padding: 8px 16px;\n      border-radius: 30px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1rem;\n    }\n\n    \/* Image Placeholders \u0026 Styles *\/\n    img { width: 100%; height: auto; display: block; border-radius: var(--radius-md); }\n    .img-placeholder {\n      width: 100%;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 600;\n      padding: 2rem;\n      box-sizing: border-box;\n      min-height: 300px;\n    }\n    .feature-media .img-placeholder { min-height: 400px; }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: clamp(2rem, 5vw, 4rem) 0;\n    }\n    .hero-content { max-width: 800px; margin: 0 auto 2rem; }\n    \n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n    .feature-copy { flex: 1; }\n    .feature-media { flex: 1; }\n    @media (max-width: 767px) {\n      .feature-item { flex-direction: column; }\n      .feature-media { order: -1; width: 100%; }\n    }\n    .feature-item:nth-child(even) { flex-direction: row-reverse; }\n    @media (max-width: 767px) { .feature-item:nth-child(even) { flex-direction: column; } }\n\n    \/* Comparison\/Scenario Section *\/\n    .scenario-card {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      height: 100%;\n    }\n    .scenario-img-wrapper { aspect-ratio: 4\/3; overflow: hidden; }\n    .scenario-img-wrapper img { height: 100%; object-fit: cover; }\n    .scenario-copy { padding: 1.5rem; }\n\n    \/* Specifications *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .spec-table th { background: var(--bg-soft); font-weight: 600; width: 30%; }\n    .spec-table tr:last-child td { border-bottom: none; }\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td { display: block; width: 100%; }\n      .spec-table th { display: none; }\n      .spec-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 45%;\n        white-space: nowrap;\n        font-weight: 600;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n    .faq-question { font-weight: 600; font-size: 20px; margin-bottom: 0.5rem; display: flex; align-items: center; }\n    .faq-question::before { content: 'Q.'; color: var(--primary); margin-right: 0.5rem; font-weight: 700; }\n    .faq-answer { margin: 0; padding-left: 1.5rem; }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：复古国旗马尾帽\n  目标受众：需要扎高马尾进行户外活动的女性\n  视觉风格：复古、做旧、美式爱国风\n  配色策略：以红、白、蓝为主色调，强调国旗元素\n  模块顺序：Hero (展示痛点解决) -\u003e Feature 1 (核心专利结构) -\u003e Feature 2 (风格与材质) -\u003e Scenario (使用场景) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_11.png, Feature1=image_2.png, Feature2=image_1.png, Scenario=image_6.png\n  规格图映射：Specs=image_10.png\n  对比模块：未加入，场景展示更具说服力\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section mb-lg\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"trust-pill\"\u003e🇺🇸 Gepatenteerd ontwerp\u003c\/div\u003e\n\n\u003ch1\u003eDe ultieme vrijheid voor je haar\u003c\/h1\u003e\n\n\u003cp\u003eEindelijk een baseballpet ontworpen voor hoge paardenstaarten en rommelige knotten. Geniet van de zon zonder in te leveren op stijl of comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e \u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260728164551\/ec95e7bc9ceecc9afd65403bb324b04a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\n\n\u003cdiv class=\"section-title\"\u003e\n\u003ch2\u003eWaarom je van deze hoed zult houden\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item mb-lg\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260728161718\/b8933c6c6396c11f63ea33d54c5f95d8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eGepatenteerde kruislingse paardenstaartopening\u003c\/h3\u003e\n\n\u003cp\u003eGeen gedoe meer met je haar. Ons unieke, gepatenteerde ontwerp aan de achterkant heeft vier elastische banden waarmee je een hoge paardenstaart, lage knot of rommelige knot gemakkelijk door kunt trekken. Het is de game-changer waar je op hebt gewacht.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"badge\"\u003eKlaar voor hoge paardenstaart\u003c\/span\u003e \u003cspan class=\"badge\"\u003eGeschikt voor knot\u003c\/span\u003e \u003cspan class=\"badge\"\u003eVeelzijdige styling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item mb-lg\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260728161718\/e806ce43ac8bc0b656222fd5d3561c4e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eVintage Amerikaanse stijl \u0026 koele comfort\u003c\/h3\u003e\n\n\u003cp\u003eToon je patriottische geest met een prachtig verweerd ontwerp van de Amerikaanse vlag. Het voorpaneel heeft tonale borduursels, terwijl de ademende mesh achterkant je koel en comfortabel houdt op de heetste zomerdagen.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"badge\"\u003eVerweerde look\u003c\/span\u003e \u003cspan class=\"badge\"\u003eAdemend mesh\u003c\/span\u003e \u003cspan class=\"badge\"\u003eGeborduurd detail\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Use Scenario Section --\u003e\n\n\u003cdiv class=\"section-title\"\u003e\n\u003ch2\u003ePerfect voor elk zonnig avontuur\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"grid grid-2 mb-lg\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cdiv class=\"scenario-img-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260728161718\/7c7a680f5a9a11fa49aa585875a647c9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-copy\"\u003e\n\u003ch3\u003eStrand- \u0026 Zwemdag\u003c\/h3\u003e\n\n\u003cp\u003eHoud je haar omhoog en uit je nek terwijl je van de zon geniet. De gebogen klep biedt uitstekende schaduw voor je gezicht en ogen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cdiv class=\"scenario-img-wrapper\"\u003e\n\u003c!-- Using a placeholder here as a second distinct scenario image wasn't explicitly available, but image_3 could be an option for a more active scene --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260728161718\/bd31fbbae96a059c78888749eb75029b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-copy\"\u003e\n\u003ch3\u003eBuitensport \u0026 Kamperen\u003c\/h3\u003e\n\n\u003cp\u003eOf je nu een pad bewandelt, een wedstrijd kijkt of bij het kampvuur zit, blijf comfortabel en stijlvol.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Specifications --\u003e\n\n\u003cdiv class=\"mb-lg\"\u003e\n\u003cdiv class=\"section-title\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eMateriaal\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eKatoenen twill voorkant, polyester mesh achterkant\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eOntwerp\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eGeavanceerde kruislingse paardenstaartopening, verweerde Amerikaanse vlag\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eSluitingstype\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eVerstelbare klittenbandsluiting\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eMaat\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eOne Size Fits Most (Ongeveer 57 - 61 cm hoofdomtrek)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eGewicht\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eOngeveer 300g \u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 14px; color: var(--text-sub); margin-top: 0.5rem;\"\u003e*Opmerking: Gebaseerd op beschikbare productgegevens. Werkelijke maat kan iets afwijken.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- E. FAQ --\u003e\n\n\u003cdiv class=\"mb-lg\"\u003e\n\u003cdiv class=\"section-title\"\u003e\n\u003ch2\u003eVeelgestelde Vragen\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePast deze hoed op mijn hoofdmaat?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eJa, hij is ontworpen als \"one size fits most\" voor vrouwen. De verstelbare klittenbandsluiting aan de achterkant maakt het mogelijk om de pasvorm aan te passen voor een hoofdomtrek van ongeveer 57 tot 61 cm.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKan ik mijn haar los dragen met deze hoed?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsoluut! De kruislingse elastische banden liggen plat wanneer ze niet worden gebruikt, zodat je je haar comfortabel los kunt dragen, net als een gewone baseballpet.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHoe maak ik mijn hoed schoon?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eOm de verweerde look en borduurwerk te behouden, raden we aan om vlekken te verwijderen met een vochtige doek en milde zeep. Alleen aan de lucht laten drogen. Niet in de wasmachine wassen of bleken.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Marineblauw","offer_id":46933491941549,"sku":null,"price":14.95,"currency_code":"USD","in_stock":true},{"title":"Wit","offer_id":46933491908781,"sku":null,"price":14.95,"currency_code":"USD","in_stock":true},{"title":"Rood","offer_id":46933491876013,"sku":null,"price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/ec95e7bc9ceecc9afd65403bb324b04a.jpg?v=1785228394","url":"https:\/\/newjoyloo.com\/nl\/products\/american-usa-flag-high-ponytail-baseball-hats-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}