.add-cart:disabled,
#checkout:disabled {

  cursor: not-allowed;

  opacity: .5;

}


.payment-choice {

  display: grid;

  gap: 8px;

  margin: 18px 0 0;

  padding: 14px;

  border: 1px solid #ebddd5;

  border-radius: 10px;

}


.payment-choice[hidden] {
 display: none;
 }

.payment-choice legend {
 padding: 0 5px;
 font-weight: 700;
 }

.payment-choice label {
 cursor: pointer;
 }

.balance-note {
 margin: -10px 0 18px;
 color: #766760;
 font-size: .85rem;
 }


@media (max-width: 759px) {

  .store-header nav.open {

    position: absolute;

    top: 78px;

    left: 0;

    right: 0;

    display: flex;

    flex-direction: column;

    gap: 0;

    padding: 10px 18px;

    background: #fffaf7;

    border-bottom: 1px solid #ebddd5;

    box-shadow: 0 14px 24px rgba(37, 28, 32, .1);

  }


  .store-header nav.open a {

    padding: 12px 0;

  }

}

