.select2-results__option .hk-s2o .hk-sale-size {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.select2-results__option .hk-sale-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	padding: 2px 6px;
	background: #111;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.select2-results__option--highlighted .hk-sale-chip {
	background: #fff;
	color: #111;
}

.single-product .woocommerce-product-gallery .product-labels .onsale.hk-sale-badge-hidden {
	display: none !important;
}
