@media (max-width: 749px) {
  .product .thumbnail-slider .slider-button:not(:disabled) svg path {
    fill: #000;
  }
  .product .thumbnail-slider .thumbnail-list__item.slider__slide {
    width: calc(18% - 0.6rem);
  }
}