{"product_id":"the-box","title":"THE BOX","description":"\u003cdiv id=\"ll-the-box-landing\"\u003e\n  \u003cstyle\u003e\n    :root {\n      --ll-bg: #0d0d0d;\n      --ll-panel: #1a1a1a;\n      --ll-text: #e0e0e0;\n      --ll-accent: #ffffff; \n      --ll-cyan: #00e5ff;\n      --ll-border: #333333;\n      --ll-trust: #00b67a;\n    }\n\n    #ll-the-box-landing {\n      font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n      background-color: var(--ll-bg);\n      color: var(--ll-text);\n      line-height: 1.6;\n    }\n\n    \/* 1. HERO SECTION *\/\n    .ll-hero {\n      text-align: center;\n      padding: 80px 20px 60px 20px;\n      background: linear-gradient(180deg, #111 0%, #0d0d0d 100%);\n      border-bottom: 1px solid var(--ll-border);\n    }\n    .ll-hero-eyebrow {\n      color: #aaa;\n      font-size: 14px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 3px;\n      margin-bottom: 20px;\n      display: inline-block;\n      border: 1px solid #333;\n      padding: 6px 15px;\n      border-radius: 50px;\n    }\n    \n    .ll-main-statement {\n      font-size: 18px; \n      color: var(--ll-cyan);\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      margin: 0 0 25px 0;\n      font-weight: 700;\n      max-width: 700px;\n      margin-left: auto;\n      margin-right: auto;\n      line-height: 1.4;\n    }\n    .ll-hero .ll-hero-desc {\n      max-width: 600px;\n      margin: 0 auto 0 auto;\n      color: #aaa;\n      font-size: 15px;\n    }\n    \n    \/* GENERAL SECTION *\/\n    .ll-section {\n      padding: 60px 20px;\n      max-width: 1000px;\n      margin: 0 auto;\n    }\n    .ll-section-title {\n      font-size: 28px;\n      color: #fff;\n      text-align: center;\n      margin-bottom: 40px;\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n    }\n\n    \/* DISPATCH TICKER (NEW) *\/\n    .ll-dispatch-wrap {\n      background-color: var(--ll-cyan);\n      width: 100%;\n      overflow: hidden;\n      white-space: nowrap;\n      padding: 12px 0;\n      margin-bottom: 50px;\n      border-radius: 4px;\n      box-sizing: border-box;\n      display: flex;\n    }\n    .ll-dispatch-move {\n      display: flex;\n      align-items: center;\n      white-space: nowrap;\n      animation: ll-dispatch-scroll 20s linear infinite;\n      will-change: transform;\n    }\n    .ll-dispatch-item {\n      color: #000000;\n      font-size: 14px;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n      padding: 0 15px;\n      display: inline-flex;\n      align-items: center;\n    }\n    .ll-dispatch-dot {\n      color: #000000;\n      font-size: 10px;\n      margin: 0 15px;\n      display: inline-block;\n    }\n    @keyframes ll-dispatch-scroll {\n      0% { transform: translateX(0); }\n      100% { transform: translateX(-50%); }\n    }\n\n    \/* 3. BUNDLE BREAKDOWN *\/\n    .ll-grid-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n      gap: 20px;\n    }\n    .ll-product-item {\n      background: var(--ll-panel);\n      border: 1px solid var(--ll-border);\n      padding: 20px;\n      border-radius: 8px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .ll-product-info strong {\n      display: block;\n      color: #fff;\n      font-size: 16px;\n    }\n    .ll-product-info span {\n      color: #888;\n      font-size: 13px;\n    }\n    .ll-product-size {\n      background: #222;\n      padding: 5px 10px;\n      border-radius: 4px;\n      font-size: 12px;\n      color: var(--ll-cyan);\n      font-weight: 700;\n    }\n\n    \/* 4. HOW IT WORKS *\/\n    .ll-how-it-works-section {\n      background-color: var(--ll-panel);\n      border-top: 1px solid var(--ll-border);\n      border-bottom: 1px solid var(--ll-border);\n    }\n    .ll-steps {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n      text-align: center;\n    }\n    .ll-step-number {\n      width: 50px;\n      height: 50px;\n      background: var(--ll-bg);\n      border: 2px solid var(--ll-accent);\n      color: var(--ll-accent);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n      font-weight: 700;\n      margin: 0 auto 15px auto;\n    }\n\n    \/* 6. SCARCITY *\/\n    .ll-scarcity-banner {\n      background: var(--ll-cyan);\n      color: #000;\n      text-align: center;\n      padding: 15px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      border-radius: 8px;\n      margin-bottom: 40px;\n    }\n\n    \/* REVIEWS CAROUSEL INTEGRATION *\/\n    .ll-reviews-wrap {\n      background-color: transparent;\n      width: 100%;\n      overflow: hidden;\n      padding: 20px 0 40px 0;\n      position: relative;\n      box-sizing: border-box;\n      -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);\n      mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);\n    }\n\n    .ll-reviews-track {\n      display: flex;\n      width: max-content;\n      animation: ll-review-scroll 45s linear infinite;\n      will-change: transform;\n    }\n\n    .ll-reviews-track:hover {\n      animation-play-state: paused;\n    }\n\n    .ll-review-card {\n      background-color: var(--ll-panel);\n      border: 1px solid var(--ll-border);\n      border-radius: 8px;\n      width: 350px;\n      padding: 25px;\n      margin: 0 15px;\n      box-sizing: border-box;\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n      transition: border-color 0.3s ease, transform 0.3s ease;\n      white-space: normal;\n      text-align: left;\n    }\n\n    .ll-review-card:hover {\n      border-color: var(--ll-cyan);\n      transform: translateY(-5px);\n    }\n\n    .ll-stars {\n      color: var(--ll-trust); \n      font-size: 20px;\n      letter-spacing: 2px;\n      margin-bottom: 15px;\n    }\n\n    .ll-review-title {\n      color: #ffffff;\n      font-weight: 700;\n      font-size: 16px;\n      margin-bottom: 10px;\n    }\n\n    .ll-review-body {\n      color: #aaaaaa;\n      font-size: 14px;\n      line-height: 1.6;\n      margin-bottom: 20px;\n      flex-grow: 1;\n    }\n\n    .ll-review-author {\n      color: #e0e0e0;\n      font-size: 13px;\n      font-weight: 600;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .ll-verified-tick {\n      color: var(--ll-trust);\n      font-size: 14px;\n    }\n\n    @keyframes ll-review-scroll {\n      0% { transform: translateX(0); }\n      100% { transform: translateX(-50%); }\n    }\n    \n    \/* FAQ *\/\n    .ll-faq {\n      margin-top: 50px;\n    }\n    .ll-faq-item {\n      border-bottom: 1px solid var(--ll-border);\n      padding: 20px 0;\n    }\n    .ll-faq-q {\n      font-weight: 700;\n      color: #fff;\n      margin-bottom: 8px;\n      text-align: left;\n    }\n    .ll-faq-a {\n      color: #aaa;\n      font-size: 14px;\n      text-align: left;\n    }\n\n    @media (max-width: 768px) {\n      .ll-steps { grid-template-columns: 1fr; }\n      .ll-main-statement { font-size: 15px; } \n      .ll-review-card { width: 300px; padding: 20px; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"ll-hero\"\u003e\n    \u003cdiv class=\"ll-hero-eyebrow\"\u003eTHE BOX | BUNDLES\u003c\/div\u003e\n    \n    \u003cdiv class=\"ll-main-statement\"\u003e£102.90 of precision chemistry. Yours for £49.99.\u003c\/div\u003e\n    \n    \u003cp class=\"ll-hero-desc\"\u003eIf you set out to find exceptional value, you’ve just stumbled across it. Ten of our most-loved formulas, generously sized at 500ml concentrates where applicable. Enough to feel indulgent, but rational enough to justify entirely.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-section\"\u003e\n    \u003cdiv class=\"ll-dispatch-wrap\"\u003e\n      \u003cdiv class=\"ll-dispatch-move\"\u003e\n        \u003cspan class=\"ll-dispatch-item\"\u003eOrder Before 2pm For Same Day Dispatch\u003c\/span\u003e\n        \u003cspan class=\"ll-dispatch-dot\"\u003e●\u003c\/span\u003e\n        \u003cspan class=\"ll-dispatch-item\"\u003eOrder Before 2pm For Same Day Dispatch\u003c\/span\u003e\n        \u003cspan class=\"ll-dispatch-dot\"\u003e●\u003c\/span\u003e\n        \u003cspan class=\"ll-dispatch-item\"\u003eOrder Before 2pm For Same Day Dispatch\u003c\/span\u003e\n        \u003cspan class=\"ll-dispatch-dot\"\u003e●\u003c\/span\u003e\n        \u003cspan class=\"ll-dispatch-item\"\u003eOrder Before 2pm For Same Day Dispatch\u003c\/span\u003e\n        \u003cspan class=\"ll-dispatch-dot\"\u003e●\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"ll-section-title\"\u003eWhat's In The Box\u003c\/h2\u003e\n    \u003cdiv class=\"ll-grid-list\"\u003e\n      \u003cdiv class=\"ll-product-item\"\u003e\n        \u003cdiv class=\"ll-product-info\"\u003e\n\u003cstrong\u003eIgnite\u003c\/strong\u003e\u003cspan\u003eCitrus Pre-wash Concentrate\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ll-product-size\"\u003e500ml\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ll-product-item\"\u003e\n        \u003cdiv class=\"ll-product-info\"\u003e\n\u003cstrong\u003eBreaker\u003c\/strong\u003e\u003cspan\u003eAlkaline Snowfoam Concentrate\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ll-product-size\"\u003e500ml\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ll-product-item\"\u003e\n        \u003cdiv class=\"ll-product-info\"\u003e\n\u003cstrong\u003eBalance\u003c\/strong\u003e\u003cspan\u003ePH Neutral Shampoo\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ll-product-size\"\u003e500ml\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ll-product-item\"\u003e\n        \u003cdiv class=\"ll-product-info\"\u003e\n\u003cstrong\u003eTorque\u003c\/strong\u003e\u003cspan\u003eAlkaline Wheel Cleaner Concentrate\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ll-product-size\"\u003e500ml\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ll-product-item\"\u003e\n        \u003cdiv class=\"ll-product-info\"\u003e\n\u003cstrong\u003eReact\u003c\/strong\u003e\u003cspan\u003eFallout Remover\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ll-product-size\"\u003e500ml\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ll-product-item\"\u003e\n        \u003cdiv class=\"ll-product-info\"\u003e\n\u003cstrong\u003eBreakout\u003c\/strong\u003e\u003cspan\u003eTar Remover\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ll-product-size\"\u003e500ml\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ll-product-item\"\u003e\n        \u003cdiv class=\"ll-product-info\"\u003e\n\u003cstrong\u003ePurge\u003c\/strong\u003e\u003cspan\u003eAll Surface Cleaner Concentrate\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ll-product-size\"\u003e500ml\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ll-product-item\"\u003e\n        \u003cdiv class=\"ll-product-info\"\u003e\n\u003cstrong\u003eVapour\u003c\/strong\u003e\u003cspan\u003eGlass Cleaner\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ll-product-size\"\u003e500ml\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ll-product-item\"\u003e\n        \u003cdiv class=\"ll-product-info\"\u003e\n\u003cstrong\u003eCore\u003c\/strong\u003e\u003cspan\u003eInterior Detailer\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ll-product-size\"\u003e500ml\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ll-product-item\"\u003e\n        \u003cdiv class=\"ll-product-info\"\u003e\n\u003cstrong\u003eFlash\u003c\/strong\u003e\u003cspan\u003eQuick Detailer\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ll-product-size\"\u003e500ml\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-how-it-works-section ll-section\"\u003e\n    \u003ch2 class=\"ll-section-title\"\u003eThe Protocol\u003c\/h2\u003e\n    \u003cdiv class=\"ll-steps\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"ll-step-number\"\u003e1\u003c\/div\u003e\n        \u003cstrong style=\"color: #fff;\"\u003eSecure The Box\u003c\/strong\u003e\n        \u003cp style=\"color: #aaa; font-size: 14px;\"\u003eLock in your £49.99 pricing before our current stock allocation inevitably sells out.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"ll-step-number\"\u003e2\u003c\/div\u003e\n        \u003cstrong style=\"color: #fff;\"\u003eInstant Arsenal\u003c\/strong\u003e\n        \u003cp style=\"color: #aaa; font-size: 14px;\"\u003eWe ship it immediately. Ten professional-grade, 500ml bottles arrive at your door.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"ll-step-number\"\u003e3\u003c\/div\u003e\n        \u003cstrong style=\"color: #fff;\"\u003eDominate the Wash Bay\u003c\/strong\u003e\n        \u003cp style=\"color: #aaa; font-size: 14px;\"\u003eExperience zero-compromise chemistry while drastically lowering your cost-per-car.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-section\" id=\"order\"\u003e\n    \u003cdiv class=\"ll-scarcity-banner\"\u003e\n      ⚠️ STRICTLY LIMITED AVAILABILITY. THIS BUNDLE REGULARLY SELLS OUT.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\n      \n      \u003cdiv class=\"ll-reviews-wrap\"\u003e\n        \u003cdiv class=\"ll-reviews-track\"\u003e\n          \u003cdiv class=\"ll-review-card\"\u003e\n            \u003cdiv class=\"ll-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-title\"\u003eSuperb products\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-body\"\u003e\"Superb products, great prices, top performance and next day delivery even in rural Scotland, others could learn a lot from this company. My new go-to supplier.\"\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-author\"\u003e\n\u003cspan class=\"ll-verified-tick\"\u003e✓\u003c\/span\u003e Fresh Car Valeting Aberdeen\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ll-review-card\"\u003e\n            \u003cdiv class=\"ll-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-title\"\u003eMy new go to!\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-body\"\u003e\"Really impressed with this company. Top quality products I genuinely can't fault, great trade discount and super fast delivery 🚚💨 Exactly what you need when running a busy detailing business.\"\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-author\"\u003e\n\u003cspan class=\"ll-verified-tick\"\u003e✓\u003c\/span\u003e Matthew Holden\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ll-review-card\"\u003e\n            \u003cdiv class=\"ll-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-title\"\u003eIndustry-leading performance\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-body\"\u003e\"I cannot recommend Liquid Laboratories highly enough. From start to finish, their service and communication have been absolutely outstanding... The products themselves are truly industry-leading.\"\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-author\"\u003e\n\u003cspan class=\"ll-verified-tick\"\u003e✓\u003c\/span\u003e Rooks Car Care\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ll-review-card\"\u003e\n            \u003cdiv class=\"ll-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-title\"\u003eKnocking it out of the park\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-body\"\u003e\"This new company just keeps on knocking it out of the park. The products just work, it's as simple as that. Prices are very competitive and the customer service is second to none.\"\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-author\"\u003e\n\u003cspan class=\"ll-verified-tick\"\u003e✓\u003c\/span\u003e Mark\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ll-review-card\"\u003e\n            \u003cdiv class=\"ll-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-title\"\u003eCrystal clear transparency\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-body\"\u003e\"Excellent customer service, product itself is amazing! Speedy shipping and a great price, what's not to love.\"\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-author\"\u003e\n\u003cspan class=\"ll-verified-tick\"\u003e✓\u003c\/span\u003e Daniel Millar\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ll-review-card\"\u003e\n            \u003cdiv class=\"ll-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-title\"\u003eSuperb products\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-body\"\u003e\"Superb products, great prices, top performance and next day delivery even in rural Scotland, others could learn a lot from this company. My new go-to supplier.\"\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-author\"\u003e\n\u003cspan class=\"ll-verified-tick\"\u003e✓\u003c\/span\u003e Fresh Car Valeting Aberdeen\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ll-review-card\"\u003e\n            \u003cdiv class=\"ll-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-title\"\u003eMy new go to!\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-body\"\u003e\"Really impressed with this company. Top quality products I genuinely can't fault, great trade discount and super fast delivery 🚚💨 Exactly what you need when running a busy detailing business.\"\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-author\"\u003e\n\u003cspan class=\"ll-verified-tick\"\u003e✓\u003c\/span\u003e Matthew Holden\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ll-review-card\"\u003e\n            \u003cdiv class=\"ll-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-title\"\u003eIndustry-leading performance\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-body\"\u003e\"I cannot recommend Liquid Laboratories highly enough. From start to finish, their service and communication have been absolutely outstanding... The products themselves are truly industry-leading.\"\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-author\"\u003e\n\u003cspan class=\"ll-verified-tick\"\u003e✓\u003c\/span\u003e Rooks Car Care\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ll-review-card\"\u003e\n            \u003cdiv class=\"ll-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-title\"\u003eKnocking it out of the park\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-body\"\u003e\"This new company just keeps on knocking it out of the park. The products just work, it's as simple as that. Prices are very competitive and the customer service is second to none.\"\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-author\"\u003e\n\u003cspan class=\"ll-verified-tick\"\u003e✓\u003c\/span\u003e Mark\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ll-review-card\"\u003e\n            \u003cdiv class=\"ll-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-title\"\u003eCrystal clear transparency\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-body\"\u003e\"Excellent customer service, product itself is amazing! Speedy shipping and a great price, what's not to love.\"\u003c\/div\u003e\n            \u003cdiv class=\"ll-review-author\"\u003e\n\u003cspan class=\"ll-verified-tick\"\u003e✓\u003c\/span\u003e Daniel Millar\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"color: #fff; font-weight: 700; font-size: 18px; margin-top: 20px;\"\u003eBacked by our 100% Zero-Risk Guarantee.\u003c\/p\u003e\n      \u003cp style=\"color: #aaa; font-size: 14px; margin-bottom: 10px; max-width: 600px; margin-left: auto; margin-right: auto;\"\u003eDon't believe the hype? Buy the box. If it doesn't outperform what's currently sitting on your shelf, we'll give you your money back. Simple.\u003c\/p\u003e\n      \n      \u003cdiv style=\"margin-top: 15px; font-size: 12px; color: #666;\"\u003eIncludes 10x 500ml bottles. RRP: £102.90.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-faq\"\u003e\n      \u003ch3 style=\"color: #fff; text-transform: uppercase; font-size: 18px; text-align: center; margin-bottom: 30px;\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n      \u003cdiv class=\"ll-faq-item\"\u003e\n        \u003cdiv class=\"ll-faq-q\"\u003eAre these sample sizes?\u003c\/div\u003e\n        \u003cdiv class=\"ll-faq-a\"\u003eAbsolutely not. These are ten generously sized 500ml bottles, many of which are highly dilutable concentrates. It is a full working arsenal.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ll-faq-item\"\u003e\n        \u003cdiv class=\"ll-faq-q\"\u003eWhy is it so cheap?\u003c\/div\u003e\n        \u003cdiv class=\"ll-faq-a\"\u003eBy boxing ten high-volume products together, we drastically reduce our packaging, picking, and shipping costs. We are simply passing that logistical saving directly to you to prove the quality of our chemistry.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Liquid Laboratories","offers":[{"title":"Default Title","offer_id":57197372866943,"sku":null,"price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0923\/0876\/7103\/files\/THE_BOX.jpg?v=1774297433","url":"https:\/\/www.liquid-labs.co.uk\/products\/the-box","provider":"Liquid Laboratories","version":"1.0","type":"link"}