/**
 * FunnelKit Cart and Flatsome compatibility fixes.
 */

/*
 * FunnelKit renders the swatches next to their own label, so Flatsome's
 * duplicate selected value (for example, ": 44") breaks the row alignment.
 */
#fkcart-modal .fkcart-drawer-content .ux-swatch-selected-value {
	display: none !important;
}
