.ff-finder{padding:32px 16px 56px;background:#fff}.ff-finder__inner{max-width:1200px;margin:0 auto}.ff-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center;visibility:hidden;pointer-events:none}.ff-sheet.open{visibility:visible;pointer-events:auto}.ff-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s cubic-bezier(.32,.72,0,1)}.ff-sheet.open .ff-sheet__backdrop{opacity:1}.ff-sheet__panel{position:relative;width:100%;max-width:480px;background:#fff;border-radius:16px 16px 0 0;padding:12px 20px 28px;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1);max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.ff-sheet.open .ff-sheet__panel{transform:translateY(0)}.ff-sheet__handle{width:40px;height:4px;background:#c7d2fe;border-radius:2px;margin:0 auto 16px}.ff-sheet__title{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:700;color:#4f46e5;margin:0 0 16px}.ff-sheet__chips{display:flex;flex-wrap:wrap;gap:10px}.ff-sheet__chip{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#4f46e5;background:#fff;border:1.5px solid #c7d2fe;border-radius:9999px;padding:10px 18px;cursor:pointer;transition:all .15s}.ff-sheet__chip:hover{border-color:#4f46e5}.ff-sheet__chip.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.ff-sheet__breed-grid{display:flex;flex-wrap:wrap;gap:12px;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.ff-sheet__breed-chip{display:flex;flex-direction:column;align-items:center;gap:6px;width:calc(33.33% - 8px);padding:12px 4px;border-radius:12px;cursor:pointer;background:none;border:2px solid transparent;transition:all .15s;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.ff-sheet__breed-chip:hover{background:#ede9fe}.ff-sheet__breed-chip.active{border-color:#4f46e5;background:#ede9fe}.ff-sheet__breed-chip img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #c7d2fe}.ff-sheet__breed-chip:nth-child(5n+1) img{background:#ede9fe}.ff-sheet__breed-chip:nth-child(5n+2) img{background:#dbeafe}.ff-sheet__breed-chip:nth-child(5n+3) img{background:#e0e7ff}.ff-sheet__breed-chip:nth-child(5n+4) img{background:#fce7f3}.ff-sheet__breed-chip:nth-child(5n+5) img{background:#d1fae5}.ff-sheet__breed-chip span{font-size:12px;font-weight:500;color:#4f46e5;text-align:center!important;line-height:1.2}.ff-sheet__toggles{display:flex;flex-direction:column}.ff-sheet__toggle-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #c7d2fe;cursor:pointer;-webkit-user-select:none;user-select:none}.ff-sheet__toggle-row:last-child{border-bottom:none}.ff-sheet__toggle-text{flex:1}.ff-sheet__toggle-name{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:600;color:#4f46e5}.ff-sheet__toggle-desc{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;color:#6b7280;margin-top:2px}.ff-sheet__switch{position:relative;width:44px;height:24px;flex-shrink:0;pointer-events:none}.ff-sheet__switch input{opacity:0;width:0;height:0;position:absolute}.ff-sheet__switch-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#c7d2fe;border-radius:12px;transition:background .2s}.ff-sheet__switch-slider:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #00000026}.ff-sheet__switch input:checked+.ff-sheet__switch-slider{background:#4f46e5}.ff-sheet__switch input:checked+.ff-sheet__switch-slider:after{transform:translate(20px)}.ff-sheet__actions{display:flex;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid #c7d2fe}.ff-sheet__cancel-btn{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:500;color:#4f46e5;background:none;border:none;padding:12px 20px;cursor:pointer}.ff-sheet__save-btn{flex:1;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:600;color:#fff;background:#4f46e5;border:none;border-radius:9999px;padding:12px 20px;cursor:pointer;transition:background .2s}.ff-sheet__save-btn:hover{background:#4f46e5}.ff-sheet__ingredients{max-height:0;overflow:hidden;opacity:0;transition:max-height .35s cubic-bezier(.32,.72,0,1),opacity .25s ease,margin .35s ease;margin:0;padding:0;background:#ede9fe;border-radius:12px}.ff-sheet__ingredients.visible{max-height:300px;opacity:1;margin:12px 0 4px;padding:14px 16px}.ff-sheet__ingredients-label{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;color:#4b5563;margin-bottom:10px;line-height:1.4;text-transform:uppercase;letter-spacing:.5px}.ff-sheet__ingredient-chips{display:flex;flex-wrap:wrap;gap:8px}.ff-sheet__ingredient-chip{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:500;color:#4f46e5;background:#fff;border:1.5px solid #c7d2fe;border-radius:9999px;padding:7px 14px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000a}.ff-sheet__ingredient-chip:hover{border-color:#4f46e5;background:#ede9fe}.ff-sheet__ingredient-chip.active{background:#ede9fe;color:#1e1b4b;border-color:#c7d2fe;box-shadow:0 1px 3px #c6282826}.ff-finder__cats-wrap{background:linear-gradient(135deg,#ede9fe 0% 100%);border-radius:16px;padding:20px 20px 18px;margin-bottom:20px}.ff-finder__cats-label{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#4f46e5;margin:0 0 12px}.ff-finder__cats{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px;flex-wrap:wrap}.ff-finder__cats::-webkit-scrollbar{display:none}.ff-finder__cat{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;color:#4f46e5;background:#fff;border:1.5px solid #c7d2fe;border-radius:9999px;padding:8px 16px;height:54px;cursor:pointer;transition:all .15s;white-space:nowrap}.ff-finder__cat[data-cat=all]{padding:8px 28px;min-width:100px}.ff-finder__cat-img{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.ff-finder__cat:hover{border-color:#4f46e5}.ff-finder__cat.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.ff-profile{display:none;align-items:center;gap:16px;background:linear-gradient(135deg,#4f46e5 0% 100%);border-radius:12px;padding:16px 20px;margin-bottom:20px;color:#fff}.ff-profile.visible{display:flex}.ff-profile__img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3);flex-shrink:0;background:#ede9fe}.ff-profile__info{flex:1}.ff-profile__label{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ffffffb3;margin-bottom:2px}.ff-profile__breed{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700}.ff-profile__age{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;opacity:.85}.ff-profile__need-badge{display:inline-block;font-size:11px;font-weight:600;background:#fff3;border-radius:4px;padding:3px 8px;margin-top:4px}.ff-profile__edit{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:500;color:#fff;background:none;border:1px solid rgba(255,255,255,.4);border-radius:8px;padding:8px 14px;cursor:pointer;transition:background .2s;white-space:nowrap}.ff-profile__edit:hover{background:#ffffff26}.ff-finder__results-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px;gap:8px}.ff-finder__results-label{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;color:#4f46e5;text-transform:uppercase;letter-spacing:.5px}.ff-finder__results-count{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;color:#6b7280}.ff-finder__results-right{display:flex;align-items:center;gap:12px}.ff-finder__per-page{display:flex;align-items:center;gap:6px}.ff-finder__per-page-label{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;color:#6b7280;font-weight:500}.ff-finder__pp-btn{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;color:#6b7280;background:#fff;border:1.5px solid #c7d2fe;border-radius:6px;padding:4px 10px;min-width:36px;cursor:pointer;transition:all .15s}.ff-finder__pp-btn:hover{border-color:#4f46e5;color:#4f46e5}.ff-finder__pp-btn.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.ff-finder__reason{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;color:#4b5563;line-height:1.6;background:#ede9fe;border-radius:8px;padding:14px 16px;margin-bottom:20px}.ff-finder__reason strong{color:#4f46e5}.ff-finder__products{display:grid;grid-template-columns:1fr;gap:16px}.ff-finder__product{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:row;transition:transform .2s ease,box-shadow .2s ease;position:relative}.ff-finder__product:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001f}.ff-finder__product-img{flex:0 0 120px;overflow:hidden;background:#ede9fe}.ff-finder__product-img a{display:block;width:100%;height:100%}.ff-finder__product-img img{width:100%;height:100%;object-fit:cover}.ff-finder__product-body{padding:12px 14px;flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.ff-finder__product-badges{display:flex;gap:6px;flex-wrap:wrap}.ff-finder__product-badge{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;border-radius:4px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;width:fit-content}.ff-finder__product-badge--trockenfutter{background:#e0e7ff;color:#312e81}.ff-finder__product-badge--nassfutter{background:#dbeafe;color:#1e3a5f}.ff-finder__product-badge--ergaenzung{background:#d1fae5;color:#065f46}.ff-finder__product-badge--snack{background:#fce7f3;color:#831843}.ff-finder__product-badge--bestseller{background:#fef3c7;color:#78350f}.ff-finder__product-badge--need{background:#ede9fe;color:#4f46e5;text-transform:none;letter-spacing:0;font-weight:500}.ff-finder__product-name{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;color:#1e1b4b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ff-finder__product-name a{color:inherit;text-decoration:none}.ff-finder__product-name a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ff-finder__product-rec{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;color:#4f46e5;line-height:1.3}.ff-finder__product-rating{display:flex;align-items:center;gap:4px}.ff-finder__product-stars{display:flex;gap:1px}.ff-finder__product-stars svg{width:13px;height:13px;color:#6b7280;fill:currentColor}.ff-finder__product-rating-text{font-size:11px;color:#6b7280}.ff-finder__product-price{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:600;color:#1e1b4b}.ff-finder__product-price-prefix{font-weight:400;font-size:13px;color:#6b7280}.ff-finder__product-abo{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;color:#4f46e5;font-weight:600;margin-top:4px;position:relative;z-index:1}.ff-finder__product-abo a{color:#4f46e5;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.ff-finder__product-abo a:hover{text-decoration:underline}.ff-finder__product-abo svg{width:13px;height:13px;flex-shrink:0}.ff-finder__product-actions{display:flex;gap:8px;margin-top:auto;padding-top:6px;position:relative;z-index:1}.ff-finder__add-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;color:#fff;background:#4f46e5;border:none;border-radius:8px;padding:10px 12px;cursor:pointer;transition:background .2s}.ff-finder__add-btn:hover{background:#4f46e5}.ff-finder__add-btn svg{width:14px;height:14px}.ff-finder__detail-link{display:none;align-items:center;justify-content:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:500;color:#4f46e5;text-decoration:none;padding:10px 12px;border:1px solid #c7d2fe;border-radius:8px;transition:all .2s;white-space:nowrap}.ff-finder__detail-link:hover{background:#ede9fe}@media(min-width:640px){.ff-finder__product{flex-direction:column}.ff-finder__product-img{flex:none;aspect-ratio:1}.ff-finder__product-body{padding:14px 16px 18px;gap:6px}.ff-finder__products{grid-template-columns:repeat(2,1fr)}.ff-finder__detail-link{display:flex}}@media(min-width:768px){.ff-finder{padding:48px 32px 72px}.ff-finder__products{grid-template-columns:repeat(3,1fr)}.ff-sheet__panel{border-radius:16px;margin-bottom:10vh}}
/*# sourceMappingURL=/cdn/shop/t/172/assets/ds-futter-finder.css.map */
