{"product_id":"lion-of-judah-hanukkah-lighted-wreath-a-warm-meaningful-welcome-for-the-festival-of-lights","title":"🦁 Lion of Judah Hanukkah Lighted Wreath - A Warm \u0026 Meaningful Welcome for the Festival of Lights ✨","description":"\u003cstyle\u003e   .lj-hanukkah-page {     --lj-blue: #102d5c;     --lj-deep-blue: #071d3d;     --lj-light-blue: #eef5ff;     --lj-gold: #d8ad55;     --lj-soft-gold: #f4dfaa;     --lj-cream: #fffaf0;     --lj-text: #24344d;     --lj-muted: #66758a;     --lj-white: #ffffff;     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;     color: var(--lj-text);     background: linear-gradient(180deg, #f8fbff 0%, #ffffff 38%, #f8fbff 100%);     overflow: hidden;     line-height: 1.65;   }    .lj-hanukkah-page * {     box-sizing: border-box;   }    .lj-container {     max-width: 1180px;     margin: 0 auto;     padding: 0 22px;   }    .lj-section {     padding: 70px 0;   }    .lj-section-title {     text-align: center;     max-width: 760px;     margin: 0 auto 45px;   }    .lj-eyebrow {     display: inline-block;     color: var(--lj-gold);     font-size: 13px;     font-weight: 800;     letter-spacing: 2px;     text-transform: uppercase;     margin-bottom: 12px;   }    .lj-section-title h2 {     margin: 0 0 14px;     color: var(--lj-deep-blue);     font-size: clamp(28px, 4vw, 44px);     line-height: 1.15;     font-weight: 800;   }    .lj-section-title p {     margin: 0;     color: var(--lj-muted);     font-size: 17px;   }    \/* HERO *\/    .lj-hero {     position: relative;     background:       radial-gradient(circle at 15% 20%, rgba(255,255,255,.14), transparent 25%),       radial-gradient(circle at 85% 70%, rgba(216,173,85,.16), transparent 28%),       linear-gradient(135deg, #071d3d, #123d73);     color: #fff;     border-radius: 0 0 34px 34px;     overflow: hidden;   }    .lj-hero:after {     content: '';     position: absolute;     inset: 0;     background-image:       radial-gradient(circle, rgba(255,255,255,.22) 1px, transparent 1px);     background-size: 34px 34px;     opacity: .18;     pointer-events: none;   }    .lj-hero-inner {     position: relative;     z-index: 2;     display: grid;     grid-template-columns: 1.02fr .98fr;     align-items: center;     gap: 45px;     padding: 65px 22px;     max-width: 1180px;     margin: auto;   }    .lj-hero-content {     padding: 10px 0;   }    .lj-hero-badge {     display: inline-flex;     align-items: center;     gap: 8px;     padding: 8px 14px;     border: 1px solid rgba(255,255,255,.25);     border-radius: 999px;     background: rgba(255,255,255,.09);     color: #fff;     font-size: 13px;     font-weight: 700;     margin-bottom: 18px;   }    .lj-hero h1 {     margin: 0 0 18px;     font-size: clamp(34px, 5vw, 58px);     line-height: 1.08;     color: #fff;     font-weight: 850;   }    .lj-hero h1 span {     color: var(--lj-soft-gold);   }    .lj-hero-text {     margin: 0 0 25px;     color: rgba(255,255,255,.85);     font-size: 18px;     max-width: 570px;   }    .lj-hero-points {     display: grid;     grid-template-columns: repeat(2, minmax(0,1fr));     gap: 10px;     margin-top: 25px;   }    .lj-hero-point {     padding: 11px 13px;     border-radius: 12px;     background: rgba(255,255,255,.09);     border: 1px solid rgba(255,255,255,.12);     font-size: 14px;   }    .lj-hero-image {     position: relative;   }    .lj-hero-image img {     display: block;     width: 100%;     border-radius: 28px;     box-shadow: 0 25px 65px rgba(0,0,0,.32);   }    \/* INTRO *\/    .lj-intro {     display: grid;     grid-template-columns: .95fr 1.05fr;     gap: 55px;     align-items: center;   }    .lj-image-card {     position: relative;   }    .lj-image-card img {     display: block;     width: 100%;     border-radius: 24px;     box-shadow: 0 18px 45px rgba(20,50,90,.14);   }    .lj-content-card {     padding: 10px 0;   }    .lj-content-card h2 {     color: var(--lj-deep-blue);     font-size: clamp(28px, 4vw, 42px);     line-height: 1.18;     margin: 0 0 18px;   }    .lj-content-card p {     color: var(--lj-muted);     font-size: 17px;     margin: 0 0 18px;   }    .lj-highlight {     margin-top: 25px;     padding: 22px;     border-left: 4px solid var(--lj-gold);     background: linear-gradient(90deg, #f7faff, #ffffff);     border-radius: 0 16px 16px 0;   }    .lj-highlight strong {     display: block;     color: var(--lj-blue);     font-size: 18px;     margin-bottom: 5px;   }    \/* FEATURES *\/    .lj-feature-grid {     display: grid;     grid-template-columns: repeat(3, 1fr);     gap: 18px;   }    .lj-feature {     padding: 28px 22px;     background: #fff;     border: 1px solid #e5edf7;     border-radius: 20px;     box-shadow: 0 10px 30px rgba(25,55,95,.06);     transition: transform .25s ease, box-shadow .25s ease;   }    .lj-feature:hover {     transform: translateY(-4px);     box-shadow: 0 16px 38px rgba(25,55,95,.11);   }    .lj-feature-icon {     width: 48px;     height: 48px;     display: flex;     align-items: center;     justify-content: center;     border-radius: 14px;     background: #edf5ff;     font-size: 24px;     margin-bottom: 17px;   }    .lj-feature h3 {     color: var(--lj-deep-blue);     font-size: 19px;     margin: 0 0 8px;   }    .lj-feature p {     color: var(--lj-muted);     font-size: 14px;     margin: 0;   }    \/* DAY \/ NIGHT *\/    .lj-split {     display: grid;     grid-template-columns: repeat(2, 1fr);     gap: 25px;   }    .lj-scene {     position: relative;     overflow: hidden;     border-radius: 24px;     background: #fff;     box-shadow: 0 15px 40px rgba(20,50,90,.1);   }    .lj-scene img {     display: block;     width: 100%;     aspect-ratio: 1 \/ 1;     object-fit: cover;   }    .lj-scene-text {     padding: 24px 25px 28px;   }    .lj-scene-text h3 {     color: var(--lj-deep-blue);     margin: 0 0 8px;     font-size: 24px;   }    .lj-scene-text p {     color: var(--lj-muted);     margin: 0;   }    \/* TRADITION *\/    .lj-tradition {     background:       linear-gradient(135deg, #081e40, #123b6d);     border-radius: 30px;     padding: 55px;     color: #fff;     position: relative;     overflow: hidden;   }    .lj-tradition:before {     content: '✦';     position: absolute;     right: 8%;     top: 12%;     color: rgba(255,255,255,.08);     font-size: 170px;   }    .lj-tradition-inner {     position: relative;     z-index: 2;     max-width: 800px;   }    .lj-tradition h2 {     color: #fff;     font-size: clamp(28px, 4vw, 42px);     line-height: 1.15;     margin: 0 0 17px;   }    .lj-tradition p {     color: rgba(255,255,255,.82);     font-size: 17px;     margin: 0 0 20px;   }    .lj-tradition-list {     display: flex;     flex-wrap: wrap;     gap: 10px;   }    .lj-tradition-list span {     padding: 9px 14px;     border-radius: 999px;     background: rgba(255,255,255,.1);     border: 1px solid rgba(255,255,255,.16);     font-size: 14px;   }    \/* GIFT *\/    .lj-gift {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 45px;     align-items: center;   }    .lj-gift-list {     display: grid;     grid-template-columns: repeat(2,1fr);     gap: 12px;     margin-top: 25px;   }    .lj-gift-item {     padding: 16px;     background: #fff;     border-radius: 15px;     border: 1px solid #e6edf6;     font-weight: 700;     color: var(--lj-blue);   }    \/* CTA *\/    .lj-final {     padding: 80px 22px;     text-align: center;     background:       radial-gradient(circle at 50% 0%, rgba(216,173,85,.2), transparent 35%),       linear-gradient(135deg, #071d3d, #123d73);     color: #fff;     border-radius: 32px 32px 0 0;   }    .lj-final h2 {     color: #fff;     font-size: clamp(30px, 5vw, 48px);     line-height: 1.15;     margin: 0 0 15px;   }    .lj-final p {     max-width: 650px;     margin: 0 auto 25px;     color: rgba(255,255,255,.82);     font-size: 17px;   }    .lj-final-highlight {     display: inline-block;     padding: 13px 22px;     border-radius: 999px;     background: var(--lj-soft-gold);     color: #142d50;     font-weight: 800;   }    \/* RESPONSIVE *\/    @media (max-width: 900px) {     .lj-hero-inner,     .lj-intro,     .lj-gift {       grid-template-columns: 1fr;     }      .lj-hero-inner {       padding: 45px 22px;     }      .lj-hero-content {       text-align: center;     }      .lj-hero-text {       margin-left: auto;       margin-right: auto;     }      .lj-hero-points {       text-align: left;     }      .lj-feature-grid {       grid-template-columns: repeat(2, 1fr);     }   }    @media (max-width: 600px) {     .lj-section {       padding: 48px 0;     }      .lj-container {       padding: 0 15px;     }      .lj-hero-inner {       padding: 38px 15px;     }      .lj-hero h1 {       font-size: 36px;     }      .lj-hero-text,     .lj-section-title p,     .lj-content-card p,     .lj-tradition p,     .lj-final p {       font-size: 15px;     }      .lj-hero-points {       grid-template-columns: 1fr;     }      .lj-feature-grid,     .lj-split,     .lj-gift-list {       grid-template-columns: 1fr;     }      .lj-tradition {       padding: 35px 24px;     }      .lj-final {       padding: 60px 18px;     }   } \u003c\/style\u003e \u003cdiv class=\"lj-hanukkah-page\"\u003e \u003c!-- HERO --\u003e \u003csection class=\"lj-hero\"\u003e \u003cdiv class=\"lj-hero-inner\"\u003e \u003cdiv class=\"lj-hero-content\"\u003e \u003cdiv class=\"lj-hero-badge\"\u003e           🕎 Festival of Lights         \u003c\/div\u003e \u003ch1\u003e           Lion of Judah\u003cbr\u003e \u003cspan\u003eHanukkah Lighted Wreath\u003c\/span\u003e \u003c\/h1\u003e \u003cp class=\"lj-hero-text\"\u003e           A warm and meaningful welcome for Hanukkah.           A charming Lion of Judah surrounded by deep blue foliage,           Stars of David, dreidels, ribbon and a beautiful warm glow.         \u003c\/p\u003e \u003cdiv class=\"lj-hero-points\"\u003e \u003cdiv class=\"lj-hero-point\"\u003e🦁 Charming Lion of Judah\u003c\/div\u003e \u003cdiv class=\"lj-hero-point\"\u003e🕎 Hanukkah-Inspired Details\u003c\/div\u003e \u003cdiv class=\"lj-hero-point\"\u003e✨ Warm Lighted Glow\u003c\/div\u003e \u003cdiv class=\"lj-hero-point\"\u003e🎀 Layered Blue \u0026amp; Ivory Bow\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"lj-hero-image\"\u003e \u003cimg alt=\"Lion of Judah Hanukkah Lighted Wreath\" loading=\"eager\" src=\"https:\/\/cdn.webfastcdn.com\/image\/33c7ed760d808755a3df878884621cadd9ca9751-2000.png\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- INTRO --\u003e \u003csection class=\"lj-section\"\u003e \u003cdiv class=\"lj-container\"\u003e \u003cdiv class=\"lj-intro\"\u003e \u003cdiv class=\"lj-image-card\"\u003e \u003cimg alt=\"Lion of Judah Hanukkah wreath detail\" loading=\"lazy\" src=\"https:\/\/cdn.webfastcdn.com\/image\/303822c7924d36882691ca0ed3767b6d387c73bb-2000.png\"\u003e \u003c\/div\u003e \u003cdiv class=\"lj-content-card\"\u003e \u003cspan class=\"lj-eyebrow\"\u003eCelebrate Hanukkah\u003c\/span\u003e \u003ch2\u003e             Bring the Festival of Lights to Your Door           \u003c\/h2\u003e \u003cp\u003e             Celebrate Hanukkah with a wreath that feels warm,             joyful, and full of meaning.           \u003c\/p\u003e \u003cp\u003e             At the center sits a charming Lion of Judah,             surrounded by deep navy greenery, Stars of David,             dreidels, metallic accents and festive ribbon.           \u003c\/p\u003e \u003cdiv class=\"lj-highlight\"\u003e \u003cstrong\u003eBeautiful by day. Magical when lit.\u003c\/strong\u003e             A welcoming decoration designed to bring light,             warmth and personality to your holiday space.           \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURES --\u003e \u003csection class=\"lj-section\" style=\"background:#f3f7fc;\"\u003e \u003cdiv class=\"lj-container\"\u003e \u003cdiv class=\"lj-section-title\"\u003e \u003cspan class=\"lj-eyebrow\"\u003eWhy You'll Love It\u003c\/span\u003e \u003ch2\u003eA Hanukkah Wreath That Stands Out\u003c\/h2\u003e \u003cp\u003e           Traditional Hanukkah details meet a playful Lion of Judah           centerpiece for a look that feels festive without feeling ordinary.         \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lj-feature-grid\"\u003e \u003cdiv class=\"lj-feature\"\u003e \u003cdiv class=\"lj-feature-icon\"\u003e🦁\u003c\/div\u003e \u003ch3\u003eCharming Lion Centerpiece\u003c\/h3\u003e \u003cp\u003e             A soft, dimensional Lion of Judah adds warmth,             character and a memorable focal point.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lj-feature\"\u003e \u003cdiv class=\"lj-feature-icon\"\u003e🕎\u003c\/div\u003e \u003ch3\u003eFestival of Lights Details\u003c\/h3\u003e \u003cp\u003e             Stars of David, dreidels and menorah-inspired             elements create an unmistakably festive look.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lj-feature\"\u003e \u003cdiv class=\"lj-feature-icon\"\u003e✨\u003c\/div\u003e \u003ch3\u003eWarm Lighted Glow\u003c\/h3\u003e \u003cp\u003e             Turn on the lights after dark and create a cozy             Hanukkah atmosphere.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lj-feature\"\u003e \u003cdiv class=\"lj-feature-icon\"\u003e🎀\u003c\/div\u003e \u003ch3\u003eLayered Ribbon Detail\u003c\/h3\u003e \u003cp\u003e             The rich blue and ivory bow adds a polished,             gift-worthy finishing touch.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lj-feature\"\u003e \u003cdiv class=\"lj-feature-icon\"\u003e🏡\u003c\/div\u003e \u003ch3\u003eVersatile Display\u003c\/h3\u003e \u003cp\u003e             Beautiful on a front door, foyer wall,             fireplace area or covered porch.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lj-feature\"\u003e \u003cdiv class=\"lj-feature-icon\"\u003e💙\u003c\/div\u003e \u003ch3\u003eMeaningful Holiday Accent\u003c\/h3\u003e \u003cp\u003e             A decorative piece that combines celebration,             tradition and warmth.           \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- DAY \/ NIGHT --\u003e \u003csection class=\"lj-section\"\u003e \u003cdiv class=\"lj-container\"\u003e \u003cdiv class=\"lj-section-title\"\u003e \u003cspan class=\"lj-eyebrow\"\u003eDay \u0026amp; Night\u003c\/span\u003e \u003ch2\u003eBeautiful Even Before the Lights Come On\u003c\/h2\u003e \u003cp\u003e           Enjoy a rich decorative look during the day,           then switch on the lights for a warm evening glow.         \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lj-split\"\u003e \u003cdiv class=\"lj-scene\"\u003e \u003cimg alt=\"Lion of Judah wreath daytime display\" loading=\"lazy\" src=\"https:\/\/cdn.webfastcdn.com\/image\/04e7a9ceed82656838e97fbceb149de7834bcdef-2000.png\"\u003e \u003cdiv class=\"lj-scene-text\"\u003e \u003ch3\u003e☀️ Beautiful by Day\u003c\/h3\u003e \u003cp\u003e               Navy foliage, the soft lion centerpiece,               metallic accents and layered ribbon create               a statement piece even when the lights are off.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"lj-scene\"\u003e \u003cimg alt=\"Lion of Judah wreath glowing at night\" loading=\"lazy\" src=\"https:\/\/cdn.webfastcdn.com\/image\/993252fddc0af69f647591267077d31adf017bf9-2000.png\"\u003e \u003cdiv class=\"lj-scene-text\"\u003e \u003ch3\u003e🌙 Magical at Night\u003c\/h3\u003e \u003cp\u003e               The warm lights add a soft glow that makes               your doorway feel especially welcoming after dark.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- TRADITION --\u003e \u003csection class=\"lj-section\"\u003e \u003cdiv class=\"lj-container\"\u003e \u003cdiv class=\"lj-tradition\"\u003e \u003cdiv class=\"lj-tradition-inner\"\u003e \u003cspan class=\"lj-eyebrow\"\u003eEight Nights of Celebration\u003c\/span\u003e \u003ch2\u003eMade for the Moments That Matter\u003c\/h2\u003e \u003cp\u003e             Hanukkah is about more than decorating.             It is about gathering together, lighting the candles,             sharing traditions and creating moments your family             looks forward to every year.           \u003c\/p\u003e \u003cp\u003e             This wreath adds a warm visual reminder of the             Festival of Lights to your home and can become             part of your holiday tradition year after year.           \u003c\/p\u003e \u003cdiv class=\"lj-tradition-list\"\u003e \u003cspan\u003e🕎 Tradition\u003c\/span\u003e \u003cspan\u003e✨ Light\u003c\/span\u003e \u003cspan\u003e💙 Family\u003c\/span\u003e \u003cspan\u003e🦁 Faith\u003c\/span\u003e \u003cspan\u003e🎉 Celebration\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- GIFT --\u003e \u003csection class=\"lj-section\"\u003e \u003cdiv class=\"lj-container\"\u003e \u003cdiv class=\"lj-gift\"\u003e \u003cdiv class=\"lj-content-card\"\u003e \u003cspan class=\"lj-eyebrow\"\u003eA Meaningful Gift\u003c\/span\u003e \u003ch2\u003e             Give Something They’ll Actually Display           \u003c\/h2\u003e \u003cp\u003e             Looking for something more memorable than             another candle or tabletop decoration?           \u003c\/p\u003e \u003cp\u003e             This wreath brings together Hanukkah tradition,             warm lighting and a charming Lion of Judah design             in one festive piece.           \u003c\/p\u003e \u003cdiv class=\"lj-gift-list\"\u003e \u003cdiv class=\"lj-gift-item\"\u003e💙 Mom \u0026amp; Grandma\u003c\/div\u003e \u003cdiv class=\"lj-gift-item\"\u003e🕎 Jewish Families\u003c\/div\u003e \u003cdiv class=\"lj-gift-item\"\u003e🏡 New Homeowners\u003c\/div\u003e \u003cdiv class=\"lj-gift-item\"\u003e🎁 Hanukkah Hosts\u003c\/div\u003e \u003cdiv class=\"lj-gift-item\"\u003e🦁 Lion Lovers\u003c\/div\u003e \u003cdiv class=\"lj-gift-item\"\u003e✨ Décor Lovers\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"lj-image-card\"\u003e \u003cimg alt=\"Lion of Judah Hanukkah gift wreath\" loading=\"lazy\" src=\"https:\/\/cdn.webfastcdn.com\/image\/33c7ed760d808755a3df878884621cadd9ca9751-2000.png\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FINAL --\u003e \u003csection class=\"lj-final\"\u003e \u003ch2\u003e       Make Your Hanukkah Welcome\u003cbr\u003e       Feel Extra Special     \u003c\/h2\u003e \u003cp\u003e       Bring together light, tradition, warmth and a little personality       with a wreath that feels different from ordinary holiday décor.     \u003c\/p\u003e \u003cdiv class=\"lj-final-highlight\"\u003e       🦁 Light the season. Welcome the tradition. Celebrate Hanukkah beautifully.     \u003c\/div\u003e \u003c\/section\u003e \u003c\/div\u003e","brand":"mysite","offers":[{"title":"Default Title","offer_id":49523857260699,"sku":"SZ03842609157328-犹大之狮灯饰花","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/33c7ed760d808755a3df878884621cadd9ca9751.jpg?v=1789444322","url":"https:\/\/zavrlygoods.com\/products\/lion-of-judah-hanukkah-lighted-wreath-a-warm-meaningful-welcome-for-the-festival-of-lights","provider":"zavrlygoods","version":"1.0","type":"link"}