.sc-related-section,
.sc-related-products {
  --scr-red: #c90914;
  --scr-red-dark: #a90710;
  --scr-ink: #20242a;
  --scr-muted: #656d76;
  --scr-line: #e2e5e8;
  margin-top: 1rem;
  padding: clamp(1.25rem, 2.3vw, 1.8rem);
  border: 1px solid var(--scr-line);
  border-radius: .9rem;
  background: #fff;
  color: var(--scr-ink);
}
.sc-related-section__head,
.sc-related-products__head { margin-bottom: 1.1rem; }
.sc-related-section__head p,
.sc-related-products__head > p,
.sc-related-block > p {
  margin: 0 0 .45rem;
  color: var(--scr-red);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.sc-related-section__head h2,
.sc-related-products__head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}
.sc-related-block + .sc-related-block {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--scr-line);
}
.sc-related-block h3 { margin: 0 0 1rem; font-size: 1.25rem; }
.sc-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}
.sc-related-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--scr-line);
  border-radius: .75rem;
  background: #fff;
}
.sc-related-card figure {
  display: grid;
  min-height: 12rem;
  aspect-ratio: 4 / 3;
  place-items: center;
  margin: 0;
  padding: .8rem;
  background: linear-gradient(145deg, #fff, #f5f6f7);
}
.sc-related-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 12rem;
  object-fit: contain;
  object-position: center;
}
.sc-related-card figure span {
  color: var(--scr-muted);
  font-size: .72rem;
  font-weight: 750;
  text-transform: uppercase;
}
.sc-related-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
}
.sc-related-card__eyebrow {
  margin: 0 0 .35rem;
  color: var(--scr-red);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.sc-related-card h3 { margin: 0 0 .4rem; font-size: 1.15rem; line-height: 1.2; }
.sc-related-card__name {
  margin: 0 0 .8rem;
  color: var(--scr-muted);
  font-size: .8rem;
  line-height: 1.4;
}
.sc-related-card dl { width: 100%; margin: 0 0 .8rem; }
.sc-related-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  padding-top: .55rem;
  border-top: 1px solid #eceeef;
  font-size: .78rem;
}
.sc-related-card dt { color: var(--scr-muted); font-weight: 550; }
.sc-related-card dd { margin: 0; font-weight: 750; text-align: right; }
.sc-related-card__badge {
  display: inline-flex;
  min-height: 1.7rem;
  align-items: center;
  margin: 0 0 .8rem;
  padding: .28rem .58rem;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.sc-related-card__badge--original { border: 1px solid #6eaa7a; background: #eff9f1; color: #236631; }
.sc-related-card__badge--alternativo_compatible { border: 1px solid #d79024; background: #fff6df; color: #7c4b00; }
.sc-related-card__button,
.sc-related-card__unavailable {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: .6rem .85rem;
  border: 1px solid var(--scr-red);
  border-radius: .48rem;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .035em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}
.sc-related-card__button { background: var(--scr-red); color: #fff !important; }
.sc-related-card__button:hover,
.sc-related-card__button:focus-visible { background: var(--scr-red-dark); border-color: var(--scr-red-dark); color: #fff !important; }
.sc-related-card__unavailable { border-color: var(--scr-line); color: var(--scr-muted); }
@media (max-width: 1199.98px) {
  .sc-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
  .sc-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
  .sc-related-grid { grid-template-columns: 1fr; }
  .sc-related-card { display: grid; grid-template-columns: minmax(7.5rem, .38fr) minmax(0, .62fr); }
  .sc-related-card figure { min-height: 10.5rem; aspect-ratio: auto; }
  .sc-related-card figure img { max-height: 9.5rem; }
}
@media (max-width: 429.98px) {
  .sc-related-card { grid-template-columns: 1fr; }
  .sc-related-card figure { min-height: 9rem; }
}
