Ideal for:
Benefits:
(It’s simple: the more you use, the more you save)
Let’s make laundry effortless for your business — contact us today to get started!
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:
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.
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%;
}
}
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.
Every week, tuesday mornings by appointment only.
📞 Please call us on 0435 602 757 before visiting to confirm availability.
Enjoy more laundry for less...
💰 $20 → $22 credit
💰 $50 → $58 credit
💰 $100 → $120 credit
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.