✦ Verified product
BrushDock – Zahnbürstenkopfhalter für Oral-B ( iO ) & Philips Sonicare - Wandmontage (ohne Bohren)
EUR 11.99
passend für
Steckplätze
Farbe
Cr3Dator
Verified independent store
→
/* --- CR3DATOR PREMIUM DESIGN SYSTEM 2.5 (EXPERTS CHOICE) --- */ :root { --apple-bg: #f5f5f7; --apple-card: #ffffff; --apple-text: #1d1d1f; --apple-muted: #6e6e73; --cr3-accent: #
2b763e; --cr3-warning: #af5e0a; --radius-apple: 20px; --shadow-soft: 0 10px 40px rgba(0,0,0,0.06); } .cr3-premium-wrap { max-width: 100%; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif; color: var(--apple-text); line-height: 1.5; -webkit-font-smoothing: antialiased; } /* Badges */ .cr3-badge-container { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; } .cr3-tag { background: var(--apple-bg); padding: 6px 14px; border-radius: 20px; font-size: 11px; font-weight: 600; color: var(--apple-muted); border: 1px solid rgba(0,0,0,0.03); text-transform: uppercase; letter-spacing: 0.03em; } .cr3-main-title { font-size: clamp(28px, 7vw, 40px); font-weight: 700; letter-spacing: -0.04em; line-height: 1.1; margin: 10px 0 20px 0; } .cr3-intro-text { font-size: 17px; color: var(--apple-muted); margin-bottom: 35px; line-height: 1.6; max-width: 90%; } /* Hero Card */ .cr3-hero-container { width: 100%; border-radius: var(--radius-apple); overflow: hidden; margin-bottom: 35px; box-shadow: var(--shadow-soft); background: #fff; } .cr3-hero-container img { width: 100%; display: block; transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1); } .cr3-hero-container:hover img { transform: scale(1.03); } /* Unified Video System */ .cr3-video-wrapper { width: 100%; border-radius: 16px; overflow: hidden; margin: 18px 0; background: #f2f2f2; line-height: 0; box-shadow: 0 5px 15px rgba(0,0,0,0.08); } .cr3-video-wrapper video { width: 100%; height: auto; display: block; } /* Feature Cards */ .cr3-feature-stack { display: flex; flex-direction: column; gap: 18px; margin-bottom: 35px; } .cr3-feature-box { background: var(--apple-card); border: 1px solid rgba(0,0,0,0.05); border-radius: var(--radius-apple); padding: 28px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .cr3-feature-box:hover { border-color: var(--cr3-accent); box-shadow: var(--shadow-soft); transform: translateY(-2px); } .cr3-feature-box h3 { font-size: 19px; font-weight: 600; margin: 0 0 12px 0; letter-spacing: -0.02em; } .cr3-feature-box p { font-size: 14.5px; margin: 0 0 15px 0; color: var(--apple-muted); } .cr3-feature-box img { width: 100%; border-radius: 12px; margin-top: 10px; display: block; } /* Status Blocks */ .cr3-status-box { border-radius: var(--radius-apple); padding: 24px; margin-bottom: 35px; } .cr3-status-warning { background: #fff9f0; border: 1px solid rgba(175, 94, 10, 0.1); } .cr3-status-tipp { background: #f0f9f1; border: 1px solid rgba(43, 118, 62, 0.1); } .cr3-status-header { display: flex; gap: 12px; margin-bottom: 12px; align-items: center; } .cr3-status-header strong { font-size: 15px; } .cr3-status-warning strong { color: var(--cr3-warning); } .cr3-status-tipp strong { color: var(--cr3-accent); } /* Specs & Safety Table */ .cr3-info-block { background: var(--apple-bg); border-radius: var(--radius-apple); padding: 28px; margin-bottom: 35px; } .cr3-info-block h4 { font-size: 11px; text-transform: uppercase; color: var(--apple-muted); margin: 0 0 15px 0; letter-spacing: 0.08em; font-weight: 700; } .cr3-data-row { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 14px; } .cr3-data-row:last-of-type { border-bottom: none; } /* Accordion Style for Safety Info */ .cr3-details { border-bottom: 1px solid rgba(0,0,0,0.06); } .cr3-details summary { list-style: none; padding: 15px 0; cursor: pointer; font-size: 14px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; } .cr3-details summary::-webkit-details-marker { display: none; } .cr3-details summary::after { content: '+'; font-size: 12px; color: var(--apple-muted); } .cr3-details[open] summary::after { content: '-'; } .cr3-details-content { padding-bottom: 20px; font-size: 13.5px; color: var(--apple-muted); line-height: 1.6; } .cr3-trust-footer { margin-top: 20px; padding-top: 15px; border-top: 1px dashed rgba(0,0,0,0.1); text-align: center; } .cr3-trust-footer span { font-size: 12px; font-weight: 700; color: var(--cr3-accent); text-transform: uppercase; } /* Callout Section */ .cr3-callout-dark { background: var(--apple-text); color: #fff; border-radius: var(--radius-apple); padding: 45px 30px; text-align: center; } .cr3-callout-dark h2 { color: #fff !important; font-size: 28px; margin: 0 0 12px 0; letter-spacing: -0.03em; } .cr3-action-btn { display: inline-block; background: #fff !important; color: #000 !important; padding: 16px 36px; border-radius: 14px; text-decoration: none; font-weight: 700; font-size: 15px; box-shadow: 0 4px 15px rgba(255,255,255,0.1); transition: all 0.2s ease; } .cr3-action-btn:hover { transform: scale(1.04); box-shadow: 0 6px 20px rgba(255,255,255,0.2); } @media (max-width: 600px) { .cr3-main-title { font-size: 28px; } .cr3-feature-box { padding: 22px; } } Anti-Bakteriell Mietwohnung-Safe 100% Made in Germany BrushDock | Hygiene durch Design. Verabschiede dich von unhygienischen Bechern. Das BrushDock System lässt deine Zahnbürstenköpfe kontaktfrei an der Luft trocknen – für ein dauerhaft sauberes Gefühl. ⚠️ Der häufigste Hygiene-Fehler: Den Kopf auf der Bürste zu lassen erzeugt unsichtbare Biofilme. Das BrushDock trennt Kopf und Handstück für eine 100%ige Trocknung. Gezielte Luftzirkulation Integrierte Ablauföffnungen verhindern Staunässe effektiv. Borsten trocknen bis zu 3x schneller als in herkömmlichen Haltern. Keine Kreuzkontamination Jeder Bürstenkopf hat seinen festen Platz. Keine Berührung untereinander – keine Übertragung von Keimen innerhalb der Familie. 3M™ Montage ohne Bohren Hält bombenfest auf Fliesen und Spiegeln. Rückstandslos entfernbar – die ideale Lösung für moderne Mietwohnungen. 💡 Technische Präzision: In unserer deutschen Manufaktur entwickelt und für perfekt befunden. Jedes Stück wird einzeln von Hand geprüft und veredelt. Spezifikationen KompatibilitätOral-B (inkl. iO) & Philips Sonicare MaterialHochleistungs-Biopolymer (PLA+) FertigungPräzisions-3D-Druck (Deutschland) Produktsicherheit & GPSR ⚠️ Sicherheits- & Pflegehinweise Kein Spielzeug: Dieses Produkt ist ein Organisations-Element für den Haushalt. Aufgrund verschluckbarer Kleinteile (bei potentiellem Bruch) nicht für Kinder unter 3 Jahren geeignet. Erstickungsgefahr! Hitze-Empfindlichkeit: Gefertigt aus PLA+. Das Material wird ab ca. 55-60°C weich. • Nicht spülmaschinengeeignet! • Nicht in der Nähe von Heizkörpern oder offenen Flammen platzieren. Reinigung: Zur Pflege genügt lauwarmes Wasser und mildes Spülmittel. Keine aggressiven Chemikalien nutzen. Entsorgung: Biologisch basierter Kunststoff. Entsorgung über die Wertstofftonne (Gelber Sack). 🏭 Herstellerinformationen Cr3Dator GbR Waleri Gutwin & Christofa Gutwin Eschenweg 8, 89160 Dornstadt, Deutschland E-Mail: [email protected] Web: www.cr3dator.com ✓ Handgefertigt in Deutschland Vervollständige dein System Wird oft zusammen gekauft: Das komplette Cr3Dator Hygiene-Set System entdecken