.blurred {
    filter: blur(15px);
}

.catalog__nothing_found {
    width:100%;
    text-align: center;
    margin-top:50px;
}

.catalog__nothing_found a {
    text-decoration: underline;
    color: #5856d2;
}

.btn-added {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 2px solid #5856d2 !important;
}

.btn-added:hover {
    opacity: .8
}

.btn-added span {
    line-height: 130%;
    font-weight: 600;
    color: #5856d2;
}

.hidden {
    display: none !important;
}

span.error {
    color: #ea5252;
}

.filter-color {
    cursor:pointer;
    border-radius: 50%;
}

.user__name_long {
    max-width: 60px !important;
}

.author__name_centered {
    margin-top: 15px;
    font-size: 20px;
    line-height: 128%;
    font-weight: 600;
}

.products-add {
    padding: 15px 0 15px !important;
}

.products-add__flex {
    margin: 20px 0 20px;
}
