/* ================================================================
   AloraKai — pages/products.css
   ================================================================ */

.kai-product-card__icon-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.kai-products-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: clamp(var(--space-10), 8vw, 5rem);
  border-radius: var(--radius-2xl);
  border: 1px dashed rgba(227, 195, 159, 0.7);
}
