#giftcard_product #block_amounts .ld-gift-native-amount {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

#giftcard_product .ld-gift-amounts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 8px auto 22px;
}

#giftcard_product .ld-gift-amount-btn,
#giftcard_product .ld-gift-custom-amount {
  min-height: 44px;
  border: 1px solid var(--ld-line, #e6dfd0);
  border-radius: 6px;
  background: #fff;
  color: var(--ld-ink, #1d1d1b);
  font-family: var(--ld-f-body, sans-serif);
  font-size: 14px;
}

#giftcard_product .ld-gift-amount-btn {
  min-width: 82px;
  padding: 0 18px;
  font-weight: 650;
}

#giftcard_product .ld-gift-amount-btn.is-active {
  border-color: var(--ld-ink, #1d1d1b);
  background: var(--ld-ink, #1d1d1b);
  color: var(--ld-paper, #faf6ec);
}

#giftcard_product .ld-gift-custom-amount {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px 0 16px;
}

#giftcard_product .ld-gift-custom-amount span {
  color: var(--ld-ink-mute, #6f665a);
  font-size: 13px;
}

#giftcard_product .ld-gift-custom-amount input {
  width: 86px;
  height: 34px;
  border: 0;
  border-left: 1px solid var(--ld-line, #e6dfd0);
  padding: 0 0 0 12px;
  background: transparent;
  color: var(--ld-ink, #1d1d1b);
  font-weight: 650;
  text-align: center;
}

#giftcard_product #block_customization .content > .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

#giftcard_product #block_customization .form-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid var(--ld-line, #e6dfd0);
  border-radius: 6px;
  background: #fff;
}

#giftcard_product #block_button .row {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-right: 0;
  margin-left: 0;
}

#giftcard_product #block_button [class*="col-"] {
  float: none;
  flex: 1 1 0;
  max-width: 360px;
  padding-right: 0;
  padding-left: 0;
}

#giftcard_product #block_button .content {
  margin: 0;
}

#giftcard_product #block_button .btn {
  width: 100%;
  min-height: 46px;
  right: auto !important;
  left: auto !important;
  border-radius: 6px;
  text-transform: none;
}

@media (max-width: 575px) {
  #giftcard_product .ld-gift-amounts,
  #giftcard_product #block_customization .content > .form-group,
  #giftcard_product #block_button .row {
    justify-content: stretch;
  }

  #giftcard_product .ld-gift-amount-btn,
  #giftcard_product .ld-gift-custom-amount,
  #giftcard_product #block_customization .form-inline,
  #giftcard_product #block_button [class*="col-"] {
    flex: 1 1 100%;
    max-width: none;
  }
}
