.termek-kep-wrapper {
    position: relative;
}

.termek-galeria-kep {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
    height: 264px !important;
    object-fit: cover;
    pointer-events: none;
}

.termek-kep-wrapper:hover .termek-galeria-kep {
    opacity: 1;
    pointer-events: auto;
    height: 264px !important;
}

.termek-fo-kep {
    transition: opacity 0.4s ease-in-out;
    height: 264px !important;
    object-fit: cover;
}

.termek-kep-wrapper:hover .termek-fo-kep {
    opacity: 0;
    height: 264px !important;
}

.termekek-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

img.termek-fo-kep {
    height: 264px !important;
    object-fit: cover;
}

h3.termek-nev {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 16px;
    margin-top: 10px;
    width: 95%;
}


.termek-cimke-kontener {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 10;
}

span.akcios-termek, span.termek-cimke {
    display: block;
    background: #a4a4ee;
    color: #fff;
    padding: 1px 13px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 5px; 
}

.select2-container .select2-selection--single {
    height: 38px; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px; 
}


.szures-container {
    display: flex;
    margin-bottom: 20px;
}


span.select2-selection.select2-selection--single {
    border: 1px solid #e2e2e2;
    border-radius: 0px !important;
    border-color:#e2e2e2 !important;
}


 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.35;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: black !important;
}

.woocommerce-js .select2-container .select2-selection--single {
    height: 48px;
    padding: .75em;
}


.select2-container--default .select2-selection--multiple {
    background-color: white;
    cursor: text;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0px !important;
    border-left: none !important;
    min-height: 48px !important;
    height: 48px !important;
}

h3.termek-nev a {

color: black;

}

span.termek-ar {
    color: #767676;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    margin-top: 10px;
}


span.termek-ar del {
    color: #999; 
    font-size: 17px; 
    margin-right: 5px; 
}

span.termek-ar .sale-price {
    font-size: 21px;
    font-weight: bold;
    color: #a4a4ee;
}


input.select2-search__field {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: black !important;
}


.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 13px !important;
    color: black !important;
    font-weight: 600;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: black !important;
    font-size: 13px !important;
    font-weight: 600;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {

    padding: 0px 12px !important;

}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #a4a4ee !important;
    border: 0px solid #aaa !important;
    border-radius: 0px !important;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 12px !important;
    font-family: "Space Grotesk", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: white;
    text-transform: uppercase;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 13px;
    padding: 4px 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #a4a4ee !important;
    color: white;
}

.woocommerce-js .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.75 !important;
    font-size: 13px;
}





@media screen and (max-width: 767px) {
    .termekek-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    img.termek-fo-kep {
        height: 165px !important;
    }

    .szures-container {
        flex-direction: column;
    }
    span.akcios-termek, span.termek-cimke {
        padding: 0px 13px;
        font-size: 12px;
        line-height: 26px;

    }
    span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }


    .termek-kep-wrapper:hover .termek-fo-kep {
        opacity: 0;
        height: 165px !important;
    }

    .termek-kep-wrapper:hover .termek-galeria-kep {
        opacity: 1;
        pointer-events: auto;
        height: 165px !important;
    }

    .termek-galeria-kep {
        height: 165px !important;
    }
    }