Dailysmile Teeth Whitening Kit with LED - Formulated for Sensitive Teeth, Hands-Free, Waterproof LED Light and 4 Gel Pens, Instant Results - Teeth Whitening Kit With Led Light / 1 Count (Pack
Description
DailySmile Teeth Whitening Kit – GlamGlobal @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Source+Sans+3:wght@300;400;500;600&display=swap'); :root { --navy: #00304E; --pink: #EF1F98; --sky: #87CEEB; --white: #FFFFFF; --cream: #FAFAF7; --soft-grey: #F5F5F2; --text: #2D2D2D; --text-light: #5A5A5A; --gold: #C9A84C; --mint: #E8F5F0; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Source Sans 3', sans-serif; color: var(--text); line-height: 1.7; font-size: 15.5px; font-weight: 400; background: var(--white); } .product-container { max-width: 780px; margin: 0 auto; padding: 0 20px; } /* Hero Intro */ .hero-intro { text-align: center; padding: 40px 20px 35px; border-bottom: 1px solid #EDEDED; } .hero-intro .category-tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--pink); margin-bottom: 16px; } .hero-intro h1 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 14px; } .hero-intro .subtitle { font-size: 16.5px; font-weight: 300; color: var(--text-light); max-width: 560px; margin: 0 auto; line-height: 1.6; } /* Key Stats Bar */ .stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 30px 0; background: var(--navy); border-radius: 10px; overflow: hidden; } .stat-item { text-align: center; padding: 22px 10px; border-right: 1px solid rgba(255,255,255,0.1); } .stat-item:last-child { border-right: none; } .stat-number { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--white); display: block; } .stat-label { font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: var(--sky); margin-top: 4px; display: block; } /* Editorial Callout */ .editorial-callout { background: linear-gradient(135deg, var(--cream) 0%, var(--mint) 100%); border-radius: 10px; padding: 28px 30px; margin: 28px 0; border-left: 4px solid var(--pink); } .editorial-callout p { font-family: 'Playfair Display', serif; font-size: 17px; font-style: italic; color: var(--navy); line-height: 1.6; } .editorial-callout .source { font-family: 'Source Sans 3', sans-serif; font-style: normal; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--pink); margin-top: 10px; display: block; } /* Section Styling */ .section { padding: 32px 0; border-bottom: 1px solid #EDEDED; } .section:last-child { border-bottom: none; } .section-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: var(--navy); margin-bottom: 16px; } .section p { color: var(--text); margin-bottom: 14px; font-weight: 400; } .section p:last-child { margin-bottom: 0; } /* What's In The Box */ .box-contents { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 20px 0; } .box-item { background: var(--soft-grey); border-radius: 8px; padding: 16px 18px; display: flex; align-items: center; gap: 12px; } .box-icon { width: 36px; height: 36px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; color: var(--white); } .box-text { font-size: 14px; font-weight: 500; color: var(--text); line-height: 1.4; } .box-text span { display: block; font-size: 12px; font-weight: 400; color: var(--text-light); margin-top: 2px; } /* Feature Grid */ .feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 20px 0; } .feature-card { background: var(--cream); border-radius: 10px; padding: 22px; } .feature-card h4 { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 8px; } .feature-card p { font-size: 13.5px; color: var(--text-light); line-height: 1.6; margin-bottom: 0; } /* How It Works */ .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 20px 0; } .step { text-align: center; padding: 20px 15px; } .step-number { width: 42px; height: 42px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--white); } .step h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 6px; } .step p { font-size: 13px; color: var(--text-light); line-height: 1.5; margin-bottom: 0; } /* Trust Badges */ .trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; } .trust-badge { text-align: center; padding: 18px 12px; background: var(--soft-grey); border-radius: 8px; } .trust-badge .badge-icon { font-size: 22px; margin-bottom: 8px; display: block; } .trust-badge .badge-text { font-size: 12px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; color: var(--navy); display: block; } /* Satisfaction Guarantee */ .guarantee-bar { background: var(--navy); border-radius: 10px; padding: 22px 28px; display: flex; align-items: center; gap: 16px; margin: 28px 0; } .guarantee-icon { font-size: 28px; flex-shrink: 0; } .guarantee-text { color: var(--white); font-size: 14.5px; line-height: 1.5; } .guarantee-text strong { color: var(--sky); font-weight: 600; } /* Specs Table */ .specs-table { width: 100%; border-collapse: collapse; margin: 16px 0; } .specs-table tr { border-bottom: 1px solid #EDEDED; } .specs-table tr:last-child { border-bottom: none; } .specs-table td { padding: 11px 0; font-size: 14px; vertical-align: top; } .specs-table td:first-child { font-weight: 600; color: var(--navy); width: 40%; } .specs-table td:last-child { color: var(--text-light); } /* Responsive */ @media (max-width: 600px) { .stats-bar { grid-template-columns: repeat(2, 1fr); } .stat-item:nth-child(2) { border-right: none; } .stat-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.1); } .box-contents { grid-template-columns: 1fr; } .feature-grid { grid-template-columns: 1fr; } .steps { grid-template-columns: 1fr; } .trust-strip { grid-template-columns: 1fr; } .hero-intro h1 { font-size: 24px; } .guarantee-bar { flex-direction: column; text-align: center; } } At-Home Teeth Whitening DailySmile Teeth Whitening Kit with LED Dentist-grade whitening without the sensitivity. Up to 12 shades brighter in 24 sessions — with a hands-free LED system designed for sensitive teeth. 12 Shades Whiter 10 Minute Sessions 28 LED Lights 24 Treatments "A complete at-home whitening system that delivers visible results from the first session — without the sharp sensitivity that makes most kits unbearable for sensitive teeth." Why Customers Love It What's in the Box ✎ 3 × Whitening PensShineBright Advanced Formula ✎ 1 × Sensitive Teeth PenGentleWhite Technology ◉ 1 × LED Light28 LEDs, rechargeable, waterproof ▤ Shade Guide + USB CableTrack your progress Why DailySmile Delivers Results Most at-home whitening kits force a trade-off: effective whitening or comfortable whitening. DailySmile eliminates that compromise. The ShineBright Advanced Formula targets deep-set stains from coffee, wine, tea, and smoking while the dedicated GentleWhite pen provides an extra-gentle option for those with heightened sensitivity. The 28-LED MaxBright accelerator light activates the whitening gel at the molecular level, driving results that match professional treatments at a fraction of the cost. Visible brightening — up to 3 shades — from a single 10-minute session, with results lasting up to 90 days. Key Features Sensitive Teeth Formula The dedicated sensitive-teeth pen uses a lower-concentration gel with soothing agents. No pain, no irritation — just effective whitening for every sensitivity level. 28-LED Accelerator Rechargeable, waterproof, and completely hands-free. The LED mouthpiece activates the gel for faster, deeper stain removal in just 10 minutes per session. Professional-Grade Gel Each compact pen delivers up to 6 treatments. No messy trays, no strips — just precise application that targets stains where they form. Travel-Ready Design The entire kit fits in a makeup bag. Waterproof LED light, compact pens, USB charging — whitening on your schedule, wherever you are. How to Use 1 Apply Twist the whitening pen and brush the gel evenly across upper and lower teeth. No trays required. 2 Activate Insert the LED mouthpiece and press to activate. The hands-free design lets you multitask while it works. 3 Rinse After 10 minutes, remove and rinse. Visible brightening from the first session. 🏭 FDA Registered Facility 🌿 Vegan & Cruelty-Free 🛡️ BPA-Free & Non-Toxic ✓ 100% Satisfaction Guaranteed. If you're not happy with your results, DailySmile will refund or replace your kit — no questions asked. Specifications Treatments Included 24 treatments (4 pens × 6 uses each) LED Lights 28 high-intensity LEDs Session Time 10 minutes per treatment Whitening Range Up to 3 shades per ses
