.category-card__title {
	max-width: 14.375rem;
}

.article__picture img {
	width: 100%;
	max-height: 530px;
    object-fit: cover;
}

.icons-menu__icon {
    position: relative;
}

.icon-basket_counter {
    position: absolute;
    top: -11px;
    right: -11px;
    height: 22px;
    width: 22px;
    background: #fd5a4a;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-card__picture {
    max-width: 17rem;
}

.category-card__title {
    max-width: 17rem;
}

.temptable__img {
    max-height: 488px;
}

.product-card__label:nth-child(2) {
    top: 2.7rem;
}