/*
Theme Name: Webmark Welcome
Version: 5.2
Text Domain: webmark_welcome
*/
.contact-form-submit-button {
    min-width: 123px;
    min-height: 48px;
}
.loader {
    width: 30px;
    aspect-ratio: 4;
    background: radial-gradient(circle closest-side, #ffffff 90%,#0000) 0/calc(100%/3) 100% space;
    clip-path: inset(0 100% 0 0);
    animation: l1 1s steps(4) infinite;
}
.violet-hover {
    transition: all .3s ease-in-out;
}
.violet-hover:hover{
    background: #545170
}

a.products-dropdown-link {
    text-decoration: none;
    color: inherit;
}

@keyframes l1 {to{clip-path: inset(0 -34% 0 0)}}