{"product_id":"the-beauty-barn™-led-light-therapy-mask","title":"The Beauty Barn™ LED Light Therapy Mask","description":"\u003cstyle\u003e\n    *{\n      margin:0;\n      padding:0;\n      box-sizing:border-box;\n    }\n\n    body{\n      font-family:'Poppins',sans-serif;\n      background:#faf8f5;\n      color:#3f352e;\n    }\n\n    .bb-section{\n      background:linear-gradient(180deg,#ffffff 0%,#fbf8f3 45%,#f5f0ea 100%);\n      padding:80px 20px;\n      overflow:hidden;\n    }\n\n    .bb-container{\n      max-width:1200px;\n      margin:auto;\n      display:grid;\n      grid-template-columns:1fr 1fr;\n      gap:70px;\n      align-items:center;\n    }\n\n    .bb-image{\n      display:flex;\n      justify-content:center;\n      position:relative;\n      animation:fadeUp 1s ease;\n    }\n\n    .bb-image::before{\n      content:\"\";\n      position:absolute;\n      width:430px;\n      height:430px;\n      background:radial-gradient(circle,#efe2d1 0%,transparent 70%);\n      z-index:0;\n      border-radius:50%;\n      filter:blur(15px);\n    }\n\n    .bb-image img{\n      position:relative;\n      width:100%;\n      max-width:500px;\n      border-radius:28px;\n      z-index:1;\n      box-shadow:0 35px 70px rgba(0,0,0,.12);\n      transition:.5s;\n    }\n\n    .bb-image img:hover{\n      transform:translateY(-8px) scale(1.02);\n    }\n\n    .bb-content{\n      text-align:center;\n      display:flex;\n      flex-direction:column;\n      align-items:center;\n      animation:fadeUp 1.2s ease;\n    }\n\n    .tag{\n      background:#f1e8dc;\n      color:#9b7146;\n      padding:10px 22px;\n      border-radius:50px;\n      font-size:13px;\n      letter-spacing:1px;\n      font-weight:600;\n      margin-bottom:20px;\n    }\n\n    h1{\n      font-size:50px;\n      line-height:1.15;\n      font-weight:800;\n      color:#332820;\n      margin-bottom:22px;\n    }\n\n    h1 span{\n      color:#b18659;\n    }\n\n    .intro{\n      font-size:18px;\n      color:#6c6056;\n      line-height:1.9;\n      max-width:640px;\n      margin-bottom:35px;\n    }\n\n    .cta-btn{\n      display:inline-block;\n      background:linear-gradient(135deg,#b78b5b,#8e6944);\n      color:#fff;\n      text-decoration:none;\n      padding:18px 46px;\n      border-radius:50px;\n      font-weight:700;\n      font-size:17px;\n      transition:.4s;\n      box-shadow:0 15px 35px rgba(140,102,60,.25);\n      margin-bottom:16px;\n    }\n\n    .cta-btn:hover{\n      transform:translateY(-4px);\n    }\n\n    .trust{\n      font-size:14px;\n      color:#86786c;\n      margin-bottom:45px;\n    }\n\n    .cards{\n      display:grid;\n      grid-template-columns:repeat(2,1fr);\n      gap:18px;\n      width:100%;\n      margin-bottom:40px;\n    }\n\n    .card{\n      background:#fff;\n      border-radius:18px;\n      padding:24px;\n      box-shadow:0 12px 28px rgba(0,0,0,.06);\n      transition:.4s;\n    }\n\n    .card:hover{\n      transform:translateY(-6px);\n    }\n\n    .icon{\n      font-size:34px;\n      margin-bottom:12px;\n    }\n\n    .card h3{\n      margin-bottom:10px;\n      font-size:18px;\n    }\n\n    .card p{\n      color:#6d6156;\n      line-height:1.7;\n      font-size:15px;\n    }\n\n    .benefits{\n      background:#fff;\n      border-radius:25px;\n      padding:40px;\n      width:100%;\n      box-shadow:0 20px 45px rgba(0,0,0,.06);\n    }\n\n    .benefits h2{\n      font-size:30px;\n      margin-bottom:25px;\n      color:#352b23;\n    }\n\n    .benefits ul{\n      list-style:none;\n      display:grid;\n      gap:18px;\n      text-align:left;\n    }\n\n    .benefits li{\n      display:flex;\n      gap:14px;\n      line-height:1.8;\n      color:#66594d;\n      font-size:16px;\n    }\n\n    .check{\n      color:#bb8a53;\n      font-weight:bold;\n      font-size:18px;\n    }\n\n    .stats{\n      margin-top:50px;\n      display:grid;\n      grid-template-columns:repeat(4,1fr);\n      gap:20px;\n      text-align:center;\n      width:100%;\n    }\n\n    .stat{\n      background:#fff;\n      padding:22px;\n      border-radius:18px;\n      box-shadow:0 10px 20px rgba(0,0,0,.05);\n    }\n\n    .stat h4{\n      font-size:34px;\n      color:#9b7146;\n      margin-bottom:8px;\n    }\n\n    .stat p{\n      font-size:14px;\n      color:#72655a;\n    }\n\n    @keyframes fadeUp{\n      from{\n        opacity:0;\n        transform:translateY(40px);\n      }\n      to{\n        opacity:1;\n        transform:translateY(0);\n      }\n    }\n\n    @media(max-width:900px){\n\n      .bb-container{\n        grid-template-columns:1fr;\n      }\n\n      h1{\n        font-size:36px;\n      }\n\n      .intro{\n        font-size:16px;\n      }\n\n      .cards{\n        grid-template-columns:1fr;\n      }\n\n      .stats{\n        grid-template-columns:repeat(2,1fr);\n      }\n\n      .benefits{\n        padding:28px;\n      }\n\n      .cta-btn{\n        width:100%;\n        max-width:320px;\n      }\n\n    }\n\n    @media(max-width:500px){\n\n      .stats{\n        grid-template-columns:1fr;\n      }\n\n      h1{\n        font-size:31px;\n      }\n\n    }\n  \u003c\/style\u003e\n\u003csection class=\"bb-section\"\u003e\n\u003cdiv class=\"bb-container\"\u003e\n\u003cdiv class=\"bb-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bb-content\"\u003e\n\u003cdiv class=\"tag\"\u003e✨ PROFESSIONAL LED LIGHT THERAPY\u003c\/div\u003e\n\u003ch1\u003eUnlock Your Most \u003cspan\u003eRadiant Skin\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"intro\"\u003eBring professional skincare into your home with The Beauty Barn's Premium LED Light Therapy Mask. Designed to elevate your daily skincare routine, this advanced beauty device helps improve the appearance of your skin using clinically inspired LED light technology. Whether you're looking to achieve a healthy glow, visibly smoother skin, or a refreshed complexion, every session delivers a luxurious spa-like experience from the comfort of your home.\u003c\/p\u003e\n\u003cdiv class=\"trust\"\u003e✔ Secure Checkout •   ✔ Premium Quality •   ✔ Fast Nationwide Delivery\u003c\/div\u003e\n\u003cdiv class=\"cards\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eBrighter Complexion\u003c\/h3\u003e\n\u003cp\u003eHelps restore your natural glow while promoting healthier-looking skin that appears refreshed and luminous.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💙\u003c\/div\u003e\n\u003ch3\u003eSupports Clear Skin\u003c\/h3\u003e\n\u003cp\u003eBlue LED technology helps reduce the appearance of blemishes and promotes a cleaner-looking complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eSmoother Texture\u003c\/h3\u003e\n\u003cp\u003eSupports softer-feeling skin while helping improve the appearance of uneven texture over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💎\u003c\/div\u003e\n\u003ch3\u003eLuxury Self-Care\u003c\/h3\u003e\n\u003cp\u003eCreate your own relaxing skincare ritual and enjoy salon-inspired treatments whenever it suits you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003ch2\u003eWhy Customers Love It\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e Advanced LED light therapy designed to support healthier, more youthful-looking skin.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e Helps reduce the appearance of fine lines while improving the look of firmness and elasticity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e Encourages a brighter, smoother and more even-looking complexion with consistent use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e Comfortable ergonomic design with adjustable straps for a secure and relaxing fit.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e Safe, painless and completely non-invasive with no downtime required after each session.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e Pairs perfectly with your favourite serums and moisturisers to enhance your skincare routine.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e Save time and money by enjoying professional-quality skincare from the comfort of your own home.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e Ideal for busy lifestyles—simply relax for 10–20 minutes while your skin receives a rejuvenating treatment.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003ch4\u003e10-20\u003c\/h4\u003e\n\u003cp\u003eMinutes Daily\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003ch4\u003e100%\u003c\/h4\u003e\n\u003cp\u003eNon-Invasive\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003ch4\u003eHome\u003c\/h4\u003e\n\u003cp\u003eSpa Experience\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003ch4\u003eGlow\u003c\/h4\u003e\n\u003cp\u003eVisible Results*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"TheBeautyBarn","offers":[{"title":"Black \u0026 Gold","offer_id":53858890219704,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true},{"title":"White \u0026 Gold","offer_id":53858890252472,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0955\/8530\/4760\/files\/8201d5d6-8bd1-4d21-bf17-542e7bf9f144_8a095914-9315-4005-8121-00d01a1a9cc0.avif?v=1785936765","url":"https:\/\/thebeautybarn.co.za\/products\/the-beauty-barn%e2%84%a2-led-light-therapy-mask","provider":"TheBeautyBarn","version":"1.0","type":"link"}