
/* ===== Select ===== */
.cc_mk3yghcw_account_addresses .kombos-select-wrap, .cc_mk3yghcw_product_detail_option_set .kombos-select-wrap, .cc_mk3yghcw_product_detail_offer .kombos-select-wrap, .cc_mk3yghcw_product_list .kombos-select-wrap {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.cc_mk3yghcw_account_addresses .kombos-select, .cc_mk3yghcw_product_detail_option_set .kombos-select, .cc_mk3yghcw_product_detail_offer .kombos-select, .cc_mk3yghcw_product_list .kombos-select {
  appearance: none;
  width: 100%;
  background: var(--kombos-white);
  border: 1px solid var(--kombos-gray-200);
  border-radius: 6px;
  color: var(--kombos-gray-900);
  cursor: pointer;
  transition: border-color 0.15s ease;
}

.cc_mk3yghcw_account_addresses .kombos-select:hover, .cc_mk3yghcw_product_detail_option_set .kombos-select:hover, .cc_mk3yghcw_product_detail_offer .kombos-select:hover, .cc_mk3yghcw_product_list .kombos-select:hover {
  border-color: var(--kombos-gray-300);
}

/* Sizes — match Button padding + extra right space for icon */
.cc_mk3yghcw_account_addresses .kombos-select--xs, .cc_mk3yghcw_product_detail_option_set .kombos-select--xs, .cc_mk3yghcw_product_detail_offer .kombos-select--xs, .cc_mk3yghcw_product_list .kombos-select--xs {
  padding: 0.4375rem 2rem 0.4375rem 0.9375rem;
  min-height: 2.25rem;
}

.cc_mk3yghcw_account_addresses .kombos-select--s, .cc_mk3yghcw_product_detail_option_set .kombos-select--s, .cc_mk3yghcw_product_detail_offer .kombos-select--s, .cc_mk3yghcw_product_list .kombos-select--s {
  padding: 0.5625rem 2.25rem 0.5625rem 1.1875rem;
  min-height: 2.75rem;
}

.cc_mk3yghcw_account_addresses .kombos-select--m, .cc_mk3yghcw_product_detail_option_set .kombos-select--m, .cc_mk3yghcw_product_detail_offer .kombos-select--m, .cc_mk3yghcw_product_list .kombos-select--m {
  padding: 0.6875rem 2.5rem 0.6875rem 1.4375rem;
  min-height: 3.375rem;
}

/* Caret icon */
.cc_mk3yghcw_account_addresses .kombos-select__icon, .cc_mk3yghcw_product_detail_option_set .kombos-select__icon, .cc_mk3yghcw_product_detail_offer .kombos-select__icon, .cc_mk3yghcw_product_list .kombos-select__icon {
  position: absolute;
  right: 0.75rem;
  pointer-events: none;
  color: var(--kombos-gray-900);
  font-size: 1rem;
  transition: opacity 0.15s ease;
}

/* Clear button */
.cc_mk3yghcw_account_addresses .kombos-select__clear, .cc_mk3yghcw_product_detail_option_set .kombos-select__clear, .cc_mk3yghcw_product_detail_offer .kombos-select__clear, .cc_mk3yghcw_product_list .kombos-select__clear {
  position: absolute;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  color: var(--kombos-gray-700);
  background-color: var(--kombos-white);
  font-size: 1rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s ease;
}

/* On hover: show clear button, hide caret */
.cc_mk3yghcw_account_addresses .kombos-select-wrap:hover .kombos-select__clear, .cc_mk3yghcw_product_detail_option_set .kombos-select-wrap:hover .kombos-select__clear, .cc_mk3yghcw_product_detail_offer .kombos-select-wrap:hover .kombos-select__clear, .cc_mk3yghcw_product_list .kombos-select-wrap:hover .kombos-select__clear {
  opacity: 1;
}

.cc_mk3yghcw_account_addresses .kombos-select-wrap:hover .kombos-select--clearable ~ .kombos-select__icon, .cc_mk3yghcw_product_detail_option_set .kombos-select-wrap:hover .kombos-select--clearable ~ .kombos-select__icon, .cc_mk3yghcw_product_detail_offer .kombos-select-wrap:hover .kombos-select--clearable ~ .kombos-select__icon, .cc_mk3yghcw_product_list .kombos-select-wrap:hover .kombos-select--clearable ~ .kombos-select__icon {
  opacity: 0;
}

/* --- Status (standalone + inherited from FormItem) --- */
.cc_mk3yghcw_account_addresses [data-state="error"] .kombos-select, .cc_mk3yghcw_product_detail_option_set [data-state="error"] .kombos-select, .cc_mk3yghcw_product_detail_offer [data-state="error"] .kombos-select, .cc_mk3yghcw_product_list [data-state="error"] .kombos-select {
  border-color: var(--kombos-error);
}

.cc_mk3yghcw_account_addresses [data-state="error"] .kombos-select:hover, .cc_mk3yghcw_product_detail_option_set [data-state="error"] .kombos-select:hover, .cc_mk3yghcw_product_detail_offer [data-state="error"] .kombos-select:hover, .cc_mk3yghcw_product_list [data-state="error"] .kombos-select:hover {
  border-color: var(--kombos-error);
}

.cc_mk3yghcw_account_addresses [data-state="success"] .kombos-select, .cc_mk3yghcw_product_detail_option_set [data-state="success"] .kombos-select, .cc_mk3yghcw_product_detail_offer [data-state="success"] .kombos-select, .cc_mk3yghcw_product_list [data-state="success"] .kombos-select {
  border-color: var(--kombos-success);
}

.cc_mk3yghcw_account_addresses [data-state="success"] .kombos-select:hover, .cc_mk3yghcw_product_detail_option_set [data-state="success"] .kombos-select:hover, .cc_mk3yghcw_product_detail_offer [data-state="success"] .kombos-select:hover, .cc_mk3yghcw_product_list [data-state="success"] .kombos-select:hover {
  border-color: var(--kombos-success);
}

/* --- Disabled state --- */
.cc_mk3yghcw_account_addresses .kombos-select:disabled, .cc_mk3yghcw_product_detail_option_set .kombos-select:disabled, .cc_mk3yghcw_product_detail_offer .kombos-select:disabled, .cc_mk3yghcw_product_list .kombos-select:disabled {
  background: var(--kombos-gray-50);
  border-color: var(--kombos-gray-200);
  color: var(--kombos-gray-300);
  cursor: not-allowed;
}

.cc_mk3yghcw_account_addresses .kombos-select:disabled:hover, .cc_mk3yghcw_product_detail_option_set .kombos-select:disabled:hover, .cc_mk3yghcw_product_detail_offer .kombos-select:disabled:hover, .cc_mk3yghcw_product_list .kombos-select:disabled:hover {
  border-color: var(--kombos-gray-200);
}

.cc_mk3yghcw_account_addresses .kombos-select:disabled ~ .kombos-select__icon, .cc_mk3yghcw_product_detail_option_set .kombos-select:disabled ~ .kombos-select__icon, .cc_mk3yghcw_product_detail_offer .kombos-select:disabled ~ .kombos-select__icon, .cc_mk3yghcw_product_list .kombos-select:disabled ~ .kombos-select__icon {
  color: var(--kombos-gray-300);
}
