
/* ===== Slider Arrow ===== */
.cc_mk3yghcw_WGrqumbgBt .kombos-slider-arrow, .cc_mk3yghcw_product_slider .kombos-slider-arrow, .cc_mk3yghcw_product_detail .kombos-slider-arrow, .cc_mk3yghcw_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.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  font-size: 1.25rem;
  color: var(--kombos-gray-900);
  transition: background 0.2s;
}

.cc_mk3yghcw_WGrqumbgBt .kombos-slider-arrow:hover:not(:disabled), .cc_mk3yghcw_product_slider .kombos-slider-arrow:hover:not(:disabled), .cc_mk3yghcw_product_detail .kombos-slider-arrow:hover:not(:disabled), .cc_mk3yghcw_hero_slider .kombos-slider-arrow:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.8);
}

.cc_mk3yghcw_WGrqumbgBt .kombos-slider-arrow:disabled, .cc_mk3yghcw_product_slider .kombos-slider-arrow:disabled, .cc_mk3yghcw_product_detail .kombos-slider-arrow:disabled, .cc_mk3yghcw_hero_slider .kombos-slider-arrow:disabled {
  cursor: default;
  color: var(--kombos-gray-400);
}
