#test{
	font-size:10px;
}
.test_class{
	color:#000;
}
.lb-prev, 
.lb-next {
  opacity: 1 !important;
}

/* Ana slider büyük resim */
.product-image-slider {
 	width: 100%;
  max-height: 500px; /* istediğin sabit yüksekliği buradan ayarla */

}

.product-image-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image-slider img {
  max-height: 500px; /* yukarıdaki ile aynı olmalı */
  width: 100%;
  object-fit: contain;
  border-radius: 0px;
}

/* Alt küçük resim galerisi */
.product-image-thumb {
  margin-top: 15px;
}

.product-gallery-box{
	overflow: hidden;
}
.product-image-thumb .swiper-slide {
  width: auto;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-image-thumb .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #333; /* aktif olanın etrafına mavi çerçeve */
  border-radius: 0px;
}

.product-image-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

/* Navigation okları */
.slider-product-next,
.slider-product-prev {
  color: #333;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slider-product-next:hover,
.slider-product-prev:hover {
  background: #007bff;
  color: #fff;
}

.slider-product-next {
  right: 10px;
}

.slider-product-prev {
  left: 10px;
}
.slider-product-next:hover, .slider-product-prev:hover{
	background: none !important;
  color: #666;
}
.product-image-thumb .swiper-wrapper {
  transition-timing-function: ease !important;
}