
Pine Bark Fines Mulch (2 Cubic Foot Bag)
Our pine fines mulch is an all bark product which is aged through composting. It is then processed through a 3/8″ screen. It is 100% natural. This product is an excellent soil amendment and potting medium. Pine Bark Fines Mulch comes in a 2 Cubic Foot Bag. Recommended depth is 2 - 3 inches. <Mulch Calculator Mulch Calculator Enter the dimensions of the area you want to mulch: Length (feet): Width (feet): Depth (inches): Calculate function calculateMulch() { let length = parseFloat(document.getElementById("length").value); let width = parseFloat(document.getElementById("width").value); let depth = parseFloat(document.getElementById("depth").value); if (isNaN(length) || isNaN(width) || isNaN(depth) || length