{"product_id":"24-days-of-basketball-magic-advent-calendar","title":"⏳ Last Day 49% OFF –🏀24 Days of Basketball Magic Advent Calendar","description":"\u003cstyle\u003e\n\/* =========================================================\n   BASKETBALL ADVENT CALENDAR\n   FINAL NO-CROP VERSION\n   First Image Full Width + No Bottom Blank Space\n========================================================= *\/\n\n\n\/* =========================================================\n   ROOT RESET\n========================================================= *\/\n\n.bbm-page,\n.bbm-page *{\n  box-sizing:border-box;\n}\n\n.bbm-page{\n  --paper:#fffdf9;\n  --cream:#fff5e7;\n\n  --navy:#14253e;\n  --navy2:#203755;\n\n  --orange:#d36f26;\n  --orange2:#ed8a3b;\n\n  --gold:#bf8b3b;\n  --gold2:#e4b96c;\n\n  --brown:#4a372c;\n  --text:#332d28;\n  --muted:#746960;\n\n  --line:#e7dbcd;\n\n  width:100%;\n  max-width:1080px;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  overflow:visible!important;\n\n  background:var(--paper);\n\n  color:var(--text);\n\n  font-family:\n    var(--font-body-family,Arial,sans-serif);\n\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   GLOBAL IMAGE SAFETY\n========================================================= *\/\n\n.bbm-page img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  margin:0!important;\n\n  transform:none!important;\n\n  clip-path:none!important;\n\n  border:0!important;\n}\n\n\n\/* =========================================================\n   WRAPPER\n========================================================= *\/\n\n.bbm-wrap{\n  width:\n    min(\n      1080px,\n      calc(100% - 28px)\n    );\n\n  margin:0 auto!important;\n\n  padding:\n    32px 0\n    0!important;\n\n  overflow:visible!important;\n}\n\n\n\/* =========================================================\n   TYPOGRAPHY\n========================================================= *\/\n\n.bbm-page h1,\n.bbm-page h2,\n.bbm-page h3,\n.bbm-page h4,\n.bbm-page p{\n  margin-top:0;\n}\n\n.bbm-page h2,\n.bbm-page h3,\n.bbm-page h4{\n  margin-bottom:0;\n\n  color:var(--brown);\n\n  font-family:\n    var(--font-heading-family,Georgia,serif);\n\n  line-height:1.08;\n}\n\n.bbm-page p{\n  margin-bottom:0;\n\n  line-height:1.66;\n}\n\n.bbm-kicker{\n  display:inline-block;\n\n  margin-bottom:9px;\n\n  color:var(--orange);\n\n  font-size:10px;\n  font-weight:900;\n\n  letter-spacing:.11em;\n\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes bbmReveal{\n\n  from{\n    opacity:0;\n    transform:translateY(16px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n\n}\n\n\n@keyframes bbmFloat{\n\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-5px);\n  }\n\n}\n\n\n@keyframes bbmGlow{\n\n  0%,100%{\n    box-shadow:\n      0 10px 28px\n      rgba(20,37,62,.08);\n  }\n\n  50%{\n    box-shadow:\n      0 15px 34px\n      rgba(211,111,38,.17);\n  }\n\n}\n\n\n@keyframes bbmPulse{\n\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 8px 22px\n      rgba(211,111,38,.22);\n  }\n\n  50%{\n    transform:scale(1.025);\n\n    box-shadow:\n      0 12px 30px\n      rgba(211,111,38,.40);\n  }\n\n}\n\n\n.bbm-reveal{\n  opacity:1;\n  transform:none;\n}\n\n\n@supports(animation-timeline:view()){\n\n  .bbm-reveal{\n    animation:\n      bbmReveal\n      .75s\n      ease\n      both;\n\n    animation-timeline:view();\n\n    animation-range:\n      entry 5%\n      cover 27%;\n  }\n\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.bbm-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  margin:\n    0 -14px\n    28px;\n\n  padding:\n    38px 18px\n    32px;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 12% 8%,\n      rgba(211,111,38,.30),\n      transparent 31%\n    ),\n\n    radial-gradient(\n      circle at 88% 90%,\n      rgba(191,139,59,.17),\n      transparent 32%\n    ),\n\n    linear-gradient(\n      145deg,\n      #1a2d48,\n      #0c192b\n    );\n}\n\n\n.bbm-hero:before{\n  content:\"\";\n\n  position:absolute;\n\n  inset:0;\n\n  opacity:.09;\n\n  background-image:\n    radial-gradient(\n      circle,\n      #fff 1px,\n      transparent 1.5px\n    );\n\n  background-size:\n    46px 46px;\n\n  pointer-events:none;\n}\n\n\n.bbm-hero-inner{\n  position:relative;\n\n  z-index:2;\n}\n\n\n.bbm-hero-ball{\n  display:inline-grid;\n\n  place-items:center;\n\n  width:60px;\n  height:60px;\n\n  margin-bottom:12px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.18);\n\n  border-radius:50%;\n\n  background:\n    rgba(255,255,255,.07);\n\n  font-size:31px;\n\n  animation:\n    bbmFloat\n    3.3s\n    ease-in-out\n    infinite;\n}\n\n\n.bbm-hero .bbm-kicker{\n  color:#f1b56d;\n}\n\n\n.bbm-hero h1{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px;\n\n  color:#fff;\n\n  font-family:\n    var(--font-heading-family,Georgia,serif);\n\n  font-size:\n    clamp(\n      30px,\n      4.5vw,\n      46px\n    );\n\n  line-height:1.07;\n}\n\n\n.bbm-hero h1 span{\n  color:#f1b965;\n}\n\n\n.bbm-hero p{\n  max-width:730px;\n\n  margin:\n    0 auto\n    18px;\n\n  color:#e1e7ee;\n\n  font-size:15px;\n}\n\n\n.bbm-hero-pills{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:7px;\n}\n\n\n.bbm-hero-pill{\n  padding:\n    7px 11px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.16);\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.06);\n\n  color:#f7e4c6;\n\n  font-size:11px;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   VALUE CARDS\n========================================================= *\/\n\n.bbm-value{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:11px;\n\n  margin-top:24px;\n}\n\n\n.bbm-value\u003ediv{\n  padding:\n    17px 14px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:15px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n\n.bbm-value\u003ediv:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 10px 24px\n    rgba(211,111,38,.10);\n}\n\n\n.bbm-value-icon{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:24px;\n\n  animation:\n    bbmFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n\n.bbm-value strong,\n.bbm-value small{\n  display:block;\n}\n\n\n.bbm-value strong{\n  color:var(--brown);\n\n  font-size:14px;\n}\n\n\n.bbm-value small{\n  margin-top:4px;\n\n  color:var(--muted);\n\n  font-size:11px;\n\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   FIRST PRODUCT SECTION\n========================================================= *\/\n\n.bbm-first{\n  margin-top:46px;\n\n  padding:\n    22px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:21px;\n\n  background:#fff;\n\n  overflow:visible!important;\n}\n\n\n.bbm-first-head{\n  max-width:800px;\n\n  margin:\n    0 auto\n    20px;\n\n  text-align:center;\n}\n\n\n.bbm-first-head h3{\n  font-size:\n    clamp(\n      25px,\n      3.4vw,\n      38px\n    );\n}\n\n\n.bbm-first-head p{\n  max-width:700px;\n\n  margin:\n    12px auto\n    0;\n\n  color:var(--muted);\n}\n\n\n\/* =========================================================\n   FIRST IMAGE\n   ABSOLUTELY NO CROP\n========================================================= *\/\n\n.bbm-first-image{\n  display:block!important;\n\n  position:static!important;\n\n  width:100%!important;\n  max-width:none!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:\n    0 auto\n    20px!important;\n\n  padding:0!important;\n\n  overflow:visible!important;\n\n  aspect-ratio:auto!important;\n\n  background:transparent!important;\n\n  border:0!important;\n  border-radius:0!important;\n\n  box-shadow:none!important;\n\n  clip-path:none!important;\n\n  mask:none!important;\n  -webkit-mask:none!important;\n}\n\n\n.bbm-first-image img{\n  display:block!important;\n\n  position:static!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  overflow:visible!important;\n\n  border-radius:0!important;\n\n  transform:none!important;\n\n  clip-path:none!important;\n\n  mask:none!important;\n  -webkit-mask:none!important;\n}\n\n\n\/* Stop every hover effect on first image *\/\n\n.bbm-first-image:hover,\n.bbm-first-image:hover img{\n  transform:none!important;\n\n  filter:none!important;\n}\n\n\n\/* =========================================================\n   FIRST IMAGE COPY\n========================================================= *\/\n\n.bbm-first-copy{\n  max-width:820px;\n\n  margin:0 auto;\n}\n\n\n.bbm-first-copy p{\n  margin-top:12px;\n\n  color:var(--muted);\n}\n\n\n.bbm-checks{\n  display:grid;\n\n  gap:7px;\n\n  margin-top:16px;\n}\n\n\n.bbm-checks\u003ediv{\n  padding:\n    9px 0;\n\n  border-bottom:\n    1px solid\n    var(--line);\n\n  color:#5c5048;\n\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   STANDARD FEATURE\n========================================================= *\/\n\n.bbm-feature{\n  display:grid;\n\n  grid-template-columns:\n    minmax(0,1fr)\n    minmax(0,1fr);\n\n  gap:28px;\n\n  align-items:center;\n\n  margin-top:46px;\n\n  padding:21px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:21px;\n\n  background:#fff;\n\n  overflow:visible!important;\n}\n\n\n.bbm-alt{\n  background:var(--cream);\n}\n\n\n\/* =========================================================\n   STANDARD MEDIA\n========================================================= *\/\n\n.bbm-media{\n  position:relative!important;\n\n  width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  padding:0!important;\n\n  overflow:visible!important;\n\n  aspect-ratio:auto!important;\n\n  background:transparent!important;\n\n  border-radius:0!important;\n\n  box-shadow:none!important;\n}\n\n\n.bbm-media img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  object-fit:contain!important;\n\n  aspect-ratio:auto!important;\n\n  border-radius:15px!important;\n\n  transform:none!important;\n\n  box-shadow:\n    0 9px 24px\n    rgba(47,37,29,.09);\n\n  transition:\n    box-shadow .3s ease,\n    filter .3s ease;\n}\n\n\n.bbm-media:hover img{\n  transform:none!important;\n\n  box-shadow:\n    0 12px 30px\n    rgba(47,37,29,.13);\n\n  filter:\n    saturate(1.02)\n    contrast(1.01);\n}\n\n\n\/* =========================================================\n   COPY\n========================================================= *\/\n\n.bbm-copy p{\n  margin-top:12px;\n\n  color:var(--muted);\n}\n\n\n.bbm-feature h3,\n.bbm-head h3,\n.bbm-close h3{\n  font-size:\n    clamp(\n      25px,\n      3.4vw,\n      38px\n    );\n}\n\n\n\/* =========================================================\n   PROOF\n========================================================= *\/\n\n.bbm-proof{\n  margin-top:46px;\n}\n\n\n.bbm-head{\n  max-width:810px;\n\n  margin:0 auto;\n\n  text-align:center;\n}\n\n\n.bbm-head p{\n  max-width:720px;\n\n  margin:\n    13px auto\n    0;\n\n  color:var(--muted);\n}\n\n\n.bbm-wide{\n  width:100%;\n\n  max-width:920px;\n\n  margin:\n    20px auto\n    0!important;\n}\n\n\n.bbm-proof-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:9px;\n\n  margin-top:13px;\n}\n\n\n.bbm-proof-grid\u003ediv{\n  padding:\n    14px 11px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:12px;\n\n  background:#fff;\n\n  text-align:center;\n\n  color:var(--muted);\n\n  font-size:10.5px;\n\n  line-height:1.45;\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n\n.bbm-proof-grid\u003ediv:hover{\n  transform:translateY(-3px);\n\n  box-shadow:\n    0 8px 20px\n    rgba(52,40,30,.08);\n}\n\n\n.bbm-proof-grid strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--brown);\n\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   MINI GRID\n========================================================= *\/\n\n.bbm-mini-grid{\n  display:grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap:9px;\n\n  margin-top:16px;\n}\n\n\n.bbm-mini-grid\u003ediv{\n  padding:12px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:12px;\n\n  background:#fff;\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n\n.bbm-mini-grid\u003ediv:hover{\n  transform:translateY(-3px);\n\n  box-shadow:\n    0 8px 18px\n    rgba(50,38,30,.07);\n}\n\n\n.bbm-mini-icon{\n  display:block;\n\n  font-size:20px;\n\n  animation:\n    bbmFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n\n.bbm-mini-grid strong,\n.bbm-mini-grid small{\n  display:block;\n}\n\n\n.bbm-mini-grid strong{\n  margin-top:4px;\n\n  color:var(--brown);\n\n  font-size:13px;\n}\n\n\n.bbm-mini-grid small{\n  margin-top:3px;\n\n  color:var(--muted);\n\n  font-size:10px;\n\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   TAGS\n========================================================= *\/\n\n.bbm-tags{\n  display:flex;\n\n  flex-wrap:wrap;\n\n  gap:8px;\n\n  margin-top:16px;\n}\n\n\n.bbm-tag{\n  padding:\n    8px 10px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:999px;\n\n  background:#fff;\n\n  color:var(--brown);\n\n  font-size:10px;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   REVIEWS\n========================================================= *\/\n\n.bbm-reviews{\n  margin-top:48px;\n}\n\n\n.bbm-reviews .bbm-head{\n  margin-bottom:20px;\n}\n\n\n.bbm-review-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:14px;\n}\n\n\n.bbm-review{\n  overflow:visible!important;\n\n  padding-bottom:16px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:17px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n\n.bbm-review:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 12px 26px\n    rgba(45,35,28,.10);\n}\n\n\n\/* =========================================================\n   REVIEW IMAGE FULL DISPLAY\n========================================================= *\/\n\n.bbm-review-img{\n  width:100%;\n\n  height:auto!important;\n  min-height:0!important;\n\n  aspect-ratio:auto!important;\n\n  overflow:visible!important;\n\n  background:transparent!important;\n}\n\n\n.bbm-review-img img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n\n  transform:none!important;\n\n  border-radius:\n    16px 16px\n    0 0!important;\n}\n\n\n.bbm-stars{\n  margin-top:12px;\n\n  color:#f2b51c;\n\n  font-size:17px;\n\n  letter-spacing:1px;\n}\n\n\n.bbm-review h4{\n  padding:\n    0 15px;\n\n  margin-top:7px;\n\n  font-size:16px;\n}\n\n\n.bbm-review p{\n  padding:\n    8px 15px 0;\n\n  color:var(--muted);\n\n  font-size:11px;\n}\n\n\n.bbm-review-name{\n  display:block;\n\n  padding:\n    11px 15px 0;\n\n  color:#6d6057;\n\n  font-size:10px;\n  font-weight:700;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.bbm-faq-wrap{\n  margin-top:48px;\n}\n\n\n.bbm-faq{\n  max-width:800px;\n\n  margin:\n    18px auto\n    0;\n\n  border-top:\n    1px solid\n    var(--line);\n}\n\n\n.bbm-faq details{\n  border-bottom:\n    1px solid\n    var(--line);\n}\n\n\n.bbm-faq summary{\n  position:relative;\n\n  padding:\n    15px 34px\n    15px 0;\n\n  list-style:none;\n\n  cursor:pointer;\n\n  color:var(--brown);\n\n  font-weight:800;\n}\n\n\n.bbm-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n\n.bbm-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:1px;\n  top:50%;\n\n  transform:\n    translateY(-50%);\n\n  color:var(--orange);\n\n  font-size:20px;\n}\n\n\n.bbm-faq details[open] summary:after{\n  content:\"–\";\n}\n\n\n.bbm-faq p{\n  padding:\n    0 28px\n    15px 0;\n\n  color:var(--muted);\n\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.bbm-close{\n  position:relative;\n\n  margin:\n    48px -14px\n    0!important;\n\n  padding:\n    35px 20px\n    37px;\n\n  overflow:hidden;\n\n  border-radius:\n    22px 22px\n    0 0;\n\n  background:\n\n    radial-gradient(\n      circle at 50% 0,\n      rgba(238,158,75,.20),\n      transparent 40%\n    ),\n\n    linear-gradient(\n      145deg,\n      #142841,\n      #0d1c30\n    );\n\n  text-align:center;\n\n  color:#fff;\n\n  animation:\n    bbmGlow\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n.bbm-close:before{\n  content:\"🏀\";\n\n  position:absolute;\n\n  right:-8px;\n  top:-34px;\n\n  opacity:.055;\n\n  font-size:150px;\n\n  transform:rotate(-14deg);\n}\n\n\n.bbm-close-icons{\n  position:relative;\n\n  font-size:27px;\n\n  animation:\n    bbmFloat\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n.bbm-close h3{\n  position:relative;\n\n  margin-top:9px;\n\n  color:#fff;\n}\n\n\n.bbm-close p{\n  position:relative;\n\n  max-width:620px;\n\n  margin:\n    12px auto\n    0;\n\n  color:#dfe6ef;\n}\n\n\n.bbm-cta{\n  position:relative;\n\n  display:inline-block;\n\n  margin-top:19px;\n\n  padding:\n    11px 20px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      90deg,\n      #d36f26,\n      #ed9347\n    );\n\n  color:#fff!important;\n\n  text-decoration:none;\n\n  font-size:12.5px;\n  font-weight:900;\n\n  animation:\n    bbmPulse\n    2.7s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   BOTTOM WHITE SPACE FIX\n========================================================= *\/\n\n.bbm-page,\n.bbm-wrap{\n  margin-bottom:0!important;\n  padding-bottom:0!important;\n}\n\n\n.bbm-wrap \u003e *:last-child,\n.bbm-page \u003e *:last-child{\n  margin-bottom:0!important;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:920px){\n\n  .bbm-feature{\n    grid-template-columns:1fr;\n\n    gap:18px;\n  }\n\n\n  .bbm-proof-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n\n  .bbm-review-grid{\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:560px){\n\n  .bbm-wrap{\n    width:\n      calc(100% - 14px);\n\n    padding:\n      24px 0\n      0!important;\n  }\n\n\n  .bbm-hero{\n    margin:\n      0 -7px\n      25px;\n\n    padding:\n      30px 11px\n      25px;\n  }\n\n\n  .bbm-hero h1{\n    font-size:29px;\n  }\n\n\n  .bbm-value{\n    display:flex;\n\n    overflow-x:auto;\n\n    gap:9px;\n\n    padding-bottom:3px;\n\n    scroll-snap-type:\n      x mandatory;\n\n    scrollbar-width:none;\n  }\n\n\n  .bbm-value::-webkit-scrollbar{\n    display:none;\n  }\n\n\n  .bbm-value\u003ediv{\n    min-width:78%;\n\n    scroll-snap-align:start;\n  }\n\n\n  .bbm-first{\n    margin-top:36px;\n\n    padding:\n      15px 0\n      15px;\n\n    border-left:0;\n    border-right:0;\n\n    border-radius:0;\n  }\n\n\n  .bbm-first-head,\n  .bbm-first-copy{\n    padding:\n      0 15px;\n  }\n\n\n  .bbm-first-image{\n    width:100%!important;\n\n    max-width:none!important;\n\n    margin:\n      0 auto\n      18px!important;\n  }\n\n\n  .bbm-first-image img{\n    width:100%!important;\n\n    height:auto!important;\n\n    max-height:none!important;\n\n    border-radius:0!important;\n  }\n\n\n  .bbm-feature{\n    margin-top:36px;\n\n    padding:15px;\n\n    border-radius:17px;\n  }\n\n\n  .bbm-feature h3,\n  .bbm-first-head h3,\n  .bbm-head h3,\n  .bbm-close h3{\n    font-size:25px;\n  }\n\n\n  .bbm-mini-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .bbm-proof-grid{\n    display:flex;\n\n    overflow-x:auto;\n\n    gap:9px;\n\n    padding-bottom:3px;\n\n    scroll-snap-type:\n      x mandatory;\n\n    scrollbar-width:none;\n  }\n\n\n  .bbm-proof-grid::-webkit-scrollbar{\n    display:none;\n  }\n\n\n  .bbm-proof-grid\u003ediv{\n    min-width:68%;\n\n    scroll-snap-align:start;\n  }\n\n\n  .bbm-media,\n  .bbm-review-img{\n    overflow:visible!important;\n\n    height:auto!important;\n\n    aspect-ratio:auto!important;\n  }\n\n\n  .bbm-media img,\n  .bbm-review-img img{\n    width:100%!important;\n\n    height:auto!important;\n\n    max-height:none!important;\n\n    aspect-ratio:auto!important;\n\n    object-fit:contain!important;\n\n    transform:none!important;\n  }\n\n\n  .bbm-close{\n    margin:\n      38px -7px\n      0!important;\n\n    padding:\n      31px 15px\n      31px;\n\n    border-radius:\n      18px 18px\n      0 0;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .bbm-page *,\n  .bbm-page *::before,\n  .bbm-page *::after{\n\n    animation:none!important;\n    transition:none!important;\n  }\n\n}\n\u003c\/style\u003e\n\u003csection class=\"bbm-page\"\u003e\n\u003cdiv class=\"bbm-wrap\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\u003cheader class=\"bbm-hero\"\u003e\n\u003cdiv class=\"bbm-hero-inner\"\u003e\n\u003cdiv class=\"bbm-hero-ball\"\u003e🏀\u003c\/div\u003e\n\u003cspan class=\"bbm-kicker\"\u003e 24 DAYS · 24 PLAYERS · ONE TEAM THAT GROWS EVERY MORNING \u003c\/span\u003e\n\u003ch1\u003eA New Basketball Personality \u003cspan\u003eWaiting Behind Every Door.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp\u003eOpen one numbered door each day, discover another tiny hoops character, and build a complete 24-piece basketball team by the end of the Christmas countdown.\u003c\/p\u003e\n\u003cdiv class=\"bbm-hero-pills\"\u003e\n\u003cspan class=\"bbm-hero-pill\"\u003e 🏀 24 Characters \u003c\/span\u003e \u003cspan class=\"bbm-hero-pill\"\u003e 🎁 Daily Surprise \u003c\/span\u003e \u003cspan class=\"bbm-hero-pill\"\u003e 🎄 Christmas Countdown \u003c\/span\u003e \u003cspan class=\"bbm-hero-pill\"\u003e ⭐ Collect \u0026amp; Display \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- =====================================================\n     QUICK VALUE\n===================================================== --\u003e\n\u003cdiv class=\"bbm-value\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"bbm-value-icon\"\u003e 🏀 \u003c\/span\u003e \u003cstrong\u003e 24 Different Characters \u003c\/strong\u003e \u003csmall\u003e A new player, pose or personality behind every door. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"bbm-value-icon\"\u003e 🎁 \u003c\/span\u003e \u003cstrong\u003e Daily Surprise \u003c\/strong\u003e \u003csmall\u003e One small reason to look forward to every December morning. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"bbm-value-icon\"\u003e ⭐ \u003c\/span\u003e \u003cstrong\u003e Built to Collect \u003c\/strong\u003e \u003csmall\u003e The full team keeps its play and display value after Advent. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     FIRST PRODUCT IMAGE\n     FULL WIDTH \/ NEVER CROPPED\n===================================================== --\u003e\n\u003csection class=\"bbm-first bbm-reveal\"\u003e\n\u003cdiv class=\"bbm-first-head\"\u003e\n\u003cspan class=\"bbm-kicker\"\u003e TINY DETAILS. BIG PERSONALITIES. \u003c\/span\u003e\n\u003ch3\u003eEvery Figure Feels Like a Different Member of the Team\u003c\/h3\u003e\n\u003cp\u003eRookie, Shooter, Dunker, Captain, Referee, MVP and more each bring their own pose, expression, prop or role.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbm-first-image\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/1fe7f81543cec25c11f2502e1e5f38500f52be6e.png\" alt=\"Basketball collectible figures with different poses and accessories\" loading=\"eager\" width=\"530\" height=\"530\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbm-first-copy\"\u003e\n\u003cdiv class=\"bbm-checks\"\u003e\n\u003cdiv\u003e✓ Different poses, roles, accessories and expressions\u003c\/div\u003e\n\u003cdiv\u003e✓ Basketball details that are easy to recognize at a glance\u003c\/div\u003e\n\u003cdiv\u003e✓ Designed to look good individually and as a complete lineup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     24 CHARACTER PROOF\n===================================================== --\u003e\n\u003csection class=\"bbm-proof bbm-reveal\"\u003e\n\u003cdiv class=\"bbm-head\"\u003e\n\u003cspan class=\"bbm-kicker\"\u003e NO “SAME ONE AGAIN” FEELING \u003c\/span\u003e\n\u003ch3\u003eMeet the Whole Team: 24 Players, 24 Personalities\u003c\/h3\u003e\n\u003cp\u003eFrom rookies and shooters to coaches, referees, super fans, champions and holiday ballers, the countdown keeps changing all the way to day 24.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbm-media bbm-wide\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/97d7f82ef6e0ff24812a5ebf5a3c4e73d6293a8f.png\" alt=\"Full lineup of 24 basketball Advent calendar characters\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbm-proof-grid\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e 24 Unique Designs \u003c\/strong\u003e Different characters throughout the countdown.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Build a Full Team \u003c\/strong\u003e The collection becomes more satisfying each day.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Play-Friendly \u003c\/strong\u003e Easy to line up, compare and create little basketball stories.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Display-Worthy \u003c\/strong\u003e Looks complete once all 24 players are together.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FAMILY \/ GIFT\n===================================================== --\u003e\n\u003csection class=\"bbm-feature bbm-alt bbm-reveal\"\u003e\n\u003cdiv class=\"bbm-copy\"\u003e\n\u003cspan class=\"bbm-kicker\"\u003e THE GIFT STARTS BEFORE CHRISTMAS DAY \u003c\/span\u003e\n\u003ch3\u003eOne Small Reveal Can Become the Best Part of the Morning\u003c\/h3\u003e\n\u003cp\u003eThe fun is not only the figure. It's the question: \u003cstrong\u003e“Who did we get today?”\u003c\/strong\u003e That turns the calendar into a simple December ritual kids and basketball fans can look forward to.\u003c\/p\u003e\n\u003cdiv class=\"bbm-mini-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"bbm-mini-icon\"\u003e 👨👦 \u003c\/span\u003e \u003cstrong\u003e Family Countdown \u003c\/strong\u003e \u003csmall\u003e A quick shared moment before the day gets busy. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"bbm-mini-icon\"\u003e 🏀 \u003c\/span\u003e \u003cstrong\u003e Basketball Fans \u003c\/strong\u003e \u003csmall\u003e Specific enough to feel chosen just for them. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"bbm-mini-icon\"\u003e 🎄 \u003c\/span\u003e \u003cstrong\u003e Christmas Tradition \u003c\/strong\u003e \u003csmall\u003e One new character every day through the countdown. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"bbm-mini-icon\"\u003e 🎁 \u003c\/span\u003e \u003cstrong\u003e Pre-Christmas Gift \u003c\/strong\u003e \u003csmall\u003e The fun begins before Christmas morning arrives. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbm-media\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/aaeb55e548c2c4d0a1683619b7e7b06e0e1e3c79.png\" alt=\"Father and child enjoying a basketball Advent calendar\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     AFTER ADVENT\n===================================================== --\u003e\n\u003csection class=\"bbm-feature bbm-reveal\"\u003e\n\u003cdiv class=\"bbm-media\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/10a85afd3f07d2b36ed59326bda19c02d34f8854.png\" alt=\"Basketball collectible figures displayed after Advent\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbm-copy\"\u003e\n\u003cspan class=\"bbm-kicker\"\u003e AFTER DAY 24, THE FUN DOESN’T DISAPPEAR \u003c\/span\u003e\n\u003ch3\u003eFrom Christmas Countdown to a Complete Basketball Display\u003c\/h3\u003e\n\u003cp\u003eLine the figures across a shelf, desk, bedroom basketball corner or holiday display. The countdown ends, but the team can stay out.\u003c\/p\u003e\n\u003cdiv class=\"bbm-tags\"\u003e\n\u003cspan class=\"bbm-tag\"\u003e 🏠 Bedroom Display \u003c\/span\u003e \u003cspan class=\"bbm-tag\"\u003e 📚 Shelf Collection \u003c\/span\u003e \u003cspan class=\"bbm-tag\"\u003e 🏀 Basketball Corner \u003c\/span\u003e \u003cspan class=\"bbm-tag\"\u003e 🎄 Holiday Scene \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     REVIEWS\n===================================================== --\u003e\n\u003csection class=\"bbm-reviews bbm-reveal\"\u003e\n\u003cdiv class=\"bbm-head\"\u003e\n\u003cspan class=\"bbm-kicker\"\u003e REAL-LIFE MOMENTS \u003c\/span\u003e\n\u003ch3\u003eWhat Customers Are Saying\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbm-review-grid\"\u003e\n\u003carticle class=\"bbm-review\"\u003e\n\u003cdiv class=\"bbm-review-img\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/078372ac8ae669f163e56447d49cdbdce65f1f09.png\" alt=\"Customer holding basketball collectible figure\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbm-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch4\u003e“He picked a favorite before we even finished opening the box.”\u003c\/h4\u003e\n\u003cp\u003eThe figures are bigger and cuter than I expected. My son immediately started naming the players and lining them up like his own little team.\u003c\/p\u003e\n\u003cspan class=\"bbm-review-name\"\u003e Karen M. | Verified Customer \u003c\/span\u003e\u003c\/article\u003e\n\u003carticle class=\"bbm-review\"\u003e\n\u003cdiv class=\"bbm-review-img\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/49e816391ddfcc4f3945c30e8869a436aaa198c5.png\" alt=\"Basketball Advent calendar unboxing\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbm-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch4\u003e“Way more fun than another candy calendar.”\u003c\/h4\u003e\n\u003cp\u003eIt arrived nicely packed and the countdown box feels substantial. I like that there is something to keep and play with after every day is opened.\u003c\/p\u003e\n\u003cspan class=\"bbm-review-name\"\u003e Melissa R. | Verified Customer \u003c\/span\u003e\u003c\/article\u003e\n\u003carticle class=\"bbm-review\"\u003e\n\u003cdiv class=\"bbm-review-img\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/cdbc3de32ee7c0849b144a6f33fc8c27e8b6a69e.png\" alt=\"Basketball figures displayed in a basketball themed room\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbm-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch4\u003e“The countdown turned into a whole little basketball shelf.”\u003c\/h4\u003e\n\u003cp\u003eBy the second week we had a full lineup going in his room. He kept rearranging the players and checking which character might come next.\u003c\/p\u003e\n\u003cspan class=\"bbm-review-name\"\u003e Amanda L. | Verified Customer \u003c\/span\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FAQ\n===================================================== --\u003e\n\u003csection class=\"bbm-faq-wrap bbm-reveal\"\u003e\n\u003cdiv class=\"bbm-head\"\u003e\n\u003cspan class=\"bbm-kicker\"\u003e GOOD TO KNOW \u003c\/span\u003e\n\u003ch3\u003eQuick Questions\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbm-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow many figures are included?\u003c\/summary\u003e\n\u003cp\u003eThe calendar is designed as a 24-day countdown with one basketball character to discover each day.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre all 24 figures different?\u003c\/summary\u003e\n\u003cp\u003eYes. The collection is designed around different roles, poses, props, expressions and personalities.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan kids keep playing with them after Christmas?\u003c\/summary\u003e\n\u003cp\u003eYes. The figures remain part of the collection after the Advent countdown is finished.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWho is this best for?\u003c\/summary\u003e\n\u003cp\u003eEspecially suitable for basketball-loving kids, families, collectors and gift buyers.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen should I give the calendar?\u003c\/summary\u003e\n\u003cp\u003eIdeally before the 24-day Christmas countdown begins so the recipient can enjoy every daily reveal.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\u003cfooter class=\"bbm-close bbm-reveal\"\u003e\n\u003cdiv class=\"bbm-close-icons\"\u003e🏀 🎄 ⭐\u003c\/div\u003e\n\u003ch3\u003e24 Days. 24 Players. One Team They Built Themselves.\u003c\/h3\u003e\n\u003cp\u003eGive them a new basketball personality to discover every morning and a complete collection waiting at the end of the countdown.\u003c\/p\u003e\n\u003ca class=\"bbm-cta\" href=\"#\"\u003e 🏀 Start the Basketball Countdown → \u003c\/a\u003e\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"LJH","offers":[{"title":"Default Title","offer_id":57323681251494,"sku":"SZ06732609101614-收藏版篮球人偶-26 * 18 * 3cm","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/0c970d80650af80680c0316cef2c091e3d4efed7.jpg?v=1789006818","url":"https:\/\/getvyxor.com\/products\/24-days-of-basketball-magic-advent-calendar","provider":"getvyxor","version":"1.0","type":"link"}