
.product-card p a{
    display: block;
    background-color: #E07118;
    color: white;
    text-align: center;
    padding: 10px;
    margin: 10px;
    margin-bottom: 0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;

}

.product-card .pice{

    color: #E07118;
    font-weight: bold;

}

.product-card img{

    object-fit: cover;
    border-radius: 10px;

}