{"product_id":"fellflow","title":"FellFlow - der schnelle Tierhaar-Reset","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .fellflow-description {\n    --ff-dark: #393D47;\n    --ff-soft: #FAFAFD;\n    --ff-white: #FFFFFF;\n    --ff-muted: #676B73;\n\n    max-width: 920px;\n    margin: 0 auto;\n    color: var(--ff-dark);\n    font-family: \"DM Sans\", Arial, sans-serif;\n    line-height: 1.6;\n  }\n\n  .fellflow-description * {\n    box-sizing: border-box;\n  }\n\n  .fellflow-description h2,\n  .fellflow-description h3 {\n    font-family: \"Archivo\", Arial, sans-serif;\n    color: var(--ff-dark);\n    margin-top: 0;\n  }\n\n  .ff-intro {\n    text-align: center;\n    padding: 18px 0 28px;\n  }\n\n  .ff-name {\n    font-family: \"Archivo\", Arial, sans-serif;\n    font-size: clamp(34px, 6vw, 54px);\n    line-height: 1.05;\n    font-weight: 700;\n    margin: 0 0 14px;\n    color: var(--ff-dark);\n  }\n\n  .ff-headline {\n    font-size: clamp(23px, 4vw, 34px);\n    line-height: 1.2;\n    margin: 0 auto 14px;\n    max-width: 720px;\n  }\n\n  .ff-lead {\n    font-size: 17px;\n    line-height: 1.65;\n    max-width: 690px;\n    margin: 0 auto;\n  }\n\n  .ff-video-wrap {\n    max-width: 720px;\n    margin: 8px auto 38px;\n  }\n\n  .ff-video {\n    display: block;\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    border-radius: 18px;\n    background: var(--ff-soft);\n  }\n\n  .ff-video-caption {\n    text-align: center;\n    font-size: 14px;\n    color: var(--ff-muted);\n    margin: 10px 0 0;\n  }\n\n  .ff-section {\n    padding: 24px 0;\n  }\n\n  .ff-center {\n    text-align: center;\n  }\n\n  .ff-tight-bottom {\n    padding-bottom: 14px;\n  }\n\n  .ff-tight-top {\n    padding-top: 14px;\n  }\n\n  .ff-section h2 {\n    font-size: clamp(25px, 4vw, 34px);\n    line-height: 1.2;\n    margin-bottom: 15px;\n  }\n\n  .ff-section p {\n    max-width: 720px;\n    margin: 0 auto 14px;\n    font-size: 16px;\n  }\n\n  .ff-highlight {\n    background: var(--ff-soft);\n    border-radius: 18px;\n    padding: 32px 28px;\n    margin: 12px 0;\n  }\n\n  .ff-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 25px;\n  }\n\n  .ff-step {\n    background: var(--ff-white);\n    border-radius: 14px;\n    padding: 22px 18px;\n    text-align: center;\n    box-shadow: 0 4px 18px rgba(57, 61, 71, 0.06);\n  }\n\n  .ff-step-number {\n    display: block;\n    font-family: \"Archivo\", Arial, sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: .08em;\n    margin-bottom: 8px;\n    color: var(--ff-muted);\n  }\n\n  .ff-step strong {\n    display: block;\n    font-family: \"Archivo\", Arial, sans-serif;\n    font-size: 19px;\n    margin-bottom: 5px;\n  }\n\n  .ff-moments {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 24px;\n  }\n\n  .ff-moment {\n    background: var(--ff-soft);\n    border-radius: 16px;\n    padding: 22px;\n  }\n\n  .ff-moment strong {\n    display: block;\n    font-family: \"Archivo\", Arial, sans-serif;\n    font-size: 18px;\n    margin-bottom: 7px;\n  }\n\n  .ff-moment p {\n    font-size: 15px;\n    margin: 0;\n  }\n\n  .ff-final {\n    text-align: center;\n    padding: 30px 20px 14px;\n  }\n\n  .ff-final h2 {\n    font-size: clamp(27px, 5vw, 38px);\n    max-width: 720px;\n    margin: 0 auto 12px;\n  }\n\n  .ff-final p {\n    max-width: 620px;\n    margin: 0 auto 22px;\n  }\n\n  .ff-cta {\n    display: inline-block;\n    background: #CD7D02;\n    color: #FFFFFF !important;\n    text-decoration: none;\n    font-family: \"Archivo\", Arial, sans-serif;\n    font-weight: 700;\n    padding: 14px 28px;\n    border-radius: 8px;\n    transition: opacity .2s ease;\n  }\n\n  .ff-cta:hover {\n    opacity: .88;\n  }\n\n  .ff-trustline {\n    margin: 10px auto 0 !important;\n    font-size: 13px !important;\n    color: var(--ff-muted);\n    line-height: 1.4;\n  }\n\n  @media (max-width: 700px) {\n    .fellflow-description {\n      line-height: 1.55;\n    }\n\n    .ff-intro {\n      padding-top: 10px;\n    }\n\n    .ff-lead {\n      font-size: 16px;\n    }\n\n    .ff-video-wrap {\n      margin-bottom: 25px;\n    }\n\n    .ff-video {\n      border-radius: 14px;\n    }\n\n    .ff-section {\n      padding: 20px 0;\n    }\n\n    .ff-highlight {\n      padding: 25px 17px;\n      border-radius: 14px;\n    }\n\n    .ff-steps,\n    .ff-moments {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .ff-step,\n    .ff-moment {\n      padding: 18px;\n    }\n\n    .ff-final {\n      padding-top: 24px;\n    }\n\n    .ff-cta {\n      display: block;\n      width: 100%;\n      padding: 15px 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fellflow-description\"\u003e\n\u003csection class=\"ff-intro\"\u003e\n\u003cdiv class=\"ff-name\"\u003eFellFlow\u003c\/div\u003e\n\u003ch2 class=\"ff-headline\"\u003eTierhaare wegwischen. Ohne gleich die ganze Putzroutine zu starten.\u003c\/h2\u003e\n\u003cp class=\"ff-lead\"\u003eFellFlow sammelt sichtbare Tierhaare auf Kleidung, Sofa und geeigneten Textilien – griffbereit, wiederverwendbar und ohne Klebe-Nachfüllblätter.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ff-video-wrap\"\u003e\n\u003cvideo class=\"ff-video\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\" preload=\"auto\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7f53fff9e2fc48d68fe616d928ba61ea.mp4\" type=\"video\/mp4\"\u003e\n      Dein Browser unterstützt dieses Video nicht.\n    \u003c\/source\u003e\u003c\/video\u003e\n\u003cp class=\"ff-video-caption\"\u003eSieh selbst, wie FellFlow angewendet wird.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection class=\"ff-section ff-center ff-tight-bottom\"\u003e\n\u003ch2\u003eGerade sauber. Schon wieder Haare.\u003c\/h2\u003e\n\u003cp\u003eAuf dem schwarzen Pullover. Auf dem Sofa. Oder genau dort, wo sie im falschen Moment besonders auffallen.\u003c\/p\u003e\n\u003cp\u003eFellFlow macht aus diesen kleinen Fellmomenten eine einfache Routine: \u003cstrong\u003enehmen, wischen und sichtbare Tierhaare gezielt zusammentragen.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eSo bekommst du Kleidung und textile Flächen zwischendurch schnell wieder so, wie du sie gerade haben möchtest.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"ff-section ff-tight-top\"\u003e\n\u003cdiv class=\"ff-highlight ff-center\"\u003e\n\u003ch2\u003eEinfach durch den Fellmoment.\u003c\/h2\u003e\n\u003cp\u003eFellFlow liegt direkt auf deiner Hand und wird kontrolliert über die textile Fläche geführt. Dabei werden sichtbare Tierhaare beim Wischen zusammengetragen.\u003c\/p\u003e\n\u003cdiv class=\"ff-steps\"\u003e\n\u003cdiv class=\"ff-step\"\u003e\n\u003cspan class=\"ff-step-number\"\u003e01\u003c\/span\u003e \u003cstrong\u003eWischen\u003c\/strong\u003e Über die behaarte Fläche führen.\u003c\/div\u003e\n\u003cdiv class=\"ff-step\"\u003e\n\u003cspan class=\"ff-step-number\"\u003e02\u003c\/span\u003e \u003cstrong\u003eSammeln\u003c\/strong\u003e Sichtbare Haare zusammentragen.\u003c\/div\u003e\n\u003cdiv class=\"ff-step\"\u003e\n\u003cspan class=\"ff-step-number\"\u003e03\u003c\/span\u003e \u003cstrong\u003eReset\u003c\/strong\u003e Reinigen und wieder bereitlegen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ff-video-wrap\"\u003e\u003cvideo class=\"ff-video\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\" preload=\"auto\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/6c0ee1d291104d75a574d97d8115e21f.mp4\" type=\"video\/mp4\"\u003e\n      Dein Browser unterstützt dieses Video nicht.\n    \u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003csection class=\"ff-section ff-center\"\u003e\n\u003ch2\u003eGemacht für die kleinen Fellmomente im Alltag.\u003c\/h2\u003e\n\u003cp\u003eFellFlow ist schnell zur Hand, wenn eine sichtbare Fläche einfach wieder ordentlich aussehen soll.\u003c\/p\u003e\n\u003cdiv class=\"ff-moments\"\u003e\n\u003cdiv class=\"ff-moment\"\u003e\n\u003cstrong\u003eVor dem Losgehen\u003c\/strong\u003e\n\u003cp\u003eWenn der schwarze Pullover plötzlich mehr Fell zeigt als geplant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-moment\"\u003e\n\u003cstrong\u003eNach dem Kuscheln\u003c\/strong\u003e\n\u003cp\u003eDein Tier bleibt auf dem Sofa. Die sichtbaren Haare dürfen weiterziehen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-moment\"\u003e\n\u003cstrong\u003eVor Besuch\u003c\/strong\u003e\n\u003cp\u003eWenn Sofa oder Polster schnell wieder ordentlich wirken sollen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ff-section ff-center ff-tight-bottom\"\u003e\n\u003ch2\u003eWeil Tierliebe und ein ordentliches Zuhause zusammengehören.\u003c\/h2\u003e\n\u003cp\u003eKuscheln auf dem Sofa, gemeinsame Abende und ein Tier, das einfach zum Alltag gehört: FellFlow hilft dir dabei, die sichtbaren Spuren danach unkompliziert wieder unter Kontrolle zu bringen.\u003c\/p\u003e\n\u003cp\u003eEine kleine Routine für mehr Ordnung genau dann, wenn sie dir wichtig ist.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"ff-final ff-tight-top\"\u003e\n\u003ch2\u003eMehr Kuscheln. Weniger Fellfilm danach.\u003c\/h2\u003e\n\u003cp\u003eFellFlow bleibt griffbereit für genau die Momente, in denen sichtbare Tierhaare gerade stören.\u003c\/p\u003e\n\u003ca class=\"ff-cta\" href=\"#\"\u003e FellFlow auswählen ↑ \u003c\/a\u003e\n\u003cp class=\"ff-trustline\"\u003eKostenloser Versand · 14 Tage Rückgaberecht\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"VANDUR","offers":[{"title":"schwarz","offer_id":54565662064973,"sku":"14:29#black-1pc","price":13.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0904\/2729\/4029\/files\/FellFlow_1.png?v=1787588649","url":"https:\/\/www.vandur.de\/products\/fellflow","provider":"VANDUR","version":"1.0","type":"link"}