body { margin: 0; padding: 0; font-family: Arial, sans-serif; text-align: center; line-height: 1.6; overflow-x: hidden; } .main-container { padding: 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .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; } .product-images { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 20px 0; } .product-images a { display: inline-block; text-decoration: none; } .product-image { max-width: 100%; width: 240px; height: auto; margin: 0 auto; display: block; border: 1px solid #ddd; border-radius: 8px; padding: 5px; background: #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease-in-out; } .product-image:hover { transform: scale(1.05); } .product-features { margin: 20px 0; text-align: center; } .product-features p { margin: 10px 0; } .small-text { font-size: 12px; color: gray; } hr { border: none; height: 1px; background-color: #ccc; margin: 30px 0; } .sectionContent { margin-top: 20px; padding: 10px; background: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; line-height: 1.8; } 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; text-decoration: none; } .upgrade-image-row .product-image { width: 100%; max-width: 480px; } @media (max-width: 768px) { .product-images, .upgrade-image-row { gap: 12px; } .product-image { width: 180px; } .upgrade-image-row .product-image { max-width: 100%; } } This is the complete set! It is the BEST Dog Grooming Safety & Positioning Tool All you will ever need to handle most Dogs and Cats. Includes: (2) Groomers Helper® Starter Sets (2) 3/4" Side Table Clamps (2) Mini 3/4" Side Arms (1) Safety Foam Set Directions to our comprehensive training Videos. Stop struggling and groom hands-free! Stop the biters!No more head-droppers and no more spinners! One person can do most nail clips, and you will wonder how you ever groomed without it.Significantly reduces injuries to both pets and groomers alike! *Main Arm & Clamp Sold Separately Set includes everything you need to safely position a dog on the grooming table. You can prevent dogs from sitting, face them away from the grooming arm for better top knots and beards, and position them in a Tri-Tie for face work. This tool revolutionizes the way grooming is done! 30 Day Money Back Guarantee and Warranted for life. You have nothing to lose but the day-to-day struggle! Whether you are just beginning or a seasoned professional looking for the best dog grooming tool, the Groomers Helper® can make a huge difference. Out of all the dog grooming tools on the market, Groomers Helper® is the only one that is scientifically designed to calm dogs down, allow you to groom hands free, and reduce the bite radius by 90%. 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" Clamps The Groomers Helper® 3/4" Standard Classic Grooming Table Clamp opens to a maximum of 1 3/4″ and is designed to be used with a 3/4″ width, square grooming 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. document.addEventListener('DOMContentLoaded', function () { lightbox.option({ disableScrolling: true, alwaysShowNavOnTouchDevices: true, fadeDuration: 200, resizeDuration: 200, wrapAround: true, 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)) { history.back(); } else { history.back(); } xDown = null; yDown = null; } });