
/* ===== Input Sub-Component ===== */

/* --- Base --- */
.cc_mk3yghcw_account_addresses .kombos-input, .cc_mk3yghcw_customer_email_verification .kombos-input, .cc_mk3yghcw_product_detail_reviews .kombos-input, .cc_mk3yghcw_product_detail_option_set .kombos-input, .cc_mk3yghcw_cart_page .kombos-input, .cc_mk3yghcw_navbar .kombos-input, .cc_mk3yghcw_product_list .kombos-input, .cc_mk3yghcw_account_info_content .kombos-input, .cc_mk3yghcw_footer .kombos-input, .cc_mk3yghcw_login .kombos-input, .cc_mk3yghcw_register .kombos-input, .cc_mk3yghcw_forgot_password .kombos-input, .cc_mk3yghcw_recover_password .kombos-input {
  display: flex;
  align-items: center;
  border: 1px solid var(--kombos-gray-200);
  border-radius: 6px;
  background: var(--kombos-white);
  transition: border-color 0.15s ease;
  width: 100%;
}

.cc_mk3yghcw_account_addresses .kombos-input:hover, .cc_mk3yghcw_customer_email_verification .kombos-input:hover, .cc_mk3yghcw_product_detail_reviews .kombos-input:hover, .cc_mk3yghcw_product_detail_option_set .kombos-input:hover, .cc_mk3yghcw_cart_page .kombos-input:hover, .cc_mk3yghcw_navbar .kombos-input:hover, .cc_mk3yghcw_product_list .kombos-input:hover, .cc_mk3yghcw_account_info_content .kombos-input:hover, .cc_mk3yghcw_footer .kombos-input:hover, .cc_mk3yghcw_login .kombos-input:hover, .cc_mk3yghcw_register .kombos-input:hover, .cc_mk3yghcw_forgot_password .kombos-input:hover, .cc_mk3yghcw_recover_password .kombos-input:hover {
  border-color: var(--kombos-gray-300);
}

.cc_mk3yghcw_account_addresses .kombos-input:focus-within, .cc_mk3yghcw_customer_email_verification .kombos-input:focus-within, .cc_mk3yghcw_product_detail_reviews .kombos-input:focus-within, .cc_mk3yghcw_product_detail_option_set .kombos-input:focus-within, .cc_mk3yghcw_cart_page .kombos-input:focus-within, .cc_mk3yghcw_navbar .kombos-input:focus-within, .cc_mk3yghcw_product_list .kombos-input:focus-within, .cc_mk3yghcw_account_info_content .kombos-input:focus-within, .cc_mk3yghcw_footer .kombos-input:focus-within, .cc_mk3yghcw_login .kombos-input:focus-within, .cc_mk3yghcw_register .kombos-input:focus-within, .cc_mk3yghcw_forgot_password .kombos-input:focus-within, .cc_mk3yghcw_recover_password .kombos-input:focus-within {
  border-color: var(--kombos-gray-900);
}

/* --- Sizes --- */
.cc_mk3yghcw_account_addresses .kombos-input--s, .cc_mk3yghcw_customer_email_verification .kombos-input--s, .cc_mk3yghcw_product_detail_reviews .kombos-input--s, .cc_mk3yghcw_product_detail_option_set .kombos-input--s, .cc_mk3yghcw_cart_page .kombos-input--s, .cc_mk3yghcw_navbar .kombos-input--s, .cc_mk3yghcw_product_list .kombos-input--s, .cc_mk3yghcw_account_info_content .kombos-input--s, .cc_mk3yghcw_footer .kombos-input--s, .cc_mk3yghcw_login .kombos-input--s, .cc_mk3yghcw_register .kombos-input--s, .cc_mk3yghcw_forgot_password .kombos-input--s, .cc_mk3yghcw_recover_password .kombos-input--s {
  padding: 0.5rem 0.8125rem;
  gap: 0.5rem;
  min-height: 2.75rem;
}

.cc_mk3yghcw_account_addresses .kombos-input--xs, .cc_mk3yghcw_customer_email_verification .kombos-input--xs, .cc_mk3yghcw_product_detail_reviews .kombos-input--xs, .cc_mk3yghcw_product_detail_option_set .kombos-input--xs, .cc_mk3yghcw_cart_page .kombos-input--xs, .cc_mk3yghcw_navbar .kombos-input--xs, .cc_mk3yghcw_product_list .kombos-input--xs, .cc_mk3yghcw_account_info_content .kombos-input--xs, .cc_mk3yghcw_footer .kombos-input--xs, .cc_mk3yghcw_login .kombos-input--xs, .cc_mk3yghcw_register .kombos-input--xs, .cc_mk3yghcw_forgot_password .kombos-input--xs, .cc_mk3yghcw_recover_password .kombos-input--xs {
  padding: 0.375rem 0.75rem;
  gap: 0.375rem;
  min-height: 2.25rem;
}

