{"product_id":"old-world-lighted-nativity-trees","title":"Old-World Lighted Nativity Trees","description":"\u003cstyle\u003e \/* =========================================================    NESTMIRO — OLD WORLD LIGHTED NATIVITY TREES    Full Custom Liquid Landing Page    ========================================================= *\/  .nm-nativity-page {   --nm-bg: #fffdf8;   --nm-cream: #f7f1e7;   --nm-cream-dark: #eee3d4;   --nm-brown: #4c352a;   --nm-dark: #30211b;   --nm-gold: #ae824c;   --nm-gold-light: #d7bea0;   --nm-red: #793c33;   --nm-red-dark: #5d2d26;   --nm-text: #4f433b;   --nm-muted: #776b62;   --nm-border: #e7dccf;    width: 100%;   overflow: hidden;   background: var(--nm-bg);   color: var(--nm-text);   font-family: Georgia, 'Times New Roman', serif; }  .nm-nativity-page *, .nm-nativity-page *::before, .nm-nativity-page *::after {   box-sizing: border-box; }  .nm-nativity-page img {   display: block;   width: 100%;   height: auto; }  .nm-nativity-page button {   font: inherit; }  .nm-wrap {   width: min(1180px, calc(100% - 40px));   margin: 0 auto; }  .nm-eyebrow {   display: inline-flex;   align-items: center;   justify-content: center;   gap: 9px;   margin-bottom: 14px;    color: var(--nm-gold);   font-family: Arial, Helvetica, sans-serif;   font-size: 11px;   line-height: 1.4;   font-weight: 700;   letter-spacing: 2px;   text-transform: uppercase; }  .nm-eyebrow::before, .nm-eyebrow::after {   content: '';   width: 28px;   height: 1px;   background: var(--nm-gold-light); }  .nm-main-title {   margin: 0;    color: var(--nm-dark);   font-size: clamp(34px, 4.8vw, 58px);   line-height: 1.06;   letter-spacing: -1.2px;   font-weight: 500; }  .nm-section-title {   margin: 0;    color: var(--nm-dark);   font-size: clamp(29px, 3.8vw, 45px);   line-height: 1.12;   letter-spacing: -.7px;   font-weight: 500; }  .nm-text {   margin: 0;    color: var(--nm-muted);   font-family: Arial, Helvetica, sans-serif;   font-size: 16px;   line-height: 1.8; }  .nm-center {   max-width: 760px;   margin: 0 auto;   text-align: center; }  .nm-divider {   width: 64px;   height: 1px;   margin: 25px auto;   background: var(--nm-gold); }   \/* =========================================================    HERO    ========================================================= *\/  .nm-hero {   padding: 78px 0 84px;    background:     radial-gradient(circle at 13% 20%, rgba(181,137,82,.13), transparent 33%),     linear-gradient(180deg, #f8f2e8 0%, #fffdf8 100%); }  .nm-hero-grid {   display: grid;   grid-template-columns: .94fr 1.06fr;   gap: 68px;   align-items: center; }  .nm-hero-copy {   max-width: 555px; }  .nm-hero-copy .nm-eyebrow {   justify-content: flex-start; }  .nm-hero-description {   max-width: 520px;   margin: 23px 0 0;    color: #695b51;   font-family: Arial, Helvetica, sans-serif;   font-size: 17px;   line-height: 1.78; }  .nm-hero-quote {   margin-top: 27px;   padding: 18px 21px;    border-left: 3px solid var(--nm-gold);   background: rgba(255,255,255,.62);    color: #58463a;   font-size: 18px;   line-height: 1.6;   font-style: italic; }  .nm-hero-image {   position: relative; }  .nm-hero-image::before {   content: '';    position: absolute;   z-index: 0;    top: 18px;   right: -18px;   bottom: -18px;   left: 18px;    border: 1px solid #d9c7ae;   border-radius: 3px; }  .nm-hero-image img {   position: relative;   z-index: 1;    aspect-ratio: 1 \/ 1;   object-fit: cover;    border-radius: 3px;   box-shadow: 0 23px 55px rgba(55,37,25,.14); }  .nm-hero-small {   display: flex;   align-items: center;   gap: 11px;    margin-top: 25px;    color: #716257;   font-family: Arial, Helvetica, sans-serif;   font-size: 13px; }  .nm-hero-stars {   color: #af7f3e;   letter-spacing: 2px;   font-size: 15px; }   \/* =========================================================    USP STRIP    ========================================================= *\/  .nm-usp-strip {   padding: 19px 0;   background: #49352b; }  .nm-usp-grid {   max-width: 1060px;   margin: 0 auto;    display: grid;   grid-template-columns: repeat(4, 1fr); }  .nm-usp-item {   position: relative;    padding: 7px 20px;   text-align: center;    color: #e9ddd1;   font-family: Arial, Helvetica, sans-serif;   font-size: 12px;   line-height: 1.5; }  .nm-usp-item strong {   display: block;   margin-bottom: 3px;    color: #fff;   font-family: Georgia, 'Times New Roman', serif;   font-size: 16px;   font-weight: 500; }  .nm-usp-item:not(:last-child)::after {   content: '';    position: absolute;   right: 0;   top: 14%;   bottom: 14%;    width: 1px;   background: rgba(255,255,255,.15); }   \/* =========================================================    STORY    ========================================================= *\/  .nm-story {   padding: 96px 0; }  .nm-story-image {   margin-top: 45px;   overflow: hidden;   border-radius: 3px; }  .nm-story-image img {   aspect-ratio: 16 \/ 9;   object-fit: cover; }   \/* =========================================================    OLD WORLD FEATURE    ========================================================= *\/  .nm-feature {   padding: 94px 0;   background: var(--nm-cream); }  .nm-feature-grid {   display: grid;   grid-template-columns: 1fr 1fr;   gap: 70px;   align-items: center; }  .nm-feature-image img {   aspect-ratio: 1 \/ 1;   object-fit: cover;   border-radius: 3px; }  .nm-feature-copy .nm-eyebrow {   justify-content: flex-start; }  .nm-feature-copy .nm-text {   margin-top: 19px; }  .nm-feature-list {   display: grid;   gap: 20px;   margin-top: 31px; }  .nm-feature-item {   display: grid;   grid-template-columns: 38px 1fr;   gap: 14px;   align-items: start; }  .nm-feature-icon {   width: 36px;   height: 36px;    display: flex;   align-items: center;   justify-content: center;    border: 1px solid #cbb18e;   border-radius: 50%;    color: var(--nm-gold);   font-size: 15px; }  .nm-feature-item h3 {   margin: 1px 0 5px;    color: var(--nm-dark);   font-size: 17px;   line-height: 1.35;   font-weight: 600; }  .nm-feature-item p {   margin: 0;    color: var(--nm-muted);   font-family: Arial, Helvetica, sans-serif;   font-size: 14px;   line-height: 1.65; }   \/* =========================================================    STYLES    ========================================================= *\/  .nm-styles {   padding: 96px 0; }  .nm-styles-intro {   max-width: 690px;   margin: 0 auto 43px;   text-align: center; }  .nm-styles-intro .nm-text {   margin-top: 16px; }  .nm-style-image {   max-width: 850px;   margin: 0 auto 42px; }  .nm-style-image img {   border-radius: 3px; }  .nm-style-grid {   display: grid;   grid-template-columns: repeat(3, 1fr);   gap: 19px; }  .nm-style-card {   padding: 29px 23px;    border: 1px solid var(--nm-border);   background: #faf7f1;    text-align: center; }  .nm-style-number {   width: 30px;   height: 30px;    display: inline-flex;   align-items: center;   justify-content: center;    margin-bottom: 13px;    border-radius: 50%;   background: #ece2d4;    color: var(--nm-brown);   font-family: Arial, Helvetica, sans-serif;   font-size: 11px;   font-weight: 700; }  .nm-style-card h3 {   margin: 0 0 9px;    color: var(--nm-dark);   font-size: 21px;   font-weight: 500; }  .nm-style-card p {   margin: 0;    color: #766961;   font-family: Arial, Helvetica, sans-serif;   font-size: 14px;   line-height: 1.65; }   \/* =========================================================    GLOW SECTION    ========================================================= *\/  .nm-glow {   padding: 92px 0;   background: #281e19; }  .nm-glow-grid {   display: grid;   grid-template-columns: 1.05fr .95fr;   gap: 68px;   align-items: center; }  .nm-glow-image img {   aspect-ratio: 1 \/ 1;   object-fit: cover; }  .nm-glow-copy .nm-eyebrow {   justify-content: flex-start;   color: #d7af79; }  .nm-glow-copy .nm-section-title {   color: #fff9f1; }  .nm-glow-copy .nm-text {   margin-top: 19px;   color: #d6cac0; }  .nm-glow-box {   display: flex;   align-items: center;   gap: 15px;    margin-top: 28px;   padding: 18px 19px;    border: 1px solid rgba(255,255,255,.14);   background: rgba(255,255,255,.045);    color: #eee2d7;   font-family: Arial, Helvetica, sans-serif;   font-size: 14px;   line-height: 1.55; }  .nm-glow-box-icon {   flex: 0 0 auto;   font-size: 23px; }   \/* =========================================================    DETAILS    ========================================================= *\/  .nm-details {   padding: 96px 0; }  .nm-details-grid {   display: grid;   grid-template-columns: .92fr 1.08fr;   gap: 69px;   align-items: center; }  .nm-details-copy .nm-eyebrow {   justify-content: flex-start; }  .nm-details-copy .nm-text {   margin-top: 19px; }  .nm-details-image img {   aspect-ratio: 1 \/ 1;   object-fit: cover;   border-radius: 3px; }  .nm-detail-boxes {   display: grid;   grid-template-columns: 1fr 1fr;   gap: 12px;    margin-top: 28px; }  .nm-detail-box {   padding: 18px;    border: 1px solid #ece2d6;   background: #f9f5ee; }  .nm-detail-box strong {   display: block;   margin-bottom: 5px;    color: var(--nm-dark);   font-size: 15px;   font-weight: 600; }  .nm-detail-box span {   color: #766960;   font-family: Arial, Helvetica, sans-serif;   font-size: 12px;   line-height: 1.5; }   \/* =========================================================    HOME SCENES    ========================================================= *\/  .nm-home {   padding: 94px 0;   background: #f3ece2; }  .nm-home-intro {   margin-bottom: 43px; }  .nm-home-intro .nm-text {   margin-top: 16px; }  .nm-home-grid {   display: grid;   grid-template-columns: 1fr 1fr;   gap: 23px; }  .nm-home-card {   position: relative;    min-height: 530px;   overflow: hidden;    background: #ddd; }  .nm-home-card img {   width: 100%;   height: 100%;   min-height: 530px;    object-fit: cover;    transition: transform .5s ease; }  .nm-home-card:hover img {   transform: scale(1.025); }  .nm-home-overlay {   position: absolute;   left: 0;   right: 0;   bottom: 0;    padding: 72px 28px 29px;    background:     linear-gradient(       transparent,       rgba(29,20,15,.84)     );    color: #fff; }  .nm-home-overlay h3 {   margin: 0 0 7px;    font-size: 25px;   font-weight: 500; }  .nm-home-overlay p {   max-width: 410px;   margin: 0;    color: #efe6de;   font-family: Arial, Helvetica, sans-serif;   font-size: 14px;   line-height: 1.65; }   \/* =========================================================    SIZE    ========================================================= *\/  .nm-size {   padding: 95px 0; }  .nm-size-grid {   display: grid;   grid-template-columns: .88fr 1.12fr;   gap: 68px;   align-items: center; }  .nm-size-copy .nm-eyebrow {   justify-content: flex-start; }  .nm-size-copy .nm-text {   margin-top: 18px; }  .nm-size-copy ul {   margin: 25px 0 0;   padding: 0;   list-style: none; }  .nm-size-copy li {   position: relative;    padding: 12px 0 12px 25px;   border-bottom: 1px solid var(--nm-border);    color: #695d54;   font-family: Arial, Helvetica, sans-serif;   font-size: 14px; }  .nm-size-copy li::before {   content: '✦';    position: absolute;   left: 2px;    color: var(--nm-gold); }   \/* =========================================================    EMOTIONAL SECTION    ========================================================= *\/  .nm-meaning {   position: relative;    padding: 105px 20px;    background:     linear-gradient(       rgba(40,28,21,.74),       rgba(40,28,21,.74)     ),     url('https:\/\/nestmiro.com\/cdn\/shop\/files\/imgi_308_15-27_1254x_f3f051c3-46af-49a4-bff9-eba3e8cd316d.png?v=1789698078\u0026width=1445')     center center \/ cover no-repeat;    text-align: center; }  .nm-meaning-inner {   max-width: 750px;   margin: 0 auto; }  .nm-meaning .nm-eyebrow {   color: #e0bb86; }  .nm-meaning h2 {   margin: 0;    color: #fff;   font-size: clamp(32px, 4.4vw, 50px);   line-height: 1.12;   font-weight: 500; }  .nm-meaning p {   max-width: 650px;   margin: 22px auto 0;    color: #f0e7df;   font-family: Arial, Helvetica, sans-serif;   font-size: 16px;   line-height: 1.78; }   \/* =========================================================    WHY IT MATTERS    ========================================================= *\/  .nm-why {   padding: 94px 0;   background: #fffdf9; }  .nm-why-grid {   display: grid;   grid-template-columns: repeat(3, 1fr);   gap: 19px;    margin-top: 40px; }  .nm-why-card {   padding: 30px 26px;    border: 1px solid var(--nm-border);   background: #fff; }  .nm-why-icon {   margin-bottom: 17px;   color: var(--nm-gold);   font-size: 23px; }  .nm-why-card h3 {   margin: 0 0 10px;    color: var(--nm-dark);   font-size: 20px;   font-weight: 500; }  .nm-why-card p {   margin: 0;    color: #71655c;   font-family: Arial, Helvetica, sans-serif;   font-size: 14px;   line-height: 1.7; }   \/* =========================================================    FINAL CTA    ========================================================= *\/  .nm-final-cta {   position: relative;    padding: 76px 20px 66px;    background:     radial-gradient(       circle at 50% 0%,       rgba(177,131,78,.11),       transparent 45%     ),     #f3eadc;    text-align: center; }  .nm-final-inner {   max-width: 730px;   margin: 0 auto; }  .nm-final-title {   margin: 0;    color: var(--nm-dark);   font-size: clamp(31px, 4vw, 46px);   line-height: 1.14;   font-weight: 500; }  .nm-final-text {   max-width: 585px;   margin: 17px auto 0;    color: #705f53;   font-family: Arial, Helvetica, sans-serif;   font-size: 15px;   line-height: 1.72; }  .nm-final-button-wrap {   margin-top: 30px; }  #nmChooseNativity {   appearance: none;   -webkit-appearance: none;    display: inline-flex;   align-items: center;   justify-content: center;   gap: 11px;    min-width: 290px;   min-height: 57px;    margin: 0;   padding: 17px 29px;    border: none !important;   outline: none !important;   border-radius: 2px;    background: var(--nm-red);   color: #fff !important;    box-shadow:     0 9px 23px rgba(90,48,39,.17),     inset 0 0 0 1px rgba(255,255,255,.08);    font-family: Arial, Helvetica, sans-serif;   font-size: 13px;   line-height: 1;   font-weight: 700;   letter-spacing: .7px;   text-transform: uppercase;   text-decoration: none !important;    cursor: pointer;    transition:     background .2s ease,     transform .2s ease,     box-shadow .2s ease; }  #nmChooseNativity:hover {   background: var(--nm-red-dark);   color: #fff !important;    transform: translateY(-2px);    box-shadow:     0 12px 27px rgba(90,48,39,.21),     inset 0 0 0 1px rgba(255,255,255,.09); }  #nmChooseNativity:active {   transform: translateY(0); }  #nmChooseNativity:focus {   outline: none !important; }  #nmChooseNativity:focus-visible {   box-shadow:     0 0 0 3px #f3eadc,     0 0 0 5px #956456,     0 9px 23px rgba(90,48,39,.17); }  .nm-button-arrow {   display: inline-block;    font-size: 16px;   line-height: 1;    transition: transform .2s ease; }  #nmChooseNativity:hover .nm-button-arrow {   transform: translateX(4px); }  .nm-final-trust {   max-width: 650px;   margin: 25px auto 0;    display: flex;   align-items: center;   justify-content: center;   flex-wrap: wrap;    gap: 11px 21px; }  .nm-trust-item {   display: inline-flex;   align-items: center;   gap: 7px;    color: #74635a;   font-family: Arial, Helvetica, sans-serif;   font-size: 12px;   white-space: nowrap; }  .nm-trust-circle {   width: 27px;   height: 27px;    display: inline-flex;   align-items: center;   justify-content: center;    border-radius: 50%;   background: rgba(121,60,51,.08);    color: var(--nm-red);   font-size: 13px; }   \/* =========================================================    FAQ    ========================================================= *\/  .nm-faq {   padding: 91px 0; }  .nm-faq-list {   max-width: 830px;   margin: 38px auto 0;    border-top: 1px solid var(--nm-border); }  .nm-faq details {   border-bottom: 1px solid var(--nm-border); }  .nm-faq summary {   position: relative;    padding: 22px 46px 22px 3px;    list-style: none;   cursor: pointer;    color: var(--nm-dark);   font-family: Arial, Helvetica, sans-serif;   font-size: 15px;   font-weight: 600; }  .nm-faq summary::-webkit-details-marker {   display: none; }  .nm-faq summary::after {   content: '+';    position: absolute;   right: 7px;   top: 16px;    color: var(--nm-gold);   font-family: Georgia, 'Times New Roman', serif;   font-size: 27px;   font-weight: 400; }  .nm-faq details[open] summary::after {   content: '−'; }  .nm-faq-answer {   padding: 0 45px 22px 3px;    color: #74685f;   font-family: Arial, Helvetica, sans-serif;   font-size: 14px;   line-height: 1.75; }   \/* =========================================================    MOBILE    ========================================================= *\/  @media screen and (max-width: 900px) {    .nm-wrap {     width: min(680px, calc(100% - 32px));   }    .nm-hero {     padding: 55px 0 64px;   }    .nm-hero-grid,   .nm-feature-grid,   .nm-glow-grid,   .nm-details-grid,   .nm-size-grid {     grid-template-columns: 1fr;     gap: 39px;   }    .nm-hero-image {     order: 1;   }    .nm-hero-copy {     order: 2;     max-width: 620px;     margin: 0 auto;     text-align: center;   }    .nm-hero-copy .nm-eyebrow,   .nm-feature-copy .nm-eyebrow,   .nm-glow-copy .nm-eyebrow,   .nm-details-copy .nm-eyebrow,   .nm-size-copy .nm-eyebrow {     justify-content: center;   }    .nm-hero-description {     margin-left: auto;     margin-right: auto;   }    .nm-hero-small {     justify-content: center;   }    .nm-hero-quote {     text-align: left;   }    .nm-usp-grid {     grid-template-columns: 1fr 1fr;   }    .nm-usp-item:nth-child(2)::after {     display: none;   }    .nm-feature-copy,   .nm-glow-copy,   .nm-details-copy,   .nm-size-copy {     text-align: center;   }    .nm-feature-list {     max-width: 580px;     margin-left: auto;     margin-right: auto;     text-align: left;   }    .nm-glow-box {     max-width: 570px;     margin-left: auto;     margin-right: auto;     text-align: left;   }    .nm-style-grid,   .nm-why-grid {     grid-template-columns: 1fr;   }    .nm-home-grid {     grid-template-columns: 1fr;   }    .nm-home-card,   .nm-home-card img {     min-height: 470px;   }    .nm-detail-boxes {     max-width: 570px;     margin-left: auto;     margin-right: auto;   } }   @media screen and (max-width: 600px) {    .nm-wrap {     width: calc(100% - 28px);   }    .nm-main-title {     font-size: 35px;   }    .nm-section-title {     font-size: 31px;   }    .nm-text {     font-size: 15px;   }    .nm-hero {     padding: 39px 0 53px;   }    .nm-hero-image::before {     top: 10px;     right: -8px;     bottom: -10px;     left: 8px;   }    .nm-hero-description {     font-size: 15px;   }    .nm-hero-small {     align-items: flex-start;     font-size: 11px;   }    .nm-usp-strip {     padding: 13px 7px;   }    .nm-usp-item {     padding: 11px 7px;     font-size: 10px;   }    .nm-usp-item strong {     font-size: 14px;   }    .nm-story,   .nm-feature,   .nm-styles,   .nm-glow,   .nm-details,   .nm-home,   .nm-size,   .nm-why,   .nm-faq {     padding: 66px 0;   }    .nm-story-image img {     aspect-ratio: 1 \/ 1;   }    .nm-detail-boxes {     grid-template-columns: 1fr;   }    .nm-home-card,   .nm-home-card img {     min-height: 420px;   }    .nm-meaning {     padding: 78px 19px;   }    .nm-final-cta {     padding: 58px 18px 49px;   }    .nm-final-title {     font-size: 31px;   }    .nm-final-text {     font-size: 14px;   }    #nmChooseNativity {     width: 100%;     max-width: 370px;     min-width: 0;     min-height: 56px;      padding: 16px 18px;   }    .nm-final-trust {     max-width: 360px;     margin-top: 23px;      gap: 10px 14px;   }    .nm-trust-item {     font-size: 11px;   } }   @media screen and (max-width: 420px) {    .nm-final-trust {     display: grid;     grid-template-columns: 1fr;     justify-items: center;      max-width: 210px;   }    .nm-trust-item {     width: 100%;     justify-content: flex-start;   } } \u003c\/style\u003e \u003cdiv class=\"nm-nativity-page\"\u003e \u003c!-- ======================================================      HERO ====================================================== --\u003e \u003csection class=\"nm-hero\"\u003e \u003cdiv class=\"nm-wrap nm-hero-grid\"\u003e \u003cdiv class=\"nm-hero-copy\"\u003e \u003cdiv class=\"nm-eyebrow\"\u003e         A Timeless Christmas Tradition       \u003c\/div\u003e \u003ch2 class=\"nm-main-title\"\u003e         Bring the Heart of Christmas Home       \u003c\/h2\u003e \u003cp class=\"nm-hero-description\"\u003e         More than another Christmas decoration, this softly illuminated         Nativity brings the story of the Holy Night into the quiet corners         of your home — warm, peaceful and beautifully familiar.       \u003c\/p\u003e \u003cdiv class=\"nm-hero-quote\"\u003e         “A gentle reminder that the most meaningful part of Christmas         has always been the story at its heart.”       \u003c\/div\u003e \u003cdiv class=\"nm-hero-small\"\u003e \u003cspan class=\"nm-hero-stars\"\u003e           ★★★★★         \u003c\/span\u003e \u003cspan\u003e           Made for homes that cherish meaningful Christmas traditions         \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"nm-hero-image\"\u003e \u003cimg alt=\"Old World Lighted Nativity Christmas Tree\" loading=\"eager\" src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/24-6.png?v=1789697852\u0026amp;width=1445\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ======================================================      USP STRIP ====================================================== --\u003e \u003csection class=\"nm-usp-strip\"\u003e \u003cdiv class=\"nm-usp-grid\"\u003e \u003cdiv class=\"nm-usp-item\"\u003e \u003cstrong\u003e         Warm Amber Glow       \u003c\/strong\u003e        Softly illuminates the Holy Family      \u003c\/div\u003e \u003cdiv class=\"nm-usp-item\"\u003e \u003cstrong\u003e         Old-World Character       \u003c\/strong\u003e        Weathered and timeless appearance      \u003c\/div\u003e \u003cdiv class=\"nm-usp-item\"\u003e \u003cstrong\u003e         Three Distinct Styles       \u003c\/strong\u003e        One meaningful Christmas story      \u003c\/div\u003e \u003cdiv class=\"nm-usp-item\"\u003e \u003cstrong\u003e         Made for Home       \u003c\/strong\u003e        Mantels, shelves \u0026amp; favorite corners      \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ======================================================      STORY ====================================================== --\u003e \u003csection class=\"nm-story\"\u003e \u003cdiv class=\"nm-wrap\"\u003e \u003cdiv class=\"nm-center\"\u003e \u003cdiv class=\"nm-eyebrow\"\u003e         The Story We Come Home To       \u003c\/div\u003e \u003ch2 class=\"nm-section-title\"\u003e         Some Christmas Decorations Are Pretty.         \u003cbr\u003e         Some Mean Something.       \u003c\/h2\u003e \u003cdiv class=\"nm-divider\"\u003e\u003c\/div\u003e \u003cp class=\"nm-text\"\u003e          Beneath weathered branches, Mary and Joseph quietly gather         around Baby Jesus as a soft golden light fills the scene.          It feels less like something bought for a single season         and more like a Christmas piece that has belonged in your         family for years.        \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"nm-story-image\"\u003e \u003cimg alt=\"Old World Nativity Christmas mantel display\" loading=\"lazy\" src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/imgi_323_14-26.png?v=1789698080\u0026amp;width=1445\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ======================================================      OLD WORLD DETAIL ====================================================== --\u003e \u003csection class=\"nm-feature\"\u003e \u003cdiv class=\"nm-wrap nm-feature-grid\"\u003e \u003cdiv class=\"nm-feature-image\"\u003e \u003cimg alt=\"Old World Nativity Tree details\" loading=\"lazy\" src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/imgi_399_22-9_1254x_f3f49599-c95e-4fed-a936-e3e603ab5496.png?v=1789698079\u0026amp;width=1445\"\u003e \u003c\/div\u003e \u003cdiv class=\"nm-feature-copy\"\u003e \u003cdiv class=\"nm-eyebrow\"\u003e         Old-World Beauty       \u003c\/div\u003e \u003ch2 class=\"nm-section-title\"\u003e         Created to Feel Collected,         \u003cbr\u003e         Not Mass-Produced       \u003c\/h2\u003e \u003cp class=\"nm-text\"\u003e          Rustic wood textures, muted greenery, tiny pinecones,         winter berries and antique-inspired figures come together         in a piece designed to feel warm, traditional and beautifully         lived-in.        \u003c\/p\u003e \u003cdiv class=\"nm-feature-list\"\u003e \u003cdiv class=\"nm-feature-item\"\u003e \u003cdiv class=\"nm-feature-icon\"\u003e             ✦           \u003c\/div\u003e \u003cdiv\u003e \u003ch3\u003e               Fully Dimensional Holy Family             \u003c\/h3\u003e \u003cp\u003e               Mary, Joseph and Baby Jesus form a miniature scene               with depth and character.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"nm-feature-item\"\u003e \u003cdiv class=\"nm-feature-icon\"\u003e             ✦           \u003c\/div\u003e \u003cdiv\u003e \u003ch3\u003e               Weathered Woodland Character             \u003c\/h3\u003e \u003cp\u003e               Layered branches and softly aged tones give it the               feeling of a treasured old Christmas keepsake.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"nm-feature-item\"\u003e \u003cdiv class=\"nm-feature-icon\"\u003e             ✦           \u003c\/div\u003e \u003cdiv\u003e \u003ch3\u003e               Subtle Seasonal Details             \u003c\/h3\u003e \u003cp\u003e               Evergreen sprigs, berries and pinecones add Christmas               character without distracting from the Nativity.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ======================================================      THREE STYLES ====================================================== --\u003e \u003csection class=\"nm-styles\"\u003e \u003cdiv class=\"nm-wrap\"\u003e \u003cdiv class=\"nm-styles-intro\"\u003e \u003cdiv class=\"nm-eyebrow\"\u003e         Choose Your Favorite       \u003c\/div\u003e \u003ch2 class=\"nm-section-title\"\u003e         One Holy Night.         \u003cbr\u003e         Three Beautiful Expressions.       \u003c\/h2\u003e \u003cp class=\"nm-text\"\u003e         Each silhouette tells the same timeless story         in its own distinctive way.       \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"nm-style-image\"\u003e \u003cimg alt=\"Three Old World Lighted Nativity designs\" loading=\"lazy\" src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/imgi_343_8-44_1254x_f6c392ec-c617-4f73-8bca-cfba10c2ca3e.png?v=1789698075\u0026amp;width=1445\"\u003e \u003c\/div\u003e \u003cdiv class=\"nm-style-grid\"\u003e \u003cdiv class=\"nm-style-card\"\u003e \u003cdiv class=\"nm-style-number\"\u003e           01         \u003c\/div\u003e \u003ch3\u003e           Bethlehem Tree         \u003c\/h3\u003e \u003cp\u003e           A classic Christmas tree silhouette framing the Holy Family           beneath beautifully layered branches.         \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"nm-style-card\"\u003e \u003cdiv class=\"nm-style-number\"\u003e           02         \u003c\/div\u003e \u003ch3\u003e           Christmas Chapel         \u003c\/h3\u003e \u003cp\u003e           A chapel-inspired silhouette crowned by the Star of Bethlehem,           creating a peaceful and reverent presence.         \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"nm-style-card\"\u003e \u003cdiv class=\"nm-style-number\"\u003e           03         \u003c\/div\u003e \u003ch3\u003e           Windswept Holy Night         \u003c\/h3\u003e \u003cp\u003e           Flowing branches give this version a naturally sculptural           and beautifully rustic character.         \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ======================================================      WARM GLOW ====================================================== --\u003e \u003csection class=\"nm-glow\"\u003e \u003cdiv class=\"nm-wrap nm-glow-grid\"\u003e \u003cdiv class=\"nm-glow-image\"\u003e \u003cimg alt=\"Old World Nativity glowing at night\" loading=\"lazy\" src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/imgi_385_23-10_1254x_2e87abe4-f454-4b97-b2f5-448e0c4d5d60.png?v=1789698078\u0026amp;width=1445\"\u003e \u003c\/div\u003e \u003cdiv class=\"nm-glow-copy\"\u003e \u003cdiv class=\"nm-eyebrow\"\u003e         When Evening Comes       \u003c\/div\u003e \u003ch2 class=\"nm-section-title\"\u003e         The Quiet Glow         \u003cbr\u003e         Changes Everything       \u003c\/h2\u003e \u003cp class=\"nm-text\"\u003e          Once illuminated, warm amber light settles gently behind         the Holy Family while the darker weathered branches frame         the scene.          The effect feels soft and peaceful — almost like candlelight         tucked inside a tiny Christmas chapel.        \u003c\/p\u003e \u003cdiv class=\"nm-glow-box\"\u003e \u003cdiv class=\"nm-glow-box-icon\"\u003e           ✨         \u003c\/div\u003e \u003cdiv\u003e           A gentle ambient glow that makes mantels, entryways and           favorite Christmas corners feel warmer after sunset.         \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ======================================================      PRODUCT DETAILS ====================================================== --\u003e \u003csection class=\"nm-details\"\u003e \u003cdiv class=\"nm-wrap nm-details-grid\"\u003e \u003cdiv class=\"nm-details-copy\"\u003e \u003cdiv class=\"nm-eyebrow\"\u003e         Meaning in the Details       \u003c\/div\u003e \u003ch2 class=\"nm-section-title\"\u003e         Beautiful Even Before         \u003cbr\u003e         the Lights Come On       \u003c\/h2\u003e \u003cp class=\"nm-text\"\u003e          Rich carved textures, antique-inspired tones and restrained         greenery make the piece feel complete even during the day.          Place it among old books, family photographs, greenery         or your favorite heirloom ornaments and it settles naturally         into the room.        \u003c\/p\u003e \u003cdiv class=\"nm-detail-boxes\"\u003e \u003cdiv class=\"nm-detail-box\"\u003e \u003cstrong\u003e             Dimensional Figures           \u003c\/strong\u003e \u003cspan\u003e             More depth than a simple flat decorative scene           \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"nm-detail-box\"\u003e \u003cstrong\u003e             Warm Neutral Palette           \u003c\/strong\u003e \u003cspan\u003e             Easy to style with traditional Christmas décor           \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"nm-detail-box\"\u003e \u003cstrong\u003e             Rustic Character           \u003c\/strong\u003e \u003cspan\u003e             Designed with a beautifully aged appearance           \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"nm-detail-box\"\u003e \u003cstrong\u003e             Seasonal Greenery           \u003c\/strong\u003e \u003cspan\u003e             Pinecones, berries and evergreen accents           \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"nm-details-image\"\u003e \u003cimg alt=\"Old World Nativity beside family photographs\" loading=\"lazy\" src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/imgi_392_27-1_1254x_061af3e1-60c6-4a03-afd3-770ef8dec44e.png?v=1789698078\u0026amp;width=1445\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ======================================================      HOME SCENES ====================================================== --\u003e \u003csection class=\"nm-home\"\u003e \u003cdiv class=\"nm-wrap\"\u003e \u003cdiv class=\"nm-center nm-home-intro\"\u003e \u003cdiv class=\"nm-eyebrow\"\u003e         Find Its Place in Your Home       \u003c\/div\u003e \u003ch2 class=\"nm-section-title\"\u003e         A Small Scene That Changes         the Feeling of a Room       \u003c\/h2\u003e \u003cp class=\"nm-text\"\u003e          Beautiful enough to become a quiet focal point,         yet compact enough to live naturally in the places         where your family gathers.        \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"nm-home-grid\"\u003e \u003cdiv class=\"nm-home-card\"\u003e \u003cimg alt=\"Nativity decoration in a cozy Christmas living room\" loading=\"lazy\" src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/imgi_378_29-1_1254x_8f477f38-7381-4df9-a8d3-02e98e923ed9.png?v=1789698079\u0026amp;width=1445\"\u003e \u003cdiv class=\"nm-home-overlay\"\u003e \u003ch3\u003e             For the Family Room           \u003c\/h3\u003e \u003cp\u003e             Let it glow beside favorite books, greenery and the places             where Christmas evenings are actually spent.           \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"nm-home-card\"\u003e \u003cimg alt=\"Christmas Nativity displayed on a holiday console\" loading=\"lazy\" src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/imgi_322_26-1_1254x_909554b3-b2e3-4dd6-a12a-d2387628a7d4.png?v=1789698079\u0026amp;width=1445\"\u003e \u003cdiv class=\"nm-home-overlay\"\u003e \u003ch3\u003e             For a Meaningful Christmas Corner           \u003c\/h3\u003e \u003cp\u003e             Place it on a mantel, console, sideboard or shelf             and let the Holy Night become part of your family's             Christmas setting.           \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ======================================================      SIZE ====================================================== --\u003e \u003csection class=\"nm-size\"\u003e \u003cdiv class=\"nm-wrap nm-size-grid\"\u003e \u003cdiv class=\"nm-size-image\"\u003e \u003cimg alt=\"Old World Nativity Tree dimensions\" loading=\"lazy\" src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/imgi_371_12-25_1254x_431d2acc-890f-47c8-b7de-4b3b2f00d1e0.png?v=1789698069\u0026amp;width=1445\"\u003e \u003c\/div\u003e \u003cdiv class=\"nm-size-copy\"\u003e \u003cdiv class=\"nm-eyebrow\"\u003e         Easy to Display       \u003c\/div\u003e \u003ch2 class=\"nm-section-title\"\u003e         Just the Right Size for         the Places That Matter       \u003c\/h2\u003e \u003cp class=\"nm-text\"\u003e          Compact enough for shelves and consoles while still having         enough presence to become part of your Christmas display.        \u003c\/p\u003e \u003cul\u003e \u003cli\u003e           Approximately 8 inches tall depending on style         \u003c\/li\u003e \u003cli\u003e           Ideal for fireplace mantels         \u003c\/li\u003e \u003cli\u003e           Beautiful on entryway consoles         \u003c\/li\u003e \u003cli\u003e           Easy to display on shelves and sideboards         \u003c\/li\u003e \u003cli\u003e           Choose one style or create a three-piece collect\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NCC","offers":[{"title":"Bethlehem Tree","offer_id":67552811745325,"sku":"SZ06422609183867-Bethlehem Tree","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Christmas Chapel","offer_id":67552811778093,"sku":"SZ06422609183867-Christmas Chapel","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Windswept Holy Night","offer_id":67552811810861,"sku":"SZ06422609183867-Windswept Holy Night","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Set of 3","offer_id":67552811843629,"sku":"SZ06422609183867-Bethlehem Tree+Christmas Chapel+Windswept Holy Night","price":94.32,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/24-6.png?v=1789972873","url":"https:\/\/woverssy.com\/products\/old-world-lighted-nativity-trees","provider":"woverssy","version":"1.0","type":"link"}