button[x-on\:click="addToCart"] {
    display: none !important;
}

form button[type="submit"].btn-outline-primary {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

body .sa-co-withdrawal {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.pb-hub {
  --red: #ef233c;
  --red-bright: #ff334b;
  --red-dark: #b91c32;
  --red-glow: rgba(239,35,60,.22);
  --bg: #07080b;
  --surface: #0d0f13;
  --surface-2: #11141a;
  --border: rgba(255,255,255,.075);
  --text: #f8fafc;
  --muted: #7d8593;
  --muted-2: #565e6b;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 22px 90px;
  box-sizing: border-box;
}