
7Pcs Pressure Washer Spray Tips Nozzle with Holder High Power Quick Connect 1/4"
USD 11.85

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Unbranded
USD 9.99
Condition: New
View 7Pcs Pressure Washer Spray Tips Nozzle with Holder High Power Quick Connect 1/4" with current marketplace pricing, condition, product images and item details. 💦ULTIMATE WASHING ACCESSORY: 7Pcs High-Power Pressure Washer Nozzle Kit with Wand Holder! Tackle any cleaning job with professional power and efficiency! This7-Piece Pressure Washer Nozzle Set with Organizer Holder provides the exact spray pattern required for every outdoor maintenance task. 7Pcs Pressure Washer Spray Tips Nozzle with Holder High Power Quick Connect 1/4" /* --- Eco-Natural Botanical Green Theme --- */ :root { --eco-dark: #064e3b; --eco-primary: #047857; --eco-glow: #34d399; --eco-light: #ecfdf5; --herbal-accent: #059669; --slate-bg: #f8fafc; --cloud-white: #ffffff; --border-soft: #e2e8f0; --text-main: #0f172a; --text-muted: #475569; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 20px; background-color: #cbd5e1; color: var(--text-main); line-height: 1.6; } /* Entrance Animation */ @keyframes listingReveal { 0% { opacity: 0; transform: translateY(15px); } 100% { opacity: 1; transform: translateY(0); } } /* Herbal Green Pulse Animation */ @keyframes ecoPulse { 0% { border-color: var(--border-soft); box-shadow: 0 0 10px rgba(4, 120, 87, 0.15); } 50% { border-color: var(--eco-glow); box-shadow: 0 0 22px rgba(52, 211, 153, 0.45); } 100% { border-color: var(--border-soft); box-shadow: 0 0 10px rgba(4, 120, 87, 0.15); } } /* Main Container Frame */ .ebay-listing-container { max-width: 900px; margin: 0 auto; background: var(--cloud-white); border-radius: 12px; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.2); animation: listingReveal 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards; } /* Header Banner */ .ebay-header { background: linear-gradient(135deg, var(--eco-dark), #065f46, var(--eco-primary)); color: var(--cloud-white); text-align: center; padding: 60px 20px; position: relative; border-bottom: 5px solid var(--eco-glow); } .ebay-header h1 { margin: 0; font-size: 2.1rem; font-weight: 850; letter-spacing: -0.5px; text-transform: uppercase; } .ebay-header h1 span { color: #a7f3d0; display: block; font-size: 1.1rem; font-weight: 700; letter-spacing: 2px; margin-top: 10px; text-transform: uppercase; } .ebay-header p { margin: 15px 0 0 0; font-size: 1.05rem; color: #6ee7b7; font-weight: 500; } /* Key Value Badges Strip */ .badge-strip { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; padding: 24px; background: var(--slate-bg); border-bottom: 1px solid var(--border-soft); } /* Interactive Hover Buttons */ .badge-btn { background: var(--cloud-white); border: 1px solid var(--border-soft); color: var(--eco-dark); padding: 12px 22px; border-radius: 30px; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); cursor: pointer; display: inline-block; transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; } .badge-btn:hover { background: var(--eco-primary); color: var(--cloud-white); border-color: var(--eco-primary); transform: translateY(-8px) scale(1.06); box-shadow: 0 12px 22px rgba(4, 120, 87, 0.35); } /* Main Body Section */ .main-listing-body { padding: 45px; } /* Highlight Notice Card */ .eco-notice-card { background: var(--eco-light); border: 1px solid #a7f3d0; border-left: 5px solid var(--eco-primary); padding: 22px; border-radius: 8px; margin-bottom: 40px; transition: transform 0.35s ease, box-shadow 0.35s ease; } .eco-notice-card:hover { transform: translateY(-6px); box-shadow: 0 12px 25px rgba(4, 120, 87, 0.15); } .eco-notice-card h4 { margin: 0 0 8px 0; color: var(--eco-dark); font-size: 1.1rem; text-transform: uppercase; } .eco-notice-card ul { margin: 0; padding-left: 20px; font-size: 0.95rem; color: #0f172a; } .eco-notice-card li { margin-bottom: 6px; } .seo-lead-text { font-size: 1.05rem; color: var(--eco-dark); background: var(--slate-bg); border-left: 5px solid var(--eco-primary); padding: 24px; border-radius: 0 8px 8px 0; margin-bottom: 40px; } /* Feature Grid Layout */ .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; margin-bottom: 40px; } .feature-card { background: var(--cloud-white); border-radius: 8px; padding: 24px; border: 1px solid var(--border-soft); border-top: 4px solid var(--eco-dark); transition: transform 0.35s ease, box-shadow 0.35s ease; } .feature-card:hover { transform: translateY(-10px); box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12); border-top-color: var(--eco-primary); } .feature-card h3 { margin: 0 0 10px 0; font-size: 1.05rem; text-transform: uppercase; color: var(--eco-dark); border-bottom: 2px solid var(--slate-bg); padding-bottom: 8px; } .feature-card p { font-size: 0.92rem; color: var(--text-muted); margin: 0; } /* Attention Banner */ .highlight-banner { background: var(--eco-dark); color: var(--cloud-white); padding: 24px; border-radius: 8px; text-align: center; font-weight: 600; font-size: 1.1rem; margin: 40px 0; animation: ecoPulse 4s infinite ease-in-out; } .highlight-banner span { color: #a7f3d0; font-weight: 800; } /* Technical Specifications Table */ .specs-table { width: 100%; border-collapse: collapse; margin-top: 25px; border-radius: 8px; overflow: hidden; border: 1px solid var(--border-soft); } .specs-table th { background: var(--eco-dark); color: var(--cloud-white); padding: 16px 20px; text-align: left; font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; border-bottom: 3px solid var(--eco-glow); } .specs-table td { padding: 14px 20px; border-bottom: 1px solid var(--border-soft); color: var(--text-main); font-size: 0.95rem; } .specs-table tr:hover { background-color: #f1f5f9; } .specs-table tr:nth-child(even) { background-color: var(--slate-bg); } /* Storefront Trust Footer */ .listing-footer { background: #090d16; color: #94a3b8; padding: 40px 20px; text-align: center; font-size: 0.95rem; border-top: 4px solid var(--eco-glow); } .listing-footer strong { color: var(--cloud-white); } /* Mobile Responsive Adjustments */ @media (max-width: 600px) { .ebay-header h1 { font-size: 1.5rem; } .main-listing-body { padding: 22px; } .badge-btn { width: 100%; text-align: center; } } 7Pcs Pressure Washer Spray Tips Nozzle Set 1/4" Quick Connect High Power Kit with Holder 7 Color-Coded Spray Angles • 1/4 Inch Quick Connection • Convenient Storage Holder 💧 7 Spray Patterns 🔌 1/4" Quick Connect 🚀 Up to 4000 PSI 🧰 Holder Rack Included 💦 Complete High-Pressure Spray Solution: 7 VERSATILE SPRAY ANGLES: Includes Red (0°), Yellow (15°), Green (25°), White (40°), Black (Soap Mode), Pink (Rinse Mode), and Blue (Soap Stream). UNIVERSAL 1/4" QUICK CONNECT: Seamlessly snaps onto standard pressure washer wands, extension lances, and spray guns rated up to 4,000 PSI. CONVENIENT STORAGE HOLDER: Comes with a durable nozzle organizer clip that mounts directly to your pressure washer frame or spray wand. Tackle any cleaning job with professional power and efficiency! This 7-Piece Pressure Washer Nozzle Set with Organizer Holder provides the exact spray pattern required for every outdoor maintenance task. Engineered with premium stainless steel orifices and brass housings, these high-pressure tips handle everything from intense pinpoint blasting on concrete to gentle soap application on vehicles and windows. Key Features & Product Benefits 🎯 Color-Coded Precision Easily identify the precise spray angle or chemical mode at a glance for safe, effective surface cleaning. 🔒 Universal Compatibility Standard 1/4-inch quick-connect plug fits virtually all gas and electric power washer wands up to 4000 PSI. 🛡️ Premium Heavy-Duty Build Constructed from high-grade stainless steel and solid brass for maximum wear resistance and long-lasting durability. 🧰 Organised Storage Rack Includes a compact clip holder to store all 7 nozzles securely, preventing loss and keeping tips within quick reach. 💦 ULTIMATE WASHING ACCESSORY: 7Pcs High-Power Pressure Washer Nozzle Kit with Wand Holder! 🚀 Product Specifications Item Details Product Type Pressure Washer Spray Nozzle Tips & Holder Set Quantity 7 Spray Nozzle Tips + 1 Storage Holder Clip Connection Type 1/4" Standard Quick Connect Plug Maximum Working Pressure Up to 4,000 PSI Included Nozzle Angles 0° (Red), 15° (Yellow), 25° (Green), 40° (White), 65° Soap (Black), Rinse (Pink), Soap Stream (Blue) Materials Stainless Steel Orifices, Solid Brass, Premium Rubber & Plastic Composite Condition 100% Brand New ⚡ FAST DISPATCH | SECURE PROTECTIVE PACKAGING | SATISFACTION GUARANTEED ⚡ Shop with confidence! Contact our customer support team via eBay messages for any inquiries. Condition: New. Category: Home & Garden › Yard, Garden & Outdoor Living › Outdoor Power Equipment › Pressure Washers. Brand: Unbranded.
Additional views from the marketplace listing for 7Pcs Pressure Washer Spray Tips Nozzle with Holder High Power Quick Connect 1/4".














Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.










Related marketplace listings for 7Pcs Pressure Washer Spray Tips Nozzle with Holder High Power Quick Connect 1/4".

USD 11.85

USD 9.56

USD 9.70

USD 4.39

USD 7.99

USD 9.51

USD 3.80

USD 9.65

USD 9.78

USD 4.34