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 }); })();

► Banjo

ProTool Coupler 3/4in x 3/4in GH Female Thread

$19.10
ProTool Coupler 3/4in x 3/4in GH Female Thread, yellow plastic coupler with metal rings for secure connection.
ProTool Coupler 3/4in x 3/4in GH Female Thread, yellow coupler with metal eye hooks on each side.
ProTool Coupler 3/4in x 3/4in GH Female Thread, yellow cylindrical coupler with metal rings on each side for secure connection.
SKU:
74-8156
UPC:
00669893045644
MPN:
GHFT075D
Availability:
Current Stock:

Frequently Bought Together:

ProTool Coupler 3/4in x 3/4in GH Female Thread, yellow plastic coupler with metal rings for secure connection.
Inc. Tax
Ex. Tax

Description

The ProTool Coupler 3/4in x 3/4in GH Female Thread offers a quick and reliable solution for your garden hose connections. Designed for efficiency, this coupler allows you to easily connect or disconnect your hose from a spigot, sprinkler, nozzle, or other accessories. Say goodbye to the hassle of leaking connections and the need for pliers to tighten, as this innovative product simplifies your watering tasks.

Constructed from durable, rustproof polypropylene, the ProTool Coupler promises longevity and resilience against harsh weather conditions. The bright yellow color indicates its fiberglass reinforcement, ensuring it withstands the demands of outdoor use while remaining lightweight and user-friendly. This coupler features a standard 3/4" opening diameter, making it compatible with most garden hoses and accessories.

  • Quick and easy hose connection and disconnection
  • Durable and rustproof polypropylene construction
  • Does not require pliers to tighten, preventing leaks
  • Fiberglass reinforced for added strength and durability
  • Standard 3/4" opening diameter for compatibility
  • Bright yellow design for visibility and easy identification

The ProTool Coupler 3/4in x 3/4in GH Female Thread is the dependable choice for all your gardening needs. Experience the convenience of hassle-free connections and make your outdoor tasks simpler today!

Quick and simple way to connect and disconnect your garden hose! Easily connects hose to spigot, sprinkler, nozzle or other hose end accessories. Durable, rustproof polypropylene construction. Never have to use pliers to tighten to prevent leaks. Yellow fiberglass reinforced. Standard 3/4" opening diameter.

74-8156-1.jpg

Details

CA Prop 65:
Warning: This product contains chemicals or materials known to the State of California to cause cancer, birth defects or other reproductive harm.

Reviews

Q&A

Don't Miss Out