null
// ========================================================================= // 5. CART DESKTOP — SPLIT TITLE ROW ABOVE SKU/QTY/PRICE // JS restructures each cart row so product name spans full width on // its own row, with SKU/qty/price on a second row below it. // Only runs on cart.php at >800px. Added: March 23 2026 // ========================================================================= (function fixCartDesktop() { if (!window.location.pathname.includes('cart.php')) return; if (!window.matchMedia('(min-width: 801px)').matches) return; function doFix() { document.querySelectorAll('.cart-item').forEach(function(row) { if (row.querySelector('.jrc-cart-row-top')) return; // already done var figure = row.querySelector('.cart-item-figure'); var title = row.querySelector('.cart-item-title'); var price = row.querySelector('.cart-item-price'); var qty = row.querySelector('.cart-item-quantity'); var total = row.querySelector('.cart-item-total'); var edit = row.querySelector('.cart-item-edit'); if (!figure || !title || !price || !qty || !edit) return; // Extract just the product name element from title var nameEl = title.querySelector('.cart-item-name, h2.cart-item-name, .cart-item-name a'); if (!nameEl) nameEl = title.querySelector('h2, h3'); // Pull SKU/options/change out of title into a new cell var skuCell = document.createElement('td'); skuCell.className = 'cart-item-block jrc-cart-sku-cell'; // Move everything from title except the name into skuCell Array.from(title.childNodes).forEach(function(node) { if (!nameEl || !nameEl.contains(node) && node !== nameEl) { skuCell.appendChild(node.cloneNode(true)); } }); // Leave only the name in title Array.from(title.childNodes).forEach(function(node) { if (node !== nameEl && !(nameEl && nameEl.parentNode === title && node === nameEl.parentNode)) { // keep only nameEl } }); // Clear title and re-append just the name title.innerHTML = ''; if (nameEl) title.appendChild(nameEl.cloneNode(true)); // Set colspan/rowspan figure.setAttribute('rowspan', '2'); title.setAttribute('colspan', '5'); title.style.cssText = 'padding-bottom: 4px !important;'; // Build top row from existing row row.classList.add('jrc-cart-row-top'); // Remove price/qty/total/edit from top row [price, qty, total, edit].forEach(function(el) { if (el) el.parentNode && el.parentNode.removeChild(el); }); // Build bottom row var bottomRow = document.createElement('tr'); bottomRow.className = 'cart-item jrc-cart-row-bottom'; bottomRow.appendChild(skuCell); if (price) bottomRow.appendChild(price); if (qty) bottomRow.appendChild(qty); if (total) bottomRow.appendChild(total); if (edit) bottomRow.appendChild(edit); row.parentNode.insertBefore(bottomRow, row.nextSibling); }); } doFix(); var attempts = 0; var interval = setInterval(function() { if (window.matchMedia('(min-width: 801px)').matches) doFix(); attempts++; if (attempts >= 10) clearInterval(interval); }, 300); var observer = new MutationObserver(function() { if (window.matchMedia('(min-width: 801px)').matches) doFix(); }); observer.observe(document.body, { childList: true, subtree: true }); })();

► J.Racenstein

Brush 10in Green Very Soft for FlowThru

$21.85
J.Racenstein Brush 10in Green Very Soft for FlowThru, green and black cleaning brush with soft bristles and a hole for hanging.
J.Racenstein Brush 10in Green Very Soft for FlowThru, a cleaning brush with a green handle and soft bristles, used by a woman washing her car outside a house.
J.Racenstein Brush 10in Green Very Soft for FlowThru, a cleaning tool with a long handle and soft green bristles, used for washing a white car outside a residential house.
J.Racenstein Brush 10in Green Very Soft for FlowThru, a boat cleaning brush being used to rinse a yacht.
J.Racenstein Brush 10in Green Very Soft for FlowThru, a person cleaning a large vehicle with a green long-handled brush.
SKU:
66-505
UPC:
039932004046
MPN:
0404
Availability:
Current Stock:

Frequently Bought Together:

J.Racenstein Brush 10in Green Very Soft for FlowThru, green and black cleaning brush with soft bristles and a hole for hanging.
Inc. Tax
Ex. Tax

Description

HydraSoar 10in Green Very Soft FlowThru Brush

HydraSoar Flow Thru Cleaning Brush used for cleaning glass, gel coat on boats, clear coat on cars.

Very Soft Flow-Thru Brush is the perfect tool to clean delicate outdoor surfaces, often referred to as a "truck brush" it can clean most any surface, boats, bikes, houses, windows, autos, trucks.

Brushes are constructed of chemical resistant materials and work well with cleaning solvents.

  • High fiber density for a longer life than most other brushes.
  • Ideal for gel and clear coat finishes on autos, trucks, vans and other fine finishes
  • Attaches to Mr. LongArm Water-Fed extension poles, extension poles and utility handles
  • Full rubber bumper prevents surface scratches
  • Built-in hang tab for easy drying
  • Lightweight block reduces stress
  • 100% polystyrene filaments for long life
  • Chemical resistant materials work well with many types of cleaners
  • Made in the USA

Details

Reviews

Q&A

Don't Miss Out