
/* ===== Button ===== */

/* --- Base --- */
.cc_xzyCtGgJDC_customer_email_verification .kombos-btn, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn, .cc_xzyCtGgJDC_not_found .kombos-btn, .cc_xzyCtGgJDC_cart_page .kombos-btn, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn, .cc_xzyCtGgJDC_account_order_detail .kombos-btn, .cc_xzyCtGgJDC_account_addresses .kombos-btn, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn, .cc_xzyCtGgJDC_account_info_content .kombos-btn, .cc_xzyCtGgJDC_account_orders .kombos-btn, .cc_xzyCtGgJDC_account_favorites .kombos-btn, .cc_xzyCtGgJDC_navbar .kombos-btn, .cc_xzyCtGgJDC_login .kombos-btn, .cc_xzyCtGgJDC_register .kombos-btn, .cc_xzyCtGgJDC_forgot_password .kombos-btn, .cc_xzyCtGgJDC_recover_password .kombos-btn, .cc_xzyCtGgJDC_product_slider .kombos-btn, .cc_xzyCtGgJDC_product_list .kombos-btn, .cc_xzyCtGgJDC_product_detail .kombos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.4s var(--kay-ease), border-color 0.4s var(--kay-ease),
    color 0.4s var(--kay-ease), opacity 0.4s var(--kay-ease),
    box-shadow 0.4s var(--kay-ease), transform 0.4s var(--kay-ease);
}

