.tg-product-grid-wrap {
  width: 100%;
}

.tg-grid-loading,
.tg-grid-empty,
.tg-grid-error {
  padding: 1rem;
  border-radius: 8px;
  background: #f5f5f5;
  color: #2c2c2c;
}

.tg-grid-error {
  background: #fff0f0;
  color: #8f1d1d;
}

.tg-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1rem;
}

.tg-product-card {
  display: block;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}


.tg-product-card a {
 text-decoration: none;;
}

.tg-product-image-link {
  display: block;
  aspect-ratio: 4 / 3;
  background: #f3f3f3;
}

.tg-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tg-product-body {
  padding: 0.75rem;
  min-height: 7rem;
}

.tg-product-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
}

.tg-product-price {
  margin: 0 0 0.75rem;
  font-weight: 700;
}

.tg-product-link {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background: #222222;
  border-radius: 6px;
  padding: 0.45rem 0.75rem;
}

.tg-product-link:hover,
.tg-product-link:focus {
  background: #000000;
}
