.ambientestore-product-price,
.ambientestore-pix-info,
.ambientestore-pix-price {
	font-family: inherit;
	box-sizing: border-box;
}

.ambientestore-product-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	margin: 0;
	color: #000;
	font-style: normal;
	text-align: left;
}

.ambientestore-price-from {
	margin: 0 0 6px;
	color: #8f8f8f;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
}

.ambientestore-current-price {
	margin: 0;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -0.8px;
	line-height: 1;
}

.ambientestore-current-price .amount,
.ambientestore-current-price bdi {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.ambientestore-pix-line {
	margin: 7px 0 0;
	color: #a0a0a0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.ambientestore-payment-lines {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-top: 16px;
}

.ambientestore-payment-row {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.ambientestore-payment-row strong {
	color: #818181;
	font-weight: 700;
}

.ambientestore-payment-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	color: #999;
}

.ambientestore-payment-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.25;
}

.ambientestore-payment-text {
	display: inline;
}

.ambientestore-payment-row .woocommerce-Price-amount,
.ambientestore-payment-row .woocommerce-Price-currencySymbol,
.ambientestore-payment-row bdi {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.ambientestore-pix-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ambientestore-pix-info .ambientestore-discount-line {
	color: #999;
	font-size: 14px;
	line-height: 1.3;
}

.ambientestore-pix-price {
	display: inline;
	color: #a0a0a0;
	font-size: inherit;
	line-height: inherit;
}

@media (max-width: 767px) {
	.ambientestore-current-price {
		font-size: 28px;
	}

	.ambientestore-price-from,
	.ambientestore-pix-line,
	.ambientestore-payment-row {
		font-size: 13px;
	}
}

.ambientestore-pix-line .woocommerce-Price-amount,
.ambientestore-pix-line bdi,
.ambientestore-pix-price .woocommerce-Price-amount,
.ambientestore-pix-price bdi {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
