.cart-item {
  display: flex;
  gap: var(--hh-page-gutter);
}

.cart-item__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: space-between;
  width: 100%;
}

.cart-item__actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cart-item__actions button svg {
  width: 8px;
}

.cart-item__sale-msg {
  color: var(--hh-color-danger);
  font-style: italic;
}

.cart-item__details {
  margin-top: var(--hh-space-2xs);
}
