{"product_id":"set","title":"Premium Home Brew Beer Kit 30L Complete Brewing Set with Coopers Lager Malt","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --green:#173d27;\n    --green-2:#245c36;\n    --green-3:#3a7a48;\n    --gold:#d9a742;\n    --cream:#fbf8f0;\n    --ink:#1f1f1f;\n    --muted:#5d665f;\n    --line:#dfe7db;\n    --card:#ffffff;\n    --shadow:0 14px 40px rgba(0,0,0,.10);\n    --shadow-soft:0 8px 18px rgba(0,0,0,.06);\n    --radius:22px;\n  }\n  *{box-sizing:border-box}\n  body{\n    margin:0;\n    font-family: Arial, Helvetica, sans-serif;\n    color:var(--ink);\n    background:\n      radial-gradient(circle at 20% 10%, rgba(58,122,72,.18), transparent 22%),\n      radial-gradient(circle at 90% 0%, rgba(217,167,66,.12), transparent 18%),\n      linear-gradient(180deg,#ffffff 0%, #fbfbf8 100%);\n  }\n  .wrap{\n    max-width:1180px;\n    margin:0 auto;\n    padding:22px;\n  }\n  .hero{\n    border-radius:30px;\n    overflow:hidden;\n    box-shadow:var(--shadow);\n    background:linear-gradient(135deg, rgba(23,61,39,.98), rgba(36,92,54,.96) 52%, rgba(58,122,72,.94));\n    color:#fff;\n    position:relative;\n  }\n  .hero::before{\n    content:\"\";\n    position:absolute;\n    inset:-100px -100px auto auto;\n    width:280px;height:280px;border-radius:50%;\n    background:rgba(255,255,255,.06);\n  }\n  .hero::after{\n    content:\"\";\n    position:absolute;\n    left:-120px;bottom:-120px;\n    width:320px;height:320px;border-radius:50%;\n    background:rgba(255,255,255,.05);\n  }\n  .hero-grid{\n    display:grid;\n    grid-template-columns: 1.05fr .95fr;\n    gap:0;\n    align-items:stretch;\n    position:relative;\n    z-index:1;\n  }\n  .hero-copy{\n    padding:34px 34px 30px;\n  }\n  .eyebrow{\n    display:inline-block;\n    background:rgba(255,255,255,.11);\n    border:1px solid rgba(255,255,255,.18);\n    padding:10px 14px;\n    border-radius:999px;\n    font-weight:700;\n    letter-spacing:.5px;\n    text-transform:uppercase;\n    font-size:12px;\n    margin-bottom:16px;\n  }\n  h1{\n    margin:0 0 14px;\n    font-size:46px;\n    line-height:1.02;\n    letter-spacing:.3px;\n    text-transform:uppercase;\n  }\n  .hero-copy p{\n    margin:0 0 20px;\n    font-size:17px;\n    line-height:1.65;\n    color:rgba(255,255,255,.92);\n    max-width:640px;\n  }\n  .cta-row{\n    display:flex;\n    flex-wrap:wrap;\n    gap:12px;\n    margin-top:18px;\n  }\n  .chip{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    border-radius:999px;\n    padding:10px 14px;\n    background:rgba(255,255,255,.10);\n    border:1px solid rgba(255,255,255,.16);\n    font-weight:700;\n    font-size:13px;\n    white-space:nowrap;\n  }\n  .hero-media{\n    min-height:420px;\n    position:relative;\n    background:\n      linear-gradient(135deg, rgba(255,255,255,.92), rgba(244,248,238,.95));\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    overflow:hidden;\n  }\n  .hero-media::before{\n    content:\"\";\n    position:absolute;\n    inset:20px;\n    border-radius:26px;\n    border:1px solid rgba(23,61,39,.10);\n    background:\n      radial-gradient(circle at 20% 20%, rgba(58,122,72,.12), transparent 30%),\n      radial-gradient(circle at 80% 20%, rgba(217,167,66,.12), transparent 26%);\n  }\n  .hero-media img{\n    position:relative;\n    z-index:1;\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    display:block;\n    mix-blend-mode:normal;\n  }\n  .section{\n    margin-top:22px;\n    background:rgba(255,255,255,.88);\n    border:1px solid var(--line);\n    border-radius:28px;\n    box-shadow:var(--shadow-soft);\n    overflow:hidden;\n  }\n  .section-head{\n    padding:22px 24px 0;\n  }\n  .section-head h2{\n    margin:0;\n    font-size:28px;\n    line-height:1.1;\n    color:var(--green);\n    text-transform:uppercase;\n  }\n  .section-head p{\n    margin:8px 0 0;\n    color:var(--muted);\n    line-height:1.65;\n    font-size:15px;\n    max-width:960px;\n  }\n  .grid-3{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:16px;\n    padding:22px 24px 24px;\n  }\n  .card{\n    background:var(--card);\n    border:1px solid var(--line);\n    border-radius:22px;\n    padding:18px;\n    box-shadow:0 8px 18px rgba(0,0,0,.04);\n  }\n  .card h3{\n    margin:0 0 10px;\n    font-size:18px;\n    color:var(--green-2);\n    text-transform:uppercase;\n    letter-spacing:.2px;\n  }\n  .card p{\n    margin:0;\n    color:#404a43;\n    line-height:1.65;\n    font-size:14px;\n  }\n  .feature-list{\n    list-style:none;\n    margin:0;\n    padding:0;\n  }\n  .feature-list li{\n    display:flex;\n    gap:12px;\n    align-items:flex-start;\n    padding:12px 0;\n    border-top:1px solid var(--line);\n    color:#343c36;\n    line-height:1.5;\n  }\n  .feature-list li:first-child{border-top:0}\n  .bullet{\n    flex:0 0 28px;\n    width:28px;height:28px;border-radius:50%;\n    background:linear-gradient(135deg,var(--green-2),var(--green-3));\n    color:#fff;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-weight:800;\n    font-size:14px;\n    box-shadow:0 6px 12px rgba(36,92,54,.15);\n  }\n  .grid-4{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:16px;\n    padding:22px 24px 24px;\n  }\n  .mini{\n    background:linear-gradient(180deg, #ffffff 0%, #f9fcf8 100%);\n    border:1px solid var(--line);\n    border-radius:20px;\n    padding:16px;\n    text-align:left;\n  }\n  .mini .label{\n    display:inline-block;\n    font-size:12px;\n    font-weight:800;\n    letter-spacing:.3px;\n    text-transform:uppercase;\n    color:var(--gold);\n    margin-bottom:8px;\n  }\n  .mini strong{\n    display:block;\n    margin:0 0 8px;\n    color:var(--green-2);\n    font-size:16px;\n    text-transform:uppercase;\n  }\n  .mini span{\n    color:#49534d;\n    font-size:14px;\n    line-height:1.55;\n  }\n  .in-the-box{\n    padding:24px;\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:16px;\n    align-items:start;\n  }\n  .box{\n    background:linear-gradient(180deg,#fff 0%, #fcfdf8 100%);\n    border:1px solid var(--line);\n    border-radius:24px;\n    padding:18px;\n  }\n  .box h3{\n    margin:0 0 12px;\n    font-size:19px;\n    color:var(--green-2);\n    text-transform:uppercase;\n  }\n  .item-row{\n    display:grid;\n    grid-template-columns:72px 1fr;\n    gap:14px;\n    align-items:center;\n    padding:12px 0;\n    border-top:1px solid var(--line);\n  }\n  .item-row:first-of-type{border-top:0}\n  .thumb{\n    width:72px;height:72px;border-radius:18px;\n    background:#fff;\n    border:1px solid var(--line);\n    overflow:hidden;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n  }\n  .thumb img{\n    max-width:100%;\n    max-height:100%;\n    object-fit:contain;\n    display:block;\n  }\n  .item-title{\n    font-weight:800;\n    color:#243029;\n    margin-bottom:4px;\n    font-size:14px;\n    text-transform:uppercase;\n    letter-spacing:.2px;\n  }\n  .item-desc{\n    color:#516056;\n    font-size:13px;\n    line-height:1.5;\n  }\n  .specs{\n    padding:24px;\n    display:grid;\n    grid-template-columns:1.05fr .95fr;\n    gap:16px;\n  }\n  table{\n    width:100%;\n    border-collapse:separate;\n    border-spacing:0;\n    overflow:hidden;\n    border-radius:20px;\n    border:1px solid var(--line);\n    background:#fff;\n  }\n  th, td{\n    text-align:left;\n    padding:12px 14px;\n    border-bottom:1px solid var(--line);\n    font-size:14px;\n    vertical-align:top;\n  }\n  th{\n    width:40%;\n    background:#f4f8f0;\n    color:var(--green-2);\n    text-transform:uppercase;\n    letter-spacing:.25px;\n    font-size:13px;\n  }\n  tr:last-child th, tr:last-child td{border-bottom:0}\n  .note{\n    background:linear-gradient(135deg, #fff7df 0%, #fffdf4 100%);\n    border:1px solid #edd9a2;\n    border-radius:20px;\n    padding:18px;\n  }\n  .note h3{\n    margin:0 0 10px;\n    color:#8b6714;\n    text-transform:uppercase;\n    font-size:18px;\n  }\n  .note p{\n    margin:0;\n    color:#51421e;\n    line-height:1.65;\n    font-size:14px;\n  }\n  .footer{\n    margin-top:22px;\n    padding:18px 24px 22px;\n    text-align:center;\n    background:linear-gradient(135deg,var(--green),var(--green-2));\n    color:#fff;\n    border-radius:0 0 28px 28px;\n    font-weight:700;\n    letter-spacing:.4px;\n    text-transform:uppercase;\n    box-shadow:var(--shadow);\n  }\n  .small{\n    font-size:13px;\n    color:#667169;\n    line-height:1.55;\n  }\n  .accent{\n    color:var(--gold);\n    font-weight:700;\n  }\n  .hero-media .hero-text{\n    position:absolute;\n    inset:auto 22px 18px 22px;\n    z-index:2;\n    background:rgba(23,61,39,.88);\n    color:#fff;\n    border-radius:18px;\n    padding:14px 16px;\n    box-shadow:0 10px 24px rgba(0,0,0,.12);\n    font-size:13px;\n    line-height:1.55;\n    text-align:left;\n  }\n  @media (max-width: 980px){\n    h1{font-size:36px}\n    .hero-grid,.grid-3,.grid-4,.in-the-box,.specs{grid-template-columns:1fr}\n    .hero-media{min-height:320px}\n    .hero-media .hero-text{position:static;margin:12px 16px 16px}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-grid\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eMicroBrewery 1 • Home Brew Starter Kit\u003c\/div\u003e\n\u003ch1\u003eEverything You Need to Brew at Home\u003c\/h1\u003e\n\u003cp\u003eA complete beer brewing starter kit built around a durable 30L fermentation container with tap. Designed for first-time home brewers and hobby enthusiasts, this set combines practical brewing tools, a classic Coopers Lager brewkit and a wide range of accessories for a smooth start.\u003c\/p\u003e\n\u003cdiv class=\"cta-row\"\u003e\n\u003cspan class=\"chip\"\u003e30L fermenter with tap\u003c\/span\u003e \u003cspan class=\"chip\"\u003eCoopers Lager malt included\u003c\/span\u003e \u003cspan class=\"chip\"\u003e100 bottle caps\u003c\/span\u003e \u003cspan class=\"chip\"\u003ePerfect gift idea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cimg alt=\"MicroBrewery 1 home brew starter kit poster\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cstrong\u003eHome brewing made simple.\u003c\/strong\u003e\u003cbr\u003eA visually packed starter kit with carefully selected tools, ingredients and accessories for brewing, bottling and enjoying your own beer.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003ch2\u003eWhat makes this kit special\u003c\/h2\u003e\n\u003cp\u003eThis set brings together all the essentials needed to start brewing beer at home with confidence. The main fermenter is paired with carefully selected tools and accessories, making the process more convenient, more organised and more enjoyable from the very first batch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-3\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eComplete brewing set\u003c\/h3\u003e\n\u003cp\u003eIncludes the main fermentation vessel, brewkit, measuring tools, capper, brush and other practical accessories so you can begin brewing without hunting for extra parts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eDesigned for beginners\u003c\/h3\u003e\n\u003cp\u003eClear, useful components help make the first home brewing steps easier, whether you are preparing beer, experimenting with new recipes or assembling a gift for a beer lover.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eLong-term use\u003c\/h3\u003e\n\u003cp\u003eThe container and accessories are built for repeated use, making the kit a smart choice for both occasional brewing and regular hobby production.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003ch2\u003eKey benefits\u003c\/h2\u003e\n\u003cp\u003eStrong practical value, attractive presentation and a balanced mix of brewing essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-4\"\u003e\n\u003cdiv class=\"mini\"\u003e\n\u003cdiv class=\"label\"\u003e01\u003c\/div\u003e\n\u003cstrong\u003eFermenter with Tap\u003c\/strong\u003e \u003cspan\u003eEasy draining and convenient handling during fermentation and bottling.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini\"\u003e\n\u003cdiv class=\"label\"\u003e02\u003c\/div\u003e\n\u003cstrong\u003eBrewkit Included\u003c\/strong\u003e \u003cspan\u003eCoopers Lager malt provides a classic foundation for home brewing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini\"\u003e\n\u003cdiv class=\"label\"\u003e03\u003c\/div\u003e\n\u003cstrong\u003eBrewing Tools\u003c\/strong\u003e \u003cspan\u003eAgitator, airlock, sugar meter, thermometer and more to support the process.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini\"\u003e\n\u003cdiv class=\"label\"\u003e04\u003c\/div\u003e\n\u003cstrong\u003eGift-Ready Idea\u003c\/strong\u003e \u003cspan\u003eA visually appealing starter set for Father’s Day, birthdays and special occasions.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003ch2\u003eWhat’s included\u003c\/h2\u003e\n\u003cp\u003eThe kit is packed with selected items to help you brew, measure, clean, cap and enjoy your own homemade beer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"in-the-box\"\u003e\n\u003cdiv class=\"box\"\u003e\n\u003ch3\u003eMain set components\u003c\/h3\u003e\n\u003cdiv class=\"item-row\"\u003e\n\u003cdiv class=\"thumb\"\u003e\u003cimg alt=\"30L fermenter\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"item-title\"\u003e30L fermentation container with tap \u0026amp; lid\u003c\/div\u003e\n\u003cdiv class=\"item-desc\"\u003eCentral brewing vessel with printed advice and recipes for home brewing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"item-row\"\u003e\n\u003cdiv class=\"thumb\"\u003e\u003cimg alt=\"Coopers Lager malt\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"item-title\"\u003e1.7 kg Coopers Lager malt concentrate\u003c\/div\u003e\n\u003cdiv class=\"item-desc\"\u003eA traditional Australian lager brewkit made with barley and Tasmanian hops.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"item-row\"\u003e\n\u003cdiv class=\"thumb\"\u003e\u003cimg alt=\"Bottle capper\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"item-title\"\u003eManual bottle capper + 100 caps\u003c\/div\u003e\n\u003cdiv class=\"item-desc\"\u003eFor fast and secure capping of finished bottles.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box\"\u003e\n\u003ch3\u003eAccessories included\u003c\/h3\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"bullet\"\u003e✓\u003c\/span\u003e\u003cspan\u003ePlastic agitator for mixing and brewing preparation.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bullet\"\u003e✓\u003c\/span\u003e\u003cspan\u003eAirlock to help manage fermentation safely.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bullet\"\u003e✓\u003c\/span\u003e\u003cspan\u003eSugar meter \/ areometer with graduated cylinder.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bullet\"\u003e✓\u003c\/span\u003e\u003cspan\u003eBrush for bottle cleaning.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bullet\"\u003e✓\u003c\/span\u003e\u003cspan\u003eSugar measuring scoop for accurate ingredient handling.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bullet\"\u003e✓\u003c\/span\u003e\u003cspan\u003eLiquid crystal thermometer for better temperature control.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bullet\"\u003e✓\u003c\/span\u003e\u003cspan\u003e100 bottle caps for final bottling stage.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003ch2\u003eProduct details\u003c\/h2\u003e\n\u003cp\u003eClean, practical and built around home brewing convenience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs\"\u003e\n\u003cdiv\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eBiowin\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKit type\u003c\/th\u003e\n\u003ctd\u003eHome brew starter kit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFermenter capacity\u003c\/th\u003e\n\u003ctd\u003e30 L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFermenter material\u003c\/th\u003e\n\u003ctd\u003eFood-contact approved plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFermenter feature\u003c\/th\u003e\n\u003ctd\u003eWith tap and lid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMain brewkit\u003c\/th\u003e\n\u003ctd\u003eCoopers Lager malt concentrate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIdeal for\u003c\/th\u003e\n\u003ctd\u003eBeer brewing, home brewing, gift giving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAlcohol resistance\u003c\/th\u003e\n\u003ctd\u003eUp to 70%\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note\"\u003e\n\u003ch3\u003eImportant note\u003c\/h3\u003e\n\u003cp\u003eThe set is ideal for home brewing use and can also be used for other homemade liquor projects. Every country has its own legal regulations governing the production and sale of alcoholic products, so local rules should always be checked before use. \u003cbr\u003e\u003cbr\u003e\u003cspan class=\"accent\"\u003eA great gift choice\u003c\/span\u003e for enthusiasts of homemade beer and practical brewing equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer\"\u003eMicroBrewery 1 • Brew at Home • Gift Ready • Complete Starter Kit\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Agritrade AK","offers":[{"title":"Default Title","offer_id":65246285955421,"sku":null,"price":35.95,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/7751\/9965\/files\/ChatGPTImage13lip2026_23_54_58.png?v=1783979961","url":"https:\/\/agritradestore.co.uk\/products\/set","provider":"Agritrade AK","version":"1.0","type":"link"}