{"title":"Automotive","description":null,"products":[{"product_id":"living-lekker™-high-power-portable-vacuum-cleaner","title":"Living Lekker™ Portable Vacuum Cleaner","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@500;600;700\u0026display=swap');\n\n:root{\n  --ll-black:#151716;\n  --ll-dark:#202321;\n  --ll-green:#254C3A;\n  --ll-gold:#B4935A;\n  --ll-gold-light:#D5BD8D;\n  --ll-text:#343936;\n  --ll-muted:#737973;\n  --ll-border:#E7E5DF;\n  --ll-cream:#F8F7F3;\n}\n\n\/* MAIN WRAPPER *\/\n\n.ll-wrapper{\n  font-family:'Inter',sans-serif;\n  background:\n    radial-gradient(circle at 10% 5%,rgba(180,147,90,.06),transparent 28%),\n    radial-gradient(circle at 90% 90%,rgba(37,76,58,.05),transparent 30%),\n    #FFFFFF;\n  padding:70px 20px;\n  color:var(--ll-text);\n}\n\n.ll-container{\n  max-width:1120px;\n  margin:auto;\n}\n\n\/* HERO *\/\n\n.ll-hero{\n  position:relative;\n  overflow:hidden;\n  text-align:center;\n  padding:85px 45px 90px;\n  border-radius:4px;\n  background:\n    linear-gradient(145deg,#FFFFFF 0%,#FBFAF7 55%,#F5F4EF 100%);\n  border:1px solid var(--ll-border);\n  box-shadow:\n    0 25px 70px rgba(0,0,0,.07),\n    0 3px 10px rgba(0,0,0,.025);\n}\n\n.ll-hero:before{\n  content:\"\";\n  position:absolute;\n  width:500px;\n  height:500px;\n  border-radius:50%;\n  background:rgba(180,147,90,.07);\n  filter:blur(100px);\n  top:-300px;\n  left:-180px;\n}\n\n.ll-hero:after{\n  content:\"\";\n  position:absolute;\n  width:450px;\n  height:450px;\n  border-radius:50%;\n  background:rgba(37,76,58,.055);\n  filter:blur(100px);\n  bottom:-300px;\n  right:-180px;\n}\n\n.ll-hero \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n\/* TOP LABEL *\/\n\n.ll-badge{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  padding:9px 19px;\n  border:1px solid rgba(180,147,90,.55);\n  background:rgba(255,255,255,.75);\n  color:#8A6C38;\n  border-radius:2px;\n  font-size:11px;\n  font-weight:600;\n  letter-spacing:2.2px;\n  text-transform:uppercase;\n  margin-bottom:30px;\n}\n\n\/* TITLE *\/\n\n.ll-title{\n  font-family:'Playfair Display',serif;\n  font-size:54px;\n  font-weight:600;\n  line-height:1.12;\n  letter-spacing:-1.5px;\n  margin:0 0 20px;\n  color:var(--ll-black);\n}\n\n.ll-title span{\n  color:var(--ll-green);\n}\n\n\/* SUBTITLE *\/\n\n.ll-sub{\n  font-size:18px;\n  font-weight:500;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  color:#8A6C38;\n  margin:0 0 25px;\n}\n\n\/* DESCRIPTION *\/\n\n.ll-desc{\n  max-width:720px;\n  margin:auto;\n  font-size:16px;\n  line-height:1.9;\n  font-weight:400;\n  color:var(--ll-muted);\n}\n\n\/* DIVIDER *\/\n\n.ll-divider{\n  width:55px;\n  height:1px;\n  background:var(--ll-gold);\n  margin:32px auto 0;\n}\n\n\/* CARDS *\/\n\n.ll-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  margin-top:28px;\n}\n\n.ll-card{\n  position:relative;\n  background:#FFFFFF;\n  padding:34px 30px;\n  border:1px solid var(--ll-border);\n  border-radius:3px;\n  box-shadow:0 10px 30px rgba(0,0,0,.035);\n  transition:all .3s ease;\n}\n\n.ll-card:hover{\n  transform:translateY(-4px);\n  border-color:rgba(180,147,90,.45);\n  box-shadow:0 18px 40px rgba(0,0,0,.07);\n}\n\n.ll-card:before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:30px;\n  right:30px;\n  height:1px;\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(180,147,90,.6),\n    transparent\n  );\n}\n\n\/* CARD HEADINGS *\/\n\n.ll-card h3{\n  font-family:'Playfair Display',serif;\n  font-size:23px;\n  font-weight:600;\n  color:var(--ll-black);\n  margin:8px 0 22px;\n}\n\n\/* LIST *\/\n\n.ll-card ul{\n  list-style:none;\n  padding:0;\n  margin:0;\n}\n\n.ll-card li{\n  position:relative;\n  padding:12px 0 12px 18px;\n  border-bottom:1px solid #F0EFEB;\n  font-size:14px;\n  line-height:1.5;\n  color:#626863;\n}\n\n.ll-card li:last-child{\n  border-bottom:none;\n}\n\n.ll-card li:before{\n  content:\"\";\n  position:absolute;\n  left:0;\n  top:19px;\n  width:5px;\n  height:5px;\n  border-radius:50%;\n  background:var(--ll-gold);\n}\n\n\/* PREMIUM FEATURE STRIP *\/\n\n.ll-premium{\n  margin-top:28px;\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  background:var(--ll-black);\n  border-radius:3px;\n  overflow:hidden;\n  box-shadow:0 18px 45px rgba(0,0,0,.12);\n}\n\n.ll-premium-item{\n  padding:25px 18px;\n  text-align:center;\n  border-right:1px solid rgba(255,255,255,.1);\n}\n\n.ll-premium-item:last-child{\n  border-right:none;\n}\n\n.ll-premium-number{\n  font-family:'Playfair Display',serif;\n  font-size:25px;\n  color:var(--ll-gold-light);\n  margin-bottom:5px;\n}\n\n.ll-premium-text{\n  font-size:10px;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  color:#D7D9D6;\n}\n\n\/* CTA *\/\n\n.ll-cta{\n  position:relative;\n  overflow:hidden;\n  margin-top:28px;\n  text-align:center;\n  padding:70px 30px;\n  background:\n    linear-gradient(135deg,#F9F8F4,#FFFFFF);\n  border:1px solid var(--ll-border);\n  border-radius:3px;\n  box-shadow:0 15px 40px rgba(0,0,0,.055);\n}\n\n.ll-cta:before{\n  content:\"\";\n  position:absolute;\n  width:350px;\n  height:350px;\n  border-radius:50%;\n  background:rgba(180,147,90,.07);\n  filter:blur(100px);\n  top:-220px;\n  left:50%;\n  transform:translateX(-50%);\n}\n\n.ll-cta \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.ll-cta h2{\n  font-family:'Playfair Display',serif;\n  font-size:39px;\n  font-weight:600;\n  color:var(--ll-black);\n  margin:0 0 16px;\n}\n\n.ll-cta p{\n  max-width:650px;\n  margin:0 auto 32px;\n  font-size:16px;\n  line-height:1.8;\n  color:var(--ll-muted);\n}\n\n\/* BUTTON *\/\n\n.ll-button{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  padding:17px 38px;\n  border-radius:2px;\n  text-decoration:none;\n  font-size:12px;\n  font-weight:600;\n  letter-spacing:1.7px;\n  text-transform:uppercase;\n  color:#FFFFFF;\n  background:var(--ll-black);\n  border:1px solid var(--ll-black);\n  box-shadow:0 10px 25px rgba(0,0,0,.15);\n  transition:all .3s ease;\n}\n\n.ll-button:hover{\n  background:var(--ll-green);\n  border-color:var(--ll-green);\n  transform:translateY(-2px);\n  box-shadow:0 14px 30px rgba(37,76,58,.2);\n}\n\n\/* SMALL BRAND LINE *\/\n\n.ll-brand-line{\n  margin-top:25px;\n  text-align:center;\n  font-size:10px;\n  letter-spacing:2.5px;\n  text-transform:uppercase;\n  color:#9A9E9A;\n}\n\n\/* MOBILE *\/\n\n@media(max-width:850px){\n\n  .ll-wrapper{\n    padding:35px 14px;\n  }\n\n  .ll-hero{\n    padding:55px 22px 60px;\n  }\n\n  .ll-title{\n    font-size:38px;\n    letter-spacing:-.8px;\n  }\n\n  .ll-sub{\n    font-size:14px;\n  }\n\n  .ll-desc{\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .ll-grid{\n    grid-template-columns:1fr;\n    gap:14px;\n  }\n\n  .ll-card{\n    padding:30px 25px;\n  }\n\n  .ll-premium{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .ll-premium-item:nth-child(2){\n    border-right:none;\n  }\n\n  .ll-premium-item:nth-child(1),\n  .ll-premium-item:nth-child(2){\n    border-bottom:1px solid rgba(255,255,255,.1);\n  }\n\n  .ll-cta{\n    padding:55px 22px;\n  }\n\n  .ll-cta h2{\n    font-size:31px;\n  }\n\n}\n\n@media(max-width:480px){\n\n  .ll-title{\n    font-size:32px;\n  }\n\n  .ll-hero{\n    padding:45px 18px 50px;\n  }\n\n  .ll-premium-number{\n    font-size:22px;\n  }\n\n  .ll-premium-text{\n    font-size:9px;\n    letter-spacing:1px;\n  }\n\n  .ll-button{\n    width:100%;\n    box-sizing:border-box;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"ll-wrapper\"\u003e\n\n\u003cdiv class=\"ll-container\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"ll-hero\"\u003e\n\n\u003cdiv class=\"ll-badge\"\u003e\nLiving Lekker™ Premium\n\u003c\/div\u003e\n\n\u003ch1 class=\"ll-title\"\u003e\nHigh-Power\u003cbr\u003e\n\u003cspan\u003ePortable Vacuum\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp class=\"ll-sub\"\u003e\nClean Smarter. Go Further.\n\u003c\/p\u003e\n\n\u003cp class=\"ll-desc\"\u003e\nPowerful cordless cleaning designed for modern everyday life. Compact enough to keep within reach, powerful enough to handle the messes that matter, from your vehicle and workspace to your home.\n\u003c\/p\u003e\n\n\u003cdiv class=\"ll-divider\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- INFORMATION CARDS --\u003e\n\n\u003cdiv class=\"ll-grid\"\u003e\n\n\n\u003cdiv class=\"ll-card\"\u003e\n\n\u003ch3\u003ePerformance\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003ePowerful Cyclone Suction\u003c\/li\u003e\n\u003cli\u003e15–18 Minute Runtime\u003c\/li\u003e\n\u003cli\u003eUSB Type-C Charging\u003c\/li\u003e\n\u003cli\u003e2000mAh Rechargeable Battery\u003c\/li\u003e\n\u003cli\u003eWashable HEPA Filter\u003c\/li\u003e\n\u003cli\u003e3 Cleaning Attachments\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"ll-card\"\u003e\n\n\u003ch3\u003eDesigned For\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003eCar Interiors\u003c\/li\u003e\n\u003cli\u003eComputer Keyboards\u003c\/li\u003e\n\u003cli\u003eSofas \u0026amp; Upholstery\u003c\/li\u003e\n\u003cli\u003ePet Hair\u003c\/li\u003e\n\u003cli\u003eTight Corners\u003c\/li\u003e\n\u003cli\u003eAir Vents\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"ll-card\"\u003e\n\n\u003ch3\u003eWhat's Included\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003eLiving Lekker™ Portable Vacuum\u003c\/li\u003e\n\u003cli\u003eFlat Nozzle\u003c\/li\u003e\n\u003cli\u003eBrush Nozzle\u003c\/li\u003e\n\u003cli\u003eExtended Nozzle\u003c\/li\u003e\n\u003cli\u003eUSB-C Charging Cable\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- PREMIUM SPECIFICATION STRIP --\u003e\n\n\u003cdiv class=\"ll-premium\"\u003e\n\n\u003cdiv class=\"ll-premium-item\"\u003e\n\u003cdiv class=\"ll-premium-number\"\u003e2000mAh\u003c\/div\u003e\n\u003cdiv class=\"ll-premium-text\"\u003eRechargeable Battery\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-premium-item\"\u003e\n\u003cdiv class=\"ll-premium-number\"\u003e15–18 Min\u003c\/div\u003e\n\u003cdiv class=\"ll-premium-text\"\u003eRuntime\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-premium-item\"\u003e\n\u003cdiv class=\"ll-premium-number\"\u003eUSB-C\u003c\/div\u003e\n\u003cdiv class=\"ll-premium-text\"\u003eFast Charging\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-premium-item\"\u003e\n\u003cdiv class=\"ll-premium-number\"\u003eHEPA\u003c\/div\u003e\n\u003cdiv class=\"ll-premium-text\"\u003eWashable Filter\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CTA --\u003e\n\n\u003cdiv class=\"ll-cta\"\u003e\n\n\u003ch2\u003e\nLess Clutter. More Clean.\n\u003c\/h2\u003e\n\n\u003cp\u003e\nA refined everyday essential for keeping your surroundings clean, wherever life takes you.\n\u003c\/p\u003e\n\n\u003ca href=\"#ProductSection-product-template\" class=\"ll-button\"\u003e\nShop Now  →\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"ll-brand-line\"\u003e\nLiving Lekker™  •  Everyday Essentials, Elevated\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Living Lekker","offers":[{"title":"Black","offer_id":49073501962491,"sku":null,"price":449.0,"currency_code":"ZAR","in_stock":true},{"title":"Green","offer_id":49073501995259,"sku":null,"price":449.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/4967\/1163\/files\/vaccum_new1.png?v=1785327860"},{"product_id":"living-lekker™-portable-air-compressor","title":"Living Lekker™ Air Compressor Pro","description":"\u003cdiv class=\"ll-air-pro\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"ll-hero\"\u003e\n    \u003cdiv class=\"ll-eyebrow\"\u003eLIVING LEKKER™ • PRO SERIES\u003c\/div\u003e\n\n    \u003ch2 class=\"ll-title\"\u003e\n      Never Let a Low Tyre\u003cbr\u003e\n      \u003cspan\u003eRuin Your Journey.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ll-hero-copy\"\u003e\n      Reliable inflation power, right when you need it.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- EMOTIONAL SECTION --\u003e\n  \u003cdiv class=\"ll-story\"\u003e\n\n    \u003cdiv class=\"ll-story-label\"\u003eBUILT FOR REAL LIFE\u003c\/div\u003e\n\n    \u003ch3\u003e\n      When you're stuck,\u003cbr\u003e\n      \u003cspan\u003ebeing prepared matters.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      A warning light. A soft tyre. An unexpected loss of pressure.\n      It always happens at the wrong time.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Keep the solution in your vehicle and take back control,\n      wherever the road takes you.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ll-bold\"\u003e\n      Compact enough for your boot.\u003cbr\u003e\n      Ready when you need it.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"ll-benefits\"\u003e\n\n    \u003cdiv class=\"ll-card\"\u003e\n      \u003cdiv class=\"ll-card-number\"\u003e01\u003c\/div\u003e\n      \u003ch4\u003ePEACE OF MIND\u003c\/h4\u003e\n      \u003cp\u003e\n        A dependable solution always within reach.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-card\"\u003e\n      \u003cdiv class=\"ll-card-number\"\u003e02\u003c\/div\u003e\n      \u003ch4\u003eREADY TO GO\u003c\/h4\u003e\n      \u003cp\u003e\n        Keep it in your car and stay prepared.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-card\"\u003e\n      \u003cdiv class=\"ll-card-number\"\u003e03\u003c\/div\u003e\n      \u003ch4\u003eMADE TO TRAVEL\u003c\/h4\u003e\n      \u003cp\u003e\n        Compact, practical and easy to carry.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- DARK FEATURE --\u003e\n  \u003cdiv class=\"ll-highlight\"\u003e\n\n    \u003cdiv class=\"ll-highlight-glow\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"ll-highlight-label\"\u003eYOUR CAR. YOUR CONTROL.\u003c\/div\u003e\n\n    \u003ch3\u003e\n      Don't wait for the problem\u003cbr\u003e\n      \u003cspan\u003eto find the solution.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Keep the Portable Air Compressor Pro close\n      and drive with one less thing to worry about.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WHAT'S IN THE BOX --\u003e\n  \u003cdiv class=\"ll-box\"\u003e\n\n    \u003cdiv class=\"ll-box-top\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"ll-box-label\"\u003eINCLUDED WITH YOUR ORDER\u003c\/div\u003e\n        \u003ch3\u003eWhat's in the Box\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-box-mark\"\u003ePRO\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-items\"\u003e\n\n      \u003cdiv class=\"ll-item\"\u003e\n        \u003cdiv class=\"ll-item-icon\"\u003e01\u003c\/div\u003e\n        \u003cspan\u003ePortable Air Compressor Pro\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-item\"\u003e\n        \u003cdiv class=\"ll-item-icon\"\u003e02\u003c\/div\u003e\n        \u003cspan\u003eUser Manual\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-item\"\u003e\n        \u003cdiv class=\"ll-item-icon\"\u003e03\u003c\/div\u003e\n        \u003cspan\u003eInflation Attachments\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-item ll-gift\"\u003e\n        \u003cdiv class=\"ll-item-icon\"\u003e+\u003c\/div\u003e\n        \u003cspan\u003e\u003cstrong\u003eFREE Storage Bag\u003c\/strong\u003e\u003c\/span\u003e\n        \u003csmall\u003eINCLUDED\u003c\/small\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003cdiv class=\"ll-final\"\u003e\n\n    \u003cdiv class=\"ll-final-line\"\u003e\u003c\/div\u003e\n\n    \u003ch3\u003e\n      Because the best time\u003cbr\u003e\n      \u003cspan\u003eto be prepared is before you need it.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Keep it close. Stay ready. Keep moving.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cstyle\u003e\n\n\/* =========================\n   MAIN\n========================= *\/\n\n.ll-air-pro {\n  max-width: 850px;\n  margin: 0 auto;\n  font-family: Arial, Helvetica, sans-serif;\n  color: #242424;\n}\n\n\n\/* =========================\n   HERO\n========================= *\/\n\n.ll-hero {\n  position: relative;\n  overflow: hidden;\n  padding: 55px 30px;\n  text-align: center;\n  border-radius: 20px;\n\n  background:\n    radial-gradient(circle at 50% -20%, #656565 0%, #3b3b3b 38%, #1d1d1d 78%);\n\n  color: #ffffff;\n\n  box-shadow:\n    0 22px 50px rgba(0,0,0,.18),\n    inset 0 1px 0 rgba(255,255,255,.13);\n}\n\n.ll-hero:before {\n  content: \"\";\n  position: absolute;\n  width: 330px;\n  height: 330px;\n  top: -220px;\n  left: 50%;\n  transform: translateX(-50%);\n  background: rgba(255,255,255,.08);\n  border-radius: 50%;\n  filter: blur(45px);\n}\n\n.ll-eyebrow {\n  position: relative;\n  font-size: 9px;\n  letter-spacing: 3px;\n  color: #d0d0d0;\n  font-weight: 700;\n  margin-bottom: 18px;\n}\n\n.ll-title {\n  position: relative;\n  margin: 0;\n  font-size: clamp(28px, 5vw, 44px);\n  line-height: 1.08;\n  letter-spacing: -.7px;\n  font-weight: 800;\n\n  background: linear-gradient(\n    100deg,\n    #ffffff 15%,\n    #dddddd 45%,\n    #ffffff 55%,\n    #bbbbbb 85%\n  );\n\n  background-size: 220% auto;\n\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n\n  animation: ll-metal 5s linear infinite;\n}\n\n.ll-title span {\n  color: #eeeeee;\n}\n\n.ll-hero-copy {\n  position: relative;\n  max-width: 600px;\n  margin: 18px auto 0;\n  color: #eeeeee;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n\n\/* =========================\n   HEADING ANIMATION\n========================= *\/\n\n@keyframes ll-metal {\n  0% {\n    background-position: 200% center;\n  }\n\n  100% {\n    background-position: -200% center;\n  }\n}\n\n\n\/* =========================\n   STORY\n========================= *\/\n\n.ll-story {\n  text-align: center;\n  padding: 42px 25px 32px;\n}\n\n.ll-story-label {\n  font-size: 9px;\n  letter-spacing: 3px;\n  color: #777777;\n  font-weight: 700;\n  margin-bottom: 12px;\n}\n\n.ll-story h3 {\n  margin: 0 0 16px;\n  font-size: 27px;\n  line-height: 1.2;\n  color: #222222;\n}\n\n.ll-story h3 span {\n  color: #555555;\n}\n\n.ll-story p {\n  max-width: 600px;\n  margin: 0 auto 12px;\n  font-size: 14px;\n  line-height: 1.7;\n  color: #555555;\n}\n\n.ll-story .ll-bold {\n  margin-top: 19px;\n  color: #222222;\n  font-weight: 700;\n  line-height: 1.6;\n}\n\n\n\/* =========================\n   BENEFITS\n========================= *\/\n\n.ll-benefits {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  padding: 0 0 25px;\n}\n\n.ll-card {\n  text-align: center;\n  padding: 25px 17px;\n\n  background:\n    linear-gradient(145deg, #ffffff, #eeeeee);\n\n  border: 1px solid #d6d6d6;\n  border-radius: 15px;\n\n  box-shadow:\n    0 10px 25px rgba(0,0,0,.06),\n    inset 0 1px 0 rgba(255,255,255,.95);\n}\n\n.ll-card-number {\n  width: 35px;\n  height: 35px;\n  margin: 0 auto 13px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: linear-gradient(145deg, #4a4a4a, #1e1e1e);\n\n  color: #ffffff;\n\n  font-size: 9px;\n  letter-spacing: 1px;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.18),\n    0 6px 14px rgba(0,0,0,.18);\n}\n\n.ll-card h4 {\n  margin: 0 0 8px;\n  font-size: 10px;\n  letter-spacing: 1.7px;\n  color: #222222;\n}\n\n.ll-card p {\n  margin: 0;\n  font-size: 11px;\n  color: #555555;\n  line-height: 1.6;\n}\n\n\n\/* =========================\n   DARK FEATURE\n========================= *\/\n\n.ll-highlight {\n  position: relative;\n  overflow: hidden;\n  text-align: center;\n  padding: 42px 25px;\n  margin-bottom: 25px;\n\n  border-radius: 18px;\n\n  background:\n    linear-gradient(145deg, #303030, #181818);\n\n  color: #ffffff;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.12),\n    0 15px 35px rgba(0,0,0,.15);\n}\n\n.ll-highlight-glow {\n  position: absolute;\n  width: 230px;\n  height: 230px;\n  top: -170px;\n  left: 50%;\n  transform: translateX(-50%);\n  background: rgba(255,255,255,.07);\n  border-radius: 50%;\n  filter: blur(42px);\n}\n\n.ll-highlight-label {\n  position: relative;\n  font-size: 8px;\n  letter-spacing: 3px;\n  color: #bcbcbc;\n  margin-bottom: 13px;\n  font-weight: 700;\n}\n\n.ll-highlight h3 {\n  position: relative;\n  margin: 0;\n  font-size: 26px;\n  line-height: 1.2;\n  color: #ffffff;\n}\n\n.ll-highlight h3 span {\n  color: #d0d0d0;\n}\n\n.ll-highlight p {\n  position: relative;\n  max-width: 520px;\n  margin: 15px auto 0;\n  font-size: 12px;\n  line-height: 1.7;\n  color: #d0d0d0;\n}\n\n\n\/* =========================\n   BOX\n========================= *\/\n\n.ll-box {\n  padding: 29px;\n  border-radius: 18px;\n\n  background:\n    linear-gradient(145deg, #343434, #202020);\n\n  color: #ffffff;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.11),\n    0 15px 35px rgba(0,0,0,.13);\n}\n\n.ll-box-top {\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-start;\n\n  padding-bottom: 18px;\n  margin-bottom: 5px;\n\n  border-bottom: 1px solid rgba(255,255,255,.13);\n}\n\n.ll-box-label {\n  font-size: 8px;\n  letter-spacing: 2px;\n  color: #b5b5b5;\n}\n\n.ll-box h3 {\n  margin: 6px 0 0;\n  font-size: 22px;\n  color: #ffffff;\n}\n\n.ll-box-mark {\n  font-size: 10px;\n  letter-spacing: 2px;\n  color: #b8b8b8;\n}\n\n.ll-items {\n  max-width: 600px;\n  margin: 0 auto;\n}\n\n.ll-item {\n  display: flex;\n  align-items: center;\n  gap: 13px;\n\n  padding: 14px 0;\n\n  border-bottom: 1px solid rgba(255,255,255,.10);\n}\n\n.ll-item:last-child {\n  border-bottom: none;\n}\n\n.ll-item-icon {\n  width: 29px;\n  height: 29px;\n  flex-shrink: 0;\n\n  display: flex;\n  justify-content: center;\n  align-items: center;\n\n  border: 1px solid rgba(255,255,255,.20);\n  border-radius: 50%;\n\n  color: #d5d5d5;\n  font-size: 9px;\n}\n\n.ll-item span {\n  flex: 1;\n  text-align: left;\n  font-size: 12px;\n  color: #eeeeee;\n}\n\n.ll-item small {\n  font-size: 8px;\n  letter-spacing: 1px;\n  color: #bdbdbd;\n}\n\n.ll-gift .ll-item-icon {\n  background: #4a4a4a;\n  color: #ffffff;\n}\n\n\n\/* =========================\n   FINAL\n========================= *\/\n\n.ll-final {\n  text-align: center;\n  padding: 42px 20px 10px;\n}\n\n.ll-final-line {\n  width: 38px;\n  height: 2px;\n  margin: 0 auto 18px;\n\n  background: linear-gradient(\n    90deg,\n    #222,\n    #888,\n    #222\n  );\n}\n\n.ll-final h3 {\n  margin: 0;\n  font-size: 23px;\n  line-height: 1.3;\n  color: #222222;\n}\n\n.ll-final h3 span {\n  color: #666666;\n}\n\n.ll-final p {\n  margin: 10px 0 0;\n  font-size: 11px;\n  letter-spacing: 1.2px;\n  color: #777777;\n}\n\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media(max-width:650px) {\n\n  .ll-hero {\n    padding: 42px 20px;\n    border-radius: 16px;\n  }\n\n  .ll-title {\n    font-size: 29px;\n  }\n\n  .ll-hero-copy {\n    font-size: 13px;\n  }\n\n  .ll-story {\n    padding: 35px 15px 25px;\n  }\n\n  .ll-story h3 {\n    font-size: 24px;\n  }\n\n  .ll-benefits {\n    grid-template-columns: 1fr;\n  }\n\n  .ll-card {\n    padding: 20px;\n  }\n\n  .ll-highlight {\n    padding: 35px 20px;\n  }\n\n  .ll-box {\n    padding: 23px 17px;\n  }\n\n}\n\n\u003c\/style\u003e","brand":"Living Lekker","offers":[{"title":"Default Title","offer_id":49073107861755,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/4967\/1163\/files\/inflate2_fd67a33f-845d-461d-9952-b613ba025005.png?v=1787263849"},{"product_id":"living-lekker™-car-emergency-4-in-1-device","title":"Living Lekker™ RoadSide Emergency Station","description":"\u003cdiv style=\"font-family:Arial,Helvetica,sans-serif;max-width:900px;margin:auto;background:#ffffff;color:#171717;line-height:1.7;\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#111111,#292929);padding:60px 35px;border-radius:24px;color:#ffffff;text-align:center;box-shadow:0 18px 45px rgba(0,0,0,.18);\"\u003e\n\n\u003cdiv style=\"font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#C9C9C9;font-weight:bold;margin-bottom:14px;\"\u003e\nROADSAFE™\n\u003c\/div\u003e\n\n\u003ch1 style=\"margin:0;font-size:42px;line-height:1.15;letter-spacing:-1px;color:#FFFFFF;\"\u003e\nOne Device.\u003cbr\u003e\n\u003cspan style=\"color:#DADADA;\"\u003eReady For The Unexpected.\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp style=\"font-size:19px;color:#E0E0E0;max-width:630px;margin:22px auto 0;\"\u003e\nPower, tyre inflation and emergency lighting in one compact device designed to stay in your vehicle.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cbr\u003e\n\n\u003c!-- QUICK SPECS --\u003e\n\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;\"\u003e\n\n\u003cdiv style=\"background:#FFFFFF;padding:21px;border-radius:14px;border:1px solid #D0D0D0;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.06);\"\u003e\n\u003cdiv style=\"font-size:22px;\"\u003e⚡\u003c\/div\u003e\n\u003cstrong style=\"font-size:14px;color:#111111;\"\u003e1000A Peak Current\u003c\/strong\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#FFFFFF;padding:21px;border-radius:14px;border:1px solid #D0D0D0;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.06);\"\u003e\n\u003cdiv style=\"font-size:22px;\"\u003e🛞\u003c\/div\u003e\n\u003cstrong style=\"font-size:14px;color:#111111;\"\u003e180 PSI Compressor\u003c\/strong\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#FFFFFF;padding:21px;border-radius:14px;border:1px solid #D0D0D0;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.06);\"\u003e\n\u003cdiv style=\"font-size:22px;\"\u003e🔋\u003c\/div\u003e\n\u003cstrong style=\"font-size:14px;color:#111111;\"\u003e8400mAh Battery\u003c\/strong\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#FFFFFF;padding:21px;border-radius:14px;border:1px solid #D0D0D0;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.06);\"\u003e\n\u003cdiv style=\"font-size:22px;\"\u003e🛡️\u003c\/div\u003e\n\u003cstrong style=\"font-size:14px;color:#111111;\"\u003eMulti-Protection System\u003c\/strong\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cbr\u003e\n\n\u003c!-- PRODUCT INTRO --\u003e\n\n\u003cdiv style=\"background:#F3F3F3;padding:38px;border-radius:20px;border:1px solid #D0D0D0;\"\u003e\n\n\u003cdiv style=\"font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#666666;font-weight:bold;margin-bottom:8px;\"\u003e\nBUILT FOR EVERYDAY DRIVING\n\u003c\/div\u003e\n\n\u003ch2 style=\"font-size:29px;color:#171717;margin:0 0 16px;\"\u003e\nA Smarter Way To Stay Equipped\n\u003c\/h2\u003e\n\n\u003cp style=\"font-size:17px;color:#444444;margin-bottom:0;\"\u003e\nThe \u003cstrong style=\"color:#171717;\"\u003eRoadSafe™ Emergency Kit\u003c\/strong\u003e brings four practical functions together in a single portable unit. Keep it in your boot for those moments when a little extra power or equipment can make a big difference.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cbr\u003e\n\n\u003c!-- FOUR FUNCTIONS --\u003e\n\n\u003cdiv style=\"background:#171717;padding:42px 30px;border-radius:20px;color:#ffffff;box-shadow:0 12px 30px rgba(0,0,0,.12);\"\u003e\n\n\u003cdiv style=\"text-align:center;margin-bottom:30px;\"\u003e\n\n\u003cdiv style=\"font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#BDBDBD;font-weight:bold;\"\u003e\nFOUR FUNCTIONS\n\u003c\/div\u003e\n\n\u003ch2 style=\"font-size:30px;margin:8px 0 0;color:#FFFFFF;\"\u003e\nEverything In One Compact Unit\n\u003c\/h2\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;\"\u003e\n\n\u003cdiv style=\"background:#2B2B2B;padding:25px;border-radius:15px;border:1px solid #555555;\"\u003e\n\u003cdiv style=\"font-size:25px;margin-bottom:10px;\"\u003e🚗\u003c\/div\u003e\n\u003ch3 style=\"margin:0 0 8px;color:#FFFFFF;font-size:19px;\"\u003eJump Starter\u003c\/h3\u003e\n\u003cp style=\"margin:0;color:#D6D6D6;font-size:15px;\"\u003e\nUp to \u003cstrong style=\"color:#FFFFFF;\"\u003e1000A peak current\u003c\/strong\u003e for compatible 12V petrol and diesel vehicles.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#2B2B2B;padding:25px;border-radius:15px;border:1px solid #555555;\"\u003e\n\u003cdiv style=\"font-size:25px;margin-bottom:10px;\"\u003e🛞\u003c\/div\u003e\n\u003ch3 style=\"margin:0 0 8px;color:#FFFFFF;font-size:19px;\"\u003eAir Compressor\u003c\/h3\u003e\n\u003cp style=\"margin:0;color:#D6D6D6;font-size:15px;\"\u003e\nThe \u003cstrong style=\"color:#FFFFFF;\"\u003e180 PSI\u003c\/strong\u003e inflator is suitable for tyres, bicycles, motorcycles and sports equipment.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#2B2B2B;padding:25px;border-radius:15px;border:1px solid #555555;\"\u003e\n\u003cdiv style=\"font-size:25px;margin-bottom:10px;\"\u003e📱\u003c\/div\u003e\n\u003ch3 style=\"margin:0 0 8px;color:#FFFFFF;font-size:19px;\"\u003eUSB Power Bank\u003c\/h3\u003e\n\u003cp style=\"margin:0;color:#D6D6D6;font-size:15px;\"\u003e\nUse the built-in \u003cstrong style=\"color:#FFFFFF;\"\u003e8400mAh battery\u003c\/strong\u003e to charge compatible USB devices on the go.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#2B2B2B;padding:25px;border-radius:15px;border:1px solid #555555;\"\u003e\n\u003cdiv style=\"font-size:25px;margin-bottom:10px;\"\u003e🔦\u003c\/div\u003e\n\u003ch3 style=\"margin:0 0 8px;color:#FFFFFF;font-size:19px;\"\u003eLED Light\u003c\/h3\u003e\n\u003cp style=\"margin:0;color:#D6D6D6;font-size:15px;\"\u003e\nHigh-brightness lighting with \u003cstrong style=\"color:#FFFFFF;\"\u003eSOS and Strobe modes\u003c\/strong\u003e for low-light situations.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cbr\u003e\n\n\u003c!-- SAFETY --\u003e\n\n\u003cdiv style=\"padding:38px 10px;text-align:center;\"\u003e\n\n\u003cdiv style=\"font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#666666;font-weight:bold;\"\u003e\nCONFIDENCE ON THE ROAD\n\u003c\/div\u003e\n\n\u003ch2 style=\"font-size:29px;margin:8px 0 16px;color:#171717;\"\u003e\nDesigned With Protection In Mind\n\u003c\/h2\u003e\n\n\u003cp style=\"font-size:17px;color:#444444;max-width:680px;margin:auto;\"\u003e\nThe built-in multi-protection system is designed to provide an added layer of protection during use, while the compact design makes it easy to store and access whenever required.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cbr\u003e\n\n\u003c!-- INCLUDED --\u003e\n\n\u003cdiv style=\"background:#F2F2F2;padding:38px;border-radius:20px;border:1px solid #D0D0D0;\"\u003e\n\n\u003cdiv style=\"text-align:center;\"\u003e\n\n\u003cdiv style=\"font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#666666;font-weight:bold;\"\u003e\nIN THE BOX\n\u003c\/div\u003e\n\n\u003ch2 style=\"font-size:29px;margin:8px 0 25px;color:#171717;\"\u003e\nEverything You Need\n\u003c\/h2\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;max-width:720px;margin:auto;\"\u003e\n\n\u003cdiv style=\"background:#FFFFFF;padding:16px;border-radius:10px;color:#171717;font-weight:600;border:1px solid #D5D5D5;\"\u003e✓ RoadSafe™ Device\u003c\/div\u003e\n\n\u003cdiv style=\"background:#FFFFFF;padding:16px;border-radius:10px;color:#171717;font-weight:600;border:1px solid #D5D5D5;\"\u003e✓ Smart Battery Clamps\u003c\/div\u003e\n\n\u003cdiv style=\"background:#FFFFFF;padding:16px;border-radius:10px;color:#171717;font-weight:600;border:1px solid #D5D5D5;\"\u003e✓ Air Hose\u003c\/div\u003e\n\n\u003cdiv style=\"background:#FFFFFF;padding:16px;border-radius:10px;color:#171717;font-weight:600;border:1px solid #D5D5D5;\"\u003e✓ USB Charging Cable\u003c\/div\u003e\n\n\u003cdiv style=\"background:#FFFFFF;padding:16px;border-radius:10px;color:#171717;font-weight:600;border:1px solid #D5D5D5;\"\u003e✓ Inflation Nozzles\u003c\/div\u003e\n\n\u003cdiv style=\"background:#FFFFFF;padding:16px;border-radius:10px;color:#171717;font-weight:600;border:1px solid #D5D5D5;\"\u003e✓ Storage Bag\u003c\/div\u003e\n\n\u003cdiv style=\"background:#FFFFFF;padding:16px;border-radius:10px;color:#171717;font-weight:600;border:1px solid #D5D5D5;\"\u003e✓ Protective Gloves\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cbr\u003e\n\n\u003c!-- FINAL CTA --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#111111,#292929);padding:50px 30px;border-radius:24px;color:#ffffff;text-align:center;box-shadow:0 15px 40px rgba(0,0,0,.18);\"\u003e\n\n\u003cdiv style=\"font-size:11px;letter-spacing:3px;color:#C9C9C9;font-weight:bold;\"\u003e\nROADSAFE™\n\u003c\/div\u003e\n\n\u003ch2 style=\"font-size:34px;line-height:1.2;margin:10px 0 15px;color:#FFFFFF;\"\u003e\nKeep It In The Boot.\u003cbr\u003e\nKnow It's There When You Need It.\n\u003c\/h2\u003e\n\n\u003cp style=\"font-size:18px;color:#E0E0E0;max-width:600px;margin:auto;\"\u003e\nA compact solution for unexpected battery, tyre and power needs wherever the road takes you.\n\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top:28px;background:#FFFFFF;color:#171717;display:inline-block;padding:16px 38px;border-radius:50px;font-size:18px;font-weight:bold;letter-spacing:.5px;box-shadow:0 5px 15px rgba(0,0,0,.2);\"\u003e\nMAKE YOUR CAR ROAD-READY\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Living Lekker","offers":[{"title":"Default Title","offer_id":49156971561211,"sku":null,"price":1399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/4967\/1163\/files\/about_us_56cfc531-d990-4754-a0d7-11a285b3f1ee.png?v=1788549338"},{"product_id":"living-lekker™","title":"Living Lekker™ Drive and Detail Bundle","description":"\u003cstyle\u003e\n  .ll-road-bundle {\n    --charcoal: #202020;\n    --charcoal-light: #2b2b2b;\n    --charcoal-soft: #363636;\n    --cream: #f5f3ee;\n    --warm-white: #faf9f6;\n    --text: #252525;\n    --muted: #8d8d8d;\n    --border: rgba(255,255,255,0.10);\n    --accent: #b39a76;\n\n    max-width: 780px;\n    margin: 30px auto;\n    font-family: inherit;\n    color: var(--text);\n    line-height: 1.6;\n  }\n\n  .ll-road-bundle *,\n  .ll-road-bundle *::before,\n  .ll-road-bundle *::after {\n    box-sizing: border-box;\n  }\n\n  \/* MAIN HEADER *\/\n\n  .ll-road-header {\n    background: linear-gradient(\n      145deg,\n      #1d1d1d 0%,\n      #252525 55%,\n      #1b1b1b 100%\n    );\n\n    color: #fff;\n    padding: 34px 30px;\n    border-radius: 18px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    border: 1px solid #333;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.10);\n  }\n\n  .ll-road-header::before {\n    content: \"\";\n    position: absolute;\n    width: 220px;\n    height: 220px;\n    border-radius: 50%;\n    background: rgba(179,154,118,0.07);\n    top: -120px;\n    right: -80px;\n  }\n\n  .ll-road-header::after {\n    content: \"\";\n    position: absolute;\n    width: 180px;\n    height: 180px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.025);\n    bottom: -100px;\n    left: -70px;\n  }\n\n  .ll-road-eyebrow {\n    position: relative;\n    z-index: 1;\n    font-size: 10px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--accent);\n    font-weight: 600;\n    margin-bottom: 9px;\n  }\n\n  .ll-road-header h2 {\n    position: relative;\n    z-index: 1;\n    margin: 0 0 8px;\n    font-size: 27px;\n    font-weight: 500;\n    letter-spacing: -0.5px;\n    color: #fff;\n  }\n\n  .ll-road-header p {\n    position: relative;\n    z-index: 1;\n    margin: 0;\n    font-size: 14px;\n    color: #c7c7c7;\n    letter-spacing: 0.2px;\n  }\n\n\n  \/* INTRO *\/\n\n  .ll-road-intro {\n    padding: 25px 8px 24px;\n    text-align: center;\n  }\n\n  .ll-road-intro p {\n    max-width: 620px;\n    margin: 0 auto;\n    font-size: 15px;\n    line-height: 1.75;\n    color: #555;\n  }\n\n\n  \/* PRODUCT CARDS *\/\n\n  .ll-road-products {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 18px;\n  }\n\n  .ll-road-product {\n    background: var(--charcoal);\n    border: 1px solid #343434;\n    border-radius: 15px;\n    padding: 23px;\n    color: #fff;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .ll-road-product:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 25px rgba(0,0,0,0.12);\n  }\n\n  .ll-road-product-top {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 17px;\n  }\n\n  .ll-road-product-number {\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    background: #303030;\n    border: 1px solid #444;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 11px;\n    color: var(--accent);\n    font-weight: 600;\n  }\n\n  .ll-road-product-label {\n    font-size: 9px;\n    text-transform: uppercase;\n    letter-spacing: 1.8px;\n    color: #858585;\n  }\n\n  .ll-road-product h3 {\n    margin: 0 0 8px;\n    font-size: 17px;\n    font-weight: 500;\n    color: #fff;\n  }\n\n  .ll-road-product p {\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #aaa;\n  }\n\n\n  \/* FEATURES *\/\n\n  .ll-road-features {\n    background: var(--cream);\n    border-radius: 15px;\n    padding: 24px;\n    margin-top: 18px;\n    border: 1px solid #e6e1d8;\n  }\n\n  .ll-road-features-title {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 18px;\n  }\n\n  .ll-road-features-title h3 {\n    margin: 0;\n    font-size: 17px;\n    font-weight: 600;\n    color: #292929;\n  }\n\n  .ll-road-features-title span {\n    font-size: 9px;\n    text-transform: uppercase;\n    letter-spacing: 1.6px;\n    color: #8b7961;\n  }\n\n  .ll-road-feature-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    border-top: 1px solid #ddd8cf;\n  }\n\n  .ll-road-feature {\n    padding: 13px 4px;\n    font-size: 13px;\n    color: #4d4d4d;\n    border-bottom: 1px solid #ddd8cf;\n  }\n\n  .ll-road-feature:nth-child(odd) {\n    margin-right: 15px;\n  }\n\n  .ll-road-feature::before {\n    content: \"✓\";\n    display: inline-block;\n    margin-right: 8px;\n    color: #927957;\n    font-weight: 600;\n  }\n\n\n  \/* BOTTOM STATEMENT *\/\n\n  .ll-road-bottom {\n    margin-top: 18px;\n    background: #202020;\n    color: #fff;\n    border-radius: 15px;\n    padding: 24px;\n    text-align: center;\n    border: 1px solid #333;\n  }\n\n  .ll-road-bottom strong {\n    display: block;\n    font-size: 17px;\n    font-weight: 500;\n    letter-spacing: -0.1px;\n    margin-bottom: 5px;\n  }\n\n  .ll-road-bottom p {\n    margin: 0;\n    font-size: 12.5px;\n    color: #999;\n    line-height: 1.6;\n  }\n\n\n  \/* MOBILE *\/\n\n  @media screen and (max-width: 600px) {\n\n    .ll-road-bundle {\n      margin: 20px auto;\n    }\n\n    .ll-road-header {\n      padding: 29px 20px;\n      border-radius: 15px;\n    }\n\n    .ll-road-header h2 {\n      font-size: 23px;\n    }\n\n    .ll-road-intro {\n      padding: 21px 5px;\n    }\n\n    .ll-road-intro p {\n      font-size: 14px;\n    }\n\n    .ll-road-products {\n      grid-template-columns: 1fr;\n      gap: 11px;\n    }\n\n    .ll-road-product {\n      padding: 20px;\n    }\n\n    .ll-road-features {\n      padding: 20px;\n    }\n\n    .ll-road-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ll-road-feature:nth-child(odd) {\n      margin-right: 0;\n    }\n\n    .ll-road-bottom {\n      padding: 22px 18px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"ll-road-bundle\"\u003e\n\n  \u003c!-- HEADER --\u003e\n  \u003cdiv class=\"ll-road-header\"\u003e\n\n    \u003cdiv class=\"ll-road-eyebrow\"\u003e\n      Living Lekker • Essential Car Care\n    \u003c\/div\u003e\n\n    \u003ch2\u003eThe Road Ready Bundle™\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Two essentials. One smarter way to stay prepared.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"ll-road-intro\"\u003e\n\n    \u003cp\u003e\n      Keep your car cleaner, your tyres topped up and yourself prepared\n      for whatever the road brings. The Road Ready Bundle™ combines\n      two compact essentials designed to make everyday car care\n      simpler, quicker and more convenient.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCTS --\u003e\n  \u003cdiv class=\"ll-road-products\"\u003e\n\n    \u003c!-- AIR COMPRESSOR --\u003e\n    \u003cdiv class=\"ll-road-product\"\u003e\n\n      \u003cdiv class=\"ll-road-product-top\"\u003e\n\n        \u003cdiv class=\"ll-road-product-number\"\u003e\n          01\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ll-road-product-label\"\u003e\n          Inflation\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003ch3\u003ePortable Air Compressor\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Keep your tyres topped up wherever you are with up to\n        150 PSI of inflation power, a digital pressure display,\n        rechargeable battery and multiple nozzle attachments.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- VACUUM --\u003e\n    \u003cdiv class=\"ll-road-product\"\u003e\n\n      \u003cdiv class=\"ll-road-product-top\"\u003e\n\n        \u003cdiv class=\"ll-road-product-number\"\u003e\n          02\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ll-road-product-label\"\u003e\n          Cleaning\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003ch3\u003ePortable Vacuum Cleaner\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Easily handle crumbs, dust and everyday mess with powerful\n        cordless suction, a washable HEPA filter and convenient\n        3-in-1 attachments.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"ll-road-features\"\u003e\n\n    \u003cdiv class=\"ll-road-features-title\"\u003e\n\n      \u003ch3\u003eBuilt for the road\u003c\/h3\u003e\n\n      \u003cspan\u003eBundle Benefits\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ll-road-feature-grid\"\u003e\n\n      \u003cdiv class=\"ll-road-feature\"\u003e\n        Up to 150 PSI inflation power\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-road-feature\"\u003e\n        Powerful cordless cleaning\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-road-feature\"\u003e\n        Rechargeable \u0026amp; portable\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-road-feature\"\u003e\n        Compact enough for your car\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-road-feature\"\u003e\n        Perfect for road trips\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-road-feature\"\u003e\n        Multiple useful attachments\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-road-feature\"\u003e\n        Two essentials in one bundle\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-road-feature\"\u003e\n        Save when you bundle\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BOTTOM --\u003e\n  \u003cdiv class=\"ll-road-bottom\"\u003e\n\n    \u003cstrong\u003e\n      One bundle. Two essentials. Always road ready.\n    \u003c\/strong\u003e\n\n    \u003cp\u003e\n      Keep it in your car and stay prepared for the little moments\n      that come with life on the road.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Living Lekker","offers":[{"title":"Default Title","offer_id":49257318580475,"sku":null,"price":960.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/4967\/1163\/files\/launchspecial.png?v=1788342587"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/4967\/1163\/collections\/automotive.jpg?v=1788447244","url":"https:\/\/livinglekker.co.za\/collections\/automotive.oembed","provider":"Living Lekker","version":"1.0","type":"link"}