.text-block {
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-family: "Poppins", sans-serif;
	z-index: 2;
}

.product-title {
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 50px !important;
	line-height: 1;
	font-weight: 700;
}

.product-cat {
	color: #ffffff;
	font-size: 30px !important;
	font-weight: 600;
}

.merlin-slide--overlay.rounded-custom {
	position: relative;
	border-radius: 50px !important;
	overflow: hidden !important;
}

.merlin-slide--overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0, black 25%, transparent);
	opacity: 0.7;
	z-index: 1;
}


@media (max-width: 576px) {
	.pix-p-10 {
		padding: unset !important;
	}

	.product-title {
		font-size: 25px !important;
	}

	.product-cat {
		font-size: 15px !important;
	}

	.text-block {
		left: 30px !important;
		bottom: 20px !important;
	}
}
