
Gift Wrapped Winter Wonderland Lighted Christmas Tree Snow Globe Music Box Sn...
USD 89.67

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
USD 64.99
Condition: New
View Gift Wrapped Lighted Christmas Tree Snow Globe Music Box Fireplace Walnut Soldie with current marketplace pricing, condition, product images and item details. Twinkling Tree and Warm LED Lighting: Built-in soft light enhances the cozy atmosphere while the Christmas tree inside is wrapped with sparkling light strands, perfectly simulating festive brilliance and fireplace glow. /*------------- BASE IMPORT -------------*/ img { max-width: 100%; } html, body { overflow-x: hidden; font-size: 12px; padding: 0; margin: 0; } h1, h2, h3, h4, h5, h6, p, li, ul, ol, span { margin: 0; padding: 0; } ul, ol { list-style: none; padding-left: 0; } input, button { border: none; } input:focus, button:focus { outline: none; } ::-moz-selection { background-color: #ff0066; color: #ffffff; } ::selection { background-color: #ff0066; color: #ffffff; } @media screen and (min-width: 768px) { html, body { font-size: 14px; } } @media screen and (min-width: 992px) { html, body { font-size: 15px; } } @media screen and (min-width: 1200px) { html, body { font-size: 16px; } } /*------------- UTILITIES IMPORT -------------*/ /*------------- UTILITY CLASSES -------------*/ .section { max-width: 1600px; margin: 0 auto; } .paypal { width: 50%; max-width: 350px; display: block; margin: 0 auto; } /*------------- MODULES IMPORT -------------*/ /*------------- TABLE OF CONTENTS -------------*/ /* 1. HEADER 2. PRODUCT 3. FOOTER */ /*------------- 1. HEADER -------------*/ .header { font-family: "Century Gothic", sans-serif; position: relative; text-align: center; } .header__img { width: 100%; height: auto; } //here :root{ --ink:#222; /* dark gray */ --ivory:#f5f5f5; /* light gray background */ --gray-light:#d9d9d9; /* soft light gray */ --gray-mid:#888888; /* medium gray */ --card: rgba(255,255,255,0.9); } body{ color:var(--ink); background-color:var(--ivory); } /* CHRISTMAS TITLE */ .header__title { font-family: "Playfair Display", serif; font-weight: 600; font-size: 3.4rem; color: #ffffff; text-align: center; position: absolute; top: 35%; left: 50%; transform: translate(-50%, -35%); letter-spacing: 1px; animation: snowfallFade 2.2s ease-out forwards, holidayGlow 3.5s ease-in-out infinite alternate, goldSwipe 4s ease-in-out infinite; } /* Soft fading in like snowfall */ @keyframes snowfallFade { 0% { opacity: 0; transform: translate(-50%, -50%) scale(0.95); } 100% { opacity: 1; transform: translate(-50%, -35%) scale(1); } } /* Glowing Christmas lights effect */ @keyframes holidayGlow { 0% { text-shadow: 0 0 6px #c62828, 0 0 0px #ffffff; } 50% { text-shadow: 0 0 14px #eeff8f, 0 0 10px #d32f2f; } 100% { text-shadow: 0 0 6px #2e7d32, 0 0 0px #ffffff; } } /* Golden shimmer swipe across the text */ @keyframes goldSwipe { 0% { background: linear-gradient(90deg, transparent 0%, #ffd700 50%, transparent 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 100% { background-position: 300%; } } @media screen and (min-width: 768px) { .header__title { font-size: 6rem; } } @media screen and (min-width: 992px) { .header__title { font-size: 8rem; } } @media screen and (min-width: 992px) { .header__title { font-size: 10rem; } } .header__title--light { color: #ffcae8; -webkit-transform: none; -ms-transform: none; transform: none; position: static; } /*------------- 2. PRODUCT -------------*/ .product__header { padding: 0 15px; margin: 3rem auto; text-align: center; } @media screen and (min-width: 768px) { .product__header { text-align: right; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } } .product__header-title { width: 100%; color: red; font-size: 3rem; line-height: 3.5rem; margin-bottom: 1rem; font-family: "Century Gothic", sans-serif; } @media screen and (min-width: 768px) { .product__header-title { margin-bottom: 0; width: auto; font-size: 4rem; line-height: 4rem; margin-right: 1rem; } } @media screen and (min-width: 992px) { .product__header-title { font-size: 5rem; line-height: 5rem; } } @media screen and (min-width: 1200px) { .product__header-title { font-size: 6rem; line-height: 6rem; max-width: 540px; } } .product__img-wrapper { width: 100%; position: relative; } @media screen and (min-width: 768px) { .product__img-wrapper { width: auto; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } } @media screen and (min-width: 1200px) { .product__img-wrapper { max-width: 800px; } } .product__img-wrapper img { width: 95%; height: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .product__img-bg { width: 100%; height: auto; } .product__info { max-width: 1300px; margin: 0 auto; padding: 0 15px; } .product__info--alt .product__info-title { color: #ffffff; } .product__info--alt .product__info-text { color: #ffffff; font-size: 1.667rem; line-height: 2.5rem; } @media screen and (min-width: 768px) { .product__info--alt .product__info-text { font-size: 1rem; line-height: 2rem; } } .product__info+.product__info { margin-top: 3.5rem; } .product__info-header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; margin-bottom: 1rem; width: 100%; } .product__info-title { font-size: 3rem; color: #262626; font-family: "Century Gothic", sans-serif; text-transform: uppercase; font-weight: normal; margin-left: 1rem; } @media screen and (min-width: 768px) { .product__info-title { font-size: 2.425rem; } } .product__info-text { width: 100%; color: #4b4b4b; font-size: 2.5rem; line-height: 3.833rem; font-family: "Century Gothic", sans-serif; } @media screen and (min-width: 768px) { .product__info-text { font-size: 1.875rem; line-height: 2.875rem; } } .product__info-text+.product__info-text { margin-top: 3.5rem; } /*------------- 3. FOOTER -------------*/ .footer { position: relative; margin-top: 5rem; background-image: url("https://thegoldenreport.org/wp-content/uploads/2024/12/christmas-greetings-1629475661.jpg"); background-repeat: no-repeat; background-position: center top; background-size: cover; padding: 20rem 15px 10rem 15px; } @media screen and (min-width: 1200px) { .footer { padding: 15rem 15px; } } .footer__content { max-width: 1300px; margin: 8rem auto 0 auto; } @media screen and (min-width: 768px) { .footer__content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } } .footer__column+.footer__column { margin-top: 3.5rem; } @media screen and (min-width: 768px) { .footer__column+.footer__column { margin-top: 0; margin-left: 3.5rem; } } MERRY CHRISTMAS JOLLY JOLLY CHRISTMAS DETAILS Magical Hand Shake Snow Effect: Simply shake the globe to watch a flurry of snowflakes fall gently around the Christmas tree, creating a festive winter wonderland in your home. Exquisite Fireplace Base Design: Detailed brick-style fireplace with glowing LED light, decorated with Christmas garlands, ribbons, nutcracker figurines, toy train, teddy bear, and colorful gift boxes for an holiday charm. Twinkling Tree and Warm LED Lighting: Built-in soft light enhances the cozy atmosphere while the Christmas tree inside is wrapped with sparkling light strands, perfectly simulating festive brilliance and fireplace glow. Soothing Christmas Melody: Plays the classic holiday tune Oh Christmas Tree, filling your space with festive music and enhancing the joyful holiday mood. Perfect Holiday Gift with Elegant Packaging: Delivered with wrapping paper and a decorative ribbon, making it gift ready and an ideal Christmas present for kids, family, and friends. Product description Music & Lights Create a Festive Glow. Magical Christmas Tree Snow Globe with Lights. This enchanting snow globe features a beautifully detailed Christmas tree, toy soldiers, and gift boxes. With soft lights, swirling snow, and festive music, it brings the holiday spirit to life. The cozy fireplace base adds warmth—perfect for gifting or decor. Unveiling an enchanting melody, encased in delicate gift paper. Elevate your gift to a new level of beauty and sophistication with our exquisite gift paper. Every package becomes a work of art, perfectly complementing the elegance of the music box inside. Fireplace with Glowing Flames The base features a realistic glowing fire effect, simulating warm flickering flames for an extra cozy holiday vibe. LED Lights Add Holiday Glow Soft LED lights shine on the Christmas tree, illuminating the falling snow and enhancing the festive atmosphere. Charming Holiday Details Includes toy soldiers, gifts, and a decorated tree—each crafted with care for a delightful seasonal display. Plays “Oh Christmas Tree” The built-in music box plays the classic melody “Oh Christmas Tree,” filling your space with timeless cheer. Item Weight 3 pounds Batteries required Yes Product Dimensions 4.9 x 4.9 x 6.5 inches Color Melody:oh Christmas Tree 4.9 inches x 4.9 inches x 6.5 inches. Weight: 3.0 lb Payment We accept all payments via Ebay using Credit Cards , PAYPAL , Apple Pay and many others Shipping We are always working hard to ensure your package arrives as soon as possible. Please understand that some factors like weather, high postal traffic, and the performance of shipping companies are outside of our control. DELIVERY & RETURN POLICY We offer a 30-Day Return Policy on items in which you are not completely satisfied with. You have the option of a full-refund or an exchange of the item. No returns are available on items shipped outside of the USA. Condition: New. Category: Collectibles › Decorative Collectibles › Music Boxes.
Additional views from the marketplace listing for Gift Wrapped Lighted Christmas Tree Snow Globe Music Box Fireplace Walnut Soldie.












Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.










Related marketplace listings for Gift Wrapped Lighted Christmas Tree Snow Globe Music Box Fireplace Walnut Soldie.

USD 89.67

USD 88.61

USD 19.50

USD 18.99

USD 78.00

USD 14.99

USD 79.49

USD 719.71

USD 49.99