.cart-item__details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cart-item__sublabel {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

* {
  letter-spacing: 0 !important;
}