{"product_id":"elegant-bow-straw-hat-rjc","title":"Chapeau de paille élégant à nœud","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🌿 Texture tissée à la main\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e☀️ Protection solaire UPF\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eÉlégance estivale sans effort \u0026amp; protection solaire\u003c\/h1\u003e\n\n\u003cp\u003eUn chapeau en paille pliable, d'inspiration vintage, conçu pour vos escapades ensoleillées et vos aventures quotidiennes.\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a153273e9cea_20260526_81c4bbd8_20260526_388fd9ba_from_url_en_09_6e46cbb091ba6a87da654e8abe8bb093_3b095721-fc54-4332-b5c2-dc34630ee7a8.webp?v=1779774071\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260526_91636e94_20260526_b2f61e8d_from_url_en_11_33aadc1eef68af1b71adb9b01294a21c_refsize_800x800_2d87aae3-cf74-4fb7-99b0-863a2a0783e5.png?v=1779774108\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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\u003eOmbre chic, charme vintage\u003c\/h2\u003e\n\n\u003cp\u003eLe large bord offre une couverture généreuse pour protéger votre visage et votre cou du soleil, tandis que le grand nœud élégant sur le côté ajoute une touche intemporelle et romantique à toute tenue d'été.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag-pill\"\u003eLarge bord\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003eNœud remarquable\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003eMise en valeur du visage\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260526_9c8b2204_20260526_0be9dd36_from_url_en_12_02862620a08f03e6dae297b0461c283b_refsize_800x800_265a6732-daa6-41f6-858f-61ccd9463fca.png?v=1779774113\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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\u003ePrêt pour le voyage \u0026amp; respirant\u003c\/h2\u003e\n\n\u003cp\u003eConfectionné en paille tissée douce et naturelle, ce chapeau est conçu pour être respirant et confortable par temps chaud. Sa nature écrasable vous permet de le plier facilement et de le ranger dans votre sac ou valise pour voyager.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag-pill\"\u003eDesign pliable\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003eSensation naturelle\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003eIndispensable pour les vacances\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\u003eSpécifications du produit\u003c\/h2\u003e\n\n\u003cdiv style=\"margin-bottom: 24px; max-width: 500px; margin-left: auto; margin-right: auto;\" class=\"pd-image-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：image_6.png ] --\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260526_5c5669c8_20260526_ece18683_from_url_en_13_3b4fbc932c9b3d5da4d9a0fa2318415a_refsize_800x800_bb4c68f2-effb-4b50-80e8-38891f614a87.png?v=1779774118\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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\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=\"Feature\"\u003eCirconférence de la tête\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e54-59 cm (taille unique pour la plupart)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMatériau\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePaille tissée, ruban en tissu\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStyle\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVintage, large bord, détail nœud\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGuide d'entretien\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUtilisez un fer à vapeur pour le remodeler si nécessaire\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\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eMon chapeau est arrivé avec des plis, comment le remettre en forme ?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eEn raison de l'expédition, le chapeau peut arriver légèrement plié. Il suffit de passer doucement un fer à vapeur sur le bord et la calotte pour lisser facilement les plis et lui redonner sa forme parfaite.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eCe chapeau convient-il pour voyager ?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eAbsolument. Le matériau doux et tissé le rend pliable et facile à ranger. Vous pouvez le mettre dans votre valise ou votre sac à main, ce qui le rend parfait pour les vacances.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eQuelle taille fait ce chapeau ?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eIl s'agit d'un modèle « taille unique pour la plupart des adultes », s'adaptant confortablement aux circonférences de tête entre 54 cm et 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":"Kaki + Beige (Lot de 2 Économisez 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\/fr\/products\/elegant-bow-straw-hat-rjc","provider":"Omurio","version":"1.0","type":"link"}