BREEZEFUN – NŐI SZANDÁL
.bf-modern, .bf-modern * { box-sizing: border-box; } .bf-modern { --bf-dark: #1d2521; --bf-text: #46504a; --bf-green: #586f63; --bf-green-dark: #3f5549; --bf-sage: #edf2ee; --bf-cr eam: #faf8f3; --bf-yellow: #f3c969; --bf-pink: #f3e9e8; --bf-white: #ffffff; --bf-border: #e4e8e5; 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; } /* KEZDŐ 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, 45, 37, 0.12); } .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(243, 201, 105, 0.26), transparent 32%), linear-gradient(135deg, #edf2ee 0%, #faf8f3 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, 45, 37, 0.07); } .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: #46504a; 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(85, 112, 96, 0.12); border-radius: 15px; background: rgba(255, 255, 255, 0.88); } .bf-main-benefit-icon { display: block; margin-bottom: 8px; font-size: 28px; } /* GYORS 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(35, 48, 41, 0.06); } .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ÉPPÁR */ .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: #f1f1f1; } .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: #f1f1f1; } .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, 45, 37, 0.05); } .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: #f3f3f3; } .bf-comparison-new { border: 2px solid var(--bf-green); background: #f0f5f1; } .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: #999999; 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: #f7efec; } .bf-rating-summary { margin-bottom: 29px; text-align: center; } .bf-rating-stars { color: #e7ad35; 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: #e7ad35; 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; } /* SPECIFIKÁCIÓK */ .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); } /* GYIK */ .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(243, 201, 105, 0.25), transparent 35%), linear-gradient(135deg, #51685b 0%, #344a3e 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.15); 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ézd meg a BREEZEFUN-t mozgásban Könnyű, légáteresztő és kényelmes szandálok a felhőtlen nyári lépésekhez. Nyári könnyedség A böngésződ nem támogatja a videó lejátszását. ☀️ Kényelem a meleg nyári napokra Könnyű szandálok, amelyek nem terhelik a lábadat A BREEZEFUN azoknak a nőknek készült, akik nyáron minden lépésnél több kényelmet, légáteresztést és szabadságot szeretnének. Egyszerűen felveheted, a lábadhoz igazíthatod, és már indulhat is a nap. 🪶 Rendkívül könnyű 🌬️ Nyitott és légáteresztő ☁️ Kényelmes séta közben ✨ Könnyen felvehető 📦 Gyors szállítás 💶 Utánvétes fizetés ↩️ 90 napos visszaküldési lehetőség 🔒 Biztonságos vásárlás Könnyű kialakítás a felhőtlen mindennapi viselethez A nyitott dizájn segít fenntartani a kellemes érzést a forró napokon Szinte észre sem veszed, hogy rajtad van Könnyű a lábon, kellemes minden lépésnél A nehéz és merev nyári lábbelik hamar kellemetlenné válhatnak. A BREEZEFUN könnyű kialakítású, így tökéletes a mindennapi teendőkhöz, sétákhoz, nyaraláshoz és felhőtlen nyári napokhoz. Kevésbé érzed a súlyt a lábadon Hosszabb, mindennapi viseletre is alkalmas Könnyen kombinálható nyári ruhákkal A forró nyári napokra A nyitott dizájn több levegőt enged a lábadhoz A nyitott kialakítás miatt a lábad kevésbé zárt, mint egy hagyományos cipőben. Így a legmelegebb nyári napokon is kellemesebb az érzés. Nyitott kialakítás a jobb légáramlásért Alkalmas nyaraláshoz, strandhoz és nyári sétákhoz Kevésbé szoros érzés a lábad körül Miért szeretik a vásárlók? Nyári szandálok, amelyeket a kényelem jegyében terveztek Minden apró részletet úgy alakítottunk ki, hogy a felvétel egyszerű, az illeszkedés kellemes, a séta pedig könnyedebb legyen. 🪶 Könnyű kialakítás A szandálok nem hatnak nehéznek vagy nehézkesnek, így ideálisak a mindennapi nyári viselethez. 🌬️ Nagyobb légáteresztés A nyitott forma több levegőt enged a lábadhoz, ami kellemesebb érzést nyújt melegebb időben. ☁️ Vastagabb talp A talp segít tompítani a láb közvetlen érintkezését a kemény felülettel, és javítja a séta közbeni érzést. ↔️ Állítható pántok A tépőzáras pántokat a lábad formájához igazíthatod, és magad döntheted el, mennyire szoros legyen az illeszkedés. Kényelem sétához, teendőkhöz és szabadidőhöz A pántokat könnyedén a lábadhoz igazíthatod Semmi bonyodalom a felvételnél Csupán néhány pillanat alatt felveheted A praktikus tépőzáras rögzítés gyors felvételt tesz lehetővé, fűző és bonyolult csatok nélkül. 1 Nyisd ki a pántokat A tépőzáras pántokat egyszerűen kinyithatod, csatok vagy fűzők nélkül. 2 Helyezd be a lábadat Helyezd a lábadat a talpra, és ellenőrizd, hogy a sarkad megfelelően illeszkedik-e. 3 Állítsd be a pántokat Zárd össze őket annyira, hogy stabil, de továbbra is kényelmes legyen az illeszkedés. Egy pár, rengeteg lehetőség Szinte minden nyári napra alkalmas 🚶♀️ Séta 🏖️ Nyaralás és strand 🛍️ Mindennapi teendők 🏡 Otthon és környéke Egy különbség, amit érezni fogsz Válaszd a könnyedebb nyári kényelmet Hagyományos, kényelmetlen szandálok Nehéz és nehézkes a lábon Merev vagy vékony talp Pántok, amelyek szoríthatnak Időigényes felvétel csatokkal Zárt és kevésbé légáteresztő érzés BREEZEFUN szandálok Könnyű nyári kialakítás Vastagabb talp a kényelmesebb lépésekhez Állítható, tépőzáras pántok Gyors és egyszerű felvétel Nyitott és légáteresztő dizájn A vásárlók kipróbálták A vásárlók elsősorban a kényelmet és a könnyedséget értékelik ★★★★★ Elégedett vásárlók véleménye alapján ★★★★★ „Nagyon kényelmes és könnyű. Szinte mindennap ezt hordom.” Silva ★★★★★ „Munkába is ezt hordom. A lábam nem izzad benne.” Marta ★★★★★ „A szandál szép és kényelmes. Nagyon elégedett vagyok a vásárlással.” Ida Termékadatok Minden, amit tudnod kell Termék Női nyári szandál BREEZEFUN Méretek 35, 36, 37, 38, 39, 40, 41 és 42 Felsőrész Textil – 100% poliészter Talp PU-anyag Rögzítés Állítható, tépőzáras pántok Ajánlott Szabadidőre, sétához, nyaraláshoz, strandhoz és mindennapi viseletre Gyakori kérdések Vásárlás előtt talán érdekel Gyorsan felvehető a szandál? Igen. Egyszerűen kinyitod a tépőzáras pántokat, behelyezed a lábad, majd újra összezárod. Nincs fűző vagy bonyolult csat. Illeszkedik a különböző lábformákhoz? Az állítható pántok lehetővé teszik, hogy az illeszkedést a lábad szélességéhez és formájához igazítsd. Alkalmas forró napokra? Igen. A nyitott nyári dizájn nagyobb légáteresztést és kevésbé zárt érzést biztosít, mint a hagyományos cipők. Alkalmas mindennapi használatra? Kiválóan alkalmas felhőtlen sétákhoz, mindennapi teendőkhöz, nyaraláshoz, strandhoz, valamint otthoni és környékbeli használathoz. Milyen méretek kaphatók? A BREEZEFUN 35-ös mérettől 42-es méretig kapható. A kívánt méretet a termékoldal tetején lévő lehetőségek közül választhatod ki. Ajándékozz több könnyedséget a lábadnak ezen a nyáron Válaszd ki a kedvenc színed és méreted, és élvezd a légáteresztő, könnyű és kényelmes szandálokat, amelyeket néhány pillanat alatt felvehetsz. 📦 Gyors, házhoz szállítás 💶 Utánvétes fizetési lehetőség ↩️ 90 napos visszaküldési lehetőség