.zyss-ls {
  --zls-bg: #07080a;
  --zls-panel: #111318;
  --zls-panel-2: #171a21;
  --zls-line: rgba(255, 255, 255, 0.12);
  --zls-text: #f4f4f5;
  --zls-muted: #a3a3a3;
  width: 100%;
  max-width: 100%;
  color: var(--zls-text);
  background: var(--zls-bg);
  border-radius: 18px;
  padding: 18px;
  box-sizing: border-box;
}

.zyss-ls *,
.zyss-ls *::before,
.zyss-ls *::after {
  box-sizing: border-box;
}

.zyss-ls__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.zyss-ls__head--shop {
  align-items: flex-start;
}

.zyss-ls__head h2 {
  margin: 0;
  color: var(--zls-text);
}

.zyss-ls__head-actions {
  display: inline-flex;
  gap: 6px;
  flex-shrink: 0;
}

.zyss-ls__category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.zyss-ls__category-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  background: #151922;
  color: #d4d4d4;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.zyss-ls__category-tab:hover,
.zyss-ls__category-tab:focus,
.zyss-ls__category-tab.is-active {
  background: #242933;
  color: #fff;
}

.zyss-ls__search {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.zyss-ls__search input[type="search"] {
  width: 180px;
  min-height: 34px;
  border: 1px solid var(--zls-line);
  border-radius: 10px;
  background: #090b0f;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
}

.zyss-ls__table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--zls-line);
  border-radius: 14px;
  background: var(--zls-panel);
}

.zyss-ls__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
  color: var(--zls-text);
}

.zyss-ls__table th,
.zyss-ls__table td {
  padding: 9px 10px;
  border-bottom: 1px solid var(--zls-line);
  text-align: left;
  vertical-align: middle;
}

.zyss-ls__table th {
  color: #fff;
  background: #0b0d11;
  font-weight: 800;
  white-space: nowrap;
}

.zyss-ls__table td {
  color: #d8d8d8;
}

