
/* ===== Slider Arrow ===== */
.cc_hn3wxxog_product_slider .kombos-slider-arrow, .cc_hn3wxxog_product_detail .kombos-slider-arrow, .cc_hn3wxxog_hero_slider .kombos-slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0.75rem;
  border-radius: var(--product-slider-arrow-radius, 50%);
  border: 1px solid var(--kombos-gray-200);
  background: var(--product-slider-arrow-bg, 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(--product-slider-arrow-color, var(--kombos-gray-900));
  transition: background 0.2s;
}

.cc_hn3wxxog_product_slider .kombos-slider-arrow .kombos-btn__icon, .cc_hn3wxxog_product_detail .kombos-slider-arrow .kombos-btn__icon, .cc_hn3wxxog_hero_slider .kombos-slider-arrow .kombos-btn__icon {
  font-size: inherit;
}

.cc_hn3wxxog_product_slider .kombos-slider-arrow:hover:not(:disabled), .cc_hn3wxxog_product_detail .kombos-slider-arrow:hover:not(:disabled), .cc_hn3wxxog_hero_slider .kombos-slider-arrow:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.8);
}

.cc_hn3wxxog_product_slider .kombos-slider-arrow:disabled, .cc_hn3wxxog_product_detail .kombos-slider-arrow:disabled, .cc_hn3wxxog_hero_slider .kombos-slider-arrow:disabled {
  cursor: default;
  color: var(--kombos-gray-400);
}
