Washable Microfiber Mop Pads [Pack of 4]
.mmp-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .mmp-wrap { font-family: inherit; color: #1a1a1a; line-height: 1.6; } /* HERO */ .mmp-hero { display: flex; align-ite ms: center; gap: 48px; padding: 56px 0 40px; } .mmp-hero-text { flex: 1; min-width: 0; } .mmp-badge { display: inline-block; background: #e8f5e9; color: #2e7d32; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 999px; margin-bottom: 14px; letter-spacing: 0.5px; text-transform: uppercase; } .mmp-hero-text h1 { font-size: 34px; font-weight: 800; color: #1b4332; margin-bottom: 14px; letter-spacing: -0.5px; line-height: 1.15; } .mmp-hero-text p { font-size: 16px; color: #555; margin-bottom: 26px; line-height: 1.75; } .mmp-icon-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; } .mmp-icon-chip { background: #f0faf3; border: 1px solid #c8e6c9; border-radius: 10px; padding: 12px 14px; text-align: center; flex: 1; min-width: 90px; } .mmp-icon-chip span { font-size: 20px; display: block; margin-bottom: 5px; } .mmp-icon-chip p { font-size: 11px; font-weight: 700; color: #1b4332; margin: 0; line-height: 1.3; } .mmp-trust-row { display: flex; gap: 8px; flex-wrap: wrap; } .mmp-trust-pill { background: #1b4332; color: #fff; border-radius: 999px; padding: 7px 16px; font-size: 12px; font-weight: 600; } .mmp-hero-img { flex: 1; min-width: 0; } .mmp-hero-img img { width: 100%; border-radius: 16px; display: block; box-shadow: 0 8px 40px rgba(27,67,50,0.15); } /* TRUST BAR */ .mmp-trust-bar { display: flex; background: #1b4332; border-radius: 14px; overflow: hidden; margin: 8px 0; } .mmp-trust-bar div { flex: 1; text-align: center; padding: 18px 10px; color: #fff; font-weight: 700; font-size: 13px; border-right: 1px solid rgba(255,255,255,0.15); } .mmp-trust-bar div:last-child { border-right: none; } /* ALT SECTIONS */ .mmp-alt { display: flex; align-items: center; gap: 40px; padding: 44px 0; border-bottom: 1px solid #e8f0eb; } .mmp-alt.reverse { flex-direction: row-reverse; } .mmp-alt-img { flex: 1; min-width: 0; } .mmp-alt-img img { width: 100%; border-radius: 14px; display: block; box-shadow: 0 4px 20px rgba(0,0,0,0.08); } .mmp-alt-text { flex: 1; min-width: 0; } .mmp-alt-text h2 { font-size: 22px; font-weight: 800; color: #1b4332; margin-bottom: 12px; } .mmp-alt-text p { font-size: 15px; color: #444; margin-bottom: 14px; line-height: 1.75; } .mmp-alt-text ul { list-style: none; padding: 0; } .mmp-alt-text ul li { font-size: 15px; color: #555; padding: 7px 0 7px 24px; position: relative; border-bottom: 1px solid #eef4f0; } .mmp-alt-text ul li:last-child { border-bottom: none; } .mmp-alt-text ul li::before { content: "β"; position: absolute; left: 0; color: #2e7d32; font-weight: 800; } /* BENEFITS GRID */ .mmp-benefits { padding: 44px 0; } .mmp-benefits h2 { font-size: 26px; font-weight: 800; color: #1b4332; margin-bottom: 24px; text-align: center; } .mmp-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } .mmp-benefit-card { background: #f0faf3; border-radius: 14px; padding: 24px 18px; border: 1px solid #c8e6c9; } .mmp-benefit-card h3 { font-size: 15px; font-weight: 700; color: #1b4332; margin-bottom: 8px; } .mmp-benefit-card p { font-size: 14px; color: #555; line-height: 1.65; margin: 0; } /* SPECS */ .mmp-specs { background: #f9f9f9; border-radius: 14px; padding: 28px; margin: 8px 0; } .mmp-specs h2 { font-size: 22px; font-weight: 800; color: #1b4332; margin-bottom: 18px; } .mmp-specs table { width: 100%; border-collapse: collapse; } .mmp-specs tr { border-bottom: 1px solid #e5e5e5; } .mmp-specs tr:last-child { border-bottom: none; } .mmp-specs td { padding: 11px 8px; font-size: 14px; vertical-align: top; } .mmp-specs td:first-child { font-weight: 700; color: #1b4332; width: 40%; } .mmp-specs td:last-child { color: #444; } /* COMPARISON */ .mmp-compare { margin: 8px 0; } .mmp-compare h2 { font-size: 22px; font-weight: 800; color: #1b4332; margin-bottom: 18px; } .mmp-compare table { width: 100%; border-collapse: collapse; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,0.07); } .mmp-compare thead th { padding: 14px 18px; font-size: 14px; font-weight: 700; text-align: center; } .mmp-compare thead th:first-child { text-align: left; background: #f5f5f5; color: #555; font-size: 13px; } .mmp-compare thead th:nth-child(2) { background: #1b4332; color: #fff; } .mmp-compare thead th:nth-child(3) { background: #e0e0e0; color: #666; } .mmp-compare tbody tr { border-bottom: 1px solid #eee; } .mmp-compare tbody tr:last-child { border-bottom: none; } .mmp-compare tbody td { padding: 12px 18px; font-size: 14px; text-align: center; } .mmp-compare tbody td:first-child { text-align: left; color: #333; background: #fafafa; } .mmp-compare tbody td:nth-child(2) { background: #f0faf3; } .mmp-compare tbody td:nth-child(3) { background: #fff; } .mmp-ck { color: #2e7d32; font-size: 17px; font-weight: 700; } .mmp-cx { color: #e24b4a; font-size: 17px; font-weight: 700; } /* REVIEWS */ .mmp-reviews { margin: 8px 0; background: #f0faf3; border-radius: 14px; padding: 32px 28px; } .mmp-reviews h2 { font-size: 22px; font-weight: 800; color: #1b4332; margin-bottom: 20px; text-align: center; } .mmp-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; } .mmp-review-card { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 2px 12px rgba(27,67,50,0.07); } .mmp-review-stars { color: #f4b400; font-size: 14px; margin-bottom: 10px; } .mmp-review-card p { font-size: 14px; color: #444; line-height: 1.65; margin-bottom: 12px; font-style: italic; } .mmp-review-card strong { font-size: 13px; color: #1b4332; } /* FAQ */ .mmp-faq { margin: 8px 0; } .mmp-faq h2 { font-size: 22px; font-weight: 800; color: #1b4332; margin-bottom: 18px; } .mmp-faq details { border-bottom: 1px solid #d4e8da; } .mmp-faq details:last-child { border-bottom: none; } .mmp-faq summary { padding: 15px 14px; background: #f0faf3; cursor: pointer; font-weight: 600; font-size: 15px; color: #1b4332; list-style: none; display: flex; justify-content: space-between; align-items: center; } .mmp-faq summary::-webkit-details-marker { display: none; } .mmp-faq summary::after { content: "+"; font-size: 20px; font-weight: 400; color: #2e7d32; } .mmp-faq details[open] summary::after { content: "β"; } .mmp-faq details[open] summary { background: #d4e8da; } .mmp-faq .mmp-faq-body { padding: 15px 14px; font-size: 15px; color: #444; line-height: 1.75; background: #fff; } /* GUARANTEE BANNER */ .mmp-guarantee { background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 100%); border-radius: 16px; padding: 40px 32px; text-align: center; margin: 8px 0; } .mmp-guarantee h2 { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 10px; } .mmp-guarantee p { font-size: 15px; color: #a8d5b8; max-width: 500px; margin: 0 auto; } @media (max-width: 640px) { .mmp-hero { flex-direction: column; gap: 24px; padding: 32px 0 24px; } .mmp-hero-text h1 { font-size: 26px; } .mmp-alt, .mmp-alt.reverse { flex-direction: column; gap: 20px; } .mmp-benefit-grid { grid-template-columns: 1fr 1fr; } .mmp-review-grid { grid-template-columns: 1fr; } .mmp-trust-bar { flex-wrap: wrap; } .mmp-trust-bar div { min-width: 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); } } πΏ Reusable Β· Zero Waste Β· Machine Washable Washable Microfiber Mop Pads Stop throwing money away on disposable pads. Premium reusable microfiber chenille pads that clean better, last longer, and save you hundreds over time. Available in 4-Pack and 8-Pack. β»οΈReusable 300+ Washes πΎTraps Pet Hair π§Ultra Absorbent π All Floor Types π Free USA Shipping π Secure Checkout β©οΈ 30-Day Returns π Fast USA Shipping β»οΈ Reusable 300+ Washes β Premium Microfiber π¬ 24/7 Support πΈ Stop Buying Disposable Pads Every Month. The average household spends $80β$120 a year on disposable mop refills. These pads put a stop to that. Crafted from premium microfiber chenille, each pad handles 300+ machine washes and comes out performing like new every time. Buy once. Clean for years. The math is obvious. Replaces hundreds of disposable pads over its lifetime Machine washable up to 104Β°F (40Β°C) β air dry recommended Comes out of the wash looking and performing like brand new Available as 4-Pack Starter Kit or 8-Pack Ultimate Clean set πΎ The Ultimate Pet Hair Magnet. Pet owners know the struggle β dog hair, cat dander, and fine dust that other pads just push around. The ultra-dense microfiber chenille construction creates thousands of tiny fibers that trap and lock pet hair and debris on contact, not spread it. One pass. Streak-free. Spotless floors β even with pets. Traps dog hair, cat dander, and fine dust on first pass Locks debris inside the pad β doesn't redistribute it Streak-free and residue-free clean on every floor type Works wet or dry for different cleaning needs π Stays Put. Every Single Stroke. Thin disposable pads slip off the moment you apply pressure. These pads feature a structured reinforced design that attaches firmly to any standard 10-inch flat mop head in seconds β and stays locked in place through every push, pull, and scrub. No readjusting. No stopping mid-clean. Just uninterrupted mopping from start to finish. Fits all standard 10-inch flat mop heads securely Structured design β won't slip, bunch, or fall off Attaches in seconds β no setup frustration Stays firmly in place under heavy scrubbing pressure π Safe on Every Floor in Your Home. Most mop pads are too harsh for hardwood or too gentle for tile. These pads strike the perfect balance β soft enough to protect delicate sealed hardwood finishes, yet powerful enough to lift grime from vinyl, laminate, linoleum, and ceramic tile without scratching. One pad. Every room. Total peace of mind. Safe on sealed hardwood, laminate, and engineered wood Powerful enough for tile, vinyl, and linoleum Won't scratch, dull, or damage any floor finish Works wet for deep cleaning or dry for daily dust removal π The Cleaning Upgrade Every Home Needs. The Washable Microfiber Mop Pads are one of those rare buys where you wonder how you lived without them. They make a brilliant housewarming, birthday, or practical gift for anyone with floors to clean β and with an 8-Pack option saving you 20%, it's the obvious choice for busy households. Stock is limited. We regularly sell out β especially the 8-Pack. Order now and it ships within 2 days. Choose Green or Pink β both available in 4-Pack and 8-Pack 8-Pack saves 20% β ideal for large homes or multiple mops Free shipping across all USA orders 30-day money-back guarantee β completely risk-free Why You'll Never Go Back to Disposables β»οΈ 300+ Washes Machine wash after every use. Performs like new every single time β for years. π§ Ultra Absorbent Microfiber chenille absorbs up to 8x its weight in water for deep wet mopping. πΎ Traps Everything Pet hair, dust, dander, and fine debris β captured on first pass, not pushed around. πΏ Zero Waste Replace hundreds of disposable pads and keep plastic out of landfills for good. Product Specifications Compatibility All standard 10-inch flat mop heads (mop not included) Material Premium microfiber chenille Dimensions 11.8 Γ 5.5 in (30.0 Γ 14.0 cm) per pad Weight ~1.8 oz (50g) per pad Available Colors Green, Pink Pack Options 4-Pack Starter Kit / 8-Pack Ultimate Clean (Save 20%) Care Instructions Machine wash warm up to 104Β°F (40Β°C) β air dry recommended Compatible Floor Types Hardwood, Laminate, Tile, Vinyl, Linoleum Microfiber Mop Pads vs Disposable Refills Feature Washable Microfiber Pads Disposable Refills Machine washable β reusable 300+ times β β Traps pet hair and fine dust on first pass β β Stays securely attached β won't slip β β Safe on sealed hardwood and delicate floors β β Works wet and dry β versatile cleaning β β Ultra-absorbent chenille microfiber β β Zero waste β eco-friendly choice β β Streak-free and residue-free finish β β Saves $80β$120/year vs disposable pads β β 30-day money-back guarantee β β βββββ What Customers Are Saying β β β β β "Finally threw away my last box of Swiffer refills. These pads pick up my golden retriever's fur way better and I just toss them in the wash. Game changer." β Jessica T., verified buyer β β β β β "Got the 8-pack and it was absolutely worth it. My hardwood floors look cleaner than ever and no more streaks. These pads are incredibly absorbent." β Marcus W., verified buyer β β β β β "The fit on my flat mop is perfect β stays put the whole time. I've washed mine about 20 times and it still looks brand new. So glad I made the switch." β Amanda K., verified buyer Frequently Asked Questions What mop does this fit? These pads are designed to fit all standard 10-inch flat mop heads. Please note that the mop itself is not included β only the replacement pads. If your flat mop head measures 10 inches, these pads will attach securely and fit perfectly. How do I wash them? Simply toss them in the washing machine on a warm cycle up to 104Β°F (40Β°C). We recommend air drying rather than using a tumble dryer, as this helps preserve the microfiber structure and extends the pad's lifespan. After washing they come out looking and performing like brand new. How many times can I wash them? These pads are built for 300+ machine washes with no drop in performance. For the average household mopping once or twice a week, that translates to several years of use from a single set of pads. Are they safe on hardwood floors? Yes. The microfiber chenille material is gentle enough to protect delicate sealed hardwood and engineered wood finishes without scratching or dulling them. They're equally effective on tile, vinyl, laminate, and linoleum β so one pad handles your entire home. Which pack size should I choose? The 4-Pack Starter Kit is perfect if you mop once or twice a week and want to rotate pads between washes. The 8-Pack Ultimate Clean is ideal for larger homes, pet owners, or anyone who mops frequently β and it saves you 20% over buying two 4-packs separately. Is it a good gift? It's one of the most practical home gifts you can give. Everyone has floors to clean, and switching from disposable to reusable pads is an immediate upgrade most people never get around to making for themselves. The colourful packaging and pack options make it easy to gift for housewarmings, birthdays, or any occasion. What is your return policy? Every order is backed by a 30-day money-back guarantee. If you're not 100% satisfied for any reason, contact our support team within 30 days of delivery and we'll arrange a return or exchange. Free shipping across the USA is included on all orders. π‘οΈ 30-Day Money Back Guarantee Try the Washable Microfiber Mop Pads completely risk-free. If you're not fully satisfied within 30 days, we'll make it right β no questions asked.
More you might like
Related
Washable Microfiber Mop Pads
Related
6pcs Mop Replacement Pads Compatible with Joymoop Mop, Unive
Related
10 Pcs Flat Mop Pads, 13" X 4.7" Microfiber Mop Cleaning Pad
Related