.endurelite-theme.product-recommendations .product-recommendations__heading {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  font-size: 24px;
  line-height: .9;
  color: var(--color-text);
}

@media screen and (min-width: 750px) {
  .endurelite-theme.product-recommendations .product-recommendations__heading {
    font-size: 35px;
  }
}

@media screen and (min-width: 990px) {
  .endurelite-theme.product-recommendations .product-recommendations__heading {
    font-size: 42px;
  }
}

.endurelite-theme.product-recommendations .trellis-product-slider .slick-prev,
.endurelite-theme.product-recommendations .trellis-product-slider .slick-next {
  background-color: var(--color-primary-medium);
}

.endurelite-theme.product-recommendations .trellis-product-slider .slick-arrow:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M8.94922 1.18579L1.53774 8.59727L8.94922 16.0088' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.endurelite-theme.product-recommendations .trellis-product-slider button.slick-arrow.slick-prev:before {
  transform: rotate(0deg);
}

.endurelite-theme.product-recommendations .trellis-product-slider button.slick-arrow.slick-next:before {
  transform: rotate(180deg);
}