/* --- Native input --- */
.cc_mk3yghcw_account_addresses .kombos-input__native, .cc_mk3yghcw_customer_email_verification .kombos-input__native, .cc_mk3yghcw_product_detail_reviews .kombos-input__native, .cc_mk3yghcw_product_detail_option_set .kombos-input__native, .cc_mk3yghcw_cart_page .kombos-input__native, .cc_mk3yghcw_navbar .kombos-input__native, .cc_mk3yghcw_product_list .kombos-input__native, .cc_mk3yghcw_account_info_content .kombos-input__native, .cc_mk3yghcw_footer .kombos-input__native, .cc_mk3yghcw_login .kombos-input__native, .cc_mk3yghcw_register .kombos-input__native, .cc_mk3yghcw_forgot_password .kombos-input__native, .cc_mk3yghcw_recover_password .kombos-input__native {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: var(--kombos-gray-900);
  padding: 0;
}

.cc_mk3yghcw_account_addresses .kombos-input__native::placeholder, .cc_mk3yghcw_customer_email_verification .kombos-input__native::placeholder, .cc_mk3yghcw_product_detail_reviews .kombos-input__native::placeholder, .cc_mk3yghcw_product_detail_option_set .kombos-input__native::placeholder, .cc_mk3yghcw_cart_page .kombos-input__native::placeholder, .cc_mk3yghcw_navbar .kombos-input__native::placeholder, .cc_mk3yghcw_product_list .kombos-input__native::placeholder, .cc_mk3yghcw_account_info_content .kombos-input__native::placeholder, .cc_mk3yghcw_footer .kombos-input__native::placeholder, .cc_mk3yghcw_login .kombos-input__native::placeholder, .cc_mk3yghcw_register .kombos-input__native::placeholder, .cc_mk3yghcw_forgot_password .kombos-input__native::placeholder, .cc_mk3yghcw_recover_password .kombos-input__native::placeholder {
  color: var(--kombos-gray-400);
}

/* --- Left icon --- */
.cc_mk3yghcw_account_addresses .kombos-input__icon, .cc_mk3yghcw_customer_email_verification .kombos-input__icon, .cc_mk3yghcw_product_detail_reviews .kombos-input__icon, .cc_mk3yghcw_product_detail_option_set .kombos-input__icon, .cc_mk3yghcw_cart_page .kombos-input__icon, .cc_mk3yghcw_navbar .kombos-input__icon, .cc_mk3yghcw_product_list .kombos-input__icon, .cc_mk3yghcw_account_info_content .kombos-input__icon, .cc_mk3yghcw_footer .kombos-input__icon, .cc_mk3yghcw_login .kombos-input__icon, .cc_mk3yghcw_register .kombos-input__icon, .cc_mk3yghcw_forgot_password .kombos-input__icon, .cc_mk3yghcw_recover_password .kombos-input__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--kombos-gray-500);
}

.cc_mk3yghcw_account_addresses .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_customer_email_verification .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_product_detail_reviews .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_product_detail_option_set .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_cart_page .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_navbar .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_product_list .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_account_info_content .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_footer .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_login .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_register .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_forgot_password .kombos-input--s .kombos-input__icon, .cc_mk3yghcw_recover_password .kombos-input--s .kombos-input__icon {
  font-size: 1.25rem;
}

.cc_mk3yghcw_account_addresses .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_customer_email_verification .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_product_detail_reviews .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_product_detail_option_set .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_cart_page .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_navbar .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_product_list .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_account_info_content .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_footer .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_login .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_register .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_forgot_password .kombos-input--xs .kombos-input__icon, .cc_mk3yghcw_recover_password .kombos-input--xs .kombos-input__icon {
  font-size: 1rem;
}

