/* GemLive セール — フロント表示 */

.gemlive-sale-banner {
  background: linear-gradient(90deg, #1a1a2e 0%, #2d2240 50%, #1a1a2e 100%);
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
  color: #fff;
  font-size: 0.875rem;
}

.gemlive-sale-banner__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.65rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}

.gemlive-sale-banner__badge {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: #c9a84c;
  color: #0a0a1a;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gemlive-sale-banner__text {
  margin: 0;
  font-weight: 500;
}

.gemlive-sale-banner__timer {
  font-variant-numeric: tabular-nums;
  color: #c9a84c;
  font-weight: 600;
}

.gemlive-sale-banner__link {
  color: #c9a84c;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.gemlive-sale-banner__link:hover {
  color: #e0c06a;
}

.gemlive-sale-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  padding: 0.35rem 0.65rem;
  border-radius: 0.5rem;
  background: #c62828;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.gemlive-sale-badge--single {
  position: static;
  display: inline-block;
  margin-bottom: 0.75rem;
}

.gemlive-product-price--sale del {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85em;
  margin-right: 0.35rem;
}

.gemlive-product-price--sale ins {
  text-decoration: none;
  color: #c9a84c;
}

.gemlive-product-card-sale-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: #c62828;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
}
