{"product_id":"halloween-squishies-stress-relief-toy-set","title":"🔥Last Day 50% OFF - 🎃 30PCS Halloween Mini Squishy Toys for Kids（With pumpkin bucket）","description":"\u003cstyle\u003e   .du-halloween,   .du-halloween * {     box-sizing: border-box;   }    .du-halloween {     --ink: #261a2e;     --muted: #6e6473;     --orange: #ef6a23;     --purple: #67406f;     --soft: #fbf8fc;     --warm: #fff7f1;     --line: #eadfe9;     width: 100%;     max-width: 760px;     margin: 0 auto;     padding: 10px 12px 34px;     color: var(--ink);     background: #ffffff;     font-family: 'Avenir Next', Avenir, 'Segoe UI', Arial, sans-serif;     font-size: 16px;     line-height: 1.68;   }    .du-halloween h2,   .du-halloween h3,   .du-halloween p,   .du-halloween ul,   .du-halloween dl {     margin-top: 0;   }    .du-halloween img {     display: block;     width: 100%;     max-width: 100%;     height: auto;     margin: 0 auto;   }    .du-halloween .du-gif {     width: auto;     max-width: 100%;     max-height: 560px;   }    .du-halloween .du-section {     padding: 24px 2px 4px;   }    .du-halloween .du-section + .du-section {     margin-top: 14px;   }    .du-halloween .du-hero {     padding: 8px 2px 12px;     text-align: center;   }    .du-halloween .du-eyebrow {     margin: 0 0 8px;     color: var(--orange);     font-size: 13px;     font-weight: 800;     letter-spacing: .08em;     text-transform: uppercase;   }    .du-halloween .du-title {     margin: 0 auto 10px;     max-width: 680px;     color: var(--ink);     font-size: 27px;     line-height: 1.2;     font-weight: 850;     letter-spacing: -.02em;   }    .du-halloween .du-section-title {     margin: 0 0 8px;     color: var(--ink);     font-size: 22px;     line-height: 1.25;     font-weight: 820;     letter-spacing: -.015em;   }    .du-halloween .du-copy {     margin-bottom: 15px;     color: var(--muted);     font-size: 16px;     line-height: 1.7;   }    .du-halloween .du-hero .du-copy {     max-width: 650px;     margin-left: auto;     margin-right: auto;   }    .du-halloween .du-media {     margin: 16px 0 0;   }    .du-halloween .du-media--gif {     margin-top: 15px;   }    .du-halloween .du-quickline {     margin: 14px auto 0;     color: var(--purple);     font-size: 14px;     font-weight: 750;     line-height: 1.55;   }    .du-halloween .du-benefits,   .du-halloween .du-use-list,   .du-halloween .du-checks {     margin: 14px 0 0;     padding: 0;     list-style: none;   }    .du-halloween .du-benefits li,   .du-halloween .du-use-list li,   .du-halloween .du-checks li {     position: relative;     margin: 0;     padding: 10px 0 10px 28px;     border-bottom: 1px solid var(--line);     color: var(--ink);   }    .du-halloween .du-benefits li:last-child,   .du-halloween .du-use-list li:last-child,   .du-halloween .du-checks li:last-child {     border-bottom: 0;   }    .du-halloween .du-benefits li::before,   .du-halloween .du-use-list li::before,   .du-halloween .du-checks li::before {     position: absolute;     left: 0;     top: 10px;     color: var(--orange);     font-weight: 900;     content: '✦';   }    .du-halloween .du-benefits strong,   .du-halloween .du-use-list strong,   .du-halloween .du-checks strong {     color: var(--ink);   }    .du-halloween .du-actions {     display: grid;     grid-template-columns: repeat(3, minmax(0, 1fr));     gap: 12px;     margin: 14px 0 0;   }    .du-halloween .du-action {     padding-top: 10px;     border-top: 2px solid var(--orange);     text-align: left;   }    .du-halloween .du-action strong {     display: block;     margin-bottom: 2px;     color: var(--purple);     font-size: 15px;   }    .du-halloween .du-action span {     color: var(--muted);     font-size: 14px;     line-height: 1.5;   }    .du-halloween .du-soft-block {     margin-top: 24px;     padding: 20px 18px;     background: var(--soft);   }    .du-halloween .du-warm-block {     margin-top: 24px;     padding: 20px 18px;     background: var(--warm);   }    .du-halloween .du-character-line {     margin: 12px 0 0;     color: var(--purple);     font-weight: 750;   }    .du-halloween .du-specs {     margin: 14px 0 0;   }    .du-halloween .du-spec-row {     display: grid;     grid-template-columns: 145px minmax(0, 1fr);     gap: 12px;     padding: 11px 0;     border-bottom: 1px solid var(--line);   }    .du-halloween .du-spec-row:last-child {     border-bottom: 0;   }    .du-halloween .du-spec-row dt {     color: var(--ink);     font-weight: 800;   }    .du-halloween .du-spec-row dd {     margin: 0;     color: var(--muted);   }    .du-halloween .du-note {     margin: 13px 0 0;     padding: 11px 12px;     border-left: 3px solid var(--orange);     background: #fff;     color: var(--muted);     font-size: 14px;   }    .du-halloween .du-faq {     margin-top: 10px;     border-top: 1px solid var(--line);   }    .du-halloween .du-faq details {     border-bottom: 1px solid var(--line);   }    .du-halloween .du-faq summary {     position: relative;     padding: 14px 34px 14px 0;     color: var(--ink);     font-weight: 760;     cursor: pointer;     list-style: none;   }    .du-halloween .du-faq summary::-webkit-details-marker {     display: none;   }    .du-halloween .du-faq summary::after {     position: absolute;     right: 2px;     top: 13px;     color: var(--orange);     font-size: 19px;     line-height: 1;     content: '+';   }    .du-halloween .du-faq details[open] summary::after {     content: '−';   }    .du-halloween .du-faq-answer {     padding: 0 0 14px;     color: var(--muted);   }    .du-halloween .du-final {     margin-top: 28px;     padding: 22px 18px;     background: var(--purple);     color: #ffffff;     text-align: center;   }    .du-halloween .du-final h2 {     margin: 0 0 8px;     color: #ffffff;     font-size: 24px;     line-height: 1.25;   }    .du-halloween .du-final p {     margin: 0;     color: rgba(255,255,255,.9);   }    .du-halloween .du-trust {     margin-top: 26px;     padding-top: 3px;   }    .du-halloween .du-trust-item {     padding: 12px 0;     border-bottom: 1px solid var(--line);   }    .du-halloween .du-trust-item:last-of-type {     border-bottom: 0;   }    .du-halloween .du-trust-item strong {     display: block;     margin-bottom: 2px;     color: var(--ink);   }    .du-halloween .du-trust-item p {     margin: 0;     color: var(--muted);     font-size: 14px;     line-height: 1.6;   }    .du-halloween .du-trust-image {     margin-top: 15px;   }    @media (max-width: 560px) {     .du-halloween {       padding: 8px 10px 28px;       font-size: 16px;     }      .du-halloween .du-title {       font-size: 24px;     }      .du-halloween .du-section-title {       font-size: 21px;     }      .du-halloween .du-section {       padding-top: 20px;     }      .du-halloween .du-actions {       grid-template-columns: 1fr;       gap: 6px;     }      .du-halloween .du-action {       padding: 9px 0 2px;     }      .du-halloween .du-spec-row {       grid-template-columns: 1fr;       gap: 3px;     }      .du-halloween .du-soft-block,     .du-halloween .du-warm-block,     .du-halloween .du-final {       padding: 18px 14px;     }   } \u003c\/style\u003e\n\u003cdiv class=\"du-halloween\"\u003e\n\u003csection class=\"du-hero\"\u003e\n\u003cp class=\"du-eyebrow\"\u003e🎃 30PCS Halloween Mini Squishies\u003c\/p\u003e\n\u003ch2 class=\"du-title\"\u003eTiny Halloween Surprises Kids Will Want to Pick First\u003c\/h2\u003e\n\u003cp class=\"du-copy\"\u003eTurn goodie bags, classroom prize boxes and Halloween parties into a mini character hunt with 30 soft, colorful squishies made for squeezing, sharing and collecting.\u003c\/p\u003e\n\u003cdiv class=\"du-media du-media--gif\"\u003e\u003cimg class=\"du-gif\" src=\"https:\/\/cdn.cloudfastin.top\/image\/295aa72d70de43ffb9d2a0893f4ac497784bf739.gif\" alt=\"Halloween mini squishy toy set in use\"\u003e\u003c\/div\u003e\n\u003cp class=\"du-quickline\"\u003e30PCS SET  •  CUTE SPOOKY CHARACTERS  •  SOFT \u0026amp; SQUISHY  •  PARTY READY\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"du-section\"\u003e\n\u003ch2 class=\"du-section-title\"\u003eOne Bag. 30 Little Halloween Surprises. 👻\u003c\/h2\u003e\n\u003cp class=\"du-copy\"\u003eGive kids something more exciting to discover than another handful of candy. These mini Halloween characters are easy to split between treat bags, prizes and party activities.\u003c\/p\u003e\n\u003cul class=\"du-benefits\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy goodie bag filler:\u003c\/strong\u003e Add a few colorful characters to each bag for an instant surprise.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eA gift they can keep:\u003c\/strong\u003e A playful alternative to giving only disposable Halloween treats.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMade for sharing:\u003c\/strong\u003e Plenty of pieces for classrooms, parties, rewards and group activities.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"du-media\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastin.top\/image\/92412a44288edca66849b12344bfa6a54a88fac6.jpeg\" alt=\"30 piece Halloween mini squishy assortment\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"du-section\"\u003e\n\u003ch2 class=\"du-section-title\"\u003eMore Fun Than Another Handful of Candy\u003c\/h2\u003e\n\u003cp class=\"du-copy\"\u003eThey can squeeze them, collect favorites, swap characters with friends and keep the Halloween fun going after the party is over.\u003c\/p\u003e\n\u003cdiv class=\"du-media\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastin.top\/image\/b041028ae14a7ef4b31481c93d239d27dc94e402.png\" alt=\"Halloween squishy toys for goodie bags and party favors\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"du-section\"\u003e\n\u003ch2 class=\"du-section-title\"\u003eStretch. Squeeze. Twist. Repeat.\u003c\/h2\u003e\n\u003cp class=\"du-copy\"\u003eSoft, tactile play makes every tiny character satisfying to hold and fun to explore by hand.\u003c\/p\u003e\n\u003cdiv class=\"du-actions\"\u003e\n\u003cdiv class=\"du-action\"\u003e\n\u003cstrong\u003eStretch\u003c\/strong\u003e\u003cspan\u003eGently pull and explore the soft texture.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"du-action\"\u003e\n\u003cstrong\u003eSqueeze\u003c\/strong\u003e\u003cspan\u003ePress it between fingers or in the palm.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"du-action\"\u003e\n\u003cstrong\u003eTwist\u003c\/strong\u003e\u003cspan\u003eSimple hands-on fun with every character.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"du-media\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastin.top\/image\/c142a9ec7f93bf461b7592083f6cb9569261992f.png\" alt=\"Stretch squeeze and twist Halloween mini squishies\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"du-section\"\u003e\n\u003ch2 class=\"du-section-title\"\u003eA Whole Cast of Spooky Favorites\u003c\/h2\u003e\n\u003cp class=\"du-copy\"\u003eEvery handful feels like a new Halloween surprise, with colorful seasonal characters that make choosing a favorite half the fun.\u003c\/p\u003e\n\u003cdiv class=\"du-media\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastin.top\/image\/be33b416e123ac816c363ca58057913a3e9a5931.png\" alt=\"Assorted Halloween character squishy toys\"\u003e\u003c\/div\u003e\n\u003cp class=\"du-character-line\"\u003ePumpkins • Ghosts • Bats • Witches • Cats • Mummies • Monsters \u0026amp; more\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"du-section du-warm-block\"\u003e\n\u003cp class=\"du-eyebrow\"\u003eMade for Halloween Fun\u003c\/p\u003e\n\u003ch2 class=\"du-section-title\"\u003eOne Set. So Many Ways to Hand Them Out.\u003c\/h2\u003e\n\u003cul class=\"du-use-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e🏫 Classrooms:\u003c\/strong\u003e Stock prize boxes, treasure chests and seasonal activity rewards.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e🎉 Parties:\u003c\/strong\u003e Use them as game prizes, table favors or take-home surprises.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e🛍️ Goodie Bags:\u003c\/strong\u003e Drop a few into each bag for an easy Halloween upgrade.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"du-section\"\u003e\n\u003ch2 class=\"du-section-title\"\u003eA Prize Box Pick They’ll Actually Get Excited About\u003c\/h2\u003e\n\u003cp class=\"du-copy\"\u003eSmall, colorful and easy to hand out one at a time, these mini toys make Halloween classroom rewards feel more special without overcomplicating the setup.\u003c\/p\u003e\n\u003cdiv class=\"du-media\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastin.top\/image\/83a4df00d9ce12de19646bf18b58b017d925af54.png\" alt=\"Halloween mini squishies for classroom prize boxes\"\u003e\u003c\/div\u003e\n\u003cul class=\"du-checks\"\u003e\n\u003cli\u003eEasy to distribute during Halloween activities\u003c\/li\u003e\n\u003cli\u003eConvenient mini size for individual rewards\u003c\/li\u003e\n\u003cli\u003eColorful characters make choosing a prize more exciting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"du-section\"\u003e\n\u003ch2 class=\"du-section-title\"\u003eLet Them Pick, Trade \u0026amp; Share Their Favorites\u003c\/h2\u003e\n\u003cp class=\"du-copy\"\u003eSpread the set across the party table and let everyone choose a character. With 30 pieces in the assortment, it is easy to divide them between multiple bags, games and activities.\u003c\/p\u003e\n\u003cdiv class=\"du-media\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastin.top\/image\/b813d74f58e63eee3e0489630a1b2ee0ad6a4988.png\" alt=\"Kids choosing and sharing Halloween squishy characters\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"du-section du-soft-block\"\u003e\n\u003cp class=\"du-eyebrow\"\u003eProduct Details\u003c\/p\u003e\n\u003ch2 class=\"du-section-title\"\u003eEverything You Need for a Spooktacular Celebration\u003c\/h2\u003e\n\u003cp class=\"du-copy\"\u003eA colorful bulk collection designed for Halloween parties, classrooms, rewards and gift bags.\u003c\/p\u003e\n\u003cdiv class=\"du-spec-row\"\u003eProduct TypeHalloween mini squishy toys\u003c\/div\u003e\n\u003cdiv class=\"du-spec-row\"\u003eQuantity30 pieces\u003c\/div\u003e\n\u003cdiv class=\"du-spec-row\"\u003eApprox. SizeAbout 2 × 1.25 in \/ 5 × 3 cm per piece\u003c\/div\u003e\n\u003cdiv class=\"du-spec-row\"\u003eCharacter ThemeAssorted Halloween designs\u003c\/div\u003e\n\u003cdiv class=\"du-spec-row\"\u003eWays to PlayStretch, squeeze, twist, collect and share\u003c\/div\u003e\n\u003cdiv class=\"du-spec-row\"\u003eIdeal ForClassrooms, parties, goodie bags, rewards and prizes\u003c\/div\u003e\n\u003cdiv class=\"du-spec-row\"\u003ePackage Includes30PCS assorted Halloween squishy toy set（With pumpkin bucket）\u003c\/div\u003e\n\u003cp class=\"du-note\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Character styles, colors and quantities may vary within the assorted set.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"du-section\"\u003e\n\u003ch2 class=\"du-section-title\"\u003eQuestions? We’ve Got You Covered.\u003c\/h2\u003e\n\u003cdiv class=\"du-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many squishy toys are included?\u003c\/summary\u003e\n\u003cdiv class=\"du-faq-answer\"\u003eThe set includes 30 assorted Halloween-themed mini squishy toys.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre all 30 pieces different?\u003c\/summary\u003e\n\u003cdiv class=\"du-faq-answer\"\u003eThis is an assorted bulk set featuring multiple Halloween characters. Some designs may appear more than once.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I use them for?\u003c\/summary\u003e\n\u003cdiv class=\"du-faq-answer\"\u003eThey are ideal for Halloween goodie bags, classroom prize boxes, party favors, treasure chests, activity rewards and game prizes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow large is each toy?\u003c\/summary\u003e\n\u003cdiv class=\"du-faq-answer\"\u003eIndividual sizes vary by character. A typical piece measures approximately 2 × 1.25 inches \/ 5 × 3 centimeters.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan children stretch and squeeze them?\u003c\/summary\u003e\n\u003cdiv class=\"du-faq-answer\"\u003eYes. The soft toys are designed for gentle squeezing, stretching and twisting. Avoid excessive pulling or contact with sharp objects.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo the exact designs match the photos?\u003c\/summary\u003e\n\u003cdiv class=\"du-faq-answer\"\u003eThe assortment contains Halloween-themed characters, but exact styles, colors and quantities may vary between sets.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"du-final\"\u003e\n\u003ch2\u003eGet Ready for Halloween 🎃\u003c\/h2\u003e\n\u003cp\u003eStock the classroom, party table and goodie bags with 30 little surprises made to squeeze, share and collect.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"du-trust\"\u003e\n\u003cp class=\"du-eyebrow\"\u003eOur Guarantee\u003c\/p\u003e\n\u003ch2 class=\"du-section-title\"\u003eShop with Confidence\u003c\/h2\u003e\n\u003cdiv class=\"du-trust-item\"\u003e\n\u003cstrong\u003e📦 Insured Worldwide Shipping\u003c\/strong\u003e\n\u003cp\u003eEach order includes real-time tracking details and insurance coverage in the unlikely event that a package gets lost or stolen in transit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"du-trust-item\"\u003e\n\u003cstrong\u003e💰 Money-Back Guarantee\u003c\/strong\u003e\n\u003cp\u003eIf your items arrive damaged within 90 days of normal usage, we will gladly issue a replacement or refund.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"du-trust-item\"\u003e\n\u003cstrong\u003e✉️ 24\/7 Customer Support\u003c\/strong\u003e\n\u003cp\u003eOur support team is available to help with questions, with responses within a 24-hour time frame, 7 days a week.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"du-trust-item\"\u003e\n\u003cstrong\u003e🔒 Safe \u0026amp; Secure Checkout\u003c\/strong\u003e\n\u003cp\u003eWe use SSL secure encryption to help protect your personal and financial information during checkout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"du-trust-item\"\u003e\n\u003cstrong\u003e🔒 100% Risk-Free Purchase\u003c\/strong\u003e\n\u003cp\u003eIf you bought it and feel it is not for you, use the Contact Us button and send us a message. We will make it right by offering a replacement or refund.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"du-trust-image\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastin.top\/image\/79620d88cc437605c236450bfbb2b575a621572c.jpg\" alt=\"Secure payment and shopping guarantee\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Default Title","offer_id":47405244743849,"sku":"WP2608314113-30PCS随机万圣节解压团子（带南瓜桶）","price":28.98,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/1861\/9817\/files\/92412a44288edca66849b12344bfa6a54a88fac6_d428c6ef-bf6f-4fd9-9d9d-09d1f5df18cd.jpg?v=1788170339","url":"https:\/\/loribeaut.com\/products\/halloween-squishies-stress-relief-toy-set","provider":"loribeaut","version":"1.0","type":"link"}