/* Homepage categories */

#homepage-categories-icon .elementor-widget-wrap:hover a {
    color: #f03030 !important;
}

#homepage-categories-icon img {
    width: 90px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}

#homepage-categories-icon img:hover {
    border: 1px solid #f03030;
    background: #eee;
}

#homepage-categories-icon a:hover {
    color: #f03030 !important;
    text-decoration: none;
}

/* Brands */

#homepage-brand img {
    width: 100px;
    height: auto;
}