Car Vacuum Cleaner – Powerful and Compact Car Vac for Quick Cleaning
@import url(‘https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap’);
.custom-page {
max-width: 1200px;
margin: auto;
padding: 20px;
font-family: ‘Poppins’, sans-serif;
}
/* Evitar descarga de imágenes */
img {
pointer-events: none;
user-drag: none;
-webkit-user-drag: none;
}
.page-header {
text-align: center;
margin-bottom: 40px;
}
.page-header h1 {
color: #A67DB8; /* Cambiado a violeta claro */
font-weight: 600;
}
.multi-column {
display: flex;
justify-content: space-between;
text-align: center;
flex-wrap: wrap;
}
.column {
width: 30%;
}
.icon img {
width: 80px;
height: auto;
margin-bottom: 10px;
}
.multi-row {
margin-top: 40px;
}
.row {
display: flex;
align-items: center;
justify-content: space-between; /* Separa texto e imagen */
margin-bottom: 40px; /* Se aumentó la separación */
}
.row img {
width: auto%;
max-height: 450px;
object-fit: contain;
margin-right: 30px; /* Se aumentó la separación */
border-radius: 10px;
}
.row div {
flex: 1; /* Hace que el texto ocupe su espacio correctamente */
padding: 50px; /* Agrega un padding al contenedor del texto */
}
.row-image-right img {
order: 2;
margin-left: 30px;
margin-right: 0;
}
@media (max-width: 768px) {
.multi-column {
flex-direction: column;
align-items: center;
}
.column {
width: 80%;
margin-bottom: 20px;
}
.row {
flex-direction: column;
text-align: center;
}
.row:nth-child(even) {
flex-direction: column-reverse;
}
.row img {
width: 100%;
max-height: 350px;
margin: 0 0 10px 0;
}
.row div {
width: 100%;
}
}
.faq-title {
color: #A67DB8; /* Cambiado a violeta claro */
padding: 20px 0; /* Agregado padding para más espacio */
}
/* Estilos del botón “Buy Now” */
.shop-button {
display: inline-block;
padding: 12px 24px;
font-size: 18px;
color: #fff;
background: #A67DB8;
text-decoration: none;
border-radius: 5px;
transition: 0.3s;
margin-top: 20px;
}
.shop-button:hover {
background: #8F5DA2;
}
.faq-section {
max-width: 800px;
margin: auto;
padding: 40px 20px; /* Aumenta el padding para más espacio en la sección de FAQs */
font-family: ‘Poppins’, sans-serif;
}
.faq-item {
border-bottom: 1px solid #ddd;
padding: 20px 0; /* Se aumentó el padding para más espacio */
}
.faq-question {
font-size: 18px;
font-weight: 600;
color: #333;
}
.faq-answer {
font-size: 16px;
color: #555;
margin-top: 5px;
line-height: 1.5;
}
Car Cleaning Convenience 🌟
Introducing the #2025 Portable Car Vacuum Cleaner by Gear Tech UK, designed for powerful and efficient cleaning on the go! Keep your car spotless with 95,000PA Super Suction Power that handles dirt, dust, and debris like a pro. 🌀 With its dual vacuum & blower function and six versatile attachments, no corner is too tough. Enjoy wireless portability and a long-lasting battery, ensuring you’re always ready for a clean ride, trusted by Gear Tech UK for top-tier performance and innovation.
Portable & Wireless
Clean any car or location without tangling cords.
Reusable & Washable Filters
Eco-friendly design with four reusable filters included.
Long-Lasting Battery Life
Get up to 20 days of cleaning on a single charge.
📋 Key Benefits & Features
95,000PA Super Suction Power: Tackles dirt, crumbs, and debris like an industrial cleaner.
Dual Vacuum & Blower Functions: Switch between powerful vacuuming and dust-blowing modes.
Six Versatile Attachments: Ideal for every nook and cranny.
Specifications
Motor: Brushless motor (2 Gears, 35,500 RPM)
Vacuum Power: 95,000PA (PRO version)
Battery: Li-ion 2x 2000mAh
Noise Level: ≤ 52dB
Weight: 550g
Operating Temperature: -20°C to +50°C
Certifications: CE, ROHS
Attachments: 6 versatile tools for different cleaning scenarios
Customer Reviews
Jessica L. – ⭐⭐⭐⭐⭐
“A true game-changer! My car has never looked this clean. The powerful suction picked up all the crumbs and dirt effortlessly!”
Michael T. – ⭐⭐⭐⭐⭐
“This vacuum does it all. From deep crevices to surface cleaning, it’s compact, powerful, and perfect for any car!”
.package-section {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 40px;
max-width: 1200px;
margin: auto;
}
.image-container {
position: relative;
max-width: 500px; /* Aumenta el tamaño de la imagen */
flex: 1;
}
.package-image {
width: 100%;
height: auto;
border-radius: 12px; /* Bordes más redondeados */
}
.overlay-text {
position: relative;
background: rgba(34, 139, 34, 0.9); /* Verde oscuro claro con menos transparencia */
color: white;
padding: 30px;
border-radius: 12px;
flex: 1;
font-size: 20px;
max-width: 600px; /* Hace el texto más ancho */
margin-left: -80px; /* Ajusta el overlap */
z-index: 2;
}
.overlay-text h2 {
margin: 0 0 15px 0;
font-size: 28px;
}
.overlay-text ul {
list-style: none;
padding: 0;
margin: 0;
}
.overlay-text li {
margin: 10px 0;
}
/* Responsive para pantallas más pequeñas */
@media (max-width: 768px) {
.package-section {
flex-direction: column;
text-align: center;
}
.image-container {
margin-bottom: 20px;
}
.overlay-text {
margin-left: 0;
max-width: 100%;
}
}
.faq-section {
max-width: 800px;
margin: auto;
padding: 20px;
font-family: ‘Poppins’, sans-serif;
}
.faq-title {
text-align: center;
font-size: 28px;
font-weight: 600;
color: #228B22; /* Verde oscuro */
margin-bottom: 20px;
}
.faq-item {
border-bottom: 1px solid #ddd;
padding: 15px 0;
}
.faq-question {
font-size: 18px;
font-weight: 600;
color: #333;
}
.faq-answer {
font-size: 16px;
color: #555;
margin-top: 5px;
line-height: 1.5;
}