.card-wine h2{
	text-transform: uppercase;
    color: #7A1B54;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-wine{
	position: relative;
	height: 420px;
	max-width: 295px !important;
}

.card-wine img{
	position: relative;
	top: -50px;
}

.card-wine .card-content{
	position: relative;
	top: -30px;
	height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-wine:after{
	content: "";
    background: #F4F1EC;
    height: 65%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    border-radius: 10px;
}

.card-wine .zbk{
	background: transparent !important;
	max-width: 295px !important;
}

.card-wine h6{
	font-weight: 400 !important;
    font-size: 16px;
    line-height: 23px;
	color: #000 !important;
	text-transform: uppercase;
}

.price-cardwine h6{
	color: #7A1B54 !important;
    font-weight: bold !important;
	font-size: 24px;
}

.no-cart-button:hover .icon-cart-wish {
    display: flex;
    opacity: 0;
    top: 30%;
    left: 0;
}

.no-cart-button:hover img {
    filter: none !important;
}

