{"product_id":"breathable-brimless-summer-hat","title":"Breathable Brimless Summer Hat","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：夏季透气无檐水手帽 (Docker\/Sailor Hat)\n  目标受众：追求潮流穿搭且需要夏季散热的男女用户\n  视觉风格：复古街头、清爽透气、休闲度假\n  配色策略：以深蓝色为主调(--primary)，搭配清爽的浅灰背景(--bg-soft)强调透气感。\n  模块顺序：Hero (吸引) -\u003e Feature 1 (核心痛点：透气) -\u003e Feature 2 (风格痛点：独特廓形) -\u003e Feature 3 (决策支撑：调节适配) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_5, Feature1=image_1, Feature2=image_0, Feature3=image_6\n  规格图映射：Specs (颜色来源)=image_7, Specs (尺寸来源)=image_6\n  对比模块：未加入 (产品形态独特，无需与普通帽子强行对比)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #003366; \/* Deep Navy from the main product image *\/\n      --primary-hover: #002244;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f4f6f8; \/* Light airy grey *\/\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --border-color: #e5e5e5;\n      \n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\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; }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; margin-bottom: 1rem; }\n    .product-detail-container h3 { font-size: 20px; font-weight: 600; margin-bottom: 0.5rem; }\n    .product-detail-container p { font-size: clamp(16px, 2vw, 18px); color: var(--text-sub); margin-bottom: 1.5rem; }\n    \n    \/* Layout Utilities *\/\n    .section-spacing { margin-bottom: clamp(3rem, 8vw, 5rem); }\n    .pd-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }\n    \n    \/* Components *\/\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 12px;\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n    .feature-tags-container { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }\n    .feature-pill {\n      font-size: 14px;\n      padding: 4px 12px;\n      border: 1px solid var(--border-color);\n      border-radius: 20px;\n      color: var(--text-sub);\n    }\n\n    \/* Images *\/\n    .pd-image-container {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-style: italic;\n    }\n    .pd-image-container img { width: 100%; height: auto; display: block; }\n\n    \/* Hero Section *\/\n    .hero-section { text-align: center; }\n    .hero-content { max-width: 800px; margin: 0 auto clamp(2rem, 5vw, 3rem); }\n\n    \/* Feature Sections - Z-Pattern *\/\n    @media (min-width: 768px) {\n      .pd-grid--2-col { grid-template-columns: 1fr 1fr; }\n      .pd-grid--reverse { direction: rtl; }\n      .pd-grid--reverse \u003e * { direction: ltr; }\n    }\n\n    \/* Specifications *\/\n    .specs-table { width: 100%; border-collapse: collapse; margin-top: 2rem; }\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n    .specs-table th { width: 30%; color: var(--text-sub); font-weight: normal; }\n    \n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table td { display: block; width: 100%; }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid var(--bg-soft);\n        font-size: 16px;\n      }\n      .specs-table td:last-child { border-bottom: none; }\n      .specs-table td::before { content: attr(data-label); color: var(--text-sub); font-weight: 500; padding-right: 1rem; }\n    }\n\n    \/* FAQ *\/\n    .faq-item { border-bottom: 1px solid var(--border-color); padding: 1.5rem 0; }\n    .faq-item summary {\n      font-size: 18px;\n      font-weight: 600;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .faq-item summary::-webkit-details-marker { display: none; }\n    .faq-item summary::after { content: '+'; font-size: 24px; color: var(--primary); }\n    .faq-item[open] summary::after { content: '−'; }\n    .faq-item p { margin-top: 1rem; margin-bottom: 0; color: var(--text-sub); }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"pd-tag\"\u003eSummer Essential\u003c\/span\u003e\n\u003ch1\u003eVintage Style, Ultimate Cool. The Breathable Mesh Docker.\u003c\/h1\u003e\n\n\u003cp\u003eStay comfortable instantly with the retro brimless design and maximum airflow mesh. The perfect blend of street style and summer function.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-container\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img86\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703115023\/8dfbf3d248ab0c3ee30ae7975782a17d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-grid pd-grid--2-col section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img87\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703115023\/d3d5c04d791c39d12e0260abf49ef09d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMaximum Airflow Design\u003c\/h2\u003e\n\n\u003cp\u003eDon't let the heat ruin your look. The full open-mesh construction allows heat to escape instantly, keeping your head cool and dry even on the hottest days. It's lightweight and feels like wearing nothing at all.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags-container\"\u003e\n\u003cspan class=\"feature-pill\"\u003eUltra-Breathable\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eQuick-Drying\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eLightweight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Style \u0026 Silhouette (Z-Pattern Reverse) --\u003e\n\n\u003cdiv class=\"pd-grid pd-grid--2-col pd-grid--reverse section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img90\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703115023\/2dd63af0cf9ed5187a7e04b76b10596d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eIconic Brimless Silhouette\u003c\/h2\u003e\n\n\u003cp\u003eStand out with the unique docker\/sailor hat profile. The clean, brimless design with a classic rolled cuff offers an unobstructed view and a distinct retro-streetwear aesthetic. Finished with a premium PU leather patch for added texture.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags-container\"\u003e\n\u003cspan class=\"feature-pill\"\u003eVintage Vibe\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eRolled Cuff\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003ePU Leather Detail\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Fit \u0026 Adjustability --\u003e\n\n\u003cdiv class=\"pd-grid pd-grid--2-col section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img89\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703115023\/af5f2d2a03cfa26a2c112a7fa7830eaa.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCustom Fit for Everyone\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy a secure, personalized fit tailored to you. The rear adjustable buckle strap easily accommodates head sizes from 55cm to 60cm, making it perfect for both men and women.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags-container\"\u003e\n\u003cspan class=\"feature-pill\"\u003eAdjustable Strap\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003e55-60cm Range\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eUnisex Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Style\"\u003eBrimless Docker \/ Sailor Cap\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eBreathable Mesh Fabric, Nylon Strap, PU Leather Patch\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size Range\"\u003eOne Size Adjustable (Approx. 55-60cm Head Circumference)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Gender\"\u003eUnisex\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003eBlack, Beige, Navy Blue, Light Grey, Dark Grey\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Season\"\u003eSummer \/ Warm Weather\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=\"section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eWill this hat fit my head size?\u003c\/summary\u003e\n\n\u003cp\u003eMost likely, yes. The hat features an adjustable strap at the back, allowing it to fit head circumferences between 55cm and 60cm comfortably. This covers most adult head sizes for both men and women.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eIs it really cooler than a regular baseball cap?\u003c\/summary\u003e\n\n\u003cp\u003eAbsolutely. Unlike solid fabric caps that trap heat, this entire hat is made from an open mesh material. This design maximizes airflow, allowing heat to escape and breezes to pass through, making it significantly cooler for summer wear.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eHow should I clean this mesh hat?\u003c\/summary\u003e\n\n\u003cp\u003eTo maintain the shape and quality of the mesh and leather patch, we recommend hand washing with mild soap and cold water. Air dry flat away from direct intense sunlight. Do not machine wash or tumble dry.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Navy blue","offer_id":45808422486207,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":45808422518975,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Beige","offer_id":45808422551743,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray","offer_id":45808422584511,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray","offer_id":45808422617279,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/8dfbf3d248ab0c3ee30ae7975782a17d.jpg?v=1783050754","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/breathable-brimless-summer-hat","provider":"Bak","version":"1.0","type":"link"}