/* Eingebettete Stripe-Zahlung in der Kasse */

.shop-paybox {
  margin-top: 16px;
  padding: 18px;
  background: #fffdf8;
  border: 1px solid #efe8d8;
}

.shop-paybox__loading {
  margin: 0;
  color: #8a8478;
  font-size: 14px;
}

.stripe-pay__hint {
  margin: 12px 0 0;
  color: #8a8478;
  font-size: 12px;
  line-height: 1.5;
}

.shop-choice label.is-off {
  opacity: 0.55;
  cursor: not-allowed;
}

.shop-choice label.is-off input {
  cursor: not-allowed;
}

/* Rezept-Upload in der Kasse */

.shop-rxbox b {
  color: #575756;
}

.shop-rxbox input[type="file"] {
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px dashed #d4b853;
  font-size: 13px;
  color: #575756;
  cursor: pointer;
}

/* Produktvarianten auf der Detailseite */

.shop-variants {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.shop-variant {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #fffdf8;
  border: 1px solid #efe8d8;
  cursor: pointer;
}

.shop-variant.is-on {
  border-color: #d4b853;
  box-shadow: inset 0 0 0 1px #d4b853;
}

.shop-variant.is-off {
  opacity: 0.55;
  cursor: not-allowed;
}

.shop-variant input {
  accent-color: #b6a664;
}

.shop-variant span {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  width: 100%;
}

.shop-variant em {
  font-style: normal;
  color: #8a8478;
  white-space: nowrap;
}

.shop-variant em s {
  margin-right: 6px;
  color: #b9b2a4;
}

.shop-badge--rx {
  margin-left: 8px;
  background: #a63d3d;
  color: #fff;
}

/* MwSt-Ausweis auf der Quittung */

.shop-receipt__totals .is-vat {
  color: #8a8478;
  font-size: 13px;
}
