.btn-voltar {
	color: #761A92 !important;
	background: none !important;
	border: 1px solid #761A92;
	font-size: 16px;
	font-weight: 800;
	font-family: "tgn-soft-round", Sans-serif;
	text-decoration: none;
	position: absolute;
	top: -70px;
	right: 0;
}

.container-produtos {
	padding: 0px;
	max-width: 100%;
	margin: 0 auto;
}

.product-card {
	background: white;
	padding: 42px 20px 32px;
	height: 100%;
	border: solid 2px #d9d9d9;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
}

.product-title {
	color: #761A92;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	font-family: "tgn-soft-round", Sans-serif;
}

.badges {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.badges span {
	display: inline-block;
	font-family: "tgn-soft-round", Sans-serif;
	padding: 8px;
	border-radius: 14px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}

.badge-hematomas {
	background-color: #761a92;
	color: white;
}

.badge-dor {
	background-color: #1d4fdb;
	color: white;
}

.badge-varizes {
	background-color: #C731FF;
	color: white;
}

.badge-infantil {
	background-color: #fad35d;
	color: #0f2586;
}

.product-image {
	color: white;
	padding: 0px;
	border-radius: 10px;
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
}

.product-description {
	color: #666;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	max-width: 255px;
	margin: auto;
	margin-bottom: 15px;
	flex-grow: 1;
}

.price {
	font-size: 0.9rem;
	color: #666;
	line-height: 24px;
}

.price-value {
	font-size: 30px;
	font-weight: bold;
	color: #1eb358;
}

.bottom {
	border-top: 1px solid #ccc;
	margin: 14px 14px 0;
	padding-top: 14px;
}

.btn-comprar {
	background-color: #ea580c;
	color: white;
	border: none;
	padding: 15px !important;
	border-radius: 10px !important;
	font-family: "tgn-soft-round", Sans-serif;
	font-weight: 900 !important;
	font-size: 24px !important;
	transition: background-color 0.3s;
}

.btn-comprar:hover {
	background-color: #c2410c !important;
	color: white !important;
}

.embalagem-maior {
	background-color: #f6ad55;
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}

.pharmacy-list {
	max-height: 400px;
	overflow-y: auto;
}

.pharmacy-item button {
	transition: background-color 0.3s;
}

.pharmacy-item button:hover {
	background-color: #c2410c !important;
}

.pharma-logo {
	max-width: 150px;
	display: flex;
	align-items: center;
	width: 120px;
}

#farmacias-lista {
	overflow: auto;
	max-width: 100%;
	max-height: 590px;
	padding: 0px;
	padding-left: 0px !important;
	padding-right: 10px;
}

.pharmacy-item {
	border: solid 1px #d9d9d9;
	padding: 10px 24px !important;
	border-radius: 10px !important;
	margin-bottom: 18px;
}

.pharmacy-item .d-flex {
	width: 100%;
	justify-content: space-between;
	align-self: center;
	margin-bottom: 0px;
}

.pharmacy-item .d-flex span {
	font-weight: 700 !important;
	font-size: 15px;
}

.pharmacy-item .d-flex a {
	background-color: #ea580c;
	color: white;
	border: none;
	border-radius: 6px;
	font-weight: 900;
	padding: 9px 24px !important;
	font-size: 17px;
	font-family: "tgn-soft-round", Sans-serif;
}

.e-con-inner {
	max-width: 1280px !important;
}



.produto-mobile img {
	max-width: 196px;
}

#produto-nome {
	color: #761A92;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "tgn-soft-round", Sans-serif;
}

#produto-descricao {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
}

@media (max-width: 1248px) and (min-width: 992px) {}


@media (max-width: 768px) {
	.product-title {
		text-align: left;
		font-size: 18px;
		margin-bottom: 0;
	}

	.badges {
		margin-bottom: 0px;
	}

	.btn-comprar {
		font-size: 20px !important;
		padding: 4px 10px !important;
		max-width: 156px !important;
		display: block !important;
	}

	.product-card {
		padding: 16px 12px;
	}

	.product-description,
	.price {
		max-width: unset;
		text-align: left;
		font-size: 14px;
		line-height: 18px;
		margin: 5px 0;
	}

	.produto-mobile img {
		max-width: 140px;
	}


	.pharmacy-item {
		padding: 10px 14px !important;
	}

	.pharmacy-item .d-flex span {
		font-size: 13px;
		padding-right: 10px;
	}

	.pharmacy-item .d-flex a {
		padding: 6px 11px !important
	}

	.pharma-logo {
		width: 100px;
	}

	.badges span {
		font-size: 8px;
		padding: 3px 5px;
		border-radius: 5px;
	}

	.container-produtos .col-lg-4.col-6 {
		padding: 0px 5px;
		margin-top: 8px;
	}

	.price-value {
		font-size: 22px;
	}

	.product-card {
		padding: 16px 12px;
	}

	.elementor-1438 .elementor-element.elementor-element-626fa07 .elementor-heading-title {
		font-size: 28px;
	}

	.elementor-1438 .elementor-element.elementor-element-4af3549 .elementor-heading-title {
		font-size: 28px;
	}

	#detalhe-produto .product-image {
		min-height: 100px;
		display: flex;
		align-items: end;
		margin-top: 0px;
		padding: 25px;
	}

	#detalhe-produto .price {
		margin-bottom: 10px;
	}

	#produto-nome {
		font-size: 24px;
	}

	#selecionar-produto {
		margin-bottom: 17px;
	}

	.btn-voltar {
		font-size: 14px !important;
		top: -89px !important;
	}
}

@media (max-width: 576px) {
	.product-image {
		min-height: 85px;
		display: flex;
		align-items: end;
		margin-top: 0px;
	}

	#search-container {
		display: block !important;
	}

	#search-container button {
		width: 100%;
		margin-top: 10px;
	}
}