{"product_id":"gundam-card-game-gd05-release-event-jul-25th-5-00pm","title":"Gundam Card Game GD05 Release Event (Jul 25th @5:00PM)","description":"\u003cstyle\u003e\n  .event-page {\n    --bg: #f5f7fb;\n    --shell: #eef3fb;\n    --card: rgba(255, 255, 255, 0.96);\n    --border: rgba(15, 23, 42, 0.08);\n    --border-strong: rgba(15, 23, 42, 0.14);\n    --text: #0f172a;\n    --muted: #64748b;\n    --accent: #2563eb;\n    --accent-soft: #eff6ff;\n    --accent-border: #bfdbfe;\n    --gold-bg: #fff8e6;\n    --gold-border: #f7d27a;\n    --gold-text: #8a5a00;\n    --warn-bg: #f8fafc;\n    --warn-border: #dbe3ee;\n    --warn-text: #475569;\n    --shadow: 0 10px 30px rgba(15, 23, 42, 0.08);\n\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 16px;\n    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, \"SF Pro Text\",\n      \"Segoe UI\", sans-serif;\n    color: var(--text);\n  }\n\n  * {\n    box-sizing: border-box;\n  }\n\n  .event-shell {\n    background:\n      radial-gradient(circle at top left, rgba(37, 99, 235, 0.10) 0%, transparent 28%),\n      radial-gradient(circle at top right, rgba(99, 102, 241, 0.08) 0%, transparent 24%),\n      var(--shell);\n    border: 1px solid rgba(15, 23, 42, 0.06);\n    border-radius: 24px;\n    padding: 16px;\n  }\n\n  .event-hero,\n  .event-card {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    box-shadow: var(--shadow);\n  }\n\n  .event-hero {\n    padding: 18px;\n    margin-bottom: 12px;\n  }\n\n  .event-title-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-bottom: 10px;\n  }\n\n  .event-title-block {\n    min-width: 0;\n    flex: 1;\n  }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    margin-bottom: 8px;\n    padding: 5px 10px;\n    border-radius: 999px;\n    background: var(--accent-soft);\n    border: 1px solid var(--accent-border);\n    color: var(--accent);\n    font-size: 0.72rem;\n    line-height: 1;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .event-title {\n    margin: 0;\n    font-size: clamp(1.5rem, 2.4vw, 1.95rem);\n    line-height: 1.05;\n    letter-spacing: -0.03em;\n    font-weight: 800;\n  }\n\n  .event-price {\n    white-space: nowrap;\n    align-self: flex-start;\n    padding: 9px 12px;\n    border-radius: 999px;\n    background: #fff;\n    border: 1px solid var(--border-strong);\n    font-size: 0.88rem;\n    line-height: 1;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .event-summary {\n    margin: 0;\n    max-width: 64ch;\n    font-size: 0.9rem;\n    line-height: 1.55;\n    color: #334155;\n  }\n\n  .meta-strip {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .meta-card {\n    background: #fff;\n    border: 1px solid #e5e7eb;\n    border-radius: 14px;\n    padding: 12px 14px;\n  }\n\n  .meta-label {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 0.68rem;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--muted);\n  }\n\n  .meta-value {\n    display: block;\n    font-size: 0.88rem;\n    line-height: 1.45;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .event-grid {\n    display: grid;\n    gap: 12px;\n  }\n\n  .event-card {\n    padding: 18px;\n  }\n\n  .section-title {\n    margin: 0 0 12px;\n    font-size: 0.98rem;\n    line-height: 1.3;\n    font-weight: 800;\n    color: var(--text);\n  }\n\n  .inline-highlight {\n    display: grid;\n    gap: 10px;\n    margin-bottom: 14px;\n  }\n\n  .highlight-row {\n    display: grid;\n    grid-template-columns: 150px 1fr;\n    gap: 12px;\n    align-items: start;\n    padding: 12px 14px;\n    border-radius: 14px;\n    background: #fff;\n    border: 1px solid #e5e7eb;\n  }\n\n  .highlight-row.primary {\n    background: var(--accent-soft);\n    border-color: var(--accent-border);\n  }\n\n  .highlight-label {\n    font-size: 0.78rem;\n    line-height: 1.35;\n    font-weight: 800;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: var(--muted);\n  }\n\n  .highlight-row.primary .highlight-label {\n    color: var(--accent);\n  }\n\n  .highlight-value {\n    font-size: 0.88rem;\n    line-height: 1.55;\n    font-weight: 600;\n    color: #334155;\n  }\n\n  .highlight-value strong {\n    color: var(--text);\n  }\n\n  .prize-panel {\n    margin-top: 2px;\n    padding: 14px;\n    border-radius: 18px;\n    background: linear-gradient(180deg, #fffdf7 0%, #fff8eb 100%);\n    border: 1px solid #f5deb0;\n  }\n\n  .prize-panel-head {\n    display: flex;\n    justify-content: space-between;\n    gap: 10px;\n    align-items: center;\n    flex-wrap: wrap;\n    margin-bottom: 10px;\n  }\n\n  .prize-panel-title {\n    margin: 0;\n    font-size: 0.82rem;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--gold-text);\n  }\n\n  .prize-chip {\n    display: inline-flex;\n    align-items: center;\n    padding: 5px 9px;\n    border-radius: 999px;\n    background: #fff;\n    border: 1px solid var(--gold-border);\n    color: var(--gold-text);\n    font-size: 0.72rem;\n    font-weight: 800;\n    line-height: 1;\n  }\n\n  .prize-list {\n    display: grid;\n    gap: 8px;\n    margin: 0;\n  }\n\n  .prize-row {\n    display: grid;\n    grid-template-columns: 110px 1fr;\n    gap: 14px;\n    align-items: start;\n    padding: 12px 14px;\n    border-radius: 14px;\n    background: rgba(255, 255, 255, 0.86);\n    border: 1px solid #f2e3ba;\n  }\n\n  .prize-label {\n    font-size: 0.88rem;\n    line-height: 1.45;\n    font-weight: 800;\n    color: var(--gold-text);\n  }\n\n  .prize-main {\n    font-size: 0.88rem;\n    line-height: 1.55;\n    font-weight: 600;\n    color: #374151;\n    text-align: left;\n  }\n\n  .winner-card-row {\n    background: #fffdf7;\n    border-color: #eac76c;\n  }\n\n  .note {\n    margin-top: 12px;\n    padding: 12px 14px;\n    border-radius: 12px;\n    background: var(--warn-bg);\n    border: 1px solid var(--warn-border);\n    color: var(--warn-text);\n    font-size: 0.84rem;\n    line-height: 1.5;\n    font-weight: 700;\n  }\n\n  .registration-list {\n    margin: 0 0 12px;\n    padding-left: 18px;\n  }\n\n  .registration-list li {\n    margin-bottom: 6px;\n    color: #374151;\n    font-size: 0.88rem;\n    line-height: 1.55;\n  }\n\n  .contact-line {\n    margin: 0;\n    color: #374151;\n    font-size: 0.88rem;\n    line-height: 1.55;\n  }\n\n  .contact-line a {\n    color: var(--accent);\n    text-decoration: underline;\n  }\n\n  .contact-line a:hover {\n    text-decoration: none;\n  }\n\n  @media (max-width: 640px) {\n    .event-page {\n      padding: 12px;\n    }\n\n    .event-shell,\n    .event-hero,\n    .event-card {\n      padding: 14px;\n      border-radius: 18px;\n    }\n\n    .meta-strip {\n      grid-template-columns: 1fr;\n    }\n\n    .highlight-row,\n    .prize-row {\n      grid-template-columns: 1fr;\n      gap: 6px;\n    }\n\n    .event-price {\n      white-space: normal;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"event-page\"\u003e\n\u003carticle class=\"event-shell\"\u003e\u003cheader class=\"event-hero\"\u003e\n\u003cdiv class=\"event-title-row\"\u003e\n\u003cdiv class=\"event-title-block\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eRelease event\u003c\/div\u003e\n\u003ch1 class=\"event-title\"\u003eGundam Card Game GD05 Release Event\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"event-price\"\u003e$64.95 + tax\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"event-summary\"\u003eJoin us at Banana Games for the GD05 Release Event battling through three rounds of Swiss for pack-per-win prizing and bonus winner rewards!\u003c\/p\u003e\n\u003cdiv class=\"meta-strip\"\u003e\n\u003cdiv class=\"meta-card\"\u003e\n\u003cspan class=\"meta-label\"\u003eDate \u0026amp; Time\u003c\/span\u003e \u003cspan class=\"meta-value\"\u003eSat Jul 25th @ 5:00 PM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-card\"\u003e\n\u003cspan class=\"meta-label\"\u003eFormat\u003c\/span\u003e \u003cspan class=\"meta-value\"\u003eSealed · 3 Swiss rounds · 30 min rounds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"event-grid\"\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eEvent Format\u003c\/h2\u003e\n\u003cdiv class=\"inline-highlight\"\u003e\n\u003cdiv class=\"highlight-row primary\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eEntry includes\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003e\u003cstrong\u003eEach player receives 1x SC01 Deck Build Box Sealed for deck construction.\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-row\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eDeck building\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003eOpen 4 booster packs included with SC01 and use the SC01 Deck Build Box deck-building cards to construct a deck of exactly 50 cards.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-row\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eConstruction rules\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003eThere are no color restrictions when building your deck, and you may include any number of cards with the same card number.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-row\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eRound structure\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003ePlayers will compete in 3 rounds of Swiss, with each round lasting 30 minutes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2 class=\"section-title\"\u003ePrizing\u003c\/h2\u003e\n\u003cdiv class=\"prize-panel\"\u003e\n\u003cdiv class=\"prize-panel-head\"\u003e\n\u003ch3 class=\"prize-panel-title\"\u003eEvent rewards\u003c\/h3\u003e\n\u003cdiv class=\"prize-chip\"\u003ePack per win\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-list\"\u003e\n\u003cdiv class=\"prize-row winner-card-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eParticipation\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e\n\u003cul\u003e\n\u003cli\u003eGD05-120 Shining Finger\u003c\/li\u003e\n\u003cli\u003eGD05-042 Shining Gundam\u003c\/li\u003e\n\u003cli\u003eG Generation Eternal Promo Code.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003ePack-per-win\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003ePlayers will receive 1x GD05 Booster pack per win!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003e3-0 Bonus\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e1x Store Tournament Winner Pack, plus 1x additional set of the participation prize depending on allocation.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eIf there are not enough extra participation prize sets for all 3-0 players, the additional set will be raffled among the X-0 players.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eLucky Draw\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e1x Gundam Card Game Official Playmat (Lacus Clyne). Players must be present at the end of the event to be eligible.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eRegistration \u0026amp; Contact\u003c\/h2\u003e\n\u003cul class=\"registration-list\"\u003e\n\u003cli\u003eAll entries must be purchased online or in-store prior to the start of the event.\u003c\/li\u003e\n\u003cli\u003eRefunds are available if requested at least 24 hours before the event.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"contact-line\"\u003eQuestions: \u003ca href=\"mailto:support@bananagames.ca\"\u003esupport@bananagames.ca\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Event","offers":[{"title":"General Admission","offer_id":48517445681344,"sku":null,"price":64.95,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0620\/7658\/4128\/files\/GD05_800x600px_HP.webp?v=1782760452","url":"https:\/\/bananagames.ca\/products\/gundam-card-game-gd05-release-event-jul-25th-5-00pm","provider":"Banana Games \u0026 Hobby","version":"1.0","type":"link"}