{"product_id":"vintage-patriotic-aloha-shirt","title":"Vintage Patriotic Aloha Shirt","description":"\u003cbr\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System Variables *\/\n    --primary: #1a4385; \/* Deep patriotic blue from the print *\/\n    --primary-hover: #133263;\n    --text-main: #222222;\n    --text-sub: #555555;\n    --bg-body: #ffffff;\n    --bg-card: #ffffff;\n    --bg-soft: #f4f7fb; \/* Very pale blue-white tint *\/\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);\n    --border-color: #e5e7eb;\n    --spacing-section: clamp(2.5rem, 6vw, 5rem);\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\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 {\n    font-size: clamp(32px, 5vw, 42px);\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n    color: var(--primary);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 600;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: 22px;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(16px, 1.5vw, 18px);\n    margin-bottom: 1.5rem;\n    color: var(--text-sub);\n  }\n\n  \/* Reusable Components *\/\n  .pd-section {\n    margin-bottom: var(--spacing-section);\n  }\n\n  .pd-image-placeholder {\n    background-color: #f0f0f0;\n    border: 2px dashed #ccc;\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #888;\n    font-family: monospace;\n    padding: 2rem;\n    text-align: center;\n    width: 100%;\n    height: auto;\n    min-height: 300px;\n  }\n\n  .pd-image-placeholder img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  .pd-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1rem;\n  }\n\n  .pd-tag {\n    background: var(--bg-soft);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 500;\n  }\n\n  \/* HERO Module *\/\n  .hero-section {\n    text-align: center;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hero-trust-badge {\n    display: inline-block;\n    background: var(--primary);\n    color: white;\n    padding: 0.5rem 1.25rem;\n    border-radius: 50px;\n    font-weight: 600;\n    font-size: 16px;\n    margin-bottom: 1.5rem;\n  }\n\n  .hero-media {\n    margin-top: 2rem;\n    box-shadow: var(--shadow-lg);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n  }\n\n  \/* Feature Sections *\/\n  .feature-item {\n    display: flex;\n    align-items: center;\n    gap: clamp(2rem, 5vw, 4rem);\n  }\n\n  .feature-item:nth-child(even) {\n    flex-direction: row-reverse;\n  }\n\n  .feature-media,\n  .feature-copy {\n    flex: 1;\n  }\n\n  .feature-media img {\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n  }\n\n  \/* Specifications Table *\/\n  .spec-table-container {\n    overflow-x: auto;\n    background: var(--bg-soft);\n    padding: 2rem;\n    border-radius: var(--radius-lg);\n  }\n\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n    font-size: 16px;\n  }\n\n  .spec-table th,\n  .spec-table td {\n    padding: 1rem;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .spec-table th {\n    font-weight: 600;\n    color: var(--primary);\n    white-space: nowrap;\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n\n  .faq-question {\n    font-weight: 600;\n    font-size: 20px;\n    margin-bottom: 0.75rem;\n    color: var(--primary);\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  \/* Mobile Response *\/\n  @media (max-width: 767px) {\n    .feature-item,\n    .feature-item:nth-child(even) {\n      flex-direction: column;\n    }\n\n    .feature-copy {\n      text-align: left;\n    }\n\n    \/* Mobile Table Stack *\/\n    .spec-table thead {\n      display: none;\n    }\n\n    .spec-table,\n    .spec-table tbody,\n    .spec-table tr,\n    .spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .spec-table tr {\n      margin-bottom: 1.5rem;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      padding: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table td {\n      display: flex;\n      justify-content: space-between;\n      padding: 0.75rem 0;\n      border-bottom: 1px dotted var(--border-color);\n    }\n\n    .spec-table td:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-sub);\n      margin-right: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：男士夏威夷衬衫（复古爱国主题）\n  目标受众：寻找夏季休闲、度假或节日庆典服装的男性\n  视觉风格：蓝白单色、复古版画\/蓝图纹理、慵懒古巴领\n  配色策略：主色取自印花的深蓝色，背景使用柔和的米白\/淡蓝过渡色\n  模块顺序：Hero (整体氛围) -\u003e Design Feature (核心印花) -\u003e Comfort Feature (材质版型) -\u003e Versatility Feature (场景) -\u003e Specs (尺码表) -\u003e FAQ\n  详情图映射：Hero=image_5.png, Feature1=image_2.png, Feature2=image_0.png, Feature3=image_6.png\n  规格图映射：Specs=image_7.png\n  对比模块：未加入（无明显竞品对比需求）\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"pd-section hero-section\"\u003e\u003cspan class=\"hero-trust-badge\"\u003eDesigned for Celebration \u0026amp; Summer Ease\u003c\/span\u003e\n\u003ch1\u003eCelebrate with Timeless Style: The \"America 250\" Vintage Hawaiian Shirt\u003c\/h1\u003e\n\n\u003cp\u003eBlend patriotic pride with laid-back tropical vibes. This lightweight, breathable shirt features a unique vintage engraving print, ready for every summer occasion.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img96\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528093452\/8fc81b511b307dfa4c69bf8e0543d9cb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img97\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528093452\/5da320acedd5d9aba67969836cdf2a28.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\u003eA Historic Print with Tropical Flair\u003c\/h2\u003e\n\n\u003cp\u003eFeaturing a detailed blue-and-white engraving style, this shirt combines iconic American symbols—like the bald eagle, Liberty Bell, and Lady Liberty—with classic Hawaiian palms. It's a unique statement piece commemorating the upcoming 250th anniversary.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eVintage Engraving Style\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eBold Blue \u0026amp; White\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Comfort \u0026 Fit Focus --\u003e\n\n\u003csection class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img98\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528093452\/80b499d0b5790a781afa1febd70205c6.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\u003eEngineered for Summer Heat\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from a soft, lightweight woven fabric, this shirt offers excellent breathability to keep you cool. The relaxed Aloha cut and open Cuban (camp) collar ensure maximum comfort and a laid-back drape, even on the hottest days.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eLightweight \u0026amp; Breathable\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRelaxed Camp Collar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Versatility\/Scenario Focus --\u003e\n\n\u003csection class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img99\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528093452\/980f6324d4f9e7fe9e1406c86b9a7472.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\u003eFrom Beachside to Backyard BBQ\u003c\/h2\u003e\n\n\u003cp\u003eThis isn't just for the Fourth of July. Its versatile style makes it the perfect companion for vacations, cruises, summer parties, or simply adding a touch of unique Americana to your weekend wear.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eHoliday Ready\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eVacation Essential\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003ch2\u003eSize Chart\u003c\/h2\u003e\n\n\u003cp\u003ePlease check the measurements below to find your perfect fit. The fit is relaxed.\u003c\/p\u003e\n\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eUS Size\u003c\/th\u003e\n\t\t\t\u003cth\u003eLength (in\/cm)\u003c\/th\u003e\n\t\t\t\u003cth\u003eBust (in\/cm)\u003c\/th\u003e\n\t\t\t\u003cth\u003eShoulder (in\/cm)\u003c\/th\u003e\n\t\t\t\u003cth\u003eSleeve (in\/cm)\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\u003c!-- Data extracted from image_7.png --\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"US Size\"\u003eS\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e29\" \/ 73.7cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e40.9\" \/ 103.9cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder\"\u003e17\" \/ 43.2cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve\"\u003e10\" \/ 25.4cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"US Size\"\u003eM\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e30\" \/ 76.2cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e44.9\" \/ 114.0cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder\"\u003e18\" \/ 45.7cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve\"\u003e10\" \/ 25.4cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"US Size\"\u003eL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e30.8\" \/ 78.2cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e48.8\" \/ 124.0cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder\"\u003e19.5\" \/ 49.5cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve\"\u003e10.5\" \/ 26.7cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"US Size\"\u003eXL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e31.6\" \/ 80.3cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e52.8\" \/ 134.1cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder\"\u003e21\" \/ 53.3cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve\"\u003e10.5\" \/ 26.7cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"US Size\"\u003e2XL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e33.2\" \/ 84.3cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e56.7\" \/ 144.0cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder\"\u003e22.5\" \/ 57.2cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve\"\u003e11\" \/ 27.9cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"US Size\"\u003e3XL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e34.8\" \/ 88.4cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e60.6\" \/ 153.9cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder\"\u003e24\" \/ 61.0cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve\"\u003e11\" \/ 27.9cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"US Size\"\u003e4XL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e35.6\" \/ 90.4cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e64.6\" \/ 164.1cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder\"\u003e25.5\" \/ 64.8cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve\"\u003e11.5\" \/ 29.2cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"US Size\"\u003e5XL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e36.4\" \/ 92.5cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e68.5\" \/ 174.0cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder\"\u003e26.5\" \/ 67.3cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve\"\u003e11.5\" \/ 29.2cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat does the shirt feel like to wear?\u003c\/div\u003e\n\n\u003cp\u003eThe shirt is made from a lightweight, woven fabric designed specifically for summer. It has a smooth, soft hand feel and is very breathable, making it comfortable for all-day wear in warm weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the sizing run?\u003c\/div\u003e\n\n\u003cp\u003eThis shirt has a classic, relaxed Hawaiian fit with a straight hem. It is not a slim fit. We recommend consulting the size chart above and measuring a shirt you currently own to compare for the best fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I care for this shirt?\u003c\/div\u003e\n\n\u003cp\u003eTo keep the vintage blue-and-white print looking its best, we recommend washing it on a gentle, cold cycle and hanging it to dry. Avoid high heat to preserve the fabric and color.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"S","offer_id":45663695405247,"sku":"0528-11258424","price":27.95,"currency_code":"USD","in_stock":true},{"title":"M","offer_id":45663695438015,"sku":"0528-11256813","price":27.95,"currency_code":"USD","in_stock":true},{"title":"L","offer_id":45663695470783,"sku":"0528-11259925","price":27.95,"currency_code":"USD","in_stock":true},{"title":"XL","offer_id":45663695503551,"sku":"0528-11259197","price":27.95,"currency_code":"USD","in_stock":true},{"title":"2XL","offer_id":45663695536319,"sku":"0528-11252259","price":27.95,"currency_code":"USD","in_stock":true},{"title":"3XL","offer_id":45663695569087,"sku":"0528-11253925","price":27.95,"currency_code":"USD","in_stock":true},{"title":"4XL","offer_id":45663695601855,"sku":"0528-11257654","price":27.95,"currency_code":"USD","in_stock":true},{"title":"5XL","offer_id":45663695634623,"sku":"0528-11250045","price":27.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/8fc81b511b307dfa4c69bf8e0543d9cb.jpg?v=1779938753","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/vintage-patriotic-aloha-shirt","provider":"Bak","version":"1.0","type":"link"}