.vv-sb-showcase {
  padding: 16px;
  border: 1px solid #d9e2ec;
  border-radius: 14px;
  background: #ffffff;
}

.vv-sb-showcase-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.vv-sb-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.vv-sb-showcase-card {
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.vv-sb-showcase-card-btn {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0;
  cursor: pointer;
}

.vv-sb-showcase-image-wrap {
  height: 180px;
  background: #f3f6fa;
}

.vv-sb-showcase-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vv-sb-showcase-image-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5e6d80;
}

.vv-sb-showcase-card h3,
.vv-sb-showcase-card p {
  padding: 0 12px;
}

.vv-sb-showcase-card h3 {
  margin: 12px 0 4px;
}

.vv-sb-showcase-meta {
  margin: 0 0 10px;
  color: #5e6d80;
}

.vv-sb-showcase-price {
  margin: 8px 12px 12px;
  font-weight: 700;
}

.vv-sb-showcase-price-old {
  text-decoration: line-through;
  color: #6b7280;
  margin-right: 8px;
}

