/**
* Theme Name: Ekommart Child
* Description: This is a child theme of Ekommart, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Duc Pham (Opal Team)</a>
* Template: ekommart
* Version: 3.5.0
*/

/* Background Hero image */
/*.squeed-hero-wrapper-relative {
    position: relative;
    min-height: 85vh;
    overflow: hidden;
}

.squeed-hero-image, .squeed-hero-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}*/

/* ======= MOBILE (max 767px) ======= */
/*@media (max-width: 767px) {
    .squeed-hero-wrapper-relative {
        min-height: 120vh;*/ /* réduit la hauteur totale */
    /*}

    .squeed-hero-image, .squeed-hero-image img {
        height: 100vh;
        width: 100%;
        object-fit: cover;
        object-position: center top;*/ /* remonte un peu le focus sur mobile */
        /*transform: none !important;
    }
}*/
