.section-products-hb .single-product {
    margin-bottom: 26px;
}

.section-products-hb .single-product .part-1 {
    position: relative;
    /*height: 290px;
    max-height: 290px;*/
    margin-bottom: 20px;
    overflow: hidden;
}

.section-products-hb .single-product .part-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s;
}

.section-products-hb .single-product:hover .part-1 img {
    transform: scale(1.2,1.2) rotate(1deg);
}

.section-products-hb .part-1 img {
    object-fit: cover;
    transition: all 0.6s;
}

.section-products-hb .single-product .part-2 .product-title {
    font-size: 1rem;
}

.section-products-hb .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products-hb .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products-hb .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}