/*
 Theme Name: Vanesa Child
 Theme URI: https://example.com
 Description: Child theme for the Vanesa WooCommerce theme
 Author: Whetham Solutions
 Author URI: https://whethamsolutions.com/
 Template: vanesa
 Version: 1.0.0
 Text Domain: vanesa-child
*/

:root {
    --red: #ec2138;
}

.main-container .shop-products .item-col .product-wrapper .product-image a {
    display: block !important;
    height: 150px;
}

.main-container .shop-products .item-col .product-wrapper .product-image a img {
    height: 100%;
    object-fit: cover;
}

.home .brands-carousel .slick-prev,
.home .brands-carousel .slick-next {
    display: none !important;
}

.posted_in a {
    background: unset !important;
    padding: 0 !important;
    color: #898989 !important;
}

.posted_in a:hover,
.posted_in a:focus {
    color: var(--red) !important;
}

.nav-container .categories-menu .categories-menu-container:not(.home .nav-container .categories-menu .categories-menu-container),
.main-container .page-content .entry-content .cross-sells {
    display: none;
}

.home .post-thumbnail img {
    margin-left: auto;
    display: block;
}