{"product_id":"2026-french-bulldog-game-day-club-advent-calendar-🐶🏈-24-days-of-sports-themed-surprises","title":"2026 French Bulldog Game Day Club Advent Calendar 🐶🏈 – 24 Days of Sports-Themed Surprises","description":"\u003cstyle\u003e\n\/* =========================================================\n   FRENCH BULLDOG GAME DAY CLUB\n   Shopify Custom Liquid Landing Page\n\n   STYLE:\n   American Game Day × Tailgate × Frenchie Club\n   Navy × Burgundy × Cream × Football Brown × Autumn\n\n   DEFAULT:\n   Image Top \/ Text Bottom\n   Desktop + Mobile Compatible\n========================================================= *\/\n\n#fdg-page{\n  --navy:#19324a;\n  --navy-dark:#102436;\n\n  --red:#9f3034;\n  --red-dark:#6f2026;\n\n  --cream:#fff8ec;\n  --cream2:#f2e5d0;\n\n  --football:#75492d;\n  --brown-dark:#3b281e;\n\n  --gold:#c8994d;\n  --green:#3f563f;\n\n  --text:#51473f;\n  --muted:#786d64;\n  --line:#ddc8ab;\n\n  max-width:1120px;\n  margin:0 auto;\n  overflow:hidden;\n\n  background:#fbf7ef;\n  color:var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    sans-serif;\n\n  line-height:1.72;\n}\n\n#fdg-page *{\n  box-sizing:border-box;\n}\n\n#fdg-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n\n\/* =========================================================\n   GLOBAL\n========================================================= *\/\n\n.fdg-section{\n  padding:70px 30px;\n}\n\n.fdg-inner{\n  width:100%;\n  max-width:1000px;\n  margin:0 auto;\n}\n\n.fdg-soft{\n  background:\n    linear-gradient(\n      180deg,\n      #f2e6d4,\n      #fbf7ef\n    );\n}\n\n.fdg-navy{\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(202,153,72,.16),\n      transparent 40%\n    ),\n    linear-gradient(\n      180deg,\n      #203b52,\n      #102536\n    );\n}\n\n.fdg-dark{\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(197,143,67,.16),\n      transparent 40%\n    ),\n    linear-gradient(\n      180deg,\n      #563321,\n      #302117\n    );\n}\n\n.fdg-image{\n  width:100%;\n  height:auto;\n\n  border-radius:18px;\n\n  box-shadow:\n    0 20px 54px rgba(58,39,27,.18);\n}\n\n.fdg-content{\n  max-width:850px;\n  margin:32px auto 0;\n  text-align:center;\n}\n\n.fdg-kicker{\n  display:inline-block;\n\n  margin-bottom:12px;\n  padding:7px 14px;\n\n  border-radius:999px;\n\n  background:var(--navy-dark);\n  color:#f0d39b;\n\n  font-size:10px;\n  font-weight:900;\n\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.fdg-title{\n  max-width:920px;\n  margin:0 auto 17px;\n\n  color:var(--brown-dark);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:clamp(35px,5vw,59px);\n\n  line-height:1.07;\n  letter-spacing:-.025em;\n}\n\n.fdg-title .red{\n  color:var(--red);\n}\n\n.fdg-title .navy{\n  color:var(--navy);\n}\n\n.fdg-title .gold{\n  color:#95662d;\n}\n\n.fdg-copy{\n  max-width:790px;\n  margin:0 auto;\n\n  color:var(--muted);\n\n  font-size:17px;\n  line-height:1.8;\n}\n\n.fdg-copy strong{\n  color:#403831;\n}\n\n.fdg-navy .fdg-title,\n.fdg-dark .fdg-title{\n  color:#fff8ec;\n}\n\n.fdg-navy .fdg-copy,\n.fdg-dark .fdg-copy{\n  color:#e6dfd7;\n}\n\n.fdg-navy .fdg-kicker,\n.fdg-dark .fdg-kicker{\n  background:rgba(255,255,255,.09);\n  color:#f1d69e;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.fdg-hero{\n  padding:55px 30px 60px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(179,77,54,.12),\n      transparent 36%\n    ),\n    linear-gradient(\n      180deg,\n      #fffdf8,\n      #eee1cf\n    );\n}\n\n.fdg-hero .fdg-title{\n  font-size:clamp(43px,6.2vw,70px);\n}\n\n.fdg-hero-copy{\n  font-size:18px;\n}\n\n\n\/* =========================================================\n   PRICE\n========================================================= *\/\n\n.fdg-price{\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n  flex-wrap:wrap;\n\n  gap:10px;\n\n  margin-top:21px;\n}\n\n.fdg-price strong{\n  color:var(--brown-dark);\n\n  font-size:32px;\n  font-weight:900;\n}\n\n.fdg-price span{\n  padding:6px 11px;\n\n  border-radius:5px;\n\n  background:var(--red);\n  color:#fff;\n\n  font-size:10px;\n  font-weight:900;\n}\n\n.fdg-navy .fdg-price strong,\n.fdg-dark .fdg-price strong{\n  color:#fff;\n}\n\n\n\/* =========================================================\n   CTA\n========================================================= *\/\n\n.fdg-btn{\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  width:min(100%,590px);\n  min-height:62px;\n\n  margin:27px auto 0;\n  padding:16px 24px;\n\n  border:0;\n  border-radius:9px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #aa3e3e,\n      #782629\n    );\n\n  color:#fff !important;\n\n  text-decoration:none;\n  text-align:center;\n\n  cursor:pointer;\n\n  font-size:15px;\n  font-weight:900;\n\n  letter-spacing:.025em;\n\n  box-shadow:\n    0 11px 29px rgba(117,38,41,.22);\n\n  transition:.2s ease;\n}\n\n.fdg-btn:hover{\n  transform:translateY(-2px);\n  filter:brightness(1.05);\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.fdg-benefits{\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  margin-top:25px;\n\n  overflow:hidden;\n\n  border-radius:11px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #213c53,\n      #122737\n    );\n\n  box-shadow:\n    0 14px 35px rgba(29,43,54,.21);\n}\n\n.fdg-benefit{\n  padding:21px 9px;\n\n  color:#fff;\n\n  text-align:center;\n\n  border-right:\n    1px solid rgba(255,255,255,.1);\n}\n\n.fdg-benefit:last-child{\n  border-right:none;\n}\n\n.fdg-benefit span{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-size:24px;\n}\n\n.fdg-benefit strong{\n  display:block;\n\n  font-size:11px;\n  line-height:1.35;\n}\n\n.fdg-benefit small{\n  display:block;\n\n  margin-top:4px;\n\n  color:#dfe5e9;\n\n  font-size:9px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   BIG LINE\n========================================================= *\/\n\n.fdg-big-line{\n  max-width:860px;\n  margin:0 auto;\n\n  color:#4c433c;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:clamp(27px,4vw,40px);\n\n  line-height:1.48;\n}\n\n.fdg-big-line strong{\n  color:var(--red);\n}\n\n\n\/* =========================================================\n   CALLOUT\n========================================================= *\/\n\n.fdg-callout{\n  max-width:820px;\n\n  margin:30px auto 0;\n  padding:31px 25px;\n\n  border-radius:12px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #203d55,\n      #132a3b\n    );\n\n  color:#fff;\n\n  text-align:center;\n\n  box-shadow:\n    0 13px 30px rgba(25,44,58,.18);\n}\n\n.fdg-callout strong{\n  display:block;\n\n  color:#f1d69c;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:27px;\n  line-height:1.3;\n}\n\n.fdg-callout p{\n  max-width:700px;\n\n  margin:9px auto 0;\n\n  color:#e3e9ec;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   CARDS\n========================================================= *\/\n\n.fdg-grid{\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:30px;\n}\n\n.fdg-card{\n  padding:22px 11px;\n\n  border-radius:10px;\n\n  border:1px solid var(--line);\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.fdg-card span{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-size:25px;\n}\n\n.fdg-card strong{\n  display:block;\n\n  color:var(--navy-dark);\n\n  font-size:11px;\n}\n\n.fdg-card p{\n  margin:6px 0 0;\n\n  color:#786f67;\n\n  font-size:9px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   FEATURE PILLS\n========================================================= *\/\n\n.fdg-tags{\n  display:flex;\n\n  justify-content:center;\n  flex-wrap:wrap;\n\n  gap:9px;\n\n  margin-top:25px;\n}\n\n.fdg-tag{\n  padding:9px 14px;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  border:1px solid #d9c5aa;\n\n  color:#5c524a;\n\n  font-size:10px;\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   PERSONALITIES\n========================================================= *\/\n\n.fdg-personalities{\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  gap:9px;\n\n  margin-top:30px;\n}\n\n.fdg-personality{\n  padding:15px 9px;\n\n  border-radius:8px;\n\n  border:1px solid var(--line);\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.fdg-personality span{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:21px;\n}\n\n.fdg-personality strong{\n  display:block;\n\n  color:var(--brown-dark);\n\n  font-size:9px;\n  line-height:1.35;\n}\n\n\n\/* =========================================================\n   GAME DAY STEPS\n========================================================= *\/\n\n.fdg-steps{\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n\n  gap:12px;\n\n  margin-top:30px;\n}\n\n.fdg-step{\n  padding:27px 17px;\n\n  border-radius:11px;\n\n  border:1px solid var(--line);\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.fdg-step-num{\n  display:grid;\n\n  place-items:center;\n\n  width:48px;\n  height:48px;\n\n  margin:0 auto 12px;\n\n  border-radius:50%;\n\n  background:var(--navy-dark);\n  color:#efd49b;\n\n  font-size:18px;\n  font-weight:900;\n}\n\n.fdg-step strong{\n  display:block;\n\n  color:var(--navy-dark);\n\n  font-size:13px;\n}\n\n.fdg-step p{\n  margin:7px 0 0;\n\n  color:#786f67;\n\n  font-size:11px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   AUDIENCE\n========================================================= *\/\n\n.fdg-audience{\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:29px;\n}\n\n.fdg-audience-card{\n  padding:21px 10px;\n\n  border-radius:9px;\n\n  background:rgba(255,255,255,.075);\n\n  color:#fff;\n\n  text-align:center;\n}\n\n.fdg-audience-card span{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-size:24px;\n}\n\n.fdg-audience-card strong{\n  display:block;\n\n  font-size:11px;\n}\n\n.fdg-audience-card small{\n  display:block;\n\n  margin-top:5px;\n\n  color:#dce3e7;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   BUNDLES\n========================================================= *\/\n\n.fdg-bundles{\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:30px;\n}\n\n.fdg-bundle{\n  position:relative;\n\n  padding:23px 9px 19px;\n\n  border-radius:9px;\n\n  border:1px solid var(--line);\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.fdg-bundle.best{\n  border:2px solid var(--red);\n\n  background:#fff4f1;\n}\n\n.fdg-bundle-label{\n  position:absolute;\n\n  top:-12px;\n  left:50%;\n\n  transform:translateX(-50%);\n\n  padding:5px 9px;\n\n  border-radius:999px;\n\n  background:var(--red);\n\n  color:#fff;\n\n  white-space:nowrap;\n\n  font-size:8px;\n  font-weight:900;\n}\n\n.fdg-bundle small{\n  display:block;\n\n  color:#77706a;\n\n  font-size:9px;\n  font-weight:850;\n}\n\n.fdg-bundle strong{\n  display:block;\n\n  margin-top:5px;\n\n  color:var(--brown-dark);\n\n  font-size:20px;\n}\n\n.fdg-bundle del{\n  display:block;\n\n  margin-top:2px;\n\n  color:#aaa;\n\n  font-size:9px;\n}\n\n.fdg-bundle span{\n  display:block;\n\n  margin-top:5px;\n\n  color:var(--red);\n\n  font-size:9px;\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.fdg-faq{\n  max-width:860px;\n\n  margin:29px auto 0;\n}\n\n.fdg-faq details{\n  margin-bottom:9px;\n\n  overflow:hidden;\n\n  border-radius:9px;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n}\n\n.fdg-faq summary{\n  cursor:pointer;\n\n  padding:18px 20px;\n\n  list-style:none;\n\n  color:var(--navy-dark);\n\n  font-size:13px;\n  font-weight:900;\n}\n\n.fdg-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.fdg-faq p{\n  margin:0;\n\n  padding:0 20px 19px;\n\n  color:#756d66;\n\n  font-size:12px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.fdg-final{\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(207,154,74,.19),\n      transparent 38%\n    ),\n    linear-gradient(\n      180deg,\n      #203c53,\n      #102536\n    );\n}\n\n.fdg-final .fdg-title{\n  color:#fff7e8;\n}\n\n.fdg-final .fdg-copy{\n  color:#dfe7eb;\n}\n\n.fdg-final .fdg-btn{\n  background:\n    linear-gradient(\n      180deg,\n      #d1a357,\n      #a57537\n    );\n\n  color:#263747 !important;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n\n@media(max-width:760px){\n\n  .fdg-section,\n  .fdg-hero{\n    padding:48px 15px;\n  }\n\n  .fdg-content{\n    margin-top:25px;\n  }\n\n  .fdg-title{\n    font-size:34px;\n  }\n\n  .fdg-copy{\n    font-size:15px;\n  }\n\n  .fdg-image{\n    border-radius:12px;\n  }\n\n  .fdg-benefits,\n  .fdg-grid,\n  .fdg-personalities,\n  .fdg-audience,\n  .fdg-bundles{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .fdg-steps{\n    grid-template-columns:1fr;\n  }\n\n  .fdg-benefit:nth-child(2){\n    border-right:none;\n  }\n\n  .fdg-benefit:nth-child(-n+2){\n    border-bottom:\n      1px solid rgba(255,255,255,.1);\n  }\n\n}\n\n@media(max-width:470px){\n\n  .fdg-bundles{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"fdg-page\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n====================================================== --\u003e\n\n\u003csection class=\"fdg-hero\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893808928414.png?v=1789381209\u0026amp;width=1445\" alt=\"French Bulldog Game Day Club Advent Calendar with 24 football themed surprises\" loading=\"eager\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        🐶🏈 24 DAYS OF FOOTBALL, SNACKS \u0026amp; FRENCHIE MISCHIEF\n      \u003c\/span\u003e\n\n\n      \u003ch1 class=\"fdg-title\"\u003e\n\n        Game Day Just Got\n\n        \u003cbr\u003e\n\n        \u003cspan class=\"red\"\u003e\n          A Lot More Frenchie.\n        \u003c\/span\u003e\n\n      \u003c\/h1\u003e\n\n\n      \u003cp class=\"fdg-copy fdg-hero-copy\"\u003e\n\n        Football on the screen.\n\n        Wings on the table.\n\n        The grill is hot.\n\n        Everyone has their favorite seat.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        And somehow the Frenchies\n        have taken over the whole party.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Open one surprise at a time\n        and build your own miniature\n        \u003cstrong\u003e\n          game-day crew packed with personality,\n          snacks and football fun.\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fdg-price\"\u003e\n\n        \u003cstrong\u003e\n          $29.99\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          24 GAME DAY SURPRISES\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cbutton class=\"fdg-btn fdg-buy-btn\" type=\"button\"\u003e\n\n        🏈 JOIN THE GAME DAY CLUB →\n\n      \u003c\/button\u003e\n\n\n      \u003cdiv class=\"fdg-benefits\"\u003e\n\n\n        \u003cdiv class=\"fdg-benefit\"\u003e\n\n          \u003cspan\u003e🐶\u003c\/span\u003e\n\n          \u003cstrong\u003e\n            FRENCHIE PERSONALITIES\n          \u003c\/strong\u003e\n\n          \u003csmall\u003e\n            Different looks, poses and game-day attitudes\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-benefit\"\u003e\n\n          \u003cspan\u003e🏈\u003c\/span\u003e\n\n          \u003cstrong\u003e\n            FOOTBALL SUNDAY\n          \u003c\/strong\u003e\n\n          \u003csmall\u003e\n            Sports energy without tying it to one team\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-benefit\"\u003e\n\n          \u003cspan\u003e🍔\u003c\/span\u003e\n\n          \u003cstrong\u003e\n            TAILGATE FAVORITES\n          \u003c\/strong\u003e\n\n          \u003csmall\u003e\n            Burgers, wings, pizza, popcorn \u0026amp; grilling\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-benefit\"\u003e\n\n          \u003cspan\u003e🎁\u003c\/span\u003e\n\n          \u003cstrong\u003e\n            24-DAY COLLECTION\n          \u003c\/strong\u003e\n\n          \u003csmall\u003e\n            A new little game-day surprise to discover\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     CORE EMOTION\n====================================================== --\u003e\n\n\u003csection class=\"fdg-section\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893810903791.png?v=1789381210\u0026amp;width=1445\" alt=\"French Bulldog Game Day Club miniature football collection\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        GOOD DOGS · GOOD FOOD · GREAT GAMES\n      \u003c\/span\u003e\n\n\n      \u003cdiv class=\"fdg-big-line\"\u003e\n\n        Some people watch football.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        \u003cstrong\u003e\n          Frenchie people make a whole day out of it.\n        \u003c\/strong\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cp class=\"fdg-copy\" style=\"margin-top:23px;\"\u003e\n\n        The snacks come out.\n\n        The cooler gets filled.\n\n        The lucky shirt goes on.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Somebody starts yelling\n        at the screen.\n\n        Someone else is already\n        working on the wings.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        And your dog\n        has somehow claimed\n        the best seat in the house.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        This collection turns\n        that familiar Sunday feeling\n        into a tiny Frenchie world.\n\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fdg-callout\"\u003e\n\n        \u003cstrong\u003e\n          Small Frenchies.\n          Big Game Days.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          A playful little tribute\n          to football,\n          food,\n          dogs\n          and the people\n          who never miss game day.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     OPEN BOX\n====================================================== --\u003e\n\n\u003csection class=\"fdg-section fdg-soft\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893810886143.png?v=1789381210\u0026amp;width=1445\" alt=\"French Bulldog Game Day Club Advent Calendar open box\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        24 DAYS · ONE COMPLETE GAME DAY CREW\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"fdg-title\"\u003e\n\n        Open The Box.\n\n        \u003cbr\u003e\n\n        \u003cspan class=\"navy\"\u003e\n          Build The Crew.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fdg-copy\"\u003e\n\n        Behind the countdown\n        is an entire little game-day world.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Frenchies ready for kickoff.\n\n        Frenchies ready for snacks.\n\n        Frenchies who look\n        like they have absolutely no idea\n        what's happening\n        but are happy to be included.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        The fun isn't just opening a door.\n\n        It's seeing\n        \u003cstrong\u003e\n          which personality joins the party next.\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fdg-steps\"\u003e\n\n\n        \u003cdiv class=\"fdg-step\"\u003e\n\n          \u003cdiv class=\"fdg-step-num\"\u003e\n            1\n          \u003c\/div\u003e\n\n          \u003cstrong\u003e\n            OPEN TODAY'S SURPRISE\n          \u003c\/strong\u003e\n\n          \u003cp\u003e\n            Reveal another\n            little Frenchie\n            or game-day favorite.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-step\"\u003e\n\n          \u003cdiv class=\"fdg-step-num\"\u003e\n            2\n          \u003c\/div\u003e\n\n          \u003cstrong\u003e\n            MEET THE PERSONALITY\n          \u003c\/strong\u003e\n\n          \u003cp\u003e\n            Coach,\n            referee,\n            snack thief,\n            superfan\n            or sleepy spectator.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-step\"\u003e\n\n          \u003cdiv class=\"fdg-step-num\"\u003e\n            3\n          \u003c\/div\u003e\n\n          \u003cstrong\u003e\n            BUILD GAME DAY\n          \u003c\/strong\u003e\n\n          \u003cp\u003e\n            Let the whole\n            miniature football party\n            come together.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     PERSONALITIES\n====================================================== --\u003e\n\n\u003csection class=\"fdg-section fdg-navy\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893811015760.png?v=1789381210\u0026amp;width=1445\" alt=\"French Bulldogs with football food and game day accessories\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        NOT 24 COPIES OF THE SAME DOG\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"fdg-title\"\u003e\n\n        Every Frenchie\n\n        \u003cbr\u003e\n\n        \u003cspan style=\"color:#f1d59b;\"\u003e\n          Brings Something To The Party.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fdg-copy\"\u003e\n\n        One brought the football.\n\n        One thinks he's the referee.\n\n        One came for the wings.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Another hasn't moved\n        from the chair\n        since kickoff.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        From food lovers\n        and superfans\n        to coaches,\n        sideline characters\n        and sleepy spectators,\n\n        the collection is built around\n        \u003cstrong style=\"color:#fff;\"\u003e\n          different personalities,\n          not simple color swaps.\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fdg-personalities\"\u003e\n\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e🏈\u003c\/span\u003e\n          \u003cstrong\u003eTHE BALL CARRIER\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e🦓\u003c\/span\u003e\n          \u003cstrong\u003eTHE REFEREE\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e📣\u003c\/span\u003e\n          \u003cstrong\u003eTHE SUPERFAN\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e🧢\u003c\/span\u003e\n          \u003cstrong\u003eTHE SIDELINE BOSS\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e🍔\u003c\/span\u003e\n          \u003cstrong\u003eTHE BURGER FAN\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e🍕\u003c\/span\u003e\n          \u003cstrong\u003eTHE PIZZA THIEF\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e🍿\u003c\/span\u003e\n          \u003cstrong\u003eTHE SNACK EXPERT\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e😎\u003c\/span\u003e\n          \u003cstrong\u003eTHE COOL FAN\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e🪑\u003c\/span\u003e\n          \u003cstrong\u003eTHE CHAIR CHAMPION\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e🔥\u003c\/span\u003e\n          \u003cstrong\u003eTHE GRILL MASTER\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e🧠\u003c\/span\u003e\n          \u003cstrong\u003eTHE PLAY CALLER\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fdg-personality\"\u003e\n          \u003cspan\u003e😴\u003c\/span\u003e\n          \u003cstrong\u003eTHE NAPPER\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     TAILGATE\n====================================================== --\u003e\n\n\u003csection class=\"fdg-section\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893810921286.png?v=1789381209\u0026amp;width=1445\" alt=\"French Bulldog football tailgate miniature scene\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        THE PARTY STARTS BEFORE KICKOFF\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"fdg-title\"\u003e\n\n        Football Is Better\n\n        \u003cbr\u003e\n\n        \u003cspan class=\"red\"\u003e\n          With Food, Friends \u0026amp; Frenchies.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fdg-copy\"\u003e\n\n        A cooler on one side.\n\n        A grill on the other.\n\n        Wings,\n        burgers,\n        pizza\n        and way too many snacks.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        The Game Day Club\n        doesn't stop at football.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        It captures the part\n        people actually love:\n\n        \u003cstrong\u003e\n          getting together,\n          eating too much,\n          cheering too loudly\n          and turning Sunday\n          into an event.\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fdg-grid\"\u003e\n\n\n        \u003cdiv class=\"fdg-card\"\u003e\n\n          \u003cspan\u003e🔥\u003c\/span\u003e\n\n          \u003cstrong\u003eTAILGATE GRILL\u003c\/strong\u003e\n\n          \u003cp\u003e\n            Because game day\n            starts long before kickoff.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-card\"\u003e\n\n          \u003cspan\u003e🍗\u003c\/span\u003e\n\n          \u003cstrong\u003eWINGS \u0026amp; SNACKS\u003c\/strong\u003e\n\n          \u003cp\u003e\n            The unofficial fuel\n            of football Sunday.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-card\"\u003e\n\n          \u003cspan\u003e🧊\u003c\/span\u003e\n\n          \u003cstrong\u003eTHE COOLER\u003c\/strong\u003e\n\n          \u003cp\u003e\n            One tiny detail\n            that instantly makes it feel\n            like a tailgate.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-card\"\u003e\n\n          \u003cspan\u003e🐾\u003c\/span\u003e\n\n          \u003cstrong\u003eTHE FRENCHIES\u003c\/strong\u003e\n\n          \u003cp\u003e\n            Obviously the most important\n            members of the crew.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     HOME GAME DAY\n====================================================== --\u003e\n\n\u003csection class=\"fdg-section fdg-soft\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893810967800.png?v=1789381210\u0026amp;width=1445\" alt=\"French Bulldog Game Day Club home football display\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        SUNDAY AT HOME\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"fdg-title\"\u003e\n\n        Your Favorite Seat.\n\n        Your Favorite Snacks.\n\n        \u003cbr\u003e\n\n        \u003cspan class=\"navy\"\u003e\n          Your Favorite Dogs.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fdg-copy\"\u003e\n\n        Not every game day\n        happens in a stadium.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Sometimes it's the couch,\n        the TV,\n        a bowl of popcorn,\n        something good on the grill\n        and your dog sitting beside you.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        That's why this collection\n        works just as well\n        for the dedicated football fan\n        as it does\n        for the Frenchie lover\n        who simply loves the ritual\n        of game day.\n\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fdg-tags\"\u003e\n\n        \u003cspan class=\"fdg-tag\"\u003e🏈 Football Fans\u003c\/span\u003e\n        \u003cspan class=\"fdg-tag\"\u003e🐶 Frenchie Lovers\u003c\/span\u003e\n        \u003cspan class=\"fdg-tag\"\u003e🔥 Tailgate Fans\u003c\/span\u003e\n        \u003cspan class=\"fdg-tag\"\u003e🍕 Snack Experts\u003c\/span\u003e\n        \u003cspan class=\"fdg-tag\"\u003e📺 Sunday Watch Parties\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     GIFT\n====================================================== --\u003e\n\n\u003csection class=\"fdg-section fdg-dark\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893810992400.png?v=1789381209\u0026amp;width=1445\" alt=\"French Bulldog Game Day Club gift display\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        🎁 A GIFT THAT KNOWS EXACTLY WHO THEY ARE\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"fdg-title\"\u003e\n\n        For The Person\n\n        Who Loves Two Things:\n\n        \u003cbr\u003e\n\n        \u003cspan style=\"color:#f1d49a;\"\u003e\n          Football \u0026amp; Their Frenchie.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fdg-copy\"\u003e\n\n        You know the one.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Sunday plans are sacred.\n\n        Snacks are prepared early.\n\n        The TV is already on.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        And their dog\n        has somehow become\n        part of every game-day tradition.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        This is the kind of gift\n        that feels personal\n        before the box is even opened.\n\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fdg-audience\"\u003e\n\n\n        \u003cdiv class=\"fdg-audience-card\"\u003e\n\n          \u003cspan\u003e🐶\u003c\/span\u003e\n\n          \u003cstrong\u003eFRENCHIE PARENTS\u003c\/strong\u003e\n\n          \u003csmall\u003e\n            For people who already\n            think their dog runs the house\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-audience-card\"\u003e\n\n          \u003cspan\u003e🏈\u003c\/span\u003e\n\n          \u003cstrong\u003eFOOTBALL FANS\u003c\/strong\u003e\n\n          \u003csmall\u003e\n            A playful collectible\n            built around game-day culture\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-audience-card\"\u003e\n\n          \u003cspan\u003e🔥\u003c\/span\u003e\n\n          \u003cstrong\u003eTAILGATE CREW\u003c\/strong\u003e\n\n          \u003csmall\u003e\n            Grill,\n            snacks,\n            cooler\n            and football energy\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-audience-card\"\u003e\n\n          \u003cspan\u003e🎁\u003c\/span\u003e\n\n          \u003cstrong\u003eCOLLECTORS\u003c\/strong\u003e\n\n          \u003csmall\u003e\n            A complete themed display\n            that keeps its charm after opening\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     REAL-LIFE EXPERIENCE\n====================================================== --\u003e\n\n\u003csection class=\"fdg-section\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893812755164.png?v=1789381302\u0026amp;width=1445\" alt=\"Couple enjoying French Bulldog Game Day Club miniatures\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        MADE FOR SHARING\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"fdg-title\"\u003e\n\n        Pick Your Favorite.\n\n        \u003cbr\u003e\n\n        \u003cspan class=\"red\"\u003e\n          Then Argue About The Rest.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fdg-copy\"\u003e\n\n        The fun isn't only\n        in collecting all 24.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        It's deciding\n        which Frenchie\n        looks most like yours.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Which one is you\n        on game day.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Which one came\n        only for the food.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        And which one\n        fell asleep before halftime.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     FAMILY EXPERIENCE\n====================================================== --\u003e\n\n\u003csection class=\"fdg-section fdg-soft\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893812777547.png?v=1789381302\u0026amp;width=1445\" alt=\"Father and child enjoying French Bulldog football miniatures\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        ONE MORE LITTLE GAME-DAY TRADITION\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"fdg-title\"\u003e\n\n        The Kind Of Countdown\n\n        \u003cbr\u003e\n\n        \u003cspan class=\"navy\"\u003e\n          People Actually Want To Open Together.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fdg-copy\"\u003e\n\n        Open one before the game.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Guess who's coming next.\n\n        Pick favorites.\n\n        Build the little tailgate.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Then leave the whole crew out\n        for the next football Sunday.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        It's a small collectible,\n        but it creates\n        a surprisingly fun ritual.\n\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fdg-callout\"\u003e\n\n        \u003cstrong\u003e\n          Eat. Bark. Watch. Repeat.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Pretty much everything\n          a good game day needs.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     SOLO EXPERIENCE\n====================================================== --\u003e\n\n\u003csection class=\"fdg-section\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893812721652.png?v=1789381302\u0026amp;width=1445\" alt=\"French Bulldog owner arranging game day miniatures at home\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        FRENCHIE PEOPLE GET IT\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"fdg-title\"\u003e\n\n        Your Dog May Not Understand Football.\n\n        \u003cbr\u003e\n\n        \u003cspan class=\"red\"\u003e\n          But They Definitely Understand Snacks.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fdg-copy\"\u003e\n\n        That's what makes\n        this collection fun.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        It doesn't take football\n        too seriously.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        It takes\n        \u003cstrong\u003e\n          Frenchies,\n          food\n          and Sunday happiness\n        \u003c\/strong\u003e\n        very seriously.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     OFFER\n====================================================== --\u003e\n\n\u003csection id=\"fdg-offer\" class=\"fdg-section fdg-soft\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893810903791.png?v=1789381210\u0026amp;width=1445\" alt=\"Complete French Bulldog Game Day Club collection\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        BUY MORE · SAVE MORE\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"fdg-title\"\u003e\n\n        One For You.\n\n        \u003cbr\u003e\n\n        \u003cspan class=\"red\"\u003e\n          One For Your Favorite Football Dog Person.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fdg-copy\"\u003e\n\n        Keep your own game-day crew,\n\n        or make it an easy gift\n        for another Frenchie household.\n\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fdg-bundles\"\u003e\n\n\n        \u003cdiv class=\"fdg-bundle\"\u003e\n\n          \u003csmall\u003e\n            BUY 1\n          \u003c\/small\u003e\n\n          \u003cstrong\u003e\n            $29.99\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            1 CALENDAR\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-bundle best\"\u003e\n\n          \u003cdiv class=\"fdg-bundle-label\"\u003e\n            MOST POPULAR\n          \u003c\/div\u003e\n\n          \u003csmall\u003e\n            BUY 2 · 10% OFF\n          \u003c\/small\u003e\n\n          \u003cstrong\u003e\n            $53.98\n          \u003c\/strong\u003e\n\n          \u003cdel\u003e\n            $59.98\n          \u003c\/del\u003e\n\n          \u003cspan\u003e\n            SAVE $6\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-bundle\"\u003e\n\n          \u003csmall\u003e\n            BUY 3 · 15% OFF\n          \u003c\/small\u003e\n\n          \u003cstrong\u003e\n            $76.47\n          \u003c\/strong\u003e\n\n          \u003cdel\u003e\n            $89.97\n          \u003c\/del\u003e\n\n          \u003cspan\u003e\n            SAVE $13.50\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fdg-bundle\"\u003e\n\n          \u003csmall\u003e\n            BUY 4 · 20% OFF\n          \u003c\/small\u003e\n\n          \u003cstrong\u003e\n            $95.97\n          \u003c\/strong\u003e\n\n          \u003cdel\u003e\n            $119.96\n          \u003c\/del\u003e\n\n          \u003cspan\u003e\n            SAVE $23.99\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n      \u003cbutton class=\"fdg-btn fdg-buy-btn\" type=\"button\"\u003e\n\n        🐾 GET MY GAME DAY CREW →\n\n      \u003c\/button\u003e\n\n\n      \u003cdiv class=\"fdg-tags\"\u003e\n\n        \u003cspan class=\"fdg-tag\"\u003e\n          🌎 Worldwide Shipping\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fdg-tag\"\u003e\n          🚚 Free Shipping Over $69.99\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fdg-tag\"\u003e\n          ✅ 90-Day Free Returns\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     FAQ\n====================================================== --\u003e\n\n\u003csection class=\"fdg-section\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893810967800.png?v=1789381210\u0026amp;width=1445\" alt=\"French Bulldog Game Day Club football miniatures\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        QUICK QUESTIONS\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"fdg-title\"\u003e\n\n        Before\n\n        \u003cspan class=\"navy\"\u003e\n          Kickoff.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n\n      \u003cdiv class=\"fdg-faq\"\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            How many surprises are included?\n          \u003c\/summary\u003e\n\n          \u003cp\u003e\n            The collection is built around\n            a 24-day countdown\n            with 24 game-day and\n            French Bulldog themed surprises.\n          \u003c\/p\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            Is this connected to a specific football team?\n          \u003c\/summary\u003e\n\n          \u003cp\u003e\n            The collection uses\n            general football,\n            tailgate,\n            food\n            and game-day themes\n            rather than centering the design\n            around one specific professional team.\n          \u003c\/p\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            Are the Frenchies all the same?\n          \u003c\/summary\u003e\n\n          \u003cp\u003e\n            No.\n            The pictured collection uses\n            different poses,\n            expressions,\n            accessories\n            and game-day personalities\n            throughout the set.\n          \u003c\/p\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            What kind of characters and details are included?\n          \u003c\/summary\u003e\n\n          \u003cp\u003e\n            The pictured collection features\n            football-inspired Frenchies,\n            fan characters,\n            a referee,\n            snack-loving pups,\n            game-day seating,\n            food,\n            tailgate accessories,\n            a cooler,\n            grill\n            and other football-party details.\n          \u003c\/p\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            Can the pieces be displayed after the countdown?\n          \u003c\/summary\u003e\n\n          \u003cp\u003e\n            Yes.\n            The full collection is designed\n            to work visually as\n            a playful miniature game-day display\n            after the countdown is complete.\n          \u003c\/p\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            Who is this best for?\n          \u003c\/summary\u003e\n\n          \u003cp\u003e\n            It's especially suited to\n            French Bulldog lovers,\n            football fans,\n            tailgate enthusiasts,\n            dog parents\n            and collectors\n            who enjoy playful seasonal displays.\n          \u003c\/p\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            Are bundle savings available?\n          \u003c\/summary\u003e\n\n          \u003cp\u003e\n            Yes.\n            The current offer includes\n            Buy 2 for 10% off,\n            Buy 3 for 15% off,\n            and Buy 4 for 20% off.\n          \u003c\/p\u003e\n\n        \u003c\/details\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     FINAL CTA\n====================================================== --\u003e\n\n\u003csection class=\"fdg-section fdg-final\"\u003e\n\n  \u003cdiv class=\"fdg-inner\"\u003e\n\n\n    \u003cimg class=\"fdg-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17893810992400.png?v=1789381209\u0026amp;width=1445\" alt=\"French Bulldog Game Day Club collectible display\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"fdg-content\"\u003e\n\n\n      \u003cspan class=\"fdg-kicker\"\u003e\n        🐶🏈 GAME DAY HAS A NEW MVP\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"fdg-title\"\u003e\n\n        Football.\n\n        Food.\n\n        Frenchies.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        \u003cspan style=\"color:#efd49a;\"\u003e\n          What Else Does Sunday Need?\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fdg-copy\"\u003e\n\n        Twenty-four little surprises.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        A whole crew\n        of Frenchie personalities.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        And one miniature world\n        built around\n        the best parts of game day.\n\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fdg-price\"\u003e\n\n        \u003cstrong\u003e\n          $29.99\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          24 GAME DAY SURPRISES\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cbutton class=\"fdg-btn fdg-buy-btn\" type=\"button\"\u003e\n\n        🏈 BRING THE FRENCHIE CREW HOME →\n\n      \u003c\/button\u003e\n\n\n      \u003cdiv class=\"fdg-tags\"\u003e\n\n        \u003cspan class=\"fdg-tag\"\u003e🐶 French Bulldogs\u003c\/span\u003e\n        \u003cspan class=\"fdg-tag\"\u003e🏈 Game Day\u003c\/span\u003e\n        \u003cspan class=\"fdg-tag\"\u003e🔥 Tailgate\u003c\/span\u003e\n        \u003cspan class=\"fdg-tag\"\u003e🍔 Snacks\u003c\/span\u003e\n        \u003cspan class=\"fdg-tag\"\u003e🎁 24-Day Collection\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function(){\n\n  var buttons = document.querySelectorAll('#fdg-page .fdg-buy-btn');\n\n  function goToPurchaseArea(){\n\n    var selectors = [\n      'form[action*=\"\/cart\/add\"]',\n      '.product-form',\n      '[id*=\"ProductInfo\"]',\n      '[class*=\"product__info\"]',\n      '[class*=\"product-info\"]'\n    ];\n\n    var target = null;\n\n    for(var i = 0; i \u003c selectors.length; i++){\n\n      var el = document.querySelector(selectors[i]);\n\n      if(el \u0026\u0026 !document.getElementById('fdg-page').contains(el)){\n        target = el;\n        break;\n      }\n\n    }\n\n    if(target){\n\n      target.scrollIntoView({\n        behavior:'smooth',\n        block:'center'\n      });\n\n    }else{\n\n      window.location.href =\n      '\/products\/2026-french-bulldog-game-day-club-advent-calendar-%F0%9F%90%B6%F0%9F%8F%88-24-days-of-sports-themed-surprises';\n\n    }\n\n  }\n\n  buttons.forEach(function(button){\n\n    button.addEventListener('click', goToPurchaseArea);\n\n  });\n\n})();\n\u003c\/script\u003e","brand":"YW","offers":[{"title":"Default Title","offer_id":67524492591149,"sku":"SZ05402609141364-橄榄球法斗","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/17893808928414.png?v=1789381209","url":"https:\/\/woverssy.com\/products\/2026-french-bulldog-game-day-club-advent-calendar-%f0%9f%90%b6%f0%9f%8f%88-24-days-of-sports-themed-surprises","provider":"woverssy","version":"1.0","type":"link"}