.KIFuxot{
    margin-top: 15px;
}

.QpOmalwiW {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    padding: 15px;
}

.qWjZzLJs {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s;
}



.qWjZzLJs img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
}

.qWjZzLJs .EBDorzygkY{
    position: absolute;
    width: 100%;
    bottom: -100%;
    text-align: center; 
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.4s;
}

.qWjZzLJs:hover .EBDorzygkY{
    /* transform: translateY(-5px); */
    bottom: 5px;
}

.new-label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FF4400;
    color: white;
    padding: 2px 15px;
    transform: rotate(-45deg) translate(-30%, -30%);
    font-size: 12px;
}
.title{
    width: 100%;
    /* max-width: calc(1080px); */
    padding: 15px;
    padding-bottom: 0;
    margin: 0 auto;
    color: #443;
    font-size: 32px;
}
.null_result{
    width: 100%;
    /* max-width: calc(1080px); */
    padding: 15px;
    padding-bottom: 0;
    margin: 0 auto;
    color: #443;
    font-size: 22px;
}
@media screen and (max-width: 768px) {
    .QpOmalwiW{
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}

