The Countdown to
Christmas Starts Now!

Click on the corresponding day to receive a special gift every day.

10+ surprises are waiting for you, and the biggest surprise is a

20% discount.

00
HOURS
:
00
MINUTES
:
00
SECONDS
*The gifted item must be claimed before the day ends (EST), as it will expire once the new day begins.
What's today's special? Check it out!
Monday Tuesday Wednesday Thursday Friday Saturday Sunday
25
26
27
28
29
30
1
End...
2
End...
3
End...
4
End...
5
End...
6
End...
7
End...
8
End...
9
End...
10
End...
11
End...
12
End...
13
End...
14
End...
15
End...
16
End...
17
End...
18
End...
19
End...
20
End...
21
End...
22
End...
23
End...
24
End...
25
End...
26
End...
27
End...
28
End...
29
End...
30
End...
31
End...
1
2
3
4
5
The Countdown to Christmas Starts Now!

Click on the corresponding day to receive a special gift every day.

10+ surprises are waiting for you, and the biggest surprise is a 20% discount.

00
HOURS
:
00
MINUTES
:
00
SECONDS
*The gifted item must be claimed before the day
ends (EST), as it will expire once the new day
begins.
What's today's special? Check it out!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Build the Spirit of Christmas with
the Exclusive Christmas House
Limited Edition –
Perfect for Holiday Gatherings and Gifting
Why You’ll Love the Christmas House
Inspired by a Holiday Classic
Relive the magic of the beloved film Christmas Story with this intricately designed set that captures the charm of the season.
Photos from Instagram @bewitchedbricks
Iconic Leg Lamp Included
The set features the famous leg lamp, a must-have detail for any fan of the movie!
Photos from Instagram @bewitchedbricks
Lights That Bring Warmth to Your Holidays
Equipped with LED lights, this set creates a cozy, festive glow, perfect for decorating your space.
Photos from Instagram @bewitchedbricks
Free Shipping for a Stress-Free Holiday
We’ve got you covered with complimentary shipping to make your holidays even brighter.
USD 99.99

Parts: 1367

Size: 30.48 x 25.4 x 24.89 (cm)

Instruction: Detailed Paper manual

Package: Printed Box

WIN IT!

We’re hosting a giveaway on Instagram,

so you have a chance to win this magical set,

perfect for your holiday décor or as a gift for

someone special.

require([ 'jquery', 'jquery/jquery.cookie' ], function ($) { 'use strict'; $(document).ready(function () { var ct = new Date(); var ctt = ct.getTime(); var cd = new Date(ct.toLocaleString("en-US", {timeZone: "America/New_York"})).getTime(); var diffTime = ctt - cd; var expirationTime = "2025-01-17 23:59:59"; var targetDate = new Date(expirationTime).getTime(); function updateCountdown() { var currentTime = new Date(); var currentDate = new Date(currentTime.toLocaleString("en-US", {timeZone: "America/New_York"})).getTime(); var timeRemaining = targetDate - currentDate; if (timeRemaining <= 0) { console.log("倒计时结束"); return; } var days = Math.floor(timeRemaining / (1000 * 60 * 60 * 24)); var hours = Math.floor((timeRemaining % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((timeRemaining % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((timeRemaining % (1000 * 60)) / 1000); if(days > 99) { days = 99; } var formattedDays = days.toString().padStart(2, '0'); var formattedHours = hours.toString().padStart(2, '0'); var formattedMinutes = minutes.toString().padStart(2, '0'); var formattedSeconds = seconds.toString().padStart(2, '0'); $(".hours-num").text(formattedHours); $(".minutes-num").text(formattedMinutes); $(".seconds-num").text(formattedSeconds); // var countdownText = formattedDays + ' DAYS ' + formattedHours + ' HOURS ' + formattedMinutes + ' MINUTE ' + formattedSeconds + ' SECOND'; // console.log(countdownText); } setInterval(updateCountdown, 1000); updateCountdown(); $(".table-box .open, .table-box .opened").click(function () { var cookieData = $(this).data('params'); const timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone; var cookieExpirationTime = "2025-01-17 23:59:59"; var expirationTime = new Date(cookieExpirationTime).getTime() + diffTime; $.cookie("christmas2024_open_data", JSON.stringify(cookieData), { expires: new Date(expirationTime) }); $(".pup-up .pup-up-box .box .title").html(cookieData.title); $(".pup-up .pup-up-box .box .desc").html(cookieData.desc); $(".pup-up .pup-up-box .box .code").html(cookieData.code); var num = $(this).parent().find(".num").text(); $(this).removeClass("open"); $(this).addClass("opened") $(this).children("img").attr("src", "/media/edm-activity/202412/christmas/gif.gif?v="+new Date().getTime()); $(".pup-up").show(); $(".fix").hide(); }); $(".fix").click(function () { var cookieStr = $.cookie("christmas2024_open_data"); var cookieData = JSON.parse(cookieStr); $(".pup-up .pup-up-box .box .title").html(cookieData.title); $(".pup-up .pup-up-box .box .desc").html(cookieData.desc); $(".pup-up .pup-up-box .box .code").html(cookieData.code); $(".pup-up").show(); $(this).hide(); }); $(".close").click(function () { var cookieStr = $.cookie("christmas2024_open_data"); var cookieData = JSON.parse(cookieStr); $(".pup-up .pup-up-box .box .title").html(cookieData.title); $(".pup-up .pup-up-box .box .desc").html(cookieData.desc); $(".pup-up .pup-up-box .box .code").html(cookieData.code); $(".pup-up").hide(); $(".fix").show(); }); }); });