Skip to content

BUY 2 GET 1 FREE BLACK FRIDAY SALE TOOLS AND TOOL ACCESSORIES thru 12/2

🚚 Unlock Free Ground Shipping with $75+ Purchase

Cart

Your cart is empty

Product Calculator

{{ section.settings.heading | escape }}

{% if section.settings.intro != blank %}
{{ section.settings.intro }}
{% endif %}
ft
ft
Project area 0 sq. ft.
{% if section.settings.waste_percentage > 0 %}
Area incl. {{ section.settings.waste_percentage }}% extra 0 sq. ft.
{% endif %}
Coverage used —
Recommended amount —
Enter your dimensions and select a product.

{% schema %} { "name": "Product Calculator", "tag": "section", "class": "section-product-calculator", "settings": [ { "type": "text", "id": "heading", "label": "Heading", "default": "How Much Product Do I Need?" }, { "type": "richtext", "id": "intro", "label": "Intro text", "default": "

Enter your project dimensions and select a cleaner or sealer. For products with published coverage ranges, the calculator uses the conservative low end.

" }, { "type": "range", "id": "waste_percentage", "label": "Extra material allowance", "min": 0, "max": 20, "step": 1, "unit": "%", "default": 0 }, { "type": "text", "id": "button_label", "label": "Add to cart button", "default": "Add Recommended Amount to Cart" }, { "type": "text", "id": "success_message", "label": "Success message", "default": "Recommended products were added to your cart." }, { "type": "range", "id": "padding_top", "label": "Top padding", "min": 0, "max": 120, "step": 4, "unit": "px", "default": 40 }, { "type": "range", "id": "padding_bottom", "label": "Bottom padding", "min": 0, "max": 120, "step": 4, "unit": "px", "default": 40 } ], "presets": [ { "name": "Product Calculator" } ] } {% endschema %}