
.cc_9lb8i3va_account_order_detail .liman-checkbox, .cc_9lb8i3va_product_list .liman-checkbox, .cc_9lb8i3va_register .liman-checkbox {
  display: inline-flex;
  cursor: pointer;
}

.cc_9lb8i3va_account_order_detail .liman-checkbox__native, .cc_9lb8i3va_product_list .liman-checkbox__native, .cc_9lb8i3va_register .liman-checkbox__native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cc_9lb8i3va_account_order_detail .liman-checkbox__box, .cc_9lb8i3va_product_list .liman-checkbox__box, .cc_9lb8i3va_register .liman-checkbox__box {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  border: 1px solid var(--liman-gray-300);
  border-radius: var(--camsel-radius);
  background: var(--liman-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.cc_9lb8i3va_account_order_detail .liman-checkbox:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_product_list .liman-checkbox:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_register .liman-checkbox:hover .liman-checkbox__box:not(.liman-checkbox__box--checked) {
  border-color: var(--liman-gray-400);
}

.cc_9lb8i3va_account_order_detail .liman-checkbox__box--checked, .cc_9lb8i3va_product_list .liman-checkbox__box--checked, .cc_9lb8i3va_register .liman-checkbox__box--checked {
  background: var(--liman-gray-900);
  border-color: var(--liman-gray-900);
}

.cc_9lb8i3va_account_order_detail .liman-checkbox__icon, .cc_9lb8i3va_product_list .liman-checkbox__icon, .cc_9lb8i3va_register .liman-checkbox__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--liman-white);
  font-size: 0.75rem;
}

.cc_9lb8i3va_account_order_detail [data-state="error"] .liman-checkbox__box, .cc_9lb8i3va_product_list [data-state="error"] .liman-checkbox__box, .cc_9lb8i3va_register [data-state="error"] .liman-checkbox__box {
  border-color: var(--liman-error);
}

.cc_9lb8i3va_account_order_detail .liman-checkbox[data-state="error"]:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_product_list .liman-checkbox[data-state="error"]:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_register .liman-checkbox[data-state="error"]:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_account_order_detail [data-state="error"] .liman-checkbox:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_product_list [data-state="error"] .liman-checkbox:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_register [data-state="error"] .liman-checkbox:hover .liman-checkbox__box:not(.liman-checkbox__box--checked) {
  border-color: var(--liman-error);
}

.cc_9lb8i3va_account_order_detail [data-state="success"] .liman-checkbox__box, .cc_9lb8i3va_product_list [data-state="success"] .liman-checkbox__box, .cc_9lb8i3va_register [data-state="success"] .liman-checkbox__box {
  border-color: var(--liman-success);
}

.cc_9lb8i3va_account_order_detail .liman-checkbox[data-state="success"]:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_product_list .liman-checkbox[data-state="success"]:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_register .liman-checkbox[data-state="success"]:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_account_order_detail [data-state="success"] .liman-checkbox:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_product_list [data-state="success"] .liman-checkbox:hover .liman-checkbox__box:not(.liman-checkbox__box--checked), .cc_9lb8i3va_register [data-state="success"] .liman-checkbox:hover .liman-checkbox__box:not(.liman-checkbox__box--checked) {
  border-color: var(--liman-success);
}
