.favorites-fab-group{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;display:flex;width:max-content;align-items:stretch;padding:0!important;border-radius:.75rem;background:transparent;box-shadow:0 8px 24px rgba(239,68,68,.26);animation:fabSlideUp .3s ease;overflow:hidden}@keyframes fabSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.favorites-fab{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:none;border-radius:.75rem;background:#ef4444;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s ease}.favorites-fab:hover{background:#dc2626}.favorites-fab__icon{flex-shrink:0}.favorites-fab__count{display:flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .375rem;background:#fff;color:#ef4444;border-radius:.375rem;font-size:.8125rem;font-weight:700}@media (max-width:768px){.favorites-fab-group{bottom:5rem;right:1rem;box-shadow:0 6px 18px rgba(239,68,68,.24)}.favorites-fab{padding:.875rem;font-size:.875rem}}@media (max-width:375px){.favorites-fab{padding:.75rem}}