@charset "UTF-8";
#productViewsChart {
  width: 100%;
  height: 400px;
}

.shop-content {
  display: none;
}
.shop-content.active {
  display: block;
}

.shop-products-supplier-filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.shop-products-supplier-filter__label {
  color: var(--color-dark-900);
  font-weight: 600;
  font-size: 14px;
}
.shop-products-supplier-filter__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  min-width: 220px;
  max-width: 100%;
  padding: 12px 50px 12px 14px;
  border: 1px solid var(--color-gray-10);
  border-radius: 10px;
  background-color: var(--color-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg transform='rotate(-90 12 12)'%3E%3Cpath d='M15 6L9.70711 11.2929C9.31658 11.6834 9.31658 12.3166 9.70711 12.7071L15 18' stroke='%23121a26' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 14px center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  color: var(--color-dark-900);
  font-size: 15px;
  cursor: pointer;
}
.shop-products-supplier-filter__select::-ms-expand {
  display: none;
}

.shop-products-search {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 20px;
}
.shop-products-search__label {
  flex: 1 1 100%;
  color: var(--color-dark-900);
  font-weight: 600;
  font-size: 14px;
}
.shop-products-search__field {
  flex: 1 1 200px;
  min-width: 0;
  padding: 10px 14px;
  border: 1px solid var(--color-gray-10);
  border-radius: 10px;
  background: var(--color-white);
  color: var(--color-dark-900);
  font-size: 15px;
}
.shop-products-search__submit {
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  background: var(--color-primary, #ff103b);
  color: var(--color-button-text, #fff);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.shop-products-search__submit:hover {
  background: var(--color-accent, #d60e32);
  color: var(--color-button-text, #fff);
}
.shop-products-search__submit:focus-visible {
  outline: 2px solid var(--color-primary, #ff103b);
  outline-offset: 2px;
}
.shop-products-search__submit:active:not(:disabled) {
  opacity: 0.92;
  transform: scale(0.98);
}
.shop-products-search__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.shop-detail-owner-product-filters {
  margin-bottom: 0;
}

/* Фильтры владельца на shop_detail: группы, равная ширина select, кнопки */
.shop-products-owner-filters-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 16px 18px;
  border: 1px solid var(--color-gray-10);
  border-radius: 12px;
  background: var(--color-white);
}

.shop-products-owner-filters-row .shop-detail-owner-product-filters {
  flex: 1 1 100%;
  min-width: 0;
  margin-bottom: 0;
}

.shop-products-owner-filters-row .shop-owner-product-filters__form {
  padding: 0;
  border: none;
  background: transparent;
}

.shop-owner-filters__main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.shop-owner-filters__groups {
  display: flex;
  flex: 1 1 200px;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.shop-owner-filters__group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
  gap: 14px 16px;
  align-items: end;
}

/* Все фильтры владельца в одну линию на широкой сетке; на узкой — перенос */
.shop-owner-filters__group--row {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px 16px;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
}

.shop-products-owner-filters-row .shop-owner-filters__group--row .shop-owner-product-filters__field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3px;
  flex: 1 1 0;
  min-width: 0;
}

.shop-products-owner-filters-row .shop-owner-product-filters__label {
  display: block;
  margin: 0;
  line-height: 1.2;
  color: var(--color-gray-custom-4);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.shop-products-owner-filters-row .shop-owner-filters__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 10px 44px 10px 14px;
  border: 1px solid var(--color-gray-10);
  border-radius: 10px;
  background-color: var(--color-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg transform='rotate(-90 12 12)'%3E%3Cpath d='M15 6L9.70711 11.2929C9.31658 11.6834 9.31658 12.3166 9.70711 12.7071L15 18' stroke='%23243041' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 12px center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  color: var(--color-dark-900);
  font-size: 15px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.shop-products-owner-filters-row .shop-owner-filters__select:hover {
  border-color: var(--color-gray-30);
}
.shop-products-owner-filters-row .shop-owner-filters__select:focus-visible {
  border-color: var(--color-primary);
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.shop-products-owner-filters-row .shop-owner-filters__select option.shop-owner-filters__opt-default {
  color: var(--color-gray-custom-7);
}
.shop-products-owner-filters-row .shop-owner-filters__select::-ms-expand {
  display: none;
}

.shop-owner-filters__toolbar {
  display: flex;
  flex: 0 1 auto;
  flex-flow: column nowrap;
  gap: 8px;
  align-items: flex-end;
  align-self: flex-end;
}

.shop-owner-filters__count {
  max-width: 100%;
  color: var(--color-gray-custom-7);
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
  white-space: nowrap;
}

.shop-owner-filters__actions {
  display: inline-flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.shop-owner-filters__btn-reset {
  box-sizing: border-box;
  margin: 0;
  padding: 10px 18px;
  border: 1px solid var(--color-gray-10);
  border-radius: 10px;
  background: var(--color-white);
  color: var(--color-gray-custom-4);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.shop-owner-filters__btn-reset:hover:not(:disabled, .is-disabled) {
  border-color: var(--color-gray-30);
  background: var(--color-gray-0);
  color: var(--color-dark-900);
}
.shop-owner-filters__btn-reset:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.shop-owner-filters__btn-reset:disabled, .shop-owner-filters__btn-reset.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.shop-owner-filters__btn-reset.is-hidden {
  display: none;
}

@media (max-width: 900px) {
  .shop-owner-filters__main {
    flex-direction: column;
    align-items: stretch;
  }
  .shop-owner-filters__groups {
    flex: 1 1 auto;
    width: 100%;
  }
  .shop-owner-filters__group--row {
    flex-wrap: wrap;
  }
  .shop-products-owner-filters-row .shop-owner-filters__group--row .shop-owner-product-filters__field {
    flex: 1 1 calc(50% - 8px);
    min-width: 160px;
  }
  .shop-owner-filters__toolbar {
    flex: 1 1 100%;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    width: 100%;
  }
  .shop-owner-filters__count {
    text-align: left;
  }
  .shop-owner-filters__actions {
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .shop-products-owner-filters-row {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 14px;
  }
  .shop-owner-filters__groups {
    gap: 14px;
  }
  .shop-owner-filters__group {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .shop-owner-filters__group--row {
    flex-direction: column;
    align-items: stretch;
  }
  .shop-products-owner-filters-row .shop-owner-filters__group--row .shop-owner-product-filters__field {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
  .shop-products-owner-filters-row .shop-owner-product-filters__label {
    font-size: 11px;
  }
  .shop-products-owner-filters-row .shop-owner-filters__select {
    min-height: 48px;
    font-size: 16px; /* меньше авто-зума iOS при фокусе */
  }
  .shop-owner-filters__actions {
    flex-flow: row nowrap;
    gap: 10px;
  }
  .shop-owner-filters__btn-reset {
    display: inline-flex;
    flex: 1 1 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    min-height: 48px;
    text-align: center;
  }
}
.tab-1 {
  display: none;
}
.tab-1.active {
  display: block;
}

a.tab-link {
  cursor: pointer;
}
a.tab-link.active {
  color: var(--color-primary, #ff103b);
}

/* Deterministic direction for active sort only:
   asc = up, desc = down. */
.sorting li.active.sort-asc a::after {
  transform: rotate(180deg) !important;
}
.sorting li.active.sort-desc a::after {
  transform: rotate(0deg) !important;
}
.sorting li:not(.active) a::after {
  transform: rotate(0deg) !important;
}
.sorting li:not(.active) a:hover::after,
.sorting li:not(.active) a:focus::after,
.sorting li:not(.active) a:active::after {
  transform: rotate(0deg) !important;
}
.sorting li.active.sort-asc a:hover::after,
.sorting li.active.sort-asc a:focus::after,
.sorting li.active.sort-asc a:active::after {
  transform: rotate(180deg) !important;
}
.sorting li.active.sort-desc a:hover::after,
.sorting li.active.sort-desc a:focus::after,
.sorting li.active.sort-desc a:active::after {
  transform: rotate(0deg) !important;
}

/* Сводка заказов по статусам (веб) */
.shop-orders-status-summary {
  margin-bottom: 24px;
}
.shop-orders-status-summary__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.shop-orders-status-chip {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 14px;
  border: 1px solid var(--color-border, #e4e4e4);
  border-left-width: 3px;
  border-left-color: var(--status-accent, var(--color-border, #e4e4e4));
  border-radius: 8px;
  background-color: var(--color-bg, #fff);
  color: var(--color-text, #2d2727);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.shop-orders-status-chip:hover {
  border-color: var(--color-accent, #ff103b);
  color: var(--color-text, #2d2727);
}
.shop-orders-status-chip:focus {
  outline: 2px solid var(--color-primary, #ff103b);
  outline-offset: 2px;
}
.shop-orders-status-chip:active {
  border-color: var(--color-primary, #ff103b);
}
.shop-orders-status-chip__count {
  min-width: 1.5em;
  text-align: center;
  opacity: 0.95;
  font-variant-numeric: tabular-nums;
}
.shop-orders-status-chip--active {
  border-color: var(--color-primary, #ff103b);
  background-color: var(--color-primary, #ff103b);
  color: var(--color-button-text, #fff);
}
.shop-orders-status-chip--active:hover {
  border-color: var(--color-accent, #ff103b);
  background-color: var(--color-accent, #ff103b);
  color: var(--color-button-text, #fff);
}
.shop-orders-status-chip--active:focus {
  outline-color: var(--color-accent, #ff103b);
}
.shop-orders-status-chip--active .shop-orders-status-chip__count {
  opacity: 1;
}

.shop-orders-empty-hint {
  margin: 0 0 24px;
  color: var(--color-text, #2d2727);
  font-size: 15px;
  opacity: 0.85;
}

.shop-orders-search {
  margin-bottom: 20px;
}
.shop-orders-search__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
.shop-orders-search__row:last-child {
  margin-bottom: 0;
}
.shop-orders-search__input {
  flex: 1 1 220px;
  box-sizing: border-box;
  min-width: 0;
  max-width: 420px;
  padding: 10px 14px;
  border: 1px solid var(--color-border, #e4e4e4);
  border-radius: 6px;
  background: var(--color-bg, #fff);
  color: var(--color-text, #2d2727);
  font-size: 15px;
}
.shop-orders-search__input:focus {
  outline: 2px solid var(--color-primary, #ff103b);
  outline-offset: 2px;
}
.shop-orders-search__submit {
  padding: 10px 20px;
  border: 1px solid var(--color-primary, #ff103b);
  border-radius: 6px;
  background-color: var(--color-primary, #ff103b);
  color: var(--color-button-text, #fff);
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.shop-orders-search__submit:hover {
  border-color: var(--color-accent, #ff103b);
  background-color: var(--color-accent, #ff103b);
  color: var(--color-button-text, #fff);
}
.shop-orders-search__submit:focus {
  outline: 2px solid var(--color-accent, #ff103b);
  outline-offset: 2px;
}
.shop-orders-search__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.shop-orders-search__reset {
  color: var(--color-primary, #ff103b);
  font-size: 14px;
  text-decoration: none;
}
.shop-orders-search__reset:hover {
  color: var(--color-accent, #ff103b);
}

.shop-orders-bool-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  align-items: flex-end;
  margin-bottom: 12px;
}
.shop-orders-bool-filters__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 140px;
}
.shop-orders-bool-filters__label {
  color: var(--color-text, #2d2727);
  font-weight: 500;
  font-size: 13px;
  opacity: 0.85;
}
.shop-orders-bool-filters__select {
  box-sizing: border-box;
  min-width: 140px;
  padding: 8px 12px;
  border: 1px solid var(--color-border, #e4e4e4);
  border-radius: 6px;
  background: var(--color-bg, #fff);
  color: var(--color-text, #2d2727);
  font-size: 14px;
  font-family: inherit;
}
.shop-orders-bool-filters__select:focus {
  outline: 2px solid var(--color-primary, #ff103b);
  outline-offset: 2px;
}

/* Мобильная витрина: вкладки «Заказы» и фильтры */
@media (max-width: 992px) {
  .edit-shop .shop-nav .flex.tabs {
    flex-wrap: nowrap;
    gap: 14px;
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch;
    margin-right: -8px;
    margin-left: -8px;
    padding: 0 8px 10px;
    scrollbar-width: thin;
  }
  .edit-shop .shop-nav .flex.tabs::-webkit-scrollbar {
    height: 3px;
  }
  .edit-shop .shop-nav .flex.tabs > .tab-link {
    flex-shrink: 0;
    margin-right: 0 !important;
    white-space: nowrap;
  }
  .edit-shop .shop-nav .flex.tabs > .tab-link.mr-36 {
    margin-right: 0 !important;
  }
  .shop-orders-status-summary__inner {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: -2px;
    margin-left: -2px;
    padding: 2px 0 8px;
    padding-right: 2px;
    padding-left: 2px;
    scrollbar-width: thin;
  }
  .shop-orders-status-summary__inner::-webkit-scrollbar {
    height: 3px;
  }
  .shop-orders-status-chip {
    flex-shrink: 0;
    padding: 10px 12px;
    font-size: 13px;
  }
  .shop-orders-bool-filters {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .shop-orders-bool-filters__field {
    min-width: 0;
  }
  .shop-orders-bool-filters__select {
    width: 100%;
    min-width: 0;
  }
  .shop-orders-search__row {
    flex-direction: column;
    align-items: stretch;
  }
  .shop-orders-search__input {
    width: 100%;
    max-width: none;
  }
  .shop-orders-search__submit {
    width: 100%;
  }
  .edit-shop #tab-5 .shop-item-column .shop-order-item {
    box-sizing: border-box;
    margin-bottom: 12px;
    padding: 14px 12px;
    border: 1px solid var(--color-border, #e8e8e8);
    border-radius: 14px;
    background: var(--color-bg, #fff);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  }
  .edit-shop #tab-5 .shop-item-column .shop-order-item:last-child {
    margin-bottom: 0;
  }
  .edit-shop #tab-5 .shop-order-item.mb-36 {
    margin-bottom: 12px !important;
  }
}
/* Mobile: в одном стиле с экраном профиля */
.mobile-shop-list {
  min-height: calc(100vh - 120px);
  padding: 120px 0 96px;
  background: #f6f7fb;
}
.mobile-shop-list .container {
  padding-right: 16px;
  padding-left: 16px;
}
.mobile-shop-list__head {
  margin-bottom: 14px;
}
.mobile-shop-list__title {
  margin: 0;
  color: var(--color-dark-900);
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
.mobile-shop-list__subtitle {
  margin: 6px 0 0;
  color: var(--color-gray-custom-7);
  font-size: 14px;
  line-height: 140%;
}
.mobile-shop-list__card {
  overflow: hidden;
  border-radius: 14px;
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}
.mobile-shop-list__row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #f1f2f6;
  background: var(--color-white);
  color: var(--color-dark-900);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-shop-list__row:last-child {
  border-bottom: none;
}
.mobile-shop-list__row:active {
  background: #fafbff;
}
.mobile-shop-list__logo {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e9f1ff, #f5f7ff);
}
.mobile-shop-list__logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mobile-shop-list__logo img[src$=".svg"] {
  object-fit: contain;
  width: 26px;
  height: 26px;
}
.mobile-shop-list__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.mobile-shop-list__name {
  overflow: hidden;
  color: var(--color-dark-900);
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-shop-list__meta {
  color: #9aa4b5;
  font-size: 13px;
}
.mobile-shop-list__empty {
  padding: 28px 12px 8px;
  text-align: center;
}
.mobile-shop-list__empty-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.mobile-shop-list__empty-icon img {
  width: 64px;
  height: 64px;
  opacity: 0.85;
}
.mobile-shop-list__empty-title {
  margin: 0 0 8px;
  color: var(--color-dark-900);
  font-weight: 700;
  font-size: 18px;
}
.mobile-shop-list__empty-text {
  max-width: 320px;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  color: var(--color-gray-custom-7);
  font-size: 14px;
  line-height: 150%;
}
.mobile-shop-list__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.mobile-shop-list__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
.mobile-shop-list__btn--primary.tap-secondary-btn {
  width: 100%;
  border: none;
  background: var(--color-primary) !important;
  color: var(--color-button-text) !important;
}
.mobile-shop-list__btn--primary.tap-secondary-btn:hover, .mobile-shop-list__btn--primary.tap-secondary-btn:focus, .mobile-shop-list__btn--primary.tap-secondary-btn:active {
  background: var(--color-accent) !important;
  color: var(--color-button-text) !important;
}
.mobile-shop-list__btn--ghost {
  width: 100%;
  border: 1px solid #e6e8ed;
  background: var(--color-white);
  color: var(--color-dark-900);
}
.mobile-shop-list__btn--ghost:active {
  background: #f6f7fb;
}

/* Desktop list page */
.tap-shop-list-page__main {
  flex: 1;
  min-width: 0;
}
.tap-shop-list-page__header {
  margin-bottom: 20px;
}
.tap-shop-list-page__lead {
  max-width: 520px;
  margin: 8px 0 0;
  color: var(--color-gray-custom-13);
  font-size: 15px;
}
.tap-shop-list-page__list {
  overflow: hidden;
  border: 1px solid var(--color-gray-9);
  border-radius: 12px;
  background: var(--color-white);
}
.tap-shop-list-page__row {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--color-gray-8);
  color: var(--color-dark-900);
  text-decoration: none;
  transition: background 0.15s ease;
}
.tap-shop-list-page__row:last-child {
  border-bottom: none;
}
.tap-shop-list-page__row:hover {
  background: var(--color-gray-0);
}
.tap-shop-list-page__logo {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: var(--color-gray-custom-12);
}
.tap-shop-list-page__logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tap-shop-list-page__logo img[src$=".svg"] {
  object-fit: contain;
  width: 28px;
  height: 28px;
}
.tap-shop-list-page__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.tap-shop-list-page__name {
  font-weight: 600;
  font-size: 16px;
}
.tap-shop-list-page__hint {
  color: var(--color-gray-custom-3);
  font-size: 13px;
}
.tap-shop-list-page__arrow {
  flex-shrink: 0;
  opacity: 0.5;
}
.tap-shop-list-page__arrow img {
  display: block;
  width: 10px;
  height: 16px;
}
.tap-shop-list-page__empty {
  padding: 24px 16px;
  border: 1px dashed var(--color-gray-30);
  border-radius: 12px;
  background: var(--color-gray-0);
}
.tap-shop-list-page__empty-text {
  margin: 0;
  color: var(--color-gray-custom-13);
  font-size: 15px;
}
.tap-shop-list-page__footer-actions {
  margin-top: 24px;
}
.tap-shop-list-page__create-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border-radius: 10px;
  background: var(--color-primary) !important;
  color: var(--color-button-text) !important;
  font-weight: 600;
  text-decoration: none;
}
.tap-shop-list-page__create-btn:hover, .tap-shop-list-page__create-btn:focus, .tap-shop-list-page__create-btn:active {
  background: var(--color-accent) !important;
  color: var(--color-button-text) !important;
}

.public-cart-top-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  padding: 10px 12px;
  border-bottom: 1px solid var(--color-gray-9);
  background: rgba(255, 255, 255, 0.96);
}
.public-cart-top-bar .inner {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.public-cart-top-bar a {
  text-decoration: none;
}

.public-cart-home {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--color-text);
}
.public-cart-home .logo {
  flex: 0 0 34px;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--color-gray-3);
}
.public-cart-home .logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.public-cart-title {
  font-weight: 600;
}

.public-cart-page-pad {
  padding-top: 66px;
}

.tap-empty-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  padding: 60px 0;
  text-align: center;
}
.tap-empty-content__icon svg {
  width: 80px;
  height: 80px;
}
.tap-empty-content__title {
  margin: 24px 0 12px;
  color: var(--color-black);
  font-weight: 700;
  font-size: 24px;
}
.tap-empty-content__desc {
  margin-bottom: 24px;
  color: #777;
  font-size: 14px;
}
.tap-empty-content__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  border-radius: 12px;
  background: var(--color-red-500);
  color: var(--color-button-text);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.tap-empty-content__btn:hover, .tap-empty-content__btn:focus {
  background: var(--color-red-600);
  color: var(--color-button-text);
}

.order-shop-edit-form {
  margin: 0;
}
.order-shop-edit-form__stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.order-shop-edit-form input[type=text],
.order-shop-edit-form input[type=email],
.order-shop-edit-form input[type=number],
.order-shop-edit-form input[type=tel],
.order-shop-edit-form select,
.order-shop-edit-form textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--color-border, #e4e4e4);
  border-radius: 6px;
  background: var(--color-bg, #fff);
  color: var(--color-text, #2d2727);
  font-size: 14px;
  font-family: inherit;
}
.order-shop-edit-form textarea {
  min-height: 72px;
  resize: vertical;
}
.order-shop-edit-form input[type=checkbox] {
  vertical-align: middle;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  accent-color: var(--color-primary, #ff103b);
}
.order-shop-edit-form__check-label {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--color-text, #2d2727);
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}
.order-shop-edit-form input:focus,
.order-shop-edit-form select:focus,
.order-shop-edit-form textarea:focus,
.order-shop-edit-form input[type=checkbox]:focus {
  outline: 2px solid var(--color-primary, #ff103b);
  outline-offset: 2px;
}
.order-shop-edit-form__submit {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
  padding: 10px 18px;
  border: 1px solid var(--color-primary, #ff103b);
  border-radius: 6px;
  background-color: var(--color-primary, #ff103b);
  color: var(--color-button-text, #fff);
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.order-shop-edit-form__submit:hover {
  border-color: var(--color-accent, #ff103b);
  background-color: var(--color-accent, #ff103b);
  color: var(--color-button-text, #fff);
}
.order-shop-edit-form__submit:focus {
  outline: 2px solid var(--color-accent, #ff103b);
  outline-offset: 2px;
}
.order-shop-edit-form__submit:active {
  opacity: 0.92;
}
.order-shop-edit-form__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.js-order-change-from-row.is-hidden {
  display: none !important;
}

.tap-product-info__heading-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.tap-product-info__vendor-code {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: baseline;
  font-size: 18px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .tap-product-info__vendor-code {
    align-items: flex-start;
  }
}
.tap-product-info__vendor-code-label {
  color: #5c6470;
}
.tap-product-info__vendor-code-value {
  color: var(--color-dark-500);
  font-weight: 500;
}
.tap-product-info__seller {
  margin: 0 0 18px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.tap-product-info__seller-block {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: var(--color-white);
}
@media (max-width: 640px) {
  .tap-product-info__seller-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tap-product-info__seller-info {
  display: flex;
  flex: 1;
  gap: 12px;
  align-items: center;
  min-width: 0;
}
.tap-product-info__seller-avatar {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
}
.tap-product-info__seller-name {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 1.2;
}
.tap-product-info__seller-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.tap-product-info__seller-link {
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .tap-product-info__seller-link {
    justify-content: flex-start;
    width: 100%;
  }
}
.tap-product-info__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
@media (max-width: 640px) {
  .tap-product-info__actions {
    flex-direction: column;
    gap: 8px;
  }
}

.tap-product-info__btn-buy {
  display: inline-flex;
  flex: 1;
  gap: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tap-product-info__btn-buy--secondary {
  border-color: rgb(11, 179, 92);
  background: var(--color-white);
  color: rgb(11, 179, 92);
}
.tap-product-info__btn-buy--secondary .icon-buy-now {
  flex-shrink: 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  filter: none;
}
.tap-product-info__btn-buy--secondary:hover {
  background: rgba(11, 179, 92, 0.05);
  color: rgb(11, 179, 92);
}
.tap-product-info__btn-buy--primary {
  border: none;
  background: rgb(11, 179, 92);
  color: var(--color-white);
}
.tap-product-info__btn-buy--primary:hover {
  background: rgb(17, 160, 87);
  color: var(--color-white);
}
.tap-product-info__btn-buy--primary:hover .tap-product-info__btn-cart-text {
  color: var(--color-white);
}
.tap-product-info__btn-buy--primary.active {
  border-color: rgb(130, 134, 141);
  background: rgb(130, 134, 141);
}
.tap-product-info__btn-buy--primary.active .icon {
  display: none;
}
.tap-product-info__btn-buy--primary.active:hover {
  background: rgba(130, 134, 141, 0.9);
  color: var(--color-white);
}
.tap-product-info__btn-buy--primary.active:hover .tap-product-info__btn-cart-text {
  color: var(--color-white);
}
.tap-product-info__btn-buy--to-basket .tap-product-info__btn-cart-text {
  order: 0;
}
.tap-product-info__btn-buy--to-basket .icon {
  order: 1;
}
.tap-product-info__btn-buy--edit {
  background: var(--color-primary, #ff103b);
  color: var(--color-white);
}
.tap-product-info__btn-buy--edit:hover {
  color: var(--color-white);
  box-shadow: none;
  opacity: 0.9;
}
.tap-product-info__btn-buy--edit-outline {
  border-color: var(--color-primary);
  background: transparent;
}
.tap-product-info__btn-buy__btn-cart-text {
  display: inline-block;
}

.tap-operator-panel {
  padding: 12px 14px;
  border: 1px solid #d4d4d8;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--color-gray-0) 0%, #f3f4f6 100%);
  font-size: 13px;
  line-height: 1.45;
}
.tap-operator-panel__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 8px;
  border-radius: 6px;
  background: #e4e4e7;
  color: #3f3f46;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tap-operator-panel__grid {
  display: grid;
  gap: 8px 12px;
}
.tap-operator-panel__row {
  display: grid;
  grid-template-columns: minmax(100px, 38%) 1fr;
  gap: 8px;
  align-items: start;
}
.tap-operator-panel__label {
  color: #71717a;
  font-size: 12px;
}
.tap-operator-panel__value {
  color: #18181b;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.tap-operator-panel__value a {
  color: var(--color-primary, #ff103b);
  font-weight: 600;
  text-decoration: none;
}
.tap-operator-panel__value a:hover {
  text-decoration: underline;
}
.tap-operator-panel__sub {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #e4e4e7;
}
.tap-operator-panel__sub-title {
  margin: 0 0 8px;
  color: #52525b;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.tap-operator-panel__refresh-bar {
  margin-bottom: 10px;
}
.tap-operator-panel__catalog-refresh {
  padding: 0.4rem 0.85rem;
  border: none;
  border-radius: 6px;
  background: var(--color-primary, #ff103b);
  color: var(--color-button-text, #fff);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.tap-operator-panel__catalog-refresh:disabled, .tap-operator-panel__catalog-refresh[aria-busy=true] {
  opacity: 0.65;
  cursor: not-allowed;
}
.tap-operator-panel__price-block {
  display: grid;
  gap: 8px 12px;
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e7;
}
.tap-operator-panel__pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 11px;
}
.tap-operator-panel__pill--ok {
  background: #dcfce7;
  color: #166534;
}
.tap-operator-panel__pill--no {
  background: #fee2e2;
  color: #991b1b;
}
.tap-operator-panel__profit-hint {
  margin-left: 6px;
  color: #166534;
  font-weight: 600;
  white-space: nowrap;
}
.tap-operator-panel__profit-hint--neg {
  color: #991b1b;
}
.tap-operator-panel__price-history-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tap-operator-panel__price-history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.tap-operator-panel__price-history-table th,
.tap-operator-panel__price-history-table td {
  vertical-align: top;
  padding: 6px 8px;
  border-bottom: 1px solid #e4e4e7;
  text-align: left;
}
.tap-operator-panel__price-history-table th {
  color: #71717a;
  font-weight: 600;
  white-space: nowrap;
}
.tap-operator-panel__price-history-table td {
  color: #18181b;
  font-weight: 500;
}
.tap-operator-panel__price-history-table tbody tr:last-child td {
  border-bottom: none;
}

.tap-variant-color__thumb {
  display: block;
  overflow: hidden;
  width: 52px;
  height: 66px;
  margin: 0 auto;
  border: 1px solid #ececec;
  border-radius: 4px;
  background: var(--color-gray-3);
}
.tap-variant-color__thumb img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tap-variant-color__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #efefef;
}
.tap-variant-color .tap-variant-option__meta {
  padding: 0 4px 6px;
}

.tap-variant-option__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  text-align: left;
}
.tap-variant-option__label {
  color: var(--color-dark-700);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
}
.tap-variant-option__price {
  color: var(--color-dark-700);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
}
.tap-variant-option__old-price {
  color: #7b7b7b;
  font-size: 11px;
  line-height: 1.2;
  text-decoration: line-through;
}

.tap-share-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.48);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.tap-share-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tap-share-modal.is-open .tap-share-modal__dialog {
  transform: translateY(0) scale(1);
}
.tap-share-modal__dialog {
  position: relative;
  width: min(100%, 420px);
  padding: 24px;
  border-radius: 24px;
  background: var(--color-white);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease;
  transform: translateY(8px) scale(0.98);
}
.tap-share-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f4f4f5;
  color: #18181b;
  cursor: pointer;
}
.tap-share-modal__title {
  margin: 0 32px 8px 0;
  color: #18181b;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.tap-share-modal__subtitle {
  margin: 0 0 18px;
  color: #52525b;
  font-size: 14px;
  line-height: 1.5;
}
.tap-share-modal__actions {
  display: grid;
  gap: 10px;
}
.tap-share-modal__action {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: var(--color-white);
  color: #18181b;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.tap-share-modal__action:hover, .tap-share-modal__action:focus-visible {
  border-color: var(--color-primary, #ff103b);
  background: #fff8f9;
  outline: none;
  transform: translateY(-1px);
}
.tap-share-modal__action-icon {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
}
.tap-share-modal__action-icon svg {
  width: 22px;
  height: 22px;
}
.tap-share-modal__action-icon--telegram {
  background: #e0f2fe;
  color: #0284c7;
}
.tap-share-modal__action-icon--whatsapp {
  background: #dcfce7;
  color: #16a34a;
}
.tap-share-modal__action-icon--copy {
  background: #f4f4f5;
  color: #27272a;
}
.tap-share-modal__link-preview {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  color: #52525b;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
}

.tap-share-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 10030;
  min-width: 220px;
  max-width: calc(100vw - 32px);
  padding: 12px 16px;
  border-radius: 999px;
  background: #18181b;
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transform: translate(-50%, 16px);
}
.tap-share-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

@media (max-width: 1200px) {
  .tap-product-mobile-topbar {
    position: relative !important;
    top: auto !important;
    z-index: 2;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    background: var(--color-white) !important;
  }
}
.tap-product-mobile-topbar__btn--share {
  padding: 0;
}
.tap-product-mobile-topbar__btn--share::before {
  content: none !important;
  display: none !important;
}
.tap-product-mobile-topbar__btn--share svg {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--color-white);
  fill: var(--color-white);
}

.tap-related-products__loader {
  display: none;
  padding: 20px 0 4px;
  color: var(--color-gray-700);
  font-size: 14px;
  text-align: center;
}
.tap-related-products__loader.is-active {
  display: block;
}

.tap-product-lightbox {
  display: none;
}

@media (max-width: 768px) {
  .tap-product-detail__content {
    gap: 18px;
    margin-top: 12px;
  }
  .tap-share-modal {
    align-items: end;
    padding: 12px;
  }
  .tap-share-modal__dialog {
    width: 100%;
    padding: 20px 18px 18px;
    border-radius: 20px 20px 16px 16px;
  }
  .tap-share-modal__title {
    font-size: 20px;
  }
  .tap-product-detail {
    padding-bottom: 138px;
  }
  /* .tap-product-sticky-buy--product { */
  /*    bottom: calc(env(safe-area-inset-bottom) + 60px) !important; */
  /* } */
  .tap-product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background: rgba(0, 0, 0, 0.95);
  }
  .tap-product-lightbox.is-open {
    display: flex;
  }
  .tap-product-lightbox__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: var(--color-white);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }
  .tap-product-lightbox__track {
    display: flex;
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .tap-product-lightbox__track::-webkit-scrollbar {
    display: none;
  }
  .tap-product-lightbox__image {
    flex: 0 0 100%;
    object-fit: contain;
    width: 100%;
    height: 100vh;
    user-select: none;
    scroll-snap-align: start;
  }
  .tap-product-lightbox__counter {
    position: absolute;
    bottom: 22px;
    left: 50%;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: var(--color-white);
    font-size: 13px;
    line-height: 1;
    transform: translateX(-50%);
  }
}
.profile-action-btn {
  background: var(--color-primary) !important;
  color: var(--color-button-text) !important;
}
.profile-action-btn:hover, .profile-action-btn:focus, .profile-action-btn:active {
  background: var(--color-accent) !important;
  color: var(--color-button-text) !important;
}
.profile-action-btn:disabled {
  background: var(--color-disabled-button-color) !important;
  color: var(--color-button-text) !important;
  opacity: 0.7;
  cursor: not-allowed;
}

.tap-profile .tap-profile__fields-row {
  display: grid;
  gap: 16px 24px;
  align-items: start;
}
.tap-profile .tap-profile__fields-row--1 {
  grid-template-columns: minmax(0, 1fr);
}
.tap-profile .tap-profile__fields-row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tap-profile .tap-profile__fields-row--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tap-profile .tap-profile__fields-row .tap-field--box {
  min-width: 0;
}
.tap-profile .tap-profile__btn.tap-secondary-btn {
  justify-content: center;
  width: auto !important;
  max-width: 100%;
  padding: 12px 22px;
  font-size: 15px;
}
.tap-profile__row-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.tap-profile__phone-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.tap-profile__section + .tap-profile__section {
  margin-top: 2.5rem;
}

.mobile-profile .tap-profile__row-spaced {
  margin-top: 18px;
}
.mobile-profile__section-title {
  margin: 0.75rem 0 0.25rem;
  font-weight: 600;
  font-size: 1rem;
}
.mobile-profile__section-title--spaced {
  margin-top: 1.25rem;
}
.mobile-profile__actions--after-phone {
  margin-top: 0.5rem;
}

.tap-suppliers {
  /* Desktop */
}
.tap-suppliers--mobile .orders-top {
  margin-bottom: 8px;
}
.tap-suppliers__lead {
  margin: 0 0 16px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
}
.tap-suppliers__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}
.tap-suppliers__btn--primary.tap-secondary-btn {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  background: var(--color-primary) !important;
  color: var(--color-button-text) !important;
}
.tap-suppliers__btn--primary.tap-secondary-btn:hover, .tap-suppliers__btn--primary.tap-secondary-btn:focus, .tap-suppliers__btn--primary.tap-secondary-btn:active {
  background: var(--color-accent) !important;
  color: var(--color-button-text) !important;
}
.tap-suppliers__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tap-suppliers__card {
  padding: 16px 16px 14px;
  border: 1px solid #eef0f4;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: 0 4px 24px rgba(18, 26, 38, 0.06);
}
.tap-suppliers__card-name {
  margin-bottom: 10px;
  color: var(--color-dark-900);
  font-weight: 700;
  font-size: 16px;
}
.tap-suppliers__card-row {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 6px;
  font-size: 14px;
}
.tap-suppliers__card-label {
  flex-shrink: 0;
  min-width: 52px;
  color: #9aa4b5;
}
.tap-suppliers__card-value {
  color: #374151;
  overflow-wrap: anywhere;
}
.tap-suppliers__card-value--link {
  color: var(--color-primary, #fe3650);
  font-weight: 500;
  text-decoration: none;
}
.tap-suppliers__card-comment {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.4;
}
.tap-suppliers__card-actions {
  display: flex;
  gap: 16px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f1f2f6;
}
.tap-suppliers__link {
  color: var(--color-primary, #fe3650);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.tap-suppliers__link--danger {
  margin-left: auto;
  color: var(--color-red-custom-2);
}
.tap-suppliers__empty {
  padding: 20px 16px;
  border: 1px dashed #e2e5eb;
  border-radius: 16px;
  background: #fafbfc;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.tap-suppliers--desktop .tap-suppliers__main {
  flex: 1;
  min-width: 0;
}
.tap-suppliers__header {
  margin-bottom: 8px;
}
.tap-suppliers__h1 {
  margin: 0 0 8px;
  color: var(--color-dark-900);
  font-weight: 700;
  font-size: 26px;
}
.tap-suppliers__subtitle {
  max-width: 720px;
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.5;
}
.tap-suppliers__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 24px 0 20px;
}
.tap-suppliers--desktop .tap-suppliers__btn--primary {
  width: auto;
  min-height: 44px;
  margin-bottom: 0;
}
.tap-suppliers__btn--ghost {
  border: 1px solid #e5e7eb;
  background: var(--color-white);
  color: var(--color-primary, #fe3650);
}
.tap-suppliers__btn--ghost:hover, .tap-suppliers__btn--ghost:focus {
  border-color: var(--color-primary, #fe3650);
  background: #fffafb;
}
.tap-suppliers__table-wrap {
  overflow: hidden;
  border: 1px solid #eef0f4;
  border-radius: 14px;
  background: var(--color-white);
}
.tap-suppliers__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.tap-suppliers__table th {
  padding: 12px 16px;
  border-bottom: 1px solid #eef0f4;
  background: #f9fafb;
  color: #4b5563;
  font-weight: 600;
  text-align: left;
}
.tap-suppliers__table td {
  vertical-align: top;
  padding: 14px 16px;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
}
.tap-suppliers__table tbody tr:last-child td {
  border-bottom: none;
}
.tap-suppliers__table tbody tr:hover td {
  background: #fcfcfd;
}
.tap-suppliers__td-strong {
  color: #111827;
  font-weight: 600;
}
.tap-suppliers__td-muted {
  color: #6b7280;
  font-size: 13px;
}
.tap-suppliers__th-actions {
  width: 1%;
  white-space: nowrap;
}
.tap-suppliers__td-actions {
  text-align: right;
  white-space: nowrap;
}
.tap-suppliers__table-link {
  color: var(--color-primary, #fe3650);
  font-weight: 500;
  text-decoration: none;
}
.tap-suppliers__table-action {
  display: inline-block;
  margin-left: 12px;
  color: var(--color-primary, #fe3650);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}
.tap-suppliers__table-action:first-child {
  margin-left: 0;
}
.tap-suppliers__table-action--danger {
  color: var(--color-red-custom-2);
}
.tap-suppliers__empty--desktop {
  text-align: left;
}

/*# sourceMappingURL=converted_page_inner_styles.css.map */
