
/* ===== Slider Arrow =====
 * marla.com hero slider'ından ölçüldü: 40×40 tam daire, DOLU beyaz zemin,
 * kenarlık yok, ikon 24px, hafif gölge. (Yarıçap kuralının kasıtlı istisnası —
 * daire olması gereken elemanlardan biri.)
 */
.cc_0gxxbhqk_product_slider .kombos-slider-arrow, .cc_0gxxbhqk_product_list .kombos-slider-arrow, .cc_0gxxbhqk_product_detail .kombos-slider-arrow, .cc_0gxxbhqk_hero_slider .kombos-slider-arrow {
  align-items: center;
  background: var(--kombos-white);
  border: none;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: var(--kombos-gray-900);
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  transition: background 0.2s;
  width: 2.5rem;
}

.cc_0gxxbhqk_product_slider .kombos-slider-arrow:hover:not(:disabled), .cc_0gxxbhqk_product_list .kombos-slider-arrow:hover:not(:disabled), .cc_0gxxbhqk_product_detail .kombos-slider-arrow:hover:not(:disabled), .cc_0gxxbhqk_hero_slider .kombos-slider-arrow:hover:not(:disabled) {
  background: var(--kombos-gray-50);
}

.cc_0gxxbhqk_product_slider .kombos-slider-arrow:disabled, .cc_0gxxbhqk_product_list .kombos-slider-arrow:disabled, .cc_0gxxbhqk_product_detail .kombos-slider-arrow:disabled, .cc_0gxxbhqk_hero_slider .kombos-slider-arrow:disabled {
  cursor: default;
  color: var(--kombos-gray-400);
}
