[class^='discover-more-'] {
  .discover-title {
    font-family: var(--font-body-family);
    font-weight: 300;
    line-height: 1.2;
    color: #1d1d1d;
    display: block;
    font-size: 20px;
    margin-bottom: 8px;

    @media screen and (min-width: 800px) {
      font-size: 26px;
      margin-bottom: 12px;
    }
  }

  .swiper-discover {
    width: 100%;
    overflow: visible;
    position: relative;
  }

  .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    overflow: visible;
  }

  .collection-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid #1d1d1d;
    text-decoration: none;
    color: #1d1d1d;
    font-family: var(--font-body-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: all 0.2s ease;
    height: 100%;
    box-sizing: border-box;
    height: 40px;

    &:hover {
      background-color: #f5f5f5;
      border-color: #1d1d1d;
    }
  }

  .swiper-button-lock {
    display: none !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #1d1d1d;
    top: unset;
    bottom: 0;
    left: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 1;

    &::after {
      display: none;
    }

    svg {
      width: inherit;
      height: inherit;
    }

    &::after {
      font-size: 18px;
    }

    &.swiper-button-disabled {
      opacity: 0;
      visibility: hidden;
    }
  }

  .swiper-button-next {
    left: unset;
    right: 0;
  }
}
