.productdetails .tns-outer .name a{
  font-size: 1.2rem!important;
  font-weight: 500!important;
  line-height: 1.3rem;
}

.vm_related_slider {
  position: relative;
  padding: 1.25rem 0;
}
.vm_related_slider .tns-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.vm_related_slider .tns-controls button {
  pointer-events: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.15);
  background: rgba(255,255,255,.92);
  color: #212529;
  font-size: 1.15rem;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.vm_related_slider .tns-controls button:hover {
  background: #fff;
  border-color: rgba(0,0,0,.25);
  transform: translateY(-1px);
}
.vm_related_slider .tns-controls button:focus {
  outline: none;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.22);
}
.vm_related_slider .card-img-top {
  max-height: 270px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vm_related_slider .product-price {
  font-size: 1.05rem !important;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.4rem auto 0 !important;
  text-align: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.vm_related_slider .product-price * {
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
.vm_related_slider .product-price > * {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
}
.vm_related_slider .product-price .PriceDisplay,
.vm_related_slider .product-price .salesPrice,
.vm_related_slider .product-price .salesPriceWithDiscount {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.sp-module-heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
  color: #1f2937;
  display: inline-block;
  position: relative;
}
.sp-module-heading::after
{
  content: '';
  display: block;
  width: 3rem;
  height: 3px;
  background: #2563eb;
  border-radius: 999px;
  margin-top: 0.75rem;
}
.sp-module-heading {
  font-size: 1.95rem;
  line-height: 1.1;
}

.card-title{
  height: 3.6rem;
  text-align: center;
}