body { font-family: Arial, sans-serif; text-align: center; margin: 0; padding: 0; } .main-container { padding: 20px; } .section-container { margin: 20px auto; width: 90%; max-width: 1200px; text-align: center; } .section-container h2, .section-container h3 { margin: 20px 0; } .section-container p { margin: 20px 0; line-height: 1.6; } .section-container img { max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); display: block; margin: 20px auto; } .section-container a { text-decoration: none; } .section-container a:hover { text-decoration: underline; } a.link-faded[href="/collections/vendors?q=Groomers%20Helper%C2%AE"] { color: #FF0000; } .upgrade-image-row { display: flex; justify-content: center; align-items: flex-start; gap: 20px; flex-wrap: wrap; margin-top: 20px; } .upgrade-image-row a { display: inline-block; } .upgrade-image-row img { display: block; margin: 0; max-width: 480px; width: 100%; height: auto; } The Groomers Helper Upgrade Set includes everything you need to groom hands-free, stop biters, and handle even the most challenging pets with ease. Trusted by professionals worldwide. Includes (1) Groomers Helper® Starter SetContaining (1) Groomers Helper® Safety Loop (2) 3/4" Side Table Clamps (2) Mini 3/4" Side Arms (1) Safety Foam Set (1) Training Card for access to our comprehensive training videos. 30-Day Money Back Guarantee and Warranted for life.You have nothing to lose but the day-to-day struggle! Standard & Universal Upgrade Sets Available! Non-Standard Table Defined A Non-standard table has a table top that is over 1 3/4″ thick.It may be homemade, a lighted grooming table, or a table with a metal frame holding the top on.This clamp is designed for use with a non-standard grooming table ONLY and should not be used on a standard table top. Standard 3/4" Side Clamps The Groomers Helper® 3/4" Standard Grooming Table SIDE Clamp opens to a maximum of 1 3/4″.It is designed to be used with a 3/4″ width, square grooming side arm. Universal 3/4" Side Clamps The Groomers Helper® 3/4" Universal Heavy-Duty Locking Steel Grooming Table SIDE Clamp will open to a maximum of 3 1/2″.It is designed to be used with a 3/4″ width, square grooming side arm. lightbox.option({ resizeDuration: 200, wrapAround: true, disableScrolling: true, alwaysShowNavOnTouchDevices: true, fadeDuration: 200, onOpen: function() { document.addEventListener('click', handleClick); document.addEventListener('touchstart', handleTouchStart); document.addEventListener('touchmove', handleTouchMove); }, onClose: function() { document.removeEventListener('click', handleClick); document.removeEventListener('touchstart', handleTouchStart); document.removeEventListener('touchmove', handleTouchMove); } }); function handleClick(event) { if (event.button === 0) { history.back(); } } let xDown = null; let yDown = null; function handleTouchStart(event) { const firstTouch = (event.touches || event.originalEvent.touches)[0]; xDown = firstTouch.clientX; yDown = firstTouch.clientY; } function handleTouchMove(event) { if (!xDown || !yDown) { return; } let xUp = event.touches[0].clientX; let yUp = event.touches[0].clientY; let xDiff = xDown - xUp; let yDiff = yDown - yUp; if (Math.abs(xDiff) > Math.abs(yDiff)) { if (xDiff > 0) { history.back(); } else { history.back(); } } else { if (yDiff > 0) { history.back(); } else { history.back(); } } xDown = null; yDown = null; }