.zyss-ls__product-name,
.zyss-ls__desc {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zyss-ls__shop-table,
.zyss-ls__cart-table,
.zyss-ls__estimate-table {
  table-layout: fixed;
}

.zyss-ls__shop-table th:nth-child(1),
.zyss-ls__shop-table td:nth-child(1) {
  width: 38px;
}

.zyss-ls__shop-table th:nth-child(2),
.zyss-ls__shop-table td:nth-child(2) {
  width: 56px;
}

.zyss-ls__shop-table th:nth-child(3),
.zyss-ls__shop-table td:nth-child(3) {
  width: 26%;
}

.zyss-ls__shop-table th:nth-child(4),
.zyss-ls__shop-table td:nth-child(4) {
  width: 20%;
}

.zyss-ls__shop-table th:nth-child(5),
.zyss-ls__shop-table td:nth-child(5) {
  width: 66px;
}

.zyss-ls__shop-table.has-description th:nth-child(6),
.zyss-ls__shop-table.has-description td:nth-child(6) {
  width: 15%;
}

.zyss-ls__shop-table.no-description th:nth-child(6),
.zyss-ls__shop-table.no-description td:nth-child(6),
.zyss-ls__shop-table.has-description th:nth-child(7),
.zyss-ls__shop-table.has-description td:nth-child(7) {
  width: 68px;
}

.zyss-ls__shop-table.no-description th:nth-child(7),
.zyss-ls__shop-table.no-description td:nth-child(7),
.zyss-ls__shop-table.has-description th:nth-child(8),
.zyss-ls__shop-table.has-description td:nth-child(8) {
  width: 88px;
}

.zyss-ls__shop-table.no-description th:nth-child(8),
.zyss-ls__shop-table.no-description td:nth-child(8),
.zyss-ls__shop-table.has-description th:nth-child(9),
.zyss-ls__shop-table.has-description td:nth-child(9) {
  width: 88px;
}

.zyss-ls__shop-table.no-description th:nth-child(9),
.zyss-ls__shop-table.no-description td:nth-child(9),
.zyss-ls__shop-table.has-description th:nth-child(10),
.zyss-ls__shop-table.has-description td:nth-child(10) {
  width: 82px;
}

.zyss-ls__shop-table.no-description th:nth-child(10),
.zyss-ls__shop-table.no-description td:nth-child(10),
.zyss-ls__shop-table.has-description th:nth-child(11),
.zyss-ls__shop-table.has-description td:nth-child(11) {
  width: 78px;
}

.zyss-ls__shop-table .zyss-ls__button {
  min-width: 58px;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
}

.zyss-ls__cart-table th:nth-child(1),
.zyss-ls__cart-table td:nth-child(1) {
  width: 56px;
}

.zyss-ls__cart-table th:nth-child(2),
.zyss-ls__cart-table td:nth-child(2) {
  width: 30%;
}

.zyss-ls__cart-table th:nth-child(3),
.zyss-ls__cart-table td:nth-child(3) {
  width: 25%;
}

.zyss-ls__cart-table th:nth-child(4),
.zyss-ls__cart-table td:nth-child(4) {
  width: 66px;
}

.zyss-ls__cart-table th:nth-child(5),
.zyss-ls__cart-table td:nth-child(5) {
  width: 92px;
}

.zyss-ls__cart-table th:nth-child(6),
.zyss-ls__cart-table td:nth-child(6) {
  width: 82px;
}

.zyss-ls__cart-table th:nth-child(7),
.zyss-ls__cart-table td:nth-child(7) {
  width: 104px;
}

.zyss-ls__cart-table th:nth-child(8),
.zyss-ls__cart-table td:nth-child(8) {
  width: 62px;
}

.zyss-ls__estimate-table th:nth-child(1),
.zyss-ls__estimate-table td:nth-child(1) {
  width: 32%;
}

.zyss-ls__estimate-table th:nth-child(2),
.zyss-ls__estimate-table td:nth-child(2) {
  width: 28%;
}

.zyss-ls__estimate-table th:nth-child(3),
.zyss-ls__estimate-table td:nth-child(3) {
  width: 62px;
}

.zyss-ls__estimate-table th:nth-child(4),
.zyss-ls__estimate-table td:nth-child(4) {
  width: 48px;
  text-align: center;
}

.zyss-ls__estimate-table th:nth-child(5),
.zyss-ls__estimate-table td:nth-child(5),
.zyss-ls__estimate-table th:nth-child(6),
.zyss-ls__estimate-table td:nth-child(6) {
  width: 102px;
}

.zyss-ls__cart-table td:nth-child(2),
.zyss-ls__cart-table td:nth-child(3),
.zyss-ls__estimate-table td:nth-child(1),
.zyss-ls__estimate-table td:nth-child(2) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.zyss-ls__desc {
  color: var(--zls-muted);
}

.zyss-ls__product-name[data-zls-product-tooltip],
.zyss-ls__desc[title] {
  cursor: help;
}

.zyss-ls__hover-tooltip {
  position: fixed;
  z-index: 99999;
  display: none;
  width: min(320px, calc(100vw - 24px));
  padding: 12px 14px;
  border: 1px solid #4a4a4a;
  border-radius: 12px;
  background: #090909;
  color: #f5f5f5;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.48);
  pointer-events: none;
}

.zyss-ls__hover-tooltip strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.zyss-ls__hover-tooltip span {
  display: block;
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.zyss-ls__thumb,
.zyss-ls__noimg {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  object-fit: cover;
  background: #22262f;
  vertical-align: middle;
}

.zyss-ls__thumb[data-zls-preview] {
  cursor: zoom-in;
}

.zyss-ls__image-preview-float {
  position: fixed;
  z-index: 999999;
  display: none;
  width: 220px;
  height: 220px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: #090b0f;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.zyss-ls__image-preview-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  background: #050608;
}

.zyss-ls__qty {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--zls-line);
  border-radius: 10px;
  background: #090b0f;
}

.zyss-ls__box-controls {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.zyss-ls__box-controls button {
  min-width: 42px;
  min-height: 30px;
  border: 0;
  border-radius: 8px;
  background: #242933;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}

.zyss-ls__box-controls button:hover,
.zyss-ls__box-controls button:focus {
  background: #303744;
}

.zyss-ls__size-select {
  width: 100%;
  min-width: 58px;
  min-height: 34px;
  border: 1px solid var(--zls-line);
  border-radius: 9px;
  background: #090b0f;
  color: #fff;
  padding: 6px 22px 6px 8px;
}

.zyss-ls__mobile-size {
  display: none;
  margin-top: 6px;
}

.zyss-ls__qty button,
.zyss-ls__button {
  border: 0;
  border-radius: 10px;
  background: #20242c;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.zyss-ls__qty button {
  width: 26px;
  height: 30px;
  border-radius: 0;
  font-size: 13px;
}

.zyss-ls__qty input {
  width: 42px;
  height: 30px;
  border: 0;
  border-left: 1px solid var(--zls-line);
  border-right: 1px solid var(--zls-line);
  background: #0f1117;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}

.zyss-ls__qty input::-webkit-outer-spin-button,
.zyss-ls__qty input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.zyss-ls__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
}

.zyss-ls__button:hover,
.zyss-ls__button:focus {
  background: #2a2f39;
  color: #fff;
}

.zyss-ls__message,
.zyss-ls__muted {
  margin-top: 12px;
  color: var(--zls-muted);
}

.zyss-ls__message {
  min-height: 0;
}

.zyss-ls__toast {
  position: fixed;
  right: 18px;
  top: 96px;
  z-index: 100000;
  display: flex;
  align-items: center;
  min-height: 78px;
  width: min(380px, calc(100vw - 36px));
  padding: 18px 20px;
  border: 1px solid #4a4a4a;
  border-radius: 16px;
  background: #090909;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.56);
  transform: translateX(calc(100% + 28px));
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.zyss-ls__toast.is-visible {
  transform: translateX(0);
  opacity: 1;
}

.zyss-ls__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.zyss-ls__pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #151922;
  color: #f5f5f5;
  font-size: 13px;
  text-decoration: none;
}

.zyss-ls__pagination a:hover,
.zyss-ls__pagination a:focus,
.zyss-ls__pagination a.is-active {
  background: #2a303a;
  color: #fff;
}

.zyss-ls__checkout {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--zls-line);
  border-radius: 14px;
  background: var(--zls-panel);
}

.zyss-ls__checkout-form {
  margin-top: 16px;
}

.zyss-ls__checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 20px;
  align-items: start;
}

.zyss-ls__checkout-products {
  grid-column: 1 / -1;
}

.zyss-ls__checkout-form-area {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.zyss-ls__checkout-card,
.zyss-ls__summary-card {
  border: 1px solid var(--zls-line);
  border-radius: 14px;
  background: var(--zls-panel);
  overflow: hidden;
}

.zyss-ls__checkout-card h3,
.zyss-ls__summary-card h3 {
  margin: 0;
  padding: 13px 16px;
  border-bottom: 1px solid var(--zls-line);
  background: #0b0d11;
  color: #fff;
  font-size: 15px;
}

.zyss-ls__card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--zls-line);
  background: #0b0d11;
}

