GYEON Q2M Bathe PLUS Car Shampoo
Gyeon Bathe+ is based upon the same slick, pH neutral formula is the regular Gyeon Bathe but has been fortified with SiO2 rich polymers. The result of this is a car shampoo that not only cleans well but a temporary hydrophobic coting that enhances surface gloss and strongly repels water dirt & grime lasting serveral weeks.
Gyeon Q2M Bathe+ can proudly call itself as the world’s first pH neutral shampoo containing SiO2. Even a quick wash leaves a strong hydrophobic layer, repelling water, dirt and prolonging the need for a next wash. The wash itself is a real joy, while the shampoo is very slick and has a scent characteristic of the whole Gyeon range.
Only 15-20ml of Bathe+ diluted in ca. 12 liters of water is enough to both cleanse the bodywork of your vehicle and leave a smooth, self cleaning and hydrophobic layer.
When it comes to all-in-one products, Gyeon Q2M Bathe+ can be claimed to be revolutionary! Just a quick wash is enough to obtain a marvelous hydrophobic effect and easy maintenance for the next couple of weeks. It is a phenomenal solution for the wintertime, when washing gets harder and the boost in self-cleaning abilities improves the comfort of vehicle maintainance.
Features & Benefits of Gyeon Bathe Plus
pH-neutral shampoo with fortified SiO2-rich polymers & cleansing agents
A true wash & seal shampoo which leaves a high gloss shine
Hydrophobic properties repel water & promote water beading
Water beading properties last up to 6 weeks
Ideal for use in winter when episodes between car washing may be longer
Highly concentrated formula - dilutes up to 500:1 (water:product)
Available in 500ml, 1L & 4L Sizes
:root {
--brand-primary: #000; /* Deep navy blue */
--brand-accent: #0073e6; /* Bright accent blue */
--brand-bg: #f5f7fa; /* Light grey background */
--brand-text: #333;
}
#gyeon-batheplus-faq {
font-family: 'Segoe UI', Arial, sans-serif;
margin: 30px 0;
padding: 20px;
background: var(--brand-bg);
border-radius: 8px;
}
#gyeon-batheplus-faq h2 {
margin-bottom: 20px;
color: var(--brand-primary);
font-weight: 600;
text-align: left;
}
#gyeon-batheplus-faq details {
margin-bottom: 15px;
background: #fff;
border-radius: 8px;
border: 1px solid #e0e0e0;
box-shadow: 0 2px 4px rgba(0,0,0,0.04);
transition: border-color 0.25s ease, box-shadow 0.25s ease;
/* prevent layout jump when animating */
overflow: clip;
}
#gyeon-batheplus-faq details:hover {
border-color: var(--brand-accent);
box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
#gyeon-batheplus-faq summary {
font-weight: bold;
cursor: pointer;
color: var(--brand-primary);
list-style: none;
padding: 15px 18px;
display: flex;
align-items: center;
gap: 10px;
outline: none;
}
#gyeon-batheplus-faq summary:focus-visible {
box-shadow: 0 0 0 3px rgba(0,115,230,0.35) inset;
border-radius: 8px 8px 0 0;
}
/* Remove default marker & add plus/minus */
#gyeon-batheplus-faq summary::-webkit-details-marker { display: none; }
#gyeon-batheplus-faq summary::before {
content: "+";
font-weight: bold;
color: var(--brand-accent);
transition: transform 0.25s ease;
flex: 0 0 auto;
}
#gyeon-batheplus-faq details[open] summary::before {
content: "−";
transform: rotate(180deg);
}
/* Sliding content wrapper */
#gyeon-batheplus-faq .answer {
padding: 0 18px 15px 38px; /* indent to align under summary text */
color: var(--brand-text);
line-height: 1.6;
/* transition target */
max-height: 0;
overflow: hidden;
transition: max-height 300ms ease;
/* motion preferences */
}
@media (prefers-reduced-motion: reduce) {
#gyeon-batheplus-faq .answer { transition: none; }
#gyeon-batheplus-faq summary::before { transition: none; }
}
/* When JS adds .open, allow content to expand (max-height set inline for accuracy) */
#gyeon-batheplus-faq .answer.open {
/* max-height set by JS per element */
}
Frequently Asked Questions – GYEON Q²M Bathe+
What is Gyeon Q²M Bathe+?
A pH-neutral SiO₂-infused car shampoo that cleans while adding a thin layer of hydrophobic protection, enhancing gloss and slickness—ideal for coated vehicles.
What makes Bathe+ different from other car shampoos?
The “Plus” refers to its SiO₂ content. Unlike standard shampoos, it adds hydrophobic protection during washing, boosting coatings, waxes, or sealants, and protecting even uncoated paint.
How do I use Gyeon Bathe+?
Pre-rinse: Rinse vehicle to remove loose dirt.
Dilute: Add 15–20ml to a 10–15L wash bucket.
Wash: Use a quality mitt, working panel by panel.
Rinse Immediately: Avoid drying on the surface.
Dry: Use a soft drying towel to prevent water spots.
Can I use Bathe+ on an uncoated car?
Yes. It provides temporary hydrophobicity, gloss, and slickness to uncoated paint, making future washes easier.
How often should I use Bathe+?
Use as your maintenance wash every 2–4 weeks or as part of your regular wash routine for consistent protection boosting.
Will Bathe+ replace my ceramic coating or sealant?
No. It’s a booster that extends and enhances existing protection, but it’s not a long-term coating replacement.
Is Bathe+ safe for all exterior surfaces?
Yes. Being pH-neutral, it’s safe on paint, glass, trim, headlights, and wheels—both painted and coated.
Can I use Bathe+ in a foam cannon?
It produces some foam, but protection works best via bucket wash with mitt contact. For pre-wash foaming, use Gyeon Q²M Foam.
How do I prevent streaking or water spots?
Work on a cool surface, out of direct sun. Rinse immediately and dry promptly. Use a quick detailer to remove light streaks if needed.
Does Bathe+ produce a lot of suds?
It produces sufficient suds for safe lubrication, focusing more on cleaning and protection than huge foam output.
What are the main benefits of using Bathe+?
Efficient cleaning
Enhanced hydrophobicity
Increased gloss & slickness
Boosts coatings & protection
Easy bucket wash application
What is the shelf life of Gyeon Bathe+?
Unopened: 2–3 years. Opened: 12–18 months. Store in a cool, dark place away from direct sunlight and extreme temperatures.
// Smooth slide for answers by animating max-height
(function () {
const container = document.getElementById('gyeon-batheplus-faq');
if (!container) return;
const items = container.querySelectorAll('details');
function setMaxHeight(answerEl, expand) {
if (!answerEl) return;
if (expand) {
// measure full height, then animate to it
answerEl.classList.add('open');
answerEl.style.maxHeight = answerEl.scrollHeight + 'px';
} else {
// collapse to zero
answerEl.style.maxHeight = answerEl.scrollHeight + 'px'; // set current to enable transition
// force reflow to apply starting point before collapsing
void answerEl.offsetHeight;
answerEl.style.maxHeight = '0px';
// after transition completes, remove helper class
answerEl.addEventListener('transitionend', function handler(e) {
if (e.propertyName === 'max-height') {
answerEl.classList.remove('open');
answerEl.removeEventListener('transitionend', handler);
}
});
}
}
// Initialize: if any details are open by default, set proper height
items.forEach(d => {
const answer = d.querySelector('.answer');
if (d.hasAttribute('open')) {
// allow initial open without jump
answer.classList.add('open');
answer.style.maxHeight = answer.scrollHeight + 'px';
} else {
answer.style.maxHeight = '0px';
}
d.addEventListener('toggle', () => {
const expanded = d.open;
setMaxHeight(answer, expanded);
});
// Resize observer to keep height accurate if content wraps/resizes
if ('ResizeObserver' in window) {
const ro = new ResizeObserver(() => {
if (d.open) {
answer.style.maxHeight = answer.scrollHeight + 'px';
}
});
ro.observe(answer);
}
});
// Respect reduced motion: disable transitions
const mq = window.matchMedia('(prefers-reduced-motion: reduce)');
if (mq.matches) {
container.querySelectorAll('.answer').forEach(a => {
a.style.transition = 'none';
a.style.maxHeight = 'none';
});
items.forEach(d => {
const answer = d.querySelector('.answer');
d.addEventListener('toggle', () => {
answer.style.maxHeight = 'none';
});
});
}
})();
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{"@type":"Question","name":"What is Gyeon Q²M Bathe+?","acceptedAnswer":{"@type":"Answer","text":"A pH-neutral SiO₂-infused car shampoo that cleans while adding a thin layer of hydrophobic protection, enhancing gloss and slickness—ideal for coated vehicles."}},
{"@type":"Question","name":"What makes Bathe+ different from other car shampoos?","acceptedAnswer":{"@type":"Answer","text":"The 'Plus' refers to its SiO₂ content. Unlike standard shampoos, it adds hydrophobic protection during washing, boosting coatings, waxes, or sealants, and protecting even uncoated paint."}},
{"@type":"Question","name":"How do I use Gyeon Bathe+?","acceptedAnswer":{"@type":"Answer","text":"Pre-rinse vehicle, dilute 15–20ml in a 10–15L bucket, wash with a mitt panel-by-panel, rinse immediately, and dry promptly."}},
{"@type":"Question","name":"Can I use Bathe+ on an uncoated car?","acceptedAnswer":{"@type":"Answer","text":"Yes. It provides temporary hydrophobicity, gloss, and slickness to uncoated paint, making future washes easier."}},
{"@type":"Question","name":"How often should I use Bathe+?","acceptedAnswer":{"@type":"Answer","text":"Use every 2–4 weeks or as part of your maintenance wash routine for consistent protection boosting."}},
{"@type":"Question","name":"Will Bathe+ replace my ceramic coating or sealant?","acceptedAnswer":{"@type":"Answer","text":"No. It’s a booster that extends and enhances existing protection, but it’s not a long-term coating replacement."}},
{"@type":"Question","name":"Is Bathe+ safe for all exterior surfaces?","acceptedAnswer":{"@type":"Answer","text":"Yes. Being pH-neutral, it’s safe on paint, glass, trim, headlights, and wheels—both painted and coated."}},
{"@type":"Question","name":"Can I use Bathe+ in a foam cannon?","acceptedAnswer":{"@type":"Answer","text":"It produces some foam, but protection works best via bucket wash with mitt contact. For pre-wash foaming, use Gyeon Q²M Foam."}},
{"@type":"Question","name":"How do I prevent streaking or water spots?","acceptedAnswer":{"@type":"Answer","text":"Work on a cool surface, out of direct sun. Rinse immediately and dry promptly. Use a quick detailer to remove light streaks if needed."}},
{"@type":"Question","name":"Does Bathe+ produce a lot of suds?","acceptedAnswer":{"@type":"Answer","text":"It produces sufficient suds for safe lubrication, focusing more on cleaning and protection than huge foam output."}},
{"@type":"Question","name":"What are the main benefits of using Bathe+?","acceptedAnswer":{"@type":"Answer","text":"Efficient cleaning, enhanced hydrophobicity, increased gloss and slickness, boosts coatings and protection, easy bucket wash application."}},
{"@type":"Question","name":"What is the shelf life of Gyeon Bathe+?","acceptedAnswer":{"@type":"Answer","text":"Unopened: 2–3 years. Opened: 12–18 months. Store in a cool, dark place away from direct sunlight and extreme temperatures."}}
]
}
About CleanYourCar.co.uk:
Established in 2005, Cleanyourcar.co.uk is the UK's leading online Car Care & Car Cleaning Megastore. We import car detailing products from around the world to give you the ultimate choice for when you come to clean your car.
Visit Product PagePhone:
01484841444
Email:
sales@cleanyourcar.co.uk
Location:
Unit 18a, Holme Mills, West Slaithwaite Road,
Unit 18a, Holme Mills, West Slaithwaite Road
North Yorkshire
HD7 6LS