.woocommerce-product-gallery.aureola-gallery-carousel-enabled .flex-control-thumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 12px 38px 10px;
  margin: 14px 0 0 !important;
  list-style: none !important;
  scrollbar-width: none;
}

.woocommerce-product-gallery.aureola-gallery-carousel-enabled .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

.woocommerce-product-gallery.aureola-gallery-carousel-enabled .flex-control-thumbs li {
  flex: 0 0 92px !important;
  width: 92px !important;
  float: none !important;
  margin: 0 !important;
  opacity: 1 !important;
}

.woocommerce-product-gallery.aureola-gallery-carousel-enabled .flex-control-thumbs img {
  width: 92px !important;
  height: 92px !important;
  object-fit: cover;
  display: block;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}

.woocommerce-product-gallery.aureola-gallery-carousel-enabled .flex-control-thumbs img:hover,
.woocommerce-product-gallery.aureola-gallery-carousel-enabled .flex-control-thumbs img.flex-active {
  opacity: 1 !important;
  border-color: #111;
  transform: translateY(-1px);
}

.aureola-thumbs-carousel {
  position: relative;
  max-width: 100%;
}

.aureola-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 26px;
  line-height: 24px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.aureola-carousel-prev {
  left: 0;
}

.aureola-carousel-next {
  right: 0;
}

.aureola-carousel-arrow:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 768px) {
  .woocommerce-product-gallery.aureola-gallery-carousel-enabled .flex-control-thumbs {
    gap: 10px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .woocommerce-product-gallery.aureola-gallery-carousel-enabled .flex-control-thumbs li,
  .woocommerce-product-gallery.aureola-gallery-carousel-enabled .flex-control-thumbs img {
    flex-basis: 74px !important;
    width: 74px !important;
    height: 74px !important;
  }

  .aureola-carousel-arrow {
    display: none;
  }
}