.zyss-ls__card-header h3 {
  padding: 0;
  border: 0;
  background: transparent;
}

.zyss-ls__inline-check {
  display: inline-flex !important;
  align-items: center;
  grid-template-columns: none !important;
  gap: 6px !important;
  margin-left: 4px;
  color: var(--zls-muted);
  white-space: nowrap;
}

.zyss-ls__card-body {
  display: grid;
  gap: 14px;
  padding: 14px 16px;
}

.zyss-ls__checkout-card > label,
.zyss-ls__checkout-card > .zyss-ls__field-row,
.zyss-ls__checkout-card > .zyss-ls__pay-methods,
.zyss-ls__checkout-card > .zyss-ls__benefit-fields {
  margin: 14px 16px;
}

.zyss-ls__addr-row {
  display: flex;
  gap: 8px;
}

.zyss-ls__addr-row input {
  flex: 1;
}

.zyss-ls__field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.zyss-ls__checkout-card label {
  display: grid;
  gap: 6px;
  color: var(--zls-muted);
  font-size: 13px;
}

.zyss-ls__pay-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 8px;
}

.zyss-ls__pay-methods label {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--zls-line);
  border-radius: 10px;
  background: #0f1218;
  color: #e5e5e5;
}

.zyss-ls__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.zyss-ls__file-dropzone {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 120px;
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: #0d1016;
  color: #e5e5e5;
  text-align: center;
  cursor: pointer;
}

