{"product_id":"assembly-tool-box","title":"Assembly Tool Box","description":"\u003cstyle\u003e\n\n\/* =========================================================\n   ASSEMBLY TOOL BOX\n   147-PIECE DIY CONSTRUCTION \u0026 BUILDING TOOL SET\n========================================================= *\/\n\n.assembly-toolbox {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 30px 20px 80px;\n  font-family: inherit;\n  color: #292929;\n}\n\n.assembly-toolbox * {\n  box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.at-hero {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  align-items: center;\n\n  padding: 45px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fff0c8,\n      #eaf3f7\n    );\n\n  border-radius: 35px;\n  overflow: hidden;\n}\n\n\n\/* =========================================================\n   HERO TEXT\n========================================================= *\/\n\n.at-content {\n  position: relative;\n  z-index: 2;\n}\n\n.at-badge {\n  display: inline-block;\n\n  padding: 8px 16px;\n\n  background: #ffffff;\n  color: #ca8631;\n\n  border-radius: 50px;\n\n  font-size: 12px;\n  font-weight: 800;\n\n  letter-spacing: 1px;\n\n  margin-bottom: 18px;\n}\n\n.at-title {\n  margin: 0 0 18px;\n\n  font-size: clamp(40px, 5vw, 64px);\n\n  line-height: .96;\n\n  letter-spacing: -3px;\n}\n\n.at-subtitle {\n  color: #ca8631;\n\n  font-size: 21px;\n  font-weight: 800;\n\n  line-height: 1.3;\n\n  margin-bottom: 18px;\n}\n\n.at-description {\n  max-width: 545px;\n\n  margin: 0;\n\n  color: #555;\n\n  font-size: 16px;\n\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   IMAGE GALLERY\n========================================================= *\/\n\n.at-gallery {\n  position: relative;\n}\n\n.at-main-image {\n  overflow: hidden;\n\n  background: #ffffff;\n\n  border-radius: 28px;\n\n  box-shadow:\n    0 25px 55px rgba(0,0,0,.15);\n}\n\n.at-main-image img {\n  display: block;\n\n  width: 100%;\n  height: auto;\n\n  transition:\n    opacity .25s ease,\n    transform .4s ease;\n}\n\n.at-main-image:hover img {\n  transform: scale(1.02);\n}\n\n.at-image-label {\n  position: absolute;\n\n  left: 16px;\n  bottom: 75px;\n\n  padding: 9px 15px;\n\n  background: #ffffff;\n\n  border-radius: 50px;\n\n  font-size: 13px;\n  font-weight: 800;\n\n  box-shadow:\n    0 8px 20px rgba(0,0,0,.13);\n}\n\n\n\/* =========================================================\n   THUMBNAILS\n========================================================= *\/\n\n.at-thumbnails {\n  display: grid;\n\n  grid-template-columns:\n    repeat(3, 1fr);\n\n  gap: 10px;\n\n  margin-top: 12px;\n}\n\n.at-thumb {\n  padding: 0;\n\n  background: #ffffff;\n\n  border:\n    3px solid transparent;\n\n  border-radius: 15px;\n\n  overflow: hidden;\n\n  cursor: pointer;\n\n  transition:\n    border-color .2s ease,\n    transform .2s ease;\n}\n\n.at-thumb:hover {\n  transform: translateY(-3px);\n}\n\n.at-thumb.active {\n  border-color: #ca8631;\n}\n\n.at-thumb img {\n  display: block;\n\n  width: 100%;\n  height: auto;\n}\n\n\n\/* =========================================================\n   SECTIONS\n========================================================= *\/\n\n.at-section {\n  margin-top: 75px;\n}\n\n.at-heading {\n  max-width: 720px;\n\n  margin: 0 auto 35px;\n\n  text-align: center;\n}\n\n.at-heading h2 {\n  margin: 0 0 10px;\n\n  font-size: 38px;\n\n  line-height: 1.1;\n}\n\n.at-heading p {\n  margin: 0;\n\n  color: #707070;\n\n  font-size: 15px;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.at-benefits {\n  display: grid;\n\n  grid-template-columns:\n    repeat(4, 1fr);\n\n  gap: 16px;\n}\n\n.at-benefit {\n  padding: 28px 20px;\n\n  background: #ffffff;\n\n  border:\n    2px solid transparent;\n\n  border-radius: 22px;\n\n  text-align: center;\n\n  cursor: pointer;\n\n  transition:\n    transform .25s ease,\n    border-color .25s ease,\n    box-shadow .25s ease;\n}\n\n.at-benefit:hover,\n.at-benefit.active {\n\n  transform:\n    translateY(-7px);\n\n  border-color:\n    #dfaa5f;\n\n  box-shadow:\n    0 15px 30px rgba(0,0,0,.07);\n}\n\n.at-icon {\n\n  font-size: 42px;\n\n  margin-bottom: 12px;\n}\n\n.at-benefit h3 {\n\n  margin: 0 0 7px;\n\n  font-size: 17px;\n}\n\n.at-benefit p {\n\n  margin: 0;\n\n  color: #777;\n\n  font-size: 13px;\n\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   BUILD SECTION\n========================================================= *\/\n\n.at-build {\n\n  display: grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap: 45px;\n\n  align-items: center;\n\n  padding: 45px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #e9f3f6,\n      #fff0ca\n    );\n\n  border-radius: 30px;\n}\n\n.at-build h2 {\n\n  margin: 0 0 16px;\n\n  font-size: 38px;\n\n  line-height: 1.05;\n}\n\n.at-build p {\n\n  margin: 0;\n\n  color: #555;\n\n  line-height: 1.7;\n}\n\n.at-tools {\n\n  display: grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap: 11px;\n}\n\n.at-tool {\n\n  padding: 17px;\n\n  background: #ffffff;\n\n  border: 0;\n\n  border-radius: 16px;\n\n  text-align: left;\n\n  font-family: inherit;\n\n  font-weight: 800;\n\n  cursor: pointer;\n\n  transition: .2s ease;\n}\n\n.at-tool:hover {\n\n  transform:\n    scale(1.03);\n\n  background:\n    #fff7dc;\n}\n\n\n\/* =========================================================\n   TOOL WORKSHOP\n========================================================= *\/\n\n.at-workshop {\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(4, 1fr);\n\n  gap: 14px;\n}\n\n.at-workshop-card {\n\n  padding: 25px 15px;\n\n  background: #ffffff;\n\n  border-radius: 20px;\n\n  text-align: center;\n\n  cursor: pointer;\n\n  transition: .25s ease;\n}\n\n.at-workshop-card:hover {\n\n  transform:\n    translateY(-6px)\n    rotate(1deg);\n\n  background:\n    #fff7df;\n}\n\n.at-workshop-icon {\n\n  font-size: 37px;\n\n  margin-bottom: 8px;\n}\n\n.at-workshop-card strong {\n\n  display: block;\n\n  font-size: 14px;\n\n  margin-bottom: 5px;\n}\n\n.at-workshop-card span {\n\n  color: #777;\n\n  font-size: 12px;\n}\n\n\n\/* =========================================================\n   CREATIONS\n========================================================= *\/\n\n.at-creations {\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(5, 1fr);\n\n  gap: 12px;\n}\n\n.at-creation {\n\n  padding: 22px 10px;\n\n  background: #ffffff;\n\n  border-radius: 18px;\n\n  text-align: center;\n\n  cursor: pointer;\n\n  transition: .2s ease;\n}\n\n.at-creation:hover {\n\n  transform:\n    translateY(-5px);\n\n  background:\n    #eef7fb;\n}\n\n.at-creation-icon {\n\n  font-size: 34px;\n\n  margin-bottom: 7px;\n}\n\n.at-creation span {\n\n  display: block;\n\n  font-size: 12px;\n\n  font-weight: 800;\n}\n\n\n\/* =========================================================\n   INCLUDED\n========================================================= *\/\n\n.at-included {\n\n  display: grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap: 18px;\n}\n\n.at-included-card {\n\n  padding: 32px;\n\n  background: #ffffff;\n\n  border-radius: 25px;\n}\n\n.at-included-card h3 {\n\n  margin: 0 0 18px;\n\n  font-size: 24px;\n}\n\n.at-included-card ul {\n\n  list-style: none;\n\n  margin: 0;\n  padding: 0;\n}\n\n.at-included-card li {\n\n  padding: 10px 0;\n\n  border-bottom:\n    1px solid #eee;\n}\n\n.at-included-card li:last-child {\n\n  border-bottom: none;\n}\n\n\n\/* =========================================================\n   HOW IT WORKS\n========================================================= *\/\n\n.at-steps {\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(4, 1fr);\n\n  gap: 14px;\n}\n\n.at-step {\n\n  padding: 25px 18px;\n\n  background: #ffffff;\n\n  border-radius: 20px;\n\n  text-align: center;\n\n  transition: .25s ease;\n}\n\n.at-step:hover {\n\n  transform:\n    translateY(-5px);\n}\n\n.at-step-number {\n\n  width: 42px;\n  height: 42px;\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  margin: 0 auto 12px;\n\n  background:\n    #fff0c8;\n\n  border-radius: 50%;\n\n  font-weight: 900;\n}\n\n.at-step h3 {\n\n  margin: 0 0 7px;\n\n  font-size: 16px;\n}\n\n.at-step p {\n\n  margin: 0;\n\n  color: #777;\n\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   TOOLBOX FEATURE\n========================================================= *\/\n\n.at-toolbox {\n\n  padding: 45px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fff0ca,\n      #f1e8da\n    );\n\n  border-radius: 30px;\n\n  text-align: center;\n}\n\n.at-toolbox h2 {\n\n  margin: 0 0 12px;\n\n  font-size: 36px;\n}\n\n.at-toolbox p {\n\n  max-width: 760px;\n\n  margin:\n    0 auto 25px;\n\n  color: #555;\n\n  line-height: 1.7;\n}\n\n.at-toolbox-badge {\n\n  display: inline-block;\n\n  padding: 15px 24px;\n\n  background: #ffffff;\n\n  border-radius: 50px;\n\n  font-size: 20px;\n\n  font-weight: 900;\n\n  box-shadow:\n    0 8px 20px rgba(0,0,0,.08);\n}\n\n\n\/* =========================================================\n   TAGS\n========================================================= *\/\n\n.at-tags {\n\n  display: flex;\n\n  justify-content: center;\n\n  flex-wrap: wrap;\n\n  gap: 10px;\n}\n\n.at-tag {\n\n  padding: 10px 17px;\n\n  background: #ffffff;\n\n  border:\n    1px solid #eee;\n\n  border-radius: 50px;\n\n  font-size: 13px;\n\n  transition: .2s ease;\n}\n\n.at-tag:hover {\n\n  transform:\n    translateY(-3px);\n\n  background:\n    #fff1ca;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.at-final {\n\n  margin-top: 75px;\n\n  padding: 55px 25px;\n\n  background:\n    #292929;\n\n  color: #ffffff;\n\n  border-radius: 30px;\n\n  text-align: center;\n}\n\n.at-final h2 {\n\n  margin: 0 0 10px;\n\n  font-size: 38px;\n\n  line-height: 1.1;\n}\n\n.at-final p {\n\n  margin: 0;\n\n  color: #ddd;\n}\n\n\n\/* =========================================================\n   TOAST\n========================================================= *\/\n\n.at-toast {\n\n  position: fixed;\n\n  left: 50%;\n  bottom: 25px;\n\n  z-index: 99999;\n\n  padding: 14px 22px;\n\n  background:\n    #292929;\n\n  color:\n    #ffffff;\n\n  border-radius:\n    50px;\n\n  font-size:\n    14px;\n\n  font-weight:\n    700;\n\n  opacity:\n    0;\n\n  pointer-events:\n    none;\n\n  transform:\n    translate(-50%,25px);\n\n  transition:\n    .3s ease;\n}\n\n.at-toast.show {\n\n  opacity:\n    1;\n\n  transform:\n    translate(-50%,0);\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media (max-width: 950px) {\n\n  .at-hero,\n  .at-build {\n\n    grid-template-columns:\n      1fr;\n  }\n\n  .at-benefits {\n\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .at-workshop {\n\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .at-creations {\n\n    grid-template-columns:\n      repeat(3,1fr);\n  }\n\n  .at-steps {\n\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .at-included {\n\n    grid-template-columns:\n      1fr;\n  }\n\n}\n\n\n@media (max-width: 600px) {\n\n  .assembly-toolbox {\n\n    padding:\n      15px 12px 50px;\n  }\n\n  .at-hero {\n\n    padding:\n      30px 22px;\n  }\n\n  .at-benefits {\n\n    grid-template-columns:\n      1fr;\n  }\n\n  .at-tools {\n\n    grid-template-columns:\n      1fr;\n  }\n\n  .at-workshop {\n\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .at-creations {\n\n    grid-template-columns:\n      1fr 1fr 1fr;\n  }\n\n  .at-steps {\n\n    grid-template-columns:\n      1fr;\n  }\n\n  .at-build,\n  .at-toolbox {\n\n    padding:\n      30px 22px;\n  }\n\n  .at-title {\n\n    font-size:\n      43px;\n  }\n\n  .at-heading h2,\n  .at-build h2,\n  .at-toolbox h2,\n  .at-final h2 {\n\n    font-size:\n      30px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"assembly-toolbox\"\u003e\n\u003c!-- =====================================================\n       HERO\n  ====================================================== --\u003e\n\u003cdiv class=\"at-hero\"\u003e\n\u003cdiv class=\"at-content\"\u003e\n\u003cdiv class=\"at-badge\"\u003e🔧 LITTLE BUILDERS WORKSHOP\u003c\/div\u003e\n\u003ch1 class=\"at-title\"\u003eBuild It.\u003cbr\u003eTake It Apart.\u003c\/h1\u003e\n\u003cdiv class=\"at-subtitle\"\u003e147-Piece DIY Construction \u0026amp; Building Tool Set 🧰🛠️\u003c\/div\u003e\n\u003cp class=\"at-description\"\u003eLet little hands build, create and explore! This hands-on construction set gives curious kids their own collection of building pieces, screws, connectors and child-friendly tools to turn ideas into something they can actually hold.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =================================================\n         THREE IMAGE GALLERY\n    ================================================== --\u003e\n\u003cdiv class=\"at-gallery\"\u003e\n\u003cdiv class=\"at-main-image\"\u003e\n\u003cimg id=\"atMainImage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0678\/8631\/7630\/files\/59dde752-8a84-445c-ac29-e4701ee30bc4.avif\" alt=\"147-Piece DIY Assembly Tool Box\" loading=\"eager\"\u003e\n\u003cdiv class=\"at-image-label\"\u003e🧰 Your own little toolbox\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-thumbnails\"\u003e\n\u003cbutton type=\"button\" class=\"at-thumb active\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0678\/8631\/7630\/files\/59dde752-8a84-445c-ac29-e4701ee30bc4.avif\" alt=\"Assembly Tool Box main view\"\u003e \u003c\/button\u003e \u003cbutton type=\"button\" class=\"at-thumb\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0678\/8631\/7630\/files\/993ab6fc-4996-44df-ad02-7671e46c38ea.avif\" alt=\"Assembly Tool Box pieces\"\u003e \u003c\/button\u003e \u003cbutton type=\"button\" class=\"at-thumb\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0678\/8631\/7630\/files\/a9d9eaba-57f3-4c6d-ac0e-0ddb74a8a39b.avif\" alt=\"Assembly Tool Box alternate view\"\u003e \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       WHY KIDS LOVE IT\n  ====================================================== --\u003e\n\u003csection class=\"at-section\"\u003e\n\u003cdiv class=\"at-heading\"\u003e\n\u003ch2\u003eWhy Kids Love Building 🔧\u003c\/h2\u003e\n\u003cp\u003eGive them the tools to make their own ideas real.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-benefits\"\u003e\n\u003cdiv class=\"at-benefit\"\u003e\n\u003cdiv class=\"at-icon\"\u003e🧠\u003c\/div\u003e\n\u003ch3\u003eProblem Solving\u003c\/h3\u003e\n\u003cp\u003eFigure out how pieces fit together and solve little construction challenges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-benefit\"\u003e\n\u003cdiv class=\"at-icon\"\u003e✋\u003c\/div\u003e\n\u003ch3\u003eFine Motor Skills\u003c\/h3\u003e\n\u003cp\u003eTwist, connect, tighten and manipulate small building components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-benefit\"\u003e\n\u003cdiv class=\"at-icon\"\u003e👀\u003c\/div\u003e\n\u003ch3\u003eHand-Eye Coordination\u003c\/h3\u003e\n\u003cp\u003ePractise precision while assembling each new creation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-benefit\"\u003e\n\u003cdiv class=\"at-icon\"\u003e🎨\u003c\/div\u003e\n\u003ch3\u003eCreativity\u003c\/h3\u003e\n\u003cp\u003eThere is no single right way to build something new.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BUILD IT\n  ====================================================== --\u003e\n\u003csection class=\"at-section\"\u003e\n\u003cdiv class=\"at-build\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eBuild It. Take It Apart. Build Something New. 🛠️\u003c\/h2\u003e\n\u003cp\u003eKids can use the screwdriver, adjustable wrench and other tools to assemble their creations. Finished building? Take it apart and start again.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003eThe process of making, testing, changing and rebuilding turns playtime into a hands-on exploration of how things fit and work together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-tools\"\u003e\n\u003cbutton class=\"at-tool\"\u003e 🔧 Screwdriver \u003c\/button\u003e \u003cbutton class=\"at-tool\"\u003e 🔩 Adjustable Wrench \u003c\/button\u003e \u003cbutton class=\"at-tool\"\u003e 🛠️ Pliers \u003c\/button\u003e \u003cbutton class=\"at-tool\"\u003e 🔧 Spanner \u003c\/button\u003e \u003cbutton class=\"at-tool\"\u003e ⚙️ Drill-Style Tool \u003c\/button\u003e \u003cbutton class=\"at-tool\"\u003e 🧰 Carry Toolbox \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       WORKSHOP\n  ====================================================== --\u003e\n\u003csection class=\"at-section\"\u003e\n\u003cdiv class=\"at-heading\"\u003e\n\u003ch2\u003eWelcome to the Little Workshop 🧰\u003c\/h2\u003e\n\u003cp\u003eEvery tool has a job. Every builder has a plan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-workshop\"\u003e\n\u003cdiv class=\"at-workshop-card\"\u003e\n\u003cdiv class=\"at-workshop-icon\"\u003e🔧\u003c\/div\u003e\n\u003cstrong\u003e Assemble \u003c\/strong\u003e \u003cspan\u003e Put pieces together \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-workshop-card\"\u003e\n\u003cdiv class=\"at-workshop-icon\"\u003e🔩\u003c\/div\u003e\n\u003cstrong\u003e Tighten \u003c\/strong\u003e \u003cspan\u003e Secure the pieces \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-workshop-card\"\u003e\n\u003cdiv class=\"at-workshop-icon\"\u003e⚙️\u003c\/div\u003e\n\u003cstrong\u003e Experiment \u003c\/strong\u003e \u003cspan\u003e Try a new design \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-workshop-card\"\u003e\n\u003cdiv class=\"at-workshop-icon\"\u003e♻️\u003c\/div\u003e\n\u003cstrong\u003e Rebuild \u003c\/strong\u003e \u003cspan\u003e Start again \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CREATIONS\n  ====================================================== --\u003e\n\u003csection class=\"at-section\"\u003e\n\u003cdiv class=\"at-heading\"\u003e\n\u003ch2\u003eWhat Could They Build? 🚗\u003c\/h2\u003e\n\u003cp\u003eThe next creation is always waiting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-creations\"\u003e\n\u003cdiv class=\"at-creation\"\u003e\n\u003cdiv class=\"at-creation-icon\"\u003e🚗\u003c\/div\u003e\n\u003cspan\u003e Vehicles \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-creation\"\u003e\n\u003cdiv class=\"at-creation-icon\"\u003e🚜\u003c\/div\u003e\n\u003cspan\u003e Machines \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-creation\"\u003e\n\u003cdiv class=\"at-creation-icon\"\u003e🤖\u003c\/div\u003e\n\u003cspan\u003e Robots \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-creation\"\u003e\n\u003cdiv class=\"at-creation-icon\"\u003e🏠\u003c\/div\u003e\n\u003cspan\u003e Structures \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-creation\"\u003e\n\u003cdiv class=\"at-creation-icon\"\u003e🦖\u003c\/div\u003e\n\u003cspan\u003e Animals \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       WHAT'S INCLUDED\n  ====================================================== --\u003e\n\u003csection class=\"at-section\"\u003e\n\u003cdiv class=\"at-heading\"\u003e\n\u003ch2\u003eWhat's Inside? 📦\u003c\/h2\u003e\n\u003cp\u003eA whole little workshop packed into one toolbox.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-included\"\u003e\n\u003cdiv class=\"at-included-card\"\u003e\n\u003ch3\u003e🔩 147-Piece Set\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e✓ Building boards and connecting pieces\u003c\/li\u003e\n\u003cli\u003e✓ Screws, nuts and connectors\u003c\/li\u003e\n\u003cli\u003e✓ Wheels and construction components\u003c\/li\u003e\n\u003cli\u003e✓ Child-friendly screwdriver\u003c\/li\u003e\n\u003cli\u003e✓ Adjustable wrench\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-included-card\"\u003e\n\u003ch3\u003e🧰 Tools \u0026amp; Storage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e✓ Pliers\u003c\/li\u003e\n\u003cli\u003e✓ Spanner\u003c\/li\u003e\n\u003cli\u003e✓ Screwdriver \/ drill-style tool\u003c\/li\u003e\n\u003cli\u003e✓ Convenient carry case\u003c\/li\u003e\n\u003cli\u003e✓ Easy tidy-up and storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HOW IT WORKS\n  ====================================================== --\u003e\n\u003csection class=\"at-section\"\u003e\n\u003cdiv class=\"at-heading\"\u003e\n\u003ch2\u003eBuild Like a Little Engineer 🧠\u003c\/h2\u003e\n\u003cp\u003eFrom an idea to a finished creation in four steps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-steps\"\u003e\n\u003cdiv class=\"at-step\"\u003e\n\u003cdiv class=\"at-step-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eImagine\u003c\/h3\u003e\n\u003cp\u003eDecide what you want to create.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-step\"\u003e\n\u003cdiv class=\"at-step-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eBuild\u003c\/h3\u003e\n\u003cp\u003eConnect the pieces and get assembling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-step\"\u003e\n\u003cdiv class=\"at-step-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eExperiment\u003c\/h3\u003e\n\u003cp\u003eTest the design and make changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-step\"\u003e\n\u003cdiv class=\"at-step-number\"\u003e4\u003c\/div\u003e\n\u003ch3\u003eRebuild\u003c\/h3\u003e\n\u003cp\u003eTake it apart and create something new.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       TOOLBOX\n  ====================================================== --\u003e\n\u003csection class=\"at-section\"\u003e\n\u003cdiv class=\"at-toolbox\"\u003e\n\u003ch2\u003eMore Than Just a Toy 💡\u003c\/h2\u003e\n\u003cp\u003eThis is learning disguised as play. Children can experiment, make mistakes, solve problems and see their ideas turn into something they can actually hold.\u003c\/p\u003e\n\u003cdiv class=\"at-toolbox-badge\"\u003e🧰 147 PIECES • BIG IMAGINATION\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PERFECT FOR\n  ====================================================== --\u003e\n\u003csection class=\"at-section\"\u003e\n\u003cdiv class=\"at-heading\"\u003e\n\u003ch2\u003ePerfect For 🎁\u003c\/h2\u003e\n\u003cp\u003eFor curious kids who love figuring out how things work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"at-tags\"\u003e\n\u003cspan class=\"at-tag\"\u003e 🔧 DIY Building \u003c\/span\u003e \u003cspan class=\"at-tag\"\u003e 🧠 Problem Solving \u003c\/span\u003e \u003cspan class=\"at-tag\"\u003e ✋ Fine Motor Skills \u003c\/span\u003e \u003cspan class=\"at-tag\"\u003e 👀 Hand-Eye Coordination \u003c\/span\u003e \u003cspan class=\"at-tag\"\u003e 🎨 Creative Play \u003c\/span\u003e \u003cspan class=\"at-tag\"\u003e 🧰 Tool Play \u003c\/span\u003e \u003cspan class=\"at-tag\"\u003e ⚙️ Mechanical Concepts \u003c\/span\u003e \u003cspan class=\"at-tag\"\u003e 🚗 Model Building \u003c\/span\u003e \u003cspan class=\"at-tag\"\u003e 📵 Screen-Free Play \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL\n  ====================================================== --\u003e\n\u003csection class=\"at-final\"\u003e\n\u003ch2\u003eBuild Their Confidence. Build Their World. 🔧✨\u003c\/h2\u003e\n\u003cp\u003eBuild it. Take it apart. Build something new.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     TOAST\n====================================================== --\u003e\n\u003cdiv id=\"at-toast\" class=\"at-toast\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"bys-user-store-561705","offers":[{"title":"Default Title","offer_id":43262105714750,"sku":null,"price":999.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0678\/8631\/7630\/files\/59dde752-8a84-445c-ac29-e4701ee30bc4.avif?v=1787941203","url":"https:\/\/playoverpixel.co.za\/products\/assembly-tool-box","provider":"Play Over Pixel","version":"1.0","type":"link"}