{"product_id":"the-greatest-generation-1945-memorial-poppy-cap-remember-honor","title":"🎁 The Greatest Generation 1945 Memorial Poppy Cap – Remember \u0026 Honor","description":"\u003cstyle\u003e\n  .gg-cap-page {\n    --navy: #10233d;\n    --gold: #b88942;\n    --red: #9d2822;\n    --cream: #f7f2e9;\n    --warm: #ece1d1;\n    --text: #242424;\n    --muted: #64605b;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: inherit;\n  }\n\n  .gg-cap-page * {\n    box-sizing: border-box;\n  }\n\n  .gg-intro {\n    background:\n      linear-gradient(135deg, #10233d 0%, #172b45 100%);\n    color: white;\n    padding: 46px 24px;\n    text-align: center;\n    margin: 0 0 20px;\n  }\n\n  .gg-intro-icon {\n    font-size: 34px;\n    line-height: 1;\n    margin-bottom: 14px;\n  }\n\n  .gg-intro h2 {\n    margin: 0 auto 15px;\n    max-width: 720px;\n    color: #fff;\n    font-size: clamp(29px, 4vw, 46px);\n    line-height: 1.08;\n    font-family: Georgia, \"Times New Roman\", serif;\n    letter-spacing: .02em;\n  }\n\n  .gg-intro p {\n    max-width: 690px;\n    margin: 0 auto;\n    font-size: 18px;\n    line-height: 1.65;\n    color: rgba(255,255,255,.88);\n  }\n\n  .gg-gold-line {\n    width: 76px;\n    height: 2px;\n    background: var(--gold);\n    margin: 19px auto;\n  }\n\n  .gg-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    background: var(--cream);\n    margin: 20px 0;\n    overflow: hidden;\n  }\n\n  .gg-feature.reverse .gg-copy {\n    order: 2;\n  }\n\n  .gg-feature.reverse .gg-image {\n    order: 1;\n  }\n\n  .gg-copy {\n    padding: 46px 48px;\n  }\n\n  .gg-eyebrow {\n    display: block;\n    margin-bottom: 10px;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n    color: var(--gold);\n  }\n\n  .gg-copy h2 {\n    margin: 0 0 14px;\n    font-size: clamp(27px, 3vw, 39px);\n    line-height: 1.13;\n    color: var(--navy);\n    font-family: Georgia, \"Times New Roman\", serif;\n  }\n\n  .gg-copy p {\n    margin: 0;\n    font-size: 18px;\n    line-height: 1.65;\n    color: var(--muted);\n  }\n\n  .gg-image {\n    min-width: 0;\n  }\n\n  .gg-image img {\n    display: block;\n    width: 100%;\n    height: auto;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .gg-meaning {\n    padding: 48px 25px;\n    margin: 20px 0;\n    background: var(--warm);\n    text-align: center;\n  }\n\n  .gg-meaning h2 {\n    margin: 0 0 13px;\n    color: var(--navy);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(28px, 4vw, 42px);\n  }\n\n  .gg-meaning p {\n    max-width: 740px;\n    margin: 0 auto;\n    font-size: 18px;\n    line-height: 1.7;\n    color: #514b45;\n  }\n\n  .gg-symbols {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    background: var(--navy);\n    margin: 20px 0;\n  }\n\n  .gg-symbol {\n    padding: 32px 22px;\n    text-align: center;\n    color: white;\n    border-right: 1px solid rgba(255,255,255,.16);\n  }\n\n  .gg-symbol:last-child {\n    border-right: 0;\n  }\n\n  .gg-symbol-icon {\n    font-size: 31px;\n    margin-bottom: 11px;\n  }\n\n  .gg-symbol strong {\n    display: block;\n    font-size: 18px;\n    margin-bottom: 7px;\n    color: #e2b76c;\n    font-family: Georgia, \"Times New Roman\", serif;\n  }\n\n  .gg-symbol span {\n    display: block;\n    font-size: 14px;\n    line-height: 1.5;\n    color: rgba(255,255,255,.82);\n  }\n\n  .gg-faq {\n    padding: 45px 24px 55px;\n    background: #fff;\n  }\n\n  .gg-faq-title {\n    text-align: center;\n    color: var(--navy);\n    margin: 0 0 27px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(28px, 4vw, 39px);\n  }\n\n  .gg-faq details {\n    max-width: 820px;\n    margin: 0 auto 12px;\n    border: 1px solid #ddd7cf;\n    border-radius: 8px;\n    background: #faf8f4;\n    overflow: hidden;\n  }\n\n  .gg-faq summary {\n    position: relative;\n    cursor: pointer;\n    list-style: none;\n    padding: 19px 50px 19px 19px;\n    color: var(--navy);\n    font-size: 17px;\n    line-height: 1.4;\n    font-weight: 700;\n  }\n\n  .gg-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .gg-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 20px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--gold);\n    font-size: 28px;\n    font-weight: 400;\n  }\n\n  .gg-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .gg-faq-answer {\n    padding: 0 19px 20px;\n    color: var(--muted);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  @media screen and (max-width: 749px) {\n    .gg-cap-page {\n      width: 100%;\n    }\n\n    .gg-intro {\n      padding: 38px 20px;\n      margin-bottom: 12px;\n    }\n\n    .gg-intro h2 {\n      font-size: 31px;\n    }\n\n    .gg-intro p {\n      font-size: 17px;\n      line-height: 1.55;\n    }\n\n    .gg-feature,\n    .gg-feature.reverse {\n      grid-template-columns: 1fr;\n      margin: 12px 0;\n    }\n\n    .gg-feature .gg-copy,\n    .gg-feature.reverse .gg-copy {\n      order: 1;\n    }\n\n    .gg-feature .gg-image,\n    .gg-feature.reverse .gg-image {\n      order: 2;\n    }\n\n    .gg-copy {\n      padding: 30px 21px 24px;\n      text-align: center;\n    }\n\n    .gg-copy h2 {\n      font-size: 28px;\n      margin-bottom: 10px;\n    }\n\n    .gg-copy p {\n      font-size: 17px;\n      line-height: 1.55;\n    }\n\n    .gg-eyebrow {\n      font-size: 12px;\n    }\n\n    .gg-image img {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n    }\n\n    .gg-meaning {\n      margin: 12px 0;\n      padding: 36px 21px;\n    }\n\n    .gg-meaning h2 {\n      font-size: 29px;\n    }\n\n    .gg-meaning p {\n      font-size: 17px;\n      line-height: 1.6;\n    }\n\n    .gg-symbols {\n      grid-template-columns: 1fr;\n      margin: 12px 0;\n    }\n\n    .gg-symbol {\n      padding: 24px 20px;\n      border-right: 0;\n      border-bottom: 1px solid rgba(255,255,255,.14);\n    }\n\n    .gg-symbol:last-child {\n      border-bottom: 0;\n    }\n\n    .gg-faq {\n      padding: 37px 15px 45px;\n    }\n\n    .gg-faq-title {\n      font-size: 29px;\n    }\n\n    .gg-faq summary {\n      font-size: 16px;\n    }\n\n    .gg-faq-answer {\n      font-size: 16px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"section-template--22704913186916__custom_liquid_YetWnq-padding\"\u003e\n\u003cdiv class=\"gg-cap-page\"\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"gg-intro\"\u003e\n\u003cdiv class=\"gg-intro-icon\"\u003e✦\u003c\/div\u003e\n\u003ch2\u003eA Tribute to the Greatest Generation\u003c\/h2\u003e\n\u003cdiv class=\"gg-gold-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eMore than a cap — it is a quiet reminder of courage, sacrifice, and a generation whose legacy should never be forgotten.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- TRIBUTE \/ LIFESTYLE --\u003e\n\u003csection class=\"gg-feature\"\u003e\n\u003cdiv class=\"gg-copy\"\u003e\n\u003cspan class=\"gg-eyebrow\"\u003eRemember Their Legacy\u003c\/span\u003e\n\u003ch2\u003eWear a Story Worth Remembering\u003c\/h2\u003e\n\u003cp\u003eInspired by the generation shaped by 1945, this commemorative cap carries a timeless message of remembrance, gratitude, and honor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-image\"\u003e\u003cimg src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/e8deb359-162c-4e0c-875e-2261b38b30d6.png?v=1787709647\u0026amp;width=1400\" alt=\"The Greatest Generation commemorative cap being worn\" srcset=\"\/\/ahlwoplus.com\/cdn\/shop\/files\/e8deb359-162c-4e0c-875e-2261b38b30d6.png?v=1787709647\u0026amp;width=500 500w, \/\/ahlwoplus.com\/cdn\/shop\/files\/e8deb359-162c-4e0c-875e-2261b38b30d6.png?v=1787709647\u0026amp;width=750 750w, \/\/ahlwoplus.com\/cdn\/shop\/files\/e8deb359-162c-4e0c-875e-2261b38b30d6.png?v=1787709647\u0026amp;width=1000 1000w, \/\/ahlwoplus.com\/cdn\/shop\/files\/e8deb359-162c-4e0c-875e-2261b38b30d6.png?v=1787709647\u0026amp;width=1400 1400w\" width=\"1400\" height=\"1400\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUALITY --\u003e\n\u003csection class=\"gg-feature reverse\"\u003e\n\u003cdiv class=\"gg-copy\"\u003e\n\u003cspan class=\"gg-eyebrow\"\u003eMade for Everyday Wear\u003c\/span\u003e\n\u003ch2\u003eComfortable. Durable. Timeless.\u003c\/h2\u003e\n\u003cp\u003eThe washed-cotton look gives the cap a broken-in, familiar feel while detailed stitching adds lasting character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-image\"\u003e\u003cimg src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/ca36f3e1-a7b4-44a9-81cd-d468810d3e9c.png?v=1787708891\u0026amp;width=1400\" alt=\"Premium quality washed cotton commemorative cap\" srcset=\"\/\/ahlwoplus.com\/cdn\/shop\/files\/ca36f3e1-a7b4-44a9-81cd-d468810d3e9c.png?v=1787708891\u0026amp;width=500 500w, \/\/ahlwoplus.com\/cdn\/shop\/files\/ca36f3e1-a7b4-44a9-81cd-d468810d3e9c.png?v=1787708891\u0026amp;width=750 750w, \/\/ahlwoplus.com\/cdn\/shop\/files\/ca36f3e1-a7b4-44a9-81cd-d468810d3e9c.png?v=1787708891\u0026amp;width=1000 1000w, \/\/ahlwoplus.com\/cdn\/shop\/files\/ca36f3e1-a7b4-44a9-81cd-d468810d3e9c.png?v=1787708891\u0026amp;width=1400 1400w\" width=\"1400\" height=\"1400\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EMBROIDERY --\u003e\n\u003csection class=\"gg-feature\"\u003e\n\u003cdiv class=\"gg-copy\"\u003e\n\u003cspan class=\"gg-eyebrow\"\u003eA Meaning in Every Stitch\u003c\/span\u003e\n\u003ch2\u003eThe Red Poppy of Remembrance\u003c\/h2\u003e\n\u003cp\u003eRich red poppy embroidery is paired with “1945 · Remember · Honor” — a simple but powerful symbol of remembrance and respect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-image\"\u003e\u003cimg src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/1fa25340-a0e4-43cf-85a4-26f95b10fb42.png?v=1787708865\u0026amp;width=1400\" alt=\"Close up red poppy embroidery on remembrance cap\" srcset=\"\/\/ahlwoplus.com\/cdn\/shop\/files\/1fa25340-a0e4-43cf-85a4-26f95b10fb42.png?v=1787708865\u0026amp;width=500 500w, \/\/ahlwoplus.com\/cdn\/shop\/files\/1fa25340-a0e4-43cf-85a4-26f95b10fb42.png?v=1787708865\u0026amp;width=750 750w, \/\/ahlwoplus.com\/cdn\/shop\/files\/1fa25340-a0e4-43cf-85a4-26f95b10fb42.png?v=1787708865\u0026amp;width=1000 1000w, \/\/ahlwoplus.com\/cdn\/shop\/files\/1fa25340-a0e4-43cf-85a4-26f95b10fb42.png?v=1787708865\u0026amp;width=1400 1400w\" width=\"1400\" height=\"1400\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FIT --\u003e\n\u003csection class=\"gg-feature reverse\"\u003e\n\u003cdiv class=\"gg-copy\"\u003e\n\u003cspan class=\"gg-eyebrow\"\u003eEasy Adjustable Fit\u003c\/span\u003e\n\u003ch2\u003eMade to Feel Like an Old Favorite\u003c\/h2\u003e\n\u003cp\u003eAn adjustable back strap makes it easy to find a comfortable fit, whether it is worn every day or saved for meaningful occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-image\"\u003e\u003cimg src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/1a3bbd96-4d15-4baa-98b0-6daead2b6e69.png?v=1787708867\u0026amp;width=1400\" alt=\"Adjustable back strap on Greatest Generation cap\" srcset=\"\/\/ahlwoplus.com\/cdn\/shop\/files\/1a3bbd96-4d15-4baa-98b0-6daead2b6e69.png?v=1787708867\u0026amp;width=500 500w, \/\/ahlwoplus.com\/cdn\/shop\/files\/1a3bbd96-4d15-4baa-98b0-6daead2b6e69.png?v=1787708867\u0026amp;width=750 750w, \/\/ahlwoplus.com\/cdn\/shop\/files\/1a3bbd96-4d15-4baa-98b0-6daead2b6e69.png?v=1787708867\u0026amp;width=1000 1000w, \/\/ahlwoplus.com\/cdn\/shop\/files\/1a3bbd96-4d15-4baa-98b0-6daead2b6e69.png?v=1787708867\u0026amp;width=1400 1400w\" width=\"1400\" height=\"1400\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EMOTIONAL BREAK --\u003e\n\u003csection class=\"gg-meaning\"\u003e\n\u003ch2\u003eSome Gifts Carry More Than a Name\u003c\/h2\u003e\n\u003cdiv class=\"gg-gold-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eFor the Dad, Grandpa, Veteran, history lover, or family member who understands what this generation gave — this is a gift they can wear with meaning.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- GIFT --\u003e\n\u003csection class=\"gg-feature\"\u003e\n\u003cdiv class=\"gg-copy\"\u003e\n\u003cspan class=\"gg-eyebrow\"\u003eA Gift With Meaning\u003c\/span\u003e\n\u003ch2\u003eFor Dad. Grandpa. Veterans. History Lovers.\u003c\/h2\u003e\n\u003cp\u003eA thoughtful choice for birthdays, Veterans Day, Memorial Day, Christmas, Father's Day, or simply as a heartfelt “thank you.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-image\"\u003e\u003cimg src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/67aaeea0-6200-489e-b281-c21348ad5452.png?v=1787708891\u0026amp;width=1400\" alt=\"Meaningful Greatest Generation commemorative cap gift\" srcset=\"\/\/ahlwoplus.com\/cdn\/shop\/files\/67aaeea0-6200-489e-b281-c21348ad5452.png?v=1787708891\u0026amp;width=500 500w, \/\/ahlwoplus.com\/cdn\/shop\/files\/67aaeea0-6200-489e-b281-c21348ad5452.png?v=1787708891\u0026amp;width=750 750w, \/\/ahlwoplus.com\/cdn\/shop\/files\/67aaeea0-6200-489e-b281-c21348ad5452.png?v=1787708891\u0026amp;width=1000 1000w, \/\/ahlwoplus.com\/cdn\/shop\/files\/67aaeea0-6200-489e-b281-c21348ad5452.png?v=1787708891\u0026amp;width=1400 1400w\" width=\"1400\" height=\"1400\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRIDE --\u003e\n\u003csection class=\"gg-feature reverse\"\u003e\n\u003cdiv class=\"gg-copy\"\u003e\n\u003cspan class=\"gg-eyebrow\"\u003eRemember \u0026amp; Honor\u003c\/span\u003e\n\u003ch2\u003eWear It With Pride\u003c\/h2\u003e\n\u003cp\u003eNot only on memorial days. Wear it whenever you want to keep their courage, sacrifice, and legacy close.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-image\"\u003e\u003cimg src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/704b41e6-e6fd-45e9-ad68-02247e12ac91.png?v=1787708891\u0026amp;width=1400\" alt=\"Older man wearing remembrance cap with American flag\" srcset=\"\/\/ahlwoplus.com\/cdn\/shop\/files\/704b41e6-e6fd-45e9-ad68-02247e12ac91.png?v=1787708891\u0026amp;width=500 500w, \/\/ahlwoplus.com\/cdn\/shop\/files\/704b41e6-e6fd-45e9-ad68-02247e12ac91.png?v=1787708891\u0026amp;width=750 750w, \/\/ahlwoplus.com\/cdn\/shop\/files\/704b41e6-e6fd-45e9-ad68-02247e12ac91.png?v=1787708891\u0026amp;width=1000 1000w, \/\/ahlwoplus.com\/cdn\/shop\/files\/704b41e6-e6fd-45e9-ad68-02247e12ac91.png?v=1787708891\u0026amp;width=1400 1400w\" width=\"1400\" height=\"1400\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SYMBOL MEANING --\u003e\n\u003csection class=\"gg-symbols\"\u003e\n\u003cdiv class=\"gg-symbol\"\u003e\n\u003cdiv class=\"gg-symbol-icon\"\u003e❀\u003c\/div\u003e\n\u003cstrong\u003eRED POPPY\u003c\/strong\u003e \u003cspan\u003e A timeless symbol of remembrance and respect. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-symbol\"\u003e\n\u003cdiv class=\"gg-symbol-icon\"\u003e✦\u003c\/div\u003e\n\u003cstrong\u003eREMEMBER \u0026amp; HONOR\u003c\/strong\u003e \u003cspan\u003e A message that keeps sacrifice and courage from being forgotten. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-symbol\"\u003e\n\u003cdiv class=\"gg-symbol-icon\"\u003e1945\u003c\/div\u003e\n\u003cstrong\u003eA GENERATION'S LEGACY\u003c\/strong\u003e \u003cspan\u003e A historic year connected to a generation that changed the world. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"gg-faq\"\u003e\n\u003ch2 class=\"gg-faq-title\"\u003eQuick Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the cap adjustable?\u003c\/summary\u003e\n\u003cdiv class=\"gg-faq-answer\"\u003eYes. The adjustable back strap allows the fit to be easily loosened or tightened for comfortable everyday wear.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWho is this cap a good gift for?\u003c\/summary\u003e\n\u003cdiv class=\"gg-faq-answer\"\u003eIt is especially meaningful for Veterans, Dads, Grandpas, military families, history lovers, and anyone who appreciates the legacy of the Greatest Generation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the design embroidered?\u003c\/summary\u003e\n\u003cdiv class=\"gg-faq-answer\"\u003eThe design is created to feature detailed embroidered-style lettering and poppy artwork for a classic, dimensional look.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen can it be worn?\u003c\/summary\u003e\n\u003cdiv class=\"gg-faq-answer\"\u003eIt works well for everyday casual wear and is especially meaningful around Veterans Day, Memorial Day, remembrance ceremonies, family gatherings, and patriotic occasions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does the red poppy represent?\u003c\/summary\u003e\n\u003cdiv class=\"gg-faq-answer\"\u003eThe red poppy has long been associated with remembrance and honoring those who served and sacrificed.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fashtotalsupply","offers":[{"title":"2-Pack Save $5 - FREE SHIPPING","offer_id":49226966040827,"sku":"ARC-3LHZK6O-AC","price":40.8,"currency_code":"USD","in_stock":true},{"title":"1-Pack","offer_id":49226966008059,"sku":"ARC-3LHZK6O-AB","price":22.9,"currency_code":"USD","in_stock":true},{"title":"4-Pack Save $20 - FREE VIP SHIPPING","offer_id":49226966073595,"sku":"ARC-3LHZK6O-AD","price":71.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/9509\/0683\/files\/01_61f4dd99-67e3-44eb-add4-dace1a7ba05a.jpg?v=1787817003","url":"https:\/\/fashtotalsupply.com\/products\/the-greatest-generation-1945-memorial-poppy-cap-remember-honor","provider":"Fashtotalsupply","version":"1.0","type":"link"}