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: #3f4d29; --green2: #2f 3a1e; --orange: #b5493a; --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; } .zd, .zd * { box-sizing: border-box; } .zd .badges { display: flex; justify-content: space-around; padding: 18px 8px; 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; padding: 0 2px; } .zd .badge-icon { font-size: 22px; display: block; margin-bottom: 5px; } .zd .badge-label { font-size: 10px; font-weight: 700; color: var(--green); line-height: 1.3; text-transform: uppercase; letter-spacing: .01em; word-break: break-word; } @media (max-width: 480px) { .zd .badge-label { font-size: 9px; } .zd .badge-icon { font-size: 19px; } } .zd .bloc { margin-bottom: 36px; padding: 0 16px; } .zd .bloc img { width: 100%; border-radius: 6px; display: block; margin-bottom: 18px; } .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); } .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; } .zd .dark-bloc { background: #14211b; 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: #9fc48a; } .zd .dark-bloc h2 { color: #fff; } .zd .dark-bloc p { color: #aaa; } .zd .dark-bloc .checklist li { color: #bbb; border-bottom-color: #2f3a1e; } .zd .dark-bloc .checklist li::before { color: #9fc48a; } .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: #eaf0e2; 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); } .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); } .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; } .zd .guarantee { margin: 0 16px 32px; background: #f0f4ec; border: 1px solid #c9d6b8; 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; } @keyframes zd-pulse { 0% { box-shadow: 0 0 0 0 rgba(63,77,41,.5); } 65% { box-shadow: 0 0 0 12px rgba(63,77,41,0); } 100% { box-shadow: 0 0 0 0 rgba(63,77,41,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); } 🔪2.5mmblade 🔧3-in-1tool 🌳Beechwood 🛡️Steadygrip What it's actually useful for Even julienne strips, without the faff. Carrots, courgette, potato, butternut squash, cucumber — the julienne edge cuts clean and even on every pass, no crushing, no ragged edges. Coleslaw, stir-fry veg, soup garnish — done in seconds rather than the five minutes it takes with a knife. Even strips on every pass Handles tough veg (squash, sweet potato) and soft veg alike No crushing, no tearing Why it doesn't skid A blade that doesn't flex. Ever. Most peelers use a thin blade that flexes under pressure — that's usually when it slips. The ZeroFlex Pro blade is 2.5mm thick, noticeably thicker than a standard peeler blade. The result: proper control, even on tough skin. The blade follows your hand, not the other way round. High-carbon stainless steel, 3CR13 Holds its shape under real pressure Stays sharp after hundreds of uses Rust-resistant, holds up to acidic fruit Where the savings actually are Less good veg ending up in the peelings. The curved blade follows the natural shape of the vegetable, so it takes off the skin, not the flesh underneath. A blunt knife or misaligned blade tends to carve away a lot more than it needs to. Over a week of cooking, that's a fair bit of butternut squash or potato you paid for and never actually ate. One tool. Three jobs. 🥕 Heavy-duty peelerButternut squash, sweet potato, pineapple — nothing puts up much of a fight. 🔪 Julienne slicerFine, even strips for salads, soups and stir-fries. 🍺 Built-in bottle openerThe bit everyone secretly likes. One less gadget in the drawer. The bit you didn't ask for It opens bottles too. Obviously. The notch at the top of the blade isn't decoration — it's a proper bottle opener, sturdy and always within reach when you need it. One less drawer to dig through. One less gadget you need to own. How to use it 1 Rinse it offGive the tool and your veg a quick rinse under cold water. 2 Get a gripThe beech handle stays steady in the hand, even when it's wet. 3 Let it glideLight, even pressure — let the blade do the work, not your arm. 4 Switch to julienneTurn to the serrated edge for fine strips in a couple of passes. The specifics Blade material3CR13 stainless steel Blade thickness2.5mm HandleNatural beech wood FunctionsPeeler · julienne · bottle opener CareHand wash recommended Suitable forLeft and right-handed use ↩️ 30-day money-back guarantee Not happy with it? Send it back within 30 days for a full refund. No hoops to jump through. GET YOUR ZEROFLEX PRO →
More you might like
Related
Dunstrohrmanschette Proclima ROFLEX exto
Related
Luftdichtungsmanschette für Rohre Proclima ROFLEX SOLIDO
Related
Luftdichtungsmanschette für Rohre Proclima ROFLEX 20-300
Related