{"product_id":"16-piece-toddler-puzzle-matching-game","title":"16-Piece Toddler Puzzle \u0026 Matching Game","description":"\u003cstyle\u003e\n.little-puzzles {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 30px 20px 80px;\n  font-family: inherit;\n  color: #292929;\n}\n\n.little-puzzles * {\n  box-sizing: border-box;\n}\n\n\/* HERO *\/\n.lp-hero {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  align-items: center;\n  padding: 45px;\n  background: linear-gradient(135deg, #fff0c9, #ffe5e8);\n  border-radius: 35px;\n  overflow: hidden;\n}\n\n.lp-content {\n  position: relative;\n  z-index: 2;\n}\n\n.lp-badge {\n  display: inline-block;\n  padding: 8px 16px;\n  background: #fff;\n  color: #df756d;\n  border-radius: 50px;\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1px;\n  margin-bottom: 18px;\n}\n\n.lp-title {\n  margin: 0 0 18px;\n  font-size: clamp(42px, 6vw, 68px);\n  line-height: .95;\n  letter-spacing: -3px;\n}\n\n.lp-subtitle {\n  color: #df756d;\n  font-size: 21px;\n  font-weight: 800;\n  line-height: 1.3;\n  margin-bottom: 18px;\n}\n\n.lp-description {\n  max-width: 540px;\n  color: #555;\n  font-size: 16px;\n  line-height: 1.7;\n  margin: 0;\n}\n\n\/* IMAGE *\/\n.lp-image {\n  position: relative;\n}\n\n.lp-image img {\n  display: block;\n  width: 100%;\n  height: auto;\n  border-radius: 28px;\n  box-shadow: 0 25px 55px rgba(0,0,0,.16);\n  transition: transform .4s ease;\n}\n\n.lp-image img:hover {\n  transform: scale(1.02) rotate(1deg);\n}\n\n.lp-image-label {\n  position: absolute;\n  left: 16px;\n  bottom: 16px;\n  background: white;\n  padding: 9px 15px;\n  border-radius: 50px;\n  font-size: 13px;\n  font-weight: 800;\n  box-shadow: 0 8px 20px rgba(0,0,0,.13);\n}\n\n\/* FLOATING PUZZLES *\/\n.lp-floating {\n  position: absolute;\n  z-index: 3;\n  padding: 11px 14px;\n  background: white;\n  border-radius: 17px;\n  font-size: 25px;\n  box-shadow: 0 10px 25px rgba(0,0,0,.12);\n  animation: lpFloat 4s ease-in-out infinite;\n}\n\n.lp-floating-one {\n  top: 12px;\n  right: -8px;\n}\n\n.lp-floating-two {\n  left: -12px;\n  bottom: 25px;\n  animation-delay: 1s;\n}\n\n@keyframes lpFloat {\n  0%,100% {\n    transform: translateY(0) rotate(0);\n  }\n\n  50% {\n    transform: translateY(-9px) rotate(4deg);\n  }\n}\n\n\/* BUTTON *\/\n.lp-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 27px;\n  padding: 15px 27px;\n  background: #df756d;\n  color: white;\n  border: 0;\n  border-radius: 50px;\n  font-size: 15px;\n  font-weight: 800;\n  cursor: pointer;\n  transition: .25s ease;\n}\n\n.lp-button:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 12px 25px rgba(223,117,109,.3);\n}\n\n\/* SECTIONS *\/\n.lp-section {\n  margin-top: 75px;\n}\n\n.lp-heading {\n  max-width: 680px;\n  margin: 0 auto 35px;\n  text-align: center;\n}\n\n.lp-heading h2 {\n  margin: 0 0 10px;\n  font-size: 38px;\n  line-height: 1.1;\n}\n\n.lp-heading p {\n  margin: 0;\n  color: #707070;\n}\n\n\/* BENEFITS *\/\n.lp-benefits {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n}\n\n.lp-benefit {\n  padding: 28px 20px;\n  background: white;\n  border: 2px solid transparent;\n  border-radius: 22px;\n  text-align: center;\n  cursor: pointer;\n  transition: .25s ease;\n}\n\n.lp-benefit:hover,\n.lp-benefit.active {\n  transform: translateY(-7px);\n  border-color: #ffd36e;\n  box-shadow: 0 15px 30px rgba(0,0,0,.07);\n}\n\n.lp-icon {\n  font-size: 42px;\n  margin-bottom: 12px;\n}\n\n.lp-benefit h3 {\n  margin: 0 0 7px;\n  font-size: 17px;\n}\n\n.lp-benefit p {\n  margin: 0;\n  color: #777;\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n\/* LEARNING *\/\n.lp-learning {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 45px;\n  align-items: center;\n  padding: 45px;\n  background: #eaf5ed;\n  border-radius: 30px;\n}\n\n.lp-learning h2 {\n  margin: 0 0 16px;\n  font-size: 38px;\n  line-height: 1.05;\n}\n\n.lp-learning p {\n  margin: 0;\n  color: #555;\n  line-height: 1.7;\n}\n\n.lp-skills {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 11px;\n}\n\n.lp-skill {\n  padding: 17px;\n  background: white;\n  border: 0;\n  border-radius: 16px;\n  text-align: left;\n  font-family: inherit;\n  font-weight: 800;\n  cursor: pointer;\n  transition: .2s ease;\n}\n\n.lp-skill:hover {\n  transform: scale(1.03);\n  background: #fff6d9;\n}\n\n\/* DETAILS *\/\n.lp-details {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n}\n\n.lp-detail {\n  padding: 32px;\n  background: white;\n  border-radius: 25px;\n}\n\n.lp-detail h3 {\n  margin: 0 0 18px;\n  font-size: 24px;\n}\n\n.lp-detail ul {\n  list-style: none;\n  margin: 0;\n  padding: 0;\n}\n\n.lp-detail li {\n  padding: 10px 0;\n  border-bottom: 1px solid #eee;\n}\n\n.lp-detail li:last-child {\n  border-bottom: 0;\n}\n\n\/* TAGS *\/\n.lp-tags {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n\n.lp-tag {\n  padding: 10px 17px;\n  background: white;\n  border: 1px solid #eee;\n  border-radius: 50px;\n  font-size: 13px;\n  transition: .2s ease;\n}\n\n.lp-tag:hover {\n  transform: translateY(-3px);\n  background: #fff2c8;\n}\n\n\/* FINAL CTA *\/\n.lp-final {\n  margin-top: 75px;\n  padding: 55px 25px;\n  background: #292929;\n  color: white;\n  border-radius: 30px;\n  text-align: center;\n}\n\n.lp-final h2 {\n  margin: 0 0 10px;\n  font-size: 38px;\n}\n\n.lp-final p {\n  margin: 0;\n  color: #ddd;\n}\n\n\/* TOAST *\/\n.lp-toast {\n  position: fixed;\n  left: 50%;\n  bottom: 25px;\n  transform: translate(-50%, 25px);\n  opacity: 0;\n  pointer-events: none;\n  z-index: 99999;\n  padding: 14px 22px;\n  background: #292929;\n  color: white;\n  border-radius: 50px;\n  font-size: 14px;\n  font-weight: 700;\n  transition: .3s ease;\n}\n\n.lp-toast.show {\n  opacity: 1;\n  transform: translate(-50%, 0);\n}\n\n\/* MOBILE *\/\n@media (max-width: 850px) {\n\n  .lp-hero {\n    grid-template-columns: 1fr;\n    padding: 30px 23px;\n  }\n\n  .lp-benefits {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .lp-learning {\n    grid-template-columns: 1fr;\n    padding: 32px 25px;\n  }\n\n  .lp-details {\n    grid-template-columns: 1fr;\n  }\n\n}\n\n@media (max-width: 520px) {\n\n  .little-puzzles {\n    padding: 15px 12px 50px;\n  }\n\n  .lp-benefits {\n    grid-template-columns: 1fr;\n  }\n\n  .lp-skills {\n    grid-template-columns: 1fr;\n  }\n\n  .lp-title {\n    font-size: 43px;\n  }\n\n  .lp-heading h2,\n  .lp-learning h2,\n  .lp-final h2 {\n    font-size: 30px;\n  }\n\n  .lp-floating {\n    display: none;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"little-puzzles\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"lp-hero\"\u003e\n\u003cdiv class=\"lp-content\"\u003e\n\u003cdiv class=\"lp-badge\"\u003e🧩 LITTLE PUZZLES\u003c\/div\u003e\n\u003ch1 class=\"lp-title\"\u003eLittle Puzzles.\u003cbr\u003eBig Thinking.\u003c\/h1\u003e\n\u003cdiv class=\"lp-subtitle\"\u003e16-Piece Toddler Puzzle \u0026amp; Matching Game 🧠✨\u003c\/div\u003e\n\u003cp class=\"lp-description\"\u003eMatch, learn and play! This colourful puzzle set gives little learners a fun way to match picture pieces while developing important early-learning skills.\u003c\/p\u003e\n\u003cbutton class=\"lp-button\"\u003e 🛒 Add to Cart \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c!-- YOUR SHOPIFY IMAGE --\u003e\n\u003cdiv class=\"lp-image\"\u003e\n\u003cdiv class=\"lp-floating lp-floating-one\"\u003e🧩\u003c\/div\u003e\n\u003cdiv class=\"lp-floating lp-floating-two\"\u003e🐻\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0678\/8631\/7630\/files\/1689329232892-5a00fbf1439e4ee7b60d88dcc5371586-goods.avif\" alt=\"16-Piece Toddler Puzzle and Matching Game\" loading=\"eager\"\u003e\n\u003cdiv class=\"lp-image-label\"\u003e🌈 Match the two halves\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY KIDS LOVE IT --\u003e\n\u003csection class=\"lp-section\"\u003e\n\u003cdiv class=\"lp-heading\"\u003e\n\u003ch2\u003eWhy Kids Will Love It 💛\u003c\/h2\u003e\n\u003cp\u003eLittle hands. Big discoveries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-benefits\"\u003e\n\u003cdiv class=\"lp-benefit\"\u003e\n\u003cdiv class=\"lp-icon\"\u003e🧩\u003c\/div\u003e\n\u003ch3\u003eMade for Little Hands\u003c\/h3\u003e\n\u003cp\u003eEasy-to-handle pieces make matching simple and satisfying.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit\"\u003e\n\u003cdiv class=\"lp-icon\"\u003e🌈\u003c\/div\u003e\n\u003ch3\u003eBright \u0026amp; Fun\u003c\/h3\u003e\n\u003cp\u003eColourful pictures make matching exciting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit\"\u003e\n\u003cdiv class=\"lp-icon\"\u003e🧠\u003c\/div\u003e\n\u003ch3\u003eBig Thinking\u003c\/h3\u003e\n\u003cp\u003eEncourages recognition, logic and problem-solving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit\"\u003e\n\u003cdiv class=\"lp-icon\"\u003e✋\u003c\/div\u003e\n\u003ch3\u003eHands-On Play\u003c\/h3\u003e\n\u003cp\u003eSupports fine-motor practice and hand-eye coordination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LEARNING --\u003e\n\u003csection class=\"lp-section\"\u003e\n\u003cdiv class=\"lp-learning\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eLearning Without Feeling Like Learning 🧠\u003c\/h2\u003e\n\u003cp\u003eChildren look at the pictures, find the pieces that belong together and complete each little image.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003eEvery successful match gives them another opportunity to practise recognition, matching, problem-solving and coordination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-skills\"\u003e\n\u003cbutton class=\"lp-skill\"\u003e 👀 Visual Recognition \u003c\/button\u003e \u003cbutton class=\"lp-skill\"\u003e 🧩 Matching Skills \u003c\/button\u003e \u003cbutton class=\"lp-skill\"\u003e 💡 Problem Solving \u003c\/button\u003e \u003cbutton class=\"lp-skill\"\u003e 🔄 Spatial Awareness \u003c\/button\u003e \u003cbutton class=\"lp-skill\"\u003e ✋ Fine Motor Skills \u003c\/button\u003e \u003cbutton class=\"lp-skill\"\u003e 🎯 Focus \u0026amp; Patience \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S INSIDE --\u003e\n\u003csection class=\"lp-section\" id=\"lp-details\"\u003e\n\u003cdiv class=\"lp-heading\"\u003e\n\u003ch2\u003eWhat's Inside? 📦\u003c\/h2\u003e\n\u003cp\u003eA simple little activity with plenty of repeat play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-details\"\u003e\n\u003cdiv class=\"lp-detail\"\u003e\n\u003ch3\u003e🧩 In The Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e✓ 16 colourful puzzle pieces\u003c\/li\u003e\n\u003cli\u003e✓ Multiple picture combinations\u003c\/li\u003e\n\u003cli\u003e✓ Easy-to-handle puzzle cards\u003c\/li\u003e\n\u003cli\u003e✓ Bright cartoon illustrations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-detail\"\u003e\n\u003ch3\u003e🌟 Great For\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e✓ Toddlers \u0026amp; preschoolers\u003c\/li\u003e\n\u003cli\u003e✓ Matching practice\u003c\/li\u003e\n\u003cli\u003e✓ Parent-child play\u003c\/li\u003e\n\u003cli\u003e✓ Screen-free activities\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003csection class=\"lp-section\"\u003e\n\u003cdiv class=\"lp-heading\"\u003e\n\u003ch2\u003ePerfect For 🎁\u003c\/h2\u003e\n\u003cp\u003eA cheerful little activity for curious minds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-tags\"\u003e\n\u003cspan class=\"lp-tag\"\u003e 👶 Toddlers \u003c\/span\u003e \u003cspan class=\"lp-tag\"\u003e 🧒 Preschoolers \u003c\/span\u003e \u003cspan class=\"lp-tag\"\u003e 🧠 Early Learning \u003c\/span\u003e \u003cspan class=\"lp-tag\"\u003e 🧩 Matching Games \u003c\/span\u003e \u003cspan class=\"lp-tag\"\u003e 👀 Visual Recognition \u003c\/span\u003e \u003cspan class=\"lp-tag\"\u003e ✋ Fine Motor Practice \u003c\/span\u003e \u003cspan class=\"lp-tag\"\u003e 📵 Screen-Free Play \u003c\/span\u003e \u003cspan class=\"lp-tag\"\u003e 🎂 Birthday Gifts \u003c\/span\u003e \u003cspan class=\"lp-tag\"\u003e 🎁 Educational Gifts \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"lp-final\"\u003e\n\u003ch2\u003eMatch it. Solve it. Celebrate it! 🧩💛\u003c\/h2\u003e\n\u003cp\u003eA little puzzle can spark some very big thinking.\u003c\/p\u003e\n\u003cbutton class=\"lp-button\" style=\"background: #ffd36e; color: #292929;\"\u003e 🛒 Add Little Puzzles to Cart \u003c\/button\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- TOAST --\u003e\n\u003cdiv id=\"lp-toast\" class=\"lp-toast\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"bys-user-store-561705","offers":[{"title":"Animals","offer_id":43262265786430,"sku":null,"price":150.0,"currency_code":"ZAR","in_stock":false},{"title":"Cars","offer_id":43262265851966,"sku":null,"price":150.0,"currency_code":"ZAR","in_stock":false},{"title":"Fruits","offer_id":43262271848510,"sku":null,"price":150.0,"currency_code":"ZAR","in_stock":false},{"title":"Other","offer_id":43264957513790,"sku":null,"price":150.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0678\/8631\/7630\/files\/1689329235838-dc6423674e2a450490aca987eadc4eaa-goods.avif?v=1787944052","url":"https:\/\/playoverpixel.co.za\/products\/16-piece-toddler-puzzle-matching-game","provider":"Play Over Pixel","version":"1.0","type":"link"}