.product-wishlist-button {
	width: 35px;
	height: 35px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background-color 0.3s ease-in-out;
	border-radius: 5px;
}

.product-wishlist-button:hover {
	background-color: #f1f1f1;
}