{"product_id":"light-up-game-day-fan-cap-glow-logo-flat-brim-hat","title":"Light-Up Game Day Fan Cap – Glow Logo Flat-Brim Hat","description":"\u003c!--\n  SHOPIFY PRODUCT DESCRIPTION\n  Replace the following placeholders with Shopify CDN URLs before publishing:\n  YOUR_HERO_IMAGE_URL\n  YOUR_DAY_NIGHT_IMAGE_URL\n  YOUR_LIFESTYLE_IMAGE_URL\n  YOUR_STYLE_IMAGE_URL\n\n  Important: Only use team names, logos, and league references when you have\n  the necessary commercial authorization. Do not add \"Official\" or \"Licensed\"\n  unless that status is documented.\n--\u003e\n\u003cstyle\u003e\n  .glow-cap-page,\n  .glow-cap-page * {\n    box-sizing: border-box;\n  }\n\n  .glow-cap-page {\n    --gc-navy: #071426;\n    --gc-blue: #0f3159;\n    --gc-glow: #74c9ff;\n    --gc-white: #ffffff;\n    --gc-ice: #eaf7ff;\n    --gc-muted: #aab8c9;\n    --gc-line: rgba(255, 255, 255, 0.12);\n    width: 100%;\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 0 10px 56px;\n    overflow: hidden;\n    color: var(--gc-white);\n    background: #030a13;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    text-rendering: optimizeLegibility;\n  }\n\n  .glow-cap-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .glow-cap-page h2,\n  .glow-cap-page h3,\n  .glow-cap-page p {\n    margin-top: 0;\n  }\n\n  .glow-cap-page h2,\n  .glow-cap-page h3 {\n    color: #ffffff !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif !important;\n    font-weight: 800 !important;\n  }\n\n  .glow-cap-page p,\n  .glow-cap-page li,\n  .glow-cap-page summary {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif !important;\n  }\n\n  .glow-cap-page h2 {\n    margin-bottom: 14px;\n    font-size: clamp(29px, 5vw, 48px);\n    line-height: 1.08;\n    letter-spacing: -0.035em;\n    overflow-wrap: anywhere;\n  }\n\n  .glow-cap-page h3 {\n    margin-bottom: 8px;\n    font-size: 20px;\n    line-height: 1.25;\n  }\n\n  .gc-section {\n    position: relative;\n    padding: 58px 28px;\n  }\n\n  .gc-kicker {\n    display: inline-block;\n    margin-bottom: 16px;\n    color: #9bdcff !important;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    line-height: 1.45;\n    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);\n  }\n\n  .gc-lead {\n    max-width: 680px;\n    margin-bottom: 0;\n    color: #e7f0f8 !important;\n    font-size: 18px;\n  }\n\n  .gc-hero {\n    isolation: isolate;\n    min-height: clamp(540px, 72vw, 620px);\n    display: flex;\n    align-items: flex-end;\n    padding: 54px 32px;\n    overflow: hidden;\n    border-radius: 24px;\n    background:\n      linear-gradient(180deg, rgba(3, 10, 19, 0.16) 12%, rgba(3, 10, 19, 0.94) 88%),\n      radial-gradient(circle at 62% 32%, rgba(116, 201, 255, 0.34), transparent 38%),\n      url(\"YOUR_HERO_IMAGE_URL\") center\/cover no-repeat,\n      #071426;\n  }\n\n  .gc-hero::after {\n    content: none;\n  }\n\n  .gc-hero__content {\n    position: relative;\n    z-index: 1;\n    width: min(650px, 100%);\n  }\n\n  .gc-hero h2 {\n    margin-bottom: 16px;\n    font-size: clamp(40px, 8vw, 72px);\n    line-height: 0.98;\n    text-transform: uppercase;\n    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.78);\n  }\n\n  .gc-hero p {\n    max-width: 570px;\n    margin-bottom: 26px;\n    color: #f2f8ff !important;\n    font-size: 19px;\n    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.76);\n  }\n\n  .gc-button {\n    display: inline-block;\n    padding: 15px 25px;\n    border: 1px solid rgba(255, 255, 255, 0.65);\n    border-radius: 999px;\n    color: #03101e !important;\n    background: var(--gc-white);\n    box-shadow: 0 0 30px rgba(116, 201, 255, 0.28);\n    font-size: 14px;\n    font-weight: 850;\n    letter-spacing: 0.06em;\n    text-decoration: none !important;\n    text-transform: uppercase;\n    text-align: center;\n    line-height: 1.25;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .gc-button:hover,\n  .gc-button:focus-visible {\n    transform: translateY(-1px);\n    box-shadow: 0 0 38px rgba(116, 201, 255, 0.45);\n  }\n\n  .gc-button--glow {\n    border-color: var(--gc-glow);\n    background: var(--gc-glow);\n  }\n\n  .gc-hook {\n    text-align: center;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(39, 126, 194, 0.22), transparent 52%),\n      #030a13;\n  }\n\n  .gc-hook .gc-lead {\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .gc-media {\n    position: relative;\n    overflow: hidden;\n    border: 1px solid var(--gc-line);\n    border-radius: 22px;\n    background: var(--gc-navy);\n    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);\n  }\n\n  .gc-media img {\n    min-height: 0;\n    object-fit: contain;\n    background: #071426;\n  }\n\n  .gc-split {\n    display: grid;\n    grid-template-columns: 1.04fr 0.96fr;\n    align-items: center;\n    gap: 42px;\n  }\n\n  .gc-checks {\n    display: grid;\n    gap: 15px;\n    margin: 24px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .gc-checks li {\n    position: relative;\n    padding-left: 30px;\n    color: #e7f0f8 !important;\n    font-size: 17px;\n  }\n\n  .gc-checks li::before {\n    content: \"✦\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--gc-glow);\n  }\n\n  .gc-night {\n    border-radius: 22px;\n    background:\n      radial-gradient(circle at 85% 0%, rgba(116, 201, 255, 0.20), transparent 40%),\n      linear-gradient(145deg, #0b2038, #040b15 68%);\n  }\n\n  .gc-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 28px;\n  }\n\n  .gc-card {\n    min-height: 190px;\n    padding: 25px 22px;\n    border: 1px solid var(--gc-line);\n    border-radius: 18px;\n    background: #0a1624;\n  }\n\n  .gc-card__mark {\n    display: grid;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 21px;\n    place-items: center;\n    border: 1px solid rgba(116, 201, 255, 0.50);\n    border-radius: 50%;\n    color: var(--gc-glow);\n    box-shadow: inset 0 0 20px rgba(116, 201, 255, 0.12);\n    font-size: 18px;\n  }\n\n  .gc-card p {\n    margin-bottom: 0;\n    color: #c7d5e4 !important;\n    font-size: 16px;\n  }\n\n  .gc-lifestyle {\n    padding: 0;\n    overflow: hidden;\n    border: 1px solid var(--gc-line);\n    border-radius: 22px;\n    background: #071426;\n  }\n\n  .gc-lifestyle__image {\n    min-height: 520px;\n    border-radius: 21px;\n    object-fit: cover;\n  }\n\n  .gc-lifestyle__copy {\n    position: absolute;\n    right: 28px;\n    bottom: 28px;\n    left: 28px;\n    max-width: 620px;\n    padding: 28px;\n    border: 1px solid rgba(255, 255, 255, 0.18);\n    border-radius: 18px;\n    background: rgba(3, 10, 19, 0.92);\n    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);\n    backdrop-filter: blur(10px);\n  }\n\n  .gc-lifestyle__copy p {\n    margin-bottom: 0;\n    color: #edf6ff !important;\n  }\n\n  .gc-style {\n    text-align: center;\n  }\n\n  .gc-style .gc-lead {\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .gc-style .gc-media {\n    margin-top: 30px;\n  }\n\n  .gc-occasions {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .gc-pill {\n    padding: 9px 15px;\n    border: 1px solid rgba(116, 201, 255, 0.35);\n    border-radius: 999px;\n    color: #eff9ff !important;\n    background: rgba(116, 201, 255, 0.12);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .gc-quote {\n    padding: 64px 32px;\n    text-align: center;\n    border-top: 1px solid var(--gc-line);\n    border-bottom: 1px solid var(--gc-line);\n    background: #06111f;\n  }\n\n  .gc-quote p {\n    max-width: 740px;\n    margin: 0 auto;\n    color: var(--gc-ice);\n    font-size: clamp(24px, 4vw, 38px);\n    font-weight: 800;\n    line-height: 1.25;\n    letter-spacing: -0.025em;\n  }\n\n  .gc-faq {\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  .gc-faq details {\n    padding: 20px 0;\n    border-bottom: 1px solid var(--gc-line);\n  }\n\n  .gc-faq summary {\n    position: relative;\n    padding-right: 30px;\n    cursor: pointer;\n    color: #ffffff !important;\n    font-size: 17px;\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .gc-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .gc-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 0;\n    color: var(--gc-glow);\n    font-size: 22px;\n    line-height: 1;\n  }\n\n  .gc-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .gc-faq details p {\n    margin: 12px 0 0;\n    color: #c7d5e4 !important;\n    font-size: 16px;\n  }\n\n  .gc-final {\n    padding: 70px 28px;\n    text-align: center;\n    border: 1px solid rgba(116, 201, 255, 0.30);\n    border-radius: 24px;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(116, 201, 255, 0.25), transparent 45%),\n      linear-gradient(145deg, #0d2a4a, #030a13 72%);\n  }\n\n  .gc-final p {\n    max-width: 620px;\n    margin: 0 auto 25px;\n    color: #edf6ff !important;\n    font-size: 18px;\n  }\n\n  .gc-note {\n    margin-top: 18px !important;\n    color: #bdcddd !important;\n    font-size: 13px !important;\n  }\n\n  @media (max-width: 720px) {\n    .glow-cap-page {\n      padding: 0 6px 36px;\n    }\n\n    .gc-section {\n      padding: 44px 20px;\n    }\n\n    .gc-hero {\n      min-height: 500px;\n      padding: 38px 22px;\n      border-radius: 18px;\n      background-position: center top;\n    }\n\n    .gc-hero h2 {\n      font-size: clamp(38px, 12vw, 54px);\n      line-height: 1.02;\n    }\n\n    .gc-hero p,\n    .gc-lead {\n      font-size: 16px;\n    }\n\n    .gc-split {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n\n    .gc-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .gc-card {\n      min-height: 0;\n    }\n\n    .gc-lifestyle__image {\n      min-height: 0;\n      aspect-ratio: 1 \/ 1;\n      border-radius: 17px 17px 0 0;\n    }\n\n    .gc-lifestyle__copy {\n      position: static;\n      max-width: none;\n      padding: 22px;\n      border: 0;\n      border-top: 1px solid var(--gc-line);\n      border-radius: 0 0 17px 17px;\n      background: #071426;\n      box-shadow: none;\n    }\n\n    .gc-final,\n    .gc-quote {\n      padding: 50px 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"glow-cap-page\"\u003e\n\u003c!-- HERO: Replace the background placeholder in .gc-hero::after --\u003e\n\u003csection class=\"gc-hero\"\u003e\n\u003cdiv class=\"gc-hero__content\"\u003e\n\u003cspan class=\"gc-kicker\"\u003eGame Night, Reimagined\u003c\/span\u003e\n\u003ch2\u003eLight Up Your Fan Energy\u003c\/h2\u003e\n\u003cp\u003eA bold flat-brim fan cap with an illuminated front graphic—made for game nights, watch parties, and anyone who refuses to blend into the crowd.\u003c\/p\u003e\n\u003ca class=\"gc-button gc-button--glow\" href=\"#buy-now\"\u003eChoose Your Style\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOOK --\u003e\n\u003csection class=\"gc-section gc-hook\"\u003e\u003cspan class=\"gc-kicker\"\u003eMore Than A Regular Cap\u003c\/span\u003e\n\u003ch2\u003eLooks Clean By Day.\u003cbr\u003eComes Alive After Dark.\u003c\/h2\u003e\n\u003cp class=\"gc-lead\"\u003eWhen the lights go down, the front graphic becomes the moment—giving your game-day look an unmistakable glow.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- DAY \/ NIGHT VISUAL --\u003e\n\u003csection class=\"gc-section gc-night\"\u003e\n\u003cdiv class=\"gc-split\"\u003e\n\u003cdiv class=\"gc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/ChatGPT_Image_Aug_29__2026__09_50_21_PM.png?v=1788054953\" alt=\"Light-up game-day cap shown in day and night conditions\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"gc-kicker\"\u003eThe Difference Is In The Dark\u003c\/span\u003e\n\u003ch2\u003eMake Game Night Impossible To Miss\u003c\/h2\u003e\n\u003cp class=\"gc-lead\"\u003eThe illuminated front design adds an eye-catching finish that ordinary printed caps simply cannot deliver.\u003c\/p\u003e\n\u003cul class=\"gc-checks\"\u003e\n\u003cli\u003eBright, attention-grabbing front graphic\u003c\/li\u003e\n\u003cli\u003eDistinctive flat-brim streetwear silhouette\u003c\/li\u003e\n\u003cli\u003eBuilt for memorable night-time fan moments\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"gc-section\"\u003e\u003cspan class=\"gc-kicker\"\u003eWhy Fans Want One\u003c\/span\u003e\n\u003ch2\u003eWear The Energy.\u003cbr\u003eOwn The Moment.\u003c\/h2\u003e\n\u003cdiv class=\"gc-grid\"\u003e\n\u003carticle class=\"gc-card\"\u003e\n\u003cdiv class=\"gc-card__mark\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eStand Out After Dark\u003c\/h3\u003e\n\u003cp\u003eThe glowing front graphic catches attention in low-light settings and adds instant presence to your outfit.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gc-card\"\u003e\n\u003cdiv class=\"gc-card__mark\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eShow Your Fan Identity\u003c\/h3\u003e\n\u003cp\u003eTurn your support into part of the experience—from kickoff to the final play.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gc-card\"\u003e\n\u003cdiv class=\"gc-card__mark\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eGive A Better Fan Gift\u003c\/h3\u003e\n\u003cp\u003eA memorable choice for birthdays, holidays, game-day hosts, and dedicated sports fans.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE --\u003e\n\u003csection class=\"gc-section gc-lifestyle\"\u003e\u003cimg class=\"gc-lifestyle__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/ChatGPT_Image_Aug_29__2026__09_45_39_PM.png?v=1788054953\" alt=\"Fan wearing the light-up game-day cap at a night event\" loading=\"lazy\"\u003e\n\u003cdiv class=\"gc-lifestyle__copy\"\u003e\n\u003cspan class=\"gc-kicker\"\u003eMade For The Moments That Matter\u003c\/span\u003e\n\u003ch2\u003eFrom Kickoff To The After-Party\u003c\/h2\u003e\n\u003cp\u003eWear it at watch parties, sports bars, tailgates, night events, or anywhere fans come together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- STYLE \/ VARIANTS --\u003e\n\u003csection class=\"gc-section gc-style\"\u003e\u003cspan class=\"gc-kicker\"\u003ePick Your Look\u003c\/span\u003e\n\u003ch2\u003eYour Team Energy.\u003cbr\u003eYour Style.\u003c\/h2\u003e\n\u003cp class=\"gc-lead\"\u003eChoose the available graphic and color combination that fits the way you show up on game night.\u003c\/p\u003e\n\u003cdiv class=\"gc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/ChatGPT_Image_Aug_29__2026__09_47_15_PM.png?v=1788054953\" alt=\"Available light-up game-day cap styles\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gc-occasions\"\u003e\n\u003cspan class=\"gc-pill\"\u003eGame Day\u003c\/span\u003e \u003cspan class=\"gc-pill\"\u003eWatch Parties\u003c\/span\u003e \u003cspan class=\"gc-pill\"\u003eSports Bars\u003c\/span\u003e \u003cspan class=\"gc-pill\"\u003eNight Events\u003c\/span\u003e \u003cspan class=\"gc-pill\"\u003eFan Gifts\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EMOTIONAL CLOSE --\u003e\n\u003csection class=\"gc-quote\"\u003e\n\u003cp\u003eIt is not just what you wear. It is how you let everyone know who you came to support.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ: Answers intentionally avoid unverified power\/runtime claims --\u003e\n\u003csection class=\"gc-section\"\u003e\n\u003cdiv class=\"gc-faq\"\u003e\n\u003cspan class=\"gc-kicker\"\u003eGood To Know\u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen does the light-up effect look best?\u003c\/summary\u003e\n\u003cp\u003eThe illuminated graphic is most dramatic in darker environments such as evening events, watch parties, and indoor game-night settings.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I wear it?\u003c\/summary\u003e\n\u003cp\u003eIt is designed as a statement fan accessory for watch parties, sports bars, tailgates, night events, casual outfits, and gifting.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre multiple designs available?\u003c\/summary\u003e\n\u003cp\u003ePlease check the product options above for the graphic and color combinations currently available.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I care for the cap?\u003c\/summary\u003e\n\u003cp\u003eBecause the product includes a light-up component, follow the care instructions supplied with your order and avoid soaking the electronic area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"gc-final\" id=\"buy-now\"\u003e\u003cspan class=\"gc-kicker\"\u003eReady For The Next Game?\u003c\/span\u003e\n\u003ch2\u003eTurn On The Glow.\u003cbr\u003eShow Up Like A Fan.\u003c\/h2\u003e\n\u003cp\u003eChoose your preferred design and bring a new level of energy to your next game-night look.\u003c\/p\u003e\n\u003ca class=\"gc-button gc-button--glow\" href=\"#product-form\"\u003eShop Your Style\u003c\/a\u003e\n\u003cp class=\"gc-note\"\u003eAvailability, power method, fit, and included accessories should match the options shown on the product page.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"1107","offers":[{"title":"Midnight Blue Wordmark Glow","offer_id":48177683005591,"sku":"NC02012608303167-60","price":25.99,"currency_code":"USD","in_stock":true},{"title":"Black Wordmark Glow","offer_id":48177683038359,"sku":"NC02012608303167-1","price":25.99,"currency_code":"USD","in_stock":true},{"title":"Navy Star Glow","offer_id":48177683071127,"sku":"NC02012608303167-2","price":25.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/ChatGPT_Image_Aug_29__2026__09_55_26_PM.png?v=1788054953","url":"https:\/\/thenuvaro.com\/products\/light-up-game-day-fan-cap-glow-logo-flat-brim-hat","provider":"thenuvaro.com","version":"1.0","type":"link"}