View Cart Button - Hover Effect

Hello, i would like this button to expand like the button below it when you hover. Please see the image to see what im speaking of. Thanks for all your help! my page is www.armwrestling.shop

You have some broken CSS added.
This should make the button “grow” as you want:

#cart-notification-button {
  --color-button: 52, 116, 44;
}
#cart-notification-button:after {
  --border-opacity: 0 !important;
}