{"product_id":"christmas-mystery-dumpling-squishy-blind-box","title":"🔥 Limited-Time 49% OFF 🎄 Christmas Mystery Dumpling Squishy Blind Box 🎁 Cute Holiday Surprise Gift","description":"\u003c!--\n=========================================================\nCHRISTMAS MYSTERY DUMPLING SQUISHY\nSHOPIFY CUSTOM LIQUID\n\nSTYLE:\nWarm Christmas DTC\n× Cute Collectible\n× Holiday Gift\n× Cozy Christmas\n× Mystery Unboxing\n\nMOBILE FIRST\n=========================================================\n--\u003e\n\u003cstyle\u003e\n\/* =====================================================\n   ROOT\n===================================================== *\/\n\n.xmas-pdp {\n  --red: #a71922;\n  --deep-red: #791118;\n  --green: #184c36;\n  --green-2: #246445;\n  --gold: #e3b04b;\n  --soft-gold: #f5d98f;\n  --cream: #fffaf1;\n  --cream-2: #f8efdf;\n  --white: #ffffff;\n  --text: #3b2922;\n  --muted: #68564d;\n  --line: #eadbc2;\n\n  position: relative;\n  overflow: hidden;\n  max-width: 920px;\n  margin: 0 auto;\n\n  background:\n    radial-gradient(\n      circle at 5% 2%,\n      rgba(227,176,75,.12),\n      transparent 26%\n    ),\n    radial-gradient(\n      circle at 95% 14%,\n      rgba(167,25,34,.07),\n      transparent 28%\n    ),\n    var(--cream);\n\n  color: var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    Helvetica,\n    sans-serif;\n\n  line-height: 1.6;\n}\n\n.xmas-pdp *,\n.xmas-pdp *:before,\n.xmas-pdp *:after {\n  box-sizing: border-box;\n}\n\n.xmas-pdp img {\n  display: block;\n  width: 100%;\n  height: auto;\n}\n\n\n\/* =====================================================\n   SUBTLE HOVER POP\n===================================================== *\/\n\n.xmas-pop {\n  transform-origin: center;\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease,\n    border-color .25s ease;\n}\n\n@media (hover:hover) {\n\n  .xmas-pop:hover {\n    animation: xmasPop .36s ease forwards;\n  }\n\n}\n\n.xmas-pop:active {\n  transform: scale(.985);\n}\n\n@keyframes xmasPop {\n\n  0% {\n    transform:\n      translateY(0)\n      scale(1);\n  }\n\n  45% {\n    transform:\n      translateY(-5px)\n      scale(1.025);\n  }\n\n  72% {\n    transform:\n      translateY(1px)\n      scale(.997);\n  }\n\n  100% {\n    transform:\n      translateY(-2px)\n      scale(1.01);\n  }\n\n}\n\n\n\/* =====================================================\n   HERO\n===================================================== *\/\n\n.xmas-hero {\n  position: relative;\n  overflow: hidden;\n\n  padding:\n    32px\n    18px\n    27px;\n\n  text-align: center;\n  color: #fff;\n\n  background:\n    radial-gradient(\n      circle at 50% -15%,\n      rgba(255,255,255,.18),\n      transparent 42%\n    ),\n    linear-gradient(\n      145deg,\n      #7e1017 0%,\n      #ad1d26 50%,\n      #791018 100%\n    );\n\n  border-radius:\n    0\n    0\n    28px\n    28px;\n}\n\n.xmas-hero:before {\n  content: \"✦\";\n  position: absolute;\n  left: 17px;\n  top: 11px;\n\n  color: rgba(255,224,145,.45);\n  font-size: 47px;\n}\n\n.xmas-hero:after {\n  content: \"❄\";\n  position: absolute;\n  right: 20px;\n  bottom: 8px;\n\n  color: rgba(255,255,255,.30);\n  font-size: 35px;\n}\n\n.xmas-eyebrow {\n  position: relative;\n  z-index: 1;\n\n  display: inline-block;\n\n  margin-bottom: 11px;\n\n  padding:\n    7px\n    13px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.26);\n\n  border-radius: 999px;\n\n  background:\n    rgba(255,255,255,.10);\n\n  color: #ffe4a0;\n\n  font-size: 12px;\n  font-weight: 800;\n\n  letter-spacing: .7px;\n}\n\n.xmas-hero h1 {\n  position: relative;\n  z-index: 1;\n\n  margin: 0;\n\n  color: #fff;\n\n  font-size:\n    clamp(\n      31px,\n      7.5vw,\n      54px\n    );\n\n  line-height: 1.04;\n\n  font-weight: 900;\n\n  letter-spacing: -1.3px;\n}\n\n.xmas-hero h1 span {\n  color: #ffd677;\n}\n\n.xmas-hero-copy {\n  position: relative;\n  z-index: 1;\n\n  max-width: 660px;\n\n  margin:\n    15px\n    auto\n    0;\n\n  color:\n    rgba(255,255,255,.94);\n\n  font-size: 16px;\n\n  line-height: 1.65;\n}\n\n.xmas-hero-copy strong {\n  color: #ffe59d;\n}\n\n\n\/* =====================================================\n   HERO BENEFITS\n===================================================== *\/\n\n.xmas-benefits {\n  position: relative;\n  z-index: 1;\n\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n\n  gap: 7px;\n\n  margin-top: 19px;\n}\n\n.xmas-benefit {\n  padding:\n    7px\n    11px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.20);\n\n  border-radius: 999px;\n\n  background:\n    rgba(255,255,255,.11);\n\n  color: #fff;\n\n  font-size: 12px;\n  font-weight: 800;\n}\n\n\n\/* =====================================================\n   MEDIA \/ GIF\n===================================================== *\/\n\n.xmas-media {\n  overflow: hidden;\n\n  margin:\n    16px\n    14px;\n\n  border-radius: 20px;\n\n  background: #fff;\n\n  box-shadow:\n    0\n    10px\n    25px\n    rgba(72,35,20,.11);\n}\n\n@media (hover:hover) {\n\n  .xmas-media:hover {\n    box-shadow:\n      0\n      15px\n      34px\n      rgba(72,35,20,.17);\n  }\n\n}\n\n\n\/* =====================================================\n   GENERAL SECTION\n===================================================== *\/\n\n.xmas-section {\n  padding:\n    29px\n    17px\n    24px;\n}\n\n.xmas-section--white {\n  margin:\n    8px\n    13px;\n\n  padding:\n    23px\n    17px;\n\n  border:\n    1px solid\n    #eee0c8;\n\n  border-radius: 22px;\n\n  background:\n    rgba(255,255,255,.83);\n\n  box-shadow:\n    0\n    7px\n    22px\n    rgba(73,44,23,.05);\n}\n\n.xmas-label {\n  display: inline-flex;\n  align-items: center;\n\n  gap: 6px;\n\n  margin-bottom: 9px;\n\n  padding:\n    5px\n    10px;\n\n  border-radius: 999px;\n\n  background: #f3e3bd;\n\n  color: #724816;\n\n  font-size: 11px;\n  font-weight: 900;\n\n  letter-spacing: .7px;\n\n  text-transform: uppercase;\n}\n\n.xmas-section h2,\n.xmas-section--white h2 {\n  max-width: 670px;\n\n  margin:\n    0\n    0\n    10px;\n\n  color: var(--deep-red);\n\n  font-size:\n    clamp(\n      25px,\n      6vw,\n      35px\n    );\n\n  line-height: 1.12;\n\n  font-weight: 900;\n\n  letter-spacing: -.55px;\n}\n\n.xmas-section p,\n.xmas-section--white p {\n  max-width: 700px;\n\n  margin: 0;\n\n  color: #59463e;\n\n  font-size: 16px;\n\n  line-height: 1.65;\n}\n\n.xmas-section strong,\n.xmas-section--white strong {\n  color: #78151b;\n}\n\n\n\/* =====================================================\n   PRODUCT IMAGES\n===================================================== *\/\n\n.xmas-img {\n  overflow: hidden;\n\n  margin-top: 18px;\n\n  border-radius: 20px;\n\n  background: #fff;\n\n  box-shadow:\n    0\n    9px\n    24px\n    rgba(72,35,20,.10);\n}\n\n@media (hover:hover) {\n\n  .xmas-img:hover {\n    box-shadow:\n      0\n      15px\n      34px\n      rgba(72,35,20,.17);\n  }\n\n}\n\n\n\/* =====================================================\n   5 CHARACTERS\n===================================================== *\/\n\n.xmas-crew {\n  display: flex;\n\n  gap: 8px;\n\n  margin-top: 18px;\n  padding-bottom: 4px;\n\n  overflow-x: auto;\n\n  scroll-snap-type:\n    x mandatory;\n\n  scrollbar-width: none;\n}\n\n.xmas-crew::-webkit-scrollbar {\n  display: none;\n}\n\n.xmas-character {\n  flex:\n    0\n    0\n    108px;\n\n  scroll-snap-align: start;\n\n  padding:\n    11px\n    7px;\n\n  text-align: center;\n\n  border:\n    1px solid\n    #ecd49c;\n\n  border-radius: 14px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #fff9e9,\n      #fff0ce\n    );\n\n  color: #6f431b;\n\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.xmas-character span {\n  display: block;\n\n  margin-bottom: 4px;\n\n  font-size: 26px;\n}\n\n\n\/* =====================================================\n   GIFT USE CASES\n===================================================== *\/\n\n.xmas-use-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap: 9px;\n\n  margin-top: 18px;\n}\n\n.xmas-use-card {\n  padding:\n    14px\n    8px;\n\n  text-align: center;\n\n  border:\n    1px solid\n    #ebdcc3;\n\n  border-radius: 14px;\n\n  background: #fff;\n\n  color: #67402d;\n\n  font-size: 13px;\n  font-weight: 800;\n}\n\n.xmas-use-card span {\n  display: block;\n\n  margin-bottom: 5px;\n\n  font-size: 25px;\n}\n\n\n\/* =====================================================\n   PRODUCT DETAILS\n===================================================== *\/\n\n.xmas-details {\n  padding:\n    33px\n    16px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #fff6e4 0%,\n      #fffdf8 100%\n    );\n\n  border-top:\n    1px solid\n    #ebdcc0;\n\n  border-bottom:\n    1px solid\n    #ebdcc0;\n}\n\n.xmas-heading-center {\n  max-width: 660px;\n\n  margin:\n    0\n    auto\n    20px;\n\n  text-align: center;\n}\n\n.xmas-heading-center h2 {\n  margin:\n    0\n    0\n    8px;\n\n  color: var(--green);\n\n  font-size:\n    clamp(\n      28px,\n      7vw,\n      39px\n    );\n\n  line-height: 1.1;\n\n  font-weight: 900;\n\n  letter-spacing: -.6px;\n}\n\n.xmas-heading-center p {\n  margin: 0;\n\n  color: #68564d;\n\n  font-size: 14px;\n\n  line-height: 1.6;\n}\n\n.xmas-details-grid {\n  display: grid;\n\n  grid-template-columns: 1fr;\n\n  gap: 9px;\n}\n\n.xmas-detail {\n  display: grid;\n\n  grid-template-columns:\n    43px\n    1fr;\n\n  align-items: start;\n\n  gap: 11px;\n\n  padding:\n    14px;\n\n  border:\n    1px solid\n    #ebdcc1;\n\n  border-radius: 16px;\n\n  background: #fff;\n\n  box-shadow:\n    0\n    5px\n    15px\n    rgba(73,42,20,.045);\n}\n\n.xmas-detail-icon {\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  width: 43px;\n  height: 43px;\n\n  border-radius: 12px;\n\n  background: #fff3d8;\n\n  font-size: 23px;\n}\n\n.xmas-detail h3 {\n  margin:\n    1px\n    0\n    3px;\n\n  color: var(--deep-red);\n\n  font-size: 14px;\n  font-weight: 900;\n}\n\n.xmas-detail p {\n  margin: 0;\n\n  color: #69574e;\n\n  font-size: 12px;\n\n  line-height: 1.5;\n}\n\n.xmas-note {\n  margin-top: 13px;\n\n  padding:\n    13px\n    14px;\n\n  text-align: center;\n\n  border-radius: 13px;\n\n  background: #f2e7cf;\n\n  color: #694c31;\n\n  font-size: 12px;\n\n  line-height: 1.55;\n}\n\n\n\/* =====================================================\n   FAQ\n===================================================== *\/\n\n.xmas-faq {\n  padding:\n    34px\n    16px;\n\n  background: #fff;\n}\n\n.xmas-faq details {\n  overflow: hidden;\n\n  margin-bottom: 9px;\n\n  border:\n    1px solid\n    #eadcc4;\n\n  border-radius: 15px;\n\n  background: #fffaf1;\n\n  transition:\n    box-shadow .25s ease,\n    border-color .25s ease,\n    background .25s ease;\n}\n\n.xmas-faq details[open] {\n  border-color: #dcb766;\n\n  background: #fff;\n\n  box-shadow:\n    0\n    8px\n    20px\n    rgba(91,51,19,.08);\n}\n\n.xmas-faq summary {\n  position: relative;\n\n  padding:\n    15px\n    46px\n    15px\n    15px;\n\n  list-style: none;\n\n  cursor: pointer;\n\n  color: #592f25;\n\n  font-size: 15px;\n  font-weight: 800;\n\n  line-height: 1.4;\n}\n\n.xmas-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.xmas-faq summary:after {\n  content: \"+\";\n\n  position: absolute;\n\n  right: 15px;\n  top: 50%;\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  width: 26px;\n  height: 26px;\n\n  border-radius: 50%;\n\n  background: var(--green);\n\n  color: #fff;\n\n  font-size: 18px;\n\n  transform:\n    translateY(-50%);\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.xmas-faq details[open]\nsummary:after {\n  content: \"−\";\n\n  background: var(--red);\n\n  transform:\n    translateY(-50%)\n    rotate(180deg);\n}\n\n.xmas-answer {\n  padding:\n    0\n    15px\n    16px;\n\n  color: #66534b;\n\n  font-size: 14px;\n\n  line-height: 1.65;\n}\n\n.xmas-answer strong {\n  color: var(--deep-red);\n}\n\n\n\/* =====================================================\n   FINAL CTA\n===================================================== *\/\n\n.xmas-final {\n  overflow: hidden;\n\n  margin:\n    20px\n    14px;\n\n  padding:\n    31px\n    18px;\n\n  text-align: center;\n\n  border-radius: 24px;\n\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(255,216,121,.22),\n      transparent 34%\n    ),\n    linear-gradient(\n      145deg,\n      #163f2d,\n      #246246\n    );\n\n  color: #fff;\n\n  box-shadow:\n    0\n    12px\n    30px\n    rgba(23,79,56,.15);\n}\n\n.xmas-final h2 {\n  margin: 0;\n\n  color: #fff;\n\n  font-size:\n    clamp(\n      28px,\n      7vw,\n      39px\n    );\n\n  line-height: 1.1;\n\n  font-weight: 900;\n}\n\n.xmas-final h2 span {\n  color: #ffd879;\n}\n\n.xmas-final p {\n  max-width: 620px;\n\n  margin:\n    13px\n    auto\n    0;\n\n  color:\n    rgba(255,255,255,.94);\n\n  font-size: 15px;\n\n  line-height: 1.65;\n}\n\n.xmas-final strong {\n  color: #ffe49b;\n}\n\n.xmas-final-icons {\n  margin-top: 16px;\n\n  font-size: 23px;\n\n  letter-spacing: 4px;\n}\n\n\n\/* =====================================================\n   TRUST\n===================================================== *\/\n\n.xmas-trust {\n  padding:\n    31px\n    16px\n    22px;\n\n  background: #fff;\n}\n\n.xmas-trust h2 {\n  margin:\n    0\n    0\n    18px;\n\n  text-align: center;\n\n  color: var(--green);\n\n  font-size: 27px;\n\n  line-height: 1.2;\n\n  font-weight: 900;\n}\n\n.xmas-trust-grid {\n  display: grid;\n\n  grid-template-columns: 1fr;\n\n  gap: 9px;\n}\n\n.xmas-trust-card {\n  padding: 15px;\n\n  border:\n    1px solid\n    #ede3d2;\n\n  border-radius: 15px;\n\n  background: #faf7f1;\n\n  color: #58483f;\n\n  font-size: 14px;\n\n  line-height: 1.55;\n}\n\n.xmas-trust-card strong {\n  color: #23503a;\n}\n\n.xmas-payment {\n  max-width: 620px;\n\n  margin:\n    15px\n    auto\n    0;\n}\n\n.xmas-guarantee {\n  margin-top: 18px;\n\n  padding:\n    18px;\n\n  text-align: center;\n\n  border:\n    1px solid\n    #ebd6aa;\n\n  border-radius: 17px;\n\n  background: #fff9e9;\n}\n\n.xmas-guarantee h3 {\n  margin:\n    0\n    0\n    7px;\n\n  color: var(--deep-red);\n\n  font-size: 21px;\n}\n\n.xmas-guarantee p {\n  margin: 0;\n\n  color: #5d4c42;\n\n  font-size: 14px;\n\n  line-height: 1.6;\n}\n\n\n\/* =====================================================\n   FLOATING CHRISTMAS SNOW\n===================================================== *\/\n\n.xmas-snow {\n  position: fixed;\n\n  inset: 0;\n\n  z-index: 20;\n\n  overflow: hidden;\n\n  pointer-events: none;\n}\n\n.xmas-snow span {\n  position: absolute;\n\n  top: -10vh;\n\n  color:\n    rgba(255,255,255,.80);\n\n  text-shadow:\n    0\n    1px\n    5px\n    rgba(50,60,75,.15);\n\n  animation:\n    snowFall\n    linear\n    infinite;\n\n  will-change: transform;\n}\n\n.xmas-snow span:nth-child(1) {\n  left: 4%;\n  font-size: 15px;\n  animation-duration: 13s;\n  animation-delay: -2s;\n}\n\n.xmas-snow span:nth-child(2) {\n  left: 12%;\n  font-size: 22px;\n  animation-duration: 16s;\n  animation-delay: -10s;\n}\n\n.xmas-snow span:nth-child(3) {\n  left: 20%;\n  font-size: 12px;\n  animation-duration: 12s;\n  animation-delay: -6s;\n}\n\n.xmas-snow span:nth-child(4) {\n  left: 29%;\n  font-size: 18px;\n  animation-duration: 15s;\n  animation-delay: -11s;\n}\n\n.xmas-snow span:nth-child(5) {\n  left: 38%;\n  font-size: 11px;\n  animation-duration: 11s;\n  animation-delay: -4s;\n}\n\n.xmas-snow span:nth-child(6) {\n  left: 47%;\n  font-size: 22px;\n  animation-duration: 17s;\n  animation-delay: -8s;\n}\n\n.xmas-snow span:nth-child(7) {\n  left: 56%;\n  font-size: 14px;\n  animation-duration: 13s;\n  animation-delay: -1s;\n}\n\n.xmas-snow span:nth-child(8) {\n  left: 65%;\n  font-size: 23px;\n  animation-duration: 18s;\n  animation-delay: -13s;\n}\n\n.xmas-snow span:nth-child(9) {\n  left: 73%;\n  font-size: 12px;\n  animation-duration: 12s;\n  animation-delay: -7s;\n}\n\n.xmas-snow span:nth-child(10) {\n  left: 81%;\n  font-size: 18px;\n  animation-duration: 15s;\n  animation-delay: -3s;\n}\n\n.xmas-snow span:nth-child(11) {\n  left: 89%;\n  font-size: 23px;\n  animation-duration: 17s;\n  animation-delay: -11s;\n}\n\n.xmas-snow span:nth-child(12) {\n  left: 96%;\n  font-size: 13px;\n  animation-duration: 14s;\n  animation-delay: -5s;\n}\n\n@keyframes snowFall {\n\n  0% {\n    transform:\n      translate3d(\n        0,\n        -10vh,\n        0\n      )\n      rotate(0deg);\n\n    opacity: 0;\n  }\n\n  8% {\n    opacity: .8;\n  }\n\n  50% {\n    transform:\n      translate3d(\n        19px,\n        50vh,\n        0\n      )\n      rotate(180deg);\n  }\n\n  100% {\n    transform:\n      translate3d(\n        -15px,\n        112vh,\n        0\n      )\n      rotate(360deg);\n\n    opacity: .1;\n  }\n\n}\n\n\n\/* =====================================================\n   DESKTOP\n===================================================== *\/\n\n@media (min-width:700px) {\n\n  .xmas-section {\n    padding:\n      40px\n      31px\n      32px;\n  }\n\n  .xmas-section--white {\n    margin:\n      16px\n      25px;\n\n    padding:\n      28px\n      25px;\n  }\n\n  .xmas-media {\n    margin:\n      20px\n      25px;\n  }\n\n  .xmas-crew {\n    display: grid;\n\n    grid-template-columns:\n      repeat(5,1fr);\n\n    overflow: visible;\n  }\n\n  .xmas-character {\n    min-width: 0;\n  }\n\n  .xmas-use-grid {\n    grid-template-columns:\n      repeat(4,1fr);\n  }\n\n  .xmas-details,\n  .xmas-faq {\n    padding:\n      43px\n      31px;\n  }\n\n  .xmas-details-grid {\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n  .xmas-trust-grid {\n    grid-template-columns:\n      repeat(3,1fr);\n  }\n\n}\n\n\n\/* =====================================================\n   LARGE DESKTOP\n===================================================== *\/\n\n@media (min-width:860px) {\n\n  .xmas-details-grid {\n    grid-template-columns:\n      repeat(3,1fr);\n  }\n\n}\n\n\n\/* =====================================================\n   ACCESSIBILITY\n===================================================== *\/\n\n@media (prefers-reduced-motion:reduce) {\n\n  .xmas-snow {\n    display: none;\n  }\n\n  .xmas-pop {\n    animation: none !important;\n    transition: none !important;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003c!-- =====================================================\n     FALLING CHRISTMAS ELEMENTS\n===================================================== --\u003e\n\u003cdiv class=\"xmas-snow\"\u003e\n\u003cspan\u003e❄\u003c\/span\u003e \u003cspan\u003e✦\u003c\/span\u003e \u003cspan\u003e❄\u003c\/span\u003e \u003cspan\u003e✧\u003c\/span\u003e \u003cspan\u003e❄\u003c\/span\u003e \u003cspan\u003e✦\u003c\/span\u003e \u003cspan\u003e❄\u003c\/span\u003e \u003cspan\u003e✧\u003c\/span\u003e \u003cspan\u003e❄\u003c\/span\u003e \u003cspan\u003e✦\u003c\/span\u003e \u003cspan\u003e❄\u003c\/span\u003e \u003cspan\u003e✧\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-pdp\"\u003e\n\u003c!-- =================================================\n       HERO\n  ================================================== --\u003e\n\u003csection class=\"xmas-hero\"\u003e\n\u003cdiv class=\"xmas-eyebrow\"\u003e🎄 A LITTLE HOLIDAY SURPRISE\u003c\/div\u003e\n\u003ch1\u003eChristmas Mystery \u003cbr\u003e\u003cspan\u003e Dumpling Squishy \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"xmas-hero-copy\"\u003ePick your favorite festive friend or make it a surprise. These \u003cstrong\u003e soft, adorable Christmas squishies \u003c\/strong\u003e bring together gifting, collecting, squeezing, and holiday cheer in one cute little package.\u003c\/p\u003e\n\u003cdiv class=\"xmas-benefits\"\u003e\n\u003cdiv class=\"xmas-benefit xmas-pop\"\u003e🎁 Pick a Favorite\u003c\/div\u003e\n\u003cdiv class=\"xmas-benefit xmas-pop\"\u003e🎲 3 Random Styles\u003c\/div\u003e\n\u003cdiv class=\"xmas-benefit xmas-pop\"\u003e🤲 Soft \u0026amp; Squishy\u003c\/div\u003e\n\u003cdiv class=\"xmas-benefit xmas-pop\"\u003e🎄 5 Festive Friends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       PRODUCT GIF\n  ================================================== --\u003e\n\u003cdiv class=\"xmas-media xmas-pop\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/24_2.gif?v=1790221319\" alt=\"Christmas dumpling squishy in action\"\u003e\u003c\/div\u003e\n\u003c!-- =================================================\n       FEATURE 1\n  ================================================== --\u003e\n\u003csection class=\"xmas-section\"\u003e\u003cspan class=\"xmas-label\"\u003e 🎁 CHOOSE YOUR SURPRISE \u003c\/span\u003e\n\u003ch2\u003ePick One—or Go Mystery\u003c\/h2\u003e\n\u003cp\u003eChoose the festive character that makes you smile, or keep the excitement alive with the \u003cstrong\u003e Blind Box 3pcs Random Style \u003c\/strong\u003e option. Either way, every little squishy brings instant Christmas personality to the moment.\u003c\/p\u003e\n\u003cdiv class=\"xmas-img xmas-pop\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/21_7511e9fb-a773-4b8e-8a4b-3edcaf4b8dd4.png?v=1790217341\" alt=\"Christmas mystery dumpling squishy blind box\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       FEATURE 2\n  ================================================== --\u003e\n\u003csection class=\"xmas-section--white xmas-pop\"\u003e\u003cspan class=\"xmas-label\"\u003e 🤲 SQUEEZE THE FUN \u003c\/span\u003e\n\u003ch2\u003eSoft. Squishy. So Satisfying.\u003c\/h2\u003e\n\u003cp\u003ePick it up, press it, squeeze it, and enjoy the \u003cstrong\u003e soft, playful squish \u003c\/strong\u003e. Keep one close on your desk, nightstand, or couch whenever you want a little hands-on fun with a festive twist.\u003c\/p\u003e\n\u003cdiv class=\"xmas-img xmas-pop\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/24_fa0cfb1a-1687-4095-a7cd-9c18a1085f6b.png?v=1790217432\" alt=\"Soft Christmas squishy being squeezed by hand\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       FEATURE 3\n  ================================================== --\u003e\n\u003csection class=\"xmas-section\"\u003e\u003cspan class=\"xmas-label\"\u003e 🎄 MEET THE CREW \u003c\/span\u003e\n\u003ch2\u003eFive Festive Friends\u003c\/h2\u003e\n\u003cp\u003eFrom Santa’s classic Christmas charm to the playful Candy design, there are \u003cstrong\u003e five adorable characters \u003c\/strong\u003e to choose from. Pick a favorite or let the random option make the reveal part of the fun.\u003c\/p\u003e\n\u003cdiv class=\"xmas-crew\"\u003e\n\u003cdiv class=\"xmas-character xmas-pop\"\u003e\n\u003cspan\u003e🎅\u003c\/span\u003e Santa Claus\u003c\/div\u003e\n\u003cdiv class=\"xmas-character xmas-pop\"\u003e\n\u003cspan\u003e🍬\u003c\/span\u003e Candy\u003c\/div\u003e\n\u003cdiv class=\"xmas-character xmas-pop\"\u003e\n\u003cspan\u003e🦌\u003c\/span\u003e Elk\u003c\/div\u003e\n\u003cdiv class=\"xmas-character xmas-pop\"\u003e\n\u003cspan\u003e🍪\u003c\/span\u003e Gingerbread\u003c\/div\u003e\n\u003cdiv class=\"xmas-character xmas-pop\"\u003e\n\u003cspan\u003e⛄\u003c\/span\u003e Snowman\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-img xmas-pop\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/11_ed32f068-fe34-4b11-8213-1f5e85aedea1.jpg?v=1790217341\" alt=\"Five Christmas dumpling squishy characters\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       FEATURE 4\n  ================================================== --\u003e\n\u003csection class=\"xmas-section--white xmas-pop\"\u003e\u003cspan class=\"xmas-label\"\u003e 🧦 MADE FOR CHRISTMAS \u003c\/span\u003e\n\u003ch2\u003eSmall Gift. Big Smile.\u003c\/h2\u003e\n\u003cp\u003eCute, cheerful, and easy to gift, these little Christmas friends make a fun \u003cstrong\u003e stocking stuffer, Secret Santa surprise, party gift, or gift-basket extra \u003c\/strong\u003e. Small enough to feel playful, memorable enough to stand out.\u003c\/p\u003e\n\u003cdiv class=\"xmas-use-grid\"\u003e\n\u003cdiv class=\"xmas-use-card xmas-pop\"\u003e\n\u003cspan\u003e🧦\u003c\/span\u003e Stocking Stuffer\u003c\/div\u003e\n\u003cdiv class=\"xmas-use-card xmas-pop\"\u003e\n\u003cspan\u003e🎁\u003c\/span\u003e Secret Santa\u003c\/div\u003e\n\u003cdiv class=\"xmas-use-card xmas-pop\"\u003e\n\u003cspan\u003e🎄\u003c\/span\u003e Holiday Party\u003c\/div\u003e\n\u003cdiv class=\"xmas-use-card xmas-pop\"\u003e\n\u003cspan\u003e💝\u003c\/span\u003e Gift Basket\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-img xmas-pop\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/23_d24fa451-d199-4254-9f8d-82b6101598b2.png?v=1790217432\" alt=\"Christmas squishy stocking stuffer and Secret Santa gift\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       FEATURE 5\n  ================================================== --\u003e\n\u003csection class=\"xmas-section\"\u003e\u003cspan class=\"xmas-label\"\u003e 🥟 MORE THAN A SQUISHY \u003c\/span\u003e\n\u003ch2\u003eSquish It. Display It.\u003c\/h2\u003e\n\u003cp\u003eWhen the squeezing stops, the cuteness stays. Set your festive character on its \u003cstrong\u003e Christmas-themed steamer-style base \u003c\/strong\u003e and turn it into a charming little decoration for your desk, shelf, nightstand, or holiday corner.\u003c\/p\u003e\n\u003cdiv class=\"xmas-img xmas-pop\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/26_2f5f52b4-f77d-489c-bf46-99474b71eeab.png?v=1790217901\" alt=\"Christmas dumpling squishy displayed on festive base\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       PRODUCT DETAILS\n  ================================================== --\u003e\n\u003csection class=\"xmas-details\"\u003e\n\u003cdiv class=\"xmas-heading-center\"\u003e\n\u003cspan class=\"xmas-label\"\u003e ✨ GOOD TO KNOW \u003c\/span\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eA quick look at the options, characters, and ways to enjoy your Christmas squishy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-details-grid\"\u003e\n\u003cdiv class=\"xmas-detail xmas-pop\"\u003e\n\u003cdiv class=\"xmas-detail-icon\"\u003e🎄\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e5 Character Styles\u003c\/h3\u003e\n\u003cp\u003eSanta Claus, Candy, Elk, Gingerbread, and Snowman.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-detail xmas-pop\"\u003e\n\u003cdiv class=\"xmas-detail-icon\"\u003e🎁\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePick Your Favorite\u003c\/h3\u003e\n\u003cp\u003eSelect one of the available individual character styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-detail xmas-pop\"\u003e\n\u003cdiv class=\"xmas-detail-icon\"\u003e🎲\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e3pcs Random Option\u003c\/h3\u003e\n\u003cp\u003eChoose Blind Box 3pcs for three randomly selected styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-detail xmas-pop\"\u003e\n\u003cdiv class=\"xmas-detail-icon\"\u003e🤲\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSoft \u0026amp; Squeezable\u003c\/h3\u003e\n\u003cp\u003eMade for playful, satisfying hands-on squishing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-detail xmas-pop\"\u003e\n\u003cdiv class=\"xmas-detail-icon\"\u003e🥟\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFestive Display Base\u003c\/h3\u003e\n\u003cp\u003ePair your character with the Christmas-themed steamer-style base shown.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-detail xmas-pop\"\u003e\n\u003cdiv class=\"xmas-detail-icon\"\u003e🎅\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSquish \u0026amp; Display\u003c\/h3\u003e\n\u003cp\u003eEnjoy it in your hands, then show it off as festive decor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-note\"\u003e🎲 \u003cstrong\u003e Random Style Note: \u003c\/strong\u003e The \u003cstrong\u003e Blind Box 3pcs \u003c\/strong\u003e option contains randomly selected styles. Specific characters are not guaranteed, and duplicates may be possible.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       FAQ\n  ================================================== --\u003e\n\u003csection class=\"xmas-faq\"\u003e\n\u003cdiv class=\"xmas-heading-center\"\u003e\n\u003cspan class=\"xmas-label\"\u003e ❄️ QUICK ANSWERS \u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp\u003eEverything you may want to know before choosing your Christmas squishy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdetails class=\"xmas-pop\"\u003e\n\u003csummary\u003e🎁 Can I choose the character?\u003c\/summary\u003e\n\u003cdiv class=\"xmas-answer\"\u003eYes. You can choose from \u003cstrong\u003e Santa Claus, Candy, Elk, Gingerbread, or Snowman \u003c\/strong\u003e when those individual styles are available in the product options.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"xmas-pop\"\u003e\n\u003csummary\u003e🎲 What is the 3pcs Random Style option?\u003c\/summary\u003e\n\u003cdiv class=\"xmas-answer\"\u003eSelect \u003cstrong\u003e Blind Box 3pcs (Random Style) \u003c\/strong\u003e to receive three randomly selected Christmas squishies. Specific characters are not guaranteed.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"xmas-pop\"\u003e\n\u003csummary\u003e🎄 How many designs are available?\u003c\/summary\u003e\n\u003cdiv class=\"xmas-answer\"\u003eThere are \u003cstrong\u003e five festive designs \u003c\/strong\u003e: Santa Claus, Candy, Elk, Gingerbread, and Snowman.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"xmas-pop\"\u003e\n\u003csummary\u003e🥟 What comes with the squishy?\u003c\/summary\u003e\n\u003cdiv class=\"xmas-answer\"\u003eThe squishy is shown with its \u003cstrong\u003e Christmas-themed steamer-style display base \u003c\/strong\u003e. Packaging follows the option purchased.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"xmas-pop\"\u003e\n\u003csummary\u003e🤲 Is it only for display?\u003c\/summary\u003e\n\u003cdiv class=\"xmas-answer\"\u003eNo. It is designed to be \u003cstrong\u003e squeezed, enjoyed, collected, and displayed \u003c\/strong\u003e. When you are finished squishing, simply place it back on its base as a cute Christmas decoration.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"xmas-pop\"\u003e\n\u003csummary\u003e✨ Does it light up?\u003c\/summary\u003e\n\u003cdiv class=\"xmas-answer\"\u003eThis product is presented as a \u003cstrong\u003e soft collectible squishy \u003c\/strong\u003e, not an electronic light-up toy. Its translucent, crystal-like appearance can beautifully reflect surrounding holiday lights.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"xmas-pop\"\u003e\n\u003csummary\u003e🧼 How should I care for it?\u003c\/summary\u003e\n\u003cdiv class=\"xmas-answer\"\u003eKeep the squishy away from sharp objects, rough surfaces, and excessive heat. Wipe the exterior gently when needed. \u003cstrong\u003e Do not microwave or heat it. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       FINAL CTA\n  ================================================== --\u003e\n\u003csection class=\"xmas-final xmas-pop\"\u003e\n\u003ch2\u003eA Small Gift. \u003cbr\u003e\u003cspan\u003e Big Christmas Cheer. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003ePick a favorite or keep it a surprise. With five festive friends, a satisfying squish, and plenty of holiday personality, it brings \u003cstrong\u003e gifting, collecting, play, and Christmas fun \u003c\/strong\u003e together in one adorable little package.\u003c\/p\u003e\n\u003cdiv class=\"xmas-final-icons\"\u003e🎁 ❄️ 🥟 🎄 ✨\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       FINAL LIFESTYLE IMAGE\n  ================================================== --\u003e\n\u003cdiv class=\"xmas-media xmas-pop\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/28_fc3e741a-da69-4311-9a2f-94cd26d59b1e.webp?v=1790218242\" alt=\"Christmas dumpling squishy holiday gift\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =================================================\n       TRUST\n  ================================================== --\u003e\n\u003csection class=\"xmas-trust\"\u003e\n\u003ch2\u003e🎁 Shop With Confidence\u003c\/h2\u003e\n\u003cdiv class=\"xmas-trust-grid\"\u003e\n\u003cdiv class=\"xmas-trust-card xmas-pop\"\u003e🌎 \u003cstrong\u003e Worldwide Shipping \u003c\/strong\u003e \u003cbr\u003eWorldwide shipping is available, with tracking provided where supported.\u003c\/div\u003e\n\u003cdiv class=\"xmas-trust-card xmas-pop\"\u003e💬 \u003cstrong\u003e Customer Support \u003c\/strong\u003e \u003cbr\u003eNeed help with your order? Our support team is here to assist you.\u003c\/div\u003e\n\u003cdiv class=\"xmas-trust-card xmas-pop\"\u003e🔒 \u003cstrong\u003e Secure Checkout \u003c\/strong\u003e \u003cbr\u003eYour checkout information is protected using secure SSL encryption.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-payment xmas-pop\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/7d88ce5842aaf7936c6b3770afc1f91fa3c5b5bc.gif\" alt=\"Secure payment options\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"xmas-guarantee xmas-pop\"\u003e\n\u003ch3\u003e❤️ Our Satisfaction Guarantee\u003c\/h3\u003e\n\u003cp\u003eWe want you to feel confident when ordering online. If you experience an issue with your order, contact our customer support team and we’ll work with you to find an appropriate solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-payment xmas-pop\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/2022\/10\/9f121e87014a37b4db32ca8013c5e7406cb967b84d927ab5fb36ee6725381b64.jpeg\" alt=\"Customer satisfaction guarantee\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"YM","offers":[{"title":"1Pcs Santa Claus","offer_id":52863886459176,"sku":"YYM2609247375-圣诞老人","price":19.99,"currency_code":"USD","in_stock":true},{"title":"1Pcs Candy","offer_id":52863886491944,"sku":"YYM2609247375-糖果人","price":19.99,"currency_code":"USD","in_stock":true},{"title":"1Pcs Elk","offer_id":52863886524712,"sku":"YYM2609247375-圣诞麋鹿","price":19.99,"currency_code":"USD","in_stock":true},{"title":"1Pcs Gingerbread","offer_id":52863886557480,"sku":"YYM2609247375-小雪人","price":19.99,"currency_code":"USD","in_stock":true},{"title":"1Pcs Snowman","offer_id":52863886590248,"sku":"YYM2609247375-姜饼人","price":19.99,"currency_code":"USD","in_stock":true},{"title":"1Pcs Blind Box (Random Style)","offer_id":52872552939816,"sku":"YYM2609247375-随机一个","price":19.99,"currency_code":"USD","in_stock":true},{"title":"3Pcs Blind Box (Random Style)","offer_id":52863886623016,"sku":"YYM2609247375-随机一个*3","price":32.99,"currency_code":"USD","in_stock":true},{"title":"6Pcs (ALL)","offer_id":52872182726952,"sku":"YYM2609247375-圣诞老人+YYM2609247375-姜饼人+YYM2609247375-小雪人+YYM2609247375-圣诞麋鹿+YYM2609247375-糖果人","price":44.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/11_ed32f068-fe34-4b11-8213-1f5e85aedea1.jpg?v=1790217341","url":"https:\/\/simplydwelly.com\/products\/christmas-mystery-dumpling-squishy-blind-box","provider":"Simplydwelly","version":"1.0","type":"link"}