
/* ===== Slider Arrow ===== */
.cc_nb34u3yu_product_slider .kombos-slider-arrow, .cc_nb34u3yu_product_detail .kombos-slider-arrow, .cc_nb34u3yu_hero_slider .kombos-slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 50%;
  border: 1px solid var(--kombos-gray-200);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 18px rgba(36, 35, 33, 0.12);
  cursor: pointer;
  font-size: 1.25rem;
  color: var(--kombos-gray-900);
  transition: background 0.2s;
}

.cc_nb34u3yu_product_slider .kombos-slider-arrow:hover:not(:disabled), .cc_nb34u3yu_product_detail .kombos-slider-arrow:hover:not(:disabled), .cc_nb34u3yu_hero_slider .kombos-slider-arrow:hover:not(:disabled) {
  background: var(--kombos-white);
  color: var(--voovart-sand-dark);
}

.cc_nb34u3yu_product_slider .kombos-slider-arrow:disabled, .cc_nb34u3yu_product_detail .kombos-slider-arrow:disabled, .cc_nb34u3yu_hero_slider .kombos-slider-arrow:disabled {
  cursor: default;
  color: var(--kombos-gray-400);
}
