/*
 * AAR PPOM ármegjelenítés
 * Csak a termékoldali PPOM megjelenítéshez.
 */

.aar-ppom-native-price-hidden {
	display: none !important;
}

/* A PPOM által a lista mellé írt [+35.000 Ft] helyett teljes ár jelenik meg. */
.ppom-wrapper .aar-ppom-full-option-price {
	white-space: nowrap;
	font-weight: 600;
	color: inherit;
}

/* A WooCommerce eredeti alapára ne zavarjon be a kiválasztott végső ár mellett. */
body.aar-ppom-hide-original-price.single-product .summary > p.price,
body.aar-ppom-hide-original-price.single-product .summary > .price {
	display: none !important;
}

.aar-ppom-final-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 18px 0 16px;
	padding: 14px 14px;
	border-top: 1px solid #e1e5e8;
	border-bottom: 1px solid #e1e5e8;
	font-size: 18px;
	line-height: 1.35;
}

.aar-ppom-final-price__label {
	font-weight: 700;
	color: #2b2f33;
}

.aar-ppom-final-price__amount {
	font-size: 22px;
	font-weight: 800;
	color: #202428;
	white-space: nowrap;
}

@media (max-width: 520px) {
	.aar-ppom-final-price {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.aar-ppom-final-price__amount {
		font-size: 21px;
	}
}