/* --- With-icon variant --- */
.cc_mk3yghcw_account_addresses .kombos-input--with-icon, .cc_mk3yghcw_customer_email_verification .kombos-input--with-icon, .cc_mk3yghcw_product_detail_reviews .kombos-input--with-icon, .cc_mk3yghcw_product_detail_option_set .kombos-input--with-icon, .cc_mk3yghcw_cart_page .kombos-input--with-icon, .cc_mk3yghcw_navbar .kombos-input--with-icon, .cc_mk3yghcw_product_list .kombos-input--with-icon, .cc_mk3yghcw_account_info_content .kombos-input--with-icon, .cc_mk3yghcw_footer .kombos-input--with-icon, .cc_mk3yghcw_login .kombos-input--with-icon, .cc_mk3yghcw_register .kombos-input--with-icon, .cc_mk3yghcw_forgot_password .kombos-input--with-icon, .cc_mk3yghcw_recover_password .kombos-input--with-icon {
  border-color: var(--kombos-gray-500);
}

.cc_mk3yghcw_account_addresses .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_customer_email_verification .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_product_detail_reviews .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_product_detail_option_set .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_cart_page .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_navbar .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_product_list .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_account_info_content .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_footer .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_login .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_register .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_forgot_password .kombos-input--s.kombos-input--with-icon, .cc_mk3yghcw_recover_password .kombos-input--s.kombos-input--with-icon {
  padding: 0.5rem 0.6875rem;
  gap: 0.75rem;
}

.cc_mk3yghcw_account_addresses .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_customer_email_verification .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_product_detail_reviews .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_product_detail_option_set .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_cart_page .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_navbar .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_product_list .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_account_info_content .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_footer .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_login .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_register .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_forgot_password .kombos-input--xs.kombos-input--with-icon, .cc_mk3yghcw_recover_password .kombos-input--xs.kombos-input--with-icon {
  padding: 0.375rem 0.6875rem;
  gap: 0.5rem;
}

.kombos-input--with-icon:hover,
.cc_mk3yghcw_account_addresses .kombos-input--with-icon:focus-within, .cc_mk3yghcw_customer_email_verification .kombos-input--with-icon:focus-within, .cc_mk3yghcw_product_detail_reviews .kombos-input--with-icon:focus-within, .cc_mk3yghcw_product_detail_option_set .kombos-input--with-icon:focus-within, .cc_mk3yghcw_cart_page .kombos-input--with-icon:focus-within, .cc_mk3yghcw_navbar .kombos-input--with-icon:focus-within, .cc_mk3yghcw_product_list .kombos-input--with-icon:focus-within, .cc_mk3yghcw_account_info_content .kombos-input--with-icon:focus-within, .cc_mk3yghcw_footer .kombos-input--with-icon:focus-within, .cc_mk3yghcw_login .kombos-input--with-icon:focus-within, .cc_mk3yghcw_register .kombos-input--with-icon:focus-within, .cc_mk3yghcw_forgot_password .kombos-input--with-icon:focus-within, .cc_mk3yghcw_recover_password .kombos-input--with-icon:focus-within {
  border-color: var(--kombos-gray-700);
}

.cc_mk3yghcw_account_addresses .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_customer_email_verification .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_product_detail_reviews .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_product_detail_option_set .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_cart_page .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_navbar .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_product_list .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_account_info_content .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_footer .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_login .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_register .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_forgot_password .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_mk3yghcw_recover_password .kombos-input--with-icon:focus-within .kombos-input__icon {
  color: var(--kombos-gray-700);
}

/* --- Password toggle --- */
.cc_mk3yghcw_account_addresses .kombos-input__toggle, .cc_mk3yghcw_customer_email_verification .kombos-input__toggle, .cc_mk3yghcw_product_detail_reviews .kombos-input__toggle, .cc_mk3yghcw_product_detail_option_set .kombos-input__toggle, .cc_mk3yghcw_cart_page .kombos-input__toggle, .cc_mk3yghcw_navbar .kombos-input__toggle, .cc_mk3yghcw_product_list .kombos-input__toggle, .cc_mk3yghcw_account_info_content .kombos-input__toggle, .cc_mk3yghcw_footer .kombos-input__toggle, .cc_mk3yghcw_login .kombos-input__toggle, .cc_mk3yghcw_register .kombos-input__toggle, .cc_mk3yghcw_forgot_password .kombos-input__toggle, .cc_mk3yghcw_recover_password .kombos-input__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--kombos-gray-400);
}

