.stk-top-products {
  background: #fbfaf6;
  overflow: hidden;
  padding: 5rem 0 4.5rem;
}

.stk-top-products__header {
  margin: 0 auto 2.75rem;
  max-width: 54rem;
  text-align: center;
}

.stk-top-products__overtitle {
  color: #1d1d1d;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}

.stk-top-products__title {
  color: #4d523e;
  font-size: clamp(2.7rem, 5vw, 4.25rem);
  font-weight: 400;
  line-height: 0.98;
  margin: 0 0 1.5rem;
}

.stk-top-products__description {
  color: #4d523e;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 42rem;
}

.stk-top-products__description p:last-child {
  margin-bottom: 0;
}

.stk-top-products__carousel {
  --swiffy-slider-item-gap: 2rem;
  --swiffy-slider-nav-light: #7f7a64;
  --swiffy-slider-indicator-active: #7f7a64;
  --swiffy-slider-indicator-default: #dbd7c7;
}

.stk-top-products__carousel .slider-container {
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

.stk-top-products__slide {
  height: auto;
}

.stk-top-products__slide .product-miniature {
  height: 100%;
}

.stk-top-products .wishlist-button-add,
.stk-top-products .wishlist-button-product,
.stk-top-products .wishlist-chooselist {
  display: none !important;
}

.stk-top-products__carousel .slider-indicators {
  align-items: center;
  display: flex;
  gap: 1.15rem;
  justify-content: center;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.stk-top-products__carousel .slider-indicators > * {
  background: #dbd7c7;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  font-size: 0;
  height: 0.16rem;
  margin: 0;
  opacity: 1;
  padding: 0;
  transition: background-color 0.2s ease, width 0.2s ease;
  width: 1.1rem;
}

.stk-top-products__carousel .slider-indicators > *.active {
  background: #7f7a64;
  border: 0;
  padding: 0;
  width: 1.1rem;
}

@media (max-width: 991.98px) {
  .stk-top-products {
    padding: 4rem 0 3.5rem;
  }
}







@media (max-width: 767.98px) {
  .stk-top-products {
    padding: 3.25rem 0 3rem;
  }

  .stk-top-products .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .stk-top-products__header {
    margin-bottom: 2rem;
  }

  .stk-top-products__overtitle {
    margin-bottom: 0.9rem;
  }

  .stk-top-products__title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .stk-top-products__description {
    font-size: 1rem;
    line-height: 1.65;
    max-width: 18rem;
  }

  .stk-top-products__carousel {
    --swiffy-slider-item-gap: 0.9rem;
  }

  .stk-top-products__carousel .slider-indicators {
    margin-top: 0.75rem;
  }
}
