.public-cart {
  background: #f7f7f7;
  color: #212529;
}

.public-cart__empty,
.public-cart__line,
.public-cart__summary {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
}

.public-cart__lines {
  display: grid;
  gap: 1rem;
}

.public-cart__line--unavailable {
  background: #f4f4f4;
}

.public-cart__image-frame {
  align-items: center;
  aspect-ratio: 1;
  background: #ececec;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.public-cart__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.public-cart__image-placeholder {
  color: #6c757d;
  font-size: .875rem;
}

.public-cart__unavailable {
  color: #9b2c2c;
  font-weight: 600;
}

.public-cart__summary {
  max-width: 36rem;
}

.public-cart__checkout-message {
  border-top: 1px solid rgba(0, 0, 0, .12);
  padding-top: 1rem;
}

.public-cart--pound-cake {
  background: #fff;
  color: #2b2825;
}

.public-cart--pound-cake .public-cart__empty,
.public-cart--pound-cake .public-cart__line,
.public-cart--pound-cake .public-cart__summary {
  background: #fff;
  border-color: #e88f2a;
  color: #2b2825;
}

.public-cart--pound-cake .text-muted {
  color: #6c757d !important;
}

.public-cart--interia {
  background: #f3f0e9;
  color: #24221f;
}

.public-cart--interia .public-cart__line,
.public-cart--interia .public-cart__summary,
.public-cart--interia .public-cart__empty {
  border-color: #24221f;
  border-radius: 0;
}

.public-cart--stellar-reach {
  background: #fff;
  color: #1f2937;
}

.public-cart--stellar-reach .public-cart__line,
.public-cart--stellar-reach .public-cart__summary,
.public-cart--stellar-reach .public-cart__empty {
  border-color: #00bcd4;
  border-radius: .75rem;
}

.stellar-reach-action {
  background-color: #5b03e4;
  border: 0;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.stellar-reach-action:hover,
.stellar-reach-action:focus-visible {
  background-color: #c03afe;
  color: #fff;
}

.stellar-reach-action--secondary {
  background-color: #c03afe;
}

.stellar-reach-action--secondary:hover,
.stellar-reach-action--secondary:focus-visible {
  background-color: #5b03e4;
}

@media (max-width: 575.98px) {
  .public-cart__image-frame {
    max-width: 8rem;
  }

  .public-cart .btn,
  .public-cart .stellar-reach-action,
  .public-cart input[type="number"] {
    min-height: 44px;
  }
}
