{"product_id":"squishy-dumpling-pink-butter","title":"Pink \u0026 Yellow Butter Squishy – Super Soft Slow-Rising Food Toy","description":"\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\u003c\/style\u003e\n\u003carticle class=\"osp-squishy-product\"\u003e\n\u003csection class=\"osp-squishy-hero\"\u003e\u003cspan class=\"osp-squishy-eyebrow\"\u003e Super Soft • Slow Rising • Food-Inspired Fun \u003c\/span\u003e\n\u003ch2\u003ePink \u0026amp; Yellow Butter Squishy\u003c\/h2\u003e\n\u003cp\u003eIt looks like a little block of butter, but give it a squeeze and you get an ultra-soft, slow-rising squishy. Available in playful pink and classic yellow for a fun novelty twist on an everyday food favorite.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"osp-squishy-summary\"\u003e\n\u003carticle class=\"osp-squishy-summary-card\"\u003e\u003cstrong\u003eSuper Soft\u003c\/strong\u003e\n\u003cp\u003eMade with a soft, squeezable texture that feels light and satisfying in your hand.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-squishy-summary-card\"\u003e\u003cstrong\u003eSlow Rising\u003c\/strong\u003e\n\u003cp\u003eSqueeze the butter down and watch it gradually return to its original shape.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-squishy-summary-card\"\u003e\u003cstrong\u003ePink or Yellow\u003c\/strong\u003e\n\u003cp\u003eA playful food-inspired design available in bright pink and classic butter yellow.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-squishy-summary-card\"\u003e\u003cstrong\u003eNovelty Favorite\u003c\/strong\u003e\n\u003cp\u003eA fun conversation piece for gifts, collectibles, impulse displays and squishy fans.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003csection class=\"osp-squishy-section\"\u003e\n\u003ch2\u003eLooks Like Butter. Feels Like a Squishy.\u003c\/h2\u003e\n\u003cdiv class=\"osp-squishy-intro\"\u003e\n\u003cp\u003eThe Pink \u0026amp; Yellow Butter Squishy takes something completely ordinary and turns it into a fun, squeezable novelty toy.\u003c\/p\u003e\n\u003cp\u003eDesigned to resemble a small block of butter, each piece has a soft, slow-rising texture that makes it satisfying to squeeze, press and watch return to shape.\u003c\/p\u003e\n\u003cp\u003eChoose cheerful pink for an unexpected twist or classic yellow for the unmistakable butter look. Either way, this quirky food squishy is made to stand out in a collection, gift display or checkout area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osp-squishy-highlight\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe fun is in the contrast:\u003c\/strong\u003e It may look like a little block of butter, but the soft slow-rising feel makes it unmistakably a squishy toy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-squishy-section\"\u003e\n\u003ch2\u003eWhy You'll Want to Squeeze It Again\u003c\/h2\u003e\n\u003cdiv class=\"osp-squishy-feature-grid\"\u003e\n\u003carticle class=\"osp-squishy-feature-card\"\u003e\n\u003ch3\u003eUltra-Soft Feel\u003c\/h3\u003e\n\u003cp\u003eThe lightweight squishy material compresses easily for a soft and satisfying tactile experience.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-squishy-feature-card\"\u003e\n\u003ch3\u003eSlow-Rising Action\u003c\/h3\u003e\n\u003cp\u003ePress it down, let go and watch as the butter gradually expands back toward its original shape.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-squishy-feature-card\"\u003e\n\u003ch3\u003eUnexpected Food Design\u003c\/h3\u003e\n\u003cp\u003eButter is not exactly the first thing you expect to see as a toy, which is exactly what makes this squishy so much fun.\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\u003eSuper-soft squeezable squishy texture\u003c\/li\u003e\n\u003cli\u003eSlow-rising foam design\u003c\/li\u003e\n\u003cli\u003eFun butter-inspired shape\u003c\/li\u003e\n\u003cli\u003eAvailable in pink and yellow\u003c\/li\u003e\n\u003cli\u003eGreat collectible novelty toy\u003c\/li\u003e\n\u003cli\u003eFun desk or room accessory\u003c\/li\u003e\n\u003cli\u003eEasy gift and party favor idea\u003c\/li\u003e\n\u003cli\u003eStrong checkout and impulse-display item\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\u003eA Squishy That Gets Attention\u003c\/h2\u003e\n\u003cp\u003eFood-inspired squishies have a natural novelty appeal, and a soft block of butter is exactly the kind of unexpected product shoppers stop to pick up.\u003c\/p\u003e\n\u003cp\u003eThe simple recognizable shape, bright colors and satisfying texture make Butter Squishies a fun addition to toy stores, gift shops, boutiques, novelty sections and checkout displays.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003caside class=\"osp-squishy-retail-card\"\u003e\n\u003ch3\u003eGreat For\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\u003eNovelty stores\u003c\/li\u003e\n\u003cli\u003eCheckout counters\u003c\/li\u003e\n\u003cli\u003eParty favors\u003c\/li\u003e\n\u003cli\u003eCollectible displays\u003c\/li\u003e\n\u003cli\u003eSmall gifts\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\u003ePink or Classic Yellow\u003c\/h2\u003e\n\u003cp\u003eThe Butter Squishy is available in two playful color options. Yellow gives you the classic butter-inspired look, while pink turns the design into an even more unexpected novelty.\u003c\/p\u003e\n\u003cp\u003eSelect your preferred option from the available product variants before adding it to your cart.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-squishy-final\"\u003e\n\u003ch2\u003eButter Has Never Been This Satisfying\u003c\/h2\u003e\n\u003cp\u003eSuper soft, slow rising and just weird enough to be fun. Add a Pink or Yellow Butter Squishy to your collection, gift display or novelty lineup.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/article\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"MAKLY CO","offers":[{"title":"Yellow","offer_id":52229073142048,"sku":null,"price":9.95,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":52229073174816,"sku":null,"price":9.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0842\/8414\/5952\/files\/c194464da38c5f5f6d31584b05ca078759ebe078db22a5c88a994f5d9e7032b5.jpg?v=1787368505","url":"https:\/\/softplaystore.com\/products\/squishy-dumpling-pink-butter","provider":"Okie Soft Play Store","version":"1.0","type":"link"}