.olma-standard-price-row {
	clear: both;
	margin: 14px 0 18px;
}

.olma-standard-price-target {
	display: flex;
	align-items: center;
	min-height: 32px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
}

.olma-standard-price-target .olma-price-presentation {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.olma-standard-price-target del {
	color: #707885;
	font-size: 16px;
	font-weight: 700;
	opacity: 1;
}

.olma-standard-price-target ins {
	color: #061a33;
	font-size: 22px;
	font-weight: 900;
	text-decoration: none;
}

.olma-standard-price-target .olma-display-discount {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.olma-standard-pricing-active .woocommerce-variation-price,
.olma-composite-pricing-active .woocommerce-variation-price {
	display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[aria-checked="true"] {
	background: #eef6ff !important;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #1677ff !important;
	color: #061a33 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus-visible {
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #1677ff !important;
}

.tdpcm-swatch.selected,
.tdpcm-swatch[aria-pressed="true"] {
	border-color: #ffffff !important;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #1677ff !important;
	transform: scale(1.04);
}

.tdpcm-swatch:focus-visible {
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #1677ff !important;
}

@media (max-width: 520px) {
	.olma-standard-price-target {
		font-size: 18px;
	}

	.olma-standard-price-target ins {
		font-size: 20px;
	}
}
