{"product_id":"founders-eagle-cap-america-250-aviation-edition-copy","title":"We The People™ 250th Anniversary Flag","description":"\u003c!-- We The People – 250 Years Anniversary Flag --\u003e\n\u003cstyle\u003e\n  :root {\n    --gold:        #C9992A;\n    --gold-light:  #F0C040;\n    --gold-dark:   #7A5A10;\n    --crimson:     #8B1A1A;\n    --navy:        #0A1628;\n    --navy-mid:    #162240;\n    --parchment:   #F5EDD6;\n    --off-white:   #FAF6EE;\n    --star-silver: #D4D9E3;\n    --text-body:   #2A1F0E;\n    --radius-sm:   4px;\n    --radius-md:   8px;\n  }\n  \/* ───────── RESET \/ BASE ───────── *\/\n  .wtp-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n  .wtp-wrap {\n    font-family: 'EB Garamond', Georgia, serif;\n    background: var(--off-white);\n    color: var(--text-body);\n    overflow-x: hidden;\n  }\n  \/* ───────── HERO BANNER ───────── *\/\n  .wtp-hero {\n    position: relative;\n    background: var(--navy);\n    min-height: 520px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    padding: 60px 24px;\n  }\n  .wtp-hero__stars {\n    position: absolute;\n    inset: 0;\n    background-image:\n      radial-gradient(1.5px 1.5px at 10% 15%, rgba(212,217,227,0.7) 0%, transparent 100%),\n      radial-gradient(1px 1px at 30% 40%, rgba(212,217,227,0.5) 0%, transparent 100%),\n      radial-gradient(2px 2px at 55% 20%, rgba(240,192,64,0.6) 0%, transparent 100%),\n      radial-gradient(1px 1px at 70% 60%, rgba(212,217,227,0.6) 0%, transparent 100%),\n      radial-gradient(1.5px 1.5px at 85% 30%, rgba(212,217,227,0.5) 0%, transparent 100%),\n      radial-gradient(2px 2px at 20% 75%, rgba(240,192,64,0.4) 0%, transparent 100%),\n      radial-gradient(1px 1px at 90% 80%, rgba(212,217,227,0.7) 0%, transparent 100%),\n      radial-gradient(1.5px 1.5px at 45% 85%, rgba(212,217,227,0.4) 0%, transparent 100%);\n    animation: twinkle 6s ease-in-out infinite alternate;\n  }\n  @keyframes twinkle {\n    0%   { opacity: 0.7; }\n    100% { opacity: 1; }\n  }\n  .wtp-hero__stripes {\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      0deg,\n      transparent,\n      transparent 38px,\n      rgba(139,26,26,0.07) 38px,\n      rgba(139,26,26,0.07) 76px\n    );\n  }\n  .wtp-hero__glow {\n    position: absolute;\n    width: 600px; height: 600px;\n    background: radial-gradient(circle, rgba(201,153,42,0.15) 0%, transparent 70%);\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    pointer-events: none;\n  }\n  .wtp-hero__inner {\n    position: relative;\n    z-index: 2;\n    text-align: center;\n    max-width: 760px;\n  }\n  .wtp-hero__eyebrow {\n    font-family: 'Cinzel', serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 18px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n  }\n  .wtp-hero__eyebrow::before,\n  .wtp-hero__eyebrow::after {\n    content: '';\n    display: block;\n    width: 40px; height: 1px;\n    background: var(--gold);\n    opacity: 0.6;\n  }\n  .wtp-hero__title {\n    font-family: 'Cinzel Decorative', serif;\n    font-size: clamp(30px, 6vw, 62px);\n    font-weight: 900;\n    color: var(--gold-light);\n    line-height: 1.1;\n    text-shadow:\n      0 0 40px rgba(240,192,64,0.4),\n      0 2px 8px rgba(0,0,0,0.8);\n    margin-bottom: 12px;\n    letter-spacing: 2px;\n  }\n  .wtp-hero__years {\n    font-family: 'Cinzel', serif;\n    font-size: clamp(14px, 2.5vw, 20px);\n    color: var(--star-silver);\n    letter-spacing: 8px;\n    margin-bottom: 28px;\n  }\n  .wtp-hero__divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 14px;\n    margin-bottom: 28px;\n    color: var(--gold);\n  }\n  .wtp-hero__divider-line {\n    width: 80px; height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold));\n  }\n  .wtp-hero__divider-line:last-child {\n    background: linear-gradient(90deg, var(--gold), transparent);\n  }\n  .wtp-hero__subtitle {\n    font-size: clamp(16px, 2.2vw, 21px);\n    color: var(--parchment);\n    font-style: italic;\n    line-height: 1.6;\n    max-width: 580px;\n    margin: 0 auto;\n  }\n  \/* ───────── MILESTONE RIBBON ───────── *\/\n  .wtp-ribbon {\n    background: linear-gradient(135deg, var(--crimson) 0%, #5A0E0E 50%, var(--crimson) 100%);\n    border-top: 2px solid var(--gold-dark);\n    border-bottom: 2px solid var(--gold-dark);\n    padding: 16px 0;\n    overflow: hidden;\n    position: relative;\n  }\n  .wtp-ribbon__track {\n    display: flex;\n    gap: 48px;\n    animation: marquee 22s linear infinite;\n    white-space: nowrap;\n  }\n  @keyframes marquee {\n    0%   { transform: translateX(0); }\n    100% { transform: translateX(-50%); }\n  }\n  .wtp-ribbon__item {\n    font-family: 'Cinzel', serif;\n    font-size: 13px;\n    letter-spacing: 4px;\n    color: var(--gold-light);\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n  .wtp-ribbon__star {\n    color: var(--gold);\n    margin: 0 6px;\n  }\n  \/* ───────── PRODUCT GRID ───────── *\/\n  .wtp-product {\n    max-width: 1120px;\n    margin: 0 auto;\n    padding: 60px 24px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 56px;\n    align-items: start;\n  }\n  @media (max-width: 768px) {\n    .wtp-product { grid-template-columns: 1fr; gap: 36px; }\n  }\n  \/* ───────── PRODUCT IMAGE ───────── *\/\n  .wtp-product__media {\n    position: sticky;\n    top: 24px;\n  }\n  .wtp-product__img-wrap {\n    position: relative;\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    box-shadow:\n      0 0 0 1px rgba(201,153,42,0.3),\n      0 8px 40px rgba(0,0,0,0.25),\n      0 24px 80px rgba(0,0,0,0.1);\n  }\n  .wtp-product__img-wrap::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    border: 1px solid rgba(201,153,42,0.2);\n    border-radius: var(--radius-md);\n    pointer-events: none;\n  }\n  .wtp-product__img-wrap img {\n    width: 100%;\n    display: block;\n    transition: transform 0.5s ease;\n  }\n  .wtp-product__img-wrap:hover img { transform: scale(1.02); }\n  .wtp-product__badge {\n    position: absolute;\n    top: 16px; right: 16px;\n    background: linear-gradient(135deg, var(--crimson), #6B1010);\n    border: 1px solid var(--gold-dark);\n    color: var(--gold-light);\n    font-family: 'Cinzel', serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 8px 14px;\n    border-radius: var(--radius-sm);\n    box-shadow: 0 4px 16px rgba(0,0,0,0.3);\n  }\n  \/* ───────── PRODUCT DETAILS ───────── *\/\n  .wtp-product__info {}\n  .wtp-product__collection {\n    font-family: 'Cinzel', serif;\n    font-size: 11px;\n    letter-spacing: 4px;\n    color: var(--gold);\n    font-weight: 700;\n    text-transform: uppercase;\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .wtp-product__collection::before {\n    content: '';\n    display: block;\n    width: 24px; height: 1px;\n    background: var(--gold);\n    opacity: 0.6;\n  }\n  .wtp-product__name {\n    font-family: 'Cinzel Decorative', serif;\n    font-size: clamp(22px, 4vw, 38px);\n    font-weight: 900;\n    color: var(--navy);\n    line-height: 1.15;\n    margin-bottom: 8px;\n  }\n  .wtp-product__name span { color: var(--crimson); }\n  .wtp-product__anniversary {\n    font-family: 'Cinzel', serif;\n    font-size: 14px;\n    letter-spacing: 3px;\n    color: var(--gold-dark);\n    font-weight: 600;\n    margin-bottom: 22px;\n  }\n  .wtp-product__tagline {\n    font-size: 17px;\n    line-height: 1.7;\n    color: #3A2E1A;\n    margin-bottom: 28px;\n    font-style: italic;\n    border-left: 3px solid var(--gold);\n    padding-left: 18px;\n  }\n  \/* ───────── PRICE + CTA ───────── *\/\n  .wtp-cta-block {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);\n    border: 1px solid rgba(201,153,42,0.3);\n    border-radius: var(--radius-md);\n    padding: 28px 24px;\n    margin-bottom: 30px;\n  }\n  .wtp-cta-block__price {\n    display: flex;\n    align-items: baseline;\n    gap: 12px;\n    margin-bottom: 6px;\n  }\n  .wtp-cta-block__price-current {\n    font-family: 'Cinzel', serif;\n    font-size: 34px;\n    font-weight: 700;\n    color: var(--gold-light);\n  }\n  .wtp-cta-block__price-compare {\n    font-size: 18px;\n    color: rgba(255,255,255,0.4);\n    text-decoration: line-through;\n  }\n  .wtp-cta-block__price-save {\n    font-family: 'Cinzel', serif;\n    font-size: 11px;\n    letter-spacing: 2px;\n    background: var(--crimson);\n    color: var(--gold-light);\n    padding: 3px 10px;\n    border-radius: 2px;\n  }\n  .wtp-cta-block__shipping {\n    font-size: 13px;\n    color: rgba(255,255,255,0.55);\n    margin-bottom: 20px;\n    font-style: italic;\n  }\n  .wtp-cta-block__btn {\n    display: block;\n    width: 100%;\n    background: linear-gradient(135deg, var(--gold) 0%, #A07818 50%, var(--gold) 100%);\n    background-size: 200% auto;\n    color: var(--navy);\n    font-family: 'Cinzel', serif;\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    padding: 18px 24px;\n    border: none;\n    border-radius: var(--radius-sm);\n    cursor: pointer;\n    transition: background-position 0.4s ease, transform 0.15s ease, box-shadow 0.3s ease;\n    box-shadow: 0 4px 20px rgba(201,153,42,0.35);\n    margin-bottom: 12px;\n    text-align: center;\n    text-decoration: none;\n  }\n  .wtp-cta-block__btn:hover {\n    background-position: right center;\n    transform: translateY(-1px);\n    box-shadow: 0 8px 30px rgba(201,153,42,0.5);\n  }\n  .wtp-cta-block__btn--secondary {\n    background: transparent;\n    border: 1px solid rgba(201,153,42,0.5);\n    color: var(--gold-light);\n    box-shadow: none;\n  }\n  .wtp-cta-block__btn--secondary:hover {\n    background: rgba(201,153,42,0.08);\n    border-color: var(--gold);\n  }\n  .wtp-cta-block__trust {\n    display: flex;\n    gap: 16px;\n    flex-wrap: wrap;\n    margin-top: 18px;\n    padding-top: 18px;\n    border-top: 1px solid rgba(255,255,255,0.08);\n  }\n  .wtp-trust-item {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 12px;\n    color: rgba(255,255,255,0.6);\n    font-style: italic;\n  }\n  .wtp-trust-item svg { color: var(--gold); flex-shrink: 0; }\n  \/* ───────── FEATURE GRID ───────── *\/\n  .wtp-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 30px;\n  }\n  @media (max-width: 480px) { .wtp-features { grid-template-columns: 1fr; } }\n  .wtp-feature-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    background: #F5EDD6;\n    border: 1px solid rgba(201,153,42,0.25);\n    border-radius: var(--radius-sm);\n    padding: 14px 16px;\n    transition: border-color 0.2s ease;\n  }\n  .wtp-feature-item:hover { border-color: var(--gold); }\n  .wtp-feature-icon {\n    font-size: 18px;\n    line-height: 1;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .wtp-feature-text {\n    font-size: 13.5px;\n    line-height: 1.4;\n    color: var(--text-body);\n    font-family: 'Cinzel', serif;\n    font-weight: 600;\n    font-size: 12px;\n    letter-spacing: 0.5px;\n  }\n  \/* ───────── SECTION DIVIDER ───────── *\/\n  .wtp-section-divider {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 36px 0 24px;\n  }\n  .wtp-section-divider__line {\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);\n  }\n  .wtp-section-divider__label {\n    font-family: 'Cinzel', serif;\n    font-size: 11px;\n    letter-spacing: 4px;\n    color: var(--gold-dark);\n    font-weight: 700;\n    text-transform: uppercase;\n    white-space: nowrap;\n  }\n  \/* ───────── HERITAGE STORY ───────── *\/\n  .wtp-heritage {\n    background: linear-gradient(180deg, var(--off-white) 0%, #EDE3CB 100%);\n    border-top: 2px solid rgba(201,153,42,0.2);\n    padding: 72px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .wtp-heritage::before {\n    content: '★';\n    position: absolute;\n    top: -30px; left: 50%;\n    transform: translateX(-50%);\n    font-size: 60px;\n    color: rgba(201,153,42,0.06);\n    pointer-events: none;\n  }\n  .wtp-heritage__inner { max-width: 720px; margin: 0 auto; }\n  .wtp-heritage__seal {\n    width: 80px; height: 80px;\n    border-radius: 50%;\n    background: var(--navy);\n    border: 3px solid var(--gold-dark);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 24px;\n    font-size: 32px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.2);\n  }\n  .wtp-heritage__heading {\n    font-family: 'Cinzel Decorative', serif;\n    font-size: clamp(20px, 4vw, 32px);\n    color: var(--navy);\n    font-weight: 900;\n    margin-bottom: 20px;\n    line-height: 1.2;\n  }\n  .wtp-heritage__body {\n    font-size: 17px;\n    line-height: 1.8;\n    color: #3A2E1A;\n    margin-bottom: 16px;\n  }\n  .wtp-heritage__quote {\n    font-family: 'Cinzel Decorative', serif;\n    font-size: 22px;\n    color: var(--crimson);\n    font-weight: 700;\n    letter-spacing: 1px;\n    margin: 28px 0;\n  }\n  \/* ───────── MILESTONE TIMELINE ───────── *\/\n  .wtp-timeline {\n    background: var(--navy);\n    padding: 64px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .wtp-timeline::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      90deg,\n      transparent,\n      transparent 60px,\n      rgba(201,153,42,0.03) 60px,\n      rgba(201,153,42,0.03) 61px\n    );\n  }\n  .wtp-timeline__inner {\n    max-width: 900px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n  .wtp-timeline__heading {\n    font-family: 'Cinzel Decorative', serif;\n    font-size: clamp(18px, 3.5vw, 28px);\n    color: var(--gold-light);\n    font-weight: 900;\n    text-align: center;\n    margin-bottom: 48px;\n  }\n  .wtp-timeline__line {\n    position: absolute;\n    top: 50%; left: 0; right: 0;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--gold-dark), var(--gold), var(--gold-dark), transparent);\n    transform: translateY(-50%);\n  }\n  @media (max-width: 600px) { .wtp-timeline__line { display: none; } }\n  .wtp-timeline__nodes {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    position: relative;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n  @media (max-width: 600px) {\n    .wtp-timeline__nodes { flex-direction: column; align-items: flex-start; gap: 24px; }\n  }\n  .wtp-timeline-node {\n    text-align: center;\n    position: relative;\n    z-index: 2;\n    flex: 1;\n    min-width: 100px;\n  }\n  @media (max-width: 600px) {\n    .wtp-timeline-node {\n      display: flex; align-items: center; gap: 16px;\n      text-align: left;\n    }\n  }\n  .wtp-timeline-node__dot {\n    width: 48px; height: 48px;\n    border-radius: 50%;\n    background: var(--navy-mid);\n    border: 2px solid var(--gold);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 12px;\n    font-size: 18px;\n    box-shadow: 0 0 16px rgba(201,153,42,0.2);\n  }\n  @media (max-width: 600px) { .wtp-timeline-node__dot { margin: 0; flex-shrink: 0; } }\n  .wtp-timeline-node__year {\n    font-family: 'Cinzel', serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--gold);\n    margin-bottom: 4px;\n  }\n  .wtp-timeline-node__label {\n    font-size: 12px;\n    color: rgba(255,255,255,0.55);\n    line-height: 1.4;\n    font-style: italic;\n  }\n  \/* ───────── PERFECT FOR ───────── *\/\n  .wtp-perfect {\n    max-width: 1120px;\n    margin: 0 auto;\n    padding: 64px 24px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px;\n    align-items: start;\n  }\n  @media (max-width: 720px) { .wtp-perfect { grid-template-columns: 1fr; } }\n  .wtp-perfect__heading {\n    font-family: 'Cinzel Decorative', serif;\n    font-size: clamp(20px, 3.5vw, 30px);\n    color: var(--navy);\n    font-weight: 900;\n    margin-bottom: 24px;\n  }\n  .wtp-perfect__heading span { color: var(--crimson); }\n  .wtp-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .wtp-list li {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 16px;\n    line-height: 1.5;\n    padding: 12px 16px;\n    border-radius: var(--radius-sm);\n    border: 1px solid transparent;\n    transition: background 0.2s ease, border-color 0.2s ease;\n  }\n  .wtp-list li:hover {\n    background: rgba(201,153,42,0.06);\n    border-color: rgba(201,153,42,0.2);\n  }\n  .wtp-list li::before {\n    content: '★';\n    color: var(--gold);\n    font-size: 12px;\n    flex-shrink: 0;\n  }\n  \/* ───────── SPECS TABLE ───────── *\/\n  .wtp-specs {\n    background: var(--navy);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    border: 1px solid rgba(201,153,42,0.25);\n  }\n  .wtp-specs__heading {\n    font-family: 'Cinzel', serif;\n    font-size: 13px;\n    letter-spacing: 4px;\n    color: var(--gold);\n    font-weight: 700;\n    text-transform: uppercase;\n    padding: 18px 22px;\n    border-bottom: 1px solid rgba(201,153,42,0.2);\n    background: rgba(201,153,42,0.05);\n  }\n  .wtp-specs table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  .wtp-specs td {\n    padding: 13px 22px;\n    font-size: 14px;\n    border-bottom: 1px solid rgba(255,255,255,0.05);\n  }\n  .wtp-specs tr:last-child td { border-bottom: none; }\n  .wtp-specs td:first-child {\n    font-family: 'Cinzel', serif;\n    font-size: 11px;\n    letter-spacing: 2px;\n    color: var(--gold);\n    font-weight: 700;\n    text-transform: uppercase;\n    width: 40%;\n  }\n  .wtp-specs td:last-child { color: rgba(255,255,255,0.75); }\n  .wtp-specs tr:hover td { background: rgba(255,255,255,0.02); }\n  \/* ───────── SOCIAL PROOF ───────── *\/\n  .wtp-testimonials {\n    background: #EDE3CB;\n    border-top: 2px solid rgba(201,153,42,0.2);\n    border-bottom: 2px solid rgba(201,153,42,0.2);\n    padding: 60px 24px;\n  }\n  .wtp-testimonials__inner { max-width: 960px; margin: 0 auto; }\n  .wtp-testimonials__heading {\n    font-family: 'Cinzel Decorative', serif;\n    font-size: clamp(18px, 3vw, 26px);\n    color: var(--navy);\n    font-weight: 900;\n    text-align: center;\n    margin-bottom: 36px;\n  }\n  .wtp-reviews-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n  }\n  .wtp-review-card {\n    background: var(--off-white);\n    border: 1px solid rgba(201,153,42,0.25);\n    border-radius: var(--radius-md);\n    padding: 24px;\n    position: relative;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n  }\n  .wtp-review-card::before {\n    content: '\"';\n    position: absolute;\n    top: 10px; left: 18px;\n    font-size: 56px;\n    font-family: Georgia, serif;\n    color: rgba(201,153,42,0.15);\n    line-height: 1;\n    pointer-events: none;\n  }\n  .wtp-review-stars { color: var(--gold); font-size: 14px; margin-bottom: 10px; letter-spacing: 2px; }\n  .wtp-review-text {\n    font-size: 15px;\n    line-height: 1.65;\n    color: var(--text-body);\n    font-style: italic;\n    margin-bottom: 16px;\n  }\n  .wtp-review-author {\n    font-family: 'Cinzel', serif;\n    font-size: 11px;\n    letter-spacing: 2px;\n    color: var(--gold-dark);\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n  \/* ───────── FOOTER BANNER ───────── *\/\n  .wtp-footer-banner {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--crimson) 50%, var(--navy) 100%);\n    padding: 56px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .wtp-footer-banner::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      45deg,\n      transparent,\n      transparent 20px,\n      rgba(255,255,255,0.02) 20px,\n      rgba(255,255,255,0.02) 21px\n    );\n  }\n  .wtp-footer-banner__inner { position: relative; z-index: 1; }\n  .wtp-footer-banner__title {\n    font-family: 'Cinzel Decorative', serif;\n    font-size: clamp(18px, 4vw, 34px);\n    color: var(--gold-light);\n    font-weight: 900;\n    text-shadow: 0 2px 12px rgba(0,0,0,0.5);\n    margin-bottom: 12px;\n  }\n  .wtp-footer-banner__subtitle {\n    font-size: 16px;\n    color: rgba(255,255,255,0.75);\n    font-style: italic;\n    margin-bottom: 28px;\n  }\n  .wtp-footer-banner__cta {\n    display: inline-block;\n    background: linear-gradient(135deg, var(--gold) 0%, #A07818 100%);\n    color: var(--navy);\n    font-family: 'Cinzel', serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    padding: 16px 40px;\n    border-radius: var(--radius-sm);\n    text-decoration: none;\n    border: none;\n    cursor: pointer;\n    box-shadow: 0 4px 20px rgba(201,153,42,0.4);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n  .wtp-footer-banner__cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 32px rgba(201,153,42,0.55);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wtp-wrap\"\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003csection class=\"wtp-hero\"\u003e\n\u003cdiv class=\"wtp-hero__stars\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wtp-hero__stripes\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wtp-hero__glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wtp-hero__inner\"\u003e\n\u003cdiv class=\"wtp-hero__eyebrow\"\u003eAmerica's Semiquincentennial\u003c\/div\u003e\n\u003ch1 class=\"wtp-hero__title\"\u003eWe The People\u003c\/h1\u003e\n\u003cp class=\"wtp-hero__years\"\u003e★ 1776  —  2026 ★\u003c\/p\u003e\n\u003cdiv class=\"wtp-hero__divider\"\u003e\n\u003cspan class=\"wtp-hero__divider-line\"\u003e\u003c\/span\u003e \u003cspan\u003e✦\u003c\/span\u003e \u003cspan class=\"wtp-hero__divider-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"wtp-hero__subtitle\"\u003eHonoring 250 Years of Liberty, Sacrifice \u0026amp; American Spirit — the boldest commemorative flag for the nation's most historic milestone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── SCROLLING RIBBON ── --\u003e\n\u003cdiv class=\"wtp-ribbon\" aria-hidden=\"true\"\u003e\n\u003cdiv class=\"wtp-ribbon__track\"\u003e\n\u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e250 YEARS OF FREEDOM\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003eWE THE PEOPLE\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e1776 – 2026\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003eLIBERTY FORGED\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003eAMERICA'S 250TH ANNIVERSARY\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003eBORN FREE – STILL FREE\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003eONE NATION – UNDER GOD\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e250 YEARS OF FREEDOM\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003eWE THE PEOPLE\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e1776 – 2026\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003eLIBERTY FORGED\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003eAMERICA'S 250TH ANNIVERSARY\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003eBORN FREE – STILL FREE\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"wtp-ribbon__item\"\u003e\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003eONE NATION – UNDER GOD\u003cspan class=\"wtp-ribbon__star\"\u003e★\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── PRODUCT GRID ── --\u003e\n\u003cdiv class=\"wtp-product\"\u003e\n\u003c!-- — IMAGE COLUMN — --\u003e\n\u003cdiv class=\"wtp-product__media\"\u003e\n\u003cdiv class=\"wtp-product__img-wrap\"\u003e\n\u003c!-- Replace the src below with your actual product image URL --\u003e \u003cimg alt=\"We The People 250th Anniversary Flag\" loading=\"eager\"\u003e\n\u003cdiv class=\"wtp-product__badge\"\u003eLimited Edition 2026\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- — INFO COLUMN — --\u003e\n\u003cdiv class=\"wtp-product__info\"\u003e\n\u003cdiv class=\"wtp-product__collection\"\u003eCommemorative Collection\u003c\/div\u003e\n\u003ch2 class=\"wtp-product__name\"\u003eWe The \u003cspan\u003ePeople\u003c\/span\u003e\u003cbr\u003e250th Anniversary Flag\u003c\/h2\u003e\n\u003cp class=\"wtp-product__anniversary\"\u003e★ America 250  ·  1776 – 2026 ★\u003c\/p\u003e\n\u003cp class=\"wtp-product__tagline\"\u003e\"The foundation of American liberty — forged in 1776, honored in 2026. Fly it with pride.\"\u003c\/p\u003e\n\u003cdiv class=\"wtp-cta-block\"\u003e\n\u003ca href=\"#\" class=\"wtp-cta-block__btn wtp-cta-block__btn--secondary\"\u003e \u003c\/a\u003e\n\u003cdiv class=\"wtp-cta-block__trust\"\u003e\n\u003cspan class=\"wtp-trust-item\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Secure Checkout \u003c\/span\u003e \u003cspan class=\"wtp-trust-item\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 30-Day Returns \u003c\/span\u003e \u003cspan class=\"wtp-trust-item\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Fast Shipping \u003c\/span\u003e \u003cspan class=\"wtp-trust-item\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Made with Pride \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── FEATURES ── --\u003e\n\u003cdiv class=\"wtp-section-divider\"\u003e\n\u003cdiv class=\"wtp-section-divider__line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"wtp-section-divider__label\"\u003eFlag Features\u003c\/span\u003e\n\u003cdiv class=\"wtp-section-divider__line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-features\"\u003e\n\u003cdiv class=\"wtp-feature-item\"\u003e\n\u003cdiv class=\"wtp-feature-icon\"\u003e🏛️\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-text\"\u003eExclusive 250th Anniversary Design (1776–2026)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-item\"\u003e\n\u003cdiv class=\"wtp-feature-icon\"\u003e🖨️\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-text\"\u003ePremium HD Sublimation Print\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-item\"\u003e\n\u003cdiv class=\"wtp-feature-icon\"\u003e☀️\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-text\"\u003eFade-Resistant Vivid Colors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-item\"\u003e\n\u003cdiv class=\"wtp-feature-icon\"\u003e🌧️\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-text\"\u003eWeather-Resistant Durable Fabric\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-item\"\u003e\n\u003cdiv class=\"wtp-feature-icon\"\u003e🪡\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-text\"\u003eReinforced Double Stitching\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-item\"\u003e\n\u003cdiv class=\"wtp-feature-icon\"\u003e⚙️\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-text\"\u003eHeavy-Duty Metal Grommets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-item\"\u003e\n\u003cdiv class=\"wtp-feature-icon\"\u003e🏠\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-text\"\u003eIndoor \u0026amp; Outdoor Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-item\"\u003e\n\u003cdiv class=\"wtp-feature-icon\"\u003e🪶\u003c\/div\u003e\n\u003cdiv class=\"wtp-feature-text\"\u003eLightweight Yet Durable Build\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── HERITAGE STORY ── --\u003e\n\u003csection class=\"wtp-heritage\"\u003e\n\u003cdiv class=\"wtp-heritage__inner\"\u003e\n\u003cdiv class=\"wtp-heritage__seal\"\u003e🦅\u003c\/div\u003e\n\u003ch2 class=\"wtp-heritage__heading\"\u003eA Tribute 250 Years in the Making\u003c\/h2\u003e\n\u003cp class=\"wtp-heritage__body\"\u003eIn 1776, a group of visionaries put pen to parchment and declared that all men are created equal — that liberty is not a gift from government, but a God-given right. Two hundred and fifty years later, we stand on the shoulders of those patriots, carrying forward the flame they lit.\u003c\/p\u003e\n\u003cp class=\"wtp-heritage__body\"\u003eThe iconic \u003cem\u003e\"We The People\"\u003c\/em\u003e script represents the very first words of the Constitution — a declaration that power belongs to the citizens. This flag pairs that timeless phrase with bold patriotic imagery and a distressed American flag motif, creating a piece that speaks to every veteran, every first responder, every proud American who knows the price of freedom.\u003c\/p\u003e\n\u003cdiv class=\"wtp-heritage__quote\"\u003e\"Fly It Proudly. Honor the Past. Celebrate the Future.\"\u003c\/div\u003e\n\u003cp class=\"wtp-heritage__body\"\u003eWhether you're commemorating America's 250th Birthday, gifting a veteran, or decorating your home for Independence Day, this is more than a flag — it's a statement. A legacy. A piece of living history.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── TIMELINE ── --\u003e\n\u003csection class=\"wtp-timeline\"\u003e\n\u003cdiv class=\"wtp-timeline__inner\"\u003e\n\u003ch2 class=\"wtp-timeline__heading\"\u003e250 Years of American Freedom\u003c\/h2\u003e\n\u003cdiv style=\"position: relative;\"\u003e\n\u003cdiv class=\"wtp-timeline__line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline__nodes\"\u003e\n\u003cdiv class=\"wtp-timeline-node\"\u003e\n\u003cdiv class=\"wtp-timeline-node__dot\"\u003e🪶\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node__year\"\u003e1776\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node__label\"\u003eDeclaration of\u003cbr\u003eIndependence\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node\"\u003e\n\u003cdiv class=\"wtp-timeline-node__dot\"\u003e📜\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node__year\"\u003e1787\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node__label\"\u003eU.S. Constitution\u003cbr\u003eRatified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node\"\u003e\n\u003cdiv class=\"wtp-timeline-node__dot\"\u003e🌟\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node__year\"\u003e1865\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node__label\"\u003eEnd of Civil War\u003cbr\u003eUnion Preserved\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node\"\u003e\n\u003cdiv class=\"wtp-timeline-node__dot\"\u003e🦅\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node__year\"\u003e1976\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node__label\"\u003eAmerica's\u003cbr\u003eBicentennial\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node\"\u003e\n\u003cdiv class=\"wtp-timeline-node__dot\"\u003e🇺🇸\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node__year\"\u003e2026\u003c\/div\u003e\n\u003cdiv class=\"wtp-timeline-node__label\"\u003e250th Anniversary\u003cbr\u003eSemiquincentennial\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── PERFECT FOR \/ SPECS ── --\u003e\n\u003cdiv class=\"wtp-perfect\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"wtp-perfect__heading\"\u003ePerfect \u003cspan\u003eFor\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cul class=\"wtp-list\"\u003e\n\u003cli\u003eIndependence Day \u0026amp; America 250 Events\u003c\/li\u003e\n\u003cli\u003eVeterans \u0026amp; Active Military Families\u003c\/li\u003e\n\u003cli\u003ePatriotic Home \u0026amp; Garden Décor\u003c\/li\u003e\n\u003cli\u003eGarages, Workshops \u0026amp; Man Caves\u003c\/li\u003e\n\u003cli\u003eFirst Responders \u0026amp; Community Heroes\u003c\/li\u003e\n\u003cli\u003ePolitical \u0026amp; Civic Gatherings\u003c\/li\u003e\n\u003cli\u003eCampgrounds, RVs \u0026amp; Tailgates\u003c\/li\u003e\n\u003cli\u003eHistory Enthusiasts \u0026amp; Collectors\u003c\/li\u003e\n\u003cli\u003eGifts for Proud Americans\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"wtp-perfect__heading\" style=\"margin-bottom: 20px;\"\u003eProduct \u003cspan\u003eSpecs\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"wtp-specs\"\u003e\n\u003cdiv class=\"wtp-specs__heading\"\u003e★   Technical Details\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Polyester Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrint Method\u003c\/td\u003e\n\u003ctd\u003eHigh-Definition Sublimation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHardware\u003c\/td\u003e\n\u003ctd\u003eHeavy-Duty Metal Grommets\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eIndoor \u0026amp; Outdoor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeather\u003c\/td\u003e\n\u003ctd\u003eFade \u0026amp; Water Resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStitching\u003c\/td\u003e\n\u003ctd\u003eReinforced Double-Stitch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eHand Wash \/ Gentle Cycle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTheme\u003c\/td\u003e\n\u003ctd\u003e1776 – 2026 · 250 Years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── TESTIMONIALS ── --\u003e\n\u003csection class=\"wtp-testimonials\"\u003e\n\u003cdiv class=\"wtp-testimonials__inner\"\u003e\n\u003ch2 class=\"wtp-testimonials__heading\"\u003eWhat Proud Americans Are Saying\u003c\/h2\u003e\n\u003cdiv class=\"wtp-reviews-grid\"\u003e\n\u003cdiv class=\"wtp-review-card\"\u003e\n\u003cdiv class=\"wtp-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"wtp-review-text\"\u003eAbsolutely stunning flag. The colors are vivid, the stitching is rock solid, and it flies beautifully. Got so many compliments from the neighbors. Perfect for the 250th.\u003c\/p\u003e\n\u003cdiv class=\"wtp-review-author\"\u003e— James T. · Army Veteran · Texas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-review-card\"\u003e\n\u003cdiv class=\"wtp-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"wtp-review-text\"\u003eBought this for my father who served 22 years. He teared up when he saw it. Quality is outstanding — better than anything I've found at the local patriot shop.\u003c\/p\u003e\n\u003cdiv class=\"wtp-review-author\"\u003e— Sarah M. · Military Family · Ohio\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wtp-review-card\"\u003e\n\u003cdiv class=\"wtp-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"wtp-review-text\"\u003eHung it in my garage and it's the first thing everyone talks about. The \"We The People\" design is bold, meaningful, and perfectly captures what this country stands for. 10\/10.\u003c\/p\u003e\n\u003cdiv class=\"wtp-review-author\"\u003e— Mike R. · Patriot \u0026amp; Collector · Florida\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── FOOTER BANNER ── --\u003e\n\u003csection class=\"wtp-footer-banner\"\u003e\n\u003cdiv class=\"wtp-footer-banner__inner\"\u003e\n\u003cdiv class=\"wtp-footer-banner__title\"\u003e🇺🇸 We The People  ·  1776–2026  ·  250 Years of Freedom 🇺🇸\u003c\/div\u003e\n\u003cp class=\"wtp-footer-banner__subtitle\"\u003eFly it proudly. Honor the past. Celebrate the future.\u003c\/p\u003e\n\u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n\u003c!-- Replace the value below with your actual variant ID --\u003e \u003cinput type=\"hidden\" value=\"YOUR_VARIANT_ID_HERE\"\u003e \u003cbutton type=\"submit\" name=\"add\" class=\"wtp-footer-banner__cta\"\u003e Add to Cart — Claim Yours Now \u003c\/button\u003e\n\u003c\/form\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LibertyForged","offers":[{"title":"Default Title","offer_id":57534823170379,"sku":null,"price":29.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1049\/9443\/9499\/files\/AMERICANFLAG1.png?v=1780931440","url":"https:\/\/libertyforged.store\/products\/founders-eagle-cap-america-250-aviation-edition-copy","provider":"LIBERTY FORGED","version":"1.0","type":"link"}