.btn-pink {
	background-color: #e91e63;
	color: #fff;
	border: none;
}

.btn-pink:hover {
	background-color: #d81b60;
}

.header-banner {
	background: linear-gradient(to right, #e91e63, #f06292);
	color: white;
	padding: 80px 0;
	text-align: center;
}

.text-pink {
	color: #e91e63;
}

.banner {
	background: linear-gradient(to right, #e91e63, #f06292);
	color: white;
	padding: 80px 0;
	text-align: center;
}

.text-pink {
	color: #e91e63;
}

.section-title {
	font-weight: bold;
	margin-bottom: 30px;
}

.product-banner {
	background: linear-gradient(to right, #e91e63, #f06292);
	color: white;
	padding: 60px 0;
	text-align: center;
}

.price {
	color: #e91e63;
	font-size: 1.8rem;
	font-weight: bold;
}

.rating {
	color: #ffc107;
}

.btn-pink {
	background-color: #e91e63;
	color: white;
}

.btn-pink:hover {
	background-color: #c2185b;
}