.v67-related {
  margin: 52px 0 24px;
  padding-top: 34px;
  border-top: 1px solid #dfe6ef;
}

.v67-related-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.v67-related-heading h2 {
  max-width: 760px;
  margin: 7px 0 0;
  color: #0c2344;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.v67-related-heading > a {
  flex: 0 0 auto;
  color: #0a61bf;
  font-weight: 800;
  text-decoration: none;
}

.v67-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.v67-related-card {
  display: flex;
  min-width: 0;
  padding: 13px 13px 17px;
  overflow: hidden;
  flex-direction: column;
  color: #0c2344;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dfe6ef;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(12, 35, 68, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.v67-related-card:hover,
.v67-related-card:focus-visible {
  transform: translateY(-3px);
  border-color: #8fbef0;
  box-shadow: 0 18px 36px rgba(12, 35, 68, .13);
}

.v67-related-card img {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 13px;
  object-fit: contain;
  background: #f6f8fb;
  border-radius: 12px;
}

.v67-related-card span {
  margin-bottom: 5px;
  color: #3978ba;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.v67-related-card strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: .98rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 980px) {
  .v67-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .v67-related { margin-top: 36px; }
  .v67-related-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .v67-related-grid { gap: 12px; }
  .v67-related-card { padding: 9px 9px 13px; border-radius: 14px; }
  .v67-related-card strong { font-size: .88rem; }
}

/* Cafe şalı renk kartelasını soyut renk noktaları yerine gerçek ürün
   fotoğraflarıyla sunar; mevcut teklif seçme davranışı korunur. */
.v64-color-grid.v67-photo-grid {
  align-items: stretch;
  gap: 16px;
}

.v64-color.v67-photo-card {
  display: grid;
  min-width: 0;
  padding: 10px;
  align-content: start;
  grid-template-columns: 14px minmax(0, 1fr);
  column-gap: 9px;
  text-align: left;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(12, 35, 68, .07);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.v64-color.v67-photo-card:hover,
.v64-color.v67-photo-card:focus-visible {
  transform: translateY(-3px);
  border-color: #77aee8;
  box-shadow: 0 16px 32px rgba(12, 35, 68, .13);
}

.v67-color-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  grid-column: 1 / -1;
  margin-bottom: 10px;
  object-fit: cover;
  background: #f4f6f9;
  border-radius: 12px;
}

.v64-color.v67-photo-card i {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  border-width: 1px;
  box-shadow: none;
}

.v64-color.v67-photo-card span {
  min-width: 0;
  line-height: 1.25;
}

.v64-color.v67-photo-card small {
  margin-top: 4px;
}

@media (max-width: 760px) {
  .v64-color.v67-photo-card { padding: 8px; }
}
