{"product_id":"minimalist-short-brim-outdoor-hat","title":"Minimalist Short Brim Outdoor Hat","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：户外速干五片帽 ( Outdoor Quick-Dry 5-Panel Cap)\n目标受众：跑步、徒步、骑行等户外运动爱好者\n视觉风格：机能、复古户外、轻量化\n配色策略：以卡其\/大地色为主基调，使用产品特色的亮橙色调节带作为点睛强调色。\n模块顺序：Hero (整体印象) -\u003e Feature 1 (核心差异：短檐) -\u003e Feature 2 (核心材质：速干) -\u003e Feature 3 (结构细节：调节与透气) -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_0.png, Feature1=image_1.png (展示侧面短檐), Feature2=image_4.png (展示多色及材质), Feature3=image_5.png (展示调节带细节)\n规格图映射：Specs=image_1.png (用于提取尺寸数据)\n对比模块：未加入（无显著对比需求，聚焦自身特性即可）\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #ff6b00; \/* Orange from the strap *\/\n    --primary-hover: #e65a00;\n    --text-main: #333333;\n    --text-sub: #666666;\n    --bg-body: #ffffff;\n    --bg-soft: #f5f5f2; \/* Light khaki tint *\/\n    --border-color: #e0e0e0;\n    --radius-md: 8px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.7;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 42px);\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 30px);\n    font-weight: 600;\n    margin-bottom: 1rem;\n  }\n  .product-detail-container h3 {\n    font-size: 22px;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n  }\n  .product-detail-container p {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Layout \u0026 Utilities *\/\n  .pd-section {\n    margin-bottom: clamp(3rem, 8vw, 5rem);\n  }\n  .img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n  .tags-group {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1rem;\n  }\n  .pd-tag {\n    background: var(--bg-soft);\n    color: var(--text-sub);\n    padding: 0.4rem 1rem;\n    border-radius: 20px;\n    font-size: 16px;\n    font-weight: 500;\n  }\n\n  \/* Hero Module *\/\n  .hero-block {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  .trust-badge {\n    display: inline-block;\n    background: var(--bg-soft);\n    color: var(--primary);\n    padding: 0.5rem 1.2rem;\n    border-radius: 30px;\n    font-weight: 600;\n    font-size: 16px;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Feature Sections (Z-Pattern) *\/\n  .feature-item {\n    display: flex;\n    align-items: center;\n    gap: clamp(2rem, 6vw, 5rem);\n  }\n  .feature-item:nth-child(even) {\n    flex-direction: row-reverse;\n  }\n  .feature-media, .feature-copy {\n    flex: 1;\n  }\n  .feature-copy {\n    padding: 1rem 0;\n  }\n\n  \/* Specifications *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n  .spec-table td {\n    padding: 1.2rem;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n    vertical-align: top;\n  }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: var(--text-main);\n    width: 40%;\n  }\n  .spec-table td:last-child {\n    color: var(--text-sub);\n  }\n\n  \/* FAQ *\/\n  .faq-list {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n  .faq-item {\n    margin-bottom: 2rem;\n    padding-bottom: 2rem;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .faq-question {\n    font-size: 20px;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n    display: flex;\n    align-items: baseline;\n  }\n  .faq-question::before {\n    content: \"Q.\";\n    color: var(--primary);\n    margin-right: 0.75rem;\n    font-weight: 700;\n  }\n  .faq-answer {\n    font-size: 18px;\n    color: var(--text-sub);\n    padding-left: 2rem;\n  }\n\n  \/* Mobile Optimization *\/\n  @media (max-width: 768px) {\n    .feature-item, .feature-item:nth-child(even) {\n      flex-direction: column;\n      text-align: left;\n    }\n    .hero-block {\n      text-align: left;\n    }\n    .spec-table td {\n      display: block;\n      width: 100%;\n      padding: 0.75rem 0;\n      border: none;\n    }\n    .spec-table td:first-child {\n      color: var(--text-sub);\n      font-size: 16px;\n      margin-bottom: -0.5rem;\n    }\n    .spec-table td:last-child {\n      font-weight: 600;\n      color: var(--text-main);\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.2rem;\n    }\n  }\n\n  \/* Placeholder Styling *\/\n  .img-placeholder-wrapper {\n    width: 100%;\n    background-color: #e0e0e0;\n    border: 2px dashed #a0a0a0;\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #666;\n    font-family: monospace;\n    padding: 2rem;\n    box-sizing: border-box;\n    min-height: 300px; \/* Ensure visibility *\/\n  }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-block\"\u003e\n\u003cspan class=\"trust-badge\"\u003eBuilt for active pursuits\u003c\/span\u003e\n\u003ch1\u003eUnobstructed Views, Unmatched Comfort.\u003c\/h1\u003e\n\n\u003cp\u003eThe lightweight, quick-dry 5-panel cap designed for the trail, road, and anywhere in between.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img95\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260612174000\/df041c908ccf8a7fe7ebedd1d55b6477.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img96\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260612173959\/3bbec93f68a82be22f3d8e0732ba264a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSee More, Squint Less.\u003c\/h2\u003e\n\n\u003cp\u003eThe signature short, flat brim design provides essential sun shielding for your eyes without cutting off your upper field of view. Perfect for checking the trail ahead while running, climbing, or cycling.\u003c\/p\u003e\n\n\u003cdiv class=\"tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eShort Brim Profile\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eWider Field of Vision\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Material \u0026 Style --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img97\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260612174001\/6567966c7c0d53e16ecbefc7b920f3b2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eStay Dry When the Heat Rises.\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from performance quick-dry nylon fabric that wicks moisture rapidly to keep you cool. The soft, unstructured 5-panel crown packs down easily into a pocket or bag and dries fast after a sweaty adventure.\u003c\/p\u003e\n\n\u003cdiv class=\"tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eQuick-Dry Nylon\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMoisture-Wicking\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003ePackable Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Fit \u0026 Details --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img98\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260612173959\/54159136e8a6bae3206b3cb5824dfc8b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDialed-In Fit \u0026amp; Functional Details.\u003c\/h2\u003e\n\n\u003cp\u003eFeatures an adjustable snapback closure with a contrasting bright orange webbing strap for a secure, custom fit. Metal eyelets on the side panels ensure airflow to prevent overheating.\u003c\/p\u003e\n\n\u003cdiv class=\"tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eAdjustable Strap\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eBreathable Vents\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eUnisex Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003eQuick-dry Nylon Fabric\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eStyle\u003c\/td\u003e\n\t\t\t\u003ctd\u003e5-Panel Soft Crown, Flat Brim\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBrim Length\u003c\/td\u003e\n\t\t\t\u003ctd\u003eApprox. 7cm (2.75 inches)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eHead Circumference\u003c\/td\u003e\n\t\t\t\u003ctd\u003eAdjustable 56cm - 60cm (Approx. 22\" - 23.6\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eClosure System\u003c\/td\u003e\n\t\t\t\u003ctd\u003eSnapback buckle with orange webbing strap\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eFeatures\u003c\/td\u003e\n\t\t\t\u003ctd\u003eEmbroidered front label, side ventilation eyelets\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat size head does this cap fit?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIt is a unisex, one-size-fits-most design. The adjustable rear strap comfortably fits head circumferences between approximately 56cm and 60cm (22 to 23.6 inches).\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the brim rigid or flexible?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe short brim is flat and relatively soft compared to a standard baseball cap. This makes it comfortable and easy to pack without losing its shape for sun protection.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I wash this hat?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eWe recommend hand washing with cold water and mild soap, then air drying. Thanks to the quick-dry fabric, it will be ready for your next adventure quickly. Do not machine dry.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Khaki","offer_id":62984777892211,"sku":"0615-16317183","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":62984777924979,"sku":"0615-16312207","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Beige","offer_id":62984777957747,"sku":"0615-16311955","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Rust","offer_id":62984777990515,"sku":"0615-16315162","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Olive","offer_id":62984778023283,"sku":"0615-16316165","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Charcoal","offer_id":62984778056051,"sku":"0615-16318769","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/df041c908ccf8a7fe7ebedd1d55b6477.jpg?v=1781512294","url":"https:\/\/woyuosn.com\/products\/minimalist-short-brim-outdoor-hat","provider":"Woyuosn","version":"1.0","type":"link"}