body {
  margin: 0;
}

h1.page-title {
  color: var(--bs-primary) !important;
  font-family: "Nata Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.featured-product-card {
  font-size: 0.85rem;
}

.featured-product-card .card-body {
  padding: 0.5rem 0.5rem 0.6rem;
}

.featured-product-card .btn,
.featured-product-card .badge {
  padding: 0.15rem 0.45rem;
}

.cart-item-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
}

.cart-item-text {
  min-width: 0;
}

.cart-item-name {
  font-size: 0.9rem;
  line-height: 1.25;
  word-wrap: break-word;
}

.cart-item-header td {
  border-bottom: none;
}

.cart-item-row td {
  border-top: none;
}

.cart-qty-input {
  max-width: 90px;
  margin: 0 auto;
}
