﻿.gbft-product-signals {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  max-width: 100%;
  margin: 8px 0 10px;
  box-sizing: border-box;
}

.gbft-product-signals[hidden],
.gbft-product-signal[hidden],
.gbft-popular-views[hidden] {
  display: none !important;
}

.gbft-product-signal {
  max-width: 100%;
  box-sizing: border-box;
}

.gbft-ranking-badge {
  display: inline-flex;
  align-items: center;
}

.gbft-ranking-badge__badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid #d7b178;
  border-radius: 4px;
  background: #fff8ed;
  color: #6f4a16;
  font-size: 13px;
  line-height: 1.5;
  box-sizing: border-box;
}

.gbft-ranking-badge__rank {
  margin-left: 0.25em;
  color: #8a4f00;
  font-weight: 700;
}

.gbft-sales-proof {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #f7f7f7;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
}

.gbft-sales-proof__count {
  font-size: 1.08em;
  font-weight: 700;
  color: #111;
}

.gbft-sales-trend {
  display: inline-flex;
  align-items: center;
}

.gbft-sales-trend__badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  box-sizing: border-box;
}

.gbft-sales-trend__badge--started {
  border-color: #e6c77a;
  background: #fff8e8;
  color: #7a5400;
}

.gbft-sales-trend__badge--rising {
  border-color: #e3a3a3;
  background: #fff0f0;
  color: #a40000;
}

.gbft-popular-views {
  width: 100%;
  margin: 32px 0;
  box-sizing: border-box;
}

.gbft-popular-views__header {
  margin-bottom: 14px;
}

.gbft-popular-views__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
}

.gbft-popular-views__note {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #777;
}

.gbft-popular-views__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gbft-popular-views__card {
  min-width: 0;
  margin: 0;
}

.gbft-popular-views__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.gbft-popular-views__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.gbft-popular-views__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gbft-popular-views__name {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
  color: #333;
}

.gbft-popular-views__price {
  margin: 7px 0 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.gbft-popular-views__link:hover .gbft-popular-views__name {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .gbft-product-signals {
    gap: 5px;
    margin: 7px 0 9px;
  }

  .gbft-ranking-badge__badge,
  .gbft-sales-proof,
  .gbft-sales-trend__badge {
    padding: 7px 9px;
    font-size: 12px;
  }

  .gbft-popular-views {
    margin: 26px 0;
  }

  .gbft-popular-views__title {
    font-size: 19px;
  }

  .gbft-popular-views__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .gbft-popular-views__name {
    font-size: 12px;
  }

  .gbft-popular-views__price {
    font-size: 14px;
  }
}
