{"product_id":"squishy-dumpling-small-glitter-unicorn-metallic-colors-slow","title":"Squishy dumpling small glitter unicorn metallic colors slow (Single)","description":"\u003cp\u003e```html\u003c\/p\u003e\n\u003cstyle\u003e\n  .osp-squishy-product {\n    --orange: #f16522;\n    --orange-dark: #c94d10;\n    --navy: #17324a;\n    --blue: #25677f;\n    --text: #374151;\n    --muted: #64748b;\n    --cream: #fff8f3;\n    --light: #f8fafc;\n    --border: #e2e8f0;\n    --white: #ffffff;\n    --green: #18794e;\n\n    max-width: 120rem;\n    margin: 0 auto;\n    padding: 2.4rem 2.4rem 6rem;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 16px;\n    line-height: 1.72;\n  }\n\n  .osp-squishy-product * {\n    box-sizing: border-box;\n  }\n\n  .osp-squishy-product h2,\n  .osp-squishy-product h3 {\n    margin-top: 0;\n    color: var(--navy);\n    line-height: 1.2;\n  }\n\n  .osp-squishy-product h2 {\n    margin-bottom: 1.8rem;\n    font-size: clamp(2.8rem, 4vw, 4.4rem);\n    letter-spacing: -0.025em;\n  }\n\n  .osp-squishy-product h3 {\n    margin-bottom: 1rem;\n    font-size: 2rem;\n  }\n\n  .osp-squishy-product p {\n    margin: 0 0 1.8rem;\n  }\n\n  .osp-squishy-hero {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(4.2rem, 7vw, 7rem);\n    border-radius: 2.8rem;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(255, 255, 255, 0.2),\n        transparent 34%\n      ),\n      linear-gradient(\n        135deg,\n        #17324a 0%,\n        #24506f 58%,\n        #2d748a 100%\n      );\n    color: var(--white);\n    box-shadow: 0 2.2rem 5.2rem rgba(15, 23, 42, 0.14);\n  }\n\n  .osp-squishy-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -8rem;\n    bottom: -12rem;\n    width: 34rem;\n    height: 34rem;\n    border: 4.4rem solid rgba(255, 255, 255, 0.09);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .osp-squishy-eyebrow {\n    position: relative;\n    z-index: 2;\n    display: inline-block;\n    margin-bottom: 1.4rem;\n    padding: 0.8rem 1.5rem;\n    border: 1px solid rgba(255, 255, 255, 0.68);\n    border-radius: 999px;\n    background: rgba(0, 0, 0, 0.12);\n    color: #ffffff !important;\n    font-size: 1.2rem;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .osp-squishy-hero h2,\n  .osp-squishy-hero p {\n    position: relative;\n    z-index: 2;\n    max-width: 92rem;\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n  }\n\n  .osp-squishy-hero h2 {\n    margin: 0 0 1.8rem;\n    font-size: clamp(3.5rem, 5vw, 6rem);\n    font-weight: 900;\n    line-height: 1.08;\n    letter-spacing: -0.04em;\n  }\n\n  .osp-squishy-hero p {\n    margin-bottom: 0;\n    font-size: clamp(1.7rem, 2vw, 2.1rem);\n    font-weight: 600;\n    line-height: 1.55;\n  }\n\n  .osp-squishy-summary {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 1.8rem;\n    margin-top: 2.8rem;\n  }\n\n  .osp-squishy-summary-card {\n    padding: 2.5rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--white);\n    box-shadow: 0 1rem 2.6rem rgba(15, 23, 42, 0.05);\n  }\n\n  .osp-squishy-summary-card strong {\n    display: block;\n    margin-bottom: 0.7rem;\n    color: var(--orange-dark);\n    font-size: 1.9rem;\n  }\n\n  .osp-squishy-summary-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  .osp-squishy-section {\n    margin-top: 5.8rem;\n  }\n\n  .osp-squishy-intro {\n    max-width: 96rem;\n    font-size: 1.7rem;\n  }\n\n  .osp-squishy-highlight {\n    margin-top: 2.8rem;\n    padding: 2.7rem 2.9rem;\n    border-left: 0.6rem solid var(--orange);\n    border-radius: 1.8rem;\n    background: var(--cream);\n  }\n\n  .osp-squishy-highlight p:last-child {\n    margin-bottom: 0;\n  }\n\n  .osp-squishy-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 1.8rem;\n    margin-top: 2.6rem;\n  }\n\n  .osp-squishy-feature-card {\n    padding: 2.6rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--light);\n  }\n\n  .osp-squishy-feature-card h3 {\n    color: var(--orange-dark);\n  }\n\n  .osp-squishy-feature-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  .osp-squishy-checklist {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 1.2rem;\n    margin: 2.4rem 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .osp-squishy-checklist li {\n    position: relative;\n    margin: 0;\n    padding: 1.5rem 1.6rem 1.5rem 4.2rem;\n    border: 1px solid var(--border);\n    border-radius: 1.4rem;\n    background: var(--white);\n  }\n\n  .osp-squishy-checklist li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 1.6rem;\n    color: var(--green);\n    font-weight: 900;\n  }\n\n  .osp-squishy-retail-box {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 2.8rem;\n    align-items: start;\n    padding: clamp(3rem, 5vw, 4.6rem);\n    border: 1px solid #fed7bd;\n    border-radius: 2.5rem;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(241, 101, 34, 0.12),\n        transparent 35%\n      ),\n      var(--cream);\n  }\n\n  .osp-squishy-retail-card {\n    padding: 2.7rem;\n    border-radius: 2rem;\n    background: var(--white);\n    box-shadow: 0 1rem 2.6rem rgba(15, 23, 42, 0.07);\n  }\n\n  .osp-squishy-retail-card h3 {\n    color: var(--orange-dark);\n  }\n\n  .osp-squishy-retail-card ul {\n    margin-bottom: 0;\n    padding-left: 2.2rem;\n  }\n\n  .osp-squishy-final {\n    margin-top: 5.8rem;\n    padding: clamp(3.6rem, 6vw, 5.5rem);\n    border-radius: 2.8rem;\n    background: linear-gradient(135deg, #d9470d 0%, #f16522 100%);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .osp-squishy-final h2,\n  .osp-squishy-final p {\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n  }\n\n  .osp-squishy-final p {\n    max-width: 78rem;\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  @media screen and (max-width: 980px) {\n    .osp-squishy-summary {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .osp-squishy-retail-box {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 760px) {\n    .osp-squishy-feature-grid,\n    .osp-squishy-checklist {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 700px) {\n    .osp-squishy-product {\n      padding-right: 1.4rem;\n      padding-left: 1.4rem;\n    }\n\n    .osp-squishy-hero {\n      padding: 3.6rem 2.4rem 4.8rem;\n      border-radius: 2.2rem;\n    }\n\n    .osp-squishy-summary {\n      grid-template-columns: 1fr;\n    }\n\n    .osp-squishy-section {\n      margin-top: 4.6rem;\n    }\n  }\n\u003c\/style\u003e\n\u003carticle class=\"osp-squishy-product\"\u003e\n\u003csection class=\"osp-squishy-hero\"\u003e\u003cspan class=\"osp-squishy-eyebrow\"\u003e Mystery Color • Slow Rising • Steamer Basket Included - Single BUN\u003c\/span\u003e\n\u003ch2\u003eMystery Dumpling Squishy Toy\u003c\/h2\u003e\n\u003cp\u003eA soft, slow-rising dumpling squishy with a cute kawaii food-inspired design and its own miniature steamer-style basket. Squeeze it, collect it, gift it or add it to your favorite sensory and novelty toy collection.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"osp-squishy-summary\"\u003e\n\u003carticle class=\"osp-squishy-summary-card\"\u003e\u003cstrong\u003eMystery Color\u003c\/strong\u003e\n\u003cp\u003eSingle-piece orders ship in a randomly selected available color for an extra surprise when your package arrives.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-squishy-summary-card\"\u003e\u003cstrong\u003eSlow-Rising Squishy\u003c\/strong\u003e\n\u003cp\u003eSoft foam gradually returns to its original shape after being squeezed.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-squishy-summary-card\"\u003e\u003cstrong\u003eSteamer Basket Included\u003c\/strong\u003e\n\u003cp\u003eEvery dumpling comes with its own miniature steamer-style basket for a fun food-toy presentation.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-squishy-summary-card\"\u003e\u003cstrong\u003eCollectible Design\u003c\/strong\u003e\n\u003cp\u003eCute colors and playful expressions make these little dumplings fun to collect, display and gift.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003csection class=\"osp-squishy-section\"\u003e\n\u003ch2\u003eA Cute Dumpling You Can Actually Squish\u003c\/h2\u003e\n\u003cdiv class=\"osp-squishy-intro\"\u003e\n\u003cp\u003eThe Mystery Dumpling Squishy combines a playful steamed-dumpling design with the satisfying feel of a slow-rising squishy toy. Give it a squeeze and watch as the soft foam gradually expands back into shape.\u003c\/p\u003e\n\u003cp\u003eEach dumpling features an expressive kawaii-style face and comes inside its own miniature steamer basket. The result is a fun food-inspired toy that looks just as cute sitting on a shelf or desk as it does being squeezed.\u003c\/p\u003e\n\u003cp\u003eAssorted colors add a mystery element to every order, making these dumpling squishies especially fun for collectors, gifts, party favors and novelty toy fans.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osp-squishy-highlight\"\u003e\n\u003cp\u003e\u003cstrong\u003eOrdering a single dumpling?\u003c\/strong\u003e Individual orders receive one randomly selected available color. Specific colors are not guaranteed unless a color-selection option is shown on the product page.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-squishy-section\"\u003e\n\u003ch2\u003eWhat Makes the Mystery Dumpling Squishy Fun?\u003c\/h2\u003e\n\u003cdiv class=\"osp-squishy-feature-grid\"\u003e\n\u003carticle class=\"osp-squishy-feature-card\"\u003e\n\u003ch3\u003eSlow-Rising Texture\u003c\/h3\u003e\n\u003cp\u003eSqueeze the soft foam and watch the dumpling gradually return to its original shape for a satisfying tactile experience.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-squishy-feature-card\"\u003e\n\u003ch3\u003eMystery Color Surprise\u003c\/h3\u003e\n\u003cp\u003eAssorted colors make opening each dumpling more fun and add a collectible surprise to single-piece orders.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-squishy-feature-card\"\u003e\n\u003ch3\u003eCute Steamer Presentation\u003c\/h3\u003e\n\u003cp\u003eThe included miniature steamer basket completes the dumpling theme and makes the toy especially fun to display or give as a gift.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-squishy-section\"\u003e\n\u003ch2\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"osp-squishy-checklist\"\u003e\n\u003cli\u003eSoft slow-rising squishy foam\u003c\/li\u003e\n\u003cli\u003eCute kawaii dumpling design\u003c\/li\u003e\n\u003cli\u003eRandom mystery color on single orders\u003c\/li\u003e\n\u003cli\u003eMiniature steamer basket included\u003c\/li\u003e\n\u003cli\u003eFun collectible food-inspired toy\u003c\/li\u003e\n\u003cli\u003eGreat for gifts and party favors\u003c\/li\u003e\n\u003cli\u003eEasy impulse and novelty item\u003c\/li\u003e\n\u003cli\u003eAvailable for individual and case purchases\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-squishy-section\"\u003e\n\u003cdiv class=\"osp-squishy-retail-box\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eGreat for Retailers and Gift Displays\u003c\/h2\u003e\n\u003cp\u003eMystery Dumpling Squishies are designed to stand out as a colorful, affordable novelty item. Their compact size, mystery-color concept and cute food-inspired presentation make them a natural fit for checkout counters and impulse displays.\u003c\/p\u003e\n\u003cp\u003eThey also work well for party favors, prize bins, small gifts and collectible toy sections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003caside class=\"osp-squishy-retail-card\"\u003e\n\u003ch3\u003ePopular Placement Ideas\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eToy stores\u003c\/li\u003e\n\u003cli\u003eGift shops\u003c\/li\u003e\n\u003cli\u003eBoutiques\u003c\/li\u003e\n\u003cli\u003eSouvenir shops\u003c\/li\u003e\n\u003cli\u003eCheckout counters\u003c\/li\u003e\n\u003cli\u003eNovelty displays\u003c\/li\u003e\n\u003cli\u003eParty favor sections\u003c\/li\u003e\n\u003cli\u003eCollectible toy displays\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-squishy-section\"\u003e\n\u003ch2\u003eWholesale and Case Orders\u003c\/h2\u003e\n\u003cp\u003eRetailers can purchase Mystery Dumpling Squishies by the case for merchandising in gift, toy and novelty displays. Case assortments include multiple mystery colors and are ideal for stores looking for a small, visually engaging impulse-purchase item.\u003c\/p\u003e\n\u003cp\u003eCase quantities and color assortments may vary by listing, so review the current product options before ordering.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-squishy-section\"\u003e\n\u003ch2\u003eSize and Color Notice\u003c\/h2\u003e\n\u003cdiv class=\"osp-squishy-highlight\"\u003e\n\u003cp\u003e\u003cstrong\u003eMystery colors:\u003c\/strong\u003e Colors are assorted. Single-item orders receive a randomly selected available color.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProduct size:\u003c\/strong\u003e Please review the current product images and specifications for exact dimensions. Images may be enlarged to show product detail and should not be used alone to estimate size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-squishy-final\"\u003e\n\u003ch2\u003eSqueeze, Collect and Discover Your Mystery Dumpling\u003c\/h2\u003e\n\u003cp\u003eSoft, slow rising and packed with personality, the Mystery Dumpling Squishy is a fun little collectible for gifts, party favors, novelty displays and anyone who loves cute food-inspired squishy toys.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/article\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"MAKLY CO","offers":[{"title":"Default Title","offer_id":52229002756384,"sku":null,"price":9.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0842\/8414\/5952\/files\/1517afeeb06100c8d58c0090c718affb26d1936283b897e8225096fa173a6fed.jpg?v=1787365443","url":"https:\/\/softplaystore.com\/products\/squishy-dumpling-small-glitter-unicorn-metallic-colors-slow","provider":"Okie Soft Play Store","version":"1.0","type":"link"}