{"product_id":"whimsical-christmas-witch-resin-figurine-collection","title":"Whimsical Christmas Witch Resin Figurine Collection","description":"\u003cstyle\u003e\n\/* =========================================================\n   WHIMSICAL CHRISTMAS WITCH COLLECTION\n   Visual Direction:\n   Winter Forest × Storybook Witch × Vintage Christmas\n\n   Structure inspired by reference landing page:\n   Hero\n   → Collection Story\n   → 3 Keepers\n   → Individual Character Stories\n   → Lantern Glow\n   → Size\n   → Home Styling\n   → Detail Breakdown\n   → Real-Life Photos\n   → Gift\n   → Bundle\n   → FAQ\n   → Final CTA\n\n   IMPORTANT:\n   - All images are real Woverssy CDN URLs\n   - width:100%; height:auto\n   - No fixed image height\n   - Mobile responsive\n========================================================= *\/\n\n#witch-keeper-page{\n  --forest:#18392d;\n  --forest-dark:#102a21;\n  --forest-soft:#365947;\n\n  --berry:#8d1f26;\n  --berry-dark:#651419;\n  --berry-light:#b2353e;\n\n  --sage:#75816a;\n  --cream:#fbf7ee;\n  --cream-dark:#efe5d5;\n  --paper:#fffdf8;\n\n  --gold:#b68b47;\n  --gold-light:#e5c789;\n\n  --brown:#5b4737;\n  --text:#443b34;\n  --muted:#766c64;\n  --line:#dfd2bf;\n\n  max-width:1080px;\n  margin:0 auto;\n\n  overflow:hidden;\n\n  background:#fbf8f2;\n  color:var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    sans-serif;\n\n  line-height:1.7;\n}\n\n#witch-keeper-page *{\n  box-sizing:border-box;\n}\n\n#witch-keeper-page img{\n  display:block;\n  width:100%;\n  height:auto;\n  max-width:100%;\n}\n\n\n\/* =========================================================\n   GLOBAL\n========================================================= *\/\n\n.wk-wrap{\n  width:calc(100% - 38px);\n  max-width:960px;\n  margin:0 auto;\n}\n\n.wk-section{\n  padding:68px 0;\n}\n\n.wk-center{\n  text-align:center;\n}\n\n.wk-kicker{\n  display:inline-block;\n\n  margin-bottom:11px;\n  padding:7px 14px;\n\n  border-radius:999px;\n\n  background:var(--forest);\n\n  color:#f3dca8;\n\n  font-size:10px;\n  font-weight:900;\n\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.wk-title{\n  max-width:850px;\n\n  margin:0 auto 16px;\n\n  color:var(--forest-dark);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:clamp(35px,5.4vw,57px);\n\n  line-height:1.07;\n  letter-spacing:-.025em;\n}\n\n.wk-title .red{\n  color:var(--berry);\n}\n\n.wk-title .gold{\n  color:#9b7436;\n}\n\n.wk-copy{\n  max-width:760px;\n\n  margin:0 auto;\n\n  color:var(--muted);\n\n  font-size:16px;\n  line-height:1.75;\n}\n\n.wk-image{\n  width:100%;\n  height:auto;\n\n  margin-top:31px;\n\n  border-radius:14px;\n\n  box-shadow:\n    0 17px 45px rgba(55,42,31,.14);\n}\n\n.wk-btn{\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  width:min(100%,560px);\n  min-height:61px;\n\n  margin:24px auto 0;\n  padding:15px 22px;\n\n  border-radius:8px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #9e292e,\n      #74191d\n    );\n\n  color:#fff !important;\n\n  text-decoration:none;\n  text-align:center;\n\n  font-size:15px;\n  font-weight:900;\n\n  letter-spacing:.025em;\n\n  box-shadow:\n    0 10px 26px rgba(117,25,29,.24);\n\n  transition:.2s ease;\n}\n\n.wk-btn:hover{\n  transform:translateY(-2px);\n  filter:brightness(1.06);\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.wk-hero{\n  position:relative;\n\n  padding:59px 0 44px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(181,139,70,.13),\n      transparent 36%\n    ),\n    linear-gradient(\n      180deg,\n      #fffefa 0%,\n      #f1e8da 100%\n    );\n}\n\n.wk-hero:after{\n  content:\"\";\n\n  position:absolute;\n  left:0;\n  right:0;\n  bottom:0;\n\n  height:5px;\n\n  background:\n    linear-gradient(\n      90deg,\n      #17372b,\n      #8e2026,\n      #b88c49,\n      #17372b\n    );\n}\n\n.wk-hero .wk-title{\n  font-size:clamp(42px,6.3vw,68px);\n}\n\n.wk-hero-copy{\n  max-width:820px;\n\n  margin:0 auto;\n\n  color:#675c54;\n\n  font-size:18px;\n  line-height:1.72;\n}\n\n.wk-price{\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  flex-wrap:wrap;\n\n  gap:10px;\n\n  margin-top:19px;\n}\n\n.wk-price strong{\n  color:var(--forest-dark);\n\n  font-size:31px;\n  font-weight:900;\n}\n\n.wk-price-tag{\n  padding:6px 11px;\n\n  border-radius:5px;\n\n  background:var(--berry);\n\n  color:#fff;\n\n  font-size:10px;\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   BENEFIT BAR\n========================================================= *\/\n\n.wk-benefits{\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  margin-top:20px;\n\n  overflow:hidden;\n\n  border-radius:10px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #264c3d,\n      #122f25\n    );\n\n  box-shadow:\n    0 13px 31px rgba(25,51,40,.19);\n}\n\n.wk-benefit{\n  padding:20px 9px;\n\n  text-align:center;\n\n  color:#fff;\n\n  border-right:\n    1px solid rgba(255,255,255,.1);\n}\n\n.wk-benefit:last-child{\n  border-right:none;\n}\n\n.wk-benefit span{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-size:23px;\n}\n\n.wk-benefit strong{\n  display:block;\n\n  font-size:11px;\n  line-height:1.35;\n}\n\n.wk-benefit small{\n  display:block;\n\n  margin-top:4px;\n\n  color:#d5ded9;\n\n  font-size:9px;\n  line-height:1.42;\n}\n\n\n\/* =========================================================\n   STORY INTRO\n========================================================= *\/\n\n.wk-story{\n  background:#fbf8f2;\n}\n\n.wk-big-line{\n  max-width:830px;\n\n  margin:0 auto;\n\n  color:#4c4037;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:clamp(27px,4vw,38px);\n\n  line-height:1.48;\n}\n\n.wk-big-line strong{\n  color:var(--berry);\n}\n\n\n\/* =========================================================\n   FEATURES\n========================================================= *\/\n\n.wk-feature-grid{\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n\n  gap:12px;\n\n  margin-top:29px;\n}\n\n.wk-feature{\n  padding:24px 15px;\n\n  border:1px solid var(--line);\n  border-radius:10px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.wk-feature span{\n  display:block;\n\n  margin-bottom:8px;\n\n  font-size:27px;\n}\n\n.wk-feature strong{\n  display:block;\n\n  color:var(--forest-dark);\n\n  font-size:14px;\n}\n\n.wk-feature p{\n  margin:7px 0 0;\n\n  color:#7a6e65;\n\n  font-size:11px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   3 KEEPERS\n========================================================= *\/\n\n.wk-keepers{\n  background:\n    linear-gradient(\n      180deg,\n      #efe5d5,\n      #faf5ed\n    );\n}\n\n.wk-keeper-grid{\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n\n  gap:12px;\n\n  margin-top:30px;\n}\n\n.wk-keeper-card{\n  overflow:hidden;\n\n  border:1px solid #dacbb6;\n  border-radius:12px;\n\n  background:#fff;\n\n  text-align:left;\n\n  box-shadow:\n    0 10px 28px rgba(61,47,35,.07);\n}\n\n.wk-keeper-card img{\n  width:100%;\n  height:auto;\n}\n\n.wk-keeper-content{\n  padding:19px 17px 21px;\n}\n\n.wk-keeper-name{\n  margin:0 0 4px;\n\n  color:var(--berry);\n\n  font-family:Georgia,serif;\n\n  font-size:22px;\n}\n\n.wk-keeper-sub{\n  margin:0 0 8px;\n\n  color:var(--forest-dark);\n\n  font-size:13px;\n  font-weight:900;\n}\n\n.wk-keeper-content p{\n  margin:0;\n\n  color:#786c63;\n\n  font-size:12px;\n  line-height:1.58;\n}\n\n.wk-personality{\n  display:inline-block;\n\n  margin-top:12px;\n  padding:6px 9px;\n\n  border-radius:999px;\n\n  background:#f3e9dc;\n\n  color:#796243;\n\n  font-size:9px;\n  font-weight:900;\n\n  letter-spacing:.05em;\n}\n\n\n\/* =========================================================\n   DARK LANTERN SECTION\n========================================================= *\/\n\n.wk-night{\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(221,164,75,.21),\n      transparent 38%\n    ),\n    linear-gradient(\n      180deg,\n      #35261d,\n      #1c1713\n    );\n}\n\n.wk-night .wk-title{\n  color:#fff7e6;\n}\n\n.wk-night .wk-copy{\n  color:#ded2c7;\n}\n\n.wk-night .wk-kicker{\n  background:rgba(255,255,255,.09);\n  color:#efd19a;\n}\n\n.wk-night-features{\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n\n  gap:11px;\n\n  margin-top:28px;\n}\n\n.wk-night-card{\n  padding:22px 13px;\n\n  border:\n    1px solid rgba(255,255,255,.12);\n\n  border-radius:9px;\n\n  background:\n    rgba(255,255,255,.055);\n\n  color:#fff;\n\n  text-align:center;\n}\n\n.wk-night-card span{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-size:24px;\n}\n\n.wk-night-card strong{\n  display:block;\n\n  color:#f1d496;\n\n  font-size:13px;\n}\n\n.wk-night-card small{\n  display:block;\n\n  margin-top:5px;\n\n  color:#d8ccc2;\n\n  font-size:10px;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.wk-size{\n  background:#fffaf3;\n}\n\n.wk-size-grid{\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n\n  gap:11px;\n\n  margin-top:28px;\n}\n\n.wk-size-card{\n  padding:22px 14px;\n\n  border:1px solid #ddd0bf;\n  border-radius:10px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.wk-size-card span{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--berry);\n\n  font-size:26px;\n}\n\n.wk-size-card strong{\n  display:block;\n\n  color:var(--forest-dark);\n\n  font-size:14px;\n}\n\n.wk-size-card small{\n  display:block;\n\n  margin-top:5px;\n\n  color:#796f67;\n\n  font-size:10px;\n}\n\n\n\/* =========================================================\n   HOME STYLING\n========================================================= *\/\n\n.wk-home{\n  background:\n    linear-gradient(\n      180deg,\n      #f0e7db,\n      #faf6ef\n    );\n}\n\n.wk-tags{\n  display:flex;\n\n  justify-content:center;\n  flex-wrap:wrap;\n\n  gap:9px;\n\n  margin-top:27px;\n}\n\n.wk-tag{\n  padding:9px 14px;\n\n  border:1px solid #d9c9b5;\n  border-radius:999px;\n\n  background:#fff;\n\n  color:#5c5048;\n\n  font-size:11px;\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   DETAILS\n========================================================= *\/\n\n.wk-detail-grid{\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:29px;\n}\n\n.wk-detail{\n  padding:23px 11px;\n\n  border-radius:9px;\n\n  background:#fff;\n\n  border:1px solid #ddd0be;\n\n  text-align:center;\n}\n\n.wk-detail span{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-size:25px;\n}\n\n.wk-detail strong{\n  display:block;\n\n  color:var(--forest-dark);\n\n  font-size:12px;\n}\n\n.wk-detail small{\n  display:block;\n\n  margin-top:5px;\n\n  color:#7a6f67;\n\n  font-size:10px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   REAL LIFE\n========================================================= *\/\n\n.wk-real{\n  background:#f7f0e5;\n}\n\n.wk-real-grid{\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n\n  gap:12px;\n\n  margin-top:31px;\n}\n\n.wk-real-card{\n  overflow:hidden;\n\n  border-radius:11px;\n\n  background:#fff;\n\n  border:1px solid #dccfbd;\n\n  box-shadow:\n    0 8px 24px rgba(62,46,34,.07);\n}\n\n.wk-real-card img{\n  width:100%;\n  height:auto;\n}\n\n.wk-real-text{\n  padding:15px 14px 18px;\n\n  text-align:left;\n}\n\n.wk-real-text strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--forest-dark);\n\n  font-size:13px;\n}\n\n.wk-real-text p{\n  margin:0;\n\n  color:#776d65;\n\n  font-size:11px;\n  line-height:1.53;\n}\n\n\n\/* =========================================================\n   GIFT\n========================================================= *\/\n\n.wk-gift{\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(213,176,106,.13),\n      transparent 36%\n    ),\n    #17372b;\n}\n\n.wk-gift .wk-title{\n  color:#fff9e9;\n}\n\n.wk-gift .wk-copy{\n  color:#d9e1dc;\n}\n\n.wk-gift .wk-kicker{\n  background:rgba(255,255,255,.1);\n}\n\n.wk-gift-grid{\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:28px;\n}\n\n.wk-gift-card{\n  padding:20px 10px;\n\n  border-radius:9px;\n\n  background:rgba(255,255,255,.075);\n\n  color:#fff;\n\n  text-align:center;\n}\n\n.wk-gift-card span{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-size:24px;\n}\n\n.wk-gift-card strong{\n  display:block;\n\n  font-size:11px;\n}\n\n.wk-gift-card small{\n  display:block;\n\n  margin-top:5px;\n\n  color:#d5ded9;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   OFFER\n========================================================= *\/\n\n.wk-offer{\n  background:#fffaf3;\n}\n\n.wk-bundles{\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  gap:11px;\n\n  margin-top:30px;\n}\n\n.wk-bundle{\n  position:relative;\n\n  padding:24px 9px 19px;\n\n  border:1px solid #ddcfbd;\n  border-radius:10px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.wk-bundle.best{\n  border:2px solid var(--forest);\n\n  background:#f1f6f3;\n}\n\n.wk-bundle-label{\n  position:absolute;\n\n  top:-12px;\n  left:50%;\n\n  transform:translateX(-50%);\n\n  padding:5px 9px;\n\n  border-radius:999px;\n\n  background:var(--berry);\n\n  color:#fff;\n\n  white-space:nowrap;\n\n  font-size:9px;\n  font-weight:900;\n}\n\n.wk-bundle small{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#777;\n\n  font-weight:850;\n}\n\n.wk-bundle strong{\n  display:block;\n\n  color:var(--forest-dark);\n\n  font-size:20px;\n}\n\n.wk-bundle del{\n  display:block;\n\n  margin-top:4px;\n\n  color:#aaa;\n\n  font-size:11px;\n}\n\n.wk-bundle span{\n  display:block;\n\n  margin-top:5px;\n\n  color:var(--berry);\n\n  font-size:10px;\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.wk-faq{\n  background:#f1e8dc;\n}\n\n.wk-faq-list{\n  margin-top:28px;\n}\n\n.wk-faq details{\n  margin-bottom:9px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n\n  background:#fff;\n\n  border:1px solid #ded1bf;\n}\n\n.wk-faq summary{\n  cursor:pointer;\n\n  padding:18px 20px;\n\n  list-style:none;\n\n  color:var(--forest-dark);\n\n  font-size:14px;\n  font-weight:900;\n}\n\n.wk-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.wk-faq p{\n  margin:0;\n\n  padding:0 20px 19px;\n\n  color:#746961;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.wk-final{\n  padding:78px 0 88px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(203,150,67,.2),\n      transparent 37%\n    ),\n    #281d17;\n\n  text-align:center;\n}\n\n.wk-final .wk-title{\n  color:#fff7e8;\n}\n\n.wk-final .wk-copy{\n  color:#ded4ca;\n}\n\n.wk-final .wk-price strong{\n  color:#fff;\n}\n\n.wk-final .wk-btn{\n  background:\n    linear-gradient(\n      180deg,\n      #d0a25b,\n      #a57837\n    );\n\n  color:#2b2119 !important;\n}\n\n\n\/* =========================================================\n   MOBILE STICKY\n========================================================= *\/\n\n.wk-sticky{\n  display:none;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n\n@media(max-width:760px){\n\n  .wk-wrap{\n    width:calc(100% - 26px);\n  }\n\n  .wk-section{\n    padding:48px 0;\n  }\n\n  .wk-benefits,\n  .wk-detail-grid,\n  .wk-gift-grid,\n  .wk-bundles{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .wk-feature-grid,\n  .wk-keeper-grid,\n  .wk-night-features,\n  .wk-size-grid,\n  .wk-real-grid{\n    grid-template-columns:1fr;\n  }\n\n  .wk-benefit:nth-child(2){\n    border-right:none;\n  }\n\n  .wk-benefit:nth-child(-n+2){\n    border-bottom:\n      1px solid rgba(255,255,255,.1);\n  }\n\n  .wk-image{\n    border-radius:11px;\n  }\n\n  .wk-keeper-card{\n    max-width:520px;\n    margin:0 auto;\n  }\n\n  .wk-sticky{\n    display:flex;\n\n    position:fixed;\n\n    left:10px;\n    right:10px;\n    bottom:10px;\n\n    z-index:9999;\n\n    align-items:center;\n    justify-content:space-between;\n\n    gap:10px;\n\n    padding:10px 11px;\n\n    border-radius:10px;\n\n    background:#17372b;\n\n    box-shadow:\n      0 10px 30px rgba(0,0,0,.28);\n  }\n\n  .wk-sticky div{\n    text-align:left;\n  }\n\n  .wk-sticky small{\n    display:block;\n\n    color:#d7c49a;\n\n    font-size:9px;\n  }\n\n  .wk-sticky strong{\n    display:block;\n\n    color:#fff;\n\n    font-size:18px;\n  }\n\n  .wk-sticky a{\n    padding:11px 14px;\n\n    border-radius:7px;\n\n    background:#92242a;\n\n    color:#fff !important;\n\n    text-decoration:none;\n\n    font-size:11px;\n    font-weight:900;\n  }\n\n}\n\n@media(max-width:470px){\n\n  .wk-bundles{\n    grid-template-columns:1fr;\n  }\n\n  .wk-copy{\n    font-size:15px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"witch-keeper-page\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n====================================================== --\u003e\n\n\u003csection class=\"wk-hero\"\u003e\n\n  \u003cdiv class=\"wk-wrap\"\u003e\n\n    \u003cspan class=\"wk-kicker\"\u003e\n      ✨ A DIFFERENT KIND OF CHRISTMAS MAGIC\n    \u003c\/span\u003e\n\n\n    \u003ch1 class=\"wk-title\"\u003e\n\n      Where Winter Woods Meet\n\n      \u003cbr\u003e\n\n      \u003cspan class=\"red\"\u003e\n        Christmas Storybook Magic.\n      \u003c\/span\u003e\n\n    \u003c\/h1\u003e\n\n\n    \u003cp class=\"wk-hero-copy\"\u003e\n\n      Sweeping witch hats,\n      snow-touched evergreen gowns,\n      pinecones,\n      winter berries\n      and tiny woodland treasures\n      turn these whimsical keepers\n      into something far more memorable\n      than ordinary holiday décor.\n\n      \u003cbr\u003e\u003cbr\u003e\n\n      Choose your favorite character\n      or bring all three home\n      for a complete enchanted Christmas collection.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"wk-price\"\u003e\n\n      \u003cstrong\u003e\n        $36.99\n      \u003c\/strong\u003e\n\n      \u003cspan class=\"wk-price-tag\"\u003e\n        3 ENCHANTED STYLES\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003ca class=\"wk-btn\" href=\"#keeper-offer\"\u003e\n\n      🎄 CHOOSE MY CHRISTMAS KEEPER →\n\n    \u003c\/a\u003e\n\n\n    \u003cimg class=\"wk-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/f82895d9-ba2a-4a94-b8ee-ec15a3fe4e5d.png?v=1788857268\u0026amp;width=1445\" alt=\"Three Whimsical Christmas Witch Keeper figurines displayed together\" loading=\"eager\"\u003e\n\n\n    \u003cdiv class=\"wk-benefits\"\u003e\n\n\n      \u003cdiv class=\"wk-benefit\"\u003e\n\n        \u003cspan\u003e🎩\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          STORYBOOK SILHOUETTE\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Instantly recognizable curved witch hats\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-benefit\"\u003e\n\n        \u003cspan\u003e🌲\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          EVERGREEN GOWNS\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Layered winter-tree inspired texture\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-benefit\"\u003e\n\n        \u003cspan\u003e✨\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          3 CHARACTERS\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Woodland, Lantern \u0026amp; Candy Cane\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-benefit\"\u003e\n\n        \u003cspan\u003e🎁\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          DISPLAY OR GIFT\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Mantels, shelves, consoles \u0026amp; Christmas gifting\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     STORY\n====================================================== --\u003e\n\n\u003csection class=\"wk-section wk-story\"\u003e\n\n  \u003cdiv class=\"wk-wrap\"\u003e\n\n\n    \u003cdiv class=\"wk-big-line\"\u003e\n\n      Part winter witch.\n\n      Part Christmas tree.\n\n      Part woodland story.\n\n      \u003cbr\u003e\u003cbr\u003e\n\n      \u003cstrong\u003e\n        Entirely unlike the decorations\n        everyone else already owns.\n      \u003c\/strong\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cp class=\"wk-copy\" style=\"margin-top:22px;\"\u003e\n\n      Traditional Christmas décor\n      tends to repeat the same familiar faces.\n\n      Santas.\n      Snowmen.\n      Gnomes.\n\n      \u003cbr\u003e\u003cbr\u003e\n\n      These keepers bring something different:\n      mysterious sweeping hats,\n      sculpted evergreen layers\n      and little seasonal stories\n      built into every design.\n\n    \u003c\/p\u003e\n\n\n    \u003cimg class=\"wk-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/74068a75-a2c9-453f-88f7-4a7e71c2b513.png?v=1788857268\u0026amp;width=1445\" alt=\"Three Christmas witch figurines for mantels shelves and gifting\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"wk-feature-grid\"\u003e\n\n\n      \u003cdiv class=\"wk-feature\"\u003e\n\n        \u003cspan\u003e🎩\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          A Silhouette You Remember\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          The oversized curved hat\n          gives every keeper\n          an unmistakable storybook presence.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-feature\"\u003e\n\n        \u003cspan\u003e🌲\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          Christmas Tree Inspired Dress\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Layered evergreen branches\n          create the look of\n          a tiny decorated winter tree.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-feature\"\u003e\n\n        \u003cspan\u003e❄️\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          Winter Forest Details\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Frosted tips,\n          berries,\n          pinecones\n          and greenery add rich seasonal texture.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     THREE KEEPERS\n====================================================== --\u003e\n\n\u003csection class=\"wk-section wk-keepers\"\u003e\n\n  \u003cdiv class=\"wk-wrap wk-center\"\u003e\n\n    \u003cspan class=\"wk-kicker\"\u003e\n      MEET THE KEEPERS\n    \u003c\/span\u003e\n\n\n    \u003ch2 class=\"wk-title\"\u003e\n\n      Three Characters.\n\n      \u003cbr\u003e\n\n      \u003cspan class=\"red\"\u003e\n        Three Completely Different Christmas Moods.\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"wk-copy\"\u003e\n\n      They share the same enchanted silhouette,\n      but every keeper tells\n      a different little winter story.\n\n      Pick the one that feels most like your Christmas\n      or display the trio together.\n\n    \u003c\/p\u003e\n\n\n    \u003cimg class=\"wk-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/67efc658-c501-49a7-b726-8abea30e9780.png?v=1788857268\u0026amp;width=1445\" alt=\"Three enchanted Christmas Witch Keeper styles\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"wk-keeper-grid\"\u003e\n\n\n      \u003c!-- WOODLAND --\u003e\n\n      \u003cdiv class=\"wk-keeper-card\"\u003e\n\n        \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/18e2557a-74e9-431e-81df-ed700c5d2e34.png?v=1788857268\u0026amp;width=1445\" alt=\"Woodland Keeper green Christmas witch with snowy owl\" loading=\"lazy\"\u003e\n\n        \u003cdiv class=\"wk-keeper-content\"\u003e\n\n          \u003ch3 class=\"wk-keeper-name\"\u003e\n            Woodland Keeper\n          \u003c\/h3\u003e\n\n          \u003cdiv class=\"wk-keeper-sub\"\u003e\n            Quiet Winter Wonder\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Soft sage green,\n            snowy evergreen branches,\n            natural pinecones\n            and a white owl\n            give this keeper the calmest,\n            most woodland-inspired personality.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"wk-personality\"\u003e\n            WISDOM · NATURE · WINTER WOODS\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- LANTERN --\u003e\n\n      \u003cdiv class=\"wk-keeper-card\"\u003e\n\n        \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/78acaa61-44c4-4288-915b-7b3b4464c592.png?v=1788857268\u0026amp;width=1445\" alt=\"Lantern Keeper red Christmas witch holding glowing lantern\" loading=\"lazy\"\u003e\n\n        \u003cdiv class=\"wk-keeper-content\"\u003e\n\n          \u003ch3 class=\"wk-keeper-name\"\u003e\n            Lantern Keeper\n          \u003c\/h3\u003e\n\n          \u003cdiv class=\"wk-keeper-sub\"\u003e\n            A Little Light for Home\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Deep Christmas red,\n            snow-covered pine\n            and a warm little lantern\n            give this keeper\n            the coziest fireside personality\n            in the collection.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"wk-personality\"\u003e\n            WARMTH · WELCOME · HOME\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- CANDY CANE --\u003e\n\n      \u003cdiv class=\"wk-keeper-card\"\u003e\n\n        \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/c5d0b022-734b-481d-a71e-1623bb170a62.png?v=1788857268\u0026amp;width=1445\" alt=\"Candy Cane Keeper Christmas witch\" loading=\"lazy\"\u003e\n\n        \u003cdiv class=\"wk-keeper-content\"\u003e\n\n          \u003ch3 class=\"wk-keeper-name\"\u003e\n            Candy Cane Keeper\n          \u003c\/h3\u003e\n\n          \u003cdiv class=\"wk-keeper-sub\"\u003e\n            Christmas With A Wink\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Bold red-and-white stripes,\n            berries,\n            snowy greenery\n            and a giant candy-cane staff\n            make this the brightest,\n            most playful keeper.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"wk-personality\"\u003e\n            JOY · MISCHIEF · CHRISTMAS CHEER\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     LANTERN GLOW\n====================================================== --\u003e\n\n\u003csection class=\"wk-section wk-night\"\u003e\n\n  \u003cdiv class=\"wk-wrap wk-center\"\u003e\n\n    \u003cspan class=\"wk-kicker\"\u003e\n      LANTERN KEEPER\n    \u003c\/span\u003e\n\n\n    \u003ch2 class=\"wk-title\"\u003e\n\n      A Warm Little Glow\n\n      \u003cbr\u003e\n\n      After Dark.\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"wk-copy\"\u003e\n\n      The Lantern Keeper\n      adds another layer of magic at night.\n\n      \u003cbr\u003e\u003cbr\u003e\n\n      Her tiny lantern gives off\n      a soft golden glow\n      that feels warm and decorative\n      rather than bright or overpowering.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"wk-night-features\"\u003e\n\n\n      \u003cdiv class=\"wk-night-card\"\u003e\n\n        \u003cspan\u003e💡\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          SOFT WARM LIGHT\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Cozy golden lantern ambience\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-night-card\"\u003e\n\n        \u003cspan\u003e🏡\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          MADE FOR EVENINGS\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Beautiful beside fireplaces and Christmas lights\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-night-card\"\u003e\n\n        \u003cspan\u003e✨\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          DÉCOR FIRST\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          The sculptural character remains the main attraction\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cimg class=\"wk-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/ea4406d6-55bc-4a1f-905c-c673c10afc97.png?v=1788857268\u0026amp;width=1445\" alt=\"Lantern Keeper Christmas witch glowing warmly after dark\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     SIZE\n====================================================== --\u003e\n\n\u003csection class=\"wk-section wk-size\"\u003e\n\n  \u003cdiv class=\"wk-wrap wk-center\"\u003e\n\n    \u003cspan class=\"wk-kicker\"\u003e\n      MADE FOR REAL HOMES\n    \u003c\/span\u003e\n\n\n    \u003ch2 class=\"wk-title\"\u003e\n\n      Big Enough To Notice.\n\n      \u003cbr\u003e\n\n      \u003cspan class=\"gold\"\u003e\n        Small Enough To Style Easily.\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"wk-copy\"\u003e\n\n      At approximately\n      \u003cstrong\u003e22 cm \/ 8.7 inches tall\u003c\/strong\u003e,\n      the keepers have enough height\n      to become a real focal point\n      without turning into oversized floor décor.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"wk-size-grid\"\u003e\n\n\n      \u003cdiv class=\"wk-size-card\"\u003e\n\n        \u003cspan\u003e↕️\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          APPROX. 22 CM\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Around 8.7 inches tall\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-size-card\"\u003e\n\n        \u003cspan\u003e🏡\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          TABLETOP FRIENDLY\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Mantel · Shelf · Console · Side Table\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-size-card\"\u003e\n\n        \u003cspan\u003e🎨\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          SCULPTED RESIN\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Dimensional seasonal details\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cimg class=\"wk-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/c4d1552b-c849-4cfd-9ca8-40e8bba0a226.png?v=1788857268\u0026amp;width=1445\" alt=\"Christmas Witch figurine 22cm 8.7 inch tabletop size\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     HOME\n====================================================== --\u003e\n\n\u003csection class=\"wk-section wk-home\"\u003e\n\n  \u003cdiv class=\"wk-wrap wk-center\"\u003e\n\n    \u003cspan class=\"wk-kicker\"\u003e\n      AT HOME FOR CHRISTMAS\n    \u003c\/span\u003e\n\n\n    \u003ch2 class=\"wk-title\"\u003e\n\n      One Little Character\n\n      \u003cbr\u003e\n\n      \u003cspan class=\"red\"\u003e\n        Changes The Whole Corner.\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"wk-copy\"\u003e\n\n      Place one beside your favorite books,\n      greenery,\n      candles\n      or framed Christmas memories.\n\n      \u003cbr\u003e\u003cbr\u003e\n\n      The muted forest greens,\n      traditional reds\n      and natural brown tones\n      blend easily into farmhouse,\n      woodland,\n      neutral\n      and classic holiday interiors.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"wk-tags\"\u003e\n\n      \u003cspan class=\"wk-tag\"\u003e\n        🔥 Fireplace Mantel\n      \u003c\/span\u003e\n\n      \u003cspan class=\"wk-tag\"\u003e\n        📚 Bookshelf\n      \u003c\/span\u003e\n\n      \u003cspan class=\"wk-tag\"\u003e\n        🚪 Entry Console\n      \u003c\/span\u003e\n\n      \u003cspan class=\"wk-tag\"\u003e\n        🎄 Christmas Display\n      \u003c\/span\u003e\n\n      \u003cspan class=\"wk-tag\"\u003e\n        🕯️ Side Table\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cimg class=\"wk-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/692c4c73-1358-4907-8ce4-982c53ba02ff.png?v=1788857268\u0026amp;width=1445\" alt=\"Lantern Keeper styled on a Christmas shelf\" loading=\"lazy\"\u003e\n\n\n    \u003cimg class=\"wk-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/b663afc5-41be-4258-acef-46ac99fd891f.png?v=1788857268\u0026amp;width=1445\" alt=\"Candy Cane Keeper styled in Christmas home\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     DETAILS\n====================================================== --\u003e\n\n\u003csection class=\"wk-section\"\u003e\n\n  \u003cdiv class=\"wk-wrap wk-center\"\u003e\n\n    \u003cspan class=\"wk-kicker\"\u003e\n      DESIGNED TO BE REMEMBERED\n    \u003c\/span\u003e\n\n\n    \u003ch2 class=\"wk-title\"\u003e\n\n      The Little Details\n\n      \u003cbr\u003e\n\n      \u003cspan class=\"gold\"\u003e\n        Create The Character.\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"wk-copy\"\u003e\n\n      Look closer\n      and every part of the design\n      adds another layer to the story.\n\n      It is that mix of familiar Christmas texture\n      and unexpected witchy personality\n      that makes the collection stand out.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"wk-detail-grid\"\u003e\n\n\n      \u003cdiv class=\"wk-detail\"\u003e\n\n        \u003cspan\u003e🎩\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          WIDE CURVED HAT\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          The dramatic silhouette makes each keeper instantly recognizable.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-detail\"\u003e\n\n        \u003cspan\u003e🌲\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          EVERGREEN GOWN\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Layered branches turn the lower half into a tiny Christmas tree.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-detail\"\u003e\n\n        \u003cspan\u003e❄️\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          FROSTED FINISH\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Snow-covered edges add realistic winter depth.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-detail\"\u003e\n\n        \u003cspan\u003e🌰\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          PINECONE DETAILS\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Natural woodland accents keep the design warm and rustic.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-detail\"\u003e\n\n        \u003cspan\u003e🦉\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          OWL COMPANION\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Gives the Woodland Keeper her own recognizable story.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-detail\"\u003e\n\n        \u003cspan\u003e🏮\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          WARM LANTERN\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Adds an especially cozy focal point to Lantern Keeper.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-detail\"\u003e\n\n        \u003cspan\u003e🍬\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          CANDY CANE STAFF\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Traditional Christmas color with an unexpected whimsical twist.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-detail\"\u003e\n\n        \u003cspan\u003e🍒\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          WINTER BERRIES\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Bright seasonal accents bring the evergreen texture to life.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     REAL HOME \/ UGC\n====================================================== --\u003e\n\n\u003csection class=\"wk-section wk-real\"\u003e\n\n  \u003cdiv class=\"wk-wrap wk-center\"\u003e\n\n    \u003cspan class=\"wk-kicker\"\u003e\n      SEE THEM OUTSIDE THE STUDIO\n    \u003c\/span\u003e\n\n\n    \u003ch2 class=\"wk-title\"\u003e\n\n      Storybook Detail.\n\n      \u003cbr\u003e\n\n      \u003cspan class=\"red\"\u003e\n        Real-Home Presence.\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"wk-copy\"\u003e\n\n      Pretty product photography is one thing.\n\n      What matters is how the figurines\n      actually feel\n      when they're sitting in a real home.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"wk-real-grid\"\u003e\n\n\n      \u003cdiv class=\"wk-real-card\"\u003e\n\n        \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/1_5a88d087-7cfa-4c63-a5d3-cbc0feed2994.png?v=1788857268\u0026amp;width=1445\" alt=\"Lantern Keeper unboxing photo\" loading=\"lazy\"\u003e\n\n        \u003cdiv class=\"wk-real-text\"\u003e\n\n          \u003cstrong\u003e\n            Lantern Keeper · Unboxed\n          \u003c\/strong\u003e\n\n          \u003cp\u003e\n            See the layered evergreen texture,\n            frosted finish\n            and lantern details\n            in an ordinary home setting.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-real-card\"\u003e\n\n        \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/2_378d80fd-3b20-4def-8239-8eacd4baec55.png?v=1788857268\u0026amp;width=1445\" alt=\"Woodland Keeper home display photo\" loading=\"lazy\"\u003e\n\n        \u003cdiv class=\"wk-real-text\"\u003e\n\n          \u003cstrong\u003e\n            Woodland Keeper · At Home\n          \u003c\/strong\u003e\n\n          \u003cp\u003e\n            Soft green and natural wood tones\n            make this style especially easy\n            to blend into neutral interiors.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-real-card\"\u003e\n\n        \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/3_5cd3ac89-743c-4a9b-aac9-7ebd1ebb84f4.png?v=1788857268\u0026amp;width=1445\" alt=\"Three Christmas Witch figurines together in home\" loading=\"lazy\"\u003e\n\n        \u003cdiv class=\"wk-real-text\"\u003e\n\n          \u003cstrong\u003e\n            The Trio · Together\n          \u003c\/strong\u003e\n\n          \u003cp\u003e\n            Three different personalities,\n            but one coordinated enchanted\n            Christmas collection.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     GIFT\n====================================================== --\u003e\n\n\u003csection class=\"wk-section wk-gift\"\u003e\n\n  \u003cdiv class=\"wk-wrap wk-center\"\u003e\n\n    \u003cspan class=\"wk-kicker\"\u003e\n      FOR PEOPLE WHO LIKE CHRISTMAS A LITTLE DIFFERENT\n    \u003c\/span\u003e\n\n\n    \u003ch2 class=\"wk-title\"\u003e\n\n      Not Another Mug.\n\n      Not Another Gnome.\n\n      \u003cbr\u003e\n\n      Something They'll Actually Remember.\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"wk-copy\"\u003e\n\n      A charming choice\n      for the person who loves\n      unusual Christmas décor,\n      woodland details,\n      witches,\n      fairytale styling\n      or collectible characters.\n\n      \u003cbr\u003e\u003cbr\u003e\n\n      Give one special keeper\n      or make the complete trio\n      the centerpiece of the gift.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"wk-gift-grid\"\u003e\n\n\n      \u003cdiv class=\"wk-gift-card\"\u003e\n\n        \u003cspan\u003e🎄\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          CHRISTMAS DÉCOR LOVERS\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Familiar holiday detail with a new personality.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-gift-card\"\u003e\n\n        \u003cspan\u003e🔮\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          WITCHY STYLE FANS\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Whimsical rather than dark or spooky.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-gift-card\"\u003e\n\n        \u003cspan\u003e🌲\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          WOODLAND HOMES\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Pine, berries, snow and natural textures.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-gift-card\"\u003e\n\n        \u003cspan\u003e🎁\u003c\/span\u003e\n\n        \u003cstrong\u003e\n          COLLECTORS\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Three coordinated character styles to choose from.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cimg class=\"wk-image\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/f82895d9-ba2a-4a94-b8ee-ec15a3fe4e5d.png?v=1788857268\u0026amp;width=1445\" alt=\"Christmas Witch figurine collection Christmas gift display\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     OFFER\n====================================================== --\u003e\n\n\u003csection id=\"keeper-offer\" class=\"wk-section wk-offer\"\u003e\n\n  \u003cdiv class=\"wk-wrap wk-center\"\u003e\n\n    \u003cspan class=\"wk-kicker\"\u003e\n      CHOOSE YOUR KEEPER\n    \u003c\/span\u003e\n\n\n    \u003ch2 class=\"wk-title\"\u003e\n\n      One Makes A Statement.\n\n      \u003cbr\u003e\n\n      \u003cspan class=\"red\"\u003e\n        Three Create The Story.\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"wk-copy\"\u003e\n\n      Start with your favorite character\n      or style several together\n      for a complete enchanted winter display.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"wk-bundles\"\u003e\n\n\n      \u003cdiv class=\"wk-bundle\"\u003e\n\n        \u003csmall\u003e\n          BUY 1\n        \u003c\/small\u003e\n\n        \u003cstrong\u003e\n          $36.99\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          CHOOSE 1 STYLE\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-bundle best\"\u003e\n\n        \u003cdiv class=\"wk-bundle-label\"\u003e\n          MOST POPULAR\n        \u003c\/div\u003e\n\n        \u003csmall\u003e\n          BUY 2 · 10% OFF\n        \u003c\/small\u003e\n\n        \u003cstrong\u003e\n          $66.58\n        \u003c\/strong\u003e\n\n        \u003cdel\u003e\n          $73.98\n        \u003c\/del\u003e\n\n        \u003cspan\u003e\n          SAVE $7.40\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-bundle\"\u003e\n\n        \u003csmall\u003e\n          BUY 3 · 15% OFF\n        \u003c\/small\u003e\n\n        \u003cstrong\u003e\n          $94.32\n        \u003c\/strong\u003e\n\n        \u003cdel\u003e\n          $110.97\n        \u003c\/del\u003e\n\n        \u003cspan\u003e\n          SAVE $16.65\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"wk-bundle\"\u003e\n\n        \u003csmall\u003e\n          BUY 4 · 20% OFF\n        \u003c\/small\u003e\n\n        \u003cstrong\u003e\n          $118.37\n        \u003c\/strong\u003e\n\n        \u003cdel\u003e\n          $147.96\n        \u003c\/del\u003e\n\n        \u003cspan\u003e\n          SAVE $29.59\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003ca class=\"wk-btn\" href=\"\/products\/whimsical-christmas-witch-resin-figurine-collection\"\u003e\n\n      ✨ CHOOSE MY CHRISTMAS KEEPER →\n\n    \u003c\/a\u003e\n\n\n    \u003cp style=\"\n        margin-top:14px;\n        color:#786e66;\n        font-size:11px;\n      \"\u003e\n\n      🌎 Worldwide Shipping\n        •  \n      🚚 Free Shipping Over $69.99\n        •  \n      ✅ 90-Day Free Returns\n\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     FAQ\n====================================================== --\u003e\n\n\u003csection class=\"wk-section wk-faq\"\u003e\n\n  \u003cdiv class=\"wk-wrap\"\u003e\n\n    \u003cdiv class=\"wk-center\"\u003e\n\n      \u003cspan class=\"wk-kicker\"\u003e\n        QUICK QUESTIONS\n      \u003c\/span\u003e\n\n\n      \u003ch2 class=\"wk-title\"\u003e\n        Before You Choose Your Keeper.\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"wk-faq-list\"\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How many character styles are available?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          There are three coordinated character styles:\n          Woodland Keeper,\n          Lantern Keeper\n          and Candy Cane Keeper.\n          A Set of 3 option is also available.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How tall are the figurines?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          The collection is approximately\n          22 cm \/ 8.7 inches tall,\n          making the figures well suited\n          to tabletop,\n          shelf,\n          mantel\n          and console decorating.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What are the figurines made from?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          The pieces use sculpted resin construction\n          with layered dimensional details\n          including evergreen textures,\n          snow,\n          berries\n          and pinecones.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Which style has the glowing lantern?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          The Lantern Keeper carries\n          the warm illuminated lantern detail.\n          The Woodland Keeper features an owl,\n          while the Candy Cane Keeper\n          carries the striped candy-cane staff.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Where can I display them?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          They work especially well\n          on fireplace mantels,\n          bookshelves,\n          console tables,\n          side tables\n          and other indoor Christmas displays.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Do the three styles look good together?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Yes.\n          They share the same\n          evergreen-gown silhouette\n          and winter woodland detailing,\n          while the different colors\n          and accessories give each\n          its own personality.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is this more Halloween or Christmas?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          The collection uses\n          a whimsical witch-inspired silhouette,\n          but the visual details are distinctly Christmas:\n          evergreen branches,\n          snow,\n          berries,\n          candy-cane stripes,\n          lantern light\n          and winter woodland accents.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     FINAL CTA\n====================================================== --\u003e\n\n\u003csection class=\"wk-final\"\u003e\n\n  \u003cdiv class=\"wk-wrap\"\u003e\n\n    \u003cspan class=\"wk-kicker\"\u003e\n      ✨ LET A LITTLE MAGIC INTO CHRISTMAS\n    \u003c\/span\u003e\n\n\n    \u003ch2 class=\"wk-title\"\u003e\n\n      Three Keepers.\n\n      \u003cbr\u003e\n\n      Three Little Winter Stories.\n\n      \u003cbr\u003e\n\n      One Very Different Christmas Display.\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"wk-copy\"\u003e\n\n      Woodland wonder.\n\n      Warm lantern light.\n\n      Candy-cane cheer.\n\n      \u003cbr\u003e\u003cbr\u003e\n\n      Choose the keeper\n      that feels most like your Christmas\n      or bring home the whole enchanted trio.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"wk-price\"\u003e\n\n      \u003cstrong\u003e\n        From $36.99\n      \u003c\/strong\u003e\n\n      \u003cspan class=\"wk-price-tag\"\u003e\n        3 STYLES AVAILABLE\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003ca class=\"wk-btn\" href=\"\/products\/whimsical-christmas-witch-resin-figurine-collection\"\u003e\n\n      🎄 BRING HOME MY CHRISTMAS KEEPER →\n\n    \u003c\/a\u003e\n\n\n    \u003cp style=\"\n        margin-top:15px;\n        color:#d3c8bd;\n        font-size:11px;\n      \"\u003e\n\n      🌎 Worldwide Shipping\n        •  \n      🚚 Free Shipping Over $69.99\n        •  \n      ✅ 90-Day Free Returns\n\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     MOBILE STICKY CTA\n====================================================== --\u003e\n\n\u003cdiv class=\"wk-sticky\"\u003e\n\n  \u003cdiv\u003e\n\n    \u003csmall\u003e\n      CHRISTMAS KEEPER COLLECTION\n    \u003c\/small\u003e\n\n    \u003cstrong\u003e\n      $36.99\n    \u003c\/strong\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ca href=\"\/products\/whimsical-christmas-witch-resin-figurine-collection\"\u003e\n\n    CHOOSE MINE ✨\n\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"YW","offers":[{"title":"Lantern Keeper","offer_id":67504241737773,"sku":"SZ06422609051439-圣诞女巫-Lantern Keeper","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Woodland Keeper","offer_id":67504241770541,"sku":"SZ06422609051439-圣诞女巫-Woodland Keeper","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Candy Cane Keeper","offer_id":67504241803309,"sku":"SZ06422609051439-圣诞女巫-Candy Cane Keeper","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Set of 3","offer_id":67504241836077,"sku":"SZ06422609051439-圣诞女巫-Lantern Keeper+Woodland Keeper+Candy Cane Keeper","price":94.32,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/f82895d9-ba2a-4a94-b8ee-ec15a3fe4e5d.png?v=1788857268","url":"https:\/\/woverssy.com\/products\/whimsical-christmas-witch-resin-figurine-collection","provider":"woverssy","version":"1.0","type":"link"}