
    [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) {
    section .section-main-container.wonder-header[data-section-type=header] {
        height: 55px !important;
    }
    .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo {
        position: relative !important;
        bottom: 5px !important;
    }
}


.wonder-tab-container.enabled input.tab-input+.tab-item {
        color: #b49e31 !important;
    }
    .wonder-tab-container.enabled .tab-item {
        border: 1px solid #b49e31 !important;
    }
    .wonder-tab-container.enabled input.tab-input:checked+.tab-item {
        background-color: #b49e31 !important;
        color: #ffffff !important;
    }


    @media screen and (max-width: 560px) {
        [data-section-type=appeal] .wonder-scroll-container.enabled .row-el.card-container .col-el .wonder-li-container .wonder-appeal-text-container {
            margin-top: 15px !important;
        }
        [data-section-type=appeal] .wonder-scroll-container.enabled .row-el.card-container .col-el {
            height: 520px !important;
        }
    }


    @media screen and (max-width: 560px) {
        #ef-wrapper form > div dd span.spacer {
            margin: 0px 25.5px !important;
        }
    }


    @media screen and (min-width: 561px) {
        #ef-wrapper form > div dd span.spacer {
            margin: 0px 22px !important;
        }
    }
