<style>.carousel__navigation-wrapper {
    justify-content: center;
    display: flex;
  }

  .section-introduction {
    text-align: center !important;
  }

  .section-introduction>*:first-child {
    margin-top: 0;
  }

  .featured-collection-slider__heading {
    color: #041f1e;
  }

  .fs-heading-3-base {
    font-size: 37px;
    line-height: 1.1;
  }

  .ff-heading {
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
  }

  .button-block__button {
    display: inline-grid !important;
  }

  .btn.btn--callout {
    position: relative;
    text-transform: none;
    min-height: initial;
    padding: 0 0 8.88px;
    font-size: 20px;
    line-height: 1.2;
    color: #36393c;
    transition: color .1s ease;
  }

  .btn {
    --button-height: 48px;
    --button-height-large: 58px;
    --button-height-small: 40px;
    --button-height-x-small: 34px;
    --button-padding-large: 20px;
    --button-padding-normal: 15.54px;
    --button-padding-small: 11.1px;
    --button-padding-x-small: 8.88px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    word-break: break-word;
  }

  .btn.btn--callout span {
    position: relative;
  }

  .btn.btn--callout span:before {
    transform-origin: 100% 50%;
    transform: scaleZ(1);
    transition-delay: .1s;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8.88px;
    width: 100%;
    height: 2px;
    background: currentColor;
    pointer-events: none;
    transition: transform .3s cubic-bezier(.33, 0, 0, 1);
  }

  .btn.btn--callout span:after {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    transition-delay: 0s;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8.88px;
    width: 100%;
    height: 2px;
    background: currentColor;
    pointer-events: none;
    transition: transform .3s cubic-bezier(.33, 0, 0, 1);
  }

  .carousel__navigation-buttons.featured-collection-slider__navigation-buttons.animation--controls.visible {
    display: none;
  }

  .btn.btn--callout:hover {
    color: #36393c;
  }

  @media (min-width: 720px) {
    .section-introduction__heading+.section-introduction__button {
      margin-top: 4px;
    }

    .section-introduction>*:last-child {
      margin-bottom: 4px;
    }
  }

  @media screen and (max-width: 786px) {
    .fs-heading-3-base {
      font-size: 20px;
    }
  }</style><div class="featured-collection-slider__meta carousel__navigation-wrapper">
  <div class="section-introduction animation--section-introduction">
    <h2 class="featured-collection-slider__heading section-introduction__heading ff-heading fs-heading-3-base">
      best selling
    </h2>

    <div
      class="button-block__button button-block__button--justify- button-block__button--justify-mobile- featured-collection-slider__header-button section-introduction__button">
      <a href="/collections/best-selling" class="btn btn--callout">
        <span>Shop All</span>
      </a>
    </div>
  </div>

  <div class="carousel__navigation-buttons featured-collection-slider__navigation-buttons animation--controls visible"
    data-navigation="0">
    <button type="button"
      class="carousel__navigation-button carousel__navigation-button--back swiper-button-disabled swiper-button-lock"
      data-prev="" aria-label="Move to previous carousel slide" disabled=""><span
        class="icon icon-new icon-arrow-long ">
        <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"></path>
        </svg>
      </span>
    </button>
    <button type="button"
      class="carousel__navigation-button carousel__navigation-button--forward swiper-button-lock swiper-button-disabled"
      data-next="" aria-label="Move to next carousel slide" disabled=""><span class="icon icon-new icon-arrow-long ">
        <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"></path>
        </svg>
      </span>
    </button>
  </div>

</div>
				
			
Scroll to Top