{"product_id":"300-piece-complete-first-aid-kit","title":"300+-Piece Complete First Aid Kit","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800;900\u0026display=swap');\n\n:root{\n  --red:#e30613;\n  --dark:#111111;\n  --white:#ffffff;\n  --light:#f8f8f8;\n  --text:#555555;\n}\n\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\nbody{\n  font-family:'Poppins',sans-serif;\n  background:#fff;\n}\n\n.premium-kit{\n  max-width:1400px;\n  margin:auto;\n  padding:40px 20px;\n  overflow:hidden;\n}\n\n.hero{\n  position:relative;\n  background:linear-gradient(135deg,#ff1f2f,#b30000);\n  border-radius:35px;\n  padding:80px 60px;\n  overflow:hidden;\n  color:white;\n  box-shadow:0 30px 80px rgba(227,6,19,0.35);\n  animation:fadeIn 1s ease;\n}\n\n.hero::before{\n  content:'';\n  position:absolute;\n  width:500px;\n  height:500px;\n  background:rgba(255,255,255,0.06);\n  border-radius:50%;\n  top:-200px;\n  right:-100px;\n  animation:float 8s infinite ease-in-out;\n}\n\n.hero::after{\n  content:'';\n  position:absolute;\n  width:300px;\n  height:300px;\n  background:rgba(255,255,255,0.05);\n  border-radius:50%;\n  bottom:-120px;\n  left:-100px;\n  animation:float 6s infinite ease-in-out;\n}\n\n.badge{\n  display:inline-block;\n  background:white;\n  color:var(--red);\n  padding:14px 28px;\n  border-radius:100px;\n  font-weight:700;\n  font-size:15px;\n  margin-bottom:25px;\n  animation:pulse 2s infinite;\n}\n\n.hero h1{\n  font-size:68px;\n  line-height:1.05;\n  font-weight:900;\n  margin-bottom:25px;\n  max-width:800px;\n}\n\n.hero p{\n  font-size:21px;\n  line-height:1.8;\n  max-width:760px;\n  opacity:0.95;\n}\n\n.hero-buttons{\n  margin-top:40px;\n  display:flex;\n  gap:20px;\n  flex-wrap:wrap;\n}\n\n.btn-main{\n  background:white;\n  color:var(--red);\n  padding:18px 38px;\n  border-radius:100px;\n  text-decoration:none;\n  font-weight:700;\n  font-size:18px;\n  transition:0.35s ease;\n  box-shadow:0 15px 35px rgba(0,0,0,0.15);\n}\n\n.btn-main:hover{\n  transform:translateY(-5px) scale(1.04);\n}\n\n.btn-second{\n  border:2px solid rgba(255,255,255,0.5);\n  color:white;\n  padding:18px 38px;\n  border-radius:100px;\n  text-decoration:none;\n  font-weight:600;\n  transition:0.35s ease;\n}\n\n.btn-second:hover{\n  background:white;\n  color:var(--red);\n}\n\n.trust-bar{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n  gap:20px;\n  margin-top:35px;\n}\n\n.trust-item{\n  background:white;\n  border-radius:22px;\n  padding:25px;\n  text-align:center;\n  box-shadow:0 10px 30px rgba(0,0,0,0.08);\n  transition:0.3s ease;\n}\n\n.trust-item:hover{\n  transform:translateY(-8px);\n}\n\n.trust-item h3{\n  color:var(--red);\n  font-size:18px;\n  margin-top:12px;\n}\n\n.trust-item p{\n  color:var(--text);\n  font-size:14px;\n  margin-top:10px;\n  line-height:1.6;\n}\n\n.section-title{\n  text-align:center;\n  margin:90px 0 50px;\n}\n\n.section-title h2{\n  font-size:52px;\n  color:var(--dark);\n  margin-bottom:18px;\n}\n\n.section-title p{\n  font-size:20px;\n  color:var(--text);\n  max-width:800px;\n  margin:auto;\n  line-height:1.7;\n}\n\n.benefits{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));\n  gap:30px;\n}\n\n.benefit-card{\n  background:white;\n  border-radius:28px;\n  padding:35px;\n  position:relative;\n  overflow:hidden;\n  box-shadow:0 15px 45px rgba(0,0,0,0.08);\n  transition:0.35s ease;\n}\n\n.benefit-card:hover{\n  transform:translateY(-12px);\n  box-shadow:0 25px 60px rgba(227,6,19,0.15);\n}\n\n.benefit-card::before{\n  content:'';\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:6px;\n  background:linear-gradient(90deg,#ff1f2f,#ff8a8a);\n}\n\n.benefit-icon{\n  font-size:52px;\n  margin-bottom:20px;\n}\n\n.benefit-card h3{\n  font-size:28px;\n  margin-bottom:18px;\n  color:var(--dark);\n}\n\n.benefit-card p{\n  color:var(--text);\n  line-height:1.9;\n  font-size:17px;\n}\n\n.story{\n  margin-top:90px;\n  background:linear-gradient(135deg,#111,#222);\n  color:white;\n  padding:70px 50px;\n  border-radius:35px;\n  position:relative;\n  overflow:hidden;\n}\n\n.story h2{\n  font-size:54px;\n  margin-bottom:25px;\n}\n\n.story p{\n  max-width:900px;\n  font-size:20px;\n  line-height:2;\n  opacity:0.92;\n}\n\n.cta{\n  margin-top:80px;\n  background:linear-gradient(135deg,#ff1f2f,#c00000);\n  border-radius:35px;\n  padding:70px 40px;\n  text-align:center;\n  color:white;\n  position:relative;\n  overflow:hidden;\n}\n\n.cta h2{\n  font-size:58px;\n  margin-bottom:20px;\n}\n\n.cta p{\n  font-size:22px;\n  max-width:850px;\n  margin:auto;\n  line-height:1.8;\n  opacity:0.95;\n}\n\n.cta-btn{\n  margin-top:40px;\n  display:inline-block;\n  background:white;\n  color:var(--red);\n  padding:20px 50px;\n  border-radius:100px;\n  text-decoration:none;\n  font-weight:800;\n  font-size:20px;\n  transition:0.35s ease;\n  box-shadow:0 20px 40px rgba(0,0,0,0.2);\n}\n\n.cta-btn:hover{\n  transform:scale(1.08);\n}\n\n@keyframes float{\n  0%,100%{transform:translateY(0px);}\n  50%{transform:translateY(-20px);}\n}\n\n@keyframes pulse{\n  0%{transform:scale(1);}\n  50%{transform:scale(1.05);}\n  100%{transform:scale(1);}\n}\n\n@keyframes fadeIn{\n  from{opacity:0;transform:translateY(40px);}\n  to{opacity:1;transform:translateY(0);}\n}\n\n@media(max-width:768px){\n  .hero{padding:55px 30px;}\n  .hero h1{font-size:42px;}\n  .hero p{font-size:17px;}\n  .section-title h2{font-size:38px;}\n  .story h2,.cta h2{font-size:38px;}\n  .story p,.cta p{font-size:17px;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"premium-kit\"\u003e\n\n  \u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"badge\"\u003e🚨 BESTSELLING EMERGENCY KIT\u003c\/div\u003e\n    \u003ch1\u003e300+ Piece Complete First Aid Kit\u003c\/h1\u003e\n    \u003cp\u003eBe ready for cuts, burns, accidents, emergencies, road trips, camping, sports injuries, and unexpected moments with a premium all-in-one first aid kit designed to protect the people you care about most.\u003c\/p\u003e\n    \u003cdiv class=\"hero-buttons\"\u003e\n      \u003ca href=\"#\" class=\"btn-main\"\u003e🛒 GET YOUR KIT NOW\u003c\/a\u003e\n      \u003ca href=\"#\" class=\"btn-second\"\u003e❤️ Protect Your Family\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"trust-bar\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv style=\"font-size:42px;\"\u003e🩹\u003c\/div\u003e\n      \u003ch3\u003e300+ Essential Items\u003c\/h3\u003e\n      \u003cp\u003eFully stocked with 300+ emergency medical supplies for real-life situations.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv style=\"font-size:42px;\"\u003e🚗\u003c\/div\u003e\n      \u003ch3\u003ePerfect Anywhere\u003c\/h3\u003e\n      \u003cp\u003eIdeal for home, cars, camping, travel, offices, sports, and emergencies.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv style=\"font-size:42px;\"\u003e⚡\u003c\/div\u003e\n      \u003ch3\u003eFast Emergency Access\u003c\/h3\u003e\n      \u003cp\u003eOrganized compartments help you react quickly when seconds matter most.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv style=\"font-size:42px;\"\u003e❤️\u003c\/div\u003e\n      \u003ch3\u003ePeace Of Mind\u003c\/h3\u003e\n      \u003cp\u003eFeel confident knowing you're prepared to protect yourself and loved ones.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003ch2\u003eWhy Every Home Needs One\u003c\/h2\u003e\n    \u003cp\u003eMost people only realize they need a first aid kit after an emergency happens. This 300+ piece emergency kit helps you stay calm, prepared, and ready for life's unexpected moments.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"benefits\"\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e👨‍👩‍👧\u003c\/div\u003e\n      \u003ch3\u003eProtect Your Family\u003c\/h3\u003e\n      \u003cp\u003eFrom scraped knees and kitchen cuts to unexpected emergencies, this 300+ piece kit gives you the tools to respond immediately and confidently.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e🏕️\u003c\/div\u003e\n      \u003ch3\u003eTravel With Confidence\u003c\/h3\u003e\n      \u003cp\u003eKeep it in your car, backpack, caravan, or camping gear so you're always prepared no matter where life takes you.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e⏱️\u003c\/div\u003e\n      \u003ch3\u003eSave Valuable Time\u003c\/h3\u003e\n      \u003cp\u003eIn emergencies, every second matters. Organized compartments make it easy to quickly find the supplies you need.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e🛡️\u003c\/div\u003e\n      \u003ch3\u003eBe Ready For The Unexpected\u003c\/h3\u003e\n      \u003cp\u003eRoadside emergencies, sports injuries, burns, falls, and outdoor accidents happen unexpectedly — this kit helps you respond fast.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e💼\u003c\/div\u003e\n      \u003ch3\u003eCompact \u0026amp; Portable\u003c\/h3\u003e\n      \u003cp\u003eLightweight and easy to carry while still packed with over 300+ carefully selected emergency essentials.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e💎\u003c\/div\u003e\n      \u003ch3\u003ePremium Quality Design\u003c\/h3\u003e\n      \u003cp\u003eDurable red-and-white carry case with professional organization designed to look premium and perform when needed most.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"story\"\u003e\n    \u003ch2\u003e❤️ The Kit You Hope You Never Need\u003c\/h2\u003e\n    \u003cp\u003eImagine being the person who stays calm during an emergency — the one who already has everything ready when someone gets hurt.\u003cbr\u003e\u003cbr\u003eWhether it's a scraped knee at the park, a kitchen accident at home, or an emergency on the road, this 300+ Piece Complete First Aid Kit gives you confidence, preparation, and peace of mind.\u003cbr\u003e\u003cbr\u003eBecause when emergencies happen, being prepared changes everything.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cta\"\u003e\n    \u003ch2\u003e🚨 Don't Wait Until It's Too Late\u003c\/h2\u003e\n    \u003cp\u003eThousands of people wait until an emergency happens before buying a first aid kit. Be prepared today and protect the people who matter most.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"cta-btn\"\u003e🛒 ORDER YOUR KIT TODAY\u003c\/a\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Care Box","offers":[{"title":"Default Title","offer_id":54134234775836,"sku":null,"price":599.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0956\/1250\/2300\/files\/WhatsApp_Image_2026-05-20_at_23.26.20_4.jpg?v=1779312735","url":"https:\/\/careboxsa.co.za\/products\/300-piece-complete-first-aid-kit","provider":"CareBox","version":"1.0","type":"link"}