{"product_id":"8l-table-top-epoxy-resin","title":"8L Table Top Epoxy Resin Kit – Clear 1:1 Epoxy Coating","description":"\u003cstyle\u003e\n\/* =========================================================\n   PLYWOOD ETC\n   CRAFT RESIN 8L TABLE TOP EPOXY RESIN\n   FULL PRODUCT DESCRIPTION\n   BLACK \/ WHITE \/ RED\n   ========================================================= *\/\n\n.pe-epoxy {\n  --pe-red: #d6002f;\n  --pe-red-dark: #b80028;\n  --pe-black: #111111;\n  --pe-dark: #222222;\n  --pe-grey: #f4f4f4;\n  --pe-border: #dddddd;\n  --pe-white: #ffffff;\n\n  max-width: 1200px;\n  margin: 0 auto;\n  font-family: Arial, Helvetica, sans-serif;\n  color: var(--pe-dark);\n  line-height: 1.6;\n  font-size: 16px;\n}\n\n.pe-epoxy * {\n  box-sizing: border-box;\n}\n\n\/* =========================================================\n   GENERAL\n   ========================================================= *\/\n\n.pe-section {\n  margin: 38px 0;\n}\n\n.pe-section h2 {\n  margin: 0 0 18px;\n  color: var(--pe-black);\n  font-size: 30px;\n  line-height: 1.2;\n  font-weight: 800;\n  text-transform: uppercase;\n  letter-spacing: .3px;\n}\n\n.pe-section h3 {\n  margin: 0 0 10px;\n  color: var(--pe-black);\n  font-size: 21px;\n  line-height: 1.3;\n}\n\n.pe-section p {\n  margin: 0 0 16px;\n}\n\n.pe-section p:last-child {\n  margin-bottom: 0;\n}\n\n\/* =========================================================\n   INTRO\n   ========================================================= *\/\n\n.pe-intro {\n  padding: 34px 30px;\n  background: var(--pe-grey);\n  border-top: 5px solid var(--pe-red);\n}\n\n.pe-intro h2 {\n  font-size: 32px;\n  margin-bottom: 16px;\n}\n\n.pe-intro p {\n  font-size: 18px;\n  line-height: 1.7;\n}\n\n\/* =========================================================\n   QUICK FACTS\n   ========================================================= *\/\n\n.pe-facts {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n}\n\n.pe-fact {\n  background: var(--pe-black);\n  color: var(--pe-white);\n  padding: 20px 15px;\n  text-align: center;\n}\n\n.pe-fact strong {\n  display: block;\n  color: #ffffff;\n  font-size: 25px;\n  line-height: 1.2;\n  margin-bottom: 5px;\n}\n\n.pe-fact span {\n  display: block;\n  font-size: 14px;\n  color: #eeeeee;\n}\n\n\/* =========================================================\n   WHAT ARE YOU COATING?\n   NATIVE DETAILS - NO JAVASCRIPT\n   ========================================================= *\/\n\n.pe-project-selector {\n  background: var(--pe-grey);\n  padding: 34px 26px 38px;\n  border-top: 4px solid var(--pe-red);\n}\n\n.pe-project-selector h2 {\n  margin-bottom: 18px;\n}\n\n.pe-project-intro {\n  margin: 0 0 25px;\n  font-size: 17px;\n  line-height: 1.65;\n}\n\n\/* Project grid *\/\n\n.pe-project-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n}\n\n\/* Native details *\/\n\n.pe-project {\n  min-width: 0;\n}\n\n\/* Summary becomes the button *\/\n\n.pe-project summary {\n  min-height: 64px;\n  padding: 14px 18px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  background: #ffffff;\n  border: 1px solid #d3d3d3;\n\n  color: #111111;\n  font-size: 16px;\n  font-weight: 700;\n  text-align: center;\n\n  cursor: pointer;\n  list-style: none;\n\n  transition:\n    background .2s ease,\n    color .2s ease,\n    border-color .2s ease;\n}\n\n.pe-project summary::-webkit-details-marker {\n  display: none;\n}\n\n.pe-project summary::marker {\n  display: none;\n}\n\n\/* Hide the little browser arrow *\/\n\n.pe-project summary::after {\n  display: none;\n}\n\n\/* Hover *\/\n\n.pe-project summary:hover {\n  border-color: var(--pe-red);\n}\n\n\/* Selected \/ open button *\/\n\n.pe-project[open] summary {\n  background: var(--pe-red);\n  border-color: var(--pe-red);\n  color: #ffffff;\n}\n\n\/* Content *\/\n\n.pe-project-content {\n  position: absolute;\n  left: 26px;\n  right: 26px;\n  margin-top: 12px;\n\n  background: #ffffff;\n  border: 1px solid var(--pe-border);\n  border-left: 5px solid var(--pe-red);\n\n  padding: 25px 28px;\n\n  z-index: 10;\n}\n\n\/*\n   The selector needs room for the open panel.\n   This keeps the panel inside the section rather than\n   pushing the four buttons apart.\n*\/\n\n.pe-project-grid {\n  margin-bottom: 285px;\n}\n\n.pe-project-content h3 {\n  margin: 0 0 10px;\n  font-size: 22px;\n}\n\n.pe-project-content p {\n  margin: 0 0 14px;\n}\n\n.pe-project-points {\n  margin: 16px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n.pe-project-points li {\n  position: relative;\n  padding: 7px 0 7px 28px;\n}\n\n.pe-project-points li::before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  top: 7px;\n  color: var(--pe-red);\n  font-weight: 800;\n}\n\n.pe-project-note {\n  margin-top: 16px;\n  padding: 13px 15px;\n  background: #f5f5f5;\n  border-left: 3px solid var(--pe-black);\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n\/* =========================================================\n   FEATURE CARDS\n   ========================================================= *\/\n\n.pe-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 15px;\n}\n\n.pe-feature {\n  border: 1px solid var(--pe-border);\n  background: #ffffff;\n  padding: 24px 20px;\n}\n\n.pe-feature::before {\n  content: \"\";\n  display: block;\n  width: 40px;\n  height: 4px;\n  background: var(--pe-red);\n  margin-bottom: 17px;\n}\n\n.pe-feature h3 {\n  font-size: 19px;\n}\n\n.pe-feature p {\n  font-size: 15px;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* =========================================================\n   APPLICATION CARDS\n   ========================================================= *\/\n\n.pe-application-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 15px;\n}\n\n.pe-application {\n  background: var(--pe-grey);\n  padding: 24px 20px;\n  border-top: 4px solid var(--pe-red);\n}\n\n.pe-application h3 {\n  font-size: 19px;\n}\n\n.pe-application p {\n  font-size: 15px;\n  margin: 0;\n}\n\n\/* =========================================================\n   CALCULATOR\n   ========================================================= *\/\n\n.pe-calculator {\n  background: var(--pe-black);\n  color: #ffffff;\n  padding: 32px 28px;\n  margin: 38px 0;\n}\n\n.pe-calculator h2 {\n  color: #ffffff;\n  margin-bottom: 10px;\n}\n\n.pe-calculator-intro {\n  color: #eeeeee;\n  margin-bottom: 25px;\n}\n\n.pe-calculator-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 15px;\n}\n\n.pe-calc-field label {\n  display: block;\n  margin-bottom: 7px;\n  font-size: 14px;\n  font-weight: 700;\n  color: #ffffff;\n}\n\n.pe-calc-field input,\n.pe-calc-field select {\n  width: 100%;\n  height: 50px;\n  padding: 10px 12px;\n  border: 1px solid #cccccc;\n  background: #ffffff;\n  color: #111111;\n  font-size: 16px;\n  border-radius: 0;\n}\n\n.pe-calc-result {\n  margin-top: 22px;\n  background: var(--pe-red);\n  padding: 22px;\n  text-align: center;\n}\n\n.pe-calc-result-label {\n  display: block;\n  font-size: 14px;\n  margin-bottom: 3px;\n}\n\n.pe-calc-litres {\n  display: block;\n  font-size: 36px;\n  line-height: 1.1;\n  font-weight: 800;\n}\n\n.pe-calc-area {\n  display: block;\n  margin-top: 7px;\n  font-size: 14px;\n}\n\n.pe-calc-warning {\n  margin-top: 16px;\n  font-size: 13px;\n  color: #dddddd;\n  line-height: 1.5;\n}\n\n\/* =========================================================\n   HOW TO USE\n   ========================================================= *\/\n\n.pe-steps {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 15px;\n}\n\n.pe-step {\n  border: 1px solid var(--pe-border);\n  padding: 23px 20px;\n}\n\n.pe-step-number {\n  width: 38px;\n  height: 38px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background: var(--pe-red);\n  color: #ffffff;\n  font-weight: 800;\n  margin-bottom: 15px;\n}\n\n.pe-step h3 {\n  font-size: 18px;\n}\n\n.pe-step p {\n  font-size: 15px;\n  margin: 0;\n}\n\n\/* =========================================================\n   COMPARISON\n   ========================================================= *\/\n\n.pe-comparison {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n}\n\n.pe-comparison-card {\n  border: 1px solid var(--pe-border);\n  padding: 25px;\n}\n\n.pe-comparison-card.pe-highlight {\n  border-top: 5px solid var(--pe-red);\n}\n\n.pe-comparison-card h3 {\n  margin-bottom: 15px;\n}\n\n.pe-comparison-card ul {\n  margin: 0;\n  padding-left: 20px;\n}\n\n.pe-comparison-card li {\n  margin-bottom: 8px;\n}\n\n\/* =========================================================\n   SPECIFICATIONS\n   ========================================================= *\/\n\n.pe-spec-table-wrap {\n  overflow-x: auto;\n}\n\n.pe-spec-table {\n  width: 100%;\n  border-collapse: collapse;\n  min-width: 650px;\n}\n\n.pe-spec-table th,\n.pe-spec-table td {\n  border: 1px solid var(--pe-border);\n  padding: 12px 14px;\n  text-align: left;\n  vertical-align: top;\n}\n\n.pe-spec-table th {\n  width: 35%;\n  background: var(--pe-grey);\n  color: var(--pe-black);\n  font-weight: 700;\n}\n\n.pe-spec-table td {\n  background: #ffffff;\n}\n\n\/* =========================================================\n   IMPORTANT INFORMATION\n   ========================================================= *\/\n\n.pe-important {\n  background: var(--pe-grey);\n  border-left: 5px solid var(--pe-red);\n  padding: 25px;\n}\n\n.pe-important h2 {\n  margin-bottom: 12px;\n}\n\n.pe-important ul {\n  margin: 12px 0 0;\n  padding-left: 21px;\n}\n\n.pe-important li {\n  margin-bottom: 8px;\n}\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.pe-faq {\n  border-top: 1px solid var(--pe-border);\n}\n\n.pe-faq details {\n  border-bottom: 1px solid var(--pe-border);\n  background: #ffffff;\n}\n\n.pe-faq summary {\n  position: relative;\n  padding: 18px 45px 18px 18px;\n  cursor: pointer;\n  font-weight: 700;\n  color: var(--pe-black);\n  list-style: none;\n}\n\n.pe-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.pe-faq summary::marker {\n  display: none;\n}\n\n.pe-faq summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 18px;\n  top: 13px;\n  font-size: 25px;\n  font-weight: 400;\n  color: var(--pe-red);\n}\n\n.pe-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.pe-faq-answer {\n  padding: 0 18px 20px;\n  color: #333333;\n}\n\n.pe-faq-answer p {\n  margin: 0;\n}\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.pe-cta {\n  background: var(--pe-black);\n  color: #ffffff;\n  padding: 35px 30px;\n  text-align: center;\n  border-top: 5px solid var(--pe-red);\n}\n\n.pe-cta h2 {\n  color: #ffffff;\n  margin-bottom: 12px;\n}\n\n.pe-cta p {\n  max-width: 800px;\n  margin: 0 auto 20px;\n  color: #eeeeee;\n}\n\n.pe-cta-note {\n  display: inline-block;\n  background: var(--pe-red);\n  color: #ffffff;\n  padding: 12px 22px;\n  font-weight: 700;\n}\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media (max-width: 800px) {\n\n  .pe-facts {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .pe-feature-grid,\n  .pe-application-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .pe-steps {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .pe-calculator-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .pe-project-grid {\n    grid-template-columns: repeat(2, 1fr);\n    margin-bottom: 430px;\n  }\n\n}\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 600px) {\n\n  .pe-epoxy {\n    font-size: 15px;\n  }\n\n  .pe-section {\n    margin: 30px 0;\n  }\n\n  .pe-section h2 {\n    font-size: 25px;\n  }\n\n  .pe-intro {\n    padding: 25px 18px;\n  }\n\n  .pe-intro h2 {\n    font-size: 26px;\n  }\n\n  .pe-intro p {\n    font-size: 16px;\n  }\n\n  .pe-facts {\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n  }\n\n  .pe-fact {\n    padding: 16px 10px;\n  }\n\n  .pe-fact strong {\n    font-size: 21px;\n  }\n\n  .pe-project-selector {\n    padding: 27px 16px 30px;\n  }\n\n  .pe-project-grid {\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin-bottom: 520px;\n  }\n\n  .pe-project summary {\n    min-height: 56px;\n    padding: 10px 7px;\n    font-size: 14px;\n  }\n\n  .pe-project-content {\n    left: 16px;\n    right: 16px;\n    padding: 20px;\n  }\n\n  .pe-project-content h3 {\n    font-size: 20px;\n  }\n\n  .pe-feature-grid,\n  .pe-application-grid,\n  .pe-steps,\n  .pe-comparison {\n    grid-template-columns: 1fr;\n  }\n\n  .pe-calculator {\n    padding: 27px 18px;\n  }\n\n  .pe-calc-litres {\n    font-size: 32px;\n  }\n\n  .pe-important {\n    padding: 20px;\n  }\n\n  .pe-cta {\n    padding: 28px 18px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"pe-epoxy\"\u003e\n\n\n  \u003c!-- =====================================================\n       INTRO\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-section pe-intro\"\u003e\n\n    \u003ch2\u003e8L Table Top Epoxy Resin\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Craft Resin 8L Table Top Epoxy is a clear, self-levelling epoxy resin\n      designed for coating larger surfaces such as wooden tables, kitchen\n      worktops, bar tops and furniture. The 1:1 mix ratio makes the resin\n      straightforward to measure, while the ultra-clear finish allows the\n      surface underneath to remain visible.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This kit contains \u003cstrong\u003e8 litres in total\u003c\/strong\u003e – 4L of resin and\n      4L of hardener – and is designed for thin surface coatings up to\n      approximately 3mm.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       QUICK FACTS\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-section\"\u003e\n\n    \u003cdiv class=\"pe-facts\"\u003e\n\n      \u003cdiv class=\"pe-fact\"\u003e\n        \u003cstrong\u003e8L\u003c\/strong\u003e\n        \u003cspan\u003eTotal Kit Size\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pe-fact\"\u003e\n        \u003cstrong\u003e1:1\u003c\/strong\u003e\n        \u003cspan\u003eMix Ratio\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pe-fact\"\u003e\n        \u003cstrong\u003e3mm\u003c\/strong\u003e\n        \u003cspan\u003eRecommended Coating Depth\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pe-fact\"\u003e\n        \u003cstrong\u003e~40 Min\u003c\/strong\u003e\n        \u003cspan\u003eWorking Time*\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       PROJECT SELECTOR\n       NATIVE HTML - NO JAVASCRIPT\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-section pe-project-selector\"\u003e\n\n    \u003ch2\u003eWhat Are You Coating?\u003c\/h2\u003e\n\n    \u003cp class=\"pe-project-intro\"\u003e\n      Select your project below to see where this\n      \u003cstrong\u003eclear table top epoxy\u003c\/strong\u003e can be used and what to consider\n      before applying it.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"pe-project-grid\"\u003e\n\n\n      \u003c!-- WOODEN TABLE --\u003e\n\n      \u003cdetails class=\"pe-project\" name=\"epoxy-project\" open\u003e\n\n        \u003csummary\u003e\n          Wooden Table\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-project-content\"\u003e\n\n          \u003ch3\u003eEpoxy Resin for Wooden Tables\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Table top epoxy resin can be used to create a clear, durable\n            protective coating over prepared wooden tables and timber surfaces.\n            The ultra-clear finish allows the natural appearance of the wood\n            to remain visible while adding a hard, glossy surface.\n          \u003c\/p\u003e\n\n          \u003cul class=\"pe-project-points\"\u003e\n\n            \u003cli\u003e\n              Suitable for prepared wooden table surfaces\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Self-levelling formulation helps create an even finish\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Recommended coating depth of up to 3mm\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Can be used with suitable pigments and decorative additions\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n          \u003cdiv class=\"pe-project-note\"\u003e\n\n            \u003cstrong\u003eTip:\u003c\/strong\u003e\n            Timber should be clean, dry, stable and properly prepared before\n            applying the epoxy.\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003c!-- WORKTOP --\u003e\n\n      \u003cdetails class=\"pe-project\" name=\"epoxy-project\"\u003e\n\n        \u003csummary\u003e\n          Worktop\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-project-content\"\u003e\n\n          \u003ch3\u003eEpoxy Resin for Kitchen Worktops\u003c\/h3\u003e\n\n          \u003cp\u003e\n            This 8L table top epoxy is suitable for coating larger worktop\n            surfaces where a clear, high-gloss protective finish is required.\n            The 1:1 mixing ratio makes it straightforward to measure and mix.\n          \u003c\/p\u003e\n\n          \u003cul class=\"pe-project-points\"\u003e\n\n            \u003cli\u003e\n              Suitable for larger worktop coating projects\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clear finish shows the surface beneath\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Self-levelling formulation helps produce a smooth coating\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Water-resistant cured surface\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n          \u003cdiv class=\"pe-project-note\"\u003e\n\n            \u003cstrong\u003eImportant:\u003c\/strong\u003e\n            Always ensure the worktop is properly prepared and follow the\n            manufacturer's application and curing instructions.\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003c!-- BAR TOP --\u003e\n\n      \u003cdetails class=\"pe-project\" name=\"epoxy-project\"\u003e\n\n        \u003csummary\u003e\n          Bar Top\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-project-content\"\u003e\n\n          \u003ch3\u003eEpoxy Resin for Bar Tops\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Use clear table top epoxy to coat bar tops and counters where you\n            want a smooth, glossy finish that protects the underlying surface.\n          \u003c\/p\u003e\n\n          \u003cul class=\"pe-project-points\"\u003e\n\n            \u003cli\u003e\n              Suitable for bar tops and counters\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              High-gloss clear finish\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Self-levelling coating\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              UV-resistant formulation helps reduce yellowing\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n          \u003cdiv class=\"pe-project-note\"\u003e\n\n            \u003cstrong\u003eFor best results:\u003c\/strong\u003e\n            Apply within the recommended coating thickness and allow the resin\n            to cure fully before putting the surface into service.\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003c!-- FURNITURE --\u003e\n\n      \u003cdetails class=\"pe-project\" name=\"epoxy-project\"\u003e\n\n        \u003csummary\u003e\n          Furniture\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-project-content\"\u003e\n\n          \u003ch3\u003eEpoxy Resin for Furniture\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Clear epoxy resin can also be used to create a protective\n            decorative coating on suitable furniture surfaces, including\n            prepared timber and wooden panels.\n          \u003c\/p\u003e\n\n          \u003cul class=\"pe-project-points\"\u003e\n\n            \u003cli\u003e\n              Suitable for furniture refinishing projects\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clear coating helps retain the appearance of the substrate\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hard, scratch-resistant cured surface\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Can be combined with suitable colours and decorative effects\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n          \u003cdiv class=\"pe-project-note\"\u003e\n\n            \u003cstrong\u003eRemember:\u003c\/strong\u003e\n            Table top epoxy is designed for thin surface coatings rather than\n            deep casting applications.\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       KEY FEATURES\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-section\"\u003e\n\n    \u003ch2\u003eKey Features\u003c\/h2\u003e\n\n    \u003cdiv class=\"pe-feature-grid\"\u003e\n\n\n      \u003cdiv class=\"pe-feature\"\u003e\n\n        \u003ch3\u003eSelf-Levelling\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed to flow across the prepared surface to help produce an\n          even coating with a smooth finish.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-feature\"\u003e\n\n        \u003ch3\u003eUltra-Clear Finish\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Clear, high-gloss epoxy allows the colour and appearance of the\n          surface underneath to remain visible.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-feature\"\u003e\n\n        \u003ch3\u003e1:1 Mixing Ratio\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Mix equal volumes of resin and hardener for straightforward\n          measuring and preparation.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-feature\"\u003e\n\n        \u003ch3\u003eBubble Release\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The formulation is designed to help release bubbles during\n          application when correctly mixed and applied.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-feature\"\u003e\n\n        \u003ch3\u003eUV Resistant\u003c\/h3\u003e\n\n        \u003cp\u003e\n          UV-resistant formulation helps reduce yellowing and maintain the\n          appearance of the cured coating.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-feature\"\u003e\n\n        \u003ch3\u003e8L Complete Kit\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Supplied as 4L resin plus 4L hardener, providing 8 litres of\n          mixed material before allowing for application losses.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       COVERAGE CALCULATOR\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-calculator\"\u003e\n\n    \u003ch2\u003eEpoxy Resin Coverage Calculator\u003c\/h2\u003e\n\n    \u003cp class=\"pe-calculator-intro\"\u003e\n      Enter the length and width of your surface and select the coating\n      depth to estimate the theoretical amount of epoxy resin required.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"pe-calculator-grid\"\u003e\n\n\n      \u003cdiv class=\"pe-calc-field\"\u003e\n\n        \u003clabel for=\"pe-length\"\u003e\n          Length (mm)\n        \u003c\/label\u003e\n\n        \u003cinput type=\"number\" id=\"pe-length\" min=\"1\" step=\"1\" value=\"2000\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-calc-field\"\u003e\n\n        \u003clabel for=\"pe-width\"\u003e\n          Width (mm)\n        \u003c\/label\u003e\n\n        \u003cinput type=\"number\" id=\"pe-width\" min=\"1\" step=\"1\" value=\"900\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-calc-field\"\u003e\n\n        \u003clabel for=\"pe-depth\"\u003e\n          Coating Depth\n        \u003c\/label\u003e\n\n        \u003cselect id=\"pe-depth\"\u003e\n\n          \u003coption value=\"1\"\u003e\n            1mm\n          \u003c\/option\u003e\n\n          \u003coption value=\"2\" selected\u003e\n            2mm\n          \u003c\/option\u003e\n\n          \u003coption value=\"3\"\u003e\n            3mm\n          \u003c\/option\u003e\n\n        \u003c\/select\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pe-calc-result\"\u003e\n\n      \u003cspan class=\"pe-calc-result-label\"\u003e\n        Approximate theoretical resin requirement\n      \u003c\/span\u003e\n\n      \u003cspan class=\"pe-calc-litres\" id=\"pe-calc-litres\"\u003e\n        3.60 litres\n      \u003c\/span\u003e\n\n      \u003cspan class=\"pe-calc-area\" id=\"pe-calc-area\"\u003e\n        Surface area: 1.80 m²\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cp class=\"pe-calc-warning\"\u003e\n      \u003cstrong\u003ePlease note:\u003c\/strong\u003e\n      This is a theoretical volume calculation. Allow additional material\n      for wastage, resin remaining in mixing containers, surface\n      irregularities, edges and application conditions. The calculator does\n      not confirm that a particular project requires the full 8L kit.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       APPLICATIONS\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-section\"\u003e\n\n    \u003ch2\u003eWhat Can You Use Table Top Epoxy Resin For?\u003c\/h2\u003e\n\n    \u003cdiv class=\"pe-application-grid\"\u003e\n\n\n      \u003cdiv class=\"pe-application\"\u003e\n\n        \u003ch3\u003eWooden Tables\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Create a clear protective coating over prepared timber table tops\n          while retaining the appearance of the wood beneath.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-application\"\u003e\n\n        \u003ch3\u003eKitchen Worktops\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Suitable for coating larger prepared worktop surfaces where a\n          clear, smooth and glossy finish is required.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-application\"\u003e\n\n        \u003ch3\u003eBar Tops\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use for bar tops, counters and similar prepared surfaces requiring\n          a clear protective epoxy coating.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-application\"\u003e\n\n        \u003ch3\u003eFurniture\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Suitable for selected furniture refinishing and decorative coating\n          projects using properly prepared surfaces.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-application\"\u003e\n\n        \u003ch3\u003eDecorative Wood\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Clear epoxy can be combined with suitable pigments and decorative\n          materials to create customised finishes.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-application\"\u003e\n\n        \u003ch3\u003eWorkshop Projects\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The 8L kit is particularly useful for larger coating projects where\n          more material is required than a small craft resin kit provides.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       HOW TO APPLY\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-section\"\u003e\n\n    \u003ch2\u003eHow to Apply Table Top Epoxy Resin\u003c\/h2\u003e\n\n    \u003cdiv class=\"pe-steps\"\u003e\n\n\n      \u003cdiv class=\"pe-step\"\u003e\n\n        \u003cdiv class=\"pe-step-number\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003ch3\u003ePrepare\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Make sure the surface is clean, dry, stable and properly prepared.\n          Protect the surrounding work area before mixing.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-step\"\u003e\n\n        \u003cdiv class=\"pe-step-number\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003ch3\u003eMeasure\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Measure equal volumes of resin and hardener. This product uses a\n          1:1 mixing ratio by volume.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-step\"\u003e\n\n        \u003cdiv class=\"pe-step-number\"\u003e\n          3\n        \u003c\/div\u003e\n\n        \u003ch3\u003eMix\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Thoroughly mix the resin and hardener according to the\n          manufacturer's instructions before application.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-step\"\u003e\n\n        \u003cdiv class=\"pe-step-number\"\u003e\n          4\n        \u003c\/div\u003e\n\n        \u003ch3\u003eApply\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Apply evenly to the prepared surface, keeping within the\n          recommended coating thickness and allowing sufficient curing time.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       TABLE TOP VS DEEP POUR\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-section\"\u003e\n\n    \u003ch2\u003eTable Top Epoxy vs Deep Pour Resin\u003c\/h2\u003e\n\n    \u003cdiv class=\"pe-comparison\"\u003e\n\n\n      \u003cdiv class=\"pe-comparison-card pe-highlight\"\u003e\n\n        \u003ch3\u003eTable Top Epoxy\u003c\/h3\u003e\n\n        \u003cul\u003e\n\n          \u003cli\u003e\n            Designed for thin surface coatings\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Recommended coating depth up to approximately 3mm\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Suitable for tables, worktops and bar tops\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Self-levelling formulation\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Designed to provide a clear glossy surface finish\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pe-comparison-card\"\u003e\n\n        \u003ch3\u003eDeep Pour Resin\u003c\/h3\u003e\n\n        \u003cul\u003e\n\n          \u003cli\u003e\n            Designed for thicker casting applications\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Used for projects requiring deeper resin pours\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Commonly used for river tables and deep casting\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Different curing and application characteristics\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Should not automatically be substituted for table top epoxy\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       PRODUCT SPECIFICATIONS\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-section\"\u003e\n\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"pe-spec-table-wrap\"\u003e\n\n      \u003ctable class=\"pe-spec-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eProduct\u003c\/th\u003e\n            \u003ctd\u003eCraft Resin Table Top Epoxy\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eTotal Kit Size\u003c\/th\u003e\n            \u003ctd\u003e8 litres\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eResin\u003c\/th\u003e\n            \u003ctd\u003e4 litres\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eHardener\u003c\/th\u003e\n            \u003ctd\u003e4 litres\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eMix Ratio\u003c\/th\u003e\n            \u003ctd\u003e1:1 by volume\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eAppearance\u003c\/th\u003e\n            \u003ctd\u003eUltra-clear\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eFinish\u003c\/th\u003e\n            \u003ctd\u003eHigh gloss\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eFormulation\u003c\/th\u003e\n            \u003ctd\u003eSelf-levelling table top epoxy\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eApprox. Mixed Viscosity\u003c\/th\u003e\n            \u003ctd\u003e3,800 CPS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWorking Time\u003c\/th\u003e\n            \u003ctd\u003eApproximately 40 minutes at 23–25°C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eHard Cure\u003c\/th\u003e\n            \u003ctd\u003eApproximately 36 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eRecommended Coating Depth\u003c\/th\u003e\n            \u003ctd\u003eUp to approximately 3mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eHeat Resistance\u003c\/th\u003e\n            \u003ctd\u003eUp to 80°C after 21-day post-cure\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eUV Resistance\u003c\/th\u003e\n            \u003ctd\u003eUV resistant \/ anti-yellowing formulation\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWater Resistance\u003c\/th\u003e\n            \u003ctd\u003eWater-resistant cured surface\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eOdour\u003c\/th\u003e\n            \u003ctd\u003eLow odour\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eSolvent\u003c\/th\u003e\n            \u003ctd\u003eSolvent-free\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBPA\u003c\/th\u003e\n            \u003ctd\u003eBPA-free\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       IMPORTANT INFORMATION\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-section pe-important\"\u003e\n\n    \u003ch2\u003eImportant Information\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Always read and follow the manufacturer's instructions before use.\n      Application conditions, surface preparation, mixing and curing can all\n      affect the final result.\n    \u003c\/p\u003e\n\n    \u003cul\u003e\n\n      \u003cli\u003e\n        Resin and hardener must be mixed in the correct 1:1 ratio.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Do not exceed the recommended coating depth.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Allow the coating to cure fully before normal use.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Work in a suitable, well-ventilated area.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Protect the surrounding area from spills and splashes.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Uncured resin can irritate the skin and repeated contact may cause\n        an allergic skin reaction.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Wear suitable gloves and follow the manufacturer's safety guidance.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Heat resistance of up to 80°C applies after the specified\n        21-day post-cure period.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       FAQ\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-section\"\u003e\n\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdiv class=\"pe-faq\"\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What is table top epoxy resin?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            Table top epoxy resin is designed primarily for thin protective\n            and decorative coatings over surfaces such as wooden tables,\n            worktops, bar tops and furniture. It is different from deep pour\n            resin, which is designed for much thicker casting applications.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What is the mixing ratio?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            This Craft Resin table top epoxy uses a 1:1 mixing ratio by\n            volume. Equal volumes of resin and hardener are mixed together\n            before application.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What is included in the 8L kit?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            The 8L kit contains 4 litres of resin and 4 litres of hardener,\n            giving 8 litres in total.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How thick can I apply the epoxy?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            The product is designed for thin table top coatings up to\n            approximately 3mm. Do not exceed the manufacturer's recommended\n            coating depth.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I use this epoxy on a wooden table?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            Yes. It is designed for table top coating applications and can be\n            used on suitable, properly prepared wooden surfaces.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can this epoxy be used on kitchen worktops?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            It can be used for suitable worktop coating projects. The surface\n            must be properly prepared and the manufacturer's application and\n            curing instructions should be followed.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is this epoxy UV resistant?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            Yes. The formulation is UV resistant and designed to help reduce\n            yellowing of the clear finish.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How long does table top epoxy take to cure?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            The product has a hard cure time of approximately 36 hours.\n            Actual curing can vary according to temperature, humidity,\n            application conditions and coating thickness.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How long is the working time after mixing?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            The working time is approximately 40 minutes at 23–25°C.\n            Temperature and the quantity of mixed resin can affect working\n            time.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I add pigments or colours?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            Suitable pigments and decorative materials can be used where\n            compatible with the epoxy system. Always check compatibility and\n            manufacturer's guidance before adding anything to the resin.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is this suitable for a river table?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            This product is designed primarily as a thin table top coating,\n            rather than a deep-pour casting resin. For deep river table\n            sections, use a resin specifically designed for deep casting.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How heat resistant is the cured epoxy?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"pe-faq-answer\"\u003e\n\n          \u003cp\u003e\n            The cured coating is heat resistant up to 80°C after the specified\n            21-day post-cure period.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       CTA\n       ===================================================== --\u003e\n\n  \u003csection class=\"pe-section\"\u003e\n\n    \u003cdiv class=\"pe-cta\"\u003e\n\n      \u003ch2\u003eCan't Find What You Need?\u003c\/h2\u003e\n\n      \u003cp\u003e\n        If you're working on a larger table, worktop, bar top or specialist\n        coating project and aren't sure which resin is suitable, contact us\n        and we'll help you identify the right product for the job.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pe-cta-note\"\u003e\n        Ask Our Team About Your Project\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     COVERAGE CALCULATOR\n     ========================================================= --\u003e\n\n\u003cscript\u003e\n(function () {\n\n  function calculateEpoxyCoverage() {\n\n    var lengthInput = document.getElementById(\"pe-length\");\n    var widthInput = document.getElementById(\"pe-width\");\n    var depthInput = document.getElementById(\"pe-depth\");\n\n    var litresOutput = document.getElementById(\"pe-calc-litres\");\n    var areaOutput = document.getElementById(\"pe-calc-area\");\n\n    if (\n      !lengthInput ||\n      !widthInput ||\n      !depthInput ||\n      !litresOutput ||\n      !areaOutput\n    ) {\n      return;\n    }\n\n    var length = parseFloat(lengthInput.value) || 0;\n    var width = parseFloat(widthInput.value) || 0;\n    var depth = parseFloat(depthInput.value) || 0;\n\n    if (\n      length \u003c= 0 ||\n      width \u003c= 0 ||\n      depth \u003c= 0\n    ) {\n\n      litresOutput.textContent = \"0.00 litres\";\n\n      areaOutput.textContent =\n        \"Enter your surface dimensions above.\";\n\n      return;\n    }\n\n    var lengthMetres = length \/ 1000;\n    var widthMetres = width \/ 1000;\n\n    var area = lengthMetres * widthMetres;\n\n    \/*\n      1mm depth across 1m² = 1 litre.\n\n      Therefore:\n\n      Litres = area × coating depth\n    *\/\n\n    var litres = area * depth;\n\n    litresOutput.textContent =\n      litres.toFixed(2) + \" litres\";\n\n    areaOutput.textContent =\n      \"Surface area: \" + area.toFixed(2) + \" m²\";\n  }\n\n\n  function initialiseEpoxyCalculator() {\n\n    var lengthInput = document.getElementById(\"pe-length\");\n    var widthInput = document.getElementById(\"pe-width\");\n    var depthInput = document.getElementById(\"pe-depth\");\n\n    if (!lengthInput || !widthInput || !depthInput) {\n      return;\n    }\n\n    lengthInput.addEventListener(\n      \"input\",\n      calculateEpoxyCoverage\n    );\n\n    widthInput.addEventListener(\n      \"input\",\n      calculateEpoxyCoverage\n    );\n\n    depthInput.addEventListener(\n      \"change\",\n      calculateEpoxyCoverage\n    );\n\n    calculateEpoxyCoverage();\n  }\n\n\n  if (document.readyState === \"loading\") {\n\n    document.addEventListener(\n      \"DOMContentLoaded\",\n      initialiseEpoxyCalculator\n    );\n\n  } else {\n\n    initialiseEpoxyCalculator();\n\n  }\n\n})();\n\u003c\/script\u003e\n","brand":"Craft Resin UK","offers":[{"title":"Default Title","offer_id":57397709439351,"sku":"03-WL5H-OQDY","price":107.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0952\/9140\/8759\/files\/craft-resin-table-top-epoxy-8l-7248200.png?v=1787167827","url":"https:\/\/plywoodetc.co.uk\/products\/8l-table-top-epoxy-resin","provider":"Plywoodetc","version":"1.0","type":"link"}