/* src/style.less */
.block-editor-block-list__block.wp-block {
  max-width: 1320px !important;
}
*[class*=lks-] {
  --wp-admin-theme-color: #003cd4;
  --wp--style--global--content-size: 1320px;
}
*[class*=lks-],
*[class*=lks-] input,
*[class*=lks-] button {
  outline: none !important;
  box-shadow: none !important;
}
*[class*=lks-] .components-base-control__label {
  text-transform: none;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
}
*[class*=lks-] .components-checkbox-control {
  margin: 0;
}
*[class*=lks-] .components-checkbox-control__input-container {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border-radius: 2px;
}
*[class*=lks-] .components-checkbox-control__input-container input,
*[class*=lks-] .components-checkbox-control__input-container svg {
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border-radius: 2px;
}
*[class*=lks-] .components-checkbox-control__input-container input[type=checkbox] {
  border-color: rgba(0, 0, 0, 0.08);
  outline: none;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
}
*[class*=lks-] .components-checkbox-control__input-container input[type=checkbox]:checked {
  background: #003cd4;
  border-color: #003cd4;
}
*[class*=lks-] .components-checkbox-control__input-container input[type=checkbox]:disabled {
  background: #f2f2f2;
  border-color: #e1e1e1;
}
.lks-product-card__radio-group {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 12px;
}
.lks-product-card__radio-group__item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.lks-product-card__radio-group__item__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 8px;
}
.lks-product-card__radio-group__item__dot--active {
  border: 4px solid #003cd4;
}
.lks-product-card__radio-group__item__label {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  display: flex;
  align-items: center;
}
.lks-product-card__radio-group__item__label__tips {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  cursor: pointer;
}
.lks-product-card__radio-group__item__label__tips__icon {
  width: 100%;
  height: 100%;
}
.lks-product-card__radio-group__popover .components-popover__content {
  border: none;
  box-shadow: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow:
    0px 9px 28px 8px rgba(0, 0, 0, 0.05),
    0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}
