{"product_id":"litup-flexlight™","title":"LitUp FlexLight™","description":"\n\u003cstyle\u003e\n.litup-product{\n  --bg:#101010;\n  --panel:#181818;\n  --panel-hover:#202020;\n  --red:#e10600;\n  --red-soft:rgba(225,6,0,.18);\n  --text:#f5f5f5;\n  --muted:#999;\n  --border:#2b2b2b;\n  background:var(--bg);\n  color:var(--text);\n  font-family:Arial,Helvetica,sans-serif;\n  line-height:1.6;\n  overflow:hidden;\n  border-radius:14px;\n}\n\n.litup-product *{box-sizing:border-box}\n\n\/* HERO *\/\n\n.litup-hero{\n  padding:70px 25px;\n  text-align:center;\n  background:\n    radial-gradient(circle at 50% 0%,rgba(225,6,0,.12),transparent 45%),\n    linear-gradient(145deg,#191919,#0c0c0c);\n  border-bottom:1px solid var(--border);\n  position:relative;\n}\n\n.litup-hero:before{\n  content:\"\";\n  display:block;\n  width:55px;\n  height:3px;\n  background:var(--red);\n  margin:0 auto 25px;\n  box-shadow:0 0 18px rgba(225,6,0,.6);\n}\n\n.litup-eyebrow{\n  color:#aaa;\n  text-transform:uppercase;\n  letter-spacing:4px;\n  font-size:11px;\n  font-weight:700;\n  margin-bottom:14px;\n}\n\n.litup-hero h2{\n  margin:0 0 12px;\n  color:#fff;\n  font-size:clamp(36px,6vw,58px);\n  line-height:1;\n  font-weight:800;\n  letter-spacing:-1.5px;\n}\n\n.litup-hero h2 span{\n  color:var(--red);\n}\n\n.litup-subtitle{\n  margin:0 0 22px;\n  color:#ddd;\n  font-size:19px;\n  font-weight:500;\n}\n\n.litup-hero-text{\n  max-width:700px;\n  margin:auto;\n  color:var(--muted);\n  font-size:16px;\n}\n\n\/* SECTIONS *\/\n\n.litup-section{\n  padding:65px 25px;\n}\n\n.litup-section-dark{\n  background:#141414;\n}\n\n.litup-centered{\n  text-align:center;\n}\n\n.litup-section h3{\n  color:#fff;\n  font-size:32px;\n  line-height:1.15;\n  margin:0 0 12px;\n  font-weight:800;\n  letter-spacing:-.5px;\n}\n\n.litup-section h3 span{\n  color:var(--red);\n}\n\n.litup-section-intro{\n  max-width:680px;\n  color:var(--muted);\n  margin:0 auto 40px;\n  font-size:15px;\n}\n\n\/* PREMIUM FEATURE CARDS *\/\n\n.litup-features{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n  gap:16px;\n  max-width:1150px;\n  margin:40px auto 0;\n}\n\n.litup-feature{\n  position:relative;\n  background:linear-gradient(145deg,#1d1d1d,#151515);\n  border:1px solid var(--border);\n  border-radius:12px;\n  padding:30px 18px;\n  text-align:center;\n  overflow:hidden;\n  cursor:pointer;\n  transition:\n    transform .3s ease,\n    border-color .3s ease,\n    box-shadow .3s ease,\n    background .3s ease;\n}\n\n\/* subtle red light inside card *\/\n\n.litup-feature:before{\n  content:\"\";\n  position:absolute;\n  top:-80px;\n  left:50%;\n  width:140px;\n  height:140px;\n  transform:translateX(-50%);\n  background:var(--red-soft);\n  filter:blur(35px);\n  opacity:0;\n  transition:opacity .3s ease;\n}\n\n\/* red accent line *\/\n\n.litup-feature:after{\n  content:\"\";\n  position:absolute;\n  bottom:0;\n  left:20%;\n  width:60%;\n  height:2px;\n  background:var(--red);\n  transform:scaleX(0);\n  transform-origin:center;\n  transition:transform .3s ease;\n}\n\n.litup-feature:hover{\n  transform:translateY(-7px);\n  border-color:rgba(225,6,0,.65);\n  background:linear-gradient(145deg,#222,#181818);\n  box-shadow:\n    0 15px 35px rgba(0,0,0,.45),\n    0 0 25px rgba(225,6,0,.08);\n}\n\n.litup-feature:hover:before{\n  opacity:1;\n}\n\n.litup-feature:hover:after{\n  transform:scaleX(1);\n}\n\n.litup-feature-number{\n  position:relative;\n  z-index:1;\n  color:var(--red);\n  font-size:27px;\n  font-weight:900;\n  line-height:1;\n  margin-bottom:15px;\n  text-shadow:0 0 18px rgba(225,6,0,.25);\n  transition:transform .3s ease;\n}\n\n.litup-feature:hover .litup-feature-number{\n  transform:scale(1.06);\n}\n\n.litup-feature h4{\n  position:relative;\n  z-index:1;\n  color:#fff;\n  font-size:15px;\n  line-height:1.2;\n  margin:0 0 9px;\n}\n\n.litup-feature p{\n  position:relative;\n  z-index:1;\n  color:var(--muted);\n  font-size:13px;\n  margin:0;\n}\n\n\/* BENEFIT CARDS *\/\n\n.litup-benefits{\n  max-width:950px;\n  margin:40px auto 0;\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:15px;\n}\n\n.litup-benefit{\n  display:flex;\n  align-items:center;\n  gap:14px;\n  background:linear-gradient(145deg,#1b1b1b,#151515);\n  border:1px solid var(--border);\n  padding:18px 20px;\n  border-radius:10px;\n  cursor:pointer;\n  transition:\n    transform .25s ease,\n    border-color .25s ease,\n    background .25s ease,\n    box-shadow .25s ease;\n}\n\n.litup-benefit:hover{\n  transform:translateX(4px);\n  border-color:rgba(225,6,0,.55);\n  background:#1e1e1e;\n  box-shadow:0 8px 25px rgba(0,0,0,.3);\n}\n\n.litup-check{\n  flex:0 0 auto;\n  width:28px;\n  height:28px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:var(--red);\n  color:#fff;\n  border-radius:50%;\n  font-size:14px;\n  font-weight:900;\n  box-shadow:0 0 14px rgba(225,6,0,.2);\n  transition:transform .25s ease;\n}\n\n.litup-benefit:hover .litup-check{\n  transform:scale(1.12);\n}\n\n.litup-benefit span{\n  color:#ddd;\n  font-size:14px;\n}\n\n\/* CTA *\/\n\n.litup-cta{\n  text-align:center;\n  padding:70px 25px;\n  background:\n    radial-gradient(circle at 50% 100%,rgba(225,6,0,.1),transparent 40%),\n    linear-gradient(145deg,#191919,#0e0e0e);\n  border-top:1px solid var(--border);\n}\n\n.litup-cta h3{\n  color:#fff;\n  font-size:clamp(30px,5vw,42px);\n  margin:0 0 10px;\n  letter-spacing:-1px;\n}\n\n.litup-cta p{\n  color:var(--muted);\n  margin:0 0 24px;\n}\n\n.litup-tagline{\n  display:inline-block;\n  color:#fff;\n  font-size:12px;\n  font-weight:800;\n  text-transform:uppercase;\n  letter-spacing:2.5px;\n  border-left:3px solid var(--red);\n  padding-left:13px;\n}\n\n\/* MOBILE *\/\n\n@media(max-width:950px){\n  .litup-features{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .litup-feature:last-child{\n    grid-column:span 2;\n  }\n}\n\n@media(max-width:650px){\n  .litup-hero,\n  .litup-section,\n  .litup-cta{\n    padding:45px 18px;\n  }\n\n  .litup-hero h2{\n    font-size:38px;\n  }\n\n  .litup-features{\n    grid-template-columns:1fr;\n  }\n\n  .litup-feature:last-child{\n    grid-column:auto;\n  }\n\n  .litup-benefits{\n    grid-template-columns:1fr;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"litup-product\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"litup-hero\"\u003e\n    \u003cdiv class=\"litup-eyebrow\"\u003eLitUp™ Workshop Series\u003c\/div\u003e\n\n    \u003ch2\u003e\n      LitUp \u003cspan\u003eFlexLight™\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"litup-subtitle\"\u003e\n      Flexible LED Work Light\n    \u003c\/p\u003e\n\n    \u003cp class=\"litup-hero-text\"\u003e\n      Built for engine bays, garages and tight spaces.\n      FlexLight™ bends, wraps and positions exactly where you need it,\n      giving you clear visibility while keeping both hands free.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"litup-section litup-section-dark\"\u003e\n\n    \u003cdiv class=\"litup-centered\"\u003e\n\n      \u003ch3\u003e\n        Built to \u003cspan\u003ework around you.\u003c\/span\u003e\n      \u003c\/h3\u003e\n\n      \u003cp class=\"litup-section-intro\"\u003e\n        Precision lighting designed for the spaces where ordinary\n        work lights struggle.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"litup-features\"\u003e\n\n      \u003cdiv class=\"litup-feature\"\u003e\n        \u003cdiv class=\"litup-feature-number\"\u003e76 CM\u003c\/div\u003e\n        \u003ch4\u003eFlexible LED\u003c\/h4\u003e\n        \u003cp\u003e\n          Illuminate hard-to-reach areas with a long, flexible light source.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"litup-feature\"\u003e\n        \u003cdiv class=\"litup-feature-number\"\u003eUSB-C\u003c\/div\u003e\n        \u003ch4\u003eRechargeable\u003c\/h4\u003e\n        \u003cp\u003e\n          Convenient USB-C charging keeps your light ready for the next job.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"litup-feature\"\u003e\n        \u003cdiv class=\"litup-feature-number\"\u003e20K+\u003c\/div\u003e\n        \u003ch4\u003eBending Tests\u003c\/h4\u003e\n        \u003cp\u003e\n          Designed to withstand repeated bending and repositioning.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"litup-feature\"\u003e\n        \u003cdiv class=\"litup-feature-number\"\u003e360°\u003c\/div\u003e\n        \u003ch4\u003ePositioning\u003c\/h4\u003e\n        \u003cp\u003e\n          Bend and shape the light to direct illumination exactly where needed.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"litup-feature\"\u003e\n        \u003cdiv class=\"litup-feature-number\"\u003eTOUGH\u003c\/div\u003e\n        \u003ch4\u003eSilicone Construction\u003c\/h4\u003e\n        \u003cp\u003e\n          Durable silicone construction built for demanding workspaces.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"litup-section\"\u003e\n\n    \u003cdiv class=\"litup-centered\"\u003e\n\n      \u003ch3\u003e\n        More light. \u003cspan\u003eLess hassle.\u003c\/span\u003e\n      \u003c\/h3\u003e\n\n      \u003cp class=\"litup-section-intro\"\u003e\n        Designed to give you the visibility you need without getting\n        in the way of the job.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"litup-benefits\"\u003e\n\n      \u003cdiv class=\"litup-benefit\"\u003e\n        \u003cdiv class=\"litup-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003eKeep both hands free while you work\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"litup-benefit\"\u003e\n        \u003cdiv class=\"litup-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003eIlluminate difficult-to-reach spaces\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"litup-benefit\"\u003e\n        \u003cdiv class=\"litup-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003ePosition the light exactly where you need it\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"litup-benefit\"\u003e\n        \u003cdiv class=\"litup-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003eRecharge conveniently with USB-C\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"litup-benefit\"\u003e\n        \u003cdiv class=\"litup-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003eBuilt for repeated bending and repositioning\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"litup-benefit\"\u003e\n        \u003cdiv class=\"litup-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003eIdeal for garages, workshops and engine bays\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"litup-cta\"\u003e\n\n    \u003ch3\u003e\n      See what you're working on.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Put the light exactly where the job needs it.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"litup-tagline\"\u003e\n      LitUp FlexLight™ — Visibility Made Easy.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n","brand":"LitUp","offers":[{"title":"Default Title","offer_id":50517528019192,"sku":null,"price":5.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0852\/3389\/3624\/files\/litup-product-premium-dark-background_6a27b46b-8459-4805-a1f9-d2de9cf1beee.png?v=1789488205","url":"https:\/\/litup.co.za\/products\/litup-flexlight%e2%84%a2","provider":"LitUp","version":"1.0","type":"link"}