.slide-actions .v12-button {
    border: 2px solid var(--primary-color);
	position: relative;
	overflow: hidden;
}
.slide-actions .v12-button:hover {
    background-color: transparent !important;
    color: white;
}

.slide-actions .v12-button::after, body:not(.home).template10 .listing-vehicles-card .listing-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transition: all 0.7s ease;
}
.slide-actions .v12-button:hover::after, body:not(.home).template10 .listing-vehicles-card .listing-button:hover::after {
    left: 125%;
}

body:not(.home).template10 .listing-vehicles-card .listing-button {
    border: 2px solid var(--primary-color);
	position: relative;
	overflow: hidden;
}
body:not(.home).template10 .listing-vehicles-card .listing-button:hover {
    background-color: rgba(255, 255, 255, .2) !important;
    color: #fff !important;
}

.gears-acosta {
	display: flex;
	gap: 10px;
}
.gears-acosta span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-wrap: nowrap;
    text-transform: capitalize;
}
.website-header-container .website-nav-logo .website-logo {
	flex-direction: column;
}