.zyss-ls__file-dropzone:hover,
.zyss-ls__file-dropzone.is-dragover {
  background: #151922;
  border-color: rgba(255, 255, 255, 0.38);
}

.zyss-ls__file-plus {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  font-size: 20px;
}

.zyss-ls__file-dropzone em {
  color: var(--zls-muted);
  font-size: 12px;
  font-style: normal;
}

.zyss-ls__file-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--zls-line);
  border-radius: 10px;
  overflow: hidden;
}

.zyss-ls__file-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--zls-line);
  color: #d8d8d8;
  font-size: 13px;
}

.zyss-ls__file-list li:last-child {
  border-bottom: 0;
}

.zyss-ls__checkout-summary {
  position: sticky;
  top: 92px;
  z-index: 10;
  max-height: calc(100vh - 112px);
  overflow: auto;
}

.zyss-ls__summary-card {
  padding-bottom: 14px;
}

.zyss-ls__summary-card .zyss-ls__table-wrap {
  margin: 14px;
}

.zyss-ls__summary-card .zyss-ls__table {
  min-width: 720px;
}

.zyss-ls__summary-row,
.zyss-ls__summary-total {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0 14px;
  padding: 11px 0;
  border-top: 1px solid var(--zls-line);
  color: #d8d8d8;
}

.zyss-ls__summary-total {
  color: #fff;
  font-size: 16px;
}

.zyss-ls__summary-card .zyss-ls__actions {
  margin: 12px 14px 0;
}

.zyss-ls__checkout label {
  display: grid;
  gap: 6px;
  color: var(--zls-muted);
}

.zyss-ls input,
.zyss-ls textarea,
.zyss-ls select {
  border: 1px solid var(--zls-line);
  border-radius: 10px;
  background: #090b0f;
  color: #fff;
  padding: 9px 10px;
}

.zyss-ls__total {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
}

.zyss-ls__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.zyss-ls__cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--zls-line);
  border-radius: 14px;
  background: var(--zls-panel);
}

.zyss-ls--login form {
  display: grid;
  gap: 8px;
  margin: 12px 0 22px;
  padding: 14px;
  border: 1px solid var(--zls-line);
  border-radius: 14px;
  background: var(--zls-panel);
}

.zyss-ls--print {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 28px;
  border-radius: 0;
}

.zyss-ls__print-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 16px;
}

.zyss-ls__estimate-title {
  margin: 0 0 16px;
  color: var(--zls-text);
  font-size: 34px;
  letter-spacing: 0.08em;
  text-align: center;
}

.zyss-ls__estimate-head {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(520px, 1.45fr);
  gap: 14px;
  align-items: stretch;
  margin-bottom: 18px;
}

.zyss-ls__estimate-customer label {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 420px;
  color: var(--zls-text);
  font-weight: 700;
}

.zyss-ls__estimate-customer input {
  flex: 1;
  min-width: 0;
  height: 38px;
  border: 1px solid var(--zls-line);
  border-radius: 6px;
  background: var(--zls-panel-2);
  color: var(--zls-text);
  font-size: 15px;
}

.zyss-ls__estimate-customer p {
  margin: 0 0 18px;
  color: var(--zls-text);
  font-size: 15px;
}

