
@media screen and (max-width: 560px) {
.wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo img {
           width: 55% !important;
           height: 80% !important;
           margin: auto !important;
}
.wonder-header.section-main-container {
    height: 55px !important;
}
.wonder-header-main {
    height: 30px !important;
}
}


@media screen and (min-width: 561px) {
    .wonder-header[data-composition-type=D]:has(.wonder-payment-method-img-container) .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo img {
        max-width: unset !important;
        width: 350px !important;
    }
}


@media screen and (min-width: 561px) {
    [data-section-type=product] .card-container .wonder-product-list-li .wonder-product-img {
        height: 200px !important;
    }
}


@media screen and (max-width: 560px) {
    [data-section-type=product] .card-container .wonder-product-list-li .wonder-product-img {
        height: 200px !important;
    }
}


[data-section-type=product] .wonder-scroll-container.enabled ul li.wonder-product-list-li:last-child {
    margin-right: 10px !important;
}


@media screen and (min-width: 561px) {
    .wonder-header-block {
        zoom: 0.9;
    }
}
