{"product_id":"giant-yellow-duck-squishy-flour-filled-tpr-fidget-stress-relief-toy","title":"Giant Yellow Duck Squishy – Flour-Filled TPR Fidget \u0026 Stress Relief Toy","description":"\u003cstyle\u003e\n  .osp-duck-page {\n    --orange: #f16522;\n    --orange-dark: #c94d10;\n    --navy: #17324a;\n    --blue: #0b6fa4;\n    --yellow: #f4c542;\n    --yellow-light: #fff9dc;\n    --text: #374151;\n    --muted: #667085;\n    --cream: #fff8f3;\n    --light: #f8fafc;\n    --border: #e2e8f0;\n    --white: #ffffff;\n\n    max-width: 120rem;\n    margin: 0 auto;\n    padding: 2.4rem 2.4rem 7.2rem;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 1.8rem;\n    line-height: 1.75;\n  }\n\n  .osp-duck-page * {\n    box-sizing: border-box;\n  }\n\n  .osp-duck-page h2,\n  .osp-duck-page h3 {\n    margin-top: 0;\n    color: var(--navy);\n    line-height: 1.2;\n  }\n\n  .osp-duck-page h2 {\n    margin-bottom: 1.8rem;\n    font-size: clamp(2.8rem, 4vw, 4.4rem);\n    letter-spacing: -0.025em;\n  }\n\n  .osp-duck-page h3 {\n    margin-bottom: 1rem;\n    font-size: clamp(2rem, 2vw, 2.5rem);\n  }\n\n  .osp-duck-page p {\n    margin: 0 0 1.8rem;\n  }\n\n  .osp-duck-page ul {\n    margin: 0 0 2rem;\n    padding-left: 2.4rem;\n  }\n\n  .osp-duck-page li {\n    margin-bottom: 1rem;\n  }\n\n  .osp-duck-page a {\n    color: var(--blue);\n    font-weight: 700;\n    text-decoration-thickness: 2px;\n    text-underline-offset: 3px;\n  }\n\n  .osp-duck-page a:hover {\n    color: var(--orange-dark);\n  }\n\n  .osp-duck-hero {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(4.4rem, 7vw, 8rem);\n    border-radius: 2.8rem;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(255, 255, 255, 0.24),\n        transparent 34%\n      ),\n      linear-gradient(\n        135deg,\n        #17324a 0%,\n        #24516f 55%,\n        #4d7d92 100%\n      );\n    color: var(--white);\n    box-shadow: 0 2.2rem 5.5rem rgba(15, 23, 42, 0.15);\n  }\n\n  .osp-duck-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -8rem;\n    bottom: -12rem;\n    width: 35rem;\n    height: 35rem;\n    border: 4.8rem solid rgba(255, 255, 255, 0.09);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .osp-duck-eyebrow {\n    position: relative;\n    z-index: 2;\n    display: inline-block;\n    margin-bottom: 1.5rem;\n    padding: 0.8rem 1.6rem;\n    border: 1px solid rgba(255, 255, 255, 0.7);\n    border-radius: 999px;\n    background: rgba(0, 0, 0, 0.14);\n    color: #ffffff !important;\n    font-size: 1.3rem;\n    font-weight: 800;\n    line-height: 1.2;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .osp-duck-hero h2,\n  .osp-duck-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-duck-hero h2 {\n    margin: 0 0 2rem;\n    font-size: clamp(3.8rem, 5vw, 6.4rem);\n    font-weight: 900;\n    line-height: 1.06;\n    letter-spacing: -0.04em;\n    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);\n  }\n\n  .osp-duck-hero p {\n    margin-bottom: 0;\n    font-size: clamp(1.8rem, 2.2vw, 2.25rem);\n    font-weight: 600;\n    line-height: 1.58;\n  }\n\n  .osp-duck-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-duck-summary-card {\n    padding: 2.6rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--white);\n    box-shadow: 0 1rem 2.8rem rgba(15, 23, 42, 0.06);\n  }\n\n  .osp-duck-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-duck-summary-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 1.65rem;\n    line-height: 1.65;\n  }\n\n  .osp-duck-section {\n    margin-top: 6.4rem;\n  }\n\n  .osp-duck-intro {\n    max-width: 96rem;\n    color: var(--muted);\n    font-size: 1.8rem;\n  }\n\n  .osp-duck-highlight {\n    margin-top: 2.8rem;\n    padding: 2.8rem 3rem;\n    border-left: 0.6rem solid var(--orange);\n    border-radius: 1.8rem;\n    background: var(--cream);\n  }\n\n  .osp-duck-highlight p:last-child {\n    margin-bottom: 0;\n  }\n\n  .osp-duck-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 1.8rem;\n    margin-top: 2.6rem;\n  }\n\n  .osp-duck-feature-card {\n    padding: 2.5rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--light);\n  }\n\n  .osp-duck-feature-card h3 {\n    color: var(--orange-dark);\n  }\n\n  .osp-duck-feature-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 1.65rem;\n    line-height: 1.65;\n  }\n\n  .osp-duck-use-list {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 1.2rem;\n    margin-top: 2.6rem;\n    padding: 0;\n    list-style: none;\n  }\n\n  .osp-duck-use-list 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-duck-use-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 1.6rem;\n    color: var(--orange-dark);\n    font-weight: 900;\n  }\n\n  .osp-duck-spec-wrap {\n    overflow-x: auto;\n    margin-top: 2.6rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--white);\n    box-shadow: 0 0.9rem 2.6rem rgba(15, 23, 42, 0.05);\n  }\n\n  .osp-duck-spec-table {\n    width: 100%;\n    min-width: 68rem;\n    border-collapse: collapse;\n  }\n\n  .osp-duck-spec-table th,\n  .osp-duck-spec-table td {\n    padding: 1.7rem 1.8rem;\n    border-bottom: 1px solid var(--border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .osp-duck-spec-table th {\n    width: 34%;\n    background: var(--navy);\n    color: #ffffff;\n    font-size: 1.6rem;\n  }\n\n  .osp-duck-spec-table tr:last-child th,\n  .osp-duck-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .osp-duck-spec-table tr:nth-child(even) td {\n    background: var(--light);\n  }\n\n  .osp-duck-care-box {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 3rem;\n    align-items: start;\n    padding: clamp(3rem, 5vw, 4.8rem);\n    border: 1px solid #fed7bd;\n    border-radius: 2.6rem;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(244, 197, 66, 0.22),\n        transparent 35%\n      ),\n      var(--cream);\n  }\n\n  .osp-duck-care-card {\n    padding: 2.8rem;\n    border-radius: 2.1rem;\n    background: var(--white);\n    box-shadow: 0 1.2rem 3rem rgba(15, 23, 42, 0.08);\n  }\n\n  .osp-duck-care-card h3 {\n    color: var(--orange-dark);\n  }\n\n  .osp-duck-care-card p:last-child,\n  .osp-duck-care-card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .osp-duck-faq {\n    margin-top: 2.6rem;\n  }\n\n  .osp-duck-faq details {\n    margin-bottom: 1.4rem;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 1.6rem;\n    background: var(--white);\n    box-shadow: 0 0.5rem 1.8rem rgba(15, 23, 42, 0.04);\n  }\n\n  .osp-duck-faq summary {\n    position: relative;\n    padding: 2.1rem 5.4rem 2.1rem 2.2rem;\n    color: var(--navy);\n    font-size: 1.8rem;\n    font-weight: 800;\n    line-height: 1.4;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .osp-duck-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .osp-duck-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 2.2rem;\n    transform: translateY(-50%);\n    color: var(--orange);\n    font-size: 2.4rem;\n    font-weight: 900;\n  }\n\n  .osp-duck-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .osp-duck-faq-answer {\n    padding: 0 2.2rem 2.2rem;\n  }\n\n  .osp-duck-faq-answer p:last-child {\n    margin-bottom: 0;\n  }\n\n  .osp-duck-related-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 1.8rem;\n    margin-top: 2.6rem;\n  }\n\n  .osp-duck-related-card {\n    display: block;\n    padding: 2.5rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--light);\n    color: var(--navy) !important;\n    text-decoration: none !important;\n    transition:\n      transform 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .osp-duck-related-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, 0.1);\n  }\n\n  .osp-duck-related-card strong {\n    display: block;\n    margin-bottom: 0.7rem;\n    color: var(--orange-dark);\n    font-size: 1.85rem;\n  }\n\n  .osp-duck-related-card span {\n    display: block;\n    color: var(--muted);\n    font-size: 1.55rem;\n    font-weight: 400;\n    line-height: 1.6;\n  }\n\n  .osp-duck-final {\n    margin-top: 6.4rem;\n    padding: clamp(3.6rem, 6vw, 5.8rem);\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-duck-final h2,\n  .osp-duck-final p {\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n  }\n\n  .osp-duck-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-duck-summary,\n    .osp-duck-feature-grid,\n    .osp-duck-related-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .osp-duck-use-list {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .osp-duck-care-box {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 700px) {\n    .osp-duck-page {\n      padding-right: 1.4rem;\n      padding-left: 1.4rem;\n      font-size: 1.65rem;\n    }\n\n    .osp-duck-hero {\n      padding: 3.8rem 2.4rem 5rem;\n      border-radius: 2.2rem;\n    }\n\n    .osp-duck-hero h2 {\n      font-size: 3.6rem;\n    }\n\n    .osp-duck-hero p {\n      font-size: 1.75rem;\n    }\n\n    .osp-duck-summary,\n    .osp-duck-feature-grid,\n    .osp-duck-use-list,\n    .osp-duck-related-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .osp-duck-section {\n      margin-top: 4.8rem;\n    }\n  }\n\u003c\/style\u003e\n\u003carticle class=\"osp-duck-page\"\u003e\n\u003csection class=\"osp-duck-hero\"\u003e\u003cspan class=\"osp-duck-eyebrow\"\u003eExtra-Large Filled Squishy\u003c\/span\u003e\n\u003ch2\u003eGiant Yellow Duck Squishy – Flour-Filled TPR Fidget Toy\u003c\/h2\u003e\n\u003cp\u003eBig, bright and ridiculously fun to squeeze. This extra-large yellow duck combines a flexible TPR exterior with a flour-filled interior for a substantial, satisfying squishy feel designed for ages 14 and up.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"osp-duck-summary\"\u003e\n\u003carticle class=\"osp-duck-summary-card\"\u003e\u003cstrong\u003eExtra-Large Size\u003c\/strong\u003e\n\u003cp\u003eApproximately 12 × 12 cm for a larger, more substantial squishy than many small handheld fidget toys.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-duck-summary-card\"\u003e\u003cstrong\u003eFlour-Filled Interior\u003c\/strong\u003e\n\u003cp\u003eA filled interior creates the dense, moldable squish that makes this oversized duck so satisfying to handle.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-duck-summary-card\"\u003e\u003cstrong\u003eFlexible TPR\u003c\/strong\u003e\n\u003cp\u003eThe outer duck is made from flexible TPR material designed for squeezing, pressing and stretching.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-duck-summary-card\"\u003e\u003cstrong\u003eAges 14+\u003c\/strong\u003e\n\u003cp\u003eThe manufacturer classifies this product as a toy intended for users 14 years of age and older.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003csection class=\"osp-duck-section\"\u003e\n\u003ch2\u003eOne Seriously Squishy Duck\u003c\/h2\u003e\n\u003cdiv class=\"osp-duck-intro\"\u003e\n\u003cp\u003eSometimes a little fidget toy just isn't enough. The Giant Yellow Duck Squishy gives you a much bigger handful of squish.\u003c\/p\u003e\n\u003cp\u003eAt approximately 12 × 12 cm, this oversized duck features a flexible TPR exterior surrounding a flour-filled interior. Squeeze it, press it, stretch it or simply keep the bright yellow duck sitting on your desk waiting for the next stressful moment.\u003c\/p\u003e\n\u003cp\u003eIts goofy duck shape makes it part fidget toy, part desk companion and part conversation starter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osp-duck-highlight\"\u003e\n\u003cp\u003e\u003cstrong\u003eThis is a filled squishy:\u003c\/strong\u003e Unlike hollow vinyl squeaker toys, this duck has a flour-filled interior that gives it a heavier, denser and more moldable feel when squeezed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-duck-section\"\u003e\n\u003ch2\u003eWhy You'll Love the Giant Duck\u003c\/h2\u003e\n\u003cdiv class=\"osp-duck-feature-grid\"\u003e\n\u003carticle class=\"osp-duck-feature-card\"\u003e\n\u003ch3\u003eBig Squish\u003c\/h3\u003e\n\u003cp\u003eThe oversized design gives you more toy to grab, squeeze and manipulate than a typical mini fidget.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-duck-feature-card\"\u003e\n\u003ch3\u003eFilled Feel\u003c\/h3\u003e\n\u003cp\u003eThe flour-filled interior gives the duck a dense, satisfying texture when pressed and squeezed.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-duck-feature-card\"\u003e\n\u003ch3\u003eFunny Duck Design\u003c\/h3\u003e\n\u003cp\u003eThe bright yellow duck shape turns a simple stress toy into a fun desk accessory and gift.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-duck-feature-card\"\u003e\n\u003ch3\u003eNo Batteries\u003c\/h3\u003e\n\u003cp\u003eNo charging, apps or electronics. Just pick it up and squish whenever the mood strikes.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-duck-section\"\u003e\n\u003ch2\u003eSqueeze It. Stretch It. Squish It.\u003c\/h2\u003e\n\u003cul class=\"osp-duck-use-list\"\u003e\n\u003cli\u003eSqueeze\u003c\/li\u003e\n\u003cli\u003ePress\u003c\/li\u003e\n\u003cli\u003eStretch\u003c\/li\u003e\n\u003cli\u003ePinch\u003c\/li\u003e\n\u003cli\u003eHold\u003c\/li\u003e\n\u003cli\u003eFidget\u003c\/li\u003e\n\u003cli\u003eDesk breaks\u003c\/li\u003e\n\u003cli\u003eStress relief\u003c\/li\u003e\n\u003cli\u003eFunny gifts\u003c\/li\u003e\n\u003cli\u003eOffice desk toy\u003c\/li\u003e\n\u003cli\u003eStudy breaks\u003c\/li\u003e\n\u003cli\u003eEveryday fidgeting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-duck-section\"\u003e\n\u003ch2\u003eGiant Yellow Duck Squishy Specifications\u003c\/h2\u003e\n\u003cdiv class=\"osp-duck-spec-wrap\"\u003e\n\u003ctable class=\"osp-duck-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eGiant Yellow Duck Squishy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eFilled stress-relief and fidget toy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDesign\u003c\/th\u003e\n\u003ctd\u003eYellow duck\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApproximate Size\u003c\/th\u003e\n\u003ctd\u003e12 × 12 cm (approximately 4.7 × 4.7 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eExterior Material\u003c\/th\u003e\n\u003ctd\u003eTPR (thermoplastic rubber)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFilling\u003c\/th\u003e\n\u003ctd\u003eFlour-filled interior\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApproximate Product Weight\u003c\/th\u003e\n\u003ctd\u003eApproximately 268 g for the OPP-bag version\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 years and older\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eManufacturer Small Parts Classification\u003c\/th\u003e\n\u003ctd\u003eDoes not contain small parts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Required\u003c\/th\u003e\n\u003ctd\u003eNone\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 2.4rem;\"\u003eMeasurements and weight are approximate. Color, shape and appearance may vary slightly because of lighting, monitor settings and normal manufacturing variations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-duck-section\"\u003e\n\u003cdiv class=\"osp-duck-care-box\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eA Different Kind of Squishy\u003c\/h2\u003e\n\u003cp\u003eThis isn't a hollow rubber duck and it isn't one of our vinyl squeaker-style toys.\u003c\/p\u003e\n\u003cp\u003eThe Giant Yellow Duck uses a flexible TPR exterior with a filled interior. That construction gives it a heavier, denser feel and allows the duck to change shape as you squeeze, press and manipulate it.\u003c\/p\u003e\n\u003cp\u003eBecause this is a filled product, it should be treated differently from a traditional hollow rubber or vinyl toy. Avoid sharp objects, excessive pulling and anything that could puncture the exterior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003caside class=\"osp-duck-care-card\"\u003e\n\u003ch3\u003eCare Recommendations\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eKeep away from sharp objects\u003c\/li\u003e\n\u003cli\u003eDo not intentionally puncture the exterior\u003c\/li\u003e\n\u003cli\u003eAvoid excessive stretching or pulling\u003c\/li\u003e\n\u003cli\u003eKeep away from excessive heat\u003c\/li\u003e\n\u003cli\u003eInspect the exterior before use\u003c\/li\u003e\n\u003cli\u003eDiscontinue use if torn or punctured\u003c\/li\u003e\n\u003cli\u003eDo not ingest the filling\u003c\/li\u003e\n\u003cli\u003eStore in a clean, dry location\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-duck-section\"\u003e\n\u003ch2\u003ePerfect for Desks, Gifts \u0026amp; Fidget Breaks\u003c\/h2\u003e\n\u003cp\u003eThe Giant Yellow Duck Squishy makes a fun choice for anyone who likes unusual fidget toys, novelty gifts and things that are simply entertaining to squeeze.\u003c\/p\u003e\n\u003cdiv class=\"osp-duck-feature-grid\"\u003e\n\u003carticle class=\"osp-duck-feature-card\"\u003e\n\u003ch3\u003eDesk Companion\u003c\/h3\u003e\n\u003cp\u003eKeep the duck nearby for something satisfying to squeeze during work, gaming or study breaks.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-duck-feature-card\"\u003e\n\u003ch3\u003eFunny Gift\u003c\/h3\u003e\n\u003cp\u003eAn oversized squishy yellow duck makes an easy novelty gift for the person who already has everything.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-duck-feature-card\"\u003e\n\u003ch3\u003eFidget Collection\u003c\/h3\u003e\n\u003cp\u003eAdd a larger filled squishy to a collection of sensory, stress-relief and fidget toys.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-duck-feature-card\"\u003e\n\u003ch3\u003eJust Because\u003c\/h3\u003e\n\u003cp\u003eNot every purchase needs a complicated reason. Sometimes you simply need a giant squishy duck.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-duck-section\"\u003e\n\u003ch2\u003eImportant Use Information\u003c\/h2\u003e\n\u003cdiv class=\"osp-duck-highlight\"\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended for ages 14+.\u003c\/strong\u003e This product has a filled interior. Inspect the toy regularly and discontinue use immediately if the exterior becomes damaged, torn or punctured.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eManufacturer recommended age is 14 years and older.\u003c\/li\u003e\n\u003cli\u003eDo not bite, chew or ingest any portion of the product.\u003c\/li\u003e\n\u003cli\u003eDo not intentionally puncture or cut the exterior.\u003c\/li\u003e\n\u003cli\u003eKeep away from sharp objects.\u003c\/li\u003e\n\u003cli\u003eKeep away from open flames and excessive heat.\u003c\/li\u003e\n\u003cli\u003eDo not use if the exterior is torn, punctured or otherwise damaged.\u003c\/li\u003e\n\u003cli\u003eDo not ingest the interior filling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-duck-section\"\u003e\n\u003ch2\u003eGiant Yellow Duck Squishy Frequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"osp-duck-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow big is the Giant Yellow Duck Squishy?\u003c\/summary\u003e\n\u003cdiv class=\"osp-duck-faq-answer\"\u003e\n\u003cp\u003eThe manufacturer lists the duck at approximately 12 × 12 cm, or about 4.7 × 4.7 inches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the duck made from?\u003c\/summary\u003e\n\u003cdiv class=\"osp-duck-faq-answer\"\u003e\n\u003cp\u003eThe exterior is made from flexible TPR (thermoplastic rubber).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is inside the duck?\u003c\/summary\u003e\n\u003cdiv class=\"osp-duck-faq-answer\"\u003e\n\u003cp\u003eThe manufacturer identifies this version as having a flour-filled interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a hollow squeaky toy?\u003c\/summary\u003e\n\u003cdiv class=\"osp-duck-faq-answer\"\u003e\n\u003cp\u003eNo. This is the filled squishy version. It is different from hollow vinyl squeaker-style toys.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much does it weigh?\u003c\/summary\u003e\n\u003cdiv class=\"osp-duck-faq-answer\"\u003e\n\u003cp\u003eThe manufacturer lists the OPP-bag version at approximately 268 grams, or about 9.5 ounces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat age is the duck intended for?\u003c\/summary\u003e\n\u003cdiv class=\"osp-duck-faq-answer\"\u003e\n\u003cp\u003eThe manufacturer classifies the product for ages 14 and older.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I stretch the duck?\u003c\/summary\u003e\n\u003cdiv class=\"osp-duck-faq-answer\"\u003e\n\u003cp\u003eThe flexible TPR construction can be manipulated and stretched during normal use, but excessive pulling should be avoided because the product has a filled interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat happens if the duck gets punctured?\u003c\/summary\u003e\n\u003cdiv class=\"osp-duck-faq-answer\"\u003e\n\u003cp\u003eDiscontinue use if the exterior becomes torn or punctured. Do not ingest the filling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it need batteries?\u003c\/summary\u003e\n\u003cdiv class=\"osp-duck-faq-answer\"\u003e\n\u003cp\u003eNo. The Giant Yellow Duck Squishy does not require batteries or electricity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-duck-section\"\u003e\n\u003ch2\u003eMore Fun From Okie Soft Play\u003c\/h2\u003e\n\u003cp\u003eExplore more playful products, fidget toys and active-play favorites from Okie Soft Play.\u003c\/p\u003e\n\u003cdiv class=\"osp-duck-related-grid\"\u003e\n\u003ca class=\"osp-duck-related-card\" href=\"\/collections\/soft-play-equipment-for-toddlers\"\u003e \u003cstrong\u003eSoft Play Equipment\u003c\/strong\u003e \u003cspan\u003eExplore colorful equipment for active indoor play spaces.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"osp-duck-related-card\" href=\"\/collections\/soft-play-hopper-toys\"\u003e \u003cstrong\u003eBouncy Hopper Toys\u003c\/strong\u003e \u003cspan\u003eShop inflatable animals, dinosaurs and hopper toys.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"osp-duck-related-card\" href=\"\/collections\/modular-baby-fence\"\u003e \u003cstrong\u003eModular Fence Panels\u003c\/strong\u003e \u003cspan\u003eCreate defined play spaces with modular fence panels and gates.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"osp-duck-related-card\" href=\"\/pages\/soft-play-equipment-for-daycares\"\u003e \u003cstrong\u003eDaycare Equipment Guide\u003c\/strong\u003e \u003cspan\u003eExplore ideas for building engaging childcare and preschool play spaces.\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-duck-final\"\u003e\n\u003ch2\u003eGo Ahead. Squish the Duck.\u003c\/h2\u003e\n\u003cp\u003eBig, bright, flour-filled and ready for your desk, fidget collection or next ridiculously fun gift.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSometimes you just need a giant yellow duck to squeeze.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/article\u003e","brand":"Okie Soft Play","offers":[{"title":"Default Title","offer_id":52452656775456,"sku":"52452656775456","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0842\/8414\/5952\/files\/14bd2c9d-93a1-4138-993c-e125c8befc82_1254x1254_fa801c52-08fd-4472-bac0-244272f75950.avif?v=1790286340","url":"https:\/\/softplaystore.com\/products\/giant-yellow-duck-squishy-flour-filled-tpr-fidget-stress-relief-toy","provider":"Okie Soft Play Store","version":"1.0","type":"link"}