How to hide unavailable variants?

Hi @Shivani3 ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.product-form__input--pill input[type=radio]:disabled+label, .product-form__input--pill input[type=radio].disabled+label {
    opacity: 0.5;
}