{"product_id":"christmas-band","title":"24 Days. 24 Musicians. One Magical Christmas Band. 🎄🎶","description":"\u003cstyle\u003e .cbm-lp, .cbm-lp * {   box-sizing: border-box; }  .cbm-lp {   --cbm-green: #183c2e;   --cbm-green-dark: #0f2b20;   --cbm-red: #a93631;   --cbm-red-dark: #76231f;   --cbm-cream: #f7f0e4;   --cbm-paper: #fffdf8;   --cbm-sage: #e3eadf;   --cbm-gold: #c79b51;   --cbm-brown: #654a38;   --cbm-ink: #2d2924;   --cbm-muted: #756d64;   --cbm-border: rgba(101,74,56,.15);   --cbm-shadow: 0 14px 36px rgba(56,39,27,.08);    width: 100%;   overflow: hidden;   color: var(--cbm-ink);   background: var(--cbm-paper);   font-family: var(--font-body-family, Arial, sans-serif);   line-height: 1.6; }  .cbm-lp img {   display: block;   width: 100%;   max-width: 100%;   height: auto; }  .cbm-lp h1, .cbm-lp h2, .cbm-lp h3, .cbm-lp p {   margin-top: 0; }  .cbm-lp h1, .cbm-lp h2, .cbm-lp h3 {   font-family: var(--font-heading-family, Georgia, serif); }  .cbm-wrap {   width: min(940px, calc(100% - 32px));   margin: 0 auto; }  .cbm-section {   padding: 74px 0; }  .cbm-center {   text-align: center; }  .cbm-kicker {   margin-bottom: 12px;   color: var(--cbm-red);   font-size: 12px;   font-weight: 800;   letter-spacing: .16em;   text-transform: uppercase; }  .cbm-title {   margin-bottom: 18px;   color: var(--cbm-green);   font-size: clamp(34px, 5vw, 55px);   line-height: 1.04;   letter-spacing: -.025em; }  .cbm-subtitle {   max-width: 690px;   margin: 0 auto;   color: var(--cbm-muted);   font-size: 17px;   line-height: 1.75; }   \/* =================================    HERO ================================= *\/  .cbm-hero {   padding: 28px 0 72px;   background:     radial-gradient(circle at 10% 10%, rgba(199,155,81,.15), transparent 28%),     radial-gradient(circle at 92% 5%, rgba(169,54,49,.09), transparent 28%),     var(--cbm-cream); }  .cbm-hero-copy {   max-width: 800px;   margin: 0 auto 35px;   text-align: center; }  .cbm-hero-title {   margin-bottom: 20px;   color: var(--cbm-green);   font-size: clamp(40px, 6vw, 68px);   line-height: .98;   letter-spacing: -.035em; }  .cbm-hero-title span {   color: var(--cbm-red); }  .cbm-hero-copy p {   max-width: 690px;   margin: 0 auto;   color: var(--cbm-muted);   font-size: 17px; }  .cbm-hero-image {   width: min(820px, 100%);   margin: 0 auto;   overflow: hidden;   border: 1px solid var(--cbm-border);   border-radius: 23px;   background: #fff;   box-shadow: var(--cbm-shadow); }   \/* =================================    VALUE STRIP ================================= *\/  .cbm-value {   padding: 20px 0;   background: var(--cbm-green);   color: #fff; }  .cbm-value-grid {   display: grid;   grid-template-columns: repeat(4, 1fr);   gap: 8px; }  .cbm-value-item {   padding: 9px 8px;   text-align: center; }  .cbm-value-number {   display: block;   margin-bottom: 2px;   color: #f0cf83;   font-family: var(--font-heading-family, Georgia, serif);   font-size: 26px;   font-weight: 700; }  .cbm-value-label {   display: block;   color: rgba(255,255,255,.76);   font-size: 11px;   font-weight: 700;   letter-spacing: .07em;   text-transform: uppercase; }   \/* =================================    STORY ================================= *\/  .cbm-story {   background: var(--cbm-paper); }  .cbm-story-grid {   display: grid;   grid-template-columns: 1fr 1fr;   gap: 55px;   align-items: center; }  .cbm-story-image {   overflow: hidden;   border: 1px solid var(--cbm-border);   border-radius: 21px;   background: #fff; }  .cbm-story-copy h2 {   margin-bottom: 18px;   color: var(--cbm-green);   font-size: clamp(31px, 4vw, 45px);   line-height: 1.06; }  .cbm-story-copy p {   margin-bottom: 17px;   color: var(--cbm-muted);   font-size: 16px; }  .cbm-note {   display: inline-flex;   align-items: center;   gap: 8px;   margin-top: 3px;   padding: 9px 14px;   border-radius: 999px;   background: var(--cbm-sage);   color: var(--cbm-green);   font-size: 12px;   font-weight: 800; }   \/* =================================    DAILY RITUAL ================================= *\/  .cbm-ritual {   background: var(--cbm-green-dark);   color: #fff; }  .cbm-ritual h2 {   color: #fff; }  .cbm-ritual .cbm-subtitle {   color: rgba(255,255,255,.72); }  .cbm-steps {   display: grid;   grid-template-columns: repeat(3, 1fr);   gap: 16px;   margin-top: 40px; }  .cbm-step {   padding: 27px 23px;   border: 1px solid rgba(255,255,255,.12);   border-radius: 18px;   background: rgba(255,255,255,.055); }  .cbm-step-number {   display: block;   margin-bottom: 15px;   color: #f0cf83;   font-size: 12px;   font-weight: 800;   letter-spacing: .14em;   text-transform: uppercase; }  .cbm-step h3 {   margin-bottom: 8px;   color: #fff;   font-size: 23px; }  .cbm-step p {   margin: 0;   color: rgba(255,255,255,.66);   font-size: 14px; }   \/* =================================    BAND MEMBERS ================================= *\/  .cbm-members {   background: var(--cbm-cream); }  .cbm-member-grid {   display: grid;   grid-template-columns: repeat(2, 1fr);   gap: 20px;   margin-top: 40px; }  .cbm-member-card {   overflow: hidden;   border: 1px solid var(--cbm-border);   border-radius: 20px;   background: #fff;   box-shadow: 0 8px 28px rgba(55,39,27,.05); }  .cbm-member-copy {   padding: 21px 22px 23px; }  .cbm-member-copy h3 {   margin-bottom: 7px;   color: var(--cbm-green);   font-size: 23px;   line-height: 1.1; }  .cbm-member-copy p {   margin: 0;   color: var(--cbm-muted);   font-size: 14px; }   \/* =================================    LARGE VISUAL ================================= *\/  .cbm-scene {   background: var(--cbm-paper); }  .cbm-scene-image {   width: min(840px, 100%);   margin: 0 auto 38px;   overflow: hidden;   border: 1px solid var(--cbm-border);   border-radius: 23px;   background: #fff; }  .cbm-scene-copy {   max-width: 720px;   margin: 0 auto;   text-align: center; }  .cbm-scene-copy h2 {   margin-bottom: 15px;   color: var(--cbm-green);   font-size: clamp(31px, 4vw, 46px);   line-height: 1.06; }  .cbm-scene-copy p {   color: var(--cbm-muted);   font-size: 16px; }   \/* =================================    BUILD THE BAND ================================= *\/  .cbm-build {   background: #eee6da; }  .cbm-build-grid {   display: grid;   grid-template-columns: .92fr 1.08fr;   gap: 52px;   align-items: center; }  .cbm-build-copy h2 {   margin-bottom: 18px;   color: var(--cbm-green);   font-size: clamp(31px, 4vw, 45px);   line-height: 1.06; }  .cbm-build-copy \u003e p {   margin-bottom: 24px;   color: var(--cbm-muted); }  .cbm-build-list {   display: grid;   gap: 13px; }  .cbm-build-item {   display: flex;   gap: 12px;   align-items: flex-start; }  .cbm-build-icon {   flex: 0 0 auto;   width: 31px;   height: 31px;   display: grid;   place-items: center;   border-radius: 50%;   background: var(--cbm-green);   color: #fff;   font-size: 12px;   font-weight: 800; }  .cbm-build-item strong {   display: block;   margin-bottom: 1px;   color: var(--cbm-green);   font-size: 14px; }  .cbm-build-item span {   color: var(--cbm-muted);   font-size: 13px; }  .cbm-build-image {   overflow: hidden;   border: 1px solid var(--cbm-border);   border-radius: 21px;   background: #fff; }   \/* =================================    DISPLAY ================================= *\/  .cbm-display {   padding: 78px 0;   background:     radial-gradient(circle at center, rgba(199,155,81,.16), transparent 37%),     var(--cbm-red-dark);   color: #fff; }  .cbm-display h2 {   color: #fff; }  .cbm-display .cbm-subtitle {   color: rgba(255,255,255,.72); }  .cbm-display-image {   width: min(820px, 100%);   margin: 39px auto 0;   overflow: hidden;   border: 1px solid rgba(255,255,255,.13);   border-radius: 23px;   background: #2b1715; }  .cbm-display-caption {   max-width: 700px;   margin: 25px auto 0;   text-align: center;   color: rgba(255,255,255,.68);   font-size: 14px; }   \/* =================================    GIFT ================================= *\/  .cbm-gift {   background: var(--cbm-paper); }  .cbm-gift-grid {   display: grid;   grid-template-columns: 1fr 1fr;   gap: 18px;   margin-top: 40px; }  .cbm-gift-card {   padding: 28px 25px;   border: 1px solid var(--cbm-border);   border-radius: 18px;   background: #fff; }  .cbm-gift-card h3 {   margin-bottom: 8px;   color: var(--cbm-green);   font-size: 21px; }  .cbm-gift-card p {   margin: 0;   color: var(--cbm-muted);   font-size: 14px; }  .cbm-gift-highlight {   margin-top: 25px;   padding: 28px;   border-radius: 20px;   background: var(--cbm-green);   color: #fff;   text-align: center; }  .cbm-gift-highlight h3 {   margin-bottom: 8px;   color: #fff;   font-size: 28px; }  .cbm-gift-highlight p {   max-width: 650px;   margin: 0 auto;   color: rgba(255,255,255,.74);   font-size: 14px; }   \/* =================================    FAQ ================================= *\/  .cbm-faq {   background: var(--cbm-cream); }  .cbm-faq-wrap {   max-width: 770px;   margin: 0 auto; }  .cbm-faq h2 {   margin-bottom: 30px;   color: var(--cbm-green);   text-align: center;   font-size: clamp(31px, 4vw, 44px);   line-height: 1.07; }  .cbm-faq details {   border-top: 1px solid var(--cbm-border); }  .cbm-faq details:last-child {   border-bottom: 1px solid var(--cbm-border); }  .cbm-faq summary {   position: relative;   padding: 20px 40px 20px 0;   cursor: pointer;   list-style: none;   color: var(--cbm-green);   font-size: 16px;   font-weight: 750; }  .cbm-faq summary::-webkit-details-marker {   display: none; }  .cbm-faq summary::after {   content: '+';   position: absolute;   right: 3px;   top: 16px;   font-size: 23px;   font-weight: 400; }  .cbm-faq details[open] summary::after {   content: '−'; }  .cbm-faq-answer {   padding: 0 0 20px;   color: var(--cbm-muted);   font-size: 14px; }   \/* =================================    CTA ================================= *\/  .cbm-final {   padding: 82px 0;   background: var(--cbm-green);   color: #fff;   text-align: center; }  .cbm-final h2 {   max-width: 730px;   margin: 0 auto 17px;   color: #fff;   font-size: clamp(35px, 5vw, 57px);   line-height: 1.02; }  .cbm-final p {   max-width: 640px;   margin: 0 auto 29px;   color: rgba(255,255,255,.74); }  .cbm-cta {   display: inline-flex;   align-items: center;   justify-content: center;   min-height: 53px;   padding: 14px 29px;   border: 0;   border-radius: 999px;   background: #efd084;   color: #35291f;   font-size: 14px;   font-weight: 850;   letter-spacing: .04em;   text-decoration: none;   cursor: pointer;   transition: transform .2s ease, opacity .2s ease; }  .cbm-cta:hover {   transform: translateY(-2px);   opacity: .92; }  .cbm-final-note {   margin-top: 17px;   color: rgba(255,255,255,.54);   font-size: 11px; }   \/* =================================    TRUST ================================= *\/  .cbm-trust {   padding: 24px 0;   background: #0d281f;   color: rgba(255,255,255,.74); }  .cbm-trust-grid {   display: grid;   grid-template-columns: repeat(4, 1fr);   gap: 8px;   text-align: center; }  .cbm-trust-item {   padding: 8px;   font-size: 11px;   font-weight: 750; }   \/* =================================    MOBILE ================================= *\/  @media (max-width: 768px) {    .cbm-wrap {     width: min(100% - 28px, 940px);   }    .cbm-section {     padding: 54px 0;   }    .cbm-hero {     padding: 22px 0 48px;   }    .cbm-hero-title {     font-size: 38px;   }    .cbm-hero-copy {     margin-bottom: 25px;   }    .cbm-hero-copy p,   .cbm-subtitle {     font-size: 15px;   }    .cbm-hero-image,   .cbm-story-image,   .cbm-scene-image,   .cbm-build-image,   .cbm-display-image {     border-radius: 16px;   }    .cbm-value-grid {     grid-template-columns: repeat(2, 1fr);   }    .cbm-value-item {     padding: 7px 4px;   }    .cbm-value-number {     font-size: 21px;   }    .cbm-value-label {     font-size: 9px;   }    .cbm-story-grid,   .cbm-build-grid {     grid-template-columns: 1fr;     gap: 28px;   }    .cbm-story-copy h2,   .cbm-build-copy h2 {     font-size: 31px;   }    .cbm-steps {     grid-template-columns: 1fr;     gap: 12px;   }    .cbm-step {     padding: 21px 19px;   }    .cbm-member-grid {     grid-template-columns: 1fr;     gap: 14px;   }    .cbm-member-card {     border-radius: 16px;   }    .cbm-member-copy {     padding: 18px;   }    .cbm-display {     padding: 60px 0;   }    .cbm-gift-grid {     grid-template-columns: 1fr;     gap: 12px;   }    .cbm-gift-card {     padding: 21px 19px;   }    .cbm-gift-highlight {     padding: 23px 19px;   }    .cbm-final {     padding: 62px 0;   }    .cbm-trust-grid {     grid-template-columns: repeat(2, 1fr);     gap: 2px;   }    .cbm-trust-item {     font-size: 10px;   } } \u003c\/style\u003e \u003cdiv class=\"cbm-lp\"\u003e \u003c!-- HERO --\u003e \u003csection class=\"cbm-hero\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003cdiv class=\"cbm-hero-copy\"\u003e \u003cdiv class=\"cbm-kicker\"\u003e           A Christmas Countdown For Music Lovers         \u003c\/div\u003e \u003ch1 class=\"cbm-hero-title\"\u003e           24 Days.\u003cbr\u003e \u003cspan\u003e24 Little Musicians.\u003c\/span\u003e\u003cbr\u003e           One Magical Christmas Band.         \u003c\/h1\u003e \u003cp\u003e           Open one surprise each day and watch your tiny Christmas band come together.           By Christmas Eve, you'll have a whole cast of festive musicians ready to take           center stage in your holiday display.         \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-hero-image\"\u003e \u003cimg alt=\"24 Days 24 Musicians Christmas Band Advent Calendar\" loading=\"eager\" src=\"https:\/\/viqzes.com\/cdn\/shop\/files\/9cfb0b2e88952874f5728822adb99de8.png?v=1789013217\u0026amp;width=1500\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- VALUE STRIP --\u003e \u003csection class=\"cbm-value\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003cdiv class=\"cbm-value-grid\"\u003e \u003cdiv class=\"cbm-value-item\"\u003e \u003cspan class=\"cbm-value-number\"\u003e24\u003c\/span\u003e \u003cspan class=\"cbm-value-label\"\u003eDays\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-value-item\"\u003e \u003cspan class=\"cbm-value-number\"\u003e24\u003c\/span\u003e \u003cspan class=\"cbm-value-label\"\u003eMusicians\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-value-item\"\u003e \u003cspan class=\"cbm-value-number\"\u003e1\u003c\/span\u003e \u003cspan class=\"cbm-value-label\"\u003eChristmas Band\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-value-item\"\u003e \u003cspan class=\"cbm-value-number\"\u003e∞\u003c\/span\u003e \u003cspan class=\"cbm-value-label\"\u003eHoliday Memories\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- STORY --\u003e \u003csection class=\"cbm-section cbm-story\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003cdiv class=\"cbm-story-grid\"\u003e \u003cdiv class=\"cbm-story-image\"\u003e \u003cimg alt=\"Christmas Band musicians collection\" loading=\"lazy\" src=\"https:\/\/viqzes.com\/cdn\/shop\/files\/1_dc32f0b0-e6f6-4cb7-a7d8-bef5848445dd.png?v=1789013216\u0026amp;width=1250\"\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-story-copy\"\u003e \u003cdiv class=\"cbm-kicker\"\u003e             More Than An Advent Calendar           \u003c\/div\u003e \u003ch2\u003e             Don't Just Count Down To Christmas.\u003cbr\u003e             Build Something Along The Way.           \u003c\/h2\u003e \u003cp\u003e             Most countdowns disappear one day at a time.             This one keeps becoming something bigger.           \u003c\/p\u003e \u003cp\u003e             Start with one little musician. Then add another.             Keep going until your Christmas countdown has turned into             a full festive band.           \u003c\/p\u003e \u003cdiv class=\"cbm-note\"\u003e             🎄 The collection keeps growing until Christmas Eve           \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- DAILY RITUAL --\u003e \u003csection class=\"cbm-section cbm-ritual\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003cdiv class=\"cbm-center\"\u003e \u003cdiv class=\"cbm-kicker\" style=\"color:#efd084;\"\u003e           A Little Ritual For December         \u003c\/div\u003e \u003ch2 class=\"cbm-title\"\u003e           Every Morning Has\u003cbr\u003e           A New Surprise.         \u003c\/h2\u003e \u003cp class=\"cbm-subtitle\"\u003e           Turn the days before Christmas into a tiny daily tradition.           The anticipation is part of the fun — and the growing collection           gives you something new to discover every day.         \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-steps\"\u003e \u003cdiv class=\"cbm-step\"\u003e \u003cspan class=\"cbm-step-number\"\u003e             Day 01           \u003c\/span\u003e \u003ch3\u003e             Open The First Door           \u003c\/h3\u003e \u003cp\u003e             Start the holiday countdown with your very first little musician.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-step\"\u003e \u003cspan class=\"cbm-step-number\"\u003e             Days 02–23           \u003c\/span\u003e \u003ch3\u003e             Grow The Band           \u003c\/h3\u003e \u003cp\u003e             Discover a new character each day and watch your festive band take shape.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-step\"\u003e \u003cspan class=\"cbm-step-number\"\u003e             Christmas Eve           \u003c\/span\u003e \u003ch3\u003e             Meet The Full Band           \u003c\/h3\u003e \u003cp\u003e             Put the complete collection on display and let your tiny musicians             become part of the Christmas scene.           \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- MEMBERS --\u003e \u003csection class=\"cbm-section cbm-members\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003cdiv class=\"cbm-center\"\u003e \u003cdiv class=\"cbm-kicker\"\u003e           Meet The Musicians         \u003c\/div\u003e \u003ch2 class=\"cbm-title\"\u003e           Different Characters.\u003cbr\u003e           One Very Merry Band.         \u003c\/h2\u003e \u003cp class=\"cbm-subtitle\"\u003e           Part of the fun is discovering who shows up next.           Different instruments, poses and festive personalities make           the finished collection feel like a real little Christmas ensemble.         \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-member-grid\"\u003e \u003cdiv class=\"cbm-member-card\"\u003e \u003cimg alt=\"Christmas musician collectible\" loading=\"lazy\" src=\"https:\/\/viqzes.com\/cdn\/shop\/files\/2_87babeba-734d-479b-91b0-2d452f5d06f8.png?v=1789013217\u0026amp;width=1200\"\u003e \u003cdiv class=\"cbm-member-copy\"\u003e \u003ch3\u003e                 Every Musician Has A Moment               \u003c\/h3\u003e \u003cp\u003e                 Discover another festive character and another little piece                 of the band as the countdown continues.               \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-member-card\"\u003e \u003cimg alt=\"Christmas musicians collection\" loading=\"lazy\" src=\"https:\/\/viqzes.com\/cdn\/shop\/files\/3_616c9bc9-57c7-439c-b9fc-f2478c1f196a.png?v=1789013217\u0026amp;width=1200\"\u003e \u003cdiv class=\"cbm-member-copy\"\u003e \u003ch3\u003e                 The More You Open, The Better It Gets               \u003c\/h3\u003e \u003cp\u003e                 The collection becomes more playful and more impressive                 as new musicians join the Christmas scene.               \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- LARGE SCENE --\u003e \u003csection class=\"cbm-section cbm-scene\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003cdiv class=\"cbm-scene-copy\"\u003e \u003cdiv class=\"cbm-kicker\"\u003e           When The Band Is Complete         \u003c\/div\u003e \u003ch2\u003e           From Countdown Surprise\u003cbr\u003e           To Christmas Centerpiece.         \u003c\/h2\u003e \u003cp\u003e           The best part doesn't have to end when the final door is opened.           Keep the musicians together and let them become part of your           holiday decor throughout the season.         \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- BUILD THE BAND --\u003e \u003csection class=\"cbm-section cbm-build\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003cdiv class=\"cbm-build-grid\"\u003e \u003cdiv class=\"cbm-build-copy\"\u003e \u003cdiv class=\"cbm-kicker\"\u003e             Watch The Story Unfold           \u003c\/div\u003e \u003ch2\u003e             The Collection Gets Better With Every Door.           \u003c\/h2\u003e \u003cp\u003e             Instead of receiving the entire collection at once,             the countdown creates anticipation and gives you a reason             to interact with the product every day.           \u003c\/p\u003e \u003cdiv class=\"cbm-build-list\"\u003e \u003cdiv class=\"cbm-build-item\"\u003e \u003cdiv class=\"cbm-build-icon\"\u003e                 1               \u003c\/div\u003e \u003cdiv\u003e \u003cstrong\u003e                   Discover                 \u003c\/strong\u003e \u003cspan\u003e                   Open another numbered door and see who joins the band.                 \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-build-item\"\u003e \u003cdiv class=\"cbm-build-icon\"\u003e                 2               \u003c\/div\u003e \u003cdiv\u003e \u003cstrong\u003e                   Collect                 \u003c\/strong\u003e \u003cspan\u003e                   Add each new musician to your growing Christmas ensemble.                 \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-build-item\"\u003e \u003cdiv class=\"cbm-build-icon\"\u003e                 3               \u003c\/div\u003e \u003cdiv\u003e \u003cstrong\u003e                   Display                 \u003c\/strong\u003e \u003cspan\u003e                   Let the complete band become part of your holiday setup.                 \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-build-item\"\u003e \u003cdiv class=\"cbm-build-icon\"\u003e                 4               \u003c\/div\u003e \u003cdiv\u003e \u003cstrong\u003e                   Keep The Tradition                 \u003c\/strong\u003e \u003cspan\u003e                   Bring the collection back out when the next Christmas season arrives.                 \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- DISPLAY --\u003e \u003csection class=\"cbm-display\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003cdiv class=\"cbm-center\"\u003e \u003cdiv class=\"cbm-kicker\" style=\"color:#efd084;\"\u003e           After The Countdown         \u003c\/div\u003e \u003ch2 class=\"cbm-title\"\u003e           Christmas Is Better\u003cbr\u003e           When The Whole Band Shows Up.         \u003c\/h2\u003e \u003cp class=\"cbm-subtitle\"\u003e           Once you've opened all 24 surprises, spread the musicians around           your favorite Christmas corner or keep them together as one playful display.         \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-display-caption\"\u003e         Mantel · Bookshelf · Tabletop · Desk · Christmas Display       \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- GIFT --\u003e \u003csection class=\"cbm-section cbm-gift\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003cdiv class=\"cbm-center\"\u003e \u003cdiv class=\"cbm-kicker\"\u003e           The Gift That Keeps Unfolding         \u003c\/div\u003e \u003ch2 class=\"cbm-title\"\u003e           Give Them 24 Days\u003cbr\u003e           Of Something To Look Forward To.         \u003c\/h2\u003e \u003cp class=\"cbm-subtitle\"\u003e           Especially fun for people who love Christmas traditions,           collectibles, miniature decor and anything that makes the           holiday countdown feel a little more special.         \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-gift-grid\"\u003e \u003cdiv class=\"cbm-gift-card\"\u003e \u003ch3\u003e             For The Christmas Decor Lover           \u003c\/h3\u003e \u003cp\u003e             A finished collection that can become part of their holiday             display instead of being forgotten after December.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-gift-card\"\u003e \u003ch3\u003e             For The Collector           \u003c\/h3\u003e \u003cp\u003e             Twenty-four different musicians give the countdown a collectible             feel and make every door worth opening.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-gift-card\"\u003e \u003ch3\u003e             For Families           \u003c\/h3\u003e \u003cp\u003e             Turn the daily opening into a simple December ritual             everyone can share.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-gift-card\"\u003e \u003ch3\u003e             For The Person Who Has Everything           \u003c\/h3\u003e \u003cp\u003e             It's unusual enough to feel discovered, while still fitting naturally             into a familiar Christmas tradition.           \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cbm-gift-highlight\"\u003e \u003ch3\u003e           A Present That Doesn't Happen All At Once.         \u003c\/h3\u003e \u003cp\u003e           Instead of one moment on Christmas morning, give them a little           surprise every day leading up to it.         \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FAQ --\u003e \u003csection class=\"cbm-section cbm-faq\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003cdiv class=\"cbm-faq-wrap\"\u003e \u003ch2\u003e           Questions Before The Band Takes The Stage?         \u003c\/h2\u003e \u003cdetails\u003e \u003csummary\u003e             How many musicians are included?           \u003c\/summary\u003e \u003cdiv class=\"cbm-faq-answer\"\u003e             The Christmas Band countdown is designed around 24 days and             24 individual musicians, with a new surprise intended for each day.           \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e             Is this an Advent Calendar?           \u003c\/summary\u003e \u003cdiv class=\"cbm-faq-answer\"\u003e             Yes. The concept is a 24-day Christmas countdown where you open             one numbered surprise each day leading up to Christmas.           \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e             Can I display the musicians after Christmas?           \u003c\/summary\u003e \u003cdiv class=\"cbm-faq-answer\"\u003e             Yes. The collection is designed to continue working as a Christmas             display after the countdown is complete, allowing you to bring it             back out during future holiday seasons.           \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e             Where can I display the completed band?           \u003c\/summary\u003e \u003cdiv class=\"cbm-faq-answer\"\u003e             You can style the collection on a mantel, bookshelf, tabletop,             desk, Christmas display or another indoor holiday corner.           \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e             Who would enjoy this as a gift?           \u003c\/summary\u003e \u003cdiv class=\"cbm-faq-answer\"\u003e             It is especially suited to Christmas lovers, collectors,             miniature-decor fans, families and anyone who enjoys             a little daily anticipation during December.           \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e             Will the colors look exactly like the photos?           \u003c\/summary\u003e \u003cdiv class=\"cbm-faq-answer\"\u003e             Colors can appear slightly different depending on photography,             lighting and individual screen settings.           \u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FINAL CTA --\u003e \u003csection class=\"cbm-final\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003ch2\u003e         Start With One Musician.\u003cbr\u003e         End With A Christmas Band.       \u003c\/h2\u003e \u003cp\u003e         Make the countdown part of the celebration.         Twenty-four days, twenty-four surprises and one little band         ready to become part of your Christmas tradition.       \u003c\/p\u003e \u003cform action=\"\/cart\/add\" method=\"post\"\u003e \u003cinput name=\"id\" type=\"hidden\" value=\"64568660459889\"\u003e \u003cinput name=\"quantity\" type=\"hidden\" value=\"1\"\u003e  \u003c\/form\u003e \u003cdiv class=\"cbm-final-note\"\u003e         A little surprise for every day of the Christmas countdown.       \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- TRUST --\u003e \u003csection class=\"cbm-trust\"\u003e \u003cdiv class=\"cbm-wrap\"\u003e \u003cdiv class=\"cbm-trust-grid\"\u003e \u003cdiv class=\"cbm-trust-item\"\u003e           Secure Checkout         \u003c\/div\u003e \u003cdiv class=\"cbm-trust-item\"\u003e           Worldwide Shipping         \u003c\/div\u003e \u003cdiv class=\"cbm-trust-item\"\u003e           Easy Support         \u003c\/div\u003e \u003cdiv class=\"cbm-trust-item\"\u003e           90-Day Returns         \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c\/div\u003e","brand":"WHN01","offers":[{"title":"Default Title","offer_id":48130158002339,"sku":"ED9081475-乐队","price":33.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/3062\/1347\/files\/9cfb0b2e88952874f5728822adb99de8.png?v=1789442491","url":"https:\/\/cyrarisehome.com\/products\/christmas-band","provider":"cyrarisehome","version":"1.0","type":"link"}