FLEXMOTION™ - KÖNNYŰ ÉS LÉGÁTERESZTŐ FÉRFI CIPŐK MINDENNAPI HASZNÁLATRA
.bf-modern, .bf-modern * { box-sizing: border-box; } .bf-modern { --bf-dark: #1b1d1c; --bf-text: #4d5250; --bf-green: #a85d1c; --bf-green-dark: #8a4a13; --bf-sage: #f0ebe2; --bf-cr eam: #faf7f2; --bf-yellow: #c9821f; --bf-pink: #efeae1; --bf-white: #ffffff; --bf-border: #e2dbd0; max-width: 1120px; margin: 0 auto; color: var(--bf-text); font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.6; } .bf-modern img, .bf-modern video { display: block; width: 100%; max-width: 100%; } .bf-modern h2, .bf-modern h3, .bf-modern p { margin-top: 0; } .bf-modern h2 { margin-bottom: 18px; color: var(--bf-dark); font-size: 42px; line-height: 1.12; font-weight: 750; letter-spacing: -1.1px; } .bf-modern h3 { margin-bottom: 10px; color: var(--bf-dark); font-size: 23px; line-height: 1.25; font-weight: 750; } .bf-modern p { margin-bottom: 18px; } .bf-container { width: 100%; padding: 0 20px; } /* NYITÓ VIDEÓ */ .bf-video-section { padding: 12px 0 38px; text-align: center; } .bf-video-heading { max-width: 760px; margin: 0 auto 22px; } .bf-video-heading h2 { margin-bottom: 10px; font-size: 32px; } .bf-video-heading p { margin-bottom: 0; font-size: 18px; } .bf-video-wrap { position: relative; width: 100%; max-width: 560px; margin: 0 auto; overflow: hidden; border-radius: 22px; background: #eeeeee; box-shadow: 0 15px 42px rgba(31, 27, 22, 0.14); } .bf-video-wrap video { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; } .bf-video-badge { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 8px 13px; color: var(--bf-dark); font-size: 13px; font-weight: 800; line-height: 1; border-radius: 30px; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(5px); } /* BEVEZETŐ */ .bf-hero { overflow: hidden; margin-bottom: 34px; padding: 62px 48px; text-align: center; border-radius: 28px; background: radial-gradient(circle at top right, rgba(201, 130, 31, 0.24), transparent 32%), linear-gradient(135deg, #ece6dc 0%, #faf7f2 100%); } .bf-kicker { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 18px; padding: 9px 15px; color: var(--bf-green-dark); font-size: 14px; font-weight: 800; line-height: 1; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 30px; background: #ffffff; box-shadow: 0 5px 16px rgba(31, 27, 22, 0.08); } .bf-hero h2 { max-width: 850px; margin-right: auto; margin-left: auto; font-size: 48px; } .bf-hero-lead { max-width: 780px; margin: 0 auto 30px; color: #4d5250; font-size: 21px; line-height: 1.55; } .bf-main-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: 930px; margin: 0 auto; } .bf-main-benefit { padding: 20px 14px; color: var(--bf-dark); font-size: 16px; font-weight: 750; line-height: 1.35; border: 1px solid rgba(168, 93, 28, 0.14); border-radius: 15px; background: rgba(255, 255, 255, 0.88); } .bf-main-benefit-icon { display: block; margin-bottom: 8px; font-size: 28px; } /* ELŐNYSÁV */ .bf-benefit-bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; margin: 0 0 45px; border: 1px solid var(--bf-border); border-radius: 17px; background: #ffffff; box-shadow: 0 7px 28px rgba(48, 41, 33, 0.07); } .bf-benefit-bar-item { padding: 19px 13px; color: var(--bf-dark); font-size: 15px; font-weight: 750; line-height: 1.35; text-align: center; border-right: 1px solid var(--bf-border); } .bf-benefit-bar-item:last-child { border-right: 0; } .bf-benefit-bar-item span { display: block; margin-bottom: 4px; font-size: 23px; } /* KÉPEK PÁROSÁVAL */ .bf-image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 30px 0 55px; } .bf-image-card { position: relative; overflow: hidden; margin: 0; border-radius: 22px; background: #f1efec; } .bf-image-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 0.35s ease; } .bf-image-card:hover img { transform: scale(1.025); } .bf-image-label { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 13px 15px; color: var(--bf-dark); font-size: 15px; font-weight: 750; line-height: 1.3; border-radius: 12px; background: rgba(255, 255, 255, 0.91); backdrop-filter: blur(7px); } /* VÁLTAKOZÓ BLOKKOK */ .bf-split { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; margin: 65px 0; } .bf-split-reverse .bf-split-image { order: 2; } .bf-split-reverse .bf-split-content { order: 1; } .bf-split-image { overflow: hidden; border-radius: 25px; background: #f1efec; } .bf-split-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; } .bf-split-content { padding: 10px 0; } .bf-mini-label { display: inline-block; margin-bottom: 14px; color: var(--bf-green); font-size: 14px; font-weight: 850; letter-spacing: 0.7px; text-transform: uppercase; } .bf-split-content h2 { font-size: 39px; } .bf-split-content p { font-size: 18px; } .bf-checks { margin: 23px 0 0; padding: 0; list-style: none; } .bf-checks li { position: relative; margin-bottom: 13px; padding-left: 38px; color: var(--bf-dark); font-size: 17px; font-weight: 700; line-height: 1.45; } .bf-checks li::before { content: "✓"; position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 25px; height: 25px; color: #ffffff; font-size: 14px; font-weight: 900; border-radius: 50%; background: var(--bf-green); } /* NÉGY ELŐNY */ .bf-feature-section { margin: 65px 0; padding: 58px 40px; border-radius: 27px; background: var(--bf-sage); } .bf-section-heading { max-width: 760px; margin: 0 auto 35px; text-align: center; } .bf-section-heading p { margin-bottom: 0; font-size: 19px; } .bf-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; } .bf-feature { display: grid; grid-template-columns: 58px 1fr; gap: 17px; padding: 25px; border-radius: 17px; background: #ffffff; box-shadow: 0 5px 18px rgba(31, 27, 22, 0.06); } .bf-feature-icon { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; color: var(--bf-dark); font-size: 29px; border-radius: 16px; background: var(--bf-cream); } .bf-feature h3 { margin-bottom: 7px; font-size: 21px; } .bf-feature p { margin-bottom: 0; font-size: 16px; line-height: 1.55; } /* EGYSZERŰ FELVÉTEL */ .bf-steps-section { margin: 65px 0; padding: 58px 40px; border-radius: 27px; background: var(--bf-cream); } .bf-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; margin-top: 34px; } .bf-step { padding: 28px 23px; text-align: center; border-radius: 18px; background: #ffffff; } .bf-step-number { display: flex; align-items: center; justify-content: center; width: 47px; height: 47px; margin: 0 auto 17px; color: #ffffff; font-size: 20px; font-weight: 850; border-radius: 50%; background: var(--bf-green); } .bf-step p { margin-bottom: 0; font-size: 16px; } /* HASZNÁLAT */ .bf-use-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 30px 0 60px; } .bf-use-item { padding: 25px 14px; color: var(--bf-dark); font-size: 16px; font-weight: 750; line-height: 1.4; text-align: center; border: 1px solid var(--bf-border); border-radius: 16px; background: #ffffff; } .bf-use-item span { display: block; margin-bottom: 9px; font-size: 31px; } /* ÖSSZEHASONLÍTÁS */ .bf-comparison-section { margin: 65px 0; } .bf-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 32px; } .bf-comparison-box { padding: 31px 28px; border-radius: 20px; } .bf-comparison-old { background: #f0eeeb; } .bf-comparison-new { border: 2px solid var(--bf-green); background: #f8f1e7; } .bf-comparison-title { margin-bottom: 20px; color: var(--bf-dark); font-size: 23px; font-weight: 800; } .bf-comparison ul { margin: 0; padding: 0; list-style: none; } .bf-comparison li { position: relative; margin-bottom: 13px; padding-left: 33px; font-size: 17px; line-height: 1.45; } .bf-comparison-old li::before { content: "×"; position: absolute; top: -2px; left: 2px; color: #9a9691; font-size: 25px; font-weight: 800; } .bf-comparison-new li::before { content: "✓"; position: absolute; top: 0; left: 2px; color: var(--bf-green); font-size: 20px; font-weight: 900; } /* VÉLEMÉNYEK */ .bf-reviews-section { margin: 65px 0; padding: 58px 40px; border-radius: 27px; background: var(--bf-pink); } .bf-rating-summary { margin-bottom: 29px; text-align: center; } .bf-rating-stars { color: #d59426; font-size: 25px; letter-spacing: 2px; } .bf-rating-summary p { margin: 5px 0 0; color: var(--bf-dark); font-size: 16px; font-weight: 750; } .bf-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } .bf-review { padding: 25px 22px; border-radius: 17px; background: #ffffff; } .bf-review-stars { margin-bottom: 12px; color: #d59426; font-size: 18px; letter-spacing: 1px; } .bf-review-text { min-height: 75px; margin-bottom: 18px; color: var(--bf-dark); font-size: 16px; line-height: 1.55; } .bf-review-name { margin-bottom: 0 !important; color: var(--bf-green-dark); font-size: 15px; font-weight: 800; } /* MŰSZAKI ADATOK */ .bf-spec-section { margin: 65px 0; padding: 53px 40px; border: 1px solid var(--bf-border); border-radius: 27px; background: #ffffff; } .bf-specs { max-width: 800px; margin: 30px auto 0; overflow: hidden; border: 1px solid var(--bf-border); border-radius: 16px; } .bf-spec-row { display: grid; grid-template-columns: 210px 1fr; border-bottom: 1px solid var(--bf-border); } .bf-spec-row:last-child { border-bottom: 0; } .bf-spec-label, .bf-spec-value { padding: 17px 20px; font-size: 16px; } .bf-spec-label { color: var(--bf-dark); font-weight: 800; background: var(--bf-cream); } /* GYAKORI KÉRDÉSEK */ .bf-faq-section { margin: 65px 0; } .bf-faq { max-width: 850px; margin: 30px auto 0; } .bf-faq details { margin-bottom: 11px; overflow: hidden; border: 1px solid var(--bf-border); border-radius: 15px; background: #ffffff; } .bf-faq summary { position: relative; padding: 20px 55px 20px 21px; color: var(--bf-dark); font-size: 18px; font-weight: 750; line-height: 1.4; cursor: pointer; list-style: none; } .bf-faq summary::-webkit-details-marker { display: none; } .bf-faq summary::after { content: "+"; position: absolute; top: 50%; right: 21px; color: var(--bf-green); font-size: 28px; font-weight: 400; transform: translateY(-50%); } .bf-faq details[open] summary::after { content: "−"; } .bf-faq-answer { padding: 0 21px 21px; font-size: 16px; } .bf-faq-answer p { margin-bottom: 0; } /* CTA */ .bf-cta-section { overflow: hidden; margin: 65px 0 25px; padding: 62px 40px; color: #ffffff; text-align: center; border-radius: 27px; background: radial-gradient(circle at top right, rgba(201, 130, 31, 0.28), transparent 35%), linear-gradient(135deg, #33372f 0%, #1b1d1c 100%); } .bf-cta-section h2 { max-width: 760px; margin-right: auto; margin-left: auto; color: #ffffff; } .bf-cta-section p { max-width: 720px; margin: 0 auto 27px; color: rgba(255, 255, 255, 0.91); font-size: 19px; } .bf-cta-button { display: inline-block; min-width: 310px; padding: 18px 29px; color: var(--bf-dark) !important; font-size: 17px; font-weight: 850; line-height: 1.2; text-decoration: none !important; border-radius: 11px; background: var(--bf-yellow); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease; } .bf-cta-button:hover { color: var(--bf-dark) !important; transform: translateY(-2px); } .bf-cta-small { margin: 14px 0 0 !important; font-size: 14px !important; } /* BIZALOM */ .bf-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0 0 40px; } .bf-trust-item { padding: 19px 12px; color: var(--bf-dark); font-size: 15px; font-weight: 750; line-height: 1.35; text-align: center; border: 1px solid var(--bf-border); border-radius: 15px; background: #ffffff; } .bf-trust-item span { display: block; margin-bottom: 6px; font-size: 25px; } @media screen and (max-width: 820px) { .bf-modern { font-size: 17px; } .bf-modern h2 { font-size: 31px; letter-spacing: -0.5px; } .bf-container { padding: 0 13px; } .bf-video-section { padding-top: 5px; padding-bottom: 28px; } .bf-video-heading h2 { font-size: 25px; } .bf-video-heading p { font-size: 16px; } .bf-video-wrap { max-width: 100%; border-radius: 17px; } .bf-hero { padding: 38px 19px; border-radius: 19px; } .bf-hero h2 { font-size: 34px; } .bf-hero-lead { font-size: 18px; } .bf-main-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); } .bf-main-benefit { padding: 17px 10px; font-size: 15px; } .bf-benefit-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); } .bf-benefit-bar-item { border-right: 1px solid var(--bf-border); border-bottom: 1px solid var(--bf-border); } .bf-benefit-bar-item:nth-child(2n) { border-right: 0; } .bf-benefit-bar-item:nth-last-child(-n+2) { border-bottom: 0; } .bf-image-grid { grid-template-columns: 1fr; gap: 13px; margin-bottom: 42px; } .bf-image-card { border-radius: 17px; } .bf-split, .bf-split-reverse { grid-template-columns: 1fr; gap: 25px; margin: 48px 0; } .bf-split-reverse .bf-split-image, .bf-split-reverse .bf-split-content { order: initial; } .bf-split-image { border-radius: 19px; } .bf-split-content h2 { font-size: 30px; } .bf-feature-section, .bf-steps-section, .bf-reviews-section, .bf-spec-section, .bf-cta-section { padding: 40px 18px; border-radius: 20px; } .bf-feature-grid { grid-template-columns: 1fr; } .bf-feature { grid-template-columns: 52px 1fr; padding: 21px 17px; } .bf-feature-icon { width: 52px; height: 52px; font-size: 25px; } .bf-steps { grid-template-columns: 1fr; } .bf-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .bf-comparison { grid-template-columns: 1fr; } .bf-reviews { grid-template-columns: 1fr; } .bf-review-text { min-height: 0; } .bf-spec-row { grid-template-columns: 1fr; } .bf-spec-label { padding-bottom: 7px; } .bf-spec-value { padding-top: 7px; } .bf-cta-button { width: 100%; min-width: 0; } .bf-trust { grid-template-columns: 1fr; } } @media screen and (max-width: 420px) { .bf-main-benefits { grid-template-columns: 1fr 1fr; gap: 9px; } .bf-main-benefit-icon { font-size: 25px; } .bf-main-benefit { font-size: 14px; } } Nézze meg a FLEXMOTION cipőt mozgás közben Könnyű, szellőző és puha cipő minden őszi napra. 2026-os őszi kollekció Az Ön böngészője nem támogatja a videó lejátszását. 🍂 Kényelem az őszi napokra Olyan könnyű cipő, hogy szinte nem is érzi a lábán A FLEXMOTION azoknak a férfiaknak készült, akik sokat vannak talpon, és nem akarnak választani a kényelem és az ápolt megjelenés között. Szellőző felsőrész, puha talp és szélesebb forma – egyetlen pár a munkába induláshoz, a sétához és a napi ügyintézéshez. 👟 Rendkívül könnyű 🌬️ Szellőző anyag ☁️ Puha talp 🛡️ Tapadás nedves talajon 📦 Szállítás Magyarországról 💶 Fizetés utánvéttel ↩️ 90 nap a visszaküldésre 🔒 Biztonságos vásárlás Visszafogott dizájn, amely farmerhez és munkanadrághoz is illik A szellőző háló egész nap szárazon tartja a lábat Vége a nehéz lépteknek Könnyű a lábon, tizenkét óra után is A nehéz lábbeli estére megérződik – a talpban, a térdben és a hátban. A FLEXMOTION kifejezetten könnyű, így az utolsó talpon töltött óra hasonlít az elsőre. Ezért hordják nap mint nap azok, akik sokat gyalogolnak vagy állnak. Kevesebb fáradtság a hosszú nap után Alkalmas munkába, sétához és ügyintézéshez Visszafogott megjelenés, amely mindenhez illik Izzadás és kellemetlen szag nélkül Szellőző anyag, amely együtt lélegzik Önnel Ősszel reggel hidegben indul el, délben pedig felfűtött autóban vagy boltban ül. A szellőző háló mindkét irányban átengedi a levegőt, így a láb szárazon marad akkor is, amikor kint hideg van, bent pedig meleg. Levegőáramlás mindkét irányban Kevesebb izzadás és kellemetlen szag Kényelmes reggeltől estig Mit kap egy párban Négy dolog, amit már az első lépésnél érez Minden részlet azt szolgálja, hogy a láb panasz nélkül bírja az egész napot. 🏃 Könnyű felépítés A pár nem terheli a lábat, így reggeltől estig, mindennap hordható. 🌬️ Szellőző háló A felsőrész átengedi a levegőt és elvezeti a nedvességet, így a láb száraz és friss marad. ☁️ Puha, hajlékony talp Tompítja az aszfalttal és a macskakővel való érintkezést, és minden lépésnél együtt hajlik a lábbal. 👣 Szélesebb forma Az orrész nem szorítja az ujjakat, ezért széles vagy érzékeny lábra is kényelmes. Munkába indulásra, reggeli sétára vagy napi ügyintézésre A mintázott talp megfogja a nedves avart és a macskakövet Bekötés nélkül Néhány másodperc alatt felveszi A fűzőt egyszer beállítja, és bekötve marad. Ezután már nem kell lehajolnia vagy leguggolnia a felvételhez. 1 Egyszer beállítja Az első felvételkor úgy állítja be a fűzőt, hogy a cipő kényelmesen simuljon a lábára. 2 Belelép a cipőbe Legközelebb egyszerűen belecsúsztatja a lábát – kioldás és lehajolás nélkül. 3 És már indulhat A cipő a lábra simul és egész nap a helyén marad, egyenetlen talajon is. Egy pár, az egész ősz Szinte a hét minden napjára alkalmas 🏢 Munkába menet 🚶 Reggeli séták 🛒 Napi ügyintézés 🏡 Otthon és a kert körül A különbség érezhető Miért ezt a párat veszik fel nap mint nap A megszokott nehéz cipők Nehéz és esetlen a lábon Merev talp, amely nem tompítja a lépést Zárt anyag és izzadás Szűk orrész, amely szorítja az ujjakat Lassú bekötés, hajlongással FLEXMOTION cipő Kifejezetten könnyű felépítés Puha talp, amely minden lépést tompít Szellőző háló a száraz lábért Szélesebb forma, az ujjak szorítása nélkül Felvétel a fűző bekötése nélkül Vásárlók által kipróbálva A vásárlók leginkább a kényelmet és a könnyűséget értékelik ★★★★★ Elégedett vásárlók véleménye alapján ★★★★★ „Minden nap ebben járok dolgozni, és tényleg kényelmes." László ★★★★★ „Az anyag szellőzik, a lábam nem izzad." Zoltán ★★★★★ „Jó a tapadása és nagyon puha a talpa. Ajánlom." Gábor Termékadatok Minden, amit tudnia érdemes Termék FLEXMOTION könnyű, szellőző férficipő Méretek 39, 40, 41, 42, 43, 44, 45 és 46 Színek Arany és fehér Felsőrész Szellőző poliészter Talp Rugalmas gumi, mintázott futófelülettel a jobb tapadásért Zárás Fűző – egyszer beállítja, utána bekötés nélkül veheti fel Ajánlott Munkába, sétához, ügyintézéshez és mindennapi viselethez Gyakori kérdések Vásárlás előtt talán felmerül Önben Előre kell fizetnem? Nem. Választhatja az utánvétes fizetést, és az összeget a futárnak adja át a csomag átvételekor. Előre semmit nem fizet. Mi van, ha nem jó a méret? 90 napja van a visszaküldésre. Írjon nekünk a kapcsolatfelvételi űrlapon, és elintézzük a méretcserét vagy a pénzvisszatérítést. Mennyi ideig tart a szállítás? A csomagot magyarországi raktárunkból küldjük, a kiszállítást az Express One végzi. Vám és további importköltségek nélkül. Alkalmas széles lábra? Igen. Az orrész szélesebb, a felsőrész anyaga pedig puha és nem szorít. Kifejezetten széles láb esetén egy mérettel nagyobbat ajánlunk. Tényleg nem kell bekötni? Az első felvételkor beállítja a fűzőt a saját lábára, és úgy is marad. Ezután már csak belecsúsztatja a lábát – kioldás és lehajolás nélkül. Milyen méretek érhetők el? A FLEXMOTION 39-es mérettől 46-osig érhető el. Ha bizonytalan, álljon mezítláb egy papírlapra, jelölje meg a leghosszabb ujja végét, és a centiméterben mért hosszt vesse össze a mérettáblázattal. Idén ősszel ajándékozzon a lábának egy párat, amely nem terheli Válassza ki fent a színt és a méretet. Csak a csomag átvételekor fizet, és 90 napja van a visszaküldésre. 📦 Gyors szállítás Magyarországról 💶 Utánvétes fizetés lehetősége ↩️ 90 nap a visszaküldésre