.featured-collection--section:has(.title) .slider-buttons {
  top: calc(-3rem - 33px);
  position: absolute;
  right: 5rem;
}

.featured-collection--section .slider-buttons {
  gap: 1rem;
  --color-foreground: 136, 136, 136;
}

.featured-collection--section .slider-button {
  border: 1px solid rgb(var(--color-foreground));
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.featured-collection--section .slider-button .icon {
  height: 1.1rem;
}

@media (max-width: 749px) {
  .featured-collection--section:has(.title) .slider-buttons {
    top: calc(-2rem - 33px);
    right: 1.5rem;
  }
}
