// Product Variant Button (Non-Selected Style - Ghost // .ProductItem-details .variant-radiobtn-wrapper label { color: #000 !important; background: none !important; padding: 5px 10px !important; border: 0px solid #000 !important; border-radius: 50px !important; } // Product Variant Button (Pill Hover and Selected Style) - Ghost // .ProductItem-details .variant-radiobtn-wrapper input[type="radio"]:checked+label, .ProductItem-details .variant-radiobtn-wrapper label:hover { color: #000 !important; background: #eee !important; padding: 5px 10px !important; border: 0px solid #000 !important; border-radius: 50px !important; }