/** Shopify CDN: Minification failed

Line 64:23 Expected "}" to go with "{"

**/
/* ── Card container ── */
.jewelry-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* ── Image area ── */
.jewelry-card__image-wrap {
  position: relative;
  background: #f2f2f2;
  border-radius: 4px;
  aspect-ratio: 1;
  overflow: hidden;
}

.jewelry-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Red discount badge ── */
.jewelry-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e8394a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 3px;
  z-index: 2;
}

/* ── Product name ── */
.jewelry-card__info {
  margin-top: 10px;
}

.jewelry-card__name {
  font-size: 14px;
  margin: 0 0 4px;
  color: #111;
}

/* ── Pricing ── */
.jewelry-card__pricing {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Old price — red with red strikethrough */
.jewelry-card__compare {
  color: #e8394a;
  text-decoration: line