.veyragate-pay-fields {
  box-sizing: border-box;
  padding: 14px 0 6px;
}
.veyragate-pay-fields .veyragate-pay-fields__mount {
  box-sizing: border-box;
  min-height: 108px;
  background: transparent;
  transition: box-shadow 160ms ease, border-color 160ms ease;
  border-radius: 10px;
}
.veyragate-pay-fields .veyragate-pay-fields__mount:focus-within {
  box-shadow: none !important;
}
.veyragate-pay-fields .veyragate-pay-fields__error {
  color: #a4291f;
  font-size: 13px;
  margin-top: 6px;
  min-height: 16px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.veyragate-pay-fields .veyragate-pay-fields__error:not(:empty)::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 1px;
  border-radius: 50%;
  background: #fee2e2;
  color: #991b1b;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
}
.veyragate-pay-fields .veyra-field {
  margin-bottom: 12px !important;
}
.veyragate-pay-fields .veyra-field:last-child {
  margin-bottom: 0 !important;
}
.veyragate-pay-fields .veyra-field > label {
  font-size: 13px !important;
  margin-bottom: 7px !important;
  letter-spacing: 0.01em;
}
.veyragate-pay-fields [data-veyra-card-element] {
  box-sizing: border-box;
  padding: 14px !important;
  min-height: 24px !important;
  border-radius: 10px !important;
  border-width: 1px !important;
  border-style: solid !important;
}
.veyragate-pay-fields [data-veyra-card-element]:focus-within {
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}
.veyragate-pay-description {
  margin-top: 0;
  margin-bottom: 8px;
  color: #3b4036;
  font-size: 13px;
}
.veyragate-pay-fields iframe {
  display: block;
  border: 0;
  overflow: hidden;
  background: transparent;
}
.veyragate-pay-fields .veyragate-pay-wallets {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .veyragate-pay-fields .veyragate-pay-wallets {
    gap: 10px;
    margin-bottom: 12px;
  }
}
.veyragate-pay-fields .veyragate-pay-wallet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    filter 140ms ease;
  will-change: transform;
}
.veyragate-pay-fields .veyragate-pay-wallet:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 4px 14px -4px rgba(15, 23, 42, 0.30);
}
.veyragate-pay-fields .veyragate-pay-wallet:active {
  transform: translateY(0);
  filter: brightness(0.96);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.15);
}
.veyragate-pay-fields .veyragate-pay-wallet:focus-visible {
  outline: 2px solid rgba(15, 23, 42, 0.55);
  outline-offset: 2px;
}
.veyragate-pay-fields .veyragate-pay-wallet:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  filter: none;
  box-shadow: none;
}
.veyragate-pay-fields button.veyragate-pay-wallet--apple {
  -webkit-appearance: -apple-pay-button !important;
  appearance: -apple-pay-button !important;
  -apple-pay-button-type: buy;
  -apple-pay-button-style: black;
  width: 100%;
  height: 52px;
  min-height: 52px;
  padding: 0 !important;
  border: none !important;
  border-radius: 10px;
  background: #000 !important;
  box-shadow: none;
}
.veyragate-pay-fields button.veyragate-pay-wallet--apple:hover,
.veyragate-pay-fields button.veyragate-pay-wallet--apple:active {
  filter: none;
  transform: none;
  box-shadow: none;
}
@supports not ((-webkit-appearance: -apple-pay-button) or (appearance: -apple-pay-button)) {
  .veyragate-pay-fields button.veyragate-pay-wallet--apple {
    background: #000 !important;
    color: #fff;
    font-weight: 600;
  }
  .veyragate-pay-fields button.veyragate-pay-wallet--apple::after {
    content: "Buy with Apple Pay";
  }
}
.veyragate-pay-fields apple-pay-button.veyragate-pay-wallet--apple {
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 52px;
  --apple-pay-button-border-radius: 10px;
  --apple-pay-button-padding: 0;
  --apple-pay-button-box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
}
.veyragate-pay-fields apple-pay-button.veyragate-pay-wallet--apple:hover,
.veyragate-pay-fields apple-pay-button.veyragate-pay-wallet--apple:active {
  filter: none;
  transform: none;
  box-shadow: none;
}
.veyragate-pay-fields .veyragate-pay-wallets__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2px 0 0;
}
.veyragate-pay-fields .veyragate-pay-wallets__divider-line {
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.veyragate-pay-fields .veyragate-pay-wallets__divider-label {
  font-size: 11.5px;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #64748b;
}
.veyragate-pay-fields [data-veyra-descriptor-disclosure="1"] {
  margin: 8px 0 0 0;
  font-size: 11px;
  color: #64748b;
  line-height: 1.45;
  text-align: center;
}
.veyragate-pay-fields [data-veyra-card-brand-badge] {
  transition: opacity 200ms ease, transform 200ms ease !important;
}
.veyragate-pay-fields [data-veyra-card-brand-badge][data-brand] {
  animation: veyraPayBadgeFadeIn 200ms ease;
}
@keyframes veyraPayBadgeFadeIn {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.veyragate-pay-fields .veyragate-pay-fields__mount[data-veyra-loading="1"] {
  position: relative;
}
.veyragate-pay-fields .veyragate-pay-fields__mount[data-veyra-loading="1"]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background:
    linear-gradient(
      90deg,
      rgba(241, 245, 249, 0) 0%,
      rgba(241, 245, 249, 0.6) 50%,
      rgba(241, 245, 249, 0) 100%);
  animation: veyraPayShimmer 1.4s linear infinite;
  pointer-events: none;
}
@keyframes veyraPayShimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.veyragate-pay-cart-express {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0;
  padding: 6px 10px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
  font:
    12px -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  color: #15803d;
}
.veyragate-pay-cart-express svg {
  flex: 0 0 12px;
  color: #15803d;
}
.veyragate-pay-surcharge-notice {
  margin: 8px 0 6px;
  font:
    12.5px/1.45 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  color: #64748b;
}
.veyragate-pay-surcharge-notice:empty {
  display: none;
}
