⚡ Precision Titanium Foil Shaver
.pdt-page { /* 色调取自产品图片:深蓝灰 + 柔和米白 + 点缀暖铜,无渐变,无鲜艳色 */ --pdt-primary: #1e3a4a; --pdt-secondary: #5d7f8f; --pdt-accent: #b88a6b; --pdt-soft-bg: #f6f3ef; --pdt-light-bg: #e5e0da; --pd t-text: #2c3e4a; --pdt-muted: #6a7a82; --pdt-border: #d4cec5; --pdt-white: #ffffff; --pdt-shadow: 0 8px 18px rgba(0, 0, 0, 0.06); width: 100%; max-width: 760px; margin: 0 auto; color: var(--pdt-text); font-family: inherit; line-height: 1.6; box-sizing: border-box; } .pdt-page *, .pdt-page *::before, .pdt-page *::after { box-sizing: border-box; } .pdt-page img, .pdt-page video { display: block; width: 100%; height: auto; margin: 0; } .pdt-section { margin-bottom: 55px; } .pdt-card { overflow: hidden; background: var(--pdt-white); border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-heading { margin-bottom: 28px; text-align: center; } .pdt-eyebrow { display: inline-block; padding: 8px 18px; color: var(--pdt-primary); background: var(--pdt-light-bg); border-radius: 50px; font-size: 13px; font-weight: 700; line-height: 1.3; } .pdt-title { margin: 16px 0 8px; color: var(--pdt-primary); font-size: 24px; font-weight: 700; line-height: 1.4; } .pdt-subtitle { max-width: 620px; margin: 0 auto; color: var(--pdt-text); font-size: 15px; line-height: 1.7; } .pdt-hero { padding: 26px; text-align: center; background: var(--pdt-soft-bg); border: 1px solid var(--pdt-border); border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-trust { display: inline-block; margin-bottom: 18px; padding: 8px 18px; color: var(--pdt-primary); background: var(--pdt-white); border-radius: 50px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); font-size: 13px; font-weight: 700; } .pdt-hero-title { margin: 0; color: var(--pdt-primary); font-size: 24px; font-weight: 700; line-height: 1.4; } .pdt-hero-copy { max-width: 600px; margin: 14px auto 22px; color: #4d5e70; font-size: 15px; line-height: 1.7; } .pdt-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .pdt-chip { padding: 8px 14px; border-radius: 10px; font-size: 13px; font-weight: 600; line-height: 1.35; } .pdt-chip:nth-child(4n+1) { background: #e5e0da; } .pdt-chip:nth-child(4n+2) { background: #f0eae4; } .pdt-chip:nth-child(4n+3) { background: #e3e7e8; } .pdt-chip:nth-child(4n+4) { background: #ece6e0; } .pdt-media-space { margin: 22px 0 55px; } .pdt-photo-blank { min-height: 24px; margin: 0; padding: 0; line-height: 24px; } .pdt-photo-slot { min-height: 24px; } .pdt-table-wrap { overflow-x: auto; border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-table { width: 100%; min-width: 540px; border-collapse: collapse; background: var(--pdt-white); font-size: 15px; } .pdt-table th, .pdt-table td { padding: 16px; text-align: center; vertical-align: middle; } .pdt-table thead tr { background: var(--pdt-light-bg); } .pdt-table th:first-child { width: 50%; color: #7b6b5e; } .pdt-table th:last-child { color: var(--pdt-primary); } .pdt-table tbody td { border-top: 1px solid #ececec; } .pdt-table tbody td:last-child { color: var(--pdt-primary); background: #f4f1ec; font-weight: 600; } .pdt-highlight { margin-bottom: 28px; } .pdt-highlight-content { padding: 22px; } .pdt-highlight-label { display: inline-block; margin-bottom: 12px; padding: 6px 14px; color: #ffffff; background: var(--pdt-primary); border-radius: 30px; font-size: 12px; font-weight: 700; line-height: 1.3; } .pdt-highlight:nth-of-type(2) .pdt-highlight-label { background: var(--pdt-accent); } .pdt-highlight:nth-of-type(3) .pdt-highlight-label { background: var(--pdt-secondary); } .pdt-highlight:nth-of-type(4) .pdt-highlight-label { background: #6d7a72; } .pdt-highlight-title { margin: 0 0 10px; color: var(--pdt-primary); font-size: 20px; font-weight: 700; line-height: 1.4; } .pdt-highlight-copy { margin: 0; color: var(--pdt-text); font-size: 15px; line-height: 1.7; } .pdt-highlight .pdt-chips { justify-content: flex-start; margin-top: 18px; } .pdt-spec-table { width: 100%; border-collapse: collapse; background: var(--pdt-white); font-size: 15px; } .pdt-spec-table td { padding: 16px 20px; border-top: 1px solid #f2f2f2; } .pdt-spec-table tr:first-child td { border-top: 0; } .pdt-spec-table tr:nth-child(odd) { background: #faf8f5; } .pdt-spec-table tr:first-child { background: var(--pdt-light-bg); } .pdt-spec-table td:first-child { width: 38%; color: var(--pdt-primary); font-weight: 700; } .pdt-review-name { margin: 0 0 8px; color: #1f2e3f; font-size: 15px; } .pdt-review { margin-bottom: 20px; padding: 18px; background: var(--pdt-soft-bg); border-left: 5px solid var(--pdt-secondary); border-radius: 12px; font-size: 15px; line-height: 1.7; } .pdt-review:last-child { margin-bottom: 0; } /* ========================= FAQ 模块 ========================= */ .pdt-faq { margin-top: 35px; } .pdt-faq details { background: var(--pdt-white); border-radius: 12px; margin-bottom: 14px; padding: 18px; box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05); transition: all .3s ease; border: 1px solid var(--pdt-border); } .pdt-faq summary { cursor: pointer; font-weight: bold; color: var(--pdt-primary); font-size: 18px; display: flex; align-items: center; gap: 10px; list-style: none; } .pdt-faq summary::-webkit-details-marker { display: none; } .pdt-faq summary::marker { display: none; content: ""; } .pdt-faq summary::before { content: "▶"; font-size: 14px; color: var(--pdt-primary); display: inline-block; flex-shrink: 0; transform-origin: center; animation: faqArrowMove 1.2s ease-in-out infinite; } @keyframes faqArrowMove { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } } .pdt-faq details[open] > summary::before { animation: none; transform: rotate(90deg); } .pdt-faq p { margin: 15px 0 0; color: var(--pdt-text); line-height: 1.6; } .pdt-cta { padding: 34px 28px; text-align: center; background: var(--pdt-light-bg); border: 1px solid var(--pdt-border); border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-cta-label { display: inline-block; margin-bottom: 18px; padding: 8px 18px; color: var(--pdt-primary); background: var(--pdt-white); border-radius: 50px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); font-size: 13px; font-weight: 700; } .pdt-cta-copy { max-width: 560px; margin: 18px auto 24px; color: var(--pdt-text); font-size: 15px; line-height: 1.8; } .pdt-button { display: inline-block; padding: 16px 38px; color: #ffffff !important; background: var(--pdt-primary); border-radius: 50px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12); font-size: 17px; font-weight: 700; line-height: 1.2; text-decoration: none !important; } .pdt-guarantee { margin: 18px 0 0; color: var(--pdt-muted); font-size: 13px; line-height: 1.5; } @media (max-width: 600px) { .pdt-page { padding: 0 2px; } .pdt-section { margin-bottom: 42px; } .pdt-hero, .pdt-cta { padding: 24px 18px; border-radius: 16px; } .pdt-title, .pdt-hero-title { font-size: 22px; } .pdt-highlight-title { font-size: 19px; } .pdt-card, .pdt-table-wrap { border-radius: 16px; } .pdt-highlight-content { padding: 20px 18px; } .pdt-spec-table td { padding: 14px 12px; } .pdt-button { width: 100%; padding: 15px 22px; } .pdt-faq summary { font-size: 17px; } } ★★★★★ 4.9 Stars · Travel Companion Mini Foil Shaver · Wet & Dry Smart Floating Foil · Titanium Mesh · IPX7 Waterproof · 90 Min Runtime ⚡ 10,000 vibrations/min 🧲 Magnetic Cap 🔒 Travel Lock 💧 Wet & Dry Shave Why Choose This Shaver Say Goodbye to Tugging, Hello to Precision Titanium foil + floating head, designed for facial contours ❌ Ordinary Shaver ✅ Premium Mini Shaver Mesh rusts, pulls hair Titanium mesh + anti-irritation coating, smooth shave Fixed head, hard on jaw/neck Floating head adapts to facial contours Dry use only, hard to clean IPX7 washable, foam shaving without worry Short battery, slow charging USB-C fast charge, 90 min runtime No protective cap, blade damage Magnetic cap, secure & dustproof ⭐ Core Highlights Engineered for a Comfortable Shave Titanium blades · Sonic vibration · Full waterproof · Compact travel design ⚡ Smart Contour Upgraded Floating Head · Adapts to Face Precision titanium blades with smart sensing and floating head design adapt perfectly to facial contours. Ergonomic blade layout combines foil and trimmer for professional barber-level performance. 🧔 Follows jawline 🪒 Reduces irritation ✨ No blind spots 💧 IPX7 Waterproof Wet & Dry Shave · Rinse Clean IPX7 certified waterproof, effortlessly handles wet/dry operation with shaving foam. Washable design enables deep clean maintenance – simply rinse under faucet to restore like-new condition. 🛁 Foam shave 🚿 Full body wash 🧼 Hygienic care 🔋 Fast Charge LED Display · USB-C Fast Charging Upgraded LED battery display for real-time power monitoring. USB-C portable charging, 90-minute charge delivers 100-minute runtime. Smart voltage adaptation for rapid charging in vehicles or airports. ⚡ 100 min runtime 🔋 LED monitor 🚗 Car/airport ready 🧲 Travel Ready Magnetic Cap + Travel Lock · Worry-Free Magnetic dustproof cap protects premium blades. Compact body integrates travel lock technology, while portable cordless operation ensures flawless grooming during business trips. ✈️ Travel lock 🧳 Compact body 🔋 USB‑C fast charge ✂️ All-in-One Trim & Shave · 2-in-1 Blade System ① Long-hair leveler for precise trimming ② Foil shaver blades for a smooth, clean finish. Dual-function design covers all grooming needs from stubble to full beard maintenance. 📏 Long-hair leveler 🪒 Foil shaver blades 🧔 All-in-one grooming 📋 Specifications All Details at a Glance Mini size, pro performance Blade system Titanium foil + floating head + trimmer head Waterproof rating IPX7 full body waterproof Battery life 90 min charge → 100 min runtime Charging port USB‑C fast charge, smart voltage adaptation Extra features Travel lock · Magnetic cap · LED battery display ❓ FAQ Frequently Asked Questions Quick answers to the most common questions Is the shaver suitable for sensitive skin? Yes, the titanium mesh and smart sensing technology reduce friction and irritation, making it ideal for sensitive skin. How long does the battery last? It provides up to 100 minutes of cordless use on a full charge (90 min charging), which typically lasts about 2 weeks of daily shaving. Can I use it in the shower? Absolutely. The IPX7 waterproof rating allows safe use in the shower and easy rinsing under running water. What type of charging cable does it use? It uses a USB‑C cable for fast charging, compatible with most modern phone chargers, power banks, and car/airport adapters.
More you might like
Related
⚡ Precision Titanium Foil Shaver
Related
⚡ Precision Titanium Foil Shaver
Related
Titanium Electric Foil & Precision Shaver for Head & Body Sh
Related