.zyss-ls__estimate-desc {
  margin: 22px 0 18px !important;
  color: var(--zls-text);
  font-weight: 600;
}

.zyss-ls__estimate-supplier {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  border: 1px solid var(--zls-line);
  overflow: hidden;
  background: var(--zls-panel);
}

.zyss-ls__estimate-supplier-label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--zls-line);
  background: var(--zls-panel-2);
  color: var(--zls-text);
  font-weight: 700;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}

.zyss-ls__estimate-supplier dl {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  margin: 0;
}

.zyss-ls__estimate-supplier dt,
.zyss-ls__estimate-supplier dd {
  margin: 0;
  padding: 9px 10px;
  border-bottom: 1px solid var(--zls-line);
  color: var(--zls-text);
  font-size: 13px;
  line-height: 1.45;
}

.zyss-ls__estimate-supplier dt {
  border-right: 1px solid var(--zls-line);
  background: var(--zls-panel-2);
  font-weight: 700;
}

.zyss-ls__estimate-supplier dt:last-of-type,
.zyss-ls__estimate-supplier dd:last-of-type {
  border-bottom: 0;
}

.zyss-ls__estimate-notice {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--zls-line);
  border-radius: 10px;
  background: var(--zls-panel);
  color: var(--zls-text);
}

.zyss-ls__estimate-notice h3 {
  margin: 0 0 10px;
  color: var(--zls-text);
  font-size: 16px;
}

.zyss-ls__estimate-notice div {
  line-height: 1.7;
  color: var(--zls-text);
}

.zyss-ls__estimate-footer {
  margin: 18px 0 0;
  color: var(--zls-text);
  text-align: center;
}

.zyss-ls--print .zyss-ls__table {
  min-width: 0;
  table-layout: fixed;
}

