.blue-shop-section {
background: linear-gradient(135deg, #0d47a1, #1976d2);
padding: 70px 30px;
border-radius: 14px;
}
.blue-shop-section .shop-title {
color: #ffffff;
text-align: center;
font-size: 36px;
font-weight: 700;
margin-bottom: 40px;
}
/* Product Card */
.blue-shop-section ul.products li.product {
background: #ffffff;
border-radius: 12px;
padding: 15px;
text-align: center;
transition: 0.3s ease;
}
.blue-shop-section ul.products li.product:hover {
transform: translateY(-6px);
box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
/* Product Image */
.blue-shop-section ul.products li.product img {
border-radius: 10px;
}
/* Product Title */
.blue-shop-section ul.products li.product h2 {
font-size: 16px;
color: #0d47a1;
margin: 12px 0 6px;
}
/* Price */
.blue-shop-section .price {
color: #1976d2;
font-size: 18px;
font-weight: 700;
}
/* Add to Cart Button */
.blue-shop-section a.button {
background: #0d47a1;
color: #ffffff !important;
border-radius: 25px;
padding: 10px 18px;
margin-top: 10px;
display: inline-block;
font-size: 14px;
}
.blue-shop-section a.button:hover {
background: #08306b;
}
Reviews
There are no reviews yet.