Partner with Love Wash - Grow with Us

Partner with Love Wash to simplify your laundry runs while saving big every month.

Ideal for:

  • ❤️ Airbnb hosts
  • ❤️ Cafés & gyms
  • ❤️ Hairdressers & beauty salons
  • ❤️ Cleaning companies
  • ❤️ Or just talk to us…


Benefits:

(It’s simple: the more you use, the more you save)

  • ❤️ Mascot, Waterloo and St Marys only
  • ❤️ We offer tiered discounts on all machine use.
  • ❤️ Fast turnaround with commercial machines. no staff, no waiting, no contracts
  • ❤️ Access 6am–11pm (Mascot) OR 7am–10pm (Bella Vista) OR 24/7 (St Marys/Waterloo)
  • ❤️ Easy parking


Let’s make laundry effortless for your business — contact us today to get started!

Build Your Own Laundry Service — Without Owning Machines

Dreaming of running a wash, dry & fold service — but don’t want to lease a shop or buy machines?
Operate under your own name or co-brand with Love Wash, using our facilities.

We provide:

  • ❤️ Access to professional-grade machines
  • ❤️ Flexible hours to run your business
  • ❤️ No equipment investment
  • ❤️ Optional support for branding & pricing strategy
  •  

Call SP or Kay on 0435 602 757 for more info.

 

Our Waterloo location has extra floor space available for small complementary businesses.

We welcome micro-operators such as:

❤️ Coffee cart or mini snack stall
❤️ Alteration or key-cutting service
❤️ Internet or printing kiosk
❤️ ATM or Bitcoin machine
❤️ Amazon lockers or parcel lockers
❤️ Vending machines (snacks, drinks, phone chargers, etc.)

Key details:

❤️ Shared utilities and foot traffic from existing customers
❤️ No structural changes required
❤️ Affordable fixed rent
❤️ Flexible hours

💡 Bring your own idea — let’s talk and see how we can share space and customer flow.


/* Non-copyable protection */
body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
}

input, textarea, select {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}

.partnership-content {
padding: 20px 0;
max-width: 100%;
}

/* 4 Box Grid */
.info-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 18px;
margin: 30px 0;
}

.info-box {
background: white;
border: 2px solid #e2e8f0;
border-radius: 12px;
padding: 25px;
min-height: 240px;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.info-box:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(30, 58, 95, 0.15);
border-color: #3182ce;
}

.info-box h3 {
color: #1e3a5f;
font-size: 22px;
margin-bottom: 15px;
font-weight: 700;
padding-bottom: 12px;
border-bottom: 3px solid #3182ce;
}

.info-box ul {
list-style: none;
padding: 0;
margin: 0;
}

.info-box li {
padding: 6px 0;
font-size: 15px;
line-height: 1.4;
color: #4a5568;
}

.info-box li:before {
content: "♥";
color: #e53e3e;
font-size: 18px;
margin-right: 10px;
font-weight: bold;
}

/* CTA Button */
.cta-section {
text-align: center;
margin: 50px 0 30px 0;
}

.cta-button {
background: #1e3a5f;
color: white;
padding: 16px 45px;
border: none;
border-radius: 8px;
font-size: 17px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(30, 58, 95, 0.25);
}

.cta-button:hover {
background: #2c5282;
transform: translateY(-2px);
}

/* Modal */
.modal {
display: none;
position: fixed;
z-index: 99999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.8);
}

.modal-content {
background-color: white;
margin: 2% auto;
padding: 40px;
border-radius: 12px;
width: 90%;
max-width: 900px;
max-height: 90vh;
overflow-y: auto;
position: relative;
}

.close {
color: #718096;
position: absolute;
right: 25px;
top: 25px;
font-size: 36px;
font-weight: bold;
cursor: pointer;
}

.modal-header {
text-align: center;
margin-bottom: 30px;
}

.modal-header .confidential {
color: #e53e3e;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
}

.modal-header h2 {
color: #1e3a5f;
font-size: 28px;
margin: 10px 0;
}

.form-section {
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 2px solid #e2e8f0;
}

.form-section h3 {
color: #1e3a5f;
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
border-bottom: 2px solid #3182ce;
padding-bottom: 8px;
}

.form-group {
margin-bottom: 15px;
}

.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
}

label {
display: block;
font-weight: 600;
margin-bottom: 6px;
color: #2d3748;
font-size: 14px;
}

.required {
color: #e53e3e;
}

