
/* ===== Slider Arrow — eski tema: flat, transparent, no border/shadow/padding ===== */
.cc_cz58wx1d_product_slider .kombos-slider-arrow, .cc_cz58wx1d_product_detail .kombos-slider-arrow, .cc_cz58wx1d_hero_slider .kombos-slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font-size: 1.75rem;
  color: #212121;
  transition: opacity 0.15s ease;
}

.cc_cz58wx1d_product_slider .kombos-slider-arrow:hover:not(:disabled), .cc_cz58wx1d_product_detail .kombos-slider-arrow:hover:not(:disabled), .cc_cz58wx1d_hero_slider .kombos-slider-arrow:hover:not(:disabled) {
  opacity: 0.6;
}

.cc_cz58wx1d_product_slider .kombos-slider-arrow:disabled, .cc_cz58wx1d_product_detail .kombos-slider-arrow:disabled, .cc_cz58wx1d_hero_slider .kombos-slider-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.cc_cz58wx1d_product_slider .kombos-slider-arrow svg, .cc_cz58wx1d_product_detail .kombos-slider-arrow svg, .cc_cz58wx1d_hero_slider .kombos-slider-arrow svg {
  stroke-width: 1px;
}
