.site-header .megaMenu .megaCard__dimensions {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #85858a;
  font-size: 12px;
  line-height: 1.4;
}

.site-header .megaMenu .megaCard__dimension {
  display: flex;
  gap: 4px;
}

.site-header .megaMenu .megaCard__dimensionName {
  font-weight: 700;
}

.site-header .megaMenu .megaCard__price {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.site-header .megaMenu .megaCard__price del {
  color: #85858a;
  font-size: 12px;
  font-weight: 400;
}

.site-header .megaMenu .megaCard__price ins {
  color: inherit;
  text-decoration: none;
}
