{"product_id":"elegant-bow-straw-hat-rjc","title":"Elegante strohoed met strik","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System Variables *\/\n    .product-detail-container {\n      --primary: #5D5342; \/* 来源于帽带的深橄榄棕色 *\/\n      --text-main: #2C2C2C;\n      --text-sub: #595959;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F7F6F2; \/* 柔和的米色背景，契合产品色调 *\/\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 2.5rem);\n    }\n\n    \/* Base Styles *\/\n    .product-detail-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 0 24px;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      overflow-wrap: break-word;\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin-top: 0;\n      line-height: 1.3;\n      color: var(--primary);\n    }\n\n    .product-detail-container h1 { font-size: clamp(28px, 5vw, 40px); margin-bottom: 16px; }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); margin-bottom: 24px; }\n    .product-detail-container h3 { font-size: 20px; margin-bottom: 12px; }\n    .product-detail-container p { font-size: 18px; color: var(--text-sub); margin: 0 0 16px 0; }\n    .product-detail-container .sub-text { font-size: 16px; color: var(--text-sub); }\n\n    \/* Image Utilities *\/\n    .pd-image-wrapper {\n      width: 100%;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n    \/* 占位符样式 *\/\n    .pd-image-placeholder {\n      width: 100%;\n      min-height: 300px;\n      background-color: #eee;\n      border: 2px dashed #ccc;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      color: #666;\n      font-family: monospace;\n      padding: 20px;\n      box-sizing: border-box;\n    }\n\n    \/* Module: Hero *\/\n    .pd-hero {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n      padding-top: 40px;\n    }\n    .pd-hero-badges {\n      display: flex;\n      justify-content: center;\n      gap: 12px;\n      margin-bottom: 20px;\n      flex-wrap: wrap;\n    }\n    .pd-badge {\n      display: inline-block;\n      padding: 6px 12px;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 600;\n    }\n    .pd-hero-image {\n      margin-top: 32px;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    \/* Module: Features (Z-Pattern) *\/\n    .pd-feature-section {\n      display: flex;\n      align-items: center;\n      gap: var(--spacing-item);\n      margin-bottom: var(--spacing-section);\n    }\n    .pd-feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .pd-feature-media, .pd-feature-content {\n      flex: 1;\n    }\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n    .pd-tag-pill {\n      font-size: 14px;\n      color: var(--text-sub);\n      background: var(--bg-soft);\n      padding: 4px 10px;\n      border-radius: 4px;\n    }\n\n    \/* Module: Specifications *\/\n    .pd-specs {\n      background-color: var(--bg-soft);\n      padding: var(--spacing-item);\n      border-radius: var(--radius-lg);\n      margin-bottom: var(--spacing-section);\n    }\n    .pd-spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .pd-spec-table th, .pd-spec-table td {\n      text-align: left;\n      padding: 16px;\n      border-bottom: 1px solid var(--bg-soft);\n      font-size: 16px;\n    }\n    .pd-spec-table th {\n      width: 40%;\n      color: var(--text-sub);\n      font-weight: normal;\n      background-color: #fafafa;\n    }\n    .pd-spec-table td {\n      color: var(--text-main);\n      font-weight: 600;\n    }\n\n    \/* Module: FAQ *\/\n    .pd-faq {\n      margin-bottom: var(--spacing-section);\n    }\n    .pd-faq-item {\n      border-bottom: 1px solid var(--bg-soft);\n      padding: 20px 0;\n    }\n    .pd-faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 8px;\n      color: var(--primary);\n    }\n    .pd-faq-answer {\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 767px) {\n      .pd-feature-section, .pd-feature-section:nth-child(even) {\n        flex-direction: column;\n        text-align: center;\n      }\n      .pd-feature-tags {\n        justify-content: center;\n      }\n      \n      \/* Mobile Table *\/\n      .pd-spec-table, .pd-spec-table tbody, .pd-spec-table tr, .pd-spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-spec-table thead { display: none; }\n      .pd-spec-table tr { margin-bottom: 12px; border: 1px solid var(--bg-soft); border-radius: var(--radius-md); overflow: hidden; }\n      .pd-spec-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 12px 16px;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .pd-spec-table td:last-child { border-bottom: none; }\n      .pd-spec-table td::before {\n        content: attr(data-label);\n        color: var(--text-sub);\n        font-weight: normal;\n        padding-right: 12px;\n      }\n      .pd-spec-table th { display: none; } \/* Hide original headers *\/\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：女士手工草编遮阳帽\n  目标受众：追求度假风、自然舒适感的成年女性\n  视觉风格：慵懒、度假、复古、自然光感\n  配色策略：以卡其色和大地色为主，营造温暖、天然的氛围\n  模块顺序：Hero (场景引入) -\u003e Feature 1 (防晒与颜值) -\u003e Feature 2 (便携与材质) -\u003e Specs (规格参数) -\u003e FAQ (解决关键痛点)\n  详情图映射：\n    - Hero: image_2.png (海边场景，最有代入感)\n    - Feature 1: image_1.png (侧面近景，展示蝴蝶结和帽檐遮挡效果)\n    - Feature 2: image_4.png (展示柔软质感和手工纹理)\n  规格图映射：\n    - Specs: image_6.png (带有尺寸标注的图片)\n  关键说明：在FAQ中重点加入了关于“蒸汽熨烫恢复帽型”的说明，这是基于输入信息中的关键痛点，防止售后问题。\n  --\u003e\u003c!-- Module A: Intro \/ Hero --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-badges\"\u003e\n\u003cspan class=\"pd-badge\"\u003e🌿 Handgemaakt geweven textuur\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e☀️ UPF zonbescherming\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eMoeiteloze zomerse elegantie \u0026 zonbescherming\u003c\/h1\u003e\n\n\u003cp\u003eEen opvouwbare, vintage-geïnspireerde strohoed ontworpen voor je zonnige uitjes en dagelijkse avonturen.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-image pd-image-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：image_2.png ] --\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260421180318\/6e46cbb091ba6a87da654e8abe8bb093.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-section\"\u003e\n\u003cdiv class=\"pd-feature-media pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260421180318\/33aadc1eef68af1b71adb9b01294a21c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2\u003eChique schaduw, vintage charme\u003c\/h2\u003e\n\n\u003cp\u003eDe brede rand biedt royale bescherming om je gezicht en nek tegen de zon te beschermen, terwijl de grote, elegante zijstrik een vleugje tijdloze, romantische charme toevoegt aan elke zomerse outfit.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag-pill\"\u003eBrede rand\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003eOpvallende strik\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003eVrouwelijk flatterend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Module B: Feature Section 2 (Packable \u0026 Material) --\u003e\n\n\u003cdiv class=\"pd-feature-section\"\u003e\n\u003cdiv class=\"pd-feature-media pd-image-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：image_4.png ] --\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260421180318\/02862620a08f03e6dae297b0461c283b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2\u003eReisklaar \u0026 ademend\u003c\/h2\u003e\n\n\u003cp\u003eGemaakt van zacht, natuurlijk geweven stro, is deze hoed ontworpen om ademend en comfortabel te zijn bij warm weer. Door het samendrukbare materiaal kun je hem gemakkelijk opvouwen en in je tas of koffer stoppen voor onderweg.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag-pill\"\u003eInklapbaar Ontwerp\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003eNatuurlijk gevoel\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003eEssentieel voor op vakantie\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Module C: Specifications --\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-image-wrapper\" style=\"margin-bottom: 24px; max-width: 500px; margin-left: auto; margin-right: auto;\"\u003e\n\u003c!-- [ 📷 需替换：image_6.png ] --\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260421180416\/3b4fbc932c9b3d5da4d9a0fa2318415a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ctable class=\"pd-spec-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\u003e:Details\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=\"Feature\"\u003eHoofdomtrek\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e54-59 cm (one size fits most)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eGeweven stro, stoffen lint\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStijl\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVintage, brede rand, strikdetail\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eVerzorgingsinstructies\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eGebruik een stoomstrijkijzer om de vorm indien nodig te herstellen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Module D: FAQ --\u003e\n\n\u003cdiv class=\"pd-faq\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eMijn hoed kwam met kreukels aan, hoe kan ik hem weer in vorm krijgen?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eDoor het verzenden kan de hoed licht gevouwen aankomen. Gebruik gewoon voorzichtig een stoomstrijkijzer over de rand en de kroon om eventuele kreukels gemakkelijk glad te strijken en de perfecte vorm te herstellen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs deze hoed geschikt voor reizen?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eAbsoluut. Het zachte, geweven materiaal maakt hem opvouwbaar en makkelijk mee te nemen. Je kunt hem in je koffer of handtas stoppen, wat hem perfect maakt voor vakanties.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWelke maat heeft deze hoed?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eHet is een \"one size fits most adult\" ontwerp, dat comfortabel past bij hoofdomtrekken tussen 54 cm en 59 cm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Kaki","offer_id":47974883721428,"sku":"0422-10567971","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Beige","offer_id":47974883754196,"sku":"0422-10560041","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Khaki + Beige (2-pack Bespaar 25%)","offer_id":47974883786964,"sku":"0422-10566163","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6e46cbb091ba6a87da654e8abe8bb093.jpg?v=1779520375","url":"https:\/\/omurio.com\/nl\/products\/elegant-bow-straw-hat-rjc","provider":"Omurio","version":"1.0","type":"link"}