.gcw-home-products .gcw-archive-card,
.gcw-ac-products__inner .gcw-archive-card,
.cat-products .gcw-archive-card,
.gcw-cg-single-related-products .gcw-archive-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--gcw-color-line);
  border-radius: var(--gcw-radius-md);
  background: var(--gcw-color-card);
  box-shadow: var(--gcw-shadow-soft);
  transition: transform var(--gcw-transition-fast), box-shadow var(--gcw-transition-fast), border-color var(--gcw-transition-fast);
}

.gcw-home-products .gcw-archive-card:hover,
.gcw-ac-products__inner .gcw-archive-card:hover,
.cat-products .gcw-archive-card:hover,
.gcw-cg-single-related-products .gcw-archive-card:hover {
  transform: translateY(-2px);
  border-color: var(--gcw-color-line-strong);
  box-shadow: var(--gcw-shadow-card-hover);
}

.gcw-home-products .gcw-archive-card__image-wrap,
.gcw-ac-products__inner .gcw-archive-card__image-wrap,
.cat-products .gcw-archive-card__image-wrap,
.gcw-cg-single-related-products .gcw-archive-card__image-wrap {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eef2f7;
}

.gcw-home-products .gcw-archive-card__body,
.gcw-ac-products__inner .gcw-archive-card__body,
.cat-products .gcw-archive-card__body,
.gcw-cg-single-related-products .gcw-archive-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0;
}

.gcw-home-products .gcw-archive-card__title,
.gcw-ac-products__inner .gcw-archive-card__title,
.cat-products .gcw-archive-card__title,
.gcw-cg-single-related-products .gcw-archive-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--gcw-color-text);
}

.gcw-home-products .gcw-archive-card__title a,
.gcw-ac-products__inner .gcw-archive-card__title a,
.cat-products .gcw-archive-card__title a,
.gcw-cg-single-related-products .gcw-archive-card__title a {
  color: inherit !important;
  text-decoration: none;
}

.gcw-home-products .gcw-archive-card__title a:hover,
.gcw-ac-products__inner .gcw-archive-card__title a:hover,
.cat-products .gcw-archive-card__title a:hover,
.gcw-cg-single-related-products .gcw-archive-card__title a:hover {
  color: var(--gcw-color-heading) !important;
}

.gcw-home-products .gcw-archive-card__price,
.gcw-home-products .gcw-archive-card__price .amount,
.gcw-ac-products__inner .gcw-archive-card__price,
.gcw-ac-products__inner .gcw-archive-card__price .amount,
.cat-products .gcw-archive-card__price,
.cat-products .gcw-archive-card__price .amount,
.gcw-cg-single-related-products .gcw-archive-card__price,
.gcw-cg-single-related-products .gcw-archive-card__price .amount,
.gcw-archive-price-range,
.gcw-archive-price-range .amount {
  color: var(--gcw-color-text) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.gcw-home-products .gcw-archive-card__button,
.gcw-ac-products__inner .gcw-archive-card__button,
.cat-products .gcw-archive-card__button,
.gcw-cg-single-related-products .gcw-archive-card__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 12px;
  padding: 0 14px;
  border: 1px solid var(--gcw-color-brand);
  border-radius: 999px;
  background: #fff;
  color: var(--gcw-color-brand) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
}

.gcw-home-products .gcw-archive-card__button:hover,
.gcw-ac-products__inner .gcw-archive-card__button:hover,
.cat-products .gcw-archive-card__button:hover,
.gcw-cg-single-related-products .gcw-archive-card__button:hover {
  background: var(--gcw-color-brand);
  border-color: var(--gcw-color-brand);
  color: #fff !important;
}
