
.products_item {
    width: 24%;
    position: relative;
    margin-bottom: 20px;
}
.products_item a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #3043A1;
}
.products_item p {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: #24337A;
    margin: 24px 0 14px;
}
.products_item img{
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #FFFFFF;
    border-radius: 48px;
    margin-bottom: 16px;
}
.products_item__basket {
    width: 56px;
    height: 56px;
    color: #fff;
    background: #17BED0;
    border-radius: 100px;
}
.products_item__basket:hover {
    background: #19CEE1;
}
del {
    display: block;
    color:  #E95E26;
}
.products_item__price {
    height: 60px;
    margin-bottom: 16px;
}