REAPER™ ROTATING JETTING NOZZLE 1/4", 3/8", 1/2", 3/4", 1"
.containers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; row-gap: 20px; justify-content: center; align-items: center; background-color: #454545; padding-botto m: 1.5rem; } .containers .column:last-child:nth-child(odd) { grid-column: 1 / -1; justify-self: center; } .column { display: flex; justify-content: center; align-items: center; height: 100%; } .tab { cursor: pointer; padding: 10px 20px; background-color: #454545; border-radius: .5rem; margin: 0 15px; border-style: solid; border-width: 2px; border-color: #000; width: 100%; } .tab:hover { font-weight: bolder; text-shadow: 2px 2px #000; } .hoverAnimation_toolhelper { box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, 0.3); border-radius: 0.5rem; transition: box-shadow 0.1s ease; } .hoverAnimation_toolhelper:hover { box-shadow: 10px 10px 2px 1px rgba(0, 0, 0, 0.3); border-style: solid; border-width: 2px; border-color: #f1c40f; } .hoverAnimation_toolhelper:visited { box-shadow: 10px 10px 2px 1px rgba(0, 0, 0, 0.3); } .textBreak { border: none; border-top: 1px solid white; width: 80%; } .underline-animation::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: 0; left: 0; background-color: #f1c40f; transform-origin: bottom right; transition: transform 0.25s ease-out; } .underline-animation:hover::after { transform: scaleX(1); transform-origin: bottom left; bottom: 0; } .reset-button { text-align: center; margin: 0 auto; background-color: #454545; } .hidden { display: none; } .center-content { display: flex; justify-content: center; align-items: center; padding-top: 3rem; } .tab-content { background-color: #454545; margin: 0 15px; width: 90%; justify-content: center; /* Center content horizontally */ align-items: center; /* Center content vertically */ height: 100%; /* Occupy full height of parent */ position: relative; /* Required for the ::after pseudo-element */ margin-bottom: 3rem; } .tab-content.active-tab { display: flex; /* Display the content when active */ } .active-tab { display: block; } .tab-content-columns { display: grid; grid-template-columns: repeat(1, 1fr); /* Change to 2 columns */ gap: 20px; } .tab-content-columns-container { cursor: pointer; padding: 10px 20px; background-color: #454545; border-radius: .5rem; margin: 0 15px; border-style: solid; border-width: 2px; border-color: #000; text-align: center; } .tab-content-columns:first-child { grid-template-columns: repeat(1, 1fr); } .wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #454545; min-height: auto; } .content-header { margin: 0; } .accordion-item { background-color: #454545; } .accordion-button.collapsed:visited { color: #000 } .accordion-button { color: #000 } .hoverAnimation:hover p { text-shadow: 1px 1px #000; font-weight: bolder; } .textBreak { border: none; border-top: 1px solid white; width: 80%; } .iframe-wrapper { display: flex; justify-content: center; align-items: center; background-color: #454545; } .iframe-container { border-radius: 0.5rem; width: 80%; max-width: 800px; /* Adjust this to your preferred maximum width */ overflow: hidden; position: relative; } .iframe-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } .slider-container { width: 100%; height: 446px; position: relative; text-align: center; overflow: hidden; } .image-container { width: 4700px; height: 446px; clear: both; position: relative; animation-name: slider; animation-duration: 80s; /* animation-delay: 10s; */ animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-direction: normal; animation-fill-mode: forwards; animation-play-state: running; } .slider-image { width: 1175px; height: 446px; float: left; position: relative; box-shadow: 5px 0 10px rgba(0, 0, 0, 0.75), -5px 0 10px rgba(0, 0, 0, 0.75); } @keyframes slider { 0% { transform: translate(0, 0); } 50% { transform: translate(-3240px, 0); } 100% { transform: translate(0, 0); } } .underline-animation::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: 0; left: 0; background-color: #f1c40f; transform-origin: bottom right; transition: transform 0.25s ease-out; } .underline-animation:hover::after { transform: scaleX(1); transform-origin: bottom left; bottom: 0; } .custom-modal-wide { max-width: 75vw; /* Adjust the width as needed */ } @media (max-width: 800px) { .slider-container { display: none; } .sizeHelper { display: none; } } @media (max-width: 800px) { /* Hide the image on smaller screens */ .d-md-block { display: none; } /* Show the button on smaller screens */ .d-md-none { display: block; text-align: center; margin-top: 0.5rem; } } @media (max-width: 800px) { .modal-dialog { display: flex; align-items: center; justify-content: center; margin: 0 auto; } } @media (max-width: 800px) { .custom-modal-wide { max-width: 90vw; /* Adjust the width as needed */ margin: auto; /* Center the modal horizontally */ position: relative; /* This is already in your code */ } } #SizingChart_IMG { box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, 0.3); border-radius: 0.5rem; transition: box-shadow 0.1s ease; } #SizingChart_IMG:hover { box-shadow: 10px 10px 2px 1px rgba(0, 0, 0, 0.3); } .replacement-parts { display: flex; justify-content: space-between; margin: 0 2rem; } .replacement-parts-column { flex-basis: 30%; text-align: center; outline: solid; outline-width: 2px; outline-color: #000; box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, 0.3); border-radius: 0.5rem; transition: box-shadow 0.3s ease; margin-bottom: 2rem; /* Add margin between columns */ } @media (max-width: 800px) { .replacement-parts { flex-direction: column; /* Stack columns vertically */ margin: 0; /* Remove horizontal margin */ } .replacement-parts-column { width: 80%; /* Allow columns to take full width */ margin: 0 auto; margin-top: .75rem; margin-bottom: .75rem; } } .replacement-parts-column img { max-width: 100%; border-radius: .5rem; } .replacement-parts-column p { margin: 2rem; } .replacement-parts-column h4 { margin-top: .5rem; } #HFI_R_Accordion { width: 65%; margin: 0 auto; padding-bottom: 1.5rem; outline: solid; outline-width: 2px; outline-color: #000; box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, 0.3); border-radius: 0.5rem; transition: box-shadow 0.3s ease; } #HFI_R_Accordion:hover { box-shadow: 10px 10px 2px 1px rgba(0, 0, 0, 0.3); } #product-recommendations { display: none; } .hidden { display: none; } .tab { cursor: pointer; } FROM THE DRAIN TO THE MAIN Now With Four Sizes In The Family (1”, 1/2”, 3/8”, And 1/4”), There’s A Reaper Ready To Clear Pipes From The House, To The Main, And Beyond! UNPARALLELED CUTTING POWER, UNRIVALED CLEANING The Reaper Is The Most Powerful Rotating Sewer Jetting Nozzle In The Industry, Designed To Hit Specific Angles That ShortenThe Time It Takes To Cut Through Blockages. Its Forceful Front Stream Rotates At 24- Or 30-degrees To Cut Through And Clear Blockages, While Its 20-degree Rear Jets Propel The Nozzle Forward To Meet Any Challenge. RELY ON THE REAPER Heavy-duty Construction With Stainless Steel Housing And Carbide Wear Surfaces To Withstand Harsh Environments AndExtend The Nozzle's Life. If Something Does Go Wrong, Our Repair Kits Have You Back Up And Running In Just 10 Minutes. IMPROVE EFFICIENCY Optimized Stream Quality Results In Greater Impingement To Complete Jobs Faster And Use Less Water Than The Competition. The Reaper Allows You To Use One Tool For All Your Sewer Jetting Needs (Cutting, Cleaning, Removal, Etc.) With Maximum Clearing, Cutting, Thrusting, And Pulling Power. Choose the Ideal Reaper Size for You ! Click Below To View The Flow Rate Chart Reaper 1/4" Height: 2.2" (55.9mm) Width: 1.2" (30.5mm) Pipe Size: 2-4" Flow Rating: 3.7-8 GPM Max PSI: 4000 PSI Reaper 3/8" Height: 3.3" (83.8mm) Width: 1.6" (40.6mm) Pipe Size: 3-6" Flow Rating: 3.7-12 GPM Max PSI: 4000 PSI Reaper 1/2" Height: 3.4" (86.4mm) Width: 1.9" (48.3mm) Pipe Size: 4-8" Flow Rating: 7.3-24 GPM Max PSI: 4000 PSI Reaper 3/4" Height:4.3" Width: 2.5" Pipe Size: 4-10" Flow Rating: 18.7-46.1 GPM Max PSI: 3000 PSI Reaper 1" Height: 4.2" (106.7mm) Width: 2.9" (73.7mm) Pipe Size: 6-18" Flow Rating: 28.3-74.5 GPM Max PSI: 3000 PSI Please Note the Reaper Nozzle is Pre-Drilled. For Best Results, Find a Match that Closely Aligns with Your Machine's GPM. Please Note the Reaper Nozzle is Pre-Drilled. For Best Results, Find a Match that Closely Aligns with Your Machine's GPM. Please Note the Reaper Nozzle is Pre-Drilled. For Best Results, Find a Match that Closely Aligns with Your Machine's GPM. Please Note the Reaper Nozzle is Pre-Drilled. For Best Results, Find a Match that Closely Aligns with Your Machine's GPM. Please Note the Reaper Nozzle is Pre-Drilled. For Best Results, Find a Match that Closely Aligns with Your Machine's GPM. Back SUPERIOR THRUSTING POWER The Reaper Simultaneously Clears And Cleans By Combining A Powerful Rotating Front Stream That Cuts Through BlockagesAnd Cleans The Pipe Walls, While The Back Streams Propel The Nozzle Forward To Meet The Challenge. The Rear Jets Have Proven To Pull A Line Up To 800 Feet ! ATTACK THE TOUGHEST BLOCKAGES What’s The Best Way To Clear A Blockage With The Reaper? Follow These Two Easy Steps ! 1. Feed The Nozzle All The Way To The Troubled Spot. 2. Pull Back The Hose To Run Into The Blockage (6”-12” Depending On Pipe Size). This Ensures The Front Rotating Stream Hits The Full Diameter Of The Pipe To Cut The Blockage At Its Most Outer Point And Clear The Blockage With Maximum Power And Efficiency. Rebuilding Made Easy! Assembly Information View Rebuild Guides Below REPAIR KITS HAVE YOU BACK UP AND RUNNING IN 10 MINUTES Find Quality Replacement Parts ! Reaper Front Rotor Repair Kits Reaper Rear Jet Repair Kit Reaper Dome Screen - 10PK ADDITIONAL INFORMATION Minimum Inlet Pressure: 1500 PSI (103 bar) Maximum Inlet Pressure: 5000 PSI (344 bar) Maximum Water Temperature: 180°F (+82°C) Housing Material: Stainless Steel Nozzle Tip & Seat Material: Tungsten Carbide Find The Right Size! Ensure Peak Performance And Ward Off Unnecessary Wear By Opting For A Size That Closely Matches With Your Machine's Requirements. Want to Make an Informed Choice? We're at Your Service. Save time. Save water.Save money! Learn How To Rebuild Your Nozzle in these Quick Steps! Reaper Rotor Rebuild Instructions Start By Unscrewing The End Cap On The Nozzle And Removing The Existing Components (Top Insert, Boot, Rotor, And Seat). Next You’ll Have To Remove The O-ring On The End Cap And Replace. Then Install New Seat As Shown (O-ring Side Down) And Press Into Place. Push new boot into grooves inside housing. Insert new top insert, ensuring the lip (smaller ID) is closest to the end cap. Position the new rotor on the seat inside the housing, ensuring correct orientation with tip down. Rotor will lay against the side of the nozzle. Screw on the end cap with rotor laying against the side of the nozzle and tighten. Examine the inlet of the end cap to ensure there is no debris caught in the screen. If there is debris, remove the screen and clean/replace. REAPER™ REAR JET REBUILD INSTRUCTIONS FOR 3/8” & 1/2” NOZZLES Remove Old Rear Jets Using An 5/32 Hex Wrench And Discard. Install New Rear Jets Using The Same Hex Wrench And Your Set To Jet. REAPER™ REAR JET REBUILD INSTRUCTIONS FOR 1” NOZZLES Remove Old Rear Jets Using A 5/16 Nut Drive Or Socket And Discard. Install New Rear Jets Using The Same Nut Drive Or Socket And Your Set To Jet. Watch The Rebuild Guide Here document.addEventListener("click", function (event) { const tab = event.target.closest(".sizeHelper .tab"); if (tab) { const helper = tab.closest(".sizeHelper"); const tabName = tab.getAttribute("data-tab"); const target = helper.querySelector("#" + tabName + "-content"); const backButton = helper.querySelector("#resetTabsButton"); const centerContent = helper.querySelector(".center-content"); const helperText = helper.querySelector("#chartHelperText"); helper.querySelectorAll(".tab-content").forEach(content => { content.classList.remove("active-tab"); content.classList.add("hidden"); }); if (target) { target.classList.remove("hidden"); target.classList.add("active-tab"); } if (centerContent) { centerContent.style.display = "none"; } if (helperText) { helperText.style.display = "none"; } if (backButton) { backButton.style.display = "block"; } } const backBtn = event.target.closest("#resetTabsButton button"); if (backBtn) { const helper = backBtn.closest(".sizeHelper"); const centerContent = helper.querySelector(".center-content"); const helperText = helper.querySelector("#chartHelperText"); helper.querySelectorAll(".tab-content").forEach(content => { content.classList.remove("active-tab"); content.classList.add("hidden"); }); if (centerContent) { centerContent.style.display = "flex"; } if (helperText) { helperText.style.display = "block"; } helper.querySelector("#resetTabsButton").style.display = "none"; } });
More you might like
Related
3/8" REAPER Rotating Jetting Nozzle
Related
1/4" REAPER Rotating Jetting Nozzle
Related
1/2" REAPER Rotating Jetting Nozzle
Related