Quies™ - THE END OF SNORING
.qp, .qp * { box-sizing: border-box; margin: 0; padding: 0; } .qp > div, .qp > hr { margin-top: 0 !important; margin-bottom: 0 !important; } .qp { font-family: -apple-system, Blink MacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; color: #0f1b1d; line-height: 1.6; overflow-x: hidden; width: 100%; } .qp img { max-width: 100%; height: auto; display: block; } .qp strong { font-weight: 700; } .qp p { margin: 0; } :root { --qp-teal: #0d7880; --qp-teal-dark: #024449; --qp-teal-light: #e5f7f8; --qp-text: #0f1b1d; --qp-muted: #4c7274; --qp-border: #d6eff1; --qp-bg-light: #f4fdfe; --qp-white: #ffffff; --qp-grad: linear-gradient(270deg, #12a3ae 2%, #024449 99%); } .qp-wrap { max-width: 900px; margin: 0 auto; padding: 0 16px; } .qp-wrap--sm { max-width: 720px; margin: 0 auto; padding: 0 16px; } .qp-wrap--lg { max-width: 1100px; margin: 0 auto; padding: 0 16px; } .qp-section { padding: 20px 0; background: #fff; margin: 0 !important; } .qp-section--gray { padding: 20px 0; background: linear-gradient(180deg, #fdffff, #f0fafc); margin: 0 !important; } .qp-sep { border: none; border-top: 1px solid var(--qp-border); margin: 0 !important; padding: 0 !important; display: block; line-height: 0; font-size: 0; height: 1px; } .qp-eyebrow { display: block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--qp-teal); margin-bottom: 10px; } .qp-h1 { font-size: clamp(24px, 4.5vw, 40px); font-weight: 800; line-height: 1.15; color: var(--qp-text); margin-bottom: 14px; } .qp-h2 { font-size: clamp(20px, 3.5vw, 30px); font-weight: 700; line-height: 1.2; color: var(--qp-text); margin-bottom: 12px; } .qp-body { font-size: 16px; color: var(--qp-muted); line-height: 1.75; margin-bottom: 12px; } .qp-body:last-child { margin-bottom: 0; } .qp-accent { background: var(--qp-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .qp-divider { width: 44px; height: 3px; background: var(--qp-teal); border-radius: 2px; margin-bottom: 20px; } .qp-center { text-align: center; } .qp-slider { background: linear-gradient(90deg, #e6f2f3, #7abcc1); padding: 16px 0; overflow: hidden; } .qp-slider__title { text-align: center; font-size: 18px; font-weight: 600; color: var(--qp-text); margin-bottom: 16px; padding: 0 20px; } .qp-slider__track { display: flex; width: max-content; align-items: center; animation: qpScroll 30s linear infinite; } .qp-slider__track img { height: 48px; width: auto; margin: 0 24px; object-fit: contain; opacity: 0.85; flex-shrink: 0; } @keyframes qpScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } @media (prefers-reduced-motion: reduce) { .qp-slider__track { animation: none; } } .qp-stats { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--qp-grad); border-radius: 14px; overflow: hidden; max-width: 680px; margin: 20px auto 0; } .qp-stats__item { padding: 16px 12px; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); } .qp-stats__item:last-child { border-right: none; } .qp-stats__num { display: block; font-size: 34px; font-weight: 900; color: #fff; line-height: 1; } .qp-stats__label { display: block; font-size: 12px; color: rgba(255,255,255,0.8); margin-top: 5px; } @media (max-width: 480px) { .qp-stats__num { font-size: 26px; } .qp-stats__label { font-size: 11px; } } .qp-row { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: center; } @media (min-width: 768px) { .qp-row { grid-template-columns: 1fr 1fr; } .qp-row--flip .qp-row__media { order: 2; } .qp-row--flip .qp-row__text { order: 1; } } .qp-row__media img { border-radius: 14px; width: 100%; } .qp-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 20px; } @media (min-width: 640px) { .qp-cards { grid-template-columns: repeat(3, 1fr); } } .qp-card { background: var(--qp-white); border: 1px solid var(--qp-border); border-top: 3px solid var(--qp-teal); border-radius: 12px; padding: 14px 12px; } .qp-card__icon { font-size: 24px; margin-bottom: 10px; display: block; } .qp-card h4 { font-size: 14px; font-weight: 700; color: var(--qp-text); margin-bottom: 6px; } .qp-card p { font-size: 13px; color: var(--qp-muted); line-height: 1.55; } .qp-steps { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; } .qp-step { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 4px; } .qp-step__num { flex: 0 0 44px; height: 44px; min-width: 44px; background: var(--qp-teal); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; line-height: 1; } .qp-step h4 { font-size: 17px; font-weight: 700; color: var(--qp-text); margin-bottom: 6px; line-height: 1.3; text-transform: none; letter-spacing: normal; } .qp-step p { font-size: 15px; color: var(--qp-muted); line-height: 1.65; margin: 0; } .qp-check { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 16px; } .qp-check li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--qp-text); line-height: 1.6; } .qp-check li::before { content: '✓'; color: var(--qp-teal); font-weight: 800; font-size: 15px; flex-shrink: 0; margin-top: 1px; } .qp-videos__header { text-align: center; margin-bottom: 24px; } .qp-videos__header h2 { font-size: clamp(20px, 3.5vw, 30px); font-weight: 800; color: var(--qp-text); margin-bottom: 8px; } .qp-videos__scroll { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: var(--qp-teal) #f0f0f0; } .qp-videos__scroll::-webkit-scrollbar { height: 4px; } .qp-videos__scroll::-webkit-scrollbar-track { background: #f0f0f0; } .qp-videos__scroll::-webkit-scrollbar-thumb { background: var(--qp-teal); border-radius: 2px; } @media (min-width: 860px) { .qp-videos__scroll { display: grid; grid-template-columns: repeat(4, 1fr); overflow-x: visible; gap: 16px; } } .qp-vcard { flex: 0 0 200px; background: var(--qp-white); border: 1px solid var(--qp-border); border-radius: 12px; overflow: hidden; scroll-snap-align: start; } @media (min-width: 860px) { .qp-vcard { flex: unset; width: auto; } } .qp-vcard video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; display: block; background: #000; max-height: 340px; } .qp-vcard__info { padding: 12px; } .qp-vcard__stars { color: var(--qp-teal); font-size: 13px; margin-bottom: 6px; } .qp-vcard__text { font-size: 13px; color: var(--qp-text); line-height: 1.5; margin-bottom: 8px; } .qp-vcard__author { font-size: 11px; font-weight: 700; background: var(--qp-text); color: #fff; padding: 3px 10px; border-radius: 20px; display: inline-block; } .qp-reviews__badge { display: inline-flex; align-items: center; gap: 8px; background: var(--qp-grad); padding: 8px 18px; border-radius: 30px; margin-bottom: 14px; } .qp-reviews__badge span { color: #fff; font-size: 13px; font-weight: 600; } .qp-reviews__grid { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: var(--qp-teal) #f0f0f0; } .qp-reviews__grid::-webkit-scrollbar { height: 4px; } .qp-reviews__grid::-webkit-scrollbar-thumb { background: var(--qp-teal); border-radius: 2px; } @media (min-width: 760px) { .qp-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow-x: visible; gap: 16px; } } .qp-rcard { flex: 0 0 260px; background: var(--qp-white); border: 1px solid var(--qp-border); border-radius: 12px; overflow: hidden; scroll-snap-align: start; } @media (min-width: 760px) { .qp-rcard { flex: unset; } } .qp-rcard img { width: 100%; height: 180px; object-fit: cover; display: block; } .qp-rcard__body { padding: 14px; } .qp-rcard__stars { color: var(--qp-teal); font-size: 14px; margin-bottom: 8px; } .qp-rcard__text { font-size: 14px; color: var(--qp-text); line-height: 1.6; margin-bottom: 10px; } .qp-rcard__author { display: inline-flex; align-items: center; gap: 5px; background: var(--qp-text); color: #fff; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; } .qp-quote { background: var(--qp-teal-light); border-left: 4px solid var(--qp-teal); border-radius: 0 12px 12px 0; padding: 22px 24px; } .qp-quote p { font-size: 16px; font-style: italic; line-height: 1.75; color: var(--qp-text); margin-bottom: 12px; } .qp-quote cite { font-size: 13px; font-weight: 700; color: var(--qp-teal); font-style: normal; } .qp-guarantee__box { background: var(--qp-white); border: 1px solid var(--qp-border); border-radius: 16px; padding: 24px 20px; text-align: center; } @media (max-width: 480px) { .qp-guarantee__box { padding: 20px 14px; } } .qp-guarantee__photos { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; } .qp-guarantee__photos img { width: 80px; height: 80px; object-fit: cover; border-radius: 8px; border: 3px solid #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.13); } .qp-guarantee__icon { color: var(--qp-teal); margin-bottom: 14px; display: flex; justify-content: center; align-items: center; width: 100%; text-align: center; } .qp-guarantee__box h3 { font-size: clamp(20px, 3.5vw, 26px); font-weight: 800; color: var(--qp-text); margin-bottom: 14px; } .qp-guarantee__box > p { font-size: 15px; color: var(--qp-muted); line-height: 1.75; white-space: pre-line; margin-bottom: 22px; } .qp-guarantee__perks { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 18px; } .qp-perk { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--qp-teal); } .qp-faq { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; } .qp-faq__item { border: 1px solid var(--qp-border); border-radius: 10px; overflow: hidden; } .qp-faq__q { width: 100%; background: var(--qp-white); border: none; text-align: left; padding: 16px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: inherit; font-size: 16px; font-weight: 700; color: var(--qp-text); line-height: 1.4; } .qp-faq__q:hover { background: var(--qp-bg-light); } .qp-faq__q svg { flex-shrink: 0; color: var(--qp-teal); transition: transform 0.25s; } .qp-faq__item.open .qp-faq__q { background: var(--qp-bg-light); } .qp-faq__item.open .qp-faq__q svg { transform: rotate(180deg); } .qp-faq__a { display: none; padding: 0 20px 16px; background: var(--qp-bg-light); } .qp-faq__item.open .qp-faq__a { display: block; } .qp-faq__a p { font-size: 15px; color: var(--qp-muted); line-height: 1.65; margin-bottom: 8px; } .qp-faq__a p:last-child { margin-bottom: 0; } /* TABS */ .qp-tabs { margin-top: 18px; } .qp-tabs__nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 18px; } .qp-tabs__btn { background: #fff; border: 1.5px solid var(--qp-text); padding: 12px 14px; font-size: 13px; font-weight: 700; color: var(--qp-text); cursor: pointer; border-radius: 0; font-family: inherit; transition: all 0.2s; text-align: center; line-height: 1.3; } .qp-tabs__btn:hover { border-color: var(--qp-teal); color: var(--qp-teal); } .qp-tabs__btn.active { background: var(--qp-teal); border-color: var(--qp-teal); color: #fff; } .qp-tabs__panel { display: none; } .qp-tabs__panel.active { display: block; } .qp-tabs__content { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; } @media (min-width: 640px) { .qp-tabs__content { grid-template-columns: 1fr 1fr; } .qp-tabs__nav { grid-template-columns: repeat(3, 1fr); } } .qp-tabs__img { width: 100%; border-radius: 12px; display: block; } .qp-tabs__body h4 { font-size: 16px; font-weight: 700; color: var(--qp-text); margin-bottom: 10px; } .qp-tabs__body p { font-size: 14px; color: var(--qp-muted); line-height: 1.7; margin-bottom: 14px; } .qp-tabs__benefits { list-style: none; display: flex; flex-direction: column; gap: 10px; } .qp-tabs__benefits li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--qp-text); line-height: 1.5; padding-bottom: 10px; border-bottom: 1px solid var(--qp-border); } .qp-tabs__benefits li:last-child { border-bottom: none; padding-bottom: 0; } .qp-tabs__benefits li::before { content: '✓'; color: var(--qp-teal); font-weight: 800; font-size: 14px; flex-shrink: 0; } As seen in the media The End of Snoring Starts Tonight How many more nights sleeping in separate rooms? Money wasted. CPAP abandoned. Nothing worked. Snoring doesn't just disrupt sleep — after 90 nights, it reprogrammes your brain to push away the person you love. 8,000+ couples sleeping peacefully 96% clinical efficacy 1st night results The Real Cause Snoring isn't an airway problem.It's electrical. When you sleep, the signals to your throat muscles drop by 80%. They collapse, block the airway — and the snoring begins. Mouthguards, nasal strips and sprays only mask the symptom. None of them fix the cause. Simple as That 3 steps. Silence on the very first night. 1 Attach Quies™ under your chin before bed Hypoallergenic adhesive patches that last up to 10 nights each. Positioned in seconds, no assistance needed. 2 Sensors monitor your throat in real time Throughout the night, Quies™ detects the early signs of snoring — before the sound even begins. 3 EMS micro-pulses silently activate the muscles The pulses are completely imperceptible. You won't feel them, you won't wake up — and your airway stays open all night long. Discover the Product Explore the features and benefits of Quies It promotes nasal breathing to reduce snoring and help you sleep better from the very first night. Imperceptible EMS technology Automatic snoring detection Under-chin placement Comfort Guarantee About this feature Quies sends micro-electrical impulses under the chin that gently activate the throat muscles, preventing them from relaxing excessively and narrowing the airway. It's not air. It's electricity. Key benefits Less snoring by keeping the airway clear Painless and discreet stimulation Adjustable intensity to personalise the stimulus About this feature The device automatically detects snoring episodes and responds with micro-pulses to stabilise the muscles involved. It only acts when necessary. Key benefits Acts only when necessary Fewer wake-ups and more continuous sleep About this feature Quies is attached under the chin with hypoallergenic adhesive patches. Positioning is simple, intuitive and takes less than 1 minute. Key benefits Set up in under 1 minute Doesn't interfere with sleep in any position Each patch lasts up to 10 nights About this feature Weighing just 10 grams, with imperceptible pulses — 94% of users forget they're wearing it after just 3 nights. No discomfort, no pain. Key benefits Ultra-lightweight — just 10g 100% imperceptible pulses Hypoallergenic patches, gentle on skin About this feature Try Quies for 60 nights, risk-free. If you notice no improvement, we'll refund 100% of your money — no questions, no hassle. Key benefits 60 nights to try with no risk Full refund within 24 hours Dedicated customer support function qpTab(btn, id) { var wrap = btn.closest('.qp-tabs'); wrap.querySelectorAll('.qp-tabs__btn').forEach(function(b){ b.classList.remove('active'); }); wrap.querySelectorAll('.qp-tabs__panel').forEach(function(p){ p.classList.remove('active'); }); btn.classList.add('active'); document.getElementById(id).classList.add('active'); } The Definitive Solution Quies™ uses medical EMS technology to silence snoring The device automatically detects the onset of snoring and delivers imperceptible micro-pulses that keep the throat muscles active throughout the night. First night: total silence.First week: back in the same bed.First month: sleeping in each other's arms again. 60-night guarantee. Because it works. Why Quies™ Everything you need. Nothing you don't. 🎯Results from night one Designed to reduce or eliminate snoring from the very first use. 🧠Smart detection High-precision sensors that only act when you snore. 🪶Just 10g So lightweight you'll forget you're even wearing it. 🔋USB rechargeable No batteries needed. One charge lasts multiple nights. 🩹Hypoallergenic patches Each patch lasts up to 10 nights and won't irritate your skin. 📦Complete kit Device + patches + USB cable + instruction manual. See Who's Already Using It The UK's #1 anti-snoring solution ★★★★★ "From the very first night — total silence. My partner couldn't believe it." Carlos M. ✓ ★★★★★ "After 3 years sleeping in separate rooms, we're finally back together." Fernanda L. ✓ ★★★★★ "I tried everything before. Quies is the only thing that actually works." Mauricio H. ✓ ★★★★★ "94% of people forget they're wearing it. I'm one of them." Gabriela S. ✓ ★★★★★ Excellent 4.7/5 · Over 800 verified reviews Yes, Quies can help you Over 8,000 couples are already sleeping in silence ★★★★★ "I was sceptical at first, but from the very first night it was a different story — total silence. I wake up without a headache for the first time in years." Fernanda L. ✓ ★★★★★ "After 3 years in separate rooms, we bought Quies as a last resort. It worked from the second night. Genuinely life-changing." Mauricio H. ✓ ★★★★★ "I was embarrassed because I was the one who snored. With Quies, that embarrassment is gone. I sleep peacefully next to my partner again." Gabriela S. ✓ ★★★★★ "I tried everything. Quies surprised me — it's different because it tackles the root cause rather than just masking the symptom." Ana L. ✓ Scientific Backing What the specialists say "In over 15 years of treating sleep disorders, few solutions for snoring have struck me as promising as Quies™. EMS stimulation helps activate the airway musculature and addresses the root cause — rather than simply masking the symptom. For suitable patients, I consider it before recommending CPAP." — Dr. Alejandro Ramírez, Sleep Medicine Specialist 96% efficacy in clinical trials across all levels of snoring Medical-grade EMS technology — the same used in physiotherapy Effective for both mild snoring and severe snoring related to sleep apnoea No medication, no surgery, no side effects 60-night money-back guarantee Try Quies for 60 full nights. If you don't notice a significant improvement in your snoring or sleep quality, we'll refund 100% of your money. We're confident in Quies because it has already transformed the lives of thousands of couples. Follow the instructions, use it every night — and if your sleep doesn't improve, we'll give you your money back. No questions asked. Your rest (and your partner's) is our priority. 100% Satisfaction Insured Delivery Easy Returns Frequently Asked Questions Quick answers Does it work for heavy snoring and sleep apnoea? Yes. In clinical trials, Quies™ demonstrated 96% efficacy across all levels of snoring — from mild to severe, including cases related to sleep apnoea. If you have been diagnosed with severe sleep apnoea, please consult your doctor before making any changes to your treatment. When will I see the first results? Most users report results on the very first night. Some notice a 70% reduction in snoring straightaway, with complete elimination within a week. Is it comfortable to sleep with Quies? Absolutely. Quies weighs just 10 grams and the electrical pulses are so gentle that 94% of users forget they're wearing it after just 3 nights. Unlike bulky CPAP masks or mouthguards, it doesn't interfere with your natural sleep movements. How is Quies different from other anti-snoring devices? Quies is the only device that addresses the root cause of snoring — weakened throat muscles during sleep. While nasal strips and mouthguards work around the problem, Quies eliminates it at the source using medical-grade EMS technology. What if it doesn't work for me? You're fully protected by our 60-night guarantee. If Quies doesn't improve your sleep, we'll refund 100% — no questions, no hassle. Refunds processed within 24 hours. How do I charge it? How long do the patches last? It charges via the USB cable included in the kit. One charge lasts several nights. Each hypoallergenic patch lasts up to 10 nights and is gentle even on sensitive skin.