/* velvety shine sweep on hover */
.cc_xzyCtGgJDC_customer_email_verification .kombos-btn::after, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn::after, .cc_xzyCtGgJDC_not_found .kombos-btn::after, .cc_xzyCtGgJDC_cart_page .kombos-btn::after, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn::after, .cc_xzyCtGgJDC_account_order_detail .kombos-btn::after, .cc_xzyCtGgJDC_account_addresses .kombos-btn::after, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn::after, .cc_xzyCtGgJDC_account_info_content .kombos-btn::after, .cc_xzyCtGgJDC_account_orders .kombos-btn::after, .cc_xzyCtGgJDC_account_favorites .kombos-btn::after, .cc_xzyCtGgJDC_navbar .kombos-btn::after, .cc_xzyCtGgJDC_login .kombos-btn::after, .cc_xzyCtGgJDC_register .kombos-btn::after, .cc_xzyCtGgJDC_forgot_password .kombos-btn::after, .cc_xzyCtGgJDC_recover_password .kombos-btn::after, .cc_xzyCtGgJDC_product_slider .kombos-btn::after, .cc_xzyCtGgJDC_product_list .kombos-btn::after, .cc_xzyCtGgJDC_product_detail .kombos-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  transform: skewX(-18deg);
  pointer-events: none;
  transition: left 0.7s var(--kay-ease);
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_not_found .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_cart_page .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_account_order_detail .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_account_addresses .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_account_info_content .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_account_orders .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_account_favorites .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_navbar .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_login .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_register .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_forgot_password .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_recover_password .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_product_slider .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_product_list .kombos-btn:hover:not(:disabled)::after, .cc_xzyCtGgJDC_product_detail .kombos-btn:hover:not(:disabled)::after {
  left: 120%;
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn:disabled, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn:disabled, .cc_xzyCtGgJDC_not_found .kombos-btn:disabled, .cc_xzyCtGgJDC_cart_page .kombos-btn:disabled, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn:disabled, .cc_xzyCtGgJDC_account_order_detail .kombos-btn:disabled, .cc_xzyCtGgJDC_account_addresses .kombos-btn:disabled, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn:disabled, .cc_xzyCtGgJDC_account_info_content .kombos-btn:disabled, .cc_xzyCtGgJDC_account_orders .kombos-btn:disabled, .cc_xzyCtGgJDC_account_favorites .kombos-btn:disabled, .cc_xzyCtGgJDC_navbar .kombos-btn:disabled, .cc_xzyCtGgJDC_login .kombos-btn:disabled, .cc_xzyCtGgJDC_register .kombos-btn:disabled, .cc_xzyCtGgJDC_forgot_password .kombos-btn:disabled, .cc_xzyCtGgJDC_recover_password .kombos-btn:disabled, .cc_xzyCtGgJDC_product_slider .kombos-btn:disabled, .cc_xzyCtGgJDC_product_list .kombos-btn:disabled, .cc_xzyCtGgJDC_product_detail .kombos-btn:disabled {
  cursor: not-allowed;
}

/* --- Spinner --- */
.cc_xzyCtGgJDC_customer_email_verification .kombos-btn__spinner, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn__spinner, .cc_xzyCtGgJDC_not_found .kombos-btn__spinner, .cc_xzyCtGgJDC_cart_page .kombos-btn__spinner, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn__spinner, .cc_xzyCtGgJDC_account_order_detail .kombos-btn__spinner, .cc_xzyCtGgJDC_account_addresses .kombos-btn__spinner, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn__spinner, .cc_xzyCtGgJDC_account_info_content .kombos-btn__spinner, .cc_xzyCtGgJDC_account_orders .kombos-btn__spinner, .cc_xzyCtGgJDC_account_favorites .kombos-btn__spinner, .cc_xzyCtGgJDC_navbar .kombos-btn__spinner, .cc_xzyCtGgJDC_login .kombos-btn__spinner, .cc_xzyCtGgJDC_register .kombos-btn__spinner, .cc_xzyCtGgJDC_forgot_password .kombos-btn__spinner, .cc_xzyCtGgJDC_recover_password .kombos-btn__spinner, .cc_xzyCtGgJDC_product_slider .kombos-btn__spinner, .cc_xzyCtGgJDC_product_list .kombos-btn__spinner, .cc_xzyCtGgJDC_product_detail .kombos-btn__spinner {
  animation: kombos-spin 1s linear infinite;
}

@keyframes kombos-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* --- Icon --- */
.cc_xzyCtGgJDC_customer_email_verification .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn__icon, .cc_xzyCtGgJDC_not_found .kombos-btn__icon, .cc_xzyCtGgJDC_cart_page .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn__icon, .cc_xzyCtGgJDC_account_order_detail .kombos-btn__icon, .cc_xzyCtGgJDC_account_addresses .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn__icon, .cc_xzyCtGgJDC_account_info_content .kombos-btn__icon, .cc_xzyCtGgJDC_account_orders .kombos-btn__icon, .cc_xzyCtGgJDC_account_favorites .kombos-btn__icon, .cc_xzyCtGgJDC_navbar .kombos-btn__icon, .cc_xzyCtGgJDC_login .kombos-btn__icon, .cc_xzyCtGgJDC_register .kombos-btn__icon, .cc_xzyCtGgJDC_forgot_password .kombos-btn__icon, .cc_xzyCtGgJDC_recover_password .kombos-btn__icon, .cc_xzyCtGgJDC_product_slider .kombos-btn__icon, .cc_xzyCtGgJDC_product_list .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail .kombos-btn__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_not_found .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_cart_page .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_account_addresses .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_account_info_content .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_account_orders .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_account_favorites .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_navbar .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_login .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_register .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_forgot_password .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_recover_password .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_product_slider .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_product_list .kombos-btn--xs .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail .kombos-btn--xs .kombos-btn__icon {
  font-size: 1rem;
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_not_found .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_cart_page .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_account_addresses .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_account_info_content .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_account_orders .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_account_favorites .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_navbar .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_login .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_register .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_forgot_password .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_recover_password .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_product_slider .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_product_list .kombos-btn--s .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail .kombos-btn--s .kombos-btn__icon {
  font-size: 1.25rem;
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_not_found .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_cart_page .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_account_addresses .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_account_info_content .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_account_orders .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_account_favorites .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_navbar .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_login .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_register .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_forgot_password .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_recover_password .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_product_slider .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_product_list .kombos-btn--m .kombos-btn__icon, .cc_xzyCtGgJDC_product_detail .kombos-btn--m .kombos-btn__icon {
  font-size: 1.5rem;
}

/* --- Sizes --- */
.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--xs, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--xs, .cc_xzyCtGgJDC_not_found .kombos-btn--xs, .cc_xzyCtGgJDC_cart_page .kombos-btn--xs, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--xs, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--xs, .cc_xzyCtGgJDC_account_addresses .kombos-btn--xs, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--xs, .cc_xzyCtGgJDC_account_info_content .kombos-btn--xs, .cc_xzyCtGgJDC_account_orders .kombos-btn--xs, .cc_xzyCtGgJDC_account_favorites .kombos-btn--xs, .cc_xzyCtGgJDC_navbar .kombos-btn--xs, .cc_xzyCtGgJDC_login .kombos-btn--xs, .cc_xzyCtGgJDC_register .kombos-btn--xs, .cc_xzyCtGgJDC_forgot_password .kombos-btn--xs, .cc_xzyCtGgJDC_recover_password .kombos-btn--xs, .cc_xzyCtGgJDC_product_slider .kombos-btn--xs, .cc_xzyCtGgJDC_product_list .kombos-btn--xs, .cc_xzyCtGgJDC_product_detail .kombos-btn--xs {
  padding: 0.4375rem 0.9375rem;
  min-height: 2.25rem;
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--s, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--s, .cc_xzyCtGgJDC_not_found .kombos-btn--s, .cc_xzyCtGgJDC_cart_page .kombos-btn--s, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--s, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--s, .cc_xzyCtGgJDC_account_addresses .kombos-btn--s, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--s, .cc_xzyCtGgJDC_account_info_content .kombos-btn--s, .cc_xzyCtGgJDC_account_orders .kombos-btn--s, .cc_xzyCtGgJDC_account_favorites .kombos-btn--s, .cc_xzyCtGgJDC_navbar .kombos-btn--s, .cc_xzyCtGgJDC_login .kombos-btn--s, .cc_xzyCtGgJDC_register .kombos-btn--s, .cc_xzyCtGgJDC_forgot_password .kombos-btn--s, .cc_xzyCtGgJDC_recover_password .kombos-btn--s, .cc_xzyCtGgJDC_product_slider .kombos-btn--s, .cc_xzyCtGgJDC_product_list .kombos-btn--s, .cc_xzyCtGgJDC_product_detail .kombos-btn--s {
  padding: 0.5625rem 1.1875rem;
  min-height: 2.75rem;
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--m, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--m, .cc_xzyCtGgJDC_not_found .kombos-btn--m, .cc_xzyCtGgJDC_cart_page .kombos-btn--m, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--m, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--m, .cc_xzyCtGgJDC_account_addresses .kombos-btn--m, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--m, .cc_xzyCtGgJDC_account_info_content .kombos-btn--m, .cc_xzyCtGgJDC_account_orders .kombos-btn--m, .cc_xzyCtGgJDC_account_favorites .kombos-btn--m, .cc_xzyCtGgJDC_navbar .kombos-btn--m, .cc_xzyCtGgJDC_login .kombos-btn--m, .cc_xzyCtGgJDC_register .kombos-btn--m, .cc_xzyCtGgJDC_forgot_password .kombos-btn--m, .cc_xzyCtGgJDC_recover_password .kombos-btn--m, .cc_xzyCtGgJDC_product_slider .kombos-btn--m, .cc_xzyCtGgJDC_product_list .kombos-btn--m, .cc_xzyCtGgJDC_product_detail .kombos-btn--m {
  padding: 0.6875rem 1.4375rem;
  min-height: 3.375rem;
}

/* --- Primary --- */
.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--primary, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--primary, .cc_xzyCtGgJDC_not_found .kombos-btn--primary, .cc_xzyCtGgJDC_cart_page .kombos-btn--primary, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--primary, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--primary, .cc_xzyCtGgJDC_account_addresses .kombos-btn--primary, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--primary, .cc_xzyCtGgJDC_account_info_content .kombos-btn--primary, .cc_xzyCtGgJDC_account_orders .kombos-btn--primary, .cc_xzyCtGgJDC_account_favorites .kombos-btn--primary, .cc_xzyCtGgJDC_navbar .kombos-btn--primary, .cc_xzyCtGgJDC_login .kombos-btn--primary, .cc_xzyCtGgJDC_register .kombos-btn--primary, .cc_xzyCtGgJDC_forgot_password .kombos-btn--primary, .cc_xzyCtGgJDC_recover_password .kombos-btn--primary, .cc_xzyCtGgJDC_product_slider .kombos-btn--primary, .cc_xzyCtGgJDC_product_list .kombos-btn--primary, .cc_xzyCtGgJDC_product_detail .kombos-btn--primary {
  background-color: var(--kay-navy);
  border-color: var(--kay-navy);
  color: var(--kombos-white);
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_not_found .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_cart_page .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_account_order_detail .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_account_addresses .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_account_info_content .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_account_orders .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_account_favorites .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_navbar .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_login .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_register .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_forgot_password .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_recover_password .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_product_slider .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_product_list .kombos-btn--primary:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail .kombos-btn--primary:hover:not(:disabled) {
  opacity: 0.85;
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_not_found .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_cart_page .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_account_addresses .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_account_info_content .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_account_orders .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_account_favorites .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_navbar .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_login .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_register .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_forgot_password .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_recover_password .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_product_slider .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_product_list .kombos-btn--primary:disabled, .cc_xzyCtGgJDC_product_detail .kombos-btn--primary:disabled {
  background-color: var(--kombos-gray-300);
  border-color: var(--kombos-gray-300);
  color: var(--kombos-gray-50);
}

/* --- Secondary --- */
.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--secondary, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--secondary, .cc_xzyCtGgJDC_not_found .kombos-btn--secondary, .cc_xzyCtGgJDC_cart_page .kombos-btn--secondary, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--secondary, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--secondary, .cc_xzyCtGgJDC_account_addresses .kombos-btn--secondary, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--secondary, .cc_xzyCtGgJDC_account_info_content .kombos-btn--secondary, .cc_xzyCtGgJDC_account_orders .kombos-btn--secondary, .cc_xzyCtGgJDC_account_favorites .kombos-btn--secondary, .cc_xzyCtGgJDC_navbar .kombos-btn--secondary, .cc_xzyCtGgJDC_login .kombos-btn--secondary, .cc_xzyCtGgJDC_register .kombos-btn--secondary, .cc_xzyCtGgJDC_forgot_password .kombos-btn--secondary, .cc_xzyCtGgJDC_recover_password .kombos-btn--secondary, .cc_xzyCtGgJDC_product_slider .kombos-btn--secondary, .cc_xzyCtGgJDC_product_list .kombos-btn--secondary, .cc_xzyCtGgJDC_product_detail .kombos-btn--secondary {
  background-color: var(--kombos-white);
  border-color: var(--kombos-gray-200);
  color: var(--kombos-gray-900);
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_not_found .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_cart_page .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_account_order_detail .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_account_addresses .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_account_info_content .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_account_orders .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_account_favorites .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_navbar .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_login .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_register .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_forgot_password .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_recover_password .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_product_slider .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_product_list .kombos-btn--secondary:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail .kombos-btn--secondary:hover:not(:disabled) {
  border-color: var(--kombos-gray-300);
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_not_found .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_cart_page .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_account_addresses .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_account_info_content .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_account_orders .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_account_favorites .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_navbar .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_login .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_register .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_forgot_password .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_recover_password .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_product_slider .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_product_list .kombos-btn--secondary:disabled, .cc_xzyCtGgJDC_product_detail .kombos-btn--secondary:disabled {
  background-color: var(--kombos-gray-50);
  border-color: var(--kombos-gray-200);
  color: var(--kombos-gray-300);
}

/* --- Dangerous --- */
.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--dangerous, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--dangerous, .cc_xzyCtGgJDC_not_found .kombos-btn--dangerous, .cc_xzyCtGgJDC_cart_page .kombos-btn--dangerous, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--dangerous, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--dangerous, .cc_xzyCtGgJDC_account_addresses .kombos-btn--dangerous, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--dangerous, .cc_xzyCtGgJDC_account_info_content .kombos-btn--dangerous, .cc_xzyCtGgJDC_account_orders .kombos-btn--dangerous, .cc_xzyCtGgJDC_account_favorites .kombos-btn--dangerous, .cc_xzyCtGgJDC_navbar .kombos-btn--dangerous, .cc_xzyCtGgJDC_login .kombos-btn--dangerous, .cc_xzyCtGgJDC_register .kombos-btn--dangerous, .cc_xzyCtGgJDC_forgot_password .kombos-btn--dangerous, .cc_xzyCtGgJDC_recover_password .kombos-btn--dangerous, .cc_xzyCtGgJDC_product_slider .kombos-btn--dangerous, .cc_xzyCtGgJDC_product_list .kombos-btn--dangerous, .cc_xzyCtGgJDC_product_detail .kombos-btn--dangerous {
  background-color: var(--kombos-error);
  border-color: var(--kombos-error);
  color: var(--kombos-white);
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_not_found .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_cart_page .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_account_order_detail .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_account_addresses .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_account_info_content .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_account_orders .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_account_favorites .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_navbar .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_login .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_register .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_forgot_password .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_recover_password .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_product_slider .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_product_list .kombos-btn--dangerous:hover:not(:disabled), .cc_xzyCtGgJDC_product_detail .kombos-btn--dangerous:hover:not(:disabled) {
  background-color: var(--kombos-error-hover);
  border-color: var(--kombos-error-hover);
}

.cc_xzyCtGgJDC_customer_email_verification .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_product_detail_reviews .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_not_found .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_cart_page .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_product_detail_offer .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_account_order_detail .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_account_addresses .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_product_detail_add_to_cart .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_account_info_content .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_account_orders .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_account_favorites .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_navbar .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_login .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_register .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_forgot_password .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_recover_password .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_product_slider .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_product_list .kombos-btn--dangerous:disabled, .cc_xzyCtGgJDC_product_detail .kombos-btn--dangerous:disabled {
  background-color: var(--kombos-gray-300);
  border-color: var(--kombos-gray-300);
  color: var(--kombos-gray-50);
}
