.category-title{
    

    height: 30px;
    color: #ffffff;
    line-height: .8;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    padding: 9px 12px;
    font-size: 14px;
}

.category-card-header{
    background-color: #485db7 ;
    border-radius: 10px;
    padding: 10px;
}

    .single-shop-product {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .single-shop-product:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    