{"product_id":"wearable-waterproof-sun-shield","title":"Wearable Waterproof Sun Shield","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：穿戴式伞帽（C类穿戴贴合型）\n  目标受众：户外活动爱好者（钓鱼、园艺、摄影等需解放双手的人群）\n  视觉风格：户外、实用、自由。强调“使用中”的状态。\n  配色策略：使用报告中提及的银\/蓝\/黑自然色调，辅以舒适的背景色。\n  模块顺序：Hero (核心利益:解放双手) -\u003e Feature 1 (多场景应用) -\u003e Feature 2 (晴雨防护能力) -\u003e Feature 3 (佩戴舒适与细节工艺) -\u003e Specs (基于已知信息) -\u003e FAQ\n  详情图映射：Hero=image_4.png (钓鱼场景最能体现解放双手), Feature1=image_1.png (多场景拼图), Feature2=image_2.png (海滩晴雨防护), Feature3=image_3.png (细节工艺四宫格)\n  规格图映射：Specs=image_5.png (颜色选项)\n  对比模块：未加入（无明显竞品对比需求，聚焦自身体验）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2C3E50;\n      --primary-hover: #1a252f;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);\n      --border-color: #e1e4e8;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; color: var(--primary); }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; margin-bottom: 1.5rem; color: var(--primary); }\n    .product-detail-container h3 { font-size: 22px; font-weight: 600; margin-bottom: 1rem; }\n    .product-detail-container p { font-size: 18px; margin-bottom: 1.5rem; color: var(--text-sub); }\n    .product-detail-container .sub-text { font-size: 20px; color: var(--text-sub); margin-bottom: 2rem; }\n\n    \/* Components *\/\n    .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 0.5rem 1rem;\n      background: var(--bg-soft);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      color: var(--primary);\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-tag-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n    .feature-tag {\n      padding: 0.4rem 1rem;\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      font-size: 15px;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Structure *\/\n    .section-block { margin-bottom: var(--spacing-section); }\n    \n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: var(--spacing-section);\n    }\n    .feature-item:nth-child(even) { flex-direction: row-reverse; }\n    .feature-media, .feature-copy { flex: 1; }\n\n    \/* Image Handling (Scheme A - Natural Flow) *\/\n    .img-fluid { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); }\n    \n    \/* Image Placeholder *\/\n    .img-placeholder {\n      width: 100%;\n      min-height: 300px;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      padding: 1rem;\n      box-sizing: border-box;\n    }\n\n    \/* Specifications Table *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 17px;\n    }\n    .spec-table th { background: var(--bg-soft); font-weight: 600; width: 35%; }\n    .spec-table tr:last-child td, .spec-table tr:last-child th { border-bottom: none; }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n      color: var(--primary);\n    }\n    .faq-answer { font-size: 18px; color: var(--text-sub); margin: 0; }\n\n    \/* Mobile Media Query *\/\n    @media (max-width: 767px) {\n      .product-detail-container { padding: 0 4%; }\n      .feature-item, .feature-item:nth-child(even) { flex-direction: column; gap: 1.5rem; }\n      .img-placeholder { min-height: 200px; }\n      \n      \/* Mobile Table *\/\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td { display: block; width: 100%; }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .spec-table td { padding: 0.75rem 1rem; border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; align-items: center; }\n      .spec-table td::before { content: attr(data-label); font-weight: 600; color: var(--text-main); margin-right: 1rem; }\n      .spec-table td:last-child { border-bottom: none; }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e✨ Designed for Active Lifestyles\u003c\/div\u003e\n\n\u003ch1\u003eExperience Ultimate Freedom: The Hands-Free Umbrella Hat\u003c\/h1\u003e\n\n\u003cp class=\"sub-text\"\u003eStay protected from sun and sudden rain while gardening, fishing, or working outdoors without ever lifting a finger.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img127\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260731104427\/4a05ff22e5f44d5465c683ca0a65f7db.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260731095032\/f3f25259a955db748a74f8934249f748.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDo More, Hold Less\u003c\/h2\u003e\n\n\u003cp\u003eLiberate your hands for what truly matters. Whether you're reeling in a big catch, tending to your garden, or carrying gear, this wearable design ensures full mobility with reliable overhead cover. Say goodbye to juggling umbrellas and tools.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFishing\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGardening\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePhotography\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eOutdoor Work\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Weather Protection --\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260731095032\/c36ca901eafbef9c737df10b0742ab58.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAll-Weather Shield: Rain or Shine\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with durable, waterproof fabric and a UV-resistant coating, this umbrella hat is your essential all-weather companion. It effectively blocks harsh sunlight on hot days and keeps you dry during unexpected downpours.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"feature-tag\"\u003eWaterproof\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUV Resistant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWindproof Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Comfort \u0026 Details --\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260731095032\/643db76202a33959f3fa8efc2aec7141.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSecure Fit, Lightweight Comfort\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for extended wear, it features a fully adjustable elastic headband that fits most adult head sizes securely. The lightweight rib structure ensures stability without feeling heavy, and it folds compactly for easy storage in your bag or tackle box.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"feature-tag\"\u003eAdjustable Headband\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLightweight Ribs\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCompact Folding\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\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\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eWearable Umbrella Hat\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eWaterproof Nylon Fabric, Lightweight Metal\/Fiberglass Ribs\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eFolding Style\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e3-Fold Compact Design\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eAvailable Colors\u003c\/th\u003e\n\t\t\t\u003c!-- Data source: image_5.png --\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eSky Blue, Navy, Black, Camouflage\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eAttachment\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eAdjustable Elastic Headband\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; margin-top: 1rem; color: var(--text-sub);\"\u003e*Note: Specs based on available information. Refer to actual product for precise details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does it stay securely on my head?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt uses a strong, adjustable elastic headband that fits snugly around your forehead and the back of your head, ensuring it stays in place even during movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it heavy to wear for long periods?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, it is designed with lightweight materials explicitly for comfortable, extended wear without causing strain.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I open and close the umbrella?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThere is a simple mechanism on the exterior top of the hat. Pull the drawstring to open and lock it, and press the button to release and collapse it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Classic Camo \/ 1-Pack (Outdoor Essential)","offer_id":45942179201215,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ 1-Pack (Outdoor Essential)","offer_id":45942179233983,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 1-Pack (Outdoor Essential)","offer_id":45942179266751,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1-Pack (Outdoor Essential)","offer_id":45942179299519,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Classic Camo \/ 2-Pack (Car \u0026 Home - 10%)","offer_id":45942179332287,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ 2-Pack (Car \u0026 Home - 10%)","offer_id":45942179365055,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 2-Pack (Car \u0026 Home - 10%)","offer_id":45942179397823,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2-Pack (Car \u0026 Home - 10%)","offer_id":45942179430591,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Classic Camo \/ 3-Pack (Friends \u0026 Family - 15%)","offer_id":45942179463359,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ 3-Pack (Friends \u0026 Family - 15%)","offer_id":45942179496127,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 3-Pack (Friends \u0026 Family - 15%)","offer_id":45942179528895,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3-Pack (Friends \u0026 Family - 15%)","offer_id":45942179561663,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/4a05ff22e5f44d5465c683ca0a65f7db.jpg?v=1785465896","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/wearable-waterproof-sun-shield","provider":"Bak","version":"1.0","type":"link"}