.cc_mk3yghcw_account_addresses .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_customer_email_verification .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_product_detail_reviews .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_product_detail_option_set .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_cart_page .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_navbar .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_product_list .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_account_info_content .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_footer .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_login .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_register .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_forgot_password .kombos-input--s .kombos-input__toggle, .cc_mk3yghcw_recover_password .kombos-input--s .kombos-input__toggle {
  font-size: 1.5rem;
}

.cc_mk3yghcw_account_addresses .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_customer_email_verification .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_product_detail_reviews .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_product_detail_option_set .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_cart_page .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_navbar .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_product_list .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_account_info_content .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_footer .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_login .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_register .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_forgot_password .kombos-input--xs .kombos-input__toggle, .cc_mk3yghcw_recover_password .kombos-input--xs .kombos-input__toggle {
  font-size: 1.25rem;
}

/* --- Date input --- */
.kombos-input__native[type="date"],
.cc_mk3yghcw_account_addresses .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_customer_email_verification .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_product_detail_reviews .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_product_detail_option_set .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_cart_page .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_navbar .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_product_list .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_account_info_content .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_footer .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_login .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_register .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_forgot_password .kombos-input__native[type="datetime-local"], .cc_mk3yghcw_recover_password .kombos-input__native[type="datetime-local"] {
  -webkit-appearance: none;
  appearance: none;
}

.kombos-input__native[type="date"]::-webkit-calendar-picker-indicator,
.cc_mk3yghcw_account_addresses .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_customer_email_verification .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_product_detail_reviews .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_product_detail_option_set .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_cart_page .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_navbar .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_product_list .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_account_info_content .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_footer .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_login .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_register .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_forgot_password .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_mk3yghcw_recover_password .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator {
  display: block;
  opacity: 1;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}

/* --- Status (standalone + inherited from FormItem) --- */
.kombos-input[data-state="error"],
.cc_mk3yghcw_account_addresses [data-state="error"] .kombos-input, .cc_mk3yghcw_customer_email_verification [data-state="error"] .kombos-input, .cc_mk3yghcw_product_detail_reviews [data-state="error"] .kombos-input, .cc_mk3yghcw_product_detail_option_set [data-state="error"] .kombos-input, .cc_mk3yghcw_cart_page [data-state="error"] .kombos-input, .cc_mk3yghcw_navbar [data-state="error"] .kombos-input, .cc_mk3yghcw_product_list [data-state="error"] .kombos-input, .cc_mk3yghcw_account_info_content [data-state="error"] .kombos-input, .cc_mk3yghcw_footer [data-state="error"] .kombos-input, .cc_mk3yghcw_login [data-state="error"] .kombos-input, .cc_mk3yghcw_register [data-state="error"] .kombos-input, .cc_mk3yghcw_forgot_password [data-state="error"] .kombos-input, .cc_mk3yghcw_recover_password [data-state="error"] .kombos-input {
  border-color: var(--kombos-error);
}

