/*
Theme Name: astra child
Description: astra child de Everandyou
Author: Ever - Everandyou
Author URI: https://www.everandyou.fr
Template: astra 
Version: 0.1.0
*/

/* Taille du logo */
.elementor-28 .elementor-element.elementor-element-491bbcb9 img {
    width: 300px !important;
    margin-bottom: -20px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .elementor-28 .elementor-element.elementor-element-491bbcb9 img {
        width: 150px !important;
    }
}


/* Taille du slider en page d'accueil */
/* Desktop : encadré */
.elementor-element-0451ed4 {
    max-width: 1300px !important; /* ajuste la largeur souhaitée */
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Mobile : pleine largeur (Elementor bascule généralement sous 767px) */
@media (max-width: 767px) {
    .elementor-element-0451ed4 {
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


/* Uniformise la taille des images du carrousel Nouveautés */
.eael-woo-product-carousel .product-image-wrap,
.eael-woo-product-carousel .product-image-wrap .image-wrap,
.eael-woo-product-carousel .product-image-wrap .image-wrap a {
    display: block;
    width: 100%;
    height: 280px !important;
    overflow: hidden;
    position: relative;
}

.eael-woo-product-carousel .product-image-wrap .image-wrap img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
    position: absolute;
    top: 0;
    left: 0;
}

/* S'assurer que le menu déroulant a un z-index nettement supérieur au carousel en page d'accueil */
.sub-menu.elementor-nav-menu--dropdown {
  z-index: 9999 !important;
}