{"product_id":"pokemon-go-mid-year-celebration-event-jul-19th-1pm","title":"Pokemon GO Mid-Year Celebration Event (Jul 19th @1PM)","description":"\u003cstyle\u003e\n  .event-page {\n    --bg: #f6f8fb;\n    --card: rgba(255, 255, 255, 0.94);\n    --border: rgba(17, 24, 39, 0.08);\n    --text: #111827;\n    --muted: #6b7280;\n    --accent: #2563eb;\n    --soft: #f9fafb;\n    --highlight-bg: #eff6ff;\n    --highlight-border: #bfdbfe;\n    --highlight-text: #1d4ed8;\n    --prize-bg: #fefce8;\n    --prize-border: #fde68a;\n    --prize-text: #854d0e;\n    --credit-bg: #ecfdf5;\n    --credit-border: #a7f3d0;\n    --credit-text: #065f46;\n    --winner-bg: #eff6ff;\n    --winner-border: #bfdbfe;\n    --winner-text: #1d4ed8;\n    --shadow: 0 10px 24px rgba(17, 24, 39, 0.07);\n\n    max-width: 840px;\n    margin: 0 auto;\n    padding: 20px;\n    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, \"SF Pro Text\",\n      \"Segoe UI\", sans-serif;\n    color: var(--text);\n  }\n\n  .event-shell {\n    background:\n      radial-gradient(circle at top left, #e0ecff 0%, transparent 34%),\n      radial-gradient(circle at top right, #ede9fe 0%, transparent 28%),\n      var(--bg);\n    border: 1px solid rgba(17, 24, 39, 0.06);\n    border-radius: 22px;\n    padding: 18px;\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: 20px;\n    margin-bottom: 14px;\n  }\n\n  .event-title-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    gap: 14px;\n    flex-wrap: wrap;\n    margin-bottom: 10px;\n  }\n\n  .event-title {\n    margin: 0;\n    font-size: clamp(1.65rem, 2.6vw, 2rem);\n    line-height: 1.1;\n    letter-spacing: -0.03em;\n    font-weight: 750;\n  }\n\n  .event-price {\n    white-space: nowrap;\n    font-size: 0.9rem;\n    line-height: 1.45;\n    font-weight: 600;\n    color: var(--text);\n    background: var(--soft);\n    border: 1px solid #e5e7eb;\n    border-radius: 999px;\n    padding: 8px 12px;\n  }\n\n  .event-summary {\n    margin: 0 0 14px;\n    font-size: 0.88rem;\n    line-height: 1.55;\n    color: #374151;\n  }\n\n  .event-meta {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 10px;\n  }\n\n  .meta-card {\n    background: #ffffff;\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.35;\n    font-weight: 700;\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.5;\n    font-weight: 600;\n    color: var(--text);\n  }\n\n  .event-grid {\n    display: grid;\n    gap: 14px;\n  }\n\n  .event-card {\n    padding: 18px;\n  }\n\n  .event-card h2 {\n    margin: 0 0 12px;\n    font-size: 0.96rem;\n    line-height: 1.4;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .event-card h3 {\n    margin: 16px 0 10px;\n    font-size: 0.78rem;\n    line-height: 1.35;\n    font-weight: 700;\n    color: var(--muted);\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n  }\n\n  .event-card p,\n  .event-card li,\n  .prize-main,\n  .note,\n  .contact-line,\n  .detail-row {\n    font-size: 0.88rem;\n    line-height: 1.55;\n  }\n\n  .detail-stack {\n    display: grid;\n    gap: 10px;\n    margin-bottom: 14px;\n  }\n\n  .detail-row {\n    padding: 12px 14px;\n    border-radius: 14px;\n    background: #ffffff;\n    border: 1px solid #e5e7eb;\n    color: #374151;\n  }\n\n  .detail-row strong {\n    color: var(--text);\n  }\n\n  .prize-list {\n    display: grid;\n    gap: 8px;\n    margin: 0 0 12px;\n  }\n\n  .prize-row {\n    display: grid;\n    grid-template-columns: minmax(92px, 120px) 1fr;\n    gap: 14px;\n    align-items: start;\n    padding: 12px 14px;\n    border-radius: 14px;\n    border: 1px solid #e5e7eb;\n  }\n\n  .prize-label {\n    font-size: 0.88rem;\n    line-height: 1.55;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .prize-main {\n    color: #374151;\n    text-align: left;\n  }\n\n  .store-credit-row {\n    background: var(--credit-bg);\n    border-color: var(--credit-border);\n  }\n\n  .store-credit-row .prize-label,\n  .store-credit-row .prize-main {\n    color: var(--credit-text);\n  }\n\n  .winner-row {\n    background: var(--winner-bg);\n    border-color: var(--winner-border);\n  }\n\n  .winner-row .prize-label,\n  .winner-row .prize-main {\n    color: var(--winner-text);\n  }\n\n  .participation-row {\n    background: var(--prize-bg);\n    border-color: var(--prize-border);\n  }\n\n  .participation-row .prize-label,\n  .participation-row .prize-main {\n    color: var(--prize-text);\n  }\n\n  .note {\n    margin: 0;\n    padding: 12px 14px;\n    border-radius: 12px;\n    background: var(--soft);\n    border: 1px solid #e5e7eb;\n    color: #4b5563;\n    font-weight: 600;\n  }\n\n  .compact-list {\n    margin: 0 0 12px;\n    padding-left: 18px;\n  }\n\n  .compact-list li {\n    margin-bottom: 6px;\n    color: #374151;\n  }\n\n  .contact-line {\n    margin: 0;\n    color: #374151;\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: 16px;\n    }\n\n    .event-title-row {\n      flex-direction: column;\n      align-items: flex-start;\n    }\n\n    .event-price {\n      white-space: normal;\n    }\n\n    .prize-row {\n      grid-template-columns: 1fr;\n      gap: 4px;\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\u003ch1 class=\"event-title\"\u003ePokémon GO Mid-Year Celebration Event\u003c\/h1\u003e\n\u003cdiv class=\"event-price\"\u003e$10.00 + tax\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"event-summary\"\u003eBring your own device and compete in our Pokémon GO Mid-Year Celebration Event at Banana Games.\u003c\/p\u003e\n\u003cdiv class=\"event-meta\"\u003e\n\u003cdiv class=\"meta-card\"\u003e\n\u003cspan class=\"meta-label\"\u003eDate \u0026amp; Time\u003c\/span\u003e \u003cspan class=\"meta-value\"\u003eJul 19th at 1: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\"\u003eMaster League Premier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-card\"\u003e\n\u003cspan class=\"meta-label\"\u003eRules\u003c\/span\u003e \u003cspan class=\"meta-value\"\u003eUnlimited CP, Legendary, Mythical, and Ultra Beasts are banned\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\u003eEvent Info\u003c\/h2\u003e\n\u003cdiv class=\"detail-stack\"\u003e\n\u003cdiv class=\"detail-row\"\u003e\u003cstrong\u003eBring Your Own Device.\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003eTeam Lists:\u003c\/strong\u003e Team lists can be filled out on site or brought by the player pre-filled out.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eParticipation\u003c\/h3\u003e\n\u003cdiv class=\"prize-list\"\u003e\n\u003cdiv class=\"prize-row participation-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eEntry\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003eAll players receive 1x Prize Pack on entry while supplies last\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eStore Credit Prizing\u003c\/h3\u003e\n\u003cdiv class=\"prize-list\"\u003e\n\u003cdiv class=\"prize-row store-credit-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003e1st Place\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e50% of the entry pool in store credit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-row store-credit-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003e2nd Place\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e30% of the entry pool in store credit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-row store-credit-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003e3rd Place\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e20% of the entry pool in store credit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eWinner Prize\u003c\/h3\u003e\n\u003cdiv class=\"prize-list\"\u003e\n\u003cdiv class=\"prize-row winner-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003e1st Place\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003eOne notebook stylized with the colors and logos of Team Instinct, Team Mystic, and Team Valor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2\u003eRegistration \u0026amp; Contact\u003c\/h2\u003e\n\u003cul class=\"compact-list\"\u003e\n\u003cli\u003eEntry must be purchased online or in-store before the event starts.\u003c\/li\u003e\n\u003cli\u003eRefunds are available up to 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":48487472824512,"sku":null,"price":10.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0620\/7658\/4128\/files\/unnamed_15b80255-1054-45c3-8ba5-5439094d6acc.png?v=1782152883","url":"https:\/\/bananagames.ca\/products\/pokemon-go-mid-year-celebration-event-jul-19th-1pm","provider":"Banana Games \u0026 Hobby","version":"1.0","type":"link"}