ZéroFlex Pro™
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,700&display=swap'); .zd { --green: #1e3d2f; --green2: #2d 5a3d; --orange: #e8622a; --border: #e0dbd4; --bg: #f9f7f4; --ink: #1a1a1a; --mid: #555; --light: #999; font-family: 'Inter', system-ui, sans-serif; max-width: 560px; margin: 0 auto; padding: 0 0 40px; color: var(--ink); font-size: 15px; line-height: 1.6; background: #fff; } /* ── BADGES TOP ── */ .zd .badges { display: flex; justify-content: space-around; padding: 18px 12px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 32px; background: var(--bg); } .zd .badge-item { text-align: center; flex: 1; } .zd .badge-icon { font-size: 24px; display: block; margin-bottom: 5px; } .zd .badge-label { font-size: 11px; font-weight: 700; color: var(--green); line-height: 1.3; text-transform: uppercase; letter-spacing: .04em; } /* ── SECTION BLOC ── */ .zd .bloc { margin-bottom: 36px; padding: 0 16px; } .zd .bloc img { width: 100%; border-radius: 6px; display: block; margin-bottom: 18px; } .zd .bloc img.dark { border-radius: 6px; } .zd .bloc-tag { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--orange); margin-bottom: 6px; display: block; } .zd .bloc h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(18px, 5vw, 23px); font-weight: 700; line-height: 1.25; color: var(--ink); margin-bottom: 10px; } .zd .bloc p { font-size: 14px; color: var(--mid); line-height: 1.7; margin-bottom: 10px; } .zd .bloc strong { color: var(--ink); } /* ── CHECK LIST ── */ .zd .checklist { list-style: none; padding: 0; margin: 12px 0 0; } .zd .checklist li { font-size: 14px; color: var(--mid); padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; gap: 9px; align-items: flex-start; } .zd .checklist li:last-child { border-bottom: none; } .zd .checklist li::before { content: '✓'; color: var(--green); font-weight: 700; font-size: 13px; flex-shrink: 0; margin-top: 1px; } /* ── DARK SECTION ── */ .zd .dark-bloc { background: #0f1f17; padding: 24px 16px; margin-bottom: 36px; } .zd .dark-bloc img { width: 100%; border-radius: 6px; display: block; margin-bottom: 18px; } .zd .dark-bloc .bloc-tag { color: #7ec8a0; } .zd .dark-bloc h2 { color: #fff; } .zd .dark-bloc p { color: #aaa; } .zd .dark-bloc .checklist li { color: #bbb; border-bottom-color: #1e3d2f; } .zd .dark-bloc .checklist li::before { color: #7ec8a0; } /* ── FEATURE STRIP ── */ .zd .feature-strip { background: var(--bg); border-radius: 6px; padding: 18px 16px; margin: 0 16px 36px; border: 1px solid var(--border); } .zd .feature-strip h3 { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; margin-bottom: 14px; color: var(--ink); } .zd .feature-row { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); } .zd .feature-row:last-child { border-bottom: none; padding-bottom: 0; } .zd .feature-icon { width: 36px; height: 36px; background: #e6f0ea; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; } .zd .feature-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 2px; } .zd .feature-text span { font-size: 12px; color: var(--mid); } /* ── HOW TO USE ── */ .zd .how { padding: 0 16px; margin-bottom: 36px; } .zd .how h2 { font-family: 'Playfair Display', serif; font-size: clamp(18px, 5vw, 22px); font-weight: 700; margin-bottom: 16px; text-align: center; } .zd .step { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--border); align-items: flex-start; } .zd .step:last-child { border-bottom: none; } .zd .step-n { background: var(--green); color: #fff; font-weight: 700; font-size: 14px; min-width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .zd .step-c strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; } .zd .step-c span { font-size: 13px; color: var(--mid); } /* ── SPECS ── */ .zd .specs { margin: 0 16px 36px; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; } .zd .specs-title { background: var(--green); color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 10px 14px; } .zd .spec-row { display: flex; border-bottom: 1px solid var(--border); font-size: 13px; } .zd .spec-row:last-child { border-bottom: none; } .zd .spec-key { width: 45%; padding: 10px 14px; color: var(--mid); font-weight: 500; background: var(--bg); border-right: 1px solid var(--border); } .zd .spec-val { padding: 10px 14px; color: var(--ink); font-weight: 600; flex: 1; } /* ── GUARANTEE ── */ .zd .guarantee { margin: 0 16px 32px; background: #f0f7f2; border: 1px solid #c3e0cc; border-radius: 6px; padding: 16px; display: flex; gap: 14px; align-items: flex-start; } .zd .guarantee .g-icon { font-size: 28px; flex-shrink: 0; } .zd .guarantee h4 { font-size: 14px; font-weight: 700; color: var(--green); margin-bottom: 4px; } .zd .guarantee p { font-size: 13px; color: var(--mid); margin: 0; line-height: 1.55; } /* ── CTA ── */ @keyframes zd-pulse { 0% { box-shadow: 0 0 0 0 rgba(30,61,47,.5); } 65% { box-shadow: 0 0 0 12px rgba(30,61,47,0); } 100% { box-shadow: 0 0 0 0 rgba(30,61,47,0); } } .zd .cta-wrap { padding: 0 16px; margin-bottom: 16px; } .zd .cta { display: block; width: 100%; background: var(--green); color: #fff !important; font-weight: 700; font-size: 15px; letter-spacing: .05em; text-transform: uppercase; padding: 16px; border-radius: 5px; text-align: center; text-decoration: none; animation: zd-pulse 2.2s infinite; } .zd .cta:hover { background: var(--green2); } ⚔️ Lame2,5 mm 🔧 3-en-1Multifonction 🌿 Bois dehêtre naturel 🛡️ Zérocoupure Ce que vous pouvez créer Des lanières julienne parfaites en quelques secondes. Carottes, courgettes, pommes de terre, butternut, concombre — la lame julienne tranche net et précis à chaque passage, sans écraser, sans baver. Résultat : des salades dignes d'un chef, des garnishes pro, des veloutés avec de la texture. En 10 secondes au lieu de 5 minutes au couteau. Lanières uniformes à chaque passage Compatible légumes durs (butternut, patate douce) et tendres Zéro écrasement, zéro déchirement Ingénierie de précision La lame qui ne micro-fléchit pas. Jamais. Les éplucheurs classiques ont des lames fines qui plient sous la pression — c'est là que les accidents arrivent. La lame du ZéroFlex Pro fait 2,5 mm d'épaisseur : 3× plus épaisse que la concurrence. Résultat : un contrôle total, même sur la peau la plus dure. La lame suit votre geste, pas l'inverse. Acier inoxydable haute teneur en carbone 3CR13 Rigidité parfaite sous pression extrême Tranchant maintenu après des centaines d'utilisations Résistant à la rouille et aux acides des fruits Économies réelles 47 % de chair comestible sauvée à chaque légume. La lame courbe épouse les contours naturels du légume. Elle retire uniquement l'écorce non comestible — pas la chair en dessous. Avec un couteau de chef, vous perdez en moyenne 47 % de la pulpe comestible. Sur une butternut à 2 € : ça représente presque 1 € jeté à la poubelle à chaque fois. Un seul outil. Trois fonctions. 🥕 Éplucheur haute résistance Butternut, potimarron, patate douce, ananas — aucun légume ne résiste. 🔪 Râpe julienne précision Lanières fines et uniformes pour salades, veloutés et garnishes. 🍺 Ouvre-bouteille intégré Le petit bonus que tout le monde adore. Aucun autre gadget nécessaire. Le bonus inattendu Il ouvre les bouteilles aussi. Évidemment. L'encoche en haut de la lame n'est pas décorative. C'est un ouvre-bouteille parfaitement fonctionnel — discret, solide, toujours là quand vous en avez besoin. Un tiroir de moins à fouiller. Un ustensile de plus à jeter. Comment utiliser 01 🧽 Lavez et préparez Rincez l'outil et vos légumes sous l'eau fraîche. 02 ✋ Prenez fermement en main Le manche en bois de hêtre offre une prise naturelle et antidérapante, même les mains mouillées. 03 🥕 Glissez et épluchez Pressez légèrement et laissez la lame faire le travail — aucune force excessive nécessaire. 04 🔪 Mode julienne Retournez vers la lame julienne pour créer des lanières fines en quelques passages. Fiche technique Matériau lame Acier inoxydable 3CR13 Épaisseur lame 2,5 mm Manche Bois de hêtre naturel Fonctions Éplucheur · Julienne · Ouvre-bouteille Entretien Lavage à la main recommandé Compatible Droitiers et gauchers ↩️ Garantie satisfait ou remboursé — 30 jours Si vous n'êtes pas 100 % satisfait, on vous rembourse intégralement. Aucune question posée. Aucun formulaire compliqué. COMMANDER MON ZÉROFLEX →