.product-card-small {
  color: var(--color-base-text);
}

.product-card-small__image {
  display: block;
  padding: 1rem;
}

.product-card-small__image img {
  width: 100%;
  height: auto;
  max-width: 18rem;
}

.product-card-small__price {
  text-align: center;
  padding: 0 1rem 1rem;
}
