.featured-collection--custom.page-width{
  max-width: none;
}

.featured-collection--custom .title.inline-richtext strong{
  color: #FCCC03;
  font-weight: 600;
}
.featured-collection--custom slider-component{
  position: relative;
}
.featured-collection--custom .slider-buttons{
  position: absolute;
  width: 100%;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  justify-content: space-between;
}
.featured-collection--custom slider-component .slider-counter{
  display: none;
}