﻿.featured-collection_custom {
  text-align: center;
}

.featured-collection_custom .slider-component {
  margin-top: 88px;
}

.featured-collection_custom .collection__view-all {
  margin-top: 20px;
}

.featured-collection_custom .collection__view-all a {
  background: rgba(var(--color-button), var(--alpha-button-background));
  word-break: break-word;
}

@media (max-width: 768px) {
  .featured-collection_custom .collection__view-all a {
    max-width: 280px;
  }
}

.featured-collection_custom .collection__view-all a:hover::after {
  box-shadow: 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}
