.psactiveindexrelated {
  display: block;
  max-width: none;
  clear: both;
  margin: 1.25rem 1rem;
}

.psactiveindexrelated__header {
  display: flex;
  align-items: flex-end;
  margin-bottom: .75rem;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}

.psactiveindexrelated__title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: .65rem 1.25rem;
  background: #216057;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 10px 10px 0 0;
}

.psactiveindexrelated__grid {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 .5rem;
  width: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.psactiveindexrelated__track {
  display: flex;
  flex-wrap: nowrap;
  gap: .75rem;
  width: max-content;
  min-width: 100%;
}

.psactiveindexrelated__item {
  flex: 0 0 180px !important;
  width: 180px !important;
  max-width: 180px !important;
  min-width: 180px !important;
  margin: 0 !important;
  float: none !important;
  scroll-snap-align: start;
}

.psactiveindexrelated__card {
  height: 100%;
  padding-bottom: .5rem;
}

.psactiveindexrelated__thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 180px;
  text-decoration: none;
}

.psactiveindexrelated__item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 180px;
  margin: 0 auto;
  object-fit: contain;
}

.psactiveindexrelated__product-title {
  margin-top: .45rem;
  margin-bottom: .35rem;
  font-size: .95rem;
  line-height: 1.2;
}

.psactiveindexrelated__product-title a {
  color: inherit;
  text-decoration: none;
}

.psactiveindexrelated__description {
  padding: 0 .5rem;
  text-align: center;
}

.psactiveindexrelated__price-block {
  text-align: center;
}

.psactiveindexrelated__price {
  font-size: .95rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .psactiveindexrelated__item {
    flex-basis: 200px !important;
    width: 200px !important;
    max-width: 200px !important;
    min-width: 200px !important;
  }

  .psactiveindexrelated__thumbnail {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .psactiveindexrelated__title {
    width: 100%;
    padding: .7rem .9rem;
    font-size: 1rem;
    text-align: center;
  }
}
