html.checkout-standalone,
html.checkout-standalone body {
  min-height: 100%;
}

html.checkout-standalone body {
  overflow: hidden;
}

.field.checkout-invalid .input-group {
  outline: 2px solid #d92d20;
  outline-offset: -2px;
}

.checkout-field-error {
  color: #b42318;
  display: block;
  font-size: 0.72rem;
  line-height: 1.25;
  min-height: 0;
  padding: 0.28rem 0.35rem 0;
  text-align: left;
}

.checkout-field-error:empty {
  display: none;
}

.checkout-identification-tab .tabs ul {
  margin-bottom: 0.75rem !important;
}

.checkout-identification-register {
  gap: 0.75rem !important;
  padding-top: 0.1rem;
}

.checkout-identification-register h4 {
  font-size: 1.05rem;
  line-height: 1.3;
}

.checkout-identification-form {
  padding-block: 0 !important;
}

.checkout-identification-form .row {
  margin-top: 0.6rem;
}

.checkout-identification-form .field.checkbox .input-group {
  min-height: 3.2rem;
}

.checkout-identification-form .btn {
  margin-bottom: 0.65rem;
  margin-top: 0.65rem !important;
}

.checkout-address-status {
  margin: 0.9rem auto 0;
  max-width: 34rem;
  text-align: center;
  width: 100%;
}

.checkout-status {
  border-radius: 0.6rem;
  display: none;
  font-size: 0.82rem;
  line-height: 1.35;
  margin-top: 0.65rem;
  padding: 0.7rem 0.85rem;
}

.checkout-status.is-visible {
  display: block;
}

.checkout-status.is-success {
  background: #eaf7ef;
  color: #176b3a;
}

.checkout-status.is-error {
  background: #fff0ee;
  color: #b42318;
}

.checkout-loading {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
}

.whatsapp {
  display: none !important;
}

.cart-monthly .discount {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  justify-content: center;
  line-height: 1.2;
}

.cart-monthly .discount .checkout-plan-old {
  color: inherit;
}

.cart-monthly .discount .checkout-plan-old-price {
  color: var(--color-text-disabled, #8b8c94);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.cart-monthly .discount .checkout-plan-current,
.cart-monthly .discount.checkout-coupon-plan {
  color: var(--primary-color, #00895f);
  font-weight: 800;
}

.checkout-coupon-gate {
  align-items: center;
  background: rgba(5, 42, 31, 0.76);
  backdrop-filter: blur(8px);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 10000;
}

.checkout-coupon-gate.is-visible {
  display: flex;
}

.checkout-coupon-dialog {
  background: #fff;
  border: 1px solid rgba(0, 137, 95, 0.2);
  border-radius: 1.75rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 36, 25, 0.26);
  color: #171717;
  max-height: calc(100dvh - 2rem);
  overflow-y: auto;
  padding: 2.25rem;
  position: relative;
  text-align: center;
  width: min(100%, 30rem);
}

.checkout-coupon-dialog h2 {
  color: #087f5b;
  font-size: 1.65rem;
  line-height: 1.15;
  margin: 1rem 0 0.45rem;
}

.checkout-coupon-dialog > p {
  color: #555861;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0 auto 1.35rem;
  max-width: 22rem;
}

.checkout-coupon-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #5f6368;
  cursor: pointer;
  display: flex;
  font-size: 1.2rem;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.5rem;
}

.checkout-coupon-icon {
  align-items: center;
  background: #e7f6ef;
  border-radius: 50%;
  color: #00895f;
  display: flex;
  font-size: 1.75rem;
  font-weight: 800;
  height: 4.5rem;
  justify-content: center;
  margin: 0 auto;
  width: 4.5rem;
}

.checkout-coupon-field {
  display: block;
  text-align: left;
}

.checkout-coupon-field span {
  color: #35373c;
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0 0 0.4rem 0.2rem;
}

.checkout-coupon-field input {
  background: #fff;
  border: 2px solid #d9dde0;
  border-radius: 0.85rem;
  color: #171717;
  font: inherit;
  font-size: 1rem;
  height: 3.5rem;
  outline: 0;
  padding: 0 1rem;
  text-transform: uppercase;
  width: 100%;
}

.checkout-coupon-field input:focus {
  border-color: #00895f;
  box-shadow: 0 0 0 3px rgba(0, 137, 95, 0.12);
}

.checkout-coupon-gate-status {
  color: #b42318;
  font-size: 0.82rem;
  min-height: 1.2rem;
  padding: 0.4rem 0.2rem 0;
  text-align: left;
}

.checkout-coupon-apply,
.checkout-coupon-back {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  width: 100%;
}

.checkout-coupon-apply {
  background: #f4ce62;
  border-radius: 999px;
  color: #564514;
  font-size: 1rem;
  margin-top: 0.5rem;
  min-height: 3.5rem;
}

.checkout-coupon-apply:hover {
  background: #ebc14f;
}

.checkout-coupon-back {
  background: transparent;
  color: #65706b;
  font-size: 0.88rem;
  margin-top: 0.85rem;
  padding: 0.65rem;
}

@media (min-width: 1181px) {
  .modal-overlay {
    align-items: center !important;
    padding-block: 1.5rem;
  }

  .modal-overlay .modal {
    height: min(44rem, calc(100dvh - 4rem)) !important;
    max-height: calc(100dvh - 4rem);
    min-height: 0 !important;
    overflow-y: auto;
    padding-bottom: 1.5rem !important;
  }

  .modal-overlay .modal-content,
  .modal-overlay .modal-content > .container {
    min-height: 0 !important;
  }

}

@media (max-width: 680px) {
  .modal-overlay .modal-content {
    margin-inline: 0;
  }

  .checkout-status {
    font-size: 0.78rem;
  }

  .checkout-address-status {
    margin-top: 0.7rem;
    width: calc(100% - 2rem);
  }

  .checkout-coupon-dialog {
    border-radius: 1.35rem;
    padding: 1.75rem 1.25rem 1.25rem;
  }

  .checkout-identification-register h4 {
    font-size: 0.95rem;
  }

  .checkout-identification-form .row {
    margin-top: 0.55rem;
  }
}
