{"product_id":"light-up-christmas-door","title":"🎄✨ Christmas Glow Door Banner – Light-Up Holiday Welcome Decor for a Festive Entrance","description":"\u003cstyle\u003e\n  \/* =========================================================\n     LIGHT-UP CHRISTMAS DOOR BANNER\n     Shopify High-Converting Product Description\n     Mobile First + Container Responsive\n     CSS + HTML in One Complete Block\n     ========================================================= *\/\n\n  .xcd-page,\n  .xcd-page * {\n    box-sizing: border-box;\n  }\n\n  .xcd-page {\n    --xcd-red: #7f1d1d;\n    --xcd-red-dark: #541515;\n    --xcd-green: #294b3a;\n    --xcd-gold: #b98b43;\n    --xcd-cream: #fbf7ef;\n    --xcd-warm: #f5eee2;\n    --xcd-text: #1b1a18;\n    --xcd-muted: #706c65;\n    --xcd-dark: #191714;\n    --xcd-line: #e7e0d5;\n    --xcd-white: #ffffff;\n    --xcd-radius: 24px;\n    --xcd-max: 1100px;\n\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    background: #fff;\n    color: var(--xcd-text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.55;\n    -webkit-font-smoothing: antialiased;\n\n    container-type: inline-size;\n    container-name: xcd;\n  }\n\n  .xcd-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .xcd-page figure {\n    margin: 0;\n  }\n\n  .xcd-wrap {\n    width: min(calc(100% - 28px), var(--xcd-max));\n    margin: 0 auto;\n  }\n\n  .xcd-section {\n    padding: 56px 0;\n  }\n\n  .xcd-section--cream {\n    background: var(--xcd-cream);\n  }\n\n  .xcd-section--warm {\n    background: var(--xcd-warm);\n  }\n\n  .xcd-eyebrow {\n    display: block;\n    margin: 0 0 11px;\n    color: var(--xcd-red);\n    font-size: 11px;\n    line-height: 1.3;\n    font-weight: 850;\n    letter-spacing: .13em;\n    text-transform: uppercase;\n  }\n\n  .xcd-center {\n    max-width: 760px;\n    margin: 0 auto 31px;\n    text-align: center;\n  }\n\n  .xcd-center .xcd-eyebrow {\n    text-align: center;\n  }\n\n  .xcd-h2 {\n    margin: 0;\n    color: var(--xcd-text);\n    font-size: clamp(28px, 7.8cqw, 48px);\n    line-height: 1.07;\n    letter-spacing: -.04em;\n    font-weight: 850;\n  }\n\n  .xcd-lead {\n    max-width: 650px;\n    margin: 15px auto 0;\n    color: var(--xcd-muted);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .xcd-hero {\n    padding: 20px 0 58px;\n    background:\n      radial-gradient(circle at 88% 4%, rgba(185,139,67,.13) 0%, transparent 38%),\n      linear-gradient(180deg, #fff 0%, #fdfaf5 100%);\n  }\n\n  .xcd-hero__grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr);\n    gap: 28px;\n    align-items: center;\n  }\n\n  .xcd-hero__copy {\n    text-align: center;\n  }\n\n  .xcd-hero__copy .xcd-eyebrow {\n    text-align: center;\n  }\n\n  .xcd-title {\n    max-width: 810px;\n    margin: 0 auto;\n    color: var(--xcd-dark);\n    font-size: clamp(35px, 9.7cqw, 65px);\n    line-height: .99;\n    letter-spacing: -.052em;\n    font-weight: 900;\n  }\n\n  .xcd-title em {\n    color: var(--xcd-red);\n    font-style: normal;\n  }\n\n  .xcd-hero__text {\n    max-width: 620px;\n    margin: 18px auto 0;\n    color: var(--xcd-muted);\n    font-size: 17px;\n    line-height: 1.62;\n  }\n\n  .xcd-chips {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 23px;\n  }\n\n  .xcd-chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 9px 12px;\n    border: 1px solid var(--xcd-line);\n    border-radius: 999px;\n    background: #fff;\n    color: #423e38;\n    font-size: 12px;\n    line-height: 1.25;\n    font-weight: 750;\n  }\n\n  .xcd-chip::before {\n    content: \"✦\";\n    color: var(--xcd-gold);\n    font-weight: 900;\n  }\n\n  .xcd-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 54px;\n    margin-top: 25px;\n    padding: 15px 28px;\n    border: 0;\n    border-radius: 999px;\n    background: var(--xcd-red);\n    color: #fff !important;\n    text-decoration: none !important;\n    font-family: inherit;\n    font-size: 15px;\n    line-height: 1;\n    font-weight: 850;\n    letter-spacing: .01em;\n    cursor: pointer;\n    transition: transform .2s ease, opacity .2s ease;\n  }\n\n  .xcd-btn:hover {\n    transform: translateY(-1px);\n    opacity: .92;\n  }\n\n  .xcd-media {\n    position: relative;\n    width: 100%;\n    overflow: hidden;\n    border: 1px solid var(--xcd-line);\n    border-radius: var(--xcd-radius);\n    background: #fff;\n  }\n\n  .xcd-media img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  \/* =========================================================\n     EMOTIONAL HOOK\n     ========================================================= *\/\n\n  .xcd-emotion {\n    padding: 62px 0;\n    background:\n      radial-gradient(circle at 20% 0%, rgba(185,139,67,.16) 0%, transparent 33%),\n      var(--xcd-dark);\n    color: #fff;\n  }\n\n  .xcd-emotion__inner {\n    max-width: 840px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .xcd-emotion .xcd-eyebrow {\n    color: #dfbd7d;\n    text-align: center;\n  }\n\n  .xcd-emotion h2 {\n    margin: 0;\n    color: #fff;\n    font-size: clamp(30px, 8cqw, 52px);\n    line-height: 1.06;\n    letter-spacing: -.043em;\n    font-weight: 850;\n  }\n\n  .xcd-emotion p {\n    max-width: 670px;\n    margin: 18px auto 0;\n    color: #cec9c1;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  \/* =========================================================\n     STORY \/ FULL WIDTH IMAGE\n     ========================================================= *\/\n\n  .xcd-story {\n    max-width: 940px;\n    margin: 0 auto;\n  }\n\n  .xcd-story__copy {\n    max-width: 740px;\n    margin: 0 auto 27px;\n    text-align: center;\n  }\n\n  .xcd-story__copy .xcd-eyebrow {\n    text-align: center;\n  }\n\n  .xcd-story__copy h2 {\n    margin: 0;\n    color: var(--xcd-text);\n    font-size: clamp(28px, 7.9cqw, 47px);\n    line-height: 1.07;\n    letter-spacing: -.041em;\n    font-weight: 850;\n  }\n\n  .xcd-story__copy p {\n    max-width: 650px;\n    margin: 15px auto 0;\n    color: var(--xcd-muted);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .xcd-story__image {\n    width: 100%;\n    overflow: hidden;\n    border: 1px solid var(--xcd-line);\n    border-radius: var(--xcd-radius);\n    background: #fff;\n  }\n\n  .xcd-story__image img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  \/* =========================================================\n     SPLIT FEATURE\n     ========================================================= *\/\n\n  .xcd-feature {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr);\n    gap: 28px;\n    align-items: center;\n  }\n\n  .xcd-feature__copy {\n    width: 100%;\n    max-width: 680px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .xcd-feature__copy .xcd-eyebrow {\n    text-align: center;\n  }\n\n  .xcd-feature__copy h2 {\n    margin: 0;\n    color: var(--xcd-text);\n    font-size: clamp(28px, 7.8cqw, 46px);\n    line-height: 1.07;\n    letter-spacing: -.04em;\n    font-weight: 850;\n  }\n\n  .xcd-feature__copy p {\n    margin: 15px 0 0;\n    color: var(--xcd-muted);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .xcd-callout {\n    margin-top: 19px;\n    padding: 15px 16px;\n    border-radius: 14px;\n    background: #f6eee2;\n    color: #704d28;\n    font-size: 13px;\n    line-height: 1.55;\n    font-weight: 700;\n    text-align: left;\n  }\n\n  \/* =========================================================\n     BENEFITS\n     ========================================================= *\/\n\n  .xcd-benefits {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr);\n    gap: 13px;\n    max-width: 980px;\n    margin: 31px auto 0;\n  }\n\n  .xcd-card {\n    padding: 24px 20px;\n    border: 1px solid var(--xcd-line);\n    border-radius: 18px;\n    background: #fff;\n  }\n\n  .xcd-card__num {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    margin-bottom: 16px;\n    border-radius: 50%;\n    background: var(--xcd-red);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .xcd-card h3 {\n    margin: 0;\n    color: var(--xcd-text);\n    font-size: 18px;\n    line-height: 1.28;\n    font-weight: 850;\n  }\n\n  .xcd-card p {\n    margin: 8px 0 0;\n    color: var(--xcd-muted);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  \/* =========================================================\n     DESIGN OPTIONS\n     ========================================================= *\/\n\n  .xcd-designs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    max-width: 900px;\n    margin: 28px auto 0;\n  }\n\n  .xcd-design {\n    padding: 15px 10px;\n    border: 1px solid var(--xcd-line);\n    border-radius: 15px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .xcd-design__icon {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 23px;\n    line-height: 1;\n  }\n\n  .xcd-design strong {\n    display: block;\n    color: var(--xcd-text);\n    font-size: 13px;\n    line-height: 1.3;\n  }\n\n  \/* =========================================================\n     HOW TO\n     ========================================================= *\/\n\n  .xcd-steps {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr);\n    gap: 12px;\n    max-width: 920px;\n    margin: 30px auto 0;\n  }\n\n  .xcd-step {\n    display: grid;\n    grid-template-columns: 46px minmax(0, 1fr);\n    gap: 14px;\n    align-items: start;\n    padding: 20px;\n    border: 1px solid var(--xcd-line);\n    border-radius: 18px;\n    background: #fff;\n  }\n\n  .xcd-step__num {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    border-radius: 50%;\n    background: var(--xcd-green);\n    color: #fff;\n    font-size: 14px;\n    font-weight: 900;\n  }\n\n  .xcd-step h3 {\n    margin: 1px 0 5px;\n    color: var(--xcd-text);\n    font-size: 17px;\n    line-height: 1.3;\n    font-weight: 850;\n  }\n\n  .xcd-step p {\n    margin: 0;\n    color: var(--xcd-muted);\n    font-size: 14px;\n    line-height: 1.58;\n  }\n\n  \/* =========================================================\n     SCENE TAGS\n     ========================================================= *\/\n\n  .xcd-scenes {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    max-width: 820px;\n    margin: 29px auto 0;\n  }\n\n  .xcd-scene {\n    padding: 18px 10px;\n    border: 1px solid var(--xcd-line);\n    border-radius: 16px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .xcd-scene__icon {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 23px;\n    line-height: 1;\n  }\n\n  .xcd-scene strong {\n    display: block;\n    color: var(--xcd-text);\n    font-size: 13px;\n    line-height: 1.35;\n  }\n\n  \/* =========================================================\n     HIGHLIGHTS\n     ========================================================= *\/\n\n  .xcd-highlights {\n    max-width: 820px;\n    margin: 29px auto 0;\n    border-top: 1px solid var(--xcd-line);\n  }\n\n  .xcd-highlight {\n    display: grid;\n    grid-template-columns: 26px minmax(0, 1fr);\n    gap: 11px;\n    padding: 16px 0;\n    border-bottom: 1px solid var(--xcd-line);\n  }\n\n  .xcd-highlight__check {\n    color: var(--xcd-red);\n    font-weight: 900;\n  }\n\n  .xcd-highlight strong {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--xcd-text);\n    font-size: 15px;\n    line-height: 1.4;\n  }\n\n  .xcd-highlight span {\n    display: block;\n    color: var(--xcd-muted);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  \/* =========================================================\n     SPECS\n     ========================================================= *\/\n\n  .xcd-specs {\n    max-width: 840px;\n    margin: 29px auto 0;\n    overflow: hidden;\n    border: 1px solid var(--xcd-line);\n    border-radius: 18px;\n    background: #fff;\n  }\n\n  .xcd-spec {\n    display: grid;\n    grid-template-columns: minmax(110px, 38%) minmax(0, 62%);\n    border-bottom: 1px solid var(--xcd-line);\n  }\n\n  .xcd-spec:last-child {\n    border-bottom: 0;\n  }\n\n  .xcd-spec \u003e div {\n    min-width: 0;\n    padding: 13px 12px;\n    overflow-wrap: anywhere;\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .xcd-spec \u003e div:first-child {\n    background: #faf7f1;\n    color: #302c27;\n    font-weight: 800;\n  }\n\n  .xcd-spec \u003e div:last-child {\n    color: #625f59;\n  }\n\n  .xcd-note {\n    max-width: 840px;\n    margin: 18px auto 0;\n    padding: 16px;\n    border: 1px solid var(--xcd-line);\n    border-radius: 14px;\n    background: #faf8f4;\n  }\n\n  .xcd-note strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #3d3933;\n    font-size: 12px;\n  }\n\n  .xcd-note p {\n    margin: 0;\n    color: #77726b;\n    font-size: 11px;\n    line-height: 1.6;\n  }\n\n  \/* =========================================================\n     FAQ\n     ========================================================= *\/\n\n  .xcd-faq {\n    max-width: 840px;\n    margin: 27px auto 0;\n  }\n\n  .xcd-faq details {\n    border-bottom: 1px solid var(--xcd-line);\n  }\n\n  .xcd-faq details:first-child {\n    border-top: 1px solid var(--xcd-line);\n  }\n\n  .xcd-faq summary {\n    position: relative;\n    padding: 18px 34px 18px 0;\n    list-style: none;\n    cursor: pointer;\n    color: var(--xcd-text);\n    font-size: 15px;\n    line-height: 1.45;\n    font-weight: 800;\n  }\n\n  .xcd-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .xcd-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 15px;\n    right: 3px;\n    color: #666;\n    font-size: 22px;\n    line-height: 1;\n    font-weight: 400;\n  }\n\n  .xcd-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .xcd-faq details p {\n    margin: -3px 0 19px;\n    padding-right: 27px;\n    color: var(--xcd-muted);\n    font-size: 14px;\n    line-height: 1.62;\n  }\n\n  \/* =========================================================\n     FINAL CTA\n     ========================================================= *\/\n\n  .xcd-final {\n    padding: 58px 0 24px;\n  }\n\n  .xcd-final__box {\n    max-width: 990px;\n    margin: 0 auto;\n    padding: 44px 21px;\n    border-radius: 25px;\n    background:\n      radial-gradient(circle at 84% 10%, rgba(185,139,67,.28) 0%, transparent 34%),\n      linear-gradient(135deg, #521414 0%, #791b1b 60%, #431313 100%);\n    color: #fff;\n    text-align: center;\n  }\n\n  .xcd-final__box .xcd-eyebrow {\n    color: #edca8e;\n    text-align: center;\n  }\n\n  .xcd-final__box h2 {\n    max-width: 730px;\n    margin: 0 auto;\n    color: #fff;\n    font-size: clamp(31px, 8cqw, 51px);\n    line-height: 1.06;\n    letter-spacing: -.044em;\n    font-weight: 900;\n  }\n\n  .xcd-final__box p {\n    max-width: 610px;\n    margin: 15px auto 0;\n    color: #eadfd8;\n    font-size: 15px;\n    line-height: 1.62;\n  }\n\n  .xcd-final__box .xcd-btn {\n    background: #fff;\n    color: var(--xcd-red-dark) !important;\n  }\n\n  \/* =========================================================\n     CONTAINER RESPONSIVE\n     ========================================================= *\/\n\n  @container xcd (min-width: 600px) {\n\n    .xcd-wrap {\n      width: min(calc(100% - 42px), var(--xcd-max));\n    }\n\n    .xcd-section {\n      padding: 72px 0;\n    }\n\n    .xcd-benefits {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .xcd-designs {\n      grid-template-columns: repeat(5, minmax(0, 1fr));\n    }\n\n    .xcd-steps {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .xcd-step {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n\n    .xcd-scenes {\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n    }\n\n    .xcd-spec {\n      grid-template-columns: 35% 65%;\n    }\n\n    .xcd-spec \u003e div {\n      padding: 15px 16px;\n      font-size: 14px;\n    }\n  }\n\n  @container xcd (min-width: 880px) {\n\n    .xcd-hero {\n      padding: 42px 0 80px;\n    }\n\n    .xcd-hero__grid {\n      grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);\n      gap: 56px;\n    }\n\n    .xcd-hero__copy {\n      text-align: left;\n    }\n\n    .xcd-hero__copy .xcd-eyebrow {\n      text-align: left;\n    }\n\n    .xcd-title {\n      margin-left: 0;\n      margin-right: 0;\n      font-size: clamp(45px, 5.2cqw, 64px);\n    }\n\n    .xcd-hero__text {\n      margin-left: 0;\n      margin-right: 0;\n    }\n\n    .xcd-chips {\n      justify-content: flex-start;\n    }\n\n    .xcd-feature {\n      grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);\n      gap: 58px;\n    }\n\n    .xcd-feature__copy {\n      margin: 0;\n      text-align: left;\n    }\n\n    .xcd-feature__copy .xcd-eyebrow {\n      text-align: left;\n    }\n\n    .xcd-feature--reverse .xcd-feature__media {\n      order: 2;\n    }\n\n    .xcd-feature--reverse .xcd-feature__copy {\n      order: 1;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"xcd-page\"\u003e\n\u003c!-- =====================================================\n       01 HERO — SELL THE FEELING\n       ===================================================== --\u003e\n\u003csection class=\"xcd-hero\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-hero__grid\"\u003e\n\u003cdiv class=\"xcd-hero__copy\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e MAKE THE MAGIC START AT THE FRONT DOOR \u003c\/span\u003e\n\u003ch1 class=\"xcd-title\"\u003eTurn Your Entrance Into a \u003cem\u003eChristmas Moment.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"xcd-hero__text\"\u003eAdd instant holiday warmth with a glowing oversized Christmas banner that makes your doorway feel festive before guests even step inside.\u003c\/p\u003e\n\u003cdiv class=\"xcd-chips\"\u003e\n\u003cspan class=\"xcd-chip\"\u003eWarm light-up detail\u003c\/span\u003e \u003cspan class=\"xcd-chip\"\u003e5 festive characters\u003c\/span\u003e \u003cspan class=\"xcd-chip\"\u003eStatement-size display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"xcd-btn\" type=\"button\"\u003e Choose Your Christmas Design \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"xcd-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/97ae0915584fda194277b1ea7bfcd525125592f6.jpg?v=1789027816\u0026amp;width=1200\" alt=\"Light-up Santa Christmas banner hanging on a decorated front door\" loading=\"eager\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 EMOTIONAL VALUE\n       ===================================================== --\u003e\n\u003csection class=\"xcd-emotion\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-emotion__inner\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e CHRISTMAS STARTS BEFORE THE DOOR OPENS \u003c\/span\u003e\n\u003ch2\u003eGive Guests That “Wow, It's Christmas” Feeling Instantly.\u003c\/h2\u003e\n\u003cp\u003eA festive entrance changes the whole mood of a home. The glowing lights, classic holiday colors and cheerful character design create the kind of welcome people notice from the moment they arrive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 LIGHT-UP EFFECT\n       ===================================================== --\u003e\n\u003csection class=\"xcd-section\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-story\"\u003e\n\u003cdiv class=\"xcd-story__copy\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e BEAUTIFUL BY DAY • MAGICAL AFTER DARK \u003c\/span\u003e\n\u003ch2\u003eAdd the Warm Glow That Makes Christmas Feel Complete.\u003c\/h2\u003e\n\u003cp\u003eIntegrated warm lights bring the artwork to life, adding an inviting glow around the banner for cozy evenings, holiday gatherings and December nights at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"xcd-story__image\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/1a4b581e2277bfc1a7e87d5e79cca9974b645a6c.jpg?v=1789027815\u0026amp;width=1200\" alt=\"Snowman Christmas door banner illuminated with warm decorative lights\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 BATTERY POWER\n       ===================================================== --\u003e\n\u003csection class=\"xcd-section xcd-section--cream\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-feature\"\u003e\n\u003cfigure class=\"xcd-media xcd-feature__media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/71b36e092b25e48f3489fd3a3a568b70b558dc01.jpg?v=1789027816\u0026amp;width=1200\" alt=\"Battery-powered light-up Santa Christmas door banner\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"xcd-feature__copy\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e DECORATE WITHOUT CHASING AN OUTLET \u003c\/span\u003e\n\u003ch2\u003ePut the Glow Where You Want It.\u003c\/h2\u003e\n\u003cp\u003eThe lighting runs from a compact button-cell battery pack, so you can create a glowing holiday display without routing a power cord across your doorway.\u003c\/p\u003e\n\u003cdiv class=\"xcd-callout\"\u003eA cleaner setup for doors, entryways and covered seasonal displays where a nearby outlet isn't convenient.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 CORE BENEFITS\n       ===================================================== --\u003e\n\u003csection class=\"xcd-section\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-center\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e ONE DECORATION. A MUCH BIGGER FIRST IMPRESSION. \u003c\/span\u003e\n\u003ch2 class=\"xcd-h2\"\u003eThe Fast Way to Make Your Entrance Feel Finished.\u003c\/h2\u003e\n\u003cp class=\"xcd-lead\"\u003eInstead of layering several small decorations, create one strong holiday focal point that instantly gives your doorway color, character and light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-benefits\"\u003e\n\u003cdiv class=\"xcd-card\"\u003e\n\u003cdiv class=\"xcd-card__num\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eCreate an Instant Holiday Focal Point\u003c\/h3\u003e\n\u003cp\u003eThe oversized vertical design fills visual space and helps an ordinary doorway feel intentionally decorated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-card\"\u003e\n\u003cdiv class=\"xcd-card__num\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eAdd Warmth Without More Clutter\u003c\/h3\u003e\n\u003cp\u003eBuilt-in lighting adds festive sparkle without needing another separate strand of lights around the banner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-card\"\u003e\n\u003cdiv class=\"xcd-card__num\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eChoose a Character You Love\u003c\/h3\u003e\n\u003cp\u003eGo classic, playful or family-friendly with five recognizable Christmas character styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       06 FIVE DESIGNS\n       ===================================================== --\u003e\n\u003csection class=\"xcd-section xcd-section--warm\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-story\"\u003e\n\u003cdiv class=\"xcd-story__copy\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e PICK YOUR CHRISTMAS PERSONALITY \u003c\/span\u003e\n\u003ch2\u003eFive Designs. Five Ways to Welcome the Season.\u003c\/h2\u003e\n\u003cp\u003eMatch the doorway to your holiday style—or choose different characters for multiple doors, family members or seasonal displays.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"xcd-story__image\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/24f66cbe7e0b3506ea8b0c995be612827789b6c2.jpg?v=1789027816\u0026amp;width=1200\" alt=\"Five Christmas banner designs including Santa, Snowman, Nutcracker, Reindeer and Gingerbread Man\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"xcd-designs\"\u003e\n\u003cdiv class=\"xcd-design\"\u003e\n\u003cspan class=\"xcd-design__icon\"\u003e🎖️\u003c\/span\u003e \u003cstrong\u003eNutcracker\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-design\"\u003e\n\u003cspan class=\"xcd-design__icon\"\u003e🍪\u003c\/span\u003e \u003cstrong\u003eGingerbread Man\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-design\"\u003e\n\u003cspan class=\"xcd-design__icon\"\u003e🎅\u003c\/span\u003e \u003cstrong\u003eSanta Claus\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-design\"\u003e\n\u003cspan class=\"xcd-design__icon\"\u003e☃️\u003c\/span\u003e \u003cstrong\u003eSnowman\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-design\"\u003e\n\u003cspan class=\"xcd-design__icon\"\u003e🦌\u003c\/span\u003e \u003cstrong\u003eReindeer\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       07 LARGE SIZE\n       ===================================================== --\u003e\n\u003csection class=\"xcd-section\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-feature xcd-feature--reverse\"\u003e\n\u003cfigure class=\"xcd-media xcd-feature__media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/48c70ddb7566e67d23515194fb0ff58221636278.jpg?v=1789027816\u0026amp;width=1200\" alt=\"Large Santa Christmas door banner measuring approximately 68.6 by 127 centimeters\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"xcd-feature__copy\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e DESIGNED TO BE NOTICED \u003c\/span\u003e\n\u003ch2\u003eBig Enough to Transform the Door, Not Disappear on It.\u003c\/h2\u003e\n\u003cp\u003eAt approximately 68.6 × 127 cm, the tall statement format gives the artwork enough presence to become a true part of your Christmas entrance.\u003c\/p\u003e\n\u003cp\u003eIt creates impact from across the room or walkway while keeping the decoration concentrated in one easy display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       08 EASY DECORATING\n       ===================================================== --\u003e\n\u003csection class=\"xcd-section xcd-section--cream\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-story\"\u003e\n\u003cdiv class=\"xcd-story__copy\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e MORE CHRISTMAS • LESS DECORATING WORK \u003c\/span\u003e\n\u003ch2\u003eHang It. Light It. Enjoy the Transformation.\u003c\/h2\u003e\n\u003cp\u003eCreate a high-impact holiday display without spending the afternoon building an elaborate doorway arrangement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"xcd-story__image\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/d465c4fc7d35e6cd8a4d2ecba56a7a3aa66438f5.jpg?v=1789027816\u0026amp;width=1200\" alt=\"Reindeer Christmas banner being hung on a front door\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"xcd-steps\"\u003e\n\u003cdiv class=\"xcd-step\"\u003e\n\u003cdiv class=\"xcd-step__num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eChoose Your Spot\u003c\/h3\u003e\n\u003cp\u003ePick a suitable door, entryway or covered holiday display area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-step\"\u003e\n\u003cdiv class=\"xcd-step__num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eHang the Banner\u003c\/h3\u003e\n\u003cp\u003ePosition it at a comfortable height so the artwork becomes the centerpiece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-step\"\u003e\n\u003cdiv class=\"xcd-step__num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTurn On the Glow\u003c\/h3\u003e\n\u003cp\u003eSwitch on the battery-powered lights and let your Christmas entrance shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       09 RICH CHRISTMAS DETAIL\n       ===================================================== --\u003e\n\u003csection class=\"xcd-section\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-feature\"\u003e\n\u003cfigure class=\"xcd-media xcd-feature__media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/ee2229197b539c551b7302fbd8e9e2f2a5562247.jpg?v=1789027816\u0026amp;width=1200\" alt=\"Gingerbread Christmas banner with festive ribbons snowflakes and illuminated details\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"xcd-feature__copy\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e LAYERED WITH HOLIDAY CHARACTER \u003c\/span\u003e\n\u003ch2\u003eThe Little Details Make It Feel Like Christmas.\u003c\/h2\u003e\n\u003cp\u003ePlaid-inspired accents, snowflakes, ribbons, candy-cane details and classic seasonal colors give the banner the rich, nostalgic look people associate with Christmas decorating.\u003c\/p\u003e\n\u003cp\u003eThe result feels playful enough for children and traditional enough to sit comfortably with classic holiday décor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       10 NUTCRACKER LIFESTYLE \/ SOCIAL VALUE\n       ===================================================== --\u003e\n\u003csection class=\"xcd-section xcd-section--warm\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-story\"\u003e\n\u003cdiv class=\"xcd-story__copy\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e A DOORWAY PEOPLE REMEMBER \u003c\/span\u003e\n\u003ch2\u003eMake the Entrance Part of the Celebration.\u003c\/h2\u003e\n\u003cp\u003eGive arriving family, holiday guests and neighborhood visitors a festive backdrop that feels special before the party even begins.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"xcd-story__image\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/7bfbbde8462c70cf5cf2bc9a815e0b8650ab23e9.jpg?v=1789027816\u0026amp;width=1200\" alt=\"Large illuminated Nutcracker Christmas banner displayed at a festive doorway\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"xcd-scenes\"\u003e\n\u003cdiv class=\"xcd-scene\"\u003e\n\u003cspan class=\"xcd-scene__icon\"\u003e🏠\u003c\/span\u003e \u003cstrong\u003eFront Door\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-scene\"\u003e\n\u003cspan class=\"xcd-scene__icon\"\u003e🎄\u003c\/span\u003e \u003cstrong\u003eEntryway\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-scene\"\u003e\n\u003cspan class=\"xcd-scene__icon\"\u003e🎁\u003c\/span\u003e \u003cstrong\u003eHoliday Parties\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-scene\"\u003e\n\u003cspan class=\"xcd-scene__icon\"\u003e✨\u003c\/span\u003e \u003cstrong\u003eCovered Porch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       11 PRODUCT HIGHLIGHTS\n       ===================================================== --\u003e\n\u003csection class=\"xcd-section xcd-section--cream\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-center\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e PRODUCT HIGHLIGHTS \u003c\/span\u003e\n\u003ch2 class=\"xcd-h2\"\u003eOne Piece That Brings the Whole Entrance Together.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-highlights\"\u003e\n\u003cdiv class=\"xcd-highlight\"\u003e\n\u003cdiv class=\"xcd-highlight__check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWarm integrated lighting\u003c\/strong\u003e \u003cspan\u003e Adds a cozy illuminated effect that makes the decoration stand out after dark. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-highlight\"\u003e\n\u003cdiv class=\"xcd-highlight__check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eOversized vertical format\u003c\/strong\u003e \u003cspan\u003e Creates a strong visual focal point without needing multiple separate decorations. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-highlight\"\u003e\n\u003cdiv class=\"xcd-highlight__check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFive festive character choices\u003c\/strong\u003e \u003cspan\u003e Pick from Nutcracker, Gingerbread Man, Santa Claus, Snowman or Reindeer. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-highlight\"\u003e\n\u003cdiv class=\"xcd-highlight__check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBattery-powered lighting\u003c\/strong\u003e \u003cspan\u003e Enjoy illuminated decorating without depending on a nearby wall outlet. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-highlight\"\u003e\n\u003cdiv class=\"xcd-highlight__check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eClassic Christmas color palette\u003c\/strong\u003e \u003cspan\u003e Rich reds, greens and traditional seasonal details pair easily with familiar holiday décor. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-highlight\"\u003e\n\u003cdiv class=\"xcd-highlight__check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEasy seasonal statement piece\u003c\/strong\u003e \u003cspan\u003e A simple way to give doors and entryways a much more finished Christmas look. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       12 SPECIFICATIONS\n       ===================================================== --\u003e\n\u003csection class=\"xcd-section\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-center\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e SPECIFICATIONS \u003c\/span\u003e\n\u003ch2 class=\"xcd-h2\"\u003eProduct Details\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-specs\"\u003e\n\u003cdiv class=\"xcd-spec\"\u003e\n\u003cdiv\u003eProduct Type\u003c\/div\u003e\n\u003cdiv\u003eLight-Up Christmas Hanging Door Banner\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-spec\"\u003e\n\u003cdiv\u003eApprox. Size\u003c\/div\u003e\n\u003cdiv\u003e68.6 × 127 cm \/ 27 × 50 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-spec\"\u003e\n\u003cdiv\u003eLighting\u003c\/div\u003e\n\u003cdiv\u003eIntegrated Warm Decorative Lights\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-spec\"\u003e\n\u003cdiv\u003ePower Source\u003c\/div\u003e\n\u003cdiv\u003eButton-Cell Battery Powered\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-spec\"\u003e\n\u003cdiv\u003eConstruction\u003c\/div\u003e\n\u003cdiv\u003eDecorative Printed Fabric Banner\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-spec\"\u003e\n\u003cdiv\u003eNumber of Designs\u003c\/div\u003e\n\u003cdiv\u003e5\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-spec\"\u003e\n\u003cdiv\u003eStyle Options\u003c\/div\u003e\n\u003cdiv\u003eNutcracker \/ Gingerbread Man \/ Santa Claus \/ Snowman \/ Reindeer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-spec\"\u003e\n\u003cdiv\u003eDisplay Style\u003c\/div\u003e\n\u003cdiv\u003eHanging Decoration\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-spec\"\u003e\n\u003cdiv\u003eGreat For\u003c\/div\u003e\n\u003cdiv\u003eDoors \/ Entryways \/ Covered Porches \/ Holiday Parties \/ Seasonal Home Décor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-spec\"\u003e\n\u003cdiv\u003ePackage Includes\u003c\/div\u003e\n\u003cdiv\u003e1 × Light-Up Christmas Door Hanging Banner\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-note\"\u003e\n\u003cstrong\u003ePLEASE NOTE\u003c\/strong\u003e\n\u003cp\u003eProduct dimensions are approximate. Battery specifications and included accessories may vary by selected option, so please confirm the product variant shown on the purchase section before ordering. For covered outdoor displays, keep the battery compartment protected from moisture unless your specific product packaging states otherwise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       13 FAQ\n       ===================================================== --\u003e\n\u003csection class=\"xcd-section xcd-section--warm\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-center\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e GOOD TO KNOW \u003c\/span\u003e\n\u003ch2 class=\"xcd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xcd-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the banner light up?\u003c\/summary\u003e\n\u003cp\u003eYes. The banner includes decorative warm lighting designed to add a festive glow around the display.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it need to be plugged into a wall outlet?\u003c\/summary\u003e\n\u003cp\u003eNo wall outlet is required for the lighting. It uses a compact button-cell battery power source.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow large is the banner?\u003c\/summary\u003e\n\u003cp\u003eIt measures approximately 68.6 × 127 cm, or about 27 × 50 inches, giving it enough height to create a noticeable doorway display.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich Christmas designs can I choose from?\u003c\/summary\u003e\n\u003cp\u003eFive character options are available: Nutcracker, Gingerbread Man, Santa Claus, Snowman and Reindeer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I display it?\u003c\/summary\u003e\n\u003cp\u003eIt works well as a seasonal hanging decoration on suitable doors, indoor entryways and protected covered porch areas.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it difficult to decorate with?\u003c\/summary\u003e\n\u003cp\u003eThe hanging format is designed to create a large visual impact without requiring a complicated multi-piece decorating setup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a good decoration for Christmas parties?\u003c\/summary\u003e\n\u003cp\u003eYes. Its large character artwork and warm lighting make it a natural focal point for holiday entrances, family gatherings and Christmas party décor.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I buy different characters for different doors?\u003c\/summary\u003e\n\u003cp\u003eYes. You can choose from the available character variants, making it easy to mix different designs throughout your holiday decorating setup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       14 FINAL CTA\n       ===================================================== --\u003e\n\u003csection class=\"xcd-final\"\u003e\n\u003cdiv class=\"xcd-wrap\"\u003e\n\u003cdiv class=\"xcd-final__box\"\u003e\n\u003cspan class=\"xcd-eyebrow\"\u003e LET CHRISTMAS START AT THE DOOR \u003c\/span\u003e\n\u003ch2\u003eGive Your Home the Holiday Welcome It Deserves.\u003c\/h2\u003e\n\u003cp\u003ePick your favorite Christmas character, switch on the warm glow and turn an ordinary entrance into a festive part of the celebration.\u003c\/p\u003e\n\u003cbutton class=\"xcd-btn\" type=\"button\"\u003e Choose Your Favorite Design \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Q2005","offers":[{"title":"Nutcracker","offer_id":50582460760257,"sku":"CV3607460-胡桃夹子","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Gingerbread man","offer_id":50582460793025,"sku":"CV3607460-姜饼人","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Santa Claus","offer_id":50582460825793,"sku":"CV3607460-圣诞老人","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Snowman","offer_id":50582460858561,"sku":"CV3607460-雪人","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Reindeer","offer_id":50582460891329,"sku":"CV3607460-驯鹿","price":45.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/97ae0915584fda194277b1ea7bfcd525125592f6.jpg?v=1789027816","url":"https:\/\/valorsca.us\/products\/light-up-christmas-door","provider":"Valors-ca","version":"1.0","type":"link"}