.cart-notification.cart-notification--custom {
  position: fixed;
  right: 0;
}
@media screen and (max-width: 749px) {
  .cart-notification.cart-notification--custom {
    position: absolute;
  }
}

button.button--custom.cart-notification__last-link {
  margin: 1rem 0 0 0;
}