/* VinVic Fast Search — lekki chrome (bąbelek bez modala) */

#vvfs-trigger {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: var(--vvfs-accent, #ff5a00);
    color: var(--vvfs-on-accent, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 25px color-mix(in srgb, var(--vvfs-accent, #ff5a00) 35%, rgba(0, 0, 0, 0.25));
    z-index: 99990;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    padding: 0;
}

#vvfs-trigger:hover {
    transform: scale(1.1);
}

#vvfs-trigger.vvfs-trigger--sr-only {
    position: fixed;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    pointer-events: none;
}
