/* Ajustes mínimos WooCommerce para tarjetas del Home */

.products__empty {
  margin: 0;
  padding: var(--space-2xl);
  text-align: center;
  font-size: var(--text-base);
  color: var(--color-text-muted);
  background: var(--color-bg-muted);
  border-radius: var(--radius-md);
}

.product-card__price {
  margin: auto 0 0;
  padding-top: var(--space-sm);
  font-size: var(--text-sm);
}

.product-card__price del {
  margin-right: var(--space-xs);
  color: var(--color-text-muted);
}

.product-card__price ins {
  text-decoration: none;
}

.product-card__price .amount,
.product-card__price ins .amount {
  font-weight: 700;
  color: var(--color-red);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: var(--space-lg);
}

.site-header__brand .custom-logo-link {
  display: block;
  line-height: 0;
}

.site-header__brand .custom-logo {
  max-height: 3rem;
  width: auto;
}
