.products-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.products-slider-wrapper {
  position: relative;
}
.products-slider-arrows a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-left {
  left: -60px;
}
.arrow-right {
  right: -60px;
}
@media only screen and (max-width: 575px) {
  .collection-list .mb-40 {
    margin-bottom: 40px;
  }
}
