@view-transition {
    navigation: auto;
}

body:has(.marques-select) {
    .et-db #et-boc .et-l .et_pb_column_10_tb_footer {
        margin-top: 0 !important;
    }
}

.products-list-wrapper {
    display: flex;
    flex-direction: column-reverse;


    .marques-select {
        margin: 25px 0;
        padding: 7px;
        font-size: 16px;
        border: none;
        scale: 1.3;
    }
}

.marques {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;

    .marque {
        height: 45px;
        max-width: 100px;
        max-height: 45px;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
}

header {
    color: green;
}

.product-img {
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}