.helper-text {
font-size: 12px;
color: #718096;
margin-top: 4px;
font-style: italic;
line-height: 1.3;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
select,
textarea {
width: 100%;
padding: 10px;
border: 2px solid #e2e8f0;
border-radius: 6px;
font-size: 14px;
box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
outline: none;
border-color: #3182ce;
}

textarea {
resize: vertical;
min-height: 80px;
}

.checkbox-item {
display: flex;
align-items: start;
margin-bottom: 10px;
}

input[type="checkbox"] {
margin-right: 10px;
margin-top: 3px;
width: 18px;
height: 18px;
flex-shrink: 0;
}

.checkbox-label {
font-size: 13px;
color: #4a5568;
}

.declarations {
background: #f7fafc;
padding: 20px;
border-radius: 8px;
margin: 20px 0;
}

.declarations h4 {
color: #1e3a5f;
font-size: 16px;
margin-bottom: 10px;
}

.declarations ul {
list-style: none;
padding: 0;
}

.declarations li {
padding: 5px 0;
padding-left: 20px;
position: relative;
font-size: 13px;
}

.declarations li:before {
content: "•";
position: absolute;
left: 0;
color: #3182ce;
}

.submit-btn {
background: #e53e3e;
color: white;
padding: 15px;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: 700;
cursor: pointer;
width: 100%;
text-transform: uppercase;
}

.submit-btn:hover {
background: #c53030;
}

.submit-btn:disabled {
background: #cbd5e0;
cursor: not-allowed;
}

.success-message {
display: none;
background: #c6f6d5;
border: 3px solid #48bb78;
color: #22543d;
padding: 25px;
border-radius: 12px;
text-align: center;
margin: 15px 0;
}

.error-message {
background: #fed7d7;
border: 2px solid #fc8181;
color: #742a2a;
padding: 12px;
border-radius: 6px;
margin-bottom: 15px;
display: none;
font-size: 13px;
}

@media (max-width: 768px) {
.info-grid {
grid-template-columns: 1fr;
}
.form-row {
grid-template-columns: 1fr;
}
.modal-content {
padding: 25px 15px;
width: 95%;
}
}

Avoid Costly Mistakes

  • Proven systems and processes
  • Supplier relationships
  • Site selection guidance
  • Equipment recommendations

Ideal For

  • Property investors
  • Business owners diversifying
  • Entrepreneurs with capital
  • Anyone with the right site

What’s Required

  • $350-450k capital
  • Suitable commercial site
  • Operational commitment
  • 6-18 month timeline

What You Get

  • Operational playbook
  • Equipment procurement support
  • Brand usage rights
  • Ongoing guidance
// Disable right-click and keyboard shortcuts document.addEventListener('contextmenu', e => e.preventDefault()); document.addEventListener('keydown', function(e) { if (e.ctrlKey && (e.key === 'c' || e.key === 'a' || e.key === 's' || e.key === 'p' || e.key === 'u')) e.preventDefault(); if (e.key === 'F12' || (e.ctrlKey && e.shiftKey && (e.key === 'I' || e.key === 'C' || e.key === 'J'))) e.preventDefault(); }); // Modal const modal = document.getElementById('partnershipModal'); const openBtn = document.getElementById('openModalBtn'); const closeBtn = document.getElementById('closeModal'); openBtn.onclick = () => { modal.style.display = 'block'; document.body.style.overflow = 'hidden'; } closeBtn.onclick = () => { modal.style.display = 'none'; document.body.style.overflow = 'auto'; } // Form submission const form = document.getElementById('partnershipForm'); const submitBtn = document.getElementById('submitBtn'); const errorMsg = document.getElementById('errorMessage'); const successMsg = document.getElementById('successMessage'); form.addEventListener('submit', async function(e) { e.preventDefault(); errorMsg.style.display = 'none'; successMsg.style.display = 'none'; if (!form.checkValidity()) { errorMsg.style.display = 'block'; return; } const formData = new FormData(form); const data = {}; for (let [key, value] of formData.entries()) { if (data[key]) { if (Array.isArray(data[key])) { data[key].push(value); } else { data[key] = [data[key], value]; } } else { data[key] = value; } } submitBtn.disabled = true; submitBtn.textContent = 'Submitting...'; try { const response = await fetch('/wp-admin/admin-ajax.php', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: new URLSearchParams({ action: 'submit_partnership_application', data: JSON.stringify(data) }) }); if (response.ok) { successMsg.style.display = 'block'; form.style.display = 'none'; } else { throw new Error('Failed'); } } catch (error) { errorMsg.textContent = 'Error. Please email partnerships@lovewash.com.au'; errorMsg.style.display = 'block'; submitBtn.disabled = false; submitBtn.textContent = 'Submit Application'; } });
💡Find us near you – Mascot, Waterloo, St Marys and Bella Vista

What We Offer

Save Time & Money

Save Time and Money Save time and money at Love Wash Mascot, Waterloo, and St Marys by washing and drying your laundry to commercial standards, ensuring top-quality results, energy efficiency, and fast turnaround every time.

Dry Cleaning (Waterloo Store Only)

Every week, tuesday mornings by appointment only.
📞 Please call us on 0435 602 757 before visiting to confirm availability.

Love Wash Membership

Enjoy more laundry for less...
💰 $20 → $22 credit
💰 $50 → $58 credit
💰 $100 → $120 credit

Business Partner Packs (Monthly subscription)

Exclusive Partner Packs for Airbnb & Cleaning Companies Lock in 12 months of laundry credit and save instantly:
💰 $500 → $610 credit
💰 $1800 → $2232 credit
💰 $3900 → $4932 credit
Need more? For bulk usage and premium discounts, contact us anytime.