.kombos-input[data-state="error"]:hover,
.kombos-input[data-state="error"]:focus-within,
[data-state="error"] .kombos-input:hover,
.cc_mk3yghcw_account_addresses [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_customer_email_verification [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_product_detail_reviews [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_product_detail_option_set [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_cart_page [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_navbar [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_product_list [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_account_info_content [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_footer [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_login [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_register [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_forgot_password [data-state="error"] .kombos-input:focus-within, .cc_mk3yghcw_recover_password [data-state="error"] .kombos-input:focus-within {
  border-color: var(--kombos-error);
}

.kombos-input[data-state="success"],
.cc_mk3yghcw_account_addresses [data-state="success"] .kombos-input, .cc_mk3yghcw_customer_email_verification [data-state="success"] .kombos-input, .cc_mk3yghcw_product_detail_reviews [data-state="success"] .kombos-input, .cc_mk3yghcw_product_detail_option_set [data-state="success"] .kombos-input, .cc_mk3yghcw_cart_page [data-state="success"] .kombos-input, .cc_mk3yghcw_navbar [data-state="success"] .kombos-input, .cc_mk3yghcw_product_list [data-state="success"] .kombos-input, .cc_mk3yghcw_account_info_content [data-state="success"] .kombos-input, .cc_mk3yghcw_footer [data-state="success"] .kombos-input, .cc_mk3yghcw_login [data-state="success"] .kombos-input, .cc_mk3yghcw_register [data-state="success"] .kombos-input, .cc_mk3yghcw_forgot_password [data-state="success"] .kombos-input, .cc_mk3yghcw_recover_password [data-state="success"] .kombos-input {
  border-color: var(--kombos-success);
}

.kombos-input[data-state="success"]:hover,
.kombos-input[data-state="success"]:focus-within,
[data-state="success"] .kombos-input:hover,
.cc_mk3yghcw_account_addresses [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_customer_email_verification [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_product_detail_reviews [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_product_detail_option_set [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_cart_page [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_navbar [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_product_list [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_account_info_content [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_footer [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_login [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_register [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_forgot_password [data-state="success"] .kombos-input:focus-within, .cc_mk3yghcw_recover_password [data-state="success"] .kombos-input:focus-within {
  border-color: var(--kombos-success);
}

/* --- Disabled state --- */
.cc_mk3yghcw_account_addresses .kombos-input--disabled, .cc_mk3yghcw_customer_email_verification .kombos-input--disabled, .cc_mk3yghcw_product_detail_reviews .kombos-input--disabled, .cc_mk3yghcw_product_detail_option_set .kombos-input--disabled, .cc_mk3yghcw_cart_page .kombos-input--disabled, .cc_mk3yghcw_navbar .kombos-input--disabled, .cc_mk3yghcw_product_list .kombos-input--disabled, .cc_mk3yghcw_account_info_content .kombos-input--disabled, .cc_mk3yghcw_footer .kombos-input--disabled, .cc_mk3yghcw_login .kombos-input--disabled, .cc_mk3yghcw_register .kombos-input--disabled, .cc_mk3yghcw_forgot_password .kombos-input--disabled, .cc_mk3yghcw_recover_password .kombos-input--disabled {
  background: var(--kombos-gray-50);
  border-color: var(--kombos-gray-200);
  pointer-events: none;
}

.kombos-input--disabled .kombos-input__native,
.cc_mk3yghcw_account_addresses .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_customer_email_verification .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_product_detail_reviews .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_product_detail_option_set .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_cart_page .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_navbar .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_product_list .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_account_info_content .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_footer .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_login .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_register .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_forgot_password .kombos-input--disabled .kombos-input__native::placeholder, .cc_mk3yghcw_recover_password .kombos-input--disabled .kombos-input__native::placeholder {
  color: var(--kombos-gray-300);
}

/* --- Underline variant --- */
.cc_mk3yghcw_account_addresses .kombos-input--underline, .cc_mk3yghcw_customer_email_verification .kombos-input--underline, .cc_mk3yghcw_product_detail_reviews .kombos-input--underline, .cc_mk3yghcw_product_detail_option_set .kombos-input--underline, .cc_mk3yghcw_cart_page .kombos-input--underline, .cc_mk3yghcw_navbar .kombos-input--underline, .cc_mk3yghcw_product_list .kombos-input--underline, .cc_mk3yghcw_account_info_content .kombos-input--underline, .cc_mk3yghcw_footer .kombos-input--underline, .cc_mk3yghcw_login .kombos-input--underline, .cc_mk3yghcw_register .kombos-input--underline, .cc_mk3yghcw_forgot_password .kombos-input--underline, .cc_mk3yghcw_recover_password .kombos-input--underline {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--kombos-gray-200);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: 3rem;
  transition: border-bottom-color 0.15s ease;
}

.cc_mk3yghcw_account_addresses .kombos-input--underline:hover, .cc_mk3yghcw_customer_email_verification .kombos-input--underline:hover, .cc_mk3yghcw_product_detail_reviews .kombos-input--underline:hover, .cc_mk3yghcw_product_detail_option_set .kombos-input--underline:hover, .cc_mk3yghcw_cart_page .kombos-input--underline:hover, .cc_mk3yghcw_navbar .kombos-input--underline:hover, .cc_mk3yghcw_product_list .kombos-input--underline:hover, .cc_mk3yghcw_account_info_content .kombos-input--underline:hover, .cc_mk3yghcw_footer .kombos-input--underline:hover, .cc_mk3yghcw_login .kombos-input--underline:hover, .cc_mk3yghcw_register .kombos-input--underline:hover, .cc_mk3yghcw_forgot_password .kombos-input--underline:hover, .cc_mk3yghcw_recover_password .kombos-input--underline:hover {
  border-color: transparent;
  border-bottom-color: var(--kombos-gray-300);
}

.cc_mk3yghcw_account_addresses .kombos-input--underline:focus-within, .cc_mk3yghcw_customer_email_verification .kombos-input--underline:focus-within, .cc_mk3yghcw_product_detail_reviews .kombos-input--underline:focus-within, .cc_mk3yghcw_product_detail_option_set .kombos-input--underline:focus-within, .cc_mk3yghcw_cart_page .kombos-input--underline:focus-within, .cc_mk3yghcw_navbar .kombos-input--underline:focus-within, .cc_mk3yghcw_product_list .kombos-input--underline:focus-within, .cc_mk3yghcw_account_info_content .kombos-input--underline:focus-within, .cc_mk3yghcw_footer .kombos-input--underline:focus-within, .cc_mk3yghcw_login .kombos-input--underline:focus-within, .cc_mk3yghcw_register .kombos-input--underline:focus-within, .cc_mk3yghcw_forgot_password .kombos-input--underline:focus-within, .cc_mk3yghcw_recover_password .kombos-input--underline:focus-within {
  border-color: transparent;
  border-bottom-color: var(--kombos-gray-900);
}

.cc_mk3yghcw_account_addresses .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_customer_email_verification .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_product_detail_reviews .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_product_detail_option_set .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_cart_page .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_navbar .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_product_list .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_account_info_content .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_footer .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_login .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_register .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_forgot_password .kombos-input--underline .kombos-input__native, .cc_mk3yghcw_recover_password .kombos-input--underline .kombos-input__native {
  font-size: 1rem;
  line-height: 1.5;
}

.cc_mk3yghcw_account_addresses .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_customer_email_verification .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_product_detail_reviews .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_product_detail_option_set .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_cart_page .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_navbar .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_product_list .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_account_info_content .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_footer .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_login .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_register .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_forgot_password .kombos-input--underline .kombos-input__native::placeholder, .cc_mk3yghcw_recover_password .kombos-input--underline .kombos-input__native::placeholder {
  color: var(--kombos-gray-400);
}

.cc_mk3yghcw_account_addresses .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_customer_email_verification .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_product_detail_reviews .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_product_detail_option_set .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_cart_page .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_navbar .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_product_list .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_account_info_content .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_footer .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_login .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_register .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_forgot_password .kombos-input--underline .kombos-input__toggle, .cc_mk3yghcw_recover_password .kombos-input--underline .kombos-input__toggle {
  color: var(--kombos-gray-900);
  font-size: 1.25rem;
}

.kombos-input--underline[data-state="error"],
.cc_mk3yghcw_account_addresses [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_customer_email_verification [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_product_detail_reviews [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_product_detail_option_set [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_cart_page [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_navbar [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_product_list [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_account_info_content [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_footer [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_login [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_register [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_forgot_password [data-state="error"] .kombos-input--underline, .cc_mk3yghcw_recover_password [data-state="error"] .kombos-input--underline {
  border-color: transparent;
  border-bottom-color: var(--kombos-error);
}

.kombos-input--underline[data-state="error"]:hover,
.kombos-input--underline[data-state="error"]:focus-within,
[data-state="error"] .kombos-input--underline:hover,
.cc_mk3yghcw_account_addresses [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_customer_email_verification [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_product_detail_reviews [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_product_detail_option_set [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_cart_page [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_navbar [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_product_list [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_account_info_content [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_footer [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_login [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_register [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_forgot_password [data-state="error"] .kombos-input--underline:focus-within, .cc_mk3yghcw_recover_password [data-state="error"] .kombos-input--underline:focus-within {
  border-color: transparent;
  border-bottom-color: var(--kombos-error);
}

.kombos-input--underline[data-state="success"],
.cc_mk3yghcw_account_addresses [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_customer_email_verification [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_product_detail_reviews [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_product_detail_option_set [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_cart_page [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_navbar [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_product_list [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_account_info_content [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_footer [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_login [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_register [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_forgot_password [data-state="success"] .kombos-input--underline, .cc_mk3yghcw_recover_password [data-state="success"] .kombos-input--underline {
  border-color: transparent;
  border-bottom-color: var(--kombos-success);
}

.cc_mk3yghcw_account_addresses .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_customer_email_verification .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_product_detail_reviews .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_product_detail_option_set .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_cart_page .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_navbar .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_product_list .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_account_info_content .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_footer .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_login .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_register .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_forgot_password .kombos-input--underline.kombos-input--disabled, .cc_mk3yghcw_recover_password .kombos-input--underline.kombos-input--disabled {
  background: transparent;
  border-color: transparent;
  border-bottom-color: var(--kombos-gray-200);
}
