.product-section {
    padding: 50px 0;
}

.product-item {
    text-align: center;
    max-width:100%;
    margin-bottom: 30px;
}

/*.product-item img {*/
/*    width: 100%;*/
/*    max-width: 200px;*/
/*    height: auto;*/
/*    margin-bottom: 15px;*/
/*}*/

.product-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.product-item p {
    font-size: 16px;
    color: #666;
}
.card{

    border:3px solid rgb(230, 196, 3);
}

.card:hover{
    box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.5);
}
.btn.addToCart.container.mt-3{
    background-image: linear-gradient(to top right, #8e1522, #fd0606);
    color: white;
   
}
.btn.addToCart.container.mt-3:hover{
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}
