/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2026-08-20T05:33:25+00:00 */

@charset "UTF-8";




.wa-product-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  padding: var(--space-m);
  border-radius: var(--radius-xl);
  border: 1px solid var(--base-trans-10);
  overflow: hidden;
  transition: 0.2s all ease-in-out;
  height: 100%;
  justify-content: space-between;
}
.wa-product-card__title {
  font-weight: 700;
  color: var(--base);
}
.wa-product-card__shortcode {
  height: 100%;
}
.wa-product-card__price {
  font-weight: 700;
  color: var(--primary);
}
.wa-product-card__price > small {
  display: none;
}
.wa-product-card__img {
  aspect-ratio: 1.5584415584;
}
@media (min-width: 1281px) {
  .wa-product-card:hover {
    transform: translateY(-3px);
  }
}
