{"product_id":"retro-washed-250th-anniversary-hat","title":"Retro Washed 250th Anniversary Hat","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Apparel \/ Commemorative Accessory (Hat)\nTarget Audience: Patriots, Veterans, History Enthusiasts, American Adults\nVisual Style: Rustic, Dignified, Vintage Heritage\nColor Strategy: \n  - Primary: Deep Navy Blue (Trust, Heritage)\n  - Accent: Muted Vintage Red (Passion, History)\n  - Background: Crisp White \u0026 Off-White (Contrast)\nShape Strategy: Radius 8px-12px (Solid, slightly rugged yet comfortable)\nTypography Strategy: Large Type \/ Mobile-first readable (Clamped sizes for accessibility)\nMobile Table Strategy: Card-based (No horizontal scroll allowed, converted to block elements)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System Variables *\/\n    --primary: #1E3A8A; \/* Deep Navy *\/\n    --accent: #991B1B; \/* Vintage Red *\/\n    --text-main: #1F2937;\n    --text-sub: #4B5563;\n    --bg-body: #FFFFFF;\n    --bg-card: #F9FAFB;\n    --border-color: #E5E7EB;\n    \n    --radius-md: 8px;\n    --radius-lg: 12px;\n    \n    --space-section: clamp(3rem, 6vw, 5rem);\n    --space-element: clamp(1.5rem, 3vw, 2.5rem);\n    \n    \/* Layout Foundations *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: var(--text-main);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: inherit;\n  }\n\n  \/* Typography *\/\n  .pd-h1 {\n    font-size: clamp(32px, 4.5vw, 44px);\n    font-weight: 800;\n    color: var(--primary);\n    line-height: 1.2;\n    margin: 0 0 1rem 0;\n  }\n\n  .pd-h2 {\n    font-size: clamp(24px, 3.5vw, 32px);\n    font-weight: 700;\n    color: var(--text-main);\n    line-height: 1.3;\n    margin: 0 0 1rem 0;\n  }\n\n  .pd-h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 700;\n    color: var(--text-main);\n    line-height: 1.4;\n    margin: 0 0 1rem 0;\n  }\n\n  .pd-p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 1rem 0;\n  }\n\n  \/* Non-clickable Badges *\/\n  .pd-badge-container {\n    display: flex;\n    gap: 1rem;\n    flex-wrap: wrap;\n    margin-bottom: 2rem;\n  }\n\n  .pd-badge {\n    display: inline-block;\n    padding: 0.5rem 1rem;\n    background-color: var(--bg-card);\n    color: var(--accent);\n    font-size: 16px;\n    font-weight: 600;\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Image Placeholders (Strict formatting) *\/\n  .pd-img-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    background-color: #f8f9fa;\n    border: 2px dashed #cbd5e1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #64748b;\n    font-size: 18px;\n    font-weight: bold;\n    border-radius: var(--radius-lg);\n    margin: 0;\n    overflow: hidden;\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    text-align: center;\n    margin-bottom: var(--space-section);\n    padding-top: var(--space-element);\n  }\n\n  .pd-hero-content {\n    max-width: 800px;\n    margin: 0 auto var(--space-element) auto;\n  }\n\n  \/* Z-Pattern Features (Mobile Lock) *\/\n  .pd-features {\n    display: flex;\n    flex-direction: column;\n    gap: var(--space-section);\n    margin-bottom: var(--space-section);\n  }\n\n  .pd-feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile Lock: strictly stacked *\/\n    gap: var(--space-element);\n  }\n\n  .pd-feature-media,\n  .pd-feature-copy {\n    width: 100%;\n  }\n\n  \/* Desktop Enhancement *\/\n  @media (min-width: 768px) {\n    .pd-feature-item {\n      flex-direction: row;\n      align-items: center;\n      gap: 5%; \/* Using gap for breathing room *\/\n    }\n    \n    .pd-feature-item.pd-reverse {\n      flex-direction: row-reverse;\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      width: 47.5%;\n    }\n  }\n\n  \/* Specifications Table (Card-based on mobile) *\/\n  .pd-specs-section {\n    margin-bottom: var(--space-section);\n    background-color: var(--bg-card);\n    padding: var(--space-element);\n    border-radius: var(--radius-lg);\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1.5rem;\n    text-align: left;\n    font-size: 18px;\n  }\n\n  .pd-table th, \n  .pd-table td {\n    padding: 1.25rem;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .pd-table th {\n    color: var(--primary);\n    font-weight: 700;\n  }\n\n  \/* Mobile Table -\u003e Cards Conversion *\/\n  @media (max-width: 767px) {\n    .pd-table, \n    .pd-table thead, \n    .pd-table tbody, \n    .pd-table tr, \n    .pd-table th, \n    .pd-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .pd-table thead {\n      display: none;\n    }\n    \n    .pd-table tr {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n    }\n    \n    .pd-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 1rem;\n      border-bottom: 1px dashed var(--border-color);\n      text-align: right;\n    }\n    \n    .pd-table td:last-child {\n      border-bottom: none;\n    }\n    \n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-right: 1rem;\n      text-align: left;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-section {\n    margin-bottom: var(--space-section);\n  }\n\n  .pd-faq-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n    margin-top: var(--space-element);\n  }\n\n  .pd-faq-card {\n    background-color: var(--bg-body);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    padding: 1.5rem;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003ch1 class=\"pd-h1\"\u003eHonor 250 Years of Freedom \u0026amp; History\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003eThe Official 250th Anniversary USA Hat — A powerful tribute embodying the essence of the United States with retro craftsmanship.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-container\" style=\"justify-content: center;\"\u003e\n\u003cspan class=\"pd-badge\"\u003e★ Exquisite Craftsmanship\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e★ One Size Fits Most\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410132743\/f10c5492c6d0eb7fee40006b2e588fd5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410132743\/c70b20af2b326237f3cfed5481e69d69.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eExquisite Retro Embroidery\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eCommemorate the nation's historical milestones with vivid, authentic detail. Featuring a stylized Stars and Stripes design, the intricate retro embroidery stands out as a proud statement of heritage and unity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item pd-reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410132743\/294f6c2da80926bcfd852123b0a8ece7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eVintage Washed Craftsmanship\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eExperience exceptional comfort right out of the box. Our specialized retro washed technique provides a beloved, lived-in feel, seamlessly blending classic vintage vibes with rugged resilience for everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410132743\/6a3ca9fe9c0366000a51d2edecade31f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eAdjustable \u0026amp; Secure Fit\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eEquipped with a sturdy adjustable strap closure at the back, this hat allows for a precise fit. It effortlessly accommodates most head circumferences, ensuring all-day comfort without ever feeling too tight or loose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"pd-specs-section\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eEngineered for durability and everyday comfort.\u003c\/p\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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=\"Specification\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePremium Washed Cotton Canvas\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eHead Circumference\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e54.0 - 60.0 cm (21.3 - 23.6 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e110.0 g (3.9 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eDesign Details\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eEmbroidered 250th Anniversary Graphics\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eClosure Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSturdy Adjustable Strap\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 Section --\u003e\n\n\u003cdiv class=\"pd-faq-section\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-grid\"\u003e\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eDoes this hat fit larger head sizes?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eYes, the sturdy adjustable back strap allows you to customize the fit. It comfortably accommodates head circumferences up to 60 cm (23.6 in).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eHow should I clean the hat to preserve the embroidery?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eTo maintain the vibrant embroidery and the specialized retro wash finish, we recommend gentle hand washing with cold water and mild soap, followed by air drying.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eIs this hat suitable for daily wear outdoors?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eAbsolutely. The premium washed cotton provides breathability and resilience, making it a perfect companion for everyday outdoor activities, commemorative events, or casual outings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newshopllox","offers":[{"title":"🧢 1 Hat (Standard)","offer_id":51508040630562,"sku":"0410-13337814","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2-Pack (Save 20%)","offer_id":51508040663330,"sku":"0410-13336960","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0942\/8002\/files\/f10c5492c6d0eb7fee40006b2e588fd5.jpg?v=1775799241","url":"https:\/\/newshopllox.com\/products\/retro-washed-250th-anniversary-hat","provider":"Newshopllox","version":"1.0","type":"link"}