@media (max-width: 720px) {
  .zyss-ls {
    padding: 12px;
    border-radius: 14px;
  }

  .zyss-ls__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .zyss-ls__checkout-grid {
    grid-template-columns: 1fr;
  }

  .zyss-ls__estimate-head {
    grid-template-columns: 1fr;
  }

  .zyss-ls__checkout-products {
    grid-column: auto;
  }

  .zyss-ls__checkout-summary {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .zyss-ls__field-row {
    grid-template-columns: 1fr;
  }

  .zyss-ls__head-actions {
    width: 100%;
  }

  .zyss-ls__category-tabs {
    width: 100%;
  }

  .zyss-ls__search {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .zyss-ls__search input[type="search"] {
    flex: 1 1 160px;
    width: auto;
  }

  .zyss-ls__table {
    min-width: 860px;
    font-size: 13px;
  }

  [data-zyss-ls-shop] .zyss-ls__table {
    min-width: 0;
    table-layout: fixed;
  }

  [data-zyss-ls-shop] .zyss-ls__table th:nth-child(2),
  [data-zyss-ls-shop] .zyss-ls__table td:nth-child(2),
  [data-zyss-ls-shop] .zyss-ls__table th:nth-child(3),
  [data-zyss-ls-shop] .zyss-ls__table td:nth-child(3),
  [data-zyss-ls-shop] .zyss-ls__table th:nth-child(5),
  [data-zyss-ls-shop] .zyss-ls__table td:nth-child(5),
  [data-zyss-ls-shop] .zyss-ls__table th:nth-child(6),
  [data-zyss-ls-shop] .zyss-ls__table td:nth-child(6),
  [data-zyss-ls-shop] .zyss-ls__table th:nth-child(7),
  [data-zyss-ls-shop] .zyss-ls__table td:nth-child(7),
  [data-zyss-ls-shop] .zyss-ls__table th:nth-child(9),
  [data-zyss-ls-shop] .zyss-ls__table td:nth-child(9) {
    display: none;
  }

  [data-zyss-ls-shop] .zyss-ls__table th:nth-child(1),
  [data-zyss-ls-shop] .zyss-ls__table td:nth-child(1) {
    width: 8%;
  }

  [data-zyss-ls-shop] .zyss-ls__table th:nth-child(4),
  [data-zyss-ls-shop] .zyss-ls__table td:nth-child(4) {
    width: 28%;
  }

  [data-zyss-ls-shop] .zyss-ls__table th:nth-child(8),
  [data-zyss-ls-shop] .zyss-ls__table td:nth-child(8) {
    width: 21%;
  }

  [data-zyss-ls-shop] .zyss-ls__table th:nth-child(10),
  [data-zyss-ls-shop] .zyss-ls__table td:nth-child(10) {
    width: 24%;
  }

  [data-zyss-ls-shop] .zyss-ls__table th:nth-child(11),
  [data-zyss-ls-shop] .zyss-ls__table td:nth-child(11) {
    width: 19%;
  }

  [data-zyss-ls-shop] .zyss-ls__table th,
  [data-zyss-ls-shop] .zyss-ls__table td {
    padding: 8px 5px;
  }

  [data-zyss-ls-shop] .zyss-ls__qty input {
    width: 38px;
  }

  [data-zyss-ls-shop] .zyss-ls__qty button {
    width: 24px;
  }

  [data-zyss-ls-shop] .zyss-ls__button {
    min-height: 32px;
    padding: 0 8px;
    white-space: nowrap;
  }

  [data-zyss-ls-shop] .zyss-ls__mobile-size {
    display: block;
  }

  [data-zyss-ls-shop] .zyss-ls__size-select--mobile {
    min-height: 30px;
    font-size: 12px;
    padding: 4px 22px 4px 7px;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 12mm;
  }

  .zyss-ls {
    background: #fff !important;
    color: #111 !important;
    padding: 0;
  }

  .zyss-ls--print {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    color: #111 !important;
  }

  .zyss-ls--print .zyss-ls__estimate-head {
    display: grid !important;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.45fr) !important;
    gap: 6mm !important;
    align-items: stretch !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .zyss-ls--print .zyss-ls__estimate-supplier {
    min-width: 0 !important;
    break-inside: avoid;
    page-break-inside: avoid;
    border-color: #bbb !important;
    background: #fff !important;
    color: #111 !important;
  }

  .zyss-ls--print .zyss-ls__estimate-title,
  .zyss-ls--print .zyss-ls__estimate-customer,
  .zyss-ls--print .zyss-ls__estimate-customer label,
  .zyss-ls--print .zyss-ls__estimate-customer p,
  .zyss-ls--print .zyss-ls__estimate-desc,
  .zyss-ls--print .zyss-ls__estimate-footer,
  .zyss-ls--print h3 {
    color: #111 !important;
  }

  .zyss-ls--print .zyss-ls__estimate-customer input {
    border-color: #bbb !important;
    background: #fff !important;
    color: #111 !important;
  }

  .zyss-ls--print .zyss-ls__estimate-supplier-label,
  .zyss-ls--print .zyss-ls__estimate-supplier dt {
    border-color: #bbb !important;
    background: #f2f2f2 !important;
    color: #111 !important;
  }

  .zyss-ls--print .zyss-ls__estimate-supplier dd {
    border-color: #ddd !important;
    background: #fff !important;
    color: #111 !important;
  }

  .zyss-ls--print .zyss-ls__estimate-notice {
    border-color: #ccc !important;
    background: #f7f7f7 !important;
    color: #111 !important;
  }

  .zyss-ls--print .zyss-ls__estimate-notice h3,
  .zyss-ls--print .zyss-ls__estimate-notice div {
    color: #111 !important;
  }

  .zyss-ls--print .zyss-ls__table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
    background: #fff !important;
  }

  .zyss-ls--print .zyss-ls__table th {
    background: #f2f2f2 !important;
    color: #111 !important;
  }

  .zyss-ls--print .zyss-ls__table td {
    background: #fff !important;
    color: #111 !important;
  }

  .zyss-ls__button,
  .zyss-ls__print-actions,
  .zyss-ls form {
    display: none !important;
  }
}
