{"title":"Customer Favorites","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™-smart-dual-mode-kitchen-faucet","title":"Living Lekker™ Smart Dual-Mode Kitchen Faucet","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800\u0026display=swap');\n\n.ll-wrap{\nfont-family:'Inter',sans-serif;\nmax-width:950px;\nmargin:40px auto;\nbackground:#ffffff;\ncolor:#394047;\nborder-radius:24px;\noverflow:hidden;\nborder:1px solid #E3E6EA;\nbox-shadow:0 20px 50px rgba(0,0,0,.08);\n}\n\n\/* HERO *\/\n\n.ll-hero{\nposition:relative;\npadding:70px 35px;\ntext-align:center;\nbackground:linear-gradient(135deg,#FFFFFF,#F8F9FB,#EEF1F4,#FFFFFF);\noverflow:hidden;\n}\n\n.ll-hero:before{\ncontent:\"\";\nposition:absolute;\nwidth:420px;\nheight:420px;\nbackground:#D8DDE3;\nborder-radius:50%;\nfilter:blur(150px);\nopacity:.45;\ntop:-180px;\nleft:-120px;\nanimation:float1 8s ease-in-out infinite;\n}\n\n.ll-hero:after{\ncontent:\"\";\nposition:absolute;\nwidth:340px;\nheight:340px;\nbackground:#F1F3F5;\nborder-radius:50%;\nfilter:blur(130px);\nopacity:.8;\nbottom:-150px;\nright:-90px;\nanimation:float2 9s ease-in-out infinite;\n}\n\n.ll-title{\nposition:relative;\nz-index:2;\nfont-size:42px;\nfont-weight:800;\ncolor:#3B4148;\nmargin-bottom:15px;\nline-height:1.2;\n}\n\n.ll-sub{\nposition:relative;\nz-index:2;\nfont-size:20px;\ncolor:#6A727B;\nmargin-bottom:28px;\nline-height:1.7;\n}\n\n.ll-badge{\nposition:relative;\nz-index:2;\ndisplay:inline-block;\npadding:14px 28px;\nborder-radius:50px;\nfont-weight:700;\ncolor:#4A4F55;\nbackground:linear-gradient(135deg,#FFFFFF,#ECEFF2);\nborder:1px solid #D8DDE3;\nbox-shadow:0 10px 25px rgba(0,0,0,.08);\nanimation:pulse 2.5s infinite;\n}\n\n\/* FEATURE CARDS *\/\n\n.ll-grid{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(220px,1fr));\ngap:20px;\npadding:35px;\nbackground:#FAFBFC;\n}\n\n.ll-card{\nbackground:#ffffff;\npadding:24px;\nborder-radius:18px;\nborder:1px solid #E4E7EB;\nbox-shadow:0 10px 25px rgba(0,0,0,.05);\ntransition:.35s;\n}\n\n.ll-card:hover{\ntransform:translateY(-8px);\nborder-color:#BFC5CC;\nbox-shadow:0 18px 35px rgba(0,0,0,.10);\n}\n\n.ll-card h3{\nmargin:0 0 12px;\nfont-size:18px;\ncolor:#525960;\n}\n\n.ll-card p{\nmargin:0;\nfont-size:15px;\nline-height:1.7;\ncolor:#6C747C;\n}\n\n\/* CONTENT *\/\n\n.ll-section{\npadding:40px 35px;\n}\n\n.ll-section h2{\ntext-align:center;\nfont-size:32px;\ncolor:#3B4148;\nmargin-bottom:28px;\n}\n\n.ll-list{\ndisplay:grid;\ngap:18px;\n}\n\n.ll-item{\ndisplay:flex;\nalign-items:flex-start;\ngap:15px;\npadding:20px;\nbackground:linear-gradient(135deg,#FFFFFF,#F7F8F9);\nborder-radius:16px;\nborder-left:4px solid #BFC5CC;\nborder:1px solid #E6E8EB;\ntransition:.3s;\n}\n\n.ll-item:hover{\ntransform:translateX(8px);\nbox-shadow:0 10px 20px rgba(0,0,0,.06);\n}\n\n.ll-item span{\nfont-size:24px;\n}\n\n.ll-item strong{\ndisplay:block;\nmargin-bottom:6px;\ncolor:#444A50;\n}\n\n.ll-item div{\ncolor:#697178;\nline-height:1.6;\n}\n\n\/* FOOTER *\/\n\n.ll-footer{\npadding:60px 30px;\ntext-align:center;\nbackground:linear-gradient(135deg,#FFFFFF,#F5F6F7,#ECEFF2);\nborder-top:1px solid #E4E7EB;\n}\n\n.ll-footer h2{\nfont-size:36px;\ncolor:#3B4148;\nmargin-bottom:15px;\n}\n\n.ll-footer p{\nfont-size:18px;\ncolor:#697178;\nmargin-bottom:30px;\n}\n\n.ll-button{\ndisplay:inline-block;\npadding:18px 42px;\nborder-radius:60px;\ntext-decoration:none;\nfont-weight:800;\ncolor:#3B4148;\nbackground:linear-gradient(135deg,#FFFFFF,#E7EAED);\nborder:1px solid #D2D7DC;\nbox-shadow:0 12px 25px rgba(0,0,0,.08);\ntransition:.35s;\n}\n\n.ll-button:hover{\ntransform:scale(1.05);\nbox-shadow:0 18px 35px rgba(0,0,0,.12);\n}\n\n\/* ANIMATIONS *\/\n\n@keyframes pulse{\n50%{\ntransform:scale(1.04);\n}\n}\n\n@keyframes float1{\n50%{\ntransform:translateY(30px);\n}\n}\n\n@keyframes float2{\n50%{\ntransform:translateY(-25px);\n}\n}\n\n\/* MOBILE *\/\n\n@media(max-width:768px){\n\n.ll-wrap{\nmargin:20px auto;\n}\n\n.ll-hero{\npadding:50px 20px;\n}\n\n.ll-title{\nfont-size:30px;\n}\n\n.ll-sub{\nfont-size:17px;\n}\n\n.ll-grid{\npadding:20px;\n}\n\n.ll-section{\npadding:30px 20px;\n}\n\n.ll-section h2{\nfont-size:26px;\n}\n\n.ll-footer{\npadding:45px 20px;\n}\n\n.ll-footer h2{\nfont-size:28px;\n}\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ll-wrap\"\u003e\n\n\u003cdiv class=\"ll-hero\"\u003e\n\n\u003ch1 class=\"ll-title\"\u003e🚰 Living Lekker™ Smart Dual-Mode Kitchen Faucet\u003c\/h1\u003e\n\n\u003cp class=\"ll-sub\"\u003e\nUpgrade your kitchen with a premium faucet attachment that delivers smooth water flow, powerful spray performance and modern style for everyday convenience.\n\u003c\/p\u003e\n\n\u003cdiv class=\"ll-badge\"\u003e\n✨ Less Mess • More Flow • More Style\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-grid\"\u003e\n\n\u003cdiv class=\"ll-card\"\u003e\n\u003ch3\u003e🚿 Dual-Mode Spray\u003c\/h3\u003e\n\u003cp\u003eInstantly switch between a gentle stream and a powerful spray for washing dishes, fruit and vegetables.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-card\"\u003e\n\u003ch3\u003e💧 Water Saving\u003c\/h3\u003e\n\u003cp\u003eDesigned to reduce water usage while maintaining excellent pressure for everyday kitchen tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-card\"\u003e\n\u003ch3\u003e🔧 Quick Installation\u003c\/h3\u003e\n\u003cp\u003eInstalls in just minutes and fits most standard kitchen taps without needing a plumber.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-card\"\u003e\n\u003ch3\u003e✨ Premium Finish\u003c\/h3\u003e\n\u003cp\u003eElegant chrome-style finish resists fingerprints, water spots and limescale build-up.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-section\"\u003e\n\n\u003ch2\u003eWhy Customers Love It\u003c\/h2\u003e\n\n\u003cdiv class=\"ll-list\"\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n\u003cspan\u003e🍽️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWash Faster\u003c\/strong\u003e\nPerfect for dishes, vegetables and everyday kitchen cleaning.\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n\u003cspan\u003e🫙\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFill Pots Quickly\u003c\/strong\u003e\nHigh-flow mode fills kettles, bottles and pots in less time.\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n\u003cspan\u003e💦\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePowerful Spray\u003c\/strong\u003e\nRemoves grease, food residue and dirt with ease.\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n\u003cspan\u003e🏡\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eModern Upgrade\u003c\/strong\u003e\nInstantly gives your kitchen sink a sleek and premium appearance.\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-section\"\u003e\n\n\u003ch2\u003e📦 What's Included\u003c\/h2\u003e\n\n\u003cdiv class=\"ll-list\"\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n\u003cspan\u003e✔️\u003c\/span\u003e\n\u003cdiv\u003eLiving Lekker™ Smart Dual-Mode Kitchen Faucet\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n\u003cspan\u003e✔️\u003c\/span\u003e\n\u003cdiv\u003eUniversal Fitting Adapters\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n\u003cspan\u003e✔️\u003c\/span\u003e\n\u003cdiv\u003eInstallation Guide\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-footer\"\u003e\n\n\u003ch2\u003eUpgrade Your Kitchen Today\u003c\/h2\u003e\n\n\u003cp\u003e\nEnjoy faster cleaning, better water control and a stylish kitchen upgrade with Living Lekker™.\n\u003c\/p\u003e\n\n\u003ca href=\"#\" class=\"ll-button\"\u003e\n★★★★★ Upgrade Your Kitchen Today\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Living Lekker","offers":[{"title":"Silver","offer_id":49128166392059,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":49128166424827,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/4967\/1163\/files\/Kitchen1.jpg?v=1784801343"},{"product_id":"living-lekker™-portable-blender","title":"Living Lekker™ Nutrition Blender","description":"\u003cdiv style=\"max-width:1100px;margin:auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2d4035;line-height:1.7;\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#eaf8ee,#ffffff,#dff7e8);padding:70px 40px;border-radius:30px;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.08);\"\u003e\n\n\u003ch1 style=\"font-size:46px;color:#1f5a40;margin-bottom:15px;\"\u003e\nLiving Lekker™ Portable Blender\n\u003c\/h1\u003e\n\n\u003ch2 style=\"font-size:24px;font-weight:500;color:#6e9a7d;margin-bottom:25px;\"\u003e\nFresh Blends. Anytime. Anywhere.\n\u003c\/h2\u003e\n\n\u003cp style=\"max-width:720px;margin:auto;font-size:18px;color:#56665d;\"\u003e\nHealthy living has never been easier. Whether you're heading to work, the gym,\nuniversity or travelling across South Africa, the\n\u003cstrong\u003eLiving Lekker™ Portable Blender\u003c\/strong\u003e\nlets you enjoy fresh smoothies, protein shakes and juices wherever life takes you.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\n\u003cdiv style=\"margin-top:70px;\"\u003e\n\n\u003ch2 style=\"text-align:center;font-size:36px;color:#1f5a40;margin-bottom:40px;\"\u003e\nWhy You'll Love It\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;\"\u003e\n\n\u003cdiv style=\"background:#fff;padding:30px;border-radius:22px;box-shadow:0 15px 30px rgba(0,0,0,.05);\"\u003e\n\u003ch3\u003e⚡ Powerful Performance\u003c\/h3\u003e\n\u003cp\u003e10 premium stainless steel blades effortlessly blend fruit, vegetables, protein powder and ice into silky smooth drinks.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff;padding:30px;border-radius:22px;box-shadow:0 15px 30px rgba(0,0,0,.05);\"\u003e\n\u003ch3\u003e🔋 USB Rechargeable\u003c\/h3\u003e\n\u003cp\u003eRecharge anywhere using USB and enjoy smoothies wherever you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff;padding:30px;border-radius:22px;box-shadow:0 15px 30px rgba(0,0,0,.05);\"\u003e\n\u003ch3\u003e🥤 Blend On The Go\u003c\/h3\u003e\n\u003cp\u003eCompact, lightweight and includes a comfortable carry strap.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff;padding:30px;border-radius:22px;box-shadow:0 15px 30px rgba(0,0,0,.05);\"\u003e\n\u003ch3\u003e💧 Leak Resistant\u003c\/h3\u003e\n\u003cp\u003eSecure sealing lid helps prevent spills while travelling.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff;padding:30px;border-radius:22px;box-shadow:0 15px 30px rgba(0,0,0,.05);\"\u003e\n\u003ch3\u003e✨ One-Touch Operation\u003c\/h3\u003e\n\u003cp\u003eBlend your favourite drinks in seconds with a single press.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff;padding:30px;border-radius:22px;box-shadow:0 15px 30px rgba(0,0,0,.05);\"\u003e\n\u003ch3\u003e🧼 Easy To Clean\u003c\/h3\u003e\n\u003cp\u003eAdd water with a drop of dishwashing liquid, blend briefly and rinse.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- PERFECT FOR --\u003e\n\n\u003cdiv style=\"margin-top:70px;background:linear-gradient(135deg,#f2fff6,#ecfff9);padding:50px;border-radius:30px;\"\u003e\n\n\u003ch2 style=\"text-align:center;font-size:36px;color:#1f5a40;\"\u003e\nPerfect For\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;text-align:center;font-size:20px;font-weight:600;margin-top:35px;\"\u003e\n\n\u003cdiv style=\"background:#fff;padding:20px;border-radius:18px;\"\u003e🏋️ Gym \u0026amp; Fitness\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff;padding:20px;border-radius:18px;\"\u003e💼 Office\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff;padding:20px;border-radius:18px;\"\u003e🎓 Students\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff;padding:20px;border-radius:18px;\"\u003e🚗 Travelling\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff;padding:20px;border-radius:18px;\"\u003e🥬 Healthy Living\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff;padding:20px;border-radius:18px;\"\u003e🥤 Protein Shakes\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- INCLUDED --\u003e\n\n\u003cdiv style=\"margin-top:70px;\"\u003e\n\n\u003ch2 style=\"text-align:center;font-size:36px;color:#1f5a40;margin-bottom:40px;\"\u003e\nWhat's Included\n\u003c\/h2\u003e\n\n\u003cdiv style=\"background:#fff;padding:40px;border-radius:25px;box-shadow:0 15px 35px rgba(0,0,0,.06);\"\u003e\n\n\u003cul style=\"list-style:none;padding:0;margin:0;\"\u003e\n\n\u003cli style=\"padding:18px 0;border-bottom:1px solid #edf2ee;\"\u003e✔️ Living Lekker™ Portable Blender\u003c\/li\u003e\n\n\u003cli style=\"padding:18px 0;border-bottom:1px solid #edf2ee;\"\u003e✔️ USB Charging Cable\u003c\/li\u003e\n\n\u003cli style=\"padding:18px 0;\"\u003e✔️ User Manual\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\n\u003cdiv style=\"margin-top:70px;padding:70px 40px;text-align:center;border-radius:30px;background:linear-gradient(135deg,#214f39,#2d6b4a,#5da777);color:#fff;\"\u003e\n\n\u003ch2 style=\"font-size:42px;margin-bottom:20px;\"\u003e\nLive Healthy. Blend Anywhere.\n\u003c\/h2\u003e\n\n\u003cp style=\"font-size:20px;max-width:760px;margin:auto;\"\u003e\nDesigned for South Africans who value convenience without compromising on quality.\nWhether it's breakfast, a protein shake or your favourite smoothie,\nLiving Lekker™ helps you enjoy healthy living wherever you are.\n\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top:35px;font-size:30px;font-weight:bold;color:#FFD96A;\"\u003e\nLIVE LEKKER 🇿🇦\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top:40px;text-align:center;font-size:14px;color:#808080;\"\u003e\nFor best performance, cut fruit into small pieces and add enough liquid before blending.\nSmall ice cubes may be used with sufficient liquid.\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Living Lekker","offers":[{"title":"White","offer_id":49074581995771,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"green","offer_id":49074582028539,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue","offer_id":49074582061307,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/4967\/1163\/files\/Blender1.jpg?v=1784799249"},{"product_id":"living-lekker™-mosquito-lamp","title":"Living Lekker™ Mosquito Lamp","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800\u0026display=swap');\n\n*{\nmargin:0;\npadding:0;\nbox-sizing:border-box;\nfont-family:'Inter',sans-serif;\n}\n\n.ll-container{\nmax-width:1000px;\nmargin:40px auto;\nbackground:#ffffff;\nborder-radius:24px;\noverflow:hidden;\ncolor:#2F3A33;\nborder:1px solid #dcefe4;\nbox-shadow:0 20px 50px rgba(0,0,0,.08);\n}\n\n.ll-hero{\nposition:relative;\npadding:70px 30px;\ntext-align:center;\nbackground:linear-gradient(135deg,#F9FFFB,#EEF8F1,#E6F7ED,#FFFFFF);\noverflow:hidden;\n}\n\n.ll-hero:before{\ncontent:\"\";\nposition:absolute;\nwidth:350px;\nheight:350px;\nbackground:#9BE8C8;\nborder-radius:50%;\nfilter:blur(140px);\nopacity:.45;\ntop:-150px;\nleft:-120px;\nanimation:float 8s ease-in-out infinite;\n}\n\n.ll-hero:after{\ncontent:\"\";\nposition:absolute;\nwidth:300px;\nheight:300px;\nbackground:#B8F0D3;\nborder-radius:50%;\nfilter:blur(140px);\nopacity:.35;\nbottom:-120px;\nright:-100px;\nanimation:float2 9s ease-in-out infinite;\n}\n\n.ll-hero h1{\nfont-size:42px;\nfont-weight:800;\ncolor:#24573D;\nposition:relative;\nz-index:2;\nmargin-bottom:15px;\n}\n\n.ll-hero p{\nfont-size:19px;\ncolor:#5D6E63;\nposition:relative;\nz-index:2;\nmax-width:650px;\nmargin:auto;\nline-height:1.8;\n}\n\n.ll-grid{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(230px,1fr));\ngap:20px;\npadding:35px;\nbackground:#F8FCF9;\n}\n\n.ll-card{\nbackground:#ffffff;\npadding:22px;\nborder-radius:18px;\nborder:1px solid #E3F0E8;\ntransition:.35s;\nbox-shadow:0 10px 25px rgba(0,0,0,.05);\n}\n\n.ll-card:hover{\ntransform:translateY(-8px);\nborder-color:#5FCF9B;\nbox-shadow:0 18px 35px rgba(69,171,112,.18);\n}\n\n.ll-card h3{\nmargin-bottom:12px;\ncolor:#2D7A54;\nfont-size:18px;\n}\n\n.ll-card p{\ncolor:#5D6E63;\nline-height:1.7;\nfont-size:15px;\n}\n\n.ll-section{\npadding:40px 35px;\n}\n\n.ll-section h2{\ntext-align:center;\nfont-size:32px;\ncolor:#24573D;\nmargin-bottom:30px;\n}\n\n.ll-list{\ndisplay:grid;\ngap:18px;\n}\n\n.ll-item{\ndisplay:flex;\nalign-items:center;\ngap:15px;\npadding:18px 20px;\nbackground:#F5FBF7;\nborder-radius:14px;\ncolor:#4E6157;\nfont-size:16px;\nline-height:1.6;\nborder:1px solid #E2F0E7;\ntransition:.3s;\n}\n\n.ll-item:hover{\ntransform:translateX(8px);\nbackground:#ECF8F1;\n}\n\n.ll-footer{\npadding:60px 30px;\ntext-align:center;\nbackground:linear-gradient(135deg,#EAF8EE,#DFF5E7,#F7FCF8);\nborder-top:1px solid #E5F2E8;\n}\n\n.ll-footer h2{\ncolor:#24573D;\nfont-size:34px;\nmargin-bottom:15px;\n}\n\n.ll-footer p{\ncolor:#5D6E63;\nfont-size:17px;\nmax-width:650px;\nmargin:auto;\nline-height:1.8;\n}\n\n.ll-btn{\ndisplay:inline-block;\nmargin-top:30px;\npadding:16px 40px;\nbackground:linear-gradient(135deg,#45B36B,#6DD18E);\ncolor:#fff;\nfont-weight:700;\ntext-decoration:none;\nborder-radius:50px;\ntransition:.3s;\nbox-shadow:0 12px 25px rgba(69,179,107,.25);\n}\n\n.ll-btn:hover{\ntransform:scale(1.05);\nbox-shadow:0 16px 35px rgba(69,179,107,.35);\n}\n\n@keyframes float{\n50%{\ntransform:translateY(30px);\n}\n}\n\n@keyframes float2{\n50%{\ntransform:translateY(-30px);\n}\n}\n\n@media(max-width:768px){\n\n.ll-container{\nmargin:20px auto;\n}\n\n.ll-hero{\npadding:50px 20px;\n}\n\n.ll-hero h1{\nfont-size:30px;\n}\n\n.ll-hero p{\nfont-size:17px;\n}\n\n.ll-section{\npadding:30px 20px;\n}\n\n.ll-section h2{\nfont-size:26px;\n}\n\n.ll-grid{\npadding:20px;\n}\n\n.ll-footer{\npadding:45px 20px;\n}\n\n.ll-footer h2{\nfont-size:28px;\n}\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ll-container\"\u003e\n\n\u003cdiv class=\"ll-hero\"\u003e\n\n\u003ch1\u003e🦟 Living Lekker™ Mosquito Lamp\u003c\/h1\u003e\n\n\u003cp\u003e\nSleep peacefully with quiet, chemical-free mosquito protection. Designed for bedrooms, offices, nurseries and living spaces, the Living Lekker™ Mosquito Lamp helps keep your home comfortable while fitting beautifully into any modern room.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-grid\"\u003e\n\n\u003cdiv class=\"ll-card\"\u003e\n\u003ch3\u003e🔆 UV Light Attraction\u003c\/h3\u003e\n\u003cp\u003e365nm UV light effectively attracts mosquitoes and other flying insects for reliable indoor protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-card\"\u003e\n\u003ch3\u003e🌀 Powerful Silent Fan\u003c\/h3\u003e\n\u003cp\u003eThe quiet cyclone fan traps insects inside the removable collection chamber without disturbing your sleep.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-card\"\u003e\n\u003ch3\u003e🔌 USB Powered\u003c\/h3\u003e\n\u003cp\u003eSimply plug into a laptop, wall adapter, USB port or power bank for convenient protection anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-card\"\u003e\n\u003ch3\u003e🏠 Safe For Your Family\u003c\/h3\u003e\n\u003cp\u003eNo chemicals, no sprays and no unpleasant smells. Safe for bedrooms, children's rooms and offices.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-section\"\u003e\n\n\u003ch2\u003e✨ Why You'll Love It\u003c\/h2\u003e\n\n\u003cdiv class=\"ll-list\"\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n🔇 Whisper-quiet operation under 30dB for uninterrupted sleep.\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n⚡ Low energy consumption provides protection all day and night.\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n🧹 Removable collection tray makes cleaning quick and effortless.\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n🖤 Elegant modern design complements any home décor.\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n🌿 Chemical-free protection for a healthier indoor environment.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-section\"\u003e\n\n\u003ch2\u003e📦 What's Included\u003c\/h2\u003e\n\n\u003cdiv class=\"ll-list\"\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n✅ Living Lekker™ Mosquito Lamp\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n✅ USB Power Cable\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n✅ Removable Collection Chamber\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-item\"\u003e\n✅ User Manual\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ll-footer\"\u003e\n\n\u003ch2\u003eNo Bites. No Buzz. Just Peace.\u003c\/h2\u003e\n\n\u003cp\u003e\nEnjoy a quieter, cleaner and more comfortable home with modern mosquito protection designed for everyday South African living.\n\u003c\/p\u003e\n\n\u003ca href=\"#\" class=\"ll-btn\"\u003e★★★★★ Upgrade Your Home Today\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Living Lekker","offers":[{"title":"Black","offer_id":49075598917883,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":49075598950651,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/4967\/1163\/files\/lamp_1.png?v=1785662629"},{"product_id":"living-lekker™-magnetic-phone-holder-360-rotation-universal-mount","title":"Living Lekker™ Magnetic Phone Holder","description":"\u003cstyle\u003e\n  .ll-gym-description {\n    max-width: 900px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #f5f5f5;\n    background: #111311;\n    border-radius: 16px;\n    overflow: hidden;\n    line-height: 1.6;\n  }\n\n  .ll-gym-hero {\n    padding: 38px 24px;\n    text-align: center;\n    background: linear-gradient(145deg, #111311, #1b1f1a);\n    border-bottom: 1px solid #30352d;\n  }\n\n  .ll-gym-eyebrow {\n    color: #91a56f;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .ll-gym-title {\n    margin: 0;\n    color: #ffffff;\n    font-size: 30px;\n    line-height: 1.15;\n    font-weight: 800;\n    letter-spacing: -0.5px;\n  }\n\n  .ll-gym-subtitle {\n    max-width: 610px;\n    margin: 12px auto 0;\n    color: #b8bdb5;\n    font-size: 15px;\n  }\n\n  .ll-gym-section {\n    padding: 30px 24px;\n  }\n\n  .ll-gym-heading {\n    margin: 0 0 8px;\n    color: #ffffff;\n    font-size: 21px;\n    font-weight: 750;\n  }\n\n  .ll-gym-heading span {\n    color: #91a56f;\n  }\n\n  .ll-gym-text {\n    margin: 0;\n    color: #aeb3ab;\n    font-size: 14px;\n  }\n\n  .ll-gym-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  .ll-gym-benefit {\n    background: #1a1d19;\n    border: 1px solid #2d322b;\n    border-radius: 10px;\n    padding: 20px;\n    transition: border-color 0.2s ease;\n  }\n\n  .ll-gym-benefit:hover {\n    border-color: #91a56f;\n  }\n\n  .ll-gym-check {\n    width: 24px;\n    height: 24px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: #91a56f;\n    color: #111311;\n    border-radius: 50%;\n    font-size: 13px;\n    font-weight: 900;\n    margin-bottom: 10px;\n  }\n\n  .ll-gym-benefit-title {\n    margin: 0 0 5px;\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .ll-gym-benefit-text {\n    margin: 0;\n    color: #9da39a;\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .ll-gym-highlight {\n    margin: 0 24px 30px;\n    padding: 26px 22px;\n    background: #91a56f;\n    color: #111311;\n    border-radius: 10px;\n    text-align: center;\n  }\n\n  .ll-gym-highlight-title {\n    margin: 0 0 6px;\n    font-size: 21px;\n    font-weight: 800;\n  }\n\n  .ll-gym-highlight-text {\n    max-width: 620px;\n    margin: 0 auto;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .ll-gym-included {\n    border-top: 1px solid #30352d;\n    border-bottom: 1px solid #30352d;\n    padding: 22px 0;\n  }\n\n  .ll-gym-included-title {\n    margin: 0 0 12px;\n    color: #ffffff;\n    font-size: 18px;\n  }\n\n  .ll-gym-item {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    margin: 7px 0;\n    color: #aeb3ab;\n    font-size: 13px;\n  }\n\n  .ll-gym-item-check {\n    color: #91a56f;\n    font-weight: 800;\n  }\n\n  .ll-gym-trust {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px 24px;\n    padding: 20px 24px 25px;\n    color: #858b82;\n    font-size: 11px;\n    text-align: center;\n  }\n\n  .ll-gym-trust span::before {\n    content: \"✓\";\n    color: #91a56f;\n    font-weight: 800;\n    margin-right: 5px;\n  }\n\n  @media screen and (max-width: 749px) {\n\n    .ll-gym-description {\n      border-radius: 12px;\n    }\n\n    .ll-gym-hero {\n      padding: 30px 18px;\n    }\n\n    .ll-gym-title {\n      font-size: 25px;\n    }\n\n    .ll-gym-subtitle {\n      font-size: 14px;\n    }\n\n    .ll-gym-section {\n      padding: 25px 17px;\n    }\n\n    .ll-gym-benefits {\n      grid-template-columns: 1fr;\n      gap: 9px;\n    }\n\n    .ll-gym-benefit {\n      padding: 17px;\n    }\n\n    .ll-gym-highlight {\n      margin: 0 17px 25px;\n      padding: 23px 17px;\n    }\n\n    .ll-gym-trust {\n      padding: 18px 17px 22px;\n      gap: 9px 17px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"ll-gym-description\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003cdiv class=\"ll-gym-hero\"\u003e\n\n    \u003cdiv class=\"ll-gym-eyebrow\"\u003e\n      LIVING LEKKER™ FITNESS\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"ll-gym-title\"\u003e\n      Train With Confidence. See Your Progress.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ll-gym-subtitle\"\u003e\n      Stop worrying about your phone and start focusing on the person you're becoming.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- EMOTIONAL INTRO --\u003e\n\n  \u003cdiv class=\"ll-gym-section\"\u003e\n\n    \u003ch3 class=\"ll-gym-heading\"\u003e\n      You've put in the work. \u003cspan\u003eNow see it.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp class=\"ll-gym-text\"\u003e\n      Every workout is another step forward. The Living Lekker™ Magnetic Phone Holder makes it easy to record your sets, check your form and capture the progress you're working so hard for — without constantly worrying about where to put your phone.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- EMOTIONAL BENEFITS --\u003e\n\n  \u003cdiv class=\"ll-gym-section\" style=\"padding-top:0;\"\u003e\n\n    \u003ch3 class=\"ll-gym-heading\"\u003e\n      Feel more \u003cspan\u003econfident.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"ll-gym-benefits\"\u003e\n\n      \u003cdiv class=\"ll-gym-benefit\"\u003e\n\n        \u003cdiv class=\"ll-gym-check\"\u003e✓\u003c\/div\u003e\n\n        \u003ch4 class=\"ll-gym-benefit-title\"\u003e\n          Focus On Yourself\n        \u003c\/h4\u003e\n\n        \u003cp class=\"ll-gym-benefit-text\"\u003e\n          No more stopping between sets to move your phone around. Set it up and get back to becoming stronger.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ll-gym-benefit\"\u003e\n\n        \u003cdiv class=\"ll-gym-check\"\u003e✓\u003c\/div\u003e\n\n        \u003ch4 class=\"ll-gym-benefit-title\"\u003e\n          Watch Yourself Improve\n        \u003c\/h4\u003e\n\n        \u003cp class=\"ll-gym-benefit-text\"\u003e\n          Record your workouts and look back at the difference. Seeing your progress makes every session feel worth it.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ll-gym-benefit\"\u003e\n\n        \u003cdiv class=\"ll-gym-check\"\u003e✓\u003c\/div\u003e\n\n        \u003ch4 class=\"ll-gym-benefit-title\"\u003e\n          Train With Confidence\n        \u003c\/h4\u003e\n\n        \u003cp class=\"ll-gym-benefit-text\"\u003e\n          Get the angle you need to check your form, improve your technique and feel more confident with every rep.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ll-gym-benefit\"\u003e\n\n        \u003cdiv class=\"ll-gym-check\"\u003e✓\u003c\/div\u003e\n\n        \u003ch4 class=\"ll-gym-benefit-title\"\u003e\n          Never Miss The Moment\n        \u003c\/h4\u003e\n\n        \u003cp class=\"ll-gym-benefit-text\"\u003e\n          Your strongest set, your new PR or that moment you finally nail your form — keep the moments you're proud of.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- EMOTIONAL OUTCOME --\u003e\n\n  \u003cdiv class=\"ll-gym-highlight\"\u003e\n\n    \u003ch3 class=\"ll-gym-highlight-title\"\u003e\n      Your Progress Deserves To Be Seen.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"ll-gym-highlight-text\"\u003e\n      From the first rep to your biggest milestone, keep your phone ready without letting it get in the way. Train harder, feel more confident and look back at how far you've come.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WHAT YOU GET --\u003e\n\n  \u003cdiv class=\"ll-gym-section\" style=\"padding-top:0;\"\u003e\n\n    \u003cdiv class=\"ll-gym-included\"\u003e\n\n      \u003ch3 class=\"ll-gym-included-title\"\u003e\n        Everything You Need To Train Smarter\n      \u003c\/h3\u003e\n\n      \u003cdiv class=\"ll-gym-item\"\u003e\n        \u003cspan class=\"ll-gym-item-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eLiving Lekker™ Magnetic Phone Holder\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ll-gym-item\"\u003e\n        \u003cspan class=\"ll-gym-item-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eSet up in seconds and get straight into your workout\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- TRUST --\u003e\n\n  \u003cdiv class=\"ll-gym-trust\"\u003e\n\n    \u003cspan\u003eSecure Checkout\u003c\/span\u003e\n    \u003cspan\u003eTracked Nationwide Delivery\u003c\/span\u003e\n    \u003cspan\u003e30-Day Returns\u003c\/span\u003e\n    \u003cspan\u003eLiving Lekker™\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Living Lekker","offers":[{"title":"Default Title","offer_id":49144178868475,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/4967\/1163\/files\/cover_page_phone_holder.jpg?v=1785916746"},{"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™-therapeutic-massage-shower-head","title":"Living Lekker™ Therapeutic Massage Shower Head","description":"\u003cstyle\u003e\n\/* =========================================================\n   LIVING LEKKER™ — WARM LUXURY SPA SHOWER SECTION\n   ========================================================= *\/\n\n.ll-shower-product {\n  --spa-dark: #6f5b4b;\n  --spa: #9a806a;\n  --spa-light: #eee4d8;\n  --cream: #f8f4ee;\n  --cream-dark: #eee7dd;\n  --white: #ffffff;\n  --black: #29241f;\n  --text: #39332d;\n  --muted: #766e66;\n  --border: #ded4c8;\n  --champagne: #b79a78;\n\n  width: 100%;\n  margin: 0;\n  padding: 0;\n\n  background: var(--cream);\n\n  color: var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Helvetica Neue\",\n    Arial,\n    sans-serif;\n\n  line-height: 1.5;\n\n  overflow: hidden;\n\n  border-radius: 14px;\n}\n\n.ll-shower-product *,\n.ll-shower-product *::before,\n.ll-shower-product *::after {\n  box-sizing: border-box;\n}\n\n.ll-shower-product h1,\n.ll-shower-product h2,\n.ll-shower-product h3,\n.ll-shower-product h4,\n.ll-shower-product p {\n  margin-top: 0;\n}\n\n.ll-shower-product section {\n  width: 100%;\n}\n\n\n\/* =========================================================\n   HERO — WARM SPA\n========================================================= *\/\n\n.ll-hero {\n  position: relative;\n\n  text-align: center;\n\n  padding: 75px 25px 70px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(183,154,120,.14),\n      transparent 45%\n    ),\n    linear-gradient(\n      180deg,\n      #faf7f1 0%,\n      #f1e9df 100%\n    );\n\n  border-bottom: 1px solid var(--border);\n}\n\n.ll-eyebrow {\n  color: var(--spa-dark);\n\n  font-size: 10px;\n\n  line-height: 1.4;\n\n  letter-spacing: 3px;\n\n  text-transform: uppercase;\n\n  font-weight: 700;\n\n  margin-bottom: 18px;\n}\n\n.ll-hero h2 {\n  max-width: 900px;\n\n  margin: 0 auto 20px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: clamp(38px, 6vw, 64px);\n\n  line-height: 1.05;\n\n  font-weight: 400;\n\n  letter-spacing: -1.4px;\n\n  color: var(--black);\n}\n\n.ll-shower-product .gold {\n  color: var(--spa-dark);\n}\n\n.ll-hero p {\n  max-width: 720px;\n\n  margin: 0 auto;\n\n  color: #665e56;\n\n  font-size: 15px;\n\n  line-height: 1.8;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.ll-intro {\n  max-width: 1000px;\n\n  margin: 0 auto;\n\n  padding: 75px 25px 58px;\n\n  text-align: center;\n}\n\n.ll-intro h3 {\n  margin: 0;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: clamp(30px, 4vw, 46px);\n\n  line-height: 1.12;\n\n  font-weight: 400;\n\n  color: var(--black);\n}\n\n\n\/* =========================================================\n   FEATURES\n========================================================= *\/\n\n.ll-features {\n  max-width: 1150px;\n\n  margin: 0 auto;\n\n  padding: 10px 25px 75px;\n}\n\n.ll-feature-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 15px;\n}\n\n.ll-feature {\n  position: relative;\n\n  padding: 31px;\n\n  min-height: 195px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #ffffff 0%,\n      #faf6f0 100%\n    );\n\n  border: 1px solid var(--border);\n\n  border-radius: 10px;\n\n  box-shadow:\n    0 8px 25px rgba(88,70,52,.055);\n}\n\n.ll-feature::before {\n  content: \"\";\n\n  position: absolute;\n\n  left: 0;\n\n  top: 22px;\n\n  bottom: 22px;\n\n  width: 2px;\n\n  background: var(--champagne);\n}\n\n.ll-feature-icon {\n  width: 40px;\n  height: 40px;\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 18px;\n\n  border-radius: 50%;\n\n  background: #f0e7dc;\n\n  border: 1px solid #d5c4b1;\n\n  color: var(--spa-dark);\n\n  font-size: 15px;\n}\n\n.ll-feature h4 {\n  margin: 0 0 9px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 20px;\n\n  line-height: 1.25;\n\n  font-weight: 500;\n\n  color: var(--black);\n}\n\n.ll-feature p {\n  margin: 0;\n\n  color: #696159;\n\n  font-size: 13px;\n\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   SKIN + SCALP\n========================================================= *\/\n\n.ll-split {\n  max-width: 1150px;\n\n  margin: 0 auto;\n\n  padding: 10px 25px 75px;\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 15px;\n}\n\n.ll-panel {\n  position: relative;\n\n  min-height: 350px;\n\n  padding: 43px;\n\n  border-radius: 10px;\n\n  overflow: hidden;\n\n  display: flex;\n\n  align-items: center;\n\n  background:\n    radial-gradient(\n      circle at 100% 100%,\n      rgba(183,154,120,.15),\n      transparent 42%\n    ),\n    linear-gradient(\n      145deg,\n      #faf7f1,\n      #eee5da\n    );\n\n  border: 1px solid var(--border);\n}\n\n.ll-panel::before {\n  content: \"\";\n\n  position: absolute;\n\n  width: 270px;\n  height: 270px;\n\n  border-radius: 50%;\n\n  border: 1px solid rgba(154,128,106,.13);\n\n  right: -85px;\n  bottom: -105px;\n}\n\n.ll-panel::after {\n  content: \"\";\n\n  position: absolute;\n\n  width: 180px;\n  height: 180px;\n\n  border-radius: 50%;\n\n  border: 1px solid rgba(154,128,106,.11);\n\n  right: -40px;\n  bottom: -60px;\n}\n\n.ll-panel-content {\n  position: relative;\n\n  z-index: 2;\n}\n\n.ll-panel-label {\n  color: var(--spa-dark);\n\n  text-transform: uppercase;\n\n  letter-spacing: 2.5px;\n\n  font-size: 9px;\n\n  line-height: 1.4;\n\n  margin-bottom: 15px;\n\n  font-weight: 700;\n}\n\n.ll-panel h3 {\n  margin: 0;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: clamp(29px, 4vw, 43px);\n\n  line-height: 1.1;\n\n  font-weight: 400;\n\n  color: var(--black);\n}\n\n.ll-gold-line {\n  width: 42px;\n\n  height: 2px;\n\n  background: var(--champagne);\n\n  margin: 21px 0;\n}\n\n.ll-panel p {\n  max-width: 470px;\n\n  margin: 0;\n\n  color: #625a52;\n\n  line-height: 1.75;\n\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   FILTRATION SYSTEM\n========================================================= *\/\n\n.ll-water {\n  padding: 78px 25px;\n\n  text-align: center;\n\n  background:\n    linear-gradient(\n      180deg,\n      #ffffff 0%,\n      #faf7f2 100%\n    );\n\n  border-top: 1px solid var(--border);\n\n  border-bottom: 1px solid var(--border);\n}\n\n.ll-water h3 {\n  max-width: 850px;\n\n  margin: 0 auto 18px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: clamp(33px, 5vw, 52px);\n\n  line-height: 1.08;\n\n  font-weight: 400;\n\n  color: var(--black);\n}\n\n.ll-water \u003e p {\n  max-width: 700px;\n\n  margin: 0 auto 42px;\n\n  color: #696159;\n\n  line-height: 1.8;\n\n  font-size: 14px;\n}\n\n.ll-filter-stages {\n  max-width: 950px;\n\n  margin: 0 auto;\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(5, minmax(0, 1fr));\n\n  gap: 9px;\n}\n\n.ll-stage {\n  min-height: 90px;\n\n  padding: 17px 9px;\n\n  display: flex;\n\n  flex-direction: column;\n\n  justify-content: center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #f8f4ee,\n      #eee7dd\n    );\n\n  border: 1px solid var(--border);\n\n  border-radius: 8px;\n}\n\n.ll-stage-number {\n  display: block;\n\n  color: var(--spa-dark);\n\n  font-size: 9px;\n\n  line-height: 1.3;\n\n  letter-spacing: 1.5px;\n\n  margin-bottom: 6px;\n}\n\n.ll-stage-text {\n  color: #504941;\n\n  font-size: 10px;\n\n  line-height: 1.4;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.ll-benefits {\n  max-width: 900px;\n\n  margin: 0 auto;\n\n  padding: 78px 25px;\n}\n\n.ll-benefits-header {\n  text-align: center;\n\n  margin-bottom: 40px;\n}\n\n.ll-benefits-header h3 {\n  margin: 0 0 13px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: clamp(31px, 5vw, 48px);\n\n  line-height: 1.1;\n\n  font-weight: 400;\n\n  color: var(--black);\n}\n\n.ll-benefits-header p {\n  color: #696159;\n\n  margin: 0;\n\n  font-size: 14px;\n\n  line-height: 1.7;\n}\n\n.ll-benefit-row {\n  display: flex;\n\n  align-items: center;\n\n  gap: 18px;\n\n  padding: 22px 0;\n\n  border-bottom: 1px solid #e1d9cf;\n}\n\n.ll-benefit-row:first-of-type {\n  border-top: 1px solid #e1d9cf;\n}\n\n.ll-check {\n  flex: 0 0 32px;\n\n  width: 32px;\n  height: 32px;\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: #eee4d8;\n\n  border: 1px solid #d1bda8;\n\n  color: var(--spa-dark);\n\n  font-size: 12px;\n}\n\n.ll-benefit-row strong {\n  display: block;\n\n  color: var(--black);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 17px;\n\n  line-height: 1.3;\n\n  font-weight: 500;\n\n  margin-bottom: 4px;\n}\n\n.ll-benefit-row span {\n  display: block;\n\n  color: #696159;\n\n  font-size: 12px;\n\n  line-height: 1.6;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.ll-final {\n  position: relative;\n\n  text-align: center;\n\n  padding: 82px 25px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(183,154,120,.18),\n      transparent 48%\n    ),\n    linear-gradient(\n      180deg,\n      #eee6dc,\n      #e4d9cc\n    );\n\n  border-top: 1px solid var(--border);\n}\n\n.ll-final h3 {\n  max-width: 850px;\n\n  margin: 0 auto 18px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-weight: 400;\n\n  font-size: clamp(35px, 6vw, 58px);\n\n  line-height: 1.07;\n\n  color: var(--black);\n}\n\n.ll-final p {\n  max-width: 650px;\n\n  margin: 0 auto;\n\n  color: #625a52;\n\n  line-height: 1.8;\n\n  font-size: 14px;\n}\n\n.ll-divider {\n  width: 48px;\n\n  height: 1px;\n\n  background: var(--champagne);\n\n  margin: 25px auto;\n}\n\n.ll-final-tagline {\n  color: var(--spa-dark) !important;\n\n  text-transform: uppercase;\n\n  letter-spacing: 2.5px;\n\n  font-size: 9px !important;\n\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 750px) {\n\n  .ll-shower-product {\n    border-radius: 10px;\n  }\n\n  .ll-hero {\n    padding: 52px 18px 48px;\n  }\n\n  .ll-eyebrow {\n    font-size: 8px;\n\n    letter-spacing: 2.3px;\n\n    margin-bottom: 15px;\n  }\n\n  .ll-hero h2 {\n    font-size: clamp(34px, 10vw, 48px);\n\n    letter-spacing: -.7px;\n  }\n\n  .ll-hero p {\n    font-size: 13px;\n\n    line-height: 1.7;\n  }\n\n  .ll-intro {\n    padding: 50px 18px 40px;\n  }\n\n  .ll-features {\n    padding: 5px 14px 50px;\n  }\n\n  .ll-feature-grid {\n    grid-template-columns: 1fr;\n\n    gap: 10px;\n  }\n\n  .ll-feature {\n    min-height: auto;\n\n    padding: 24px;\n  }\n\n  .ll-feature h4 {\n    font-size: 19px;\n  }\n\n  .ll-feature p {\n    font-size: 13px;\n\n    line-height: 1.65;\n  }\n\n  .ll-split {\n    grid-template-columns: 1fr;\n\n    gap: 10px;\n\n    padding: 5px 14px 50px;\n  }\n\n  .ll-panel {\n    min-height: 300px;\n\n    padding: 30px;\n  }\n\n  .ll-panel h3 {\n    font-size: 34px;\n  }\n\n  .ll-panel p {\n    font-size: 13px;\n  }\n\n  .ll-water {\n    padding: 55px 15px;\n  }\n\n  .ll-water \u003e p {\n    font-size: 13px;\n\n    line-height: 1.7;\n  }\n\n  .ll-filter-stages {\n    grid-template-columns: repeat(2, 1fr);\n\n    gap: 7px;\n  }\n\n  .ll-stage {\n    min-height: 78px;\n  }\n\n  .ll-stage:last-child {\n    grid-column: span 2;\n  }\n\n  .ll-benefits {\n    padding: 55px 18px;\n  }\n\n  .ll-benefit-row {\n    gap: 13px;\n\n    padding: 19px 0;\n  }\n\n  .ll-benefit-row strong {\n    font-size: 15px;\n  }\n\n  .ll-benefit-row span {\n    font-size: 11px;\n  }\n\n  .ll-final {\n    padding: 60px 18px;\n  }\n\n  .ll-final h3 {\n    font-size: clamp(34px, 10vw, 47px);\n  }\n}\n\n\n\/* =========================================================\n   SMALL PHONES\n========================================================= *\/\n\n@media screen and (max-width: 420px) {\n\n  .ll-hero {\n    padding: 46px 15px 42px;\n  }\n\n  .ll-feature {\n    padding: 21px;\n  }\n\n  .ll-panel {\n    min-height: 285px;\n\n    padding: 25px;\n  }\n\n  .ll-filter-stages {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .ll-stage {\n    padding: 13px 6px;\n  }\n\n  .ll-benefit-row {\n    align-items: flex-start;\n  }\n\n  .ll-check {\n    flex-basis: 29px;\n\n    width: 29px;\n    height: 29px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"ll-shower-product\"\u003e\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"ll-hero\"\u003e\n\n  \u003cdiv class=\"ll-eyebrow\"\u003e\n    Living Lekker™ • Advanced Water Filtration\n  \u003c\/div\u003e\n\n  \u003ch2\u003e\n    Don't Just Shower.\u003cbr\u003e\n    \u003cspan class=\"gold\"\u003eUpgrade Your Water.\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    A premium filtered shower head designed to bring cleaner-feeling water,\n    scalp care and skin therapy into your everyday shower.\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- INTRO --\u003e\n\u003csection class=\"ll-intro\"\u003e\n\n  \u003ch3\u003e\n    Your skin and hair deserve\u003cbr\u003e\n    \u003cspan class=\"gold\"\u003ebetter water.\u003c\/span\u003e\n  \u003c\/h3\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"ll-features\"\u003e\n\n  \u003cdiv class=\"ll-feature-grid\"\u003e\n\n    \u003cdiv class=\"ll-feature\"\u003e\n\n      \u003cdiv class=\"ll-feature-icon\"\u003e✦\u003c\/div\u003e\n\n      \u003ch4\u003e\n        15-Stage Filtration\n      \u003c\/h4\u003e\n\n      \u003cp\u003e\n        Multiple filtration layers help reduce unwanted impurities,\n        giving you cleaner-feeling water with every shower.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ll-feature\"\u003e\n\n      \u003cdiv class=\"ll-feature-icon\"\u003e◇\u003c\/div\u003e\n\n      \u003ch4\u003e\n        Softer-Feeling Skin\n      \u003c\/h4\u003e\n\n      \u003cp\u003e\n        Enjoy a more refreshing shower experience designed to leave\n        your skin feeling clean, smooth and cared for.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ll-feature\"\u003e\n\n      \u003cdiv class=\"ll-feature-icon\"\u003e⌁\u003c\/div\u003e\n\n      \u003ch4\u003e\n        Scalp \u0026amp; Hair Care\n      \u003c\/h4\u003e\n\n      \u003cp\u003e\n        Microbubble technology and filtered water create a refined\n        shower experience for your everyday scalp and hair-care routine.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ll-feature\"\u003e\n\n      \u003cdiv class=\"ll-feature-icon\"\u003e◌\u003c\/div\u003e\n\n      \u003ch4\u003e\n        Massage Therapy Spray\n      \u003c\/h4\u003e\n\n      \u003cp\u003e\n        Use the invigorating spray on your scalp and skin for a relaxing,\n        spa-inspired shower experience.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SKIN + SCALP --\u003e\n\u003csection class=\"ll-split\"\u003e\n\n  \u003cdiv class=\"ll-panel\"\u003e\n\n    \u003cdiv class=\"ll-panel-content\"\u003e\n\n      \u003cdiv class=\"ll-panel-label\"\u003e\n        Filtered Water • Skin\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Water That\u003cbr\u003e\n        Feels \u003cspan class=\"gold\"\u003eBetter.\u003c\/span\u003e\n      \u003c\/h3\u003e\n\n      \u003cdiv class=\"ll-gold-line\"\u003e\u003c\/div\u003e\n\n      \u003cp\u003e\n        The 15-stage filtration system helps reduce unwanted impurities\n        from shower water, creating a cleaner-feeling experience for\n        your daily skin-care routine.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ll-panel\"\u003e\n\n    \u003cdiv class=\"ll-panel-content\"\u003e\n\n      \u003cdiv class=\"ll-panel-label\"\u003e\n        Filtered Water • Scalp\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Care Starts\u003cbr\u003e\n        At The \u003cspan class=\"gold\"\u003eRoots.\u003c\/span\u003e\n      \u003c\/h3\u003e\n\n      \u003cdiv class=\"ll-gold-line\"\u003e\u003c\/div\u003e\n\n      \u003cp\u003e\n        Make filtered water part of your hair-care ritual with a refreshing\n        shower experience designed for your scalp, hair and everyday wellbeing.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FILTRATION --\u003e\n\u003csection class=\"ll-water\"\u003e\n\n  \u003cdiv class=\"ll-eyebrow\"\u003e\n    Advanced Filtration Technology\n  \u003c\/div\u003e\n\n  \u003ch3\u003e\n    15 Stages Of Filtration.\u003cbr\u003e\n    \u003cspan class=\"gold\"\u003eOne Cleaner-Feeling Shower.\u003c\/span\u003e\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    A multi-layer filtration system designed to help reduce different\n    unwanted impurities found in shower water.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"ll-filter-stages\"\u003e\n\n    \u003cdiv class=\"ll-stage\"\u003e\n      \u003cspan class=\"ll-stage-number\"\u003e01\u003c\/span\u003e\n      \u003cspan class=\"ll-stage-text\"\u003e\n        Sediment Filtration\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-stage\"\u003e\n      \u003cspan class=\"ll-stage-number\"\u003e02\u003c\/span\u003e\n      \u003cspan class=\"ll-stage-text\"\u003e\n        Rust Reduction\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-stage\"\u003e\n      \u003cspan class=\"ll-stage-number\"\u003e03\u003c\/span\u003e\n      \u003cspan class=\"ll-stage-text\"\u003e\n        Chlorine Reduction\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-stage\"\u003e\n      \u003cspan class=\"ll-stage-number\"\u003e04\u003c\/span\u003e\n      \u003cspan class=\"ll-stage-text\"\u003e\n        Heavy Metal Filtration\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-stage\"\u003e\n      \u003cspan class=\"ll-stage-number\"\u003e05–15\u003c\/span\u003e\n      \u003cspan class=\"ll-stage-text\"\u003e\n        Multi-Layer Filtration\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"ll-benefits\"\u003e\n\n  \u003cdiv class=\"ll-benefits-header\"\u003e\n\n    \u003cdiv class=\"ll-eyebrow\"\u003e\n      The Filtered Water Difference\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Better Water.\u003cbr\u003e\n      \u003cspan class=\"gold\"\u003eBetter Ritual.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Bring filtration, skin care, scalp care and massage therapy\n      together in one elevated everyday shower experience.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ll-benefit-row\"\u003e\n\n    \u003cdiv class=\"ll-check\"\u003e✓\u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cstrong\u003e\n        15-Stage Water Filtration\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Designed to help reduce sediment, rust, chlorine\n        and other unwanted impurities.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ll-benefit-row\"\u003e\n\n    \u003cdiv class=\"ll-check\"\u003e✓\u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cstrong\u003e\n        Cleaner-Feeling Shower Water\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Upgrade the water that comes into contact with\n        your skin and scalp every day.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ll-benefit-row\"\u003e\n\n    \u003cdiv class=\"ll-check\"\u003e✓\u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cstrong\u003e\n        Skin-Focused Shower Care\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Enjoy a refreshing cleansing experience that leaves\n        skin feeling fresh and cared for.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ll-benefit-row\"\u003e\n\n    \u003cdiv class=\"ll-check\"\u003e✓\u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cstrong\u003e\n        Scalp \u0026amp; Hair Care\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Make filtered water part of your everyday scalp\n        and hair-care routine.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ll-benefit-row\"\u003e\n\n    \u003cdiv class=\"ll-check\"\u003e✓\u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cstrong\u003e\n        Invigorating Massage Therapy\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Refresh your scalp and skin with a revitalising,\n        spa-inspired shower experience.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FINAL --\u003e\n\u003csection class=\"ll-final\"\u003e\n\n  \u003cdiv class=\"ll-eyebrow\"\u003e\n    Elevate Your Everyday\n  \u003c\/div\u003e\n\n  \u003ch3\u003e\n    Your Shower Water\u003cbr\u003e\n    Should Feel \u003cspan class=\"gold\"\u003eDifferent.\u003c\/span\u003e\n  \u003c\/h3\u003e\n\n  \u003cdiv class=\"ll-divider\"\u003e\u003c\/div\u003e\n\n  \u003cp\u003e\n    Advanced filtration for a cleaner-feeling shower.\n    Massage therapy for your scalp and skin.\n    A more refined ritual, every single day.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-divider\"\u003e\u003c\/div\u003e\n\n  \u003cp class=\"ll-final-tagline\"\u003e\n    Filter Better. Shower Better.\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Living Lekker","offers":[{"title":"Default Title","offer_id":49232837574907,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/4967\/1163\/files\/bb930593-e70a-413a-98ac-62c0e8033599.jpg?v=1788000991"},{"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"}],"url":"https:\/\/livinglekker.co.za\/collections\/customer-favorites.oembed","provider":"Living Lekker","version":"1.0","type":"link"}