.fancybox__container {
  --f-arrow-pos: 0;
  background-color: #fff;
  padding: 20px;

  .f-button.is-arrow.is-prev,
  .f-button.is-arrow.is-next {
    color: #000000;
    background: transparent;
  }

  .f-button.is-arrow.is-prev:hover,
  .f-button.is-arrow.is-next:hover {
    color: #b4b4b4;
  }

  .f-counter {
    display: none;
  }

  .f-carousel__toolbar {
    top: -15px;
  }

  .f-carousel__toolbar .f-button {
    background: transparent;
    color: #000000;
  }
  .f-carousel__toolbar .f-button:hover {
    color: #b4b4b4;
  }

  /* .f-thumbs__slide.is-selected::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000000;
    bottom: -8px;
    position: absolute;
  } */
}

.product__zoom {
  display: none;
}

.product__carousel .carousel-item {
  cursor: pointer;
}
