.stella-brands-page .stella-logo-card,
.stella-brands-page .stella-brand-card,
.stella-brands-page .stella-need-card {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.stella-brands-page .stella-logo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px -30px rgba(0,0,0,.55);
}
.stella-brands-page .stella-brand-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184,50,40,.28);
  box-shadow: 0 26px 66px -42px rgba(55,22,27,.5);
}
.stella-brands-page .stella-need-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184,50,40,.32);
  box-shadow: 0 20px 46px -34px rgba(55,22,27,.42);
}
.stella-brands-page .stella-text-logo a,
.stella-brands-page .stella-brand-title-link a,
.stella-brands-page .stella-need-title-link a,
.stella-brands-page .stella-other-brand-link a {
  color: inherit;
  text-decoration: none;
}
.stella-brands-page .stella-text-logo a:hover,
.stella-brands-page .stella-brand-title-link a:hover,
.stella-brands-page .stella-need-title-link a:hover {
  color: #B83228;
}
.stella-brands-page .stella-logo-shop-link a,
.stella-brands-page .stella-brand-category-links a {
  color: #B83228;
  text-decoration: none;
}
.stella-brands-page .stella-logo-shop-link a:hover,
.stella-brands-page .stella-brand-category-links a:hover {
  text-decoration: underline;
}
.stella-brands-page .stella-brand-photo img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.stella-brands-page .stella-linked-card {
  cursor: pointer;
}
@media (max-width: 767px) {
  .stella-brands-page .stella-text-logo .elementor-heading-title {
    font-size: 20px !important;
  }
}