.favorite-brands {
    font-family: 'Univers LT Std';
    padding: 0 30px 30px;
    background-color: #FCF8F5;
    color: #212121;
}

.favorite-brands__body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.favorite-brands__title {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;

    margin-bottom: 10px;
}

.favorite-brands__items {
    height: 299px;
}

.favorite-brands__items .slick-slide {
    margin: 0 10px;
}

.favorite-brands__items .slick-list {
    margin: 0 -10px;
}

.favorite-item {
    background: #FFFFFF;
}

.favorite-item__body {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 20px 0 25px;
}

.favorite-item__content {}

.favorite-item__image {
    margin-bottom: 10px;
    height: 197px;
    max-width: 197px;
}

.favorite-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.favorite-item__name {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    text-align: center;

    margin-bottom: 5px;
}

.favorite-item__price {
    display: flex;
    justify-content: center;

    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}

.favorite-item__price-text {
    margin-right: 2px;
}

.favorite-item__price-value {}