.featured-collection .collection__title.title-wrapper {
  margin-bottom: 7rem;
}

.collection__title h2 {
  font-family: 'Cirka-Regular';
  margin-bottom: 0 !important;
}

.collection .slider-buttons {
  display: none;
}

@media screen and (max-width: 1119px) {
  .collection .grid--peek.slider .grid__item:first-of-type {
    margin-left: unset;
  }

  .collection .slider-buttons {
    display: flex;
  }
}