.lks-product-card__radio-group__popover__content {
  padding: 8px 8px 4px;
}
.lks-product-card__radio-group__popover__content > img {
  max-height: 120px;
}
.lks-product-card__edit__empty {
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
}
.lks-product-card__edit__empty__header {
  display: flex;
  align-items: center;
  height: 28px;
}
.lks-product-card__edit__empty__header__logo {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.lks-product-card__edit__empty__header__title {
  font-size: 18px;
}
.lks-product-card__edit__empty__body {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  .lks-product-card__add-products-modal.components-modal__frame.has-size-large {
    max-width: 960px;
  }
}
.lks-product-card__add-products-modal__body {
  position: relative;
}
.lks-product-card__add-products-modal__body__search {
  padding-top: 8px;
  display: flex;
  align-items: end;
  column-gap: 12px;
  margin-bottom: 16px;
  position: sticky;
  z-index: 20;
  top: 0;
  background: #fff;
  flex-wrap: wrap;
}
.lks-product-card__add-products-modal__body__search__item--brand,
.lks-product-card__add-products-modal__body__search__item--category,
.lks-product-card__add-products-modal__body__search__item--title {
  width: 200px;
}
.lks-product-card__add-products-modal__body__search__item--brand select,
.lks-product-card__add-products-modal__body__search__item--category select,
.lks-product-card__add-products-modal__body__search__item--title select,
.lks-product-card__add-products-modal__body__search__item--brand input,
.lks-product-card__add-products-modal__body__search__item--category input,
.lks-product-card__add-products-modal__body__search__item--title input {
  height: 32px;
}
.lks-product-card__add-products-modal__body__search__item--brand select option,
.lks-product-card__add-products-modal__body__search__item--category select option,
.lks-product-card__add-products-modal__body__search__item--title select option,
.lks-product-card__add-products-modal__body__search__item--brand input option,
.lks-product-card__add-products-modal__body__search__item--category input option,
.lks-product-card__add-products-modal__body__search__item--title input option {
  color: #1e1e1e;
}
.lks-product-card__add-products-modal__body__search__item.is-empty select {
  color: rgba(0, 0, 0, 0.3) !important;
}
.lks-product-card__add-products-modal__body__search__item--category select option:first-of-type {
  display: none;
}
.lks-product-card__add-products-modal__body__search__operation {
  white-space: nowrap;
}
.lks-product-card__add-products-modal__body__search__operation__reset {
  margin: 8px;
}
.lks-product-card__add-products-modal__body__table__img {
  width: 40px;
  border-radius: 8px;
}
.lks-product-card__add-products-modal__body__footer {
  text-align: right;
  position: sticky;
  z-index: 20;
  bottom: 0;
  background: #fff;
  padding: 24px 0;
}
.lks-product-card__add-products-modal__body__footer__cancel {
  margin-right: 8px;
}
.lks-button.components-button.is-primary {
  background: #003cd4;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}
.lks-button.components-button.is-primary:hover,
.lks-button.components-button.is-primary:active {
  background: #003cd4;
}
.lks-button.components-button.is-secondary {
  color: rgba(0, 0, 0, 0.9);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}
.lks-button.components-button.is-secondary:hover,
.lks-button.components-button.is-secondary:active {
  background: #fff;
}
.lks-button.components-button:disabled {
  border: 1px solid #d9d9d9 !important;
  background: rgba(0, 0, 0, 0.04) !important;
  color: rgba(0, 0, 0, 0.25) !important;
}
.lks-modal.components-modal__frame .components-modal__content {
  margin-top: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
.lks-modal.components-modal__frame .components-modal__content .components-modal__header {
  height: 56px;
  padding: 0 16px 0 24px;
}
.lks-modal.components-modal__frame .components-modal__content .components-modal__header .components-button {
  color: rgba(0, 0, 0, 0.3);
}
.lks-modal.components-modal__frame .components-modal__content .components-modal__header .components-button:hover {
  color: rgba(0, 0, 0, 0.75);
}
.lks-modal.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading-container {
  color: rgba(0, 0, 0, 0.88);
}
.lks-modal.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading-container .components-modal__header-heading {
  font-size: 16px;
}
.lks-modal.components-modal__frame label.components-text.components-input-control__label,
.lks-modal.components-modal__frame label.components-base-control__label {
  text-transform: none;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
}
.lks-modal.components-modal__frame .components-input-control__backdrop {
  border-color: rgba(0, 0, 0, 0.08) !important;
}
.lks-modal.components-modal__frame .components-input-control__suffix svg {
  fill: rgba(0, 0, 0, 0.08);
}
.lks-modal.components-modal__frame .components-input-control__container {
  border-radius: 8px;
}
.lks-modal.components-modal__frame .components-text-control__input {
  border-radius: 8px;
  border-color: rgba(0, 0, 0, 0.08);
}
.lks-modal.components-modal__frame .components-text-control__input::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
.lks-modal.components-modal__frame .components-text-control__input:focus,
.lks-modal.components-modal__frame .components-text-control__input.active {
  border-color: #003cd4;
}
.lks-table {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.lks-table__th,
.lks-table__td {
  text-align: left;
}
.lks-table__th--align-left,
.lks-table__td--align-left {
  text-align: left;
}
.lks-table__th--align-center,
.lks-table__td--align-center {
  text-align: center;
}
.lks-table__th--align-right,
.lks-table__td--align-right {
  text-align: right;
}
.lks-table__thead__tr__th {
  padding: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  line-height: 16.8px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.lks-table__thead__tr__th:last-of-type {
  border-right-color: transparent;
}
.lks-table__tbody {
  word-break: break-all;
}
.lks-table__tbody__tr__td {
  padding: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 16.8px;
}
.lks-table__tbody__empty {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lks-table__tbody__empty__img {
  width: 64px;
  margin-bottom: 8px;
}
.lks-table__tbody__empty__text {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  margin: 0;
}
.lks-table__footer {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lks-table__footer__text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 16.8px;
}
.lks-pagination {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
}
.lks-pagination__btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.lks-pagination__btn:not(.lks-pagination__btn--active):not(.lks-pagination__btn--disabled):hover {
  background: #f6f9ff;
}
.lks-pagination__btn--active {
  color: #003cd4;
  background: #e2eaff;
  font-weight: 600;
}
.lks-pagination__btn--disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.lks-product-card__products {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: row;
  position: relative;
}
.lks-product-card__products--HORIZONTAL {
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.lks-product-card__products--VERTICAL {
  flex-wrap: wrap;
  justify-content: center;
}
.lks-product-card__products__item {
  padding: 16px;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none !important;
}
.lks-product-card__products__item--UP_DOWN {
  flex-direction: column;
  justify-content: space-between;
}
.lks-product-card__products__item--Small {
  width: 212px;
  min-width: 212px;
}
.lks-product-card__products__item--Medium {
  width: 332px;
  min-width: 332px;
}
.lks-product-card__products__item--Large {
  width: 632px;
  min-width: 632px;
}
.lks-product-card__products__item--LEFT_RIGHT {
  width: 632px;
  min-width: 632px;
}
.lks-product-card__products__item--LEFT_RIGHT--Large {
  width: 968px;
  min-width: 968px;
}
.lks-product-card__products__item__img {
  object-fit: contain;
}
.lks-product-card__products__item__img--Small {
  width: 180px !important;
  height: 240px !important;
}
.lks-product-card__products__item__img--Medium {
  width: 300px !important;
  height: 400px !important;
}
.lks-product-card__products__item__img--Large {
  width: 600px !important;
  height: 800px !important;
}
.lks-product-card__products__item__info {
  color: rgba(0, 0, 0, 0.9);
  padding-top: 8px;
  margin-left: 24px;
}
.lks-product-card__products__item__info__brand {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.lks-product-card__products__item__info__category {
  font-size: 14px;
  line-height: 16.8px;
  height: 24px;
  background: #e2eaff;
  border-radius: 9999px;
  line-height: 24px;
  padding: 0 8px;
  margin-bottom: 16px;
  width: max-content;
}
.lks-product-card__products__item__info__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px;
}
.lks-product-card__products__item__info__price {
  display: flex;
  flex-direction: column;
}
.lks-product-card__products__item__info__price__discount {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: #ff4d4f;
  margin-bottom: 4px;
  white-space: nowrap;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.lks-product-card__products__item__info__price__original {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 16.8px;
  text-decoration: line-through;
  white-space: nowrap;
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.lks-product-card__products__item--UP_DOWN--Large .lks-product-card__products__item__info {
  width: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 24px 24px 32px;
  display: none;
  box-sizing: border-box;
}
.lks-product-card__products__item--UP_DOWN--Large:hover .lks-product-card__products__item__info {
  display: block;
}
.lks-product-card__products__item--UP_DOWN .lks-product-card__products__item__info {
  text-align: center;
  margin-left: 0;
  margin-top: 16px;
}
.lks-product-card__products__item--UP_DOWN .lks-product-card__products__item__info__brand {
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lks-product-card__products__item--UP_DOWN .lks-product-card__products__item__info__category {
  display: none;
}
.lks-product-card__products__item--UP_DOWN .lks-product-card__products__item__info__name {
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lks-product-card__products__item--UP_DOWN .lks-product-card__products__item__info__price {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.lks-product-card__products__item--UP_DOWN .lks-product-card__products__item__info__price__discount {
  margin-bottom: 0;
  margin-right: 4px;
  min-width: 50%;
}
.lks-product-card__products__item--UP_DOWN .lks-product-card__products__item__info__price__original {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 16.8px;
}
.lks-icon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.lks-icon svg {
  width: 1em;
  height: 1em;
  display: inline-block;
}
.lks-loading {
  position: relative;
}
.lks-loading__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
}
.lks-loading__mask__icon {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  color: #003cd4;
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
