.gw-stripe-button,
button.gw-stripe-button,
button[data-pf-type="ProductATC2"].gw-stripe-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 520px !important;
  min-width: 0 !important;
  min-height: 58px !important;
  padding: 17px 24px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #635bff 0%, #2f6df6 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 34px rgba(99, 91, 255, 0.24), 0 6px 14px rgba(47, 109, 246, 0.18) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease !important;
}

.gw-stripe-button::before {
  display: none !important;
}

.gw-stripe-button:hover {
  transform: translateY(-2px) !important;
  filter: saturate(1.04) !important;
  box-shadow: 0 22px 42px rgba(99, 91, 255, 0.3), 0 9px 18px rgba(47, 109, 246, 0.2) !important;
}

.gw-stripe-button:active {
  transform: translateY(0) !important;
}

.gw-stripe-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  gap: 8px;
  max-width: 560px;
  margin: 12px auto 0;
  padding: 0 4px;
  color: #4d4438;
  font-size: 14px;
  line-height: 1.35;
}

.gw-stripe-trust span {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(99, 91, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 20px rgba(45, 39, 30, 0.06);
}

.gw-stripe-notice {
  max-width: 560px;
  margin: 12px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(139, 94, 60, 0.24);
  border-radius: 8px;
  background: #fff8e9;
  color: #5f4524;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

#kaching-cart-iframe-for-clean-apis,
#kaching-cart-additional-checkout-buttons,
kaching-cart,
.kaching-cart,
.kaching-cart-root,
shopify-accelerated-checkout,
shopify-accelerated-checkout-cart,
.shopify-payment-button,
.menu-drawer__account,
.header__icon--account {
  display: none !important;
  visibility: hidden !important;
}

/* The sales page only needs the brand in its header. */
header-drawer,
.header__icons,
.header__search,
.header__icon--search,
.header__icon--cart,
#cart-icon-bubble {
  display: none !important;
  visibility: hidden !important;
}

.header {
  grid-template-areas: "heading" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
}

.header__heading,
.header__heading-link {
  grid-area: heading !important;
  justify-self: center !important;
}

.gw-checkout-link {
  scroll-behavior: smooth;
}

.gw-checkout-target {
  scroll-margin-top: 96px;
}

@media screen and (max-width: 749px) {
  .gw-stripe-button,
  button.gw-stripe-button,
  button[data-pf-type="ProductATC2"].gw-stripe-button {
    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
    min-height: 56px !important;
    padding: 15px 16px !important;
    font-size: 16px !important;
  }

  .gw-stripe-trust {
    padding-right: 8px;
    padding-left: 8px;
  }
}
