/* Hide only the unavailable marker line on Size chips. */
body.o_website_sale_product .variant_attribute[data-attribute-name="Size"] .form-check.sinovo-variant-unavailable .form-check-label::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
}
