.pwb-global-cart {
  position: relative;
}

.pwb-cart-badge {
  position: absolute;
  top: -7px;
  right: -8px;
  min-width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid #101c23;
  border-radius: 999px;
  background: #efac43;
  color: #101c23;
  font: 800 10px/1 Arial, sans-serif;
}

.pwb-cart-badge[hidden] {
  display: none;
}

.pwb-commerce-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-left: 3px solid #efac43;
  background: #fff8e9;
  color: #56666e;
  font-size: 12px;
  line-height: 1.55;
}

.pwb-checkout-empty {
  position: relative;
  z-index: 2;
  padding: clamp(38px, 6vw, 82px);
  border: 1px solid rgba(16, 36, 49, .15);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 28px 90px rgba(6, 19, 28, .1);
}

.pwb-checkout-empty span {
  color: #167ca8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pwb-checkout-empty h2 {
  max-width: 760px;
  margin: 15px 0;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}

.pwb-checkout-empty p {
  max-width: 700px;
  color: #5e6e75;
  line-height: 1.7;
}

.pwb-checkout-empty .button {
  margin-top: 24px;
}

.checkout-field select {
  width: 100%;
  min-height: 50px;
  padding: 15px;
  border: 1px solid rgba(16, 36, 49, .18);
  border-radius: 0;
  background: #fff;
  color: #102431;
  font: inherit;
}

@media (max-width: 760px) {
  .pwb-cart-badge {
    top: -5px;
    right: -5px;
  }

  .cart-line .cart-image {
    margin: 0;
  }

  .cart-line .line-price {
    display: none !important;
  }
}
