

.cc_9lb8i3va_DF3uLa7W3w .liman-modal, .cc_9lb8i3va_FcuWLG0idQ .liman-modal, .cc_9lb8i3va_account_addresses .liman-modal, .cc_9lb8i3va_product_detail_reviews .liman-modal, .cc_9lb8i3va_product_list .liman-modal, .cc_9lb8i3va_account_favorites .liman-modal, .cc_9lb8i3va_register .liman-modal, .cc_9lb8i3va_product_slider .liman-modal {
  position: fixed;
  inset: 0;
  z-index: var(--liman-z-overlay);
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 1rem;
}

.cc_9lb8i3va_DF3uLa7W3w .liman-modal--open, .cc_9lb8i3va_FcuWLG0idQ .liman-modal--open, .cc_9lb8i3va_account_addresses .liman-modal--open, .cc_9lb8i3va_product_detail_reviews .liman-modal--open, .cc_9lb8i3va_product_list .liman-modal--open, .cc_9lb8i3va_account_favorites .liman-modal--open, .cc_9lb8i3va_register .liman-modal--open, .cc_9lb8i3va_product_slider .liman-modal--open {
  opacity: 1;
}

.cc_9lb8i3va_DF3uLa7W3w .liman-modal__panel, .cc_9lb8i3va_FcuWLG0idQ .liman-modal__panel, .cc_9lb8i3va_account_addresses .liman-modal__panel, .cc_9lb8i3va_product_detail_reviews .liman-modal__panel, .cc_9lb8i3va_product_list .liman-modal__panel, .cc_9lb8i3va_account_favorites .liman-modal__panel, .cc_9lb8i3va_register .liman-modal__panel, .cc_9lb8i3va_product_slider .liman-modal__panel {
  background: var(--liman-white);
  border-radius: var(--camsel-radius);
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  transform: translateY(1rem);
  transition: transform 0.3s;
}

.cc_9lb8i3va_DF3uLa7W3w .liman-modal--open .liman-modal__panel, .cc_9lb8i3va_FcuWLG0idQ .liman-modal--open .liman-modal__panel, .cc_9lb8i3va_account_addresses .liman-modal--open .liman-modal__panel, .cc_9lb8i3va_product_detail_reviews .liman-modal--open .liman-modal__panel, .cc_9lb8i3va_product_list .liman-modal--open .liman-modal__panel, .cc_9lb8i3va_account_favorites .liman-modal--open .liman-modal__panel, .cc_9lb8i3va_register .liman-modal--open .liman-modal__panel, .cc_9lb8i3va_product_slider .liman-modal--open .liman-modal__panel {
  transform: translateY(0);
}

.cc_9lb8i3va_DF3uLa7W3w .liman-modal__header, .cc_9lb8i3va_FcuWLG0idQ .liman-modal__header, .cc_9lb8i3va_account_addresses .liman-modal__header, .cc_9lb8i3va_product_detail_reviews .liman-modal__header, .cc_9lb8i3va_product_list .liman-modal__header, .cc_9lb8i3va_account_favorites .liman-modal__header, .cc_9lb8i3va_register .liman-modal__header, .cc_9lb8i3va_product_slider .liman-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--liman-white);
  padding: 1.5rem;
  border-bottom: 1px solid var(--liman-gray-200);
  border-radius: var(--camsel-radius);
}

.cc_9lb8i3va_DF3uLa7W3w .liman-modal__title, .cc_9lb8i3va_FcuWLG0idQ .liman-modal__title, .cc_9lb8i3va_account_addresses .liman-modal__title, .cc_9lb8i3va_product_detail_reviews .liman-modal__title, .cc_9lb8i3va_product_list .liman-modal__title, .cc_9lb8i3va_account_favorites .liman-modal__title, .cc_9lb8i3va_register .liman-modal__title, .cc_9lb8i3va_product_slider .liman-modal__title {
  color: var(--liman-gray-900);
}

.cc_9lb8i3va_DF3uLa7W3w .liman-modal__close, .cc_9lb8i3va_FcuWLG0idQ .liman-modal__close, .cc_9lb8i3va_account_addresses .liman-modal__close, .cc_9lb8i3va_product_detail_reviews .liman-modal__close, .cc_9lb8i3va_product_list .liman-modal__close, .cc_9lb8i3va_account_favorites .liman-modal__close, .cc_9lb8i3va_register .liman-modal__close, .cc_9lb8i3va_product_slider .liman-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--liman-gray-700);
  font-size: 1.25rem;
}

.cc_9lb8i3va_DF3uLa7W3w .liman-modal__body, .cc_9lb8i3va_FcuWLG0idQ .liman-modal__body, .cc_9lb8i3va_account_addresses .liman-modal__body, .cc_9lb8i3va_product_detail_reviews .liman-modal__body, .cc_9lb8i3va_product_list .liman-modal__body, .cc_9lb8i3va_account_favorites .liman-modal__body, .cc_9lb8i3va_register .liman-modal__body, .cc_9lb8i3va_product_slider .liman-modal__body {
  padding: 1.5rem;
  overflow-y: auto;
}

.cc_9lb8i3va_DF3uLa7W3w .liman-modal__footer, .cc_9lb8i3va_FcuWLG0idQ .liman-modal__footer, .cc_9lb8i3va_account_addresses .liman-modal__footer, .cc_9lb8i3va_product_detail_reviews .liman-modal__footer, .cc_9lb8i3va_product_list .liman-modal__footer, .cc_9lb8i3va_account_favorites .liman-modal__footer, .cc_9lb8i3va_register .liman-modal__footer, .cc_9lb8i3va_product_slider .liman-modal__footer {
  background: var(--liman-white);
  padding: 1.5rem;
  border-top: 1px solid var(--liman-gray-200);
  border-radius: var(--camsel-radius);
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}
