{"product_id":"toddla-50pcs-flash-cards","title":"Toddla™ 50pcs Flash Cards","description":"\u003c!-- ============================================================\n     TODDLA 50pcs FLASH CARDS - PDP DESCRIPTION BLOCK\n     Scoped under .tdl so it can be pasted into a Shopify section\n     or custom liquid without touching Shrine's CSS.\n     Typography inherits from Shrine. No font-family is set and no\n     absolute font sizes are used, only relative em multipliers.\n     ============================================================ --\u003e\n\n\u003cstyle\u003e\n.tdl{\n  --tdl-teal:#1FBEA9;\n  --tdl-cream:#FFF7ED;\n  --tdl-coral:#E05A6D;\n  --tdl-char:#414141;\n  --tdl-peach:#FCEFE6;\n  --tdl-line:rgba(65,65,65,.14);\n  --tdl-radius:6px;\n  --tdl-maxw:720px;\n\n  color:var(--tdl-char);\n  background:var(--tdl-cream);\n  line-height:1.65;\n}\n.tdl *,.tdl *::before,.tdl *::after{box-sizing:border-box;}\n.tdl p{margin:0 0 1.1em;}\n.tdl p:last-child{margin-bottom:0;}\n.tdl strong,.tdl b{font-weight:600;}\n\n.tdl__wrap{max-width:var(--tdl-maxw);margin:0 auto;padding:0 22px;}\n.tdl__sec{padding:52px 0;}\n.tdl__sec--peach{background:var(--tdl-peach);}\n\n\/* --- type scale, relative to the theme base size --- *\/\n.tdl__lede{\n  font-size:1.5em;\n  line-height:1.35;\n  font-weight:600;\n  letter-spacing:-.015em;\n  margin:0 0 .8em;\n}\n.tdl__h2{\n  font-size:1.18em;\n  font-weight:600;\n  line-height:1.4;\n  letter-spacing:-.01em;\n  margin:0 0 1.1em;\n}\n.tdl__eyebrow{\n  font-size:.72em;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  color:var(--tdl-teal);\n  margin:0 0 .9em;\n}\n.tdl__note{font-size:.92em;color:rgba(65,65,65,.72);}\n\n\/* --- signature: hand-drawn teal squiggle underline --- *\/\n.tdl-squig{position:relative;white-space:nowrap;}\n.tdl-squig::after{\n  content:\"\";\n  position:absolute;\n  left:-2px;right:-2px;bottom:-.36em;\n  height:.42em;\n  background-image:url(\"data:image\/svg+xml;utf8,\u003csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 120 12' preserveAspectRatio='none'\u003e\u003cpath d='M2 8.4c14-5.2 26 2.6 39-1.1 13-3.7 24 4.4 37 .8 8-2.2 12-4.2 20-5.4' fill='none' stroke='%231FBEA9' stroke-width='3.2' stroke-linecap='round'\/\u003e\u003c\/svg\u003e\");\n  background-repeat:no-repeat;\n  background-size:100% 100%;\n  pointer-events:none;\n}\n\n\/* --- chip strip --- *\/\n.tdl__strip{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0 0;padding:0;list-style:none;}\n.tdl__chip{\n  border:1.5px solid var(--tdl-teal);\n  border-radius:var(--tdl-radius);\n  padding:6px 12px;\n  font-size:.82em;\n  font-weight:500;\n  color:var(--tdl-char);\n  background:transparent;\n}\n\n\/* --- mechanism --- *\/\n.tdl__mech{border-left:3px solid var(--tdl-teal);padding-left:20px;}\n\n\/* --- objections accordion --- *\/\n.tdl__faq{border-top:1px solid var(--tdl-line);}\n.tdl__q{border-bottom:1px solid var(--tdl-line);}\n.tdl__q\u003esummary{\n  list-style:none;\n  cursor:pointer;\n  padding:19px 40px 19px 0;\n  position:relative;\n  font-weight:500;\n  line-height:1.45;\n  color:var(--tdl-char);\n}\n.tdl__q\u003esummary::-webkit-details-marker{display:none;}\n.tdl__q\u003esummary:focus-visible{outline:2px solid var(--tdl-teal);outline-offset:3px;border-radius:var(--tdl-radius);}\n.tdl__q\u003esummary::after{\n  content:\"\";position:absolute;right:4px;top:50%;\n  width:13px;height:2px;background:var(--tdl-teal);transform:translateY(-50%);\n}\n.tdl__q\u003esummary::before{\n  content:\"\";position:absolute;right:9.5px;top:50%;\n  width:2px;height:13px;background:var(--tdl-teal);transform:translateY(-50%);\n  transition:opacity .18s ease;\n}\n.tdl__q[open]\u003esummary::before{opacity:0;}\n.tdl__q[open]\u003esummary{font-weight:600;}\n.tdl__a{padding:0 0 22px;}\n\n\/* --- spec panel --- *\/\n.tdl__panel{\n  background:#fff;\n  border:1px solid var(--tdl-line);\n  border-radius:var(--tdl-radius);\n  padding:26px 24px;\n}\n.tdl__spec{margin:0;}\n.tdl__spec div{\n  display:flex;justify-content:space-between;gap:18px;\n  padding:11px 0;border-bottom:1px solid var(--tdl-line);\n}\n.tdl__spec div:last-child{border-bottom:0;padding-bottom:0;}\n.tdl__spec dt{font-weight:500;flex:0 0 auto;}\n.tdl__spec dd{margin:0;text-align:right;color:rgba(65,65,65,.8);}\n\n\/* --- internal flag, delete before publishing --- *\/\n.tdl-flag{\n  display:block;\n  border:1.5px dashed var(--tdl-coral);\n  border-radius:var(--tdl-radius);\n  padding:10px 13px;\n  margin-top:12px;\n  font-size:.8em;\n  color:var(--tdl-coral);\n  font-weight:500;\n}\n\n@media (max-width:600px){\n  .tdl__lede{font-size:1.28em;}\n  .tdl__sec{padding:40px 0;}\n  .tdl__spec div{flex-direction:column;gap:2px;}\n  .tdl__spec dd{text-align:left;}\n}\n@media (prefers-reduced-motion:reduce){\n  .tdl *{transition:none !important;animation:none !important;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tdl\"\u003e\n\n  \u003c!-- ===== LEDE ===== --\u003e\n  \u003csection class=\"tdl__sec\"\u003e\n    \u003cdiv class=\"tdl__wrap\"\u003e\n      \u003cp class=\"tdl__lede\"\u003eFifty cards. One ring. Something to hand them when the food is \u003cspan class=\"tdl-squig\"\u003etaking forever\u003c\/span\u003e.\u003c\/p\u003e\n\n      \u003cp\u003eYour toddler already points at everything. This gives them the words for it.\u003c\/p\u003e\n\n      \u003cp\u003eFifty double-sided cards of food they actually meet: apples, broccoli, pasta, milk, the cookie they ask for at 4pm. Big picture on the front. A few plain sentences on the back for you to read out loud. They live on a metal ring, so they end up back in your bag instead of under the couch.\u003c\/p\u003e\n\n      \u003cul class=\"tdl__strip\"\u003e\n        \u003cli class=\"tdl__chip\"\u003eNo batteries\u003c\/li\u003e\n        \u003cli class=\"tdl__chip\"\u003eNo app\u003c\/li\u003e\n        \u003cli class=\"tdl__chip\"\u003eNo sound\u003c\/li\u003e\n        \u003cli class=\"tdl__chip\"\u003eJust your voice and their hands\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== MECHANISM ===== --\u003e\n  \u003csection class=\"tdl__sec tdl__sec--peach\"\u003e\n    \u003cdiv class=\"tdl__wrap\"\u003e\n      \u003cp class=\"tdl__eyebrow\"\u003eWhy it holds their attention\u003c\/p\u003e\n      \u003cdiv class=\"tdl__mech\"\u003e\n        \u003cp class=\"tdl__h2\"\u003eA screen entertains a toddler. A question challenges one.\u003c\/p\u003e\n        \u003cp\u003eEvery card asks something small: what is this, have you eaten it, where do we see it. Your toddler does the work of answering, and that effort is what keeps them in it. Nothing on the card performs at them, so there's nothing to zone out to.\u003c\/p\u003e\n        \u003cp class=\"tdl__note\"\u003eThat's the test we put every Toddla toy through. Would a parent hand this over instead of a screen, and would the child stay engaged.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== OBJECTIONS ===== --\u003e\n  \u003csection class=\"tdl__sec\"\u003e\n    \u003cdiv class=\"tdl__wrap\"\u003e\n      \u003cp class=\"tdl__eyebrow\"\u003eThe questions we actually get\u003c\/p\u003e\n\n      \u003cdiv class=\"tdl__faq\"\u003e\n\n        \u003cdetails class=\"tdl__q\"\u003e\n          \u003csummary\u003eThere's a hot dog card. And gummy candy. Really?\u003c\/summary\u003e\n          \u003cdiv class=\"tdl__a\"\u003e\n            \u003cp\u003eReally. The deck covers fruit, vegetables, meals, drinks and treats, because that's the food a toddler meets in real life. Nothing is being sold to them. The back of the gummy candy card ends with \"but don't eat too many.\"\u003c\/p\u003e\n            \u003cp\u003eHere's the practical bit: a toddler will point at the pizza card first. Then they'll sit through the spinach one, because they're already in it.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"tdl__q\"\u003e\n          \u003csummary\u003eIsn't two too young for flash cards?\u003c\/summary\u003e\n          \u003cdiv class=\"tdl__a\"\u003e\n            \u003cp\u003eThese aren't the drilling kind. There's no right answer, no quizzing, no score. Most parents use them as a picture book that comes apart. Point, name it, flip it, read four sentences, move on.\u003c\/p\u003e\n            \u003cp\u003eIf your toddler wants to chew the ring and fan the colors for a week before they say a single word, that still counts. Best from around 18 months, when pointing and naming kick in. Plenty of families start earlier just for the pictures.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"tdl__q\"\u003e\n          \u003csummary\u003eMy toddler destroys everything.\u003c\/summary\u003e\n          \u003cdiv class=\"tdl__a\"\u003e\n            \u003cp\u003eThick coated board, not paper. Rounded corners. The surface wipes clean, which matters more than you'd think once these have been to a restaurant. They will get bent eventually. They're a toy, not an heirloom.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"tdl__q\"\u003e\n          \u003csummary\u003eWe'll lose half of them by Thursday.\u003c\/summary\u003e\n          \u003cdiv class=\"tdl__a\"\u003e\n            \u003cp\u003eThat's what the ring is for. Clip it shut and the whole set travels as one object. Take cards off the ring if you want a smaller stack for a plane tray or a high chair.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"tdl__q\"\u003e\n          \u003csummary\u003eIs it actually safe?\u003c\/summary\u003e\n          \u003cdiv class=\"tdl__a\"\u003e\n            \u003cp\u003eCE-certified and made with non-toxic materials. The metal binder ring is designed to stay shut and takes adult pressure to open, and we'd still keep an eye on it with a child who mouths everything.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"tdl__q\"\u003e\n          \u003csummary\u003eWill this survive a flight?\u003c\/summary\u003e\n          \u003cdiv class=\"tdl__a\"\u003e\n            \u003cp\u003eIt's what the format is built for. Small stack, no pieces to drop, nothing to charge, nothing that makes a sound the row in front can hear. Cards measure 4.92 x 4.33 inches, so the set slides into the seat pocket, the glovebox, or the bottom of a bag.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"tdl__q\"\u003e\n          \u003csummary\u003eI'm buying for a grandchild. Is this the right call?\u003c\/summary\u003e\n          \u003cdiv class=\"tdl__a\"\u003e\n            \u003cp\u003eIt's a safe gift for roughly 18 months to 4 years, it doesn't need batteries or setup, and it reads as thoughtful on sight. It also gives you something to do together the next time they're at your house, which is usually the actual reason for buying it.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"tdl__q\"\u003e\n          \u003csummary\u003eWhat if they just aren't interested?\u003c\/summary\u003e\n          \u003cdiv class=\"tdl__a\"\u003e\n            \u003cp\u003eSend them back within 30 days and we'll refund you. That's the whole policy. No forms, no photos of a chewed corner, no arguing with a chatbot.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== SPECS ===== --\u003e\n  \u003csection class=\"tdl__sec tdl__sec--peach\"\u003e\n    \u003cdiv class=\"tdl__wrap\"\u003e\n      \u003cp class=\"tdl__eyebrow\"\u003eWhat's in the box\u003c\/p\u003e\n      \u003cdiv class=\"tdl__panel\"\u003e\n        \u003cdl class=\"tdl__spec\"\u003e\n          \u003cdiv\u003e\n\u003cdt\u003eCards\u003c\/dt\u003e\n\u003cdd\u003e50 double-sided\u003c\/dd\u003e\n\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdt\u003eRing\u003c\/dt\u003e\n\u003cdd\u003e1 metal binder ring\u003c\/dd\u003e\n\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdt\u003eCard size\u003c\/dt\u003e\n\u003cdd\u003e125 x 110mm (4.92 x 4.33 in)\u003c\/dd\u003e\n\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdt\u003eMaterial\u003c\/dt\u003e\n\u003cdd\u003eThick coated board, wipe-clean, rounded corners\u003c\/dd\u003e\n\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdt\u003eAge\u003c\/dt\u003e\n\u003cdd\u003e18 months and up, with supervision\u003c\/dd\u003e\n\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdt\u003ePower\u003c\/dt\u003e\n\u003cdd\u003eScreen-free. No batteries, no app, no sound.\u003c\/dd\u003e\n\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdt\u003eGuarantee\u003c\/dt\u003e\n\u003cdd\u003e30-day money back\u003c\/dd\u003e\n\u003c\/div\u003e\n        \u003c\/dl\u003e\n        \u003cspan class=\"tdl-flag\"\u003eINTERNAL: confirm the age grading against the certification paperwork, then delete this flag.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"toddla","offers":[{"title":"Default Title","offer_id":43202334326993,"sku":"50-flash-cards","price":44.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/3390\/4849\/files\/Toddla_50pcsFlashCards-Main.png?v=1785324736","url":"https:\/\/nz.toddla.co\/products\/toddla-50pcs-flash-cards","provider":"toddla","version":"1.0","type":"link"}