.shipping-choice {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.shipping-choice label {
  display: block;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.shipping-choice select {
  width: 100%;
  min-height: 46px;
  padding: .7rem .8rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: .65rem;
  background: #fff;
  color: var(--navy);
  font: 500 .82rem "DM Sans", sans-serif;
}

.shipping-choice p {
  margin: .55rem 0 0;
}

.promo-code {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.promo-code > label {
  display: block;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.promo-code-controls {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .5rem;
}

.promo-code input,
.promo-code button {
  min-height: 44px;
  border-radius: .65rem;
  font: 700 .82rem "DM Sans", sans-serif;
}

.promo-code input {
  min-width: 0;
  padding: .7rem .8rem;
  border: 1px solid rgba(255, 255, 255, .24);
  background: #fff;
  color: var(--navy);
}

.promo-code button {
  padding: .65rem .9rem;
  border: 1px solid #61c5c9;
  background: #61c5c9;
  color: var(--navy);
  cursor: pointer;
}

.promo-code p {
  margin: .5rem 0 0;
  font-size: .78rem;
}

.promo-code p.success { color: #a9f0d7; }
.promo-code p.error { color: #ffb7aa; }

.checkout-email {
  margin: 1rem 0 .75rem;
}

.checkout-email label {
  display: block;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.checkout-email input {
  width: 100%;
  min-height: 46px;
  padding: .7rem .8rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: .65rem;
  background: #fff;
  color: var(--navy);
  font: 500 .88rem "DM Sans", sans-serif;
}

.checkout-email input:focus {
  outline: 3px solid rgba(97, 197, 201, .28);
  border-color: #61c5c9;
}

.checkout-email p {
  margin: .5rem 0 0;
  font-size: .78rem;
}
