@charset "utf-8";
.product-image {
        transition: opacity 0.3s ease;
}
.thumbnail:hover {
        transform: scale(1.05);
        border-color: #3b82f6;
}
.add-to-cart-btn {
        transition: all 0.3s ease;
}
.add-to-cart-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.star-filled {
        color: #f59e0b;
}
.star-empty {
        color: #d1d5db;
}
.border4{border:2px solid;width:fit-content;margin:0 auto;}

#addToCartBtn {
    width: 700px;
    max-width: 100%;
    padding: 2vh 0;
    font-size: 1.2rem;
}
.P-I h3{font-size:1.7rem;}
.P-introduction{
    justify-content: center;
    margin: 0 auto;
    width:920px;
    max-width: 100%;
    flex-wrap: wrap;
}
:root {
--primary-color: #f07171;	
}
.cartcolor{background-color: rgb(229 70 70);}
#addToCartBtn.cartcolor:hover{background:#ffa440;}
.mb-6{color:#000;}
.cart-price{font-size: 3rem;font-weight:bold;}
.exp{font-size:1.6rem;}
/* style.css */


