{"product_id":"hard-hat-sun-shade","title":"Hard Hat Sun Shade","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：安全帽遮阳配件（户外穿戴）\n目标受众：建筑工人、道路施工人员、户外维护者\n视觉风格：工业实用、坚固可靠、清凉透气\n配色策略：以深灰为主基调，背景采用干净的白色和浅灰，强调安全色（荧光黄）作为点缀。\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      --primary: #2c3e50; \/* Deep professional grey\/blue *\/\n      --primary-hover: #1a252f;\n      --accent: #d4ff00; \/* Safety Yellow\/Green *\/\n      --accent-dark: #b3d600;\n      --text-main: #212b36;\n      --text-sub: #637381;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f4f6f8;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);\n      --shadow-md: 0 8px 24px rgba(0,0,0,0.08);\n      --shadow-lg: 0 12px 32px rgba(0,0,0,0.12);\n      --border-color: #e0e0e0;\n      --spacing-section: clamp(4rem, 8vw, 6rem);\n      --spacing-item: clamp(2rem, 5vw, 4rem);\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"San Francisco\", \"Segoe UI\", Roboto, \"Helvetica Neue\", sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 48px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin-bottom: 1.2rem;\n      color: var(--primary);\n      letter-spacing: -0.02em;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 36px);\n      font-weight: 700;\n      margin-bottom: 1.2rem;\n      color: var(--primary);\n      line-height: 1.3;\n    }\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n      line-height: 1.7;\n    }\n    .product-detail-container .sub-text {\n      font-size: 14px;\n      color: var(--text-sub);\n      font-style: italic;\n    }\n\n    \/* Reusable Components *\/\n    .img-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-md);\n      background-color: var(--bg-soft);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n    .img-wrapper:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-lg);\n    }\n    .img-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: cover;\n    }\n\n    .badge-pill {\n      display: inline-flex;\n      align-items: center;\n      padding: 6px 16px;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 600;\n      margin-right: 0.5rem;\n      margin-bottom: 0.5rem;\n      border: 1px solid var(--border-color);\n      transition: background 0.3s ease;\n    }\n    .badge-pill:hover {\n      background: var(--accent);\n      border-color: var(--accent-dark);\n    }\n\n    .badge-trust {\n      display: inline-flex;\n      align-items: center;\n      background: var(--accent);\n      color: #111;\n      font-weight: 700;\n      padding: 8px 16px;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      font-size: 14px;\n      box-shadow: var(--shadow-sm);\n    }\n    .badge-trust::before {\n      content: \"🛡️\";\n      margin-right: 6px;\n      font-size: 16px;\n    }\n\n    \/* Layout structure *\/\n    .section-block {\n      margin-bottom: var(--spacing-section);\n    }\n    .grid-2-col {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: var(--spacing-item);\n      align-items: center;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n    }\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 3rem;\n    }\n    .hero-content p {\n      max-width: 650px;\n      margin: 0 auto;\n      font-size: clamp(18px, 2vw, 20px);\n    }\n\n    \/* Feature Sections *\/\n    .feature-copy {\n      padding: 1rem 0;\n    }\n    .feature-tags {\n      margin-top: 1.5rem;\n    }\n\n    \/* Desktop Z-Pattern Reverse *\/\n    @media (min-width: 768px) {\n      .grid-2-col.reverse {\n        direction: rtl;\n      }\n      .grid-2-col.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Mobile Flip for Z-Pattern *\/\n    @media (max-width: 767px) {\n      .grid-2-col {\n        grid-template-columns: 1fr;\n      }\n      .grid-2-col \u003e .feature-media {\n        order: -1; \/* Always show image first on mobile *\/\n      }\n      .hero-section {\n        text-align: left;\n      }\n      .hero-content p {\n        margin: 0;\n      }\n    }\n\n    \/* Specifications *\/\n    .spec-container {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n    .spec-table th, .spec-table td {\n      padding: 18px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n    .spec-table th {\n      width: 35%;\n      font-weight: 700;\n      color: var(--primary);\n      background: var(--bg-card);\n    }\n    .spec-table td {\n      color: var(--text-sub);\n    }\n    .spec-table tr:last-child th, .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n    .spec-table tr:nth-child(even) td {\n      background-color: #fafbfc;\n    }\n\n    \/* Mobile Table *\/\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead, .spec-table th { \n        display: none; \n      }\n      .spec-table tr { \n        border-bottom: 4px solid var(--bg-soft); \n      }\n      .spec-table td {\n        padding: 12px 16px 12px 45%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table td:last-child {\n        border-bottom: none;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 16px;\n        width: 40%;\n        font-weight: 700;\n        color: var(--primary);\n      }\n    }\n    \n    \/* FAQ *\/\n    .faq-container {\n      max-width: 900px;\n      margin: 0 auto;\n      display: flex;\n      flex-direction: column;\n      gap: 1.2rem;\n    }\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.8rem;\n      border: 1px solid var(--border-color);\n      border-left: 4px solid var(--primary);\n      transition: box-shadow 0.3s ease, border-color 0.3s ease;\n    }\n    .faq-item:hover {\n      box-shadow: var(--shadow-md);\n      border-left-color: var(--accent-dark);\n    }\n    .faq-question {\n      font-weight: 700;\n      font-size: 20px;\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: flex-start;\n      color: var(--primary);\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--accent-dark);\n      margin-right: 0.75rem;\n      font-weight: 900;\n      font-size: 22px;\n    }\n    .faq-answer {\n      color: var(--text-sub);\n      font-size: 16px;\n      padding-left: 2.2rem;\n      line-height: 1.6;\n    }\n    \n    .section-header {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-trust\"\u003eWorksite Ready Protection\u003c\/div\u003e\n\n\u003ch1\u003eFearless in the Heat: Ultimate Hard Hat Sun Shade\u003c\/h1\u003e\n\n\u003cp\u003eStay cool, shaded, and productive. This essential accessory provides maximum sun coverage for your face and neck during long days on the job.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Hard Hat Sun Shade Hero\" cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260615174118\/0b5de717d14abefcf6edf638cec9e468.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: Complete Coverage --\u003e\n\n\u003cdiv class=\"section-block grid-2-col\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eComplete Face \u0026amp; Neck Coverage\u003c\/h2\u003e\n\n\u003cp\u003eDon't let the sun slow you down. The extended wide brim in the front shields your eyes and face, while the long mesh drape in the back covers your ears and neck, significantly reducing direct sun exposure and the risk of sunburn.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eWide Front Brim\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eExtended Neck Flap\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eAll-Day Shade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Complete Face and Neck Coverage\" cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260615174118\/e0f36bf435010ab366e591bf9834aa29.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Breathable Mesh (Z-Pattern Reverse on Desktop) --\u003e\n\n\u003cdiv class=\"section-block grid-2-col reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBreathable Mesh for Active Cooling\u003c\/h2\u003e\n\n\u003cp\u003eConstructed with lightweight, ventilated mesh fabric that promotes airflow. Heat escapes freely, keeping you cooler and more comfortable, even in intense summer conditions or high-heat environments.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eVentilated Mesh\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eLightweight Design\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eHigh-Vis Reflective Strip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Breathable Mesh Fabric\" cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260615174118\/6a898d3425523cde89532cacd9df0ae9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Secure Fit --\u003e\n\n\u003cdiv class=\"section-block grid-2-col\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUniversal, Non-Slip Elastic Fit\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with a heavy-duty, high-elastic inner band that stretches to grip most standard hard hats securely. It stays firmly in place through active movement, wind, and sweat—no constant readjusting needed.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eStrong Elastic Band\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eFits Most Hard Hats\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eEasy Installation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Universal Elastic Fit\" cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260615174118\/2679e7795175c01829c33e49489cae2d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"section-block spec-container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Product Type\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eHard Hat Sun Shade Attachment\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Material\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eDurable Fabric Brim, Breathable Mesh Neck Flap\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attachment Method\"\u003eAttachment Method\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Attachment Method\"\u003eHigh-Elastic Full-Circle Band\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Available Colors\"\u003eAvailable Colors\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003eNavy Blue, Grey,\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Compatibility\"\u003eCompatibility\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Compatibility\"\u003eUniversal fit for most standard brimmed hard hats\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Features\"\u003eFeatures\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003eIntegrated high-visibility reflective strip on bottom edge\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this fit my specific hard hat model?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThis sun shade is designed with a universal high-elastic band that stretches to fit snugly over the vast majority of standard brimmed hard hats and caps.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this product washable?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the fabric and mesh materials are durable and can be hand-washed with mild soap and air-dried to keep it clean and fresh.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it come with the hard hat?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, this product is an accessory attachment only. The hard hat shown in photos is for demonstration purposes and is not included.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Woyuosn","offers":[{"title":"Navy blue \/ 1 Pack (Personal Use)","offer_id":62989651837299,"sku":"0616-15402274","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 1 Pack (Personal Use)","offer_id":62989651870067,"sku":"0616-15405902","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ 3-Pack (Small Crew)","offer_id":62989651902835,"sku":"0616-15406059","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 3-Pack (Small Crew)","offer_id":62989651935603,"sku":"0616-15402267","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ 10-Pack (Contractor Bundle - Save 45%)","offer_id":62989651968371,"sku":"0616-15409044","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 10-Pack (Contractor Bundle - Save 45%)","offer_id":62989652001139,"sku":"0616-15404612","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/0b5de717d14abefcf6edf638cec9e468.jpg?v=1781595772","url":"https:\/\/woyuosn.com\/products\/hard-hat-sun-shade","provider":"Woyuosn","version":"1.0","type":"link"}