/*
 Theme Name:   Voiture Child
 Theme URI:    https://themeforest.net/item/voiture-automotive-car-dealer-wordpress-theme/36125002
 Description:  Voiture Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     voiture
 Version:      1.0.0
 Text Domain:  voiture-child
*/

/* Common */

.custom-hide {
    display: none;
}

/* Override to remove the hover effect from the theme */
div.products .product-block:hover .image .image-no-effect {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

div.features-box-image.icon i{
    display: flex;
}

/* Home Page */

section.ttnt-hero-section{
    background-size: cover;
}

div.home-cats > div{
    gap: 10px;
}

div.home-cats > div > div{
    margin-bottom: 0px !important;
}

img.mobile-header-logo{
    width: 120px;
}

/* Batteries page */

section.batteries-page-trusted-brands div.brand-item {
    aspect-ratio: 3;
}

section.batteries-page-trusted-brands div.brand-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.battery-range-section .elementor-widget-container,
section.battery-range-section .elementor-widget-ttnt_modern_card{
    height: 100%
}
