
    [data-section-type=product] .card-container .wonder-product-list-li .wonder-product-img {
        margin-bottom: 20px !important;
    }


    @media screen and (max-width: 560px) {
        [data-section-type="product"] div.wonder-scroll-container:not(.enabled) ul.row-el.card-container.scroll-card-container {
            display: flex;
            flex-flow: nowrap;
            gap: 20px;
            width: 1000px;
        }
    }
    @media screen and (max-width: 560px) {
        [data-section-type="product"] div.wonder-scroll-container {
            overflow-x: auto;
        }
    }


@media screen and (max-width: 560px) {
    .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo {
        position: relative !important;
        bottom: 5px !important;
    }
}


  @media screen and (max-width: 560px) { 
    [data-section-type=product] .wonder-scroll-container.enabled ul li.wonder-product-list-li {
      height: 670px;
    }
  }


    @media screen and (max-width: 560px) {
        .wonder-header.section-main-container {
            height: 65px !important;
        }
        .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo img {
            height: 50px !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 {
            position: relative !important;
            right: 10% !important;
        }
    }
