/* Header exchange rates (replaces YayCurrency dropdown) */
.mobex-fx-rates {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 14px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	white-space: nowrap;
}

.mobex-fx-rate {
	display: inline-flex;
	align-items: center;
}

.mobex-fx-sep {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: currentColor;
	opacity: 0.25;
}

.currency-switcher .mobex-fx-rates {
	color: inherit;
}

/* Hide leftover YayCurrency switchers */
.yay-currency-single-product-switcher,
.product .yay-currency-single-page-switcher,
.product .yay-currency-block-switcher,
.summary .yay-currency-single-page-switcher,
.currency-switcher .yay-currency-custom-select-wrapper,
.currency-switcher .yay-currency-form-switcher,
.currency-switcher .yay-currency-single-page-switcher {
	display: none !important;
}

/* Dual USD + UAH prices: 10.00 USD / 446,41 грн */
.product .price .mobex-dual-price {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0;
	padding: 0 !important;
	width: auto;
	white-space: nowrap;
}

.product .price .mobex-dual-price span,
.product .price .mobex-dual-price span + span {
	display: inline !important;
	padding: 0 !important;
}

.product .price .mobex-price-sep {
	opacity: 0.45;
	font-weight: 500;
	padding: 0 2px !important;
}

.product .price .mobex-dual-price del {
	margin-right: 8px;
	opacity: 0.5;
	font-weight: 400;
}

.product .price .mobex-dual-price ins {
	text-decoration: none;
	background: none;
}

@media (max-width: 767px) {
	.mobex-fx-rates {
		white-space: normal;
		justify-content: flex-end;
		font-size: 11px;
		gap: 4px 10px;
	}

	.product .price .mobex-dual-price {
		white-space: normal;
	}
}
