.bloco-card-produto .bloco-card-produto__wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
	box-shadow: 0 0 12px rgb(0 0 0 / 16%);
	padding: 16px;
}

.bloco-card-produto .bloco-card-produto__infos img {
	display: inline-block;
 	vertical-align: middle;
  	margin-right: 8px;
  	min-height: 18px;
  	width: auto;
}

.bloco-card-produto .bloco-card-produto__infos .bloco-card-produto__tipo {
	font-size: 14px;
  	line-height: 20px;
  	font-weight: normal;
  	color: #333;
  	margin-bottom: 0;
}

.bloco-card-produto .bloco-card-produto__infos h2 {
	font-size: 24px;
  	line-height: 24px;
  	font-weight: bold;
  	height: 48px;
  	color: #333;
  	display: flex;
  	align-items: center;
}

.bloco-card-produto .bloco-card-produto__infos .bloco-card-produto__descricao {
	font-weight: 600;
 	font-size: 14px;
  	line-height: 14px;
  	color: #5B5B5B;
	margin-bottom: 6px;

}

.bloco-card-produto .bloco-card-produto__infos li {
	font-size: 14px;
  	line-height: 18px;
  	color: #333333;
}

.bloco-card-produto .bloco-card-produto__infos li .check-icon {
	content: url(/media/12325520/checkmark.png);
  	margin-right: 5px;
}

.bloco-card-produto__btns {
	width: 268px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.bloco-card-produto__btns div {
	width: 100%;
}
.bloco-card-produto__btns-container {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.bloco-card-produto__taxas-wrapper {
	display: flex;
	gap: 6px;
  	margin-top: 10px;
  	font-size: 12px;
	justify-content: center;
}

.bloco-card-produto__cta-loja {
	color: #333;
  	background: #f8db1c;
  	border-radius: 8px;
  	font-weight: bold;
  	font-size: 14px;
  	line-height: 40px;
  	text-align: center;
  	padding: 0 8px;
  	min-width: 88px;
	max-width: 268px;
  	margin-top: 4px;
  	text-decoration: none;
	display: block;
	height: 40px;
}

.bloco-card-produto__cta-whatsapp {
	color: white;
  	background: #4FCE5D;
  	border-radius: 8px;
  	font-weight: bold;
  	font-size: 14px;
  	line-height: 40px;
  	text-align: center;
  	padding: 0 8px;
  	min-width: 88px;
	max-width: 268px;
  	margin-top: 4px;
  	text-decoration: none;
	display: block;
	background-image: url(https://www.cvc.com.br/imageproc/image/upload/f_auto,w_20/v1758225908/CVC/lps/icones/icon-whatsapp_fqftna.webp) !important;
  	background-size: 20px !important;
  	background-repeat: no-repeat !important;
	background-position: 95% center !important;
	height: 40px;
}

@media(max-width: 1024px){
	.bloco-card-produto .bloco-card-produto__wrapper {
		max-width: 810px;
	}

	.bloco-card-produto__btns {
		width: 200px;
	}
}
	
@media(max-width: 550px){
	.bloco-card-produto .bloco-card-produto__wrapper {
		flex-direction: column;
	}
	
	.bloco-card-produto__btns {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.bloco-card-produto__cta-loja, .bloco-card-produto__cta-whatsapp {
		max-width: 100%;
	}

}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
