/* SHOP */

/*
@media (max-width: 1023px) {
    .main-container .recommendations-page .small-cards-row {
        grid-template-columns: repeat(8, 1fr);
*/

.shop-content{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.nav-shop {
    display: flex;
    gap: 5px;
    padding: 0px 0 12px 0;
    flex-wrap: wrap;
}

.nav-shop a{
    color: var(--color-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin: 0 10px 0 0;
    font-family: Minecraft;
}

.noActivePreset {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.noActivePreset-text {
    color: #9c9a9a;
    font-weight: 300;
    font-size: 50px;
    font-family: 'Minecraft';
}

.shop-label {
    color: white;
    font-family: 'Minecraft';
    font-size: 50px;
    background: linear-gradient(89deg, #ff6b6b, #49d873, #b062f8, #7272ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: fit-content;
}

.shop-label-shell {
    display:flex;
    justify-content: center;
}

.shop-cards {
    width: 100%;
    justify-content: unset;

    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 20px 15px;
}


.sort-stream {
    gap: 3px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_in_stream_shop_shell {
    display: flex;
    background: gray;
    border: none;
    border-radius: 3px;
}

input.input-search-stream-shop {
    background: transparent;
    border: none;
    font-family: Minecraft;
    color: white;
    padding: 0 5px;
    min-width: 56px;
    width: 56px;
    max-width: 300px;
}

button.search-stream-btn {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

select.sort-category-steam {
    background: gray;
    font-family: 'Minecraft';
    color: white;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 12px;
}

@media (max-width: 1754px) {
    .shop-cards {
        grid-template-columns: repeat(4, 1fr);
    }
   
}

@media (max-width: 1450px) {
    .shop-cards {
        grid-template-columns: repeat(5, 1fr);
    }

}

@media (max-width: 1369px) {
    .shop-cards {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media (max-width: 1199px) {
    .shop-cards {
        grid-template-columns: repeat(4, 1fr);
    }
   
}

@media (max-width: 1095px) {
    .shop-cards {
        grid-template-columns: repeat(3, 1fr);
    }
   
}

@media (max-width: 991px) {
    .shop-cards {
        grid-template-columns: repeat(3, 1fr);
    }
   
}

@media (max-width: 825px) {
    .shop-cards {
        grid-template-columns: repeat(2, 1fr);
    }
   
}


@media (max-width: 767px) {
    .shop-cards {
        grid-template-columns: repeat(2, 1fr);
    }
   
}

@media (max-width: 576px) {
    .shop-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}