.prod-ui {
  max-width: clamp(20rem, 50%, 30em);
  gap: 1rem;
  margin-inline: auto 0;
  justify-content: space-between;
}
.prod-ui [x-text=price] {
  font-size: 1.8em;
}
.prod-ui > div {
  white-space: nowrap;
}
.prod-ui [x-text=price],
.prod-ui [x-text=subTot] {
  min-width: 5ch;
  display: inline-block;
  text-align: end;
}

.blue {
  color: var(--blue);
}
.blue > b {
  color: var(--white);
}

.purple {
  color: var(--purple);
}
.purple > b {
  color: var(--white);
}

.checky {
  counter-reset: arty 0;
  max-width: 35em;
  margin: 0 auto 10rem;
}
.checky > article {
  counter-increment: arty 1;
  position: relative;
  margin-block: 1.5em;
}
.checky > article::before {
  content: counter(arty, decimal) ") ";
  position: absolute;
  inset: 0.9em auto auto -1.5em;
}
.checky > article header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2rem;
}
.checky > article header h1 {
  font-size: 1.5em;
  color: var(--yellow);
}
.checky > article header p {
  color: var(--gray);
}
.checky > section {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-block: 2em;
}
.checky h2 {
  color: var(--white);
  font-size: 1.3em;
}
.checky h2.total {
  font-size: 2em;
}

.shipbox {
  text-align: end;
}

[x-text=subtotal],
[x-html=formatShip] {
  font-size: 2em;
}

[x-text=total] {
  font-size: 3em;
}

b {
  font-size: 1.8rem;
  font-weight: 400;
}

*:has(> b) {
  text-wrap: nowrap !important;
}

hr {
  border-color: var(--green);
}

footer[x-data] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-block-start: 10rem;
}
footer[x-data] > button {
  width: 100%;
  justify-content: center;
}
footer[x-data] > [x-show] {
  grid-column: span 2;
}
footer[x-data] p {
  margin-block: 1em;
}
footer[x-data] p strong {
  color: var(--yellow);
}

#paypal-box {
  width: clamp(25rem, 60vw, 50rem);
  background: var(--black);
}
#paypal-box:not(:empty) {
  padding: 1em;
}

/*# sourceMappingURL=checkout.css.map */
