:root{
  --catalog-red:#c83d49;
  --catalog-red-dark:#a72832;
  --catalog-ink:#22282d;
  --catalog-text:#4f5b63;
  --catalog-muted:#7c878e;
  --catalog-line:#ccd4d8;
  --catalog-line-soft:#e7ebed;
  --catalog-canvas:#f4f6f7;
  --catalog-paper:#fff;
  --catalog-head:#dfe8ed;
  --catalog-row:#f1f4f6;
  --catalog-yellow:#fff7d6;
}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
html[data-public-view="table"],html[data-public-view="table"] body{height:auto;min-height:100%;overflow:auto;background:var(--catalog-canvas)}
html[data-public-view="table"] .board{display:none}
html[data-public-view="tv"] .catalog{display:none}
.public-view-switch{
  position:fixed;top:max(12px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));z-index:120;
  min-height:40px;padding:8px 13px;border:1px solid #d3d9dc;border-radius:10px;
  background:rgba(255,255,255,.96);color:#505a60;font:600 11px/1.4 "Yekan Bakh FaNum",Tahoma,Arial,sans-serif;
  box-shadow:0 5px 18px rgba(30,38,43,.08);cursor:pointer;transition:opacity .18s ease,transform .18s ease,border-color .18s ease;
}
.public-view-switch:hover{border-color:#bcc5c9;color:var(--catalog-red-dark)}
.public-view-switch:focus-visible{outline:3px solid rgba(200,61,73,.18);outline-offset:2px}
html[data-public-view="tv"] .public-view-switch{opacity:.14;transform:translateY(-3px)}
html[data-public-view="tv"] .public-view-switch:hover,
html[data-public-view="tv"] .public-view-switch:focus-visible,
html[data-public-view="tv"] .public-view-switch.is-visible{opacity:1;transform:none}
html[data-public-view="table"] .public-view-switch{display:none}

.catalog{width:min(1460px,calc(100% - 32px));min-height:100vh;margin:0 auto;padding:18px 0 30px;color:var(--catalog-ink);font-family:"Yekan Bakh FaNum",Tahoma,Arial,sans-serif}
.catalog-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:13px 18px;border:1px solid #d7dde0;border-radius:15px;background:#fff}
.catalog-brand{min-width:0;display:flex;align-items:center;gap:13px}
.catalog-brand img{width:118px;height:40px;object-fit:contain}
.catalog-brand>div{min-width:0;display:grid;gap:1px}
.catalog-brand strong{font-size:16px;font-weight:700}
.catalog-brand h1{margin:0;color:var(--catalog-muted);font-size:11px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.catalog-contact{display:flex;align-items:baseline;gap:9px;padding-left:95px;white-space:nowrap}
.catalog-contact span{color:var(--catalog-muted);font-size:11px}
.catalog-contact strong{color:var(--catalog-red-dark);font-size:24px;font-weight:700;font-variant-numeric:tabular-nums}
.catalog-intro{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 3px 14px}
.catalog-intro h2{margin:0;font-size:24px;font-weight:700;letter-spacing:-.025em}
.catalog-search{width:min(360px,100%)}
.catalog-search input{width:100%;height:43px;padding:8px 14px;border:1px solid #d0d7da;border-radius:10px;background:#fff;color:var(--catalog-ink);font:400 12px/1.5 inherit;outline:0}
.catalog-search input:focus{border-color:#d79aa0;box-shadow:0 0 0 3px rgba(200,61,73,.08)}
.catalog-search input::placeholder{color:#98a1a6}
.catalog-groups{display:grid;gap:18px}
.catalog-group{padding:17px 24px 20px;border:1px solid #c7d0d5;border-radius:18px;background:#fff}
.catalog-group[hidden]{display:none}
.catalog-group-head{display:flex;align-items:center;gap:18px;min-height:42px;padding:0 2px 10px}
.catalog-group-head h3{flex:0 0 auto;margin:0;color:var(--catalog-red);font-size:18px;font-weight:700;letter-spacing:-.015em}
.catalog-group-head i{height:1px;flex:1;background:#d7dde0}
.catalog-table-wrap{overflow:visible}
.catalog-table{width:100%;border-collapse:separate;border-spacing:0 7px;table-layout:fixed;direction:rtl}
.catalog-table thead th{height:46px;padding:9px 12px;background:var(--catalog-head);color:var(--catalog-red);font-size:13.5px;font-weight:700;text-align:center;white-space:nowrap}
.catalog-table thead th span{font-size:9.5px;font-weight:600}
.catalog-table thead th:first-child{border-radius:0 10px 10px 0}
.catalog-table thead th:last-child{border-radius:10px 0 0 10px}
.catalog-group.has-size .catalog-table th:nth-child(2){width:20%}
.catalog-group.has-size .catalog-table th:nth-child(3){width:21%}
.catalog-group.has-size .catalog-table th:nth-child(4){width:15%}
.catalog-group.has-size .catalog-table th:nth-child(5){width:15%}
.catalog-group.has-size .catalog-table th:nth-child(6){width:19%}
.catalog-group.no-size .catalog-table th:nth-child(1){width:28%}
.catalog-group.no-size .catalog-table th:nth-child(2){width:22%}
.catalog-group.no-size .catalog-table th:nth-child(3){width:16%}
.catalog-group.no-size .catalog-table th:nth-child(4){width:15%}
.catalog-group.no-size .catalog-table th:nth-child(5){width:19%}
.catalog-table tbody tr{transition:transform .15s ease}
.catalog-table tbody tr:hover{transform:translateY(-1px)}
.catalog-table tbody td{height:56px;padding:10px 12px;background:#fff;color:var(--catalog-text);font-size:14px;text-align:center;vertical-align:middle}
.catalog-table tbody tr:nth-child(even):not(.is-yellow) td{background:var(--catalog-row)}
.catalog-table tbody tr.is-yellow td{background:var(--catalog-yellow)}
.catalog-table tbody td:first-child{border-radius:0 13px 13px 0}
.catalog-table tbody td:last-child{border-radius:13px 0 0 13px}
.catalog-main-cell{text-align:right!important}
.catalog-main-cell strong{display:block;color:#2d353a;font-size:15.5px;font-weight:650;line-height:1.25}
.catalog-main-sub{display:block;margin-top:2px;color:#7a858b;font-size:10.5px;font-weight:550;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.catalog-main-meta{display:none}
.catalog-size{color:#3d474d!important;font-size:16px!important;font-weight:700!important;font-variant-numeric:tabular-nums}
.catalog-spec{line-height:1.6}
.catalog-delivery{color:#647077!important}
.catalog-stock{font-size:14.5px!important;font-weight:650!important;font-variant-numeric:tabular-nums;direction:ltr}
.catalog-stock .stock-value{display:inline-block;min-width:0}
.catalog-stock .stock-indicator{display:none;width:7px;height:7px;margin-right:7px;border-radius:50%;vertical-align:1px;box-shadow:0 0 0 3px transparent}
.catalog-stock.stock-low .stock-indicator,.catalog-stock.stock-high .stock-indicator{display:inline-block}
.catalog-stock.stock-low .stock-indicator{background:#c83d49;box-shadow:0 0 0 3px rgba(200,61,73,.10)}
.catalog-stock.stock-high .stock-indicator{background:#278657;box-shadow:0 0 0 3px rgba(39,134,87,.10)}
.catalog-stock.stock-low .stock-value{color:#a92d38}
.catalog-stock.stock-high .stock-value{color:#28734f}
.catalog-price{color:#111619!important;font-size:18.5px!important;font-weight:800!important;font-variant-numeric:tabular-nums;direction:ltr;white-space:nowrap}
.catalog-price.is-empty{color:#151a1d!important;font-size:13px!important;font-weight:700!important;direction:rtl}
.catalog-loading,.catalog-empty{min-height:180px;display:grid;place-items:center;border:1px solid #d2d9dc;border-radius:16px;background:#fff;color:var(--catalog-muted);font-size:13px}
.catalog-footer{display:flex;justify-content:space-between;gap:18px;margin-top:18px;padding:12px 4px;color:var(--catalog-muted);font-size:10px}
.catalog-footer strong{color:#59636a;font-weight:500}

@media(max-width:1050px){
  .catalog{width:min(100% - 24px,1460px)}
  .catalog-contact{padding-left:82px}
  .catalog-group{padding-inline:16px}
  .catalog-table thead th,.catalog-table tbody td{padding-inline:8px}
  .catalog-main-cell strong{font-size:14.5px}
  .catalog-price{font-size:17.5px!important}
}
@media(max-width:780px){
  .catalog{width:auto;margin:0;padding:12px 8px 74px}
  .public-view-switch{top:auto;bottom:max(12px,env(safe-area-inset-bottom));left:max(12px,env(safe-area-inset-left));min-height:43px}
  .catalog-header{align-items:flex-start;padding:11px 12px;border-radius:13px}
  .catalog-brand{gap:8px}
  .catalog-brand img{width:86px;height:32px}
  .catalog-brand strong{font-size:14px}
  .catalog-brand h1{max-width:165px;font-size:9.5px}
  .catalog-contact{display:grid;gap:0;padding-left:0;text-align:left}
  .catalog-contact span{font-size:8.5px}
  .catalog-contact strong{font-size:19px}
  .catalog-intro{align-items:stretch;flex-direction:column;padding:18px 2px 10px}
  .catalog-intro h2{font-size:20px}
  .catalog-search{width:100%}
  .catalog-group{padding:10px 8px 9px;border-radius:14px}
  .catalog-group-head{min-height:32px;padding:0 2px 6px;gap:10px}
  .catalog-group-head h3{font-size:16px}
  .catalog-table-wrap{overflow:visible}
  .catalog-table{display:table;width:100%;border-collapse:separate;border-spacing:0 4px;table-layout:fixed}
  .catalog-table thead{display:table-header-group}
  .catalog-table tbody{display:table-row-group}
  .catalog-table tbody tr{display:table-row;padding:0;border:0;border-radius:0;background:transparent!important;box-shadow:none}
  .catalog-table tbody tr:hover{transform:none}
  .catalog-table thead th{height:34px;padding:6px 4px;border-radius:0!important;font-size:11.5px;line-height:1.2}
  .catalog-table thead th:first-child{border-radius:0 8px 8px 0!important}
  .catalog-table thead th:last-child{border-radius:8px 0 0 8px!important}
  .catalog-table tbody td{height:54px;min-width:0;padding:6px 5px;border-radius:0!important;background:#fff!important;font-size:12.5px;line-height:1.3;text-align:center;overflow:hidden}
  .catalog-table tbody tr:nth-child(even):not(.is-yellow) td{background:#f1f4f6!important}
  .catalog-table tbody tr.is-yellow td{background:var(--catalog-yellow)!important}
  .catalog-table tbody td:first-child{border-radius:0 10px 10px 0!important}
  .catalog-table tbody td:last-child{border-radius:10px 0 0 10px!important}
  .catalog-table tbody td::before{display:none!important}
  .catalog-main-cell{text-align:right!important}
  .catalog-main-cell strong{font-size:13.5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .catalog-main-sub{display:block;margin-top:1px;color:#69757b;font-size:9px;font-weight:600;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .catalog-main-meta{display:flex;align-items:center;gap:5px;margin-top:1px;color:#879198;font-size:8.8px;font-weight:500;white-space:nowrap;overflow:hidden}
  .catalog-main-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis}
  .catalog-main-meta span+span::before{content:'•';margin-left:5px;color:#b0b8bc}
  .catalog-spec,.catalog-delivery{display:none}
  .catalog-size{font-size:13.5px!important;font-weight:750!important}
  .catalog-stock{font-size:12.5px!important;font-weight:700!important;direction:ltr;white-space:nowrap}
  .catalog-stock .stock-indicator{width:6px;height:6px;margin-right:5px;box-shadow:0 0 0 2px transparent}
  .catalog-stock.stock-low .stock-indicator{box-shadow:0 0 0 2px rgba(200,61,73,.10)}
  .catalog-stock.stock-high .stock-indicator{box-shadow:0 0 0 2px rgba(39,134,87,.10)}
  .catalog-price{font-size:14.5px!important;font-weight:850!important;letter-spacing:-.02em}
  .catalog-price.is-empty{font-size:10.5px!important;line-height:1.25;white-space:normal}
  .catalog-group.has-size .catalog-table th:nth-child(3),
  .catalog-group.has-size .catalog-table th:nth-child(4),
  .catalog-group.no-size .catalog-table th:nth-child(2),
  .catalog-group.no-size .catalog-table th:nth-child(3){display:none}
  .catalog-group.has-size .catalog-table th:nth-child(1){width:14%}
  .catalog-group.has-size .catalog-table th:nth-child(2){width:34%}
  .catalog-group.has-size .catalog-table th:nth-child(5){width:20%}
  .catalog-group.has-size .catalog-table th:nth-child(6){width:32%}
  .catalog-group.no-size .catalog-table th:nth-child(1){width:48%}
  .catalog-group.no-size .catalog-table th:nth-child(4){width:20%}
  .catalog-group.no-size .catalog-table th:nth-child(5){width:32%}
  .catalog-footer{flex-direction:column;gap:5px;margin-top:12px;padding-inline:2px}
}
@media(max-width:390px){
  .catalog{padding-inline:6px}
  .catalog-header{gap:8px}
  .catalog-brand img{width:76px}
  .catalog-brand h1{max-width:130px}
  .catalog-group{padding-inline:6px}
  .catalog-table thead th{font-size:10.5px;padding-inline:2px}
  .catalog-table tbody td{padding-inline:3px}
  .catalog-main-cell strong{font-size:12.5px}
  .catalog-main-meta{font-size:8.8px}
  .catalog-price{font-size:13.5px!important}
}
@media(prefers-reduced-motion:reduce){.public-view-switch,.catalog-table tbody tr{transition:none}}
.catalog-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}
.catalog-search{width:min(340px,42vw)}
.catalog-search input{height:44px;padding-inline:14px;font-size:13px}
.catalog-sort{display:grid;grid-template-columns:minmax(128px,165px) minmax(88px,108px);gap:8px;align-items:center}
.catalog-sort select,.catalog-sort button{height:44px;border:1px solid #d0d7da;border-radius:10px;background:#fff;color:#465158;font:600 12px/1.4 inherit;outline:0}
.catalog-sort select{width:100%;padding:7px 12px;cursor:pointer}
.catalog-sort button{min-width:0;padding:7px 10px;white-space:nowrap;cursor:pointer}
.catalog-sort select:hover,.catalog-sort button:not(:disabled):hover{border-color:#bdc7cb;color:var(--catalog-red-dark)}
.catalog-sort select:focus-visible,.catalog-sort button:focus-visible{border-color:#d79aa0;box-shadow:0 0 0 3px rgba(200,61,73,.08)}
.catalog-sort button:disabled{background:#f1f3f4;color:#9aa3a8;cursor:default}
.catalog-table tbody tr[hidden]{display:none!important}

@media(max-width:1050px){
  .catalog-intro{align-items:flex-end}
  .catalog-tools{flex:1}
  .catalog-search{width:min(300px,36vw)}
  .catalog-sort{grid-template-columns:minmax(118px,145px) minmax(82px,100px)}
}
@media(max-width:780px){
  .catalog-intro{align-items:stretch}
  .catalog-tools{width:100%;display:grid;grid-template-columns:1fr;gap:8px}
  .catalog-search{width:100%}
  .catalog-search input{height:45px;font-size:13px}
  .catalog-sort{grid-template-columns:minmax(0,1fr) minmax(92px,112px);gap:7px}
  .catalog-sort select,.catalog-sort button{height:42px;font-size:11.5px}
}
@media(max-width:390px){
  .catalog-sort{grid-template-columns:minmax(0,1fr) 96px}
  .catalog-sort select,.catalog-sort button{padding-inline:8px;font-size:11px}
}
@media (forced-colors:active){
  .catalog-stock.stock-low .stock-indicator,.catalog-stock.stock-high .stock-indicator{border:1px solid CanvasText}
}
.catalog-main-cell strong,.catalog-main-sub{width:100%;text-align:center}
@media(max-width:780px){
  .catalog-main-cell{text-align:center!important}
  .catalog-main-meta{justify-content:center}
}
.catalog{width:min(1500px,calc(100% - 24px));padding:12px 0 20px}
.catalog-header{padding:9px 14px;border-radius:13px}
.catalog-brand{gap:10px}
.catalog-brand img{width:106px;height:36px}
.catalog-brand strong{font-size:15.5px}
.catalog-contact{padding-left:92px}
.catalog-contact strong{font-size:22px}
.catalog-intro{gap:14px;padding:15px 2px 8px}
.catalog-intro h2{font-size:22px}
.catalog-group{padding:10px 16px 12px;border-radius:15px}
.catalog-group-head{min-height:30px;padding:0 2px 5px;gap:14px}
.catalog-group-head h3{font-size:17px}
.catalog-table{border-spacing:0 3px}
.catalog-table thead th{height:36px;padding:5px 9px;font-size:13px}
.catalog-table tbody td{height:44px;padding:5px 9px;font-size:14.2px;line-height:1.25}
.catalog-table tbody td:first-child{border-radius:0 10px 10px 0}
.catalog-table tbody td:last-child{border-radius:10px 0 0 10px}
.catalog-main-cell strong{font-size:15.5px;line-height:1.18}
.catalog-main-sub{margin-top:0;font-size:10.2px;line-height:1.15}
.catalog-size{font-size:16px!important}
.catalog-stock{font-size:14.8px!important;color:var(--catalog-text)!important}
.catalog-stock.stock-low .stock-value,.catalog-stock.stock-high .stock-value{color:inherit}
.catalog-stock .stock-indicator{
  width:13px;height:13px;margin-right:6px;border:1px solid transparent;border-radius:50%;
  place-items:center;background:transparent;box-shadow:none!important;color:inherit;font:800 9px/1 Arial,sans-serif;
}
.catalog-stock.stock-low .stock-indicator,.catalog-stock.stock-high .stock-indicator{display:inline-grid}
.catalog-stock.stock-low .stock-indicator{border-color:rgba(183,40,52,.36);background:rgba(200,61,73,.08);color:#b72834}
.catalog-stock.stock-high .stock-indicator{border-color:rgba(33,122,78,.34);background:rgba(39,134,87,.08);color:#217a4e}
.catalog-stock.stock-low .stock-indicator::before{content:'!'}
.catalog-stock.stock-high .stock-indicator::before{content:'✓';font-size:8px}
.catalog-price{font-size:18.5px!important}
.catalog-footer{margin-top:10px;padding-top:8px}

@media(max-width:1050px){
  .catalog{width:calc(100% - 16px)}
  .catalog-header{padding-inline:12px}
  .catalog-contact{padding-left:78px}
  .catalog-intro{padding-top:13px}
  .catalog-group{padding:9px 11px 11px}
  .catalog-table thead th,.catalog-table tbody td{padding-inline:6px}
  .catalog-main-cell strong{font-size:14.8px}
  .catalog-price{font-size:17.8px!important}
}

@media(max-width:780px){
  .catalog{width:auto;padding:8px 6px 60px}
  .catalog-header{padding:8px 10px;border-radius:12px}
  .catalog-brand{gap:7px}
  .catalog-brand img{width:78px;height:29px}
  .catalog-brand strong{font-size:13.5px}
  .catalog-brand h1{max-width:150px;font-size:9px}
  .catalog-contact strong{font-size:18px}
  .catalog-intro{gap:7px;padding:11px 1px 6px}
  .catalog-intro h2{font-size:18px}
  .catalog-tools{gap:6px}
  .catalog-search input{height:40px;padding-inline:11px;font-size:12.5px}
  .catalog-sort{gap:6px}
  .catalog-sort select,.catalog-sort button{height:38px;font-size:11.5px}
  .catalog-groups{gap:8px}
  .catalog-group{padding:7px 5px 7px;border-radius:12px}
  .catalog-group-head{min-height:27px;padding:0 2px 4px;gap:8px}
  .catalog-group-head h3{font-size:15px}
  .catalog-table{border-spacing:0 2px}
  .catalog-table thead th{height:30px;padding:4px 3px;font-size:11px}
  .catalog-table tbody td{height:46px;padding:4px 4px;font-size:12.8px;line-height:1.2}
  .catalog-main-cell strong{font-size:13.8px;line-height:1.16}
  .catalog-main-sub{font-size:9.2px;line-height:1.1}
  .catalog-main-meta{margin-top:0;font-size:8.5px;line-height:1.05}
  .catalog-size{font-size:13.8px!important}
  .catalog-stock{font-size:13.2px!important}
  .catalog-stock .stock-indicator{width:11px;height:11px;margin-right:4px;font-size:8px}
  .catalog-stock.stock-high .stock-indicator::before{font-size:7px}
  .catalog-price{font-size:15.2px!important}
  .catalog-price.is-empty{font-size:10.5px!important}
  .catalog-footer{gap:3px;margin-top:8px;padding-top:5px;font-size:9px}
}

@media(max-width:390px){
  .catalog{padding-inline:4px}
  .catalog-header{padding-inline:8px}
  .catalog-brand img{width:72px}
  .catalog-brand h1{max-width:120px}
  .catalog-intro h2{font-size:17.5px}
  .catalog-group{padding-inline:4px}
  .catalog-table thead th{font-size:10.5px;padding-inline:2px}
  .catalog-table tbody td{height:44px;padding-inline:3px}
  .catalog-main-cell strong{font-size:13px}
  .catalog-main-sub{font-size:8.8px}
  .catalog-main-meta{font-size:8px}
  .catalog-price{font-size:14.2px!important}
}
.catalog{width:min(1520px,calc(100% - 18px));padding:10px 0 16px}
.catalog-header{padding:8px 12px;border-radius:12px}
.catalog-brand img{width:102px;height:34px}
.catalog-brand strong{font-size:15px}
.catalog-brand h1{font-size:10.5px}
.catalog-contact{padding-left:72px}
.catalog-contact strong{font-size:21px}
.catalog-intro{gap:12px;padding:12px 2px 6px}
.catalog-intro h2{font-size:21px}
.catalog-search{width:min(320px,38vw)}
.catalog-search input{height:40px;padding-inline:12px;font-size:12.5px}
.catalog-sort{grid-template-columns:minmax(118px,146px) 96px}
.catalog-sort select,.catalog-sort button{height:40px;font-size:11.8px;border-radius:9px}
.catalog-groups{gap:8px}
.catalog-group{padding:8px 12px 10px;border-radius:14px}
.catalog-group-head{min-height:28px;padding:0 2px 4px;gap:10px}
.catalog-group-head h3{font-size:16.5px}
.catalog-table{border-spacing:0 2px}
.catalog-table thead th{height:34px;padding:4px 7px;font-size:12.4px}
.catalog-table thead th span{font-size:8.8px}
.catalog-table tbody td{height:40px;padding:4px 7px;font-size:13.8px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.catalog-table tbody td:first-child{border-radius:0 9px 9px 0}
.catalog-table tbody td:last-child{border-radius:9px 0 0 9px}
.catalog-group.has-size .catalog-table th:nth-child(1){width:10%}
.catalog-group.has-size .catalog-table th:nth-child(2){width:26%}
.catalog-group.has-size .catalog-table th:nth-child(3){width:18%}
.catalog-group.has-size .catalog-table th:nth-child(4){width:22%}
.catalog-group.has-size .catalog-table th:nth-child(5){width:24%}
.catalog-group.no-size .catalog-table th:nth-child(1){width:34%}
.catalog-group.no-size .catalog-table th:nth-child(2){width:18%}
.catalog-group.no-size .catalog-table th:nth-child(3){width:24%}
.catalog-group.no-size .catalog-table th:nth-child(4){width:24%}
.catalog-main-cell strong{display:block;width:100%;text-align:center;font-size:16px;font-weight:750;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#283136}
.catalog-main-sub,.catalog-main-meta,.catalog-delivery{display:none!important}
.catalog-size{font-size:16.6px!important;font-weight:800!important}
.catalog-stock{font-size:14.8px!important;font-weight:800!important;direction:ltr;white-space:nowrap}
.catalog-stock .stock-indicator{display:none;width:14px;height:14px;margin-right:6px;border-radius:50%;border:1px solid transparent;vertical-align:-1px;box-shadow:none!important}
.catalog-stock.stock-low,.catalog-stock.stock-high{font-weight:850!important}
.catalog-stock.stock-low{color:#a52b35!important;background:rgba(200,61,73,.07)!important}
.catalog-stock.stock-high{color:#20724a!important;background:rgba(39,134,87,.07)!important}
.catalog-stock.stock-low .stock-indicator,.catalog-stock.stock-high .stock-indicator{display:inline-grid;place-items:center}
.catalog-stock.stock-low .stock-indicator{background:rgba(200,61,73,.12);border-color:rgba(183,40,52,.45);color:#b72834}
.catalog-stock.stock-high .stock-indicator{background:rgba(39,134,87,.12);border-color:rgba(33,122,78,.42);color:#217a4e}
.catalog-stock.stock-low .stock-indicator::before{content:'!';font:900 9px/1 Arial,sans-serif}
.catalog-stock.stock-high .stock-indicator::before{content:'✓';font:900 9px/1 Arial,sans-serif}
.catalog-price{font-size:18px!important;font-weight:850!important;white-space:nowrap}
.catalog-price.is-empty{font-size:12.5px!important;font-weight:750!important}
.catalog-spec{font-size:13.2px!important;color:#56626a!important}
.catalog-footer{margin-top:8px;padding-top:6px;font-size:9.4px}
@media(max-width:1050px){
  .catalog{width:calc(100% - 14px)}
  .catalog-header{padding-inline:10px}
  .catalog-contact{padding-left:44px}
  .catalog-group{padding-inline:9px}
  .catalog-main-cell strong{font-size:15px}
  .catalog-table thead th,.catalog-table tbody td{padding-inline:5px}
  .catalog-group.has-size .catalog-table th:nth-child(1){width:11%}
  .catalog-group.has-size .catalog-table th:nth-child(2){width:27%}
  .catalog-group.has-size .catalog-table th:nth-child(3){width:18%}
  .catalog-group.has-size .catalog-table th:nth-child(4){width:22%}
  .catalog-group.has-size .catalog-table th:nth-child(5){width:22%}
}
@media(max-width:780px){
  .catalog{padding:8px 5px 58px}
  .catalog-header{padding:7px 9px}
  .catalog-brand img{width:74px;height:28px}
  .catalog-brand strong{font-size:13px}
  .catalog-brand h1{max-width:118px;font-size:8.8px}
  .catalog-contact strong{font-size:17px}
  .catalog-intro{gap:6px;padding:10px 1px 5px}
  .catalog-intro h2{font-size:17px}
  .catalog-tools{gap:6px}
  .catalog-search{width:100%}
  .catalog-search input{height:38px;font-size:12px;padding-inline:10px}
  .catalog-sort{grid-template-columns:minmax(0,1fr) 88px;gap:6px}
  .catalog-sort select,.catalog-sort button{height:36px;font-size:11px}
  .catalog-group{padding:6px 4px;border-radius:11px}
  .catalog-group-head{min-height:25px;padding-bottom:3px;gap:8px}
  .catalog-group-head h3{font-size:14px}
  .catalog-table{border-spacing:0 2px}
  .catalog-table thead th{height:29px;padding:4px 2px;font-size:10px;line-height:1.15}
  .catalog-table tbody td{height:42px;padding:4px 3px;font-size:11.8px;line-height:1.14}
  .catalog-main-cell strong{font-size:12.8px}
  .catalog-size{font-size:13px!important}
  .catalog-stock{font-size:12.4px!important}
  .catalog-stock .stock-indicator{width:12px;height:12px;margin-right:4px}
  .catalog-price{font-size:14.2px!important}
  .catalog-price.is-empty{font-size:10px!important}
  .catalog-spec{font-size:11px!important}
  .catalog-group.has-size .catalog-table th:nth-child(1){width:12%}
  .catalog-group.has-size .catalog-table th:nth-child(2){width:25%}
  .catalog-group.has-size .catalog-table th:nth-child(3){width:20%}
  .catalog-group.has-size .catalog-table th:nth-child(4){width:23%}
  .catalog-group.has-size .catalog-table th:nth-child(5){width:20%}
  .catalog-group.no-size .catalog-table th:nth-child(1){width:31%}
  .catalog-group.no-size .catalog-table th:nth-child(2){width:20%}
  .catalog-group.no-size .catalog-table th:nth-child(3){width:27%}
  .catalog-group.no-size .catalog-table th:nth-child(4){width:22%}
}
@media(max-width:390px){
  .catalog{padding-inline:4px}
  .catalog-table tbody td{padding-inline:2px;font-size:11.3px}
  .catalog-main-cell strong{font-size:12.2px}
  .catalog-size{font-size:12.6px!important}
  .catalog-stock{font-size:12px!important}
  .catalog-price{font-size:13.6px!important}
  .catalog-spec{font-size:10.6px!important}
}
.catalog-header{display:grid;grid-template-columns:220px 1fr 320px;align-items:center;gap:14px;padding:10px 16px;border-radius:14px}
.catalog-logo{display:flex;align-items:center;justify-content:flex-start;min-width:0}
.catalog-logo img{width:118px;height:40px;object-fit:contain}
.catalog-header-title{margin:0;text-align:center;font-size:24px;font-weight:800;line-height:1.2;color:#263238}
.catalog-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}
.catalog-mode-switch{height:40px;padding:0 14px;border:1px solid #d0d7da;border-radius:10px;background:#fff;color:#4a565e;font:700 12px/1.4 "Yekan Bakh FaNum",Tahoma,Arial,sans-serif;cursor:pointer;white-space:nowrap}
.catalog-mode-switch:hover{border-color:#bdc7cb;color:var(--catalog-red-dark)}
.catalog-mode-switch:focus-visible{outline:3px solid rgba(200,61,73,.08);outline-offset:2px;border-color:#d79aa0}
.catalog-contact{display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding-left:0;white-space:nowrap}
.catalog-contact span{font-size:10px;color:var(--catalog-muted)}
.catalog-contact strong{font-size:22px;color:var(--catalog-red-dark)}
.catalog-brand,.catalog-brand strong,.catalog-brand h1{display:none!important}
.catalog-search{width:min(320px,34vw)}
.catalog-groups{gap:10px}
.catalog-group{padding:10px 12px 12px;border-radius:14px}
.catalog-group-split .catalog-split-wrap{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}
.catalog-group:not(.catalog-group-split) .catalog-split-wrap{display:block}
.catalog-table{border-collapse:separate;border-spacing:0;table-layout:fixed}
.catalog-table thead th{height:34px;padding:6px 6px;background:#edf2f4;border-bottom:1px solid #d9e0e3;color:var(--catalog-red);font-size:12.4px}
.catalog-table thead th:first-child,.catalog-table thead th:last-child{border-radius:0}
.catalog-table tbody td{height:38px;padding:4px 6px;background:#fff!important;border-bottom:1px solid #eef2f3;font-size:13.5px;line-height:1.15}
.catalog-table tbody td:first-child,.catalog-table tbody td:last-child{border-radius:0}
.catalog-table tbody tr:nth-child(even) td,.catalog-table tbody tr:nth-child(odd) td{background:#fff!important}
.catalog-size{font-size:15px!important;font-weight:800!important;color:#334046!important}
.catalog-size-wrap{display:inline-flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap}
.size-number{display:inline-block;min-width:1ch}
.size-status{display:inline-flex;align-items:center;justify-content:center;min-width:14px;height:14px;padding:0 4px;border-radius:999px;font-size:8.5px;font-weight:800;line-height:1}
.size-status.status-high{background:rgba(39,134,87,.10);color:#217a4e;border:1px solid rgba(39,134,87,.26);font-size:10px;padding:0 3px}
.size-status.status-low{background:rgba(200,61,73,.10);color:#b72834;border:1px solid rgba(183,40,52,.26)}
.catalog-main-cell{text-align:center!important}
.catalog-main-cell strong{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;font-size:15px;font-weight:760;color:#253036}
.catalog-stock{font-size:14px!important;font-weight:800!important;color:#334046!important;direction:ltr}
.catalog-stock .stock-indicator{display:none!important}
.catalog-stock .stock-inline-indicator{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-right:4px;border-radius:50%;background:rgba(200,61,73,.08);color:#b72834;border:1px solid rgba(183,40,52,.24);font:800 9px/1 Arial,sans-serif;vertical-align:-1px}
.catalog-price{font-size:17px!important;font-weight:850!important;color:#1f2b31!important}
.catalog-spec{font-size:12.8px!important;color:#5b686f!important;text-align:left!important;direction:rtl}
@media (max-width:1180px){
  .catalog-header{grid-template-columns:160px 1fr 260px;gap:10px;padding-inline:12px}
  .catalog-header-title{font-size:21px}
  .catalog-header-actions{gap:8px}
  .catalog-mode-switch{padding-inline:10px;font-size:11.5px}
  .catalog-group-split .catalog-split-wrap{grid-template-columns:1fr;gap:8px}
}
@media (max-width:780px){
  .catalog-header{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:8px 10px}
  .catalog-logo{justify-content:flex-start}
  .catalog-header-title{text-align:right;font-size:19px}
  .catalog-header-actions{justify-content:space-between;gap:8px;flex-wrap:wrap}
  .catalog-mode-switch{height:36px;padding:0 11px;font-size:11px}
  .catalog-contact strong{font-size:18px}
  .catalog-group-split .catalog-split-wrap{grid-template-columns:1fr;gap:8px}
}
.catalog-size{padding-inline:4px!important}
.catalog-size-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:34px;line-height:1}
.catalog-size-wrap{display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap}
.size-number{display:block;min-width:1ch;line-height:1.05}
.size-status{display:inline-flex;align-items:center;justify-content:center;min-width:20px;max-width:24px;height:12px;padding:0 4px;border-radius:999px;font-size:7px;font-weight:800;line-height:1;white-space:nowrap}
.size-status.status-yellow{background:rgba(214,152,18,.12);color:#b57c00;border:1px solid rgba(214,152,18,.28)}
.catalog-stock{background:transparent!important}
.catalog-stock.stock-low{color:#b72834!important;background:transparent!important}
.catalog-stock.stock-high{color:#217a4e!important;background:transparent!important}
.catalog-stock .stock-inline-indicator{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-right:4px;border-radius:50%;font:800 9px/1 Arial,sans-serif;vertical-align:-1px}
.catalog-stock .stock-inline-indicator.is-low{background:rgba(200,61,73,.08);color:#b72834;border:1px solid rgba(183,40,52,.24)}
.catalog-stock .stock-inline-indicator.is-high{background:rgba(39,134,87,.10);color:#217a4e;border:1px solid rgba(39,134,87,.26)}
.catalog-main-cell strong{display:block}
@media (max-width:780px){
  .catalog-size-stack{min-height:30px;gap:1px}
  .size-status{min-width:18px;height:11px;font-size:6.5px;padding:0 3px}
  .catalog-stock .stock-inline-indicator{width:12px;height:12px;font-size:8px;margin-right:3px}
}
.catalog-spec{text-align:center!important;direction:rtl}
@media (min-width:1100px){
  .catalog-size{position:relative!important;padding-inline:4px!important}
  .catalog-size-stack{display:grid!important;place-items:center!important;min-height:0!important;gap:0!important;line-height:1!important}
  .catalog-size-stack .size-number{display:block!important;position:relative;z-index:1;line-height:1.1!important}
  .catalog-size-stack .size-status.status-yellow{
    position:absolute!important;
    right:4px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    min-width:20px!important;
    max-width:24px!important;
    height:13px!important;
    margin:0!important;
    padding:0 4px!important;
    font-size:7px!important;
    line-height:1!important;
    white-space:nowrap!important;
    pointer-events:none;
  }
}
@media (min-width:1100px){
  .catalog-group-split .catalog-split-wrap{
    position:relative;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    column-gap:30px;
  }
  .catalog-group-split .catalog-split-wrap::before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:1px;
    background:#d7dfe2;
    transform:translateX(-.5px);
    pointer-events:none;
  }
  .catalog-group-split .catalog-table-wrap:first-child{padding-left:15px}
  .catalog-group-split .catalog-table-wrap:last-child{padding-right:15px}
  .catalog-size-stack .size-status.status-yellow{
    right:auto!important;
    left:4px!important;
  }
}
.catalog-inline-group-row td{
  height:auto!important;
  padding:8px 4px 4px!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.catalog-inline-group-row:first-child td{padding-top:4px!important}
.catalog-inline-group-label{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:24px;
  color:#6a747a;
  font-size:10.5px;
  font-weight:750;
  white-space:nowrap;
}
.catalog-inline-group-label::after{
  content:'';
  height:1px;
  flex:1;
  background:#e3e8ea;
}
.catalog-inline-group-label span{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:2px 8px;
  border:1px solid #e0e6e8;
  border-radius:7px;
  background:#f8fafb;
}
@media(max-width:1099px){
  .catalog-inline-group-row{display:none!important}
}


/* ZBoard v3.8.50 — alignment lock + mobile-only responsive corrections */
/* Desktop table structure is intentionally untouched; only column alignment and yellow double-check are adjusted. */
.catalog-table thead th,
.catalog-table tbody td{vertical-align:middle}
.catalog-group.has-size .catalog-table thead th:nth-child(1),
.catalog-group.has-size .catalog-table tbody td:nth-child(1){text-align:center!important}
.catalog-group.has-size .catalog-table thead th:nth-child(2),
.catalog-group.has-size .catalog-table tbody td:nth-child(2),
.catalog-group.no-size .catalog-table thead th:nth-child(1),
.catalog-group.no-size .catalog-table tbody td:nth-child(1){text-align:right!important}
.catalog-group.has-size .catalog-table thead th:nth-child(3),
.catalog-group.has-size .catalog-table tbody td:nth-child(3),
.catalog-group.no-size .catalog-table thead th:nth-child(2),
.catalog-group.no-size .catalog-table tbody td:nth-child(2){text-align:left!important}
.catalog-group.has-size .catalog-table thead th:nth-child(4),
.catalog-group.has-size .catalog-table tbody td:nth-child(4),
.catalog-group.has-size .catalog-table thead th:nth-child(5),
.catalog-group.has-size .catalog-table tbody td:nth-child(5),
.catalog-group.no-size .catalog-table thead th:nth-child(3),
.catalog-group.no-size .catalog-table tbody td:nth-child(3),
.catalog-group.no-size .catalog-table thead th:nth-child(4),
.catalog-group.no-size .catalog-table tbody td:nth-child(4){text-align:center!important}
.catalog-main-cell strong{justify-content:flex-start!important;text-align:right!important}
.catalog-stock{direction:ltr;text-align:left!important}
.factory-status-yellow{
  display:none;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  min-width:23px;
  height:14px;
  margin-right:6px;
  padding:0 5px;
  border:1px solid rgba(214,152,18,.28);
  border-radius:999px;
  background:rgba(214,152,18,.12);
  color:#a97000;
  font-size:7.5px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}
@media(min-width:1100px){.factory-status-yellow{display:inline-flex}}

@media(max-width:780px){
  html[data-public-view="table"],html[data-public-view="table"] body{
    width:100%;
    max-width:100%;
    overflow-x:hidden!important;
  }
  .catalog{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:8px max(4px,env(safe-area-inset-right)) calc(60px + env(safe-area-inset-bottom)) max(4px,env(safe-area-inset-left))!important;
    overflow-x:hidden!important;
  }
  .catalog-header,.catalog-intro,.catalog-groups,.catalog-group,.catalog-split-wrap,.catalog-table-wrap{
    min-width:0!important;
    max-width:100%!important;
  }
  .catalog-header{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    grid-template-areas:"logo title" "actions actions"!important;
    align-items:center!important;
    gap:7px 9px!important;
  }
  .catalog-logo{grid-area:logo!important;justify-content:flex-start!important}
  .catalog-logo img{width:76px!important;height:29px!important}
  .catalog-header-title{
    grid-area:title!important;
    min-width:0!important;
    margin:0!important;
    text-align:right!important;
    font-size:clamp(16px,4.4vw,19px)!important;
    line-height:1.3!important;
    white-space:normal!important;
  }
  .catalog-header-actions{
    grid-area:actions!important;
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    flex-wrap:nowrap!important;
  }
  .catalog-mode-switch{min-width:0!important;max-width:48%;height:36px!important;padding:0 10px!important}
  .catalog-contact{min-width:0!important;align-items:flex-end!important}
  .catalog-intro{width:100%!important;gap:7px!important}
  .catalog-tools,.catalog-search,.catalog-sort{width:100%!important;min-width:0!important;max-width:100%!important}
  .catalog-search input,.catalog-sort select,.catalog-sort button{max-width:100%!important}
  .catalog-group{overflow:hidden!important}
  .catalog-table-wrap{width:100%!important;overflow:hidden!important}
  .catalog-table{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    table-layout:fixed!important;
  }
  .catalog-table thead{display:table-header-group!important}
  .catalog-table tbody{display:table-row-group!important}
  .catalog-table tr{display:table-row!important}
  .catalog-table th,.catalog-table td{
    min-width:0!important;
    max-width:none!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .catalog-spec{display:table-cell!important}
  .catalog-group.has-size .catalog-table th:nth-child(1){width:12%!important}
  .catalog-group.has-size .catalog-table th:nth-child(2){width:25%!important}
  .catalog-group.has-size .catalog-table th:nth-child(3){width:20%!important}
  .catalog-group.has-size .catalog-table th:nth-child(4){width:23%!important}
  .catalog-group.has-size .catalog-table th:nth-child(5){width:20%!important}
  .catalog-group.no-size .catalog-table th:nth-child(1){width:31%!important}
  .catalog-group.no-size .catalog-table th:nth-child(2){width:20%!important}
  .catalog-group.no-size .catalog-table th:nth-child(3){width:27%!important}
  .catalog-group.no-size .catalog-table th:nth-child(4){width:22%!important}
  .catalog-table thead th{
    padding-inline:2px!important;
    font-size:clamp(8.8px,2.65vw,10.5px)!important;
  }
  .catalog-table tbody td{
    padding-inline:3px!important;
    font-size:clamp(10px,3vw,11.8px)!important;
  }
  .catalog-main-cell strong{
    display:block!important;
    width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:clamp(10.8px,3.25vw,12.8px)!important;
  }
  .catalog-stock{font-size:clamp(10.5px,3.05vw,12.4px)!important}
  .catalog-price{font-size:clamp(12px,3.5vw,14.2px)!important}
  .catalog-spec{font-size:clamp(9px,2.7vw,11px)!important}
  .catalog-size-stack{min-height:28px!important}
  .size-status.status-yellow{font-size:6px!important;min-width:17px!important;max-width:20px!important}
  .factory-status-yellow{display:none!important}
}
@media(max-width:360px){
  .catalog-table tbody td{padding-inline:2px!important}
  .catalog-main-cell strong{font-size:10.4px!important}
  .catalog-price{font-size:11.8px!important}
  .catalog-stock{font-size:10.2px!important}
  .catalog-spec{font-size:8.8px!important}
}

/* ZBoard v3.8.51 — table-only responsive, hierarchy and filtering refinement */
html[data-public-view="table"] .catalog-intro h2,
html[data-public-view="table"] .catalog-group-head h3,
html[data-public-view="table"] .catalog-table thead th{color:#36434a}
html[data-public-view="table"] .catalog-table thead th{font-weight:750}
html[data-public-view="table"] .catalog-group-head h3{font-weight:780}
html[data-public-view="table"] .catalog-stock{
  direction:rtl!important;
  text-align:right!important;
  font-variant-numeric:tabular-nums;
}
html[data-public-view="table"] .catalog-stock .stock-value{
  display:inline-block;
  min-width:7.5ch;
  direction:ltr;
  text-align:right;
}
html[data-public-view="table"] .catalog-stock.stock-low .stock-value{color:#b32635!important;font-weight:850}
html[data-public-view="table"] .catalog-stock.stock-normal .stock-value{color:#334046!important}
html[data-public-view="table"] .catalog-stock.stock-high .stock-value{color:#28734f!important}
html[data-public-view="table"] .size-status.status-yellow,
html[data-public-view="table"] .factory-status-yellow{
  margin:0 6px!important;
  padding-inline:5px!important;
}
.catalog-category-filter{
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
  padding:4px;
  border:1px solid #d7dde0;
  border-radius:11px;
  background:#fff;
  overflow-x:auto;
  scrollbar-width:none;
}
.catalog-category-filter::-webkit-scrollbar{display:none}
.catalog-category-filter button{
  flex:0 0 auto;
  min-height:34px;
  padding:6px 10px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#56636a;
  font:700 11px/1.3 "Yekan Bakh FaNum",Tahoma,Arial,sans-serif;
  cursor:pointer;
  white-space:nowrap;
}
.catalog-category-filter button:hover:not(:disabled){background:#f0f3f4;color:#27343a}
.catalog-category-filter button.is-active{background:#313d43;color:#fff}
.catalog-category-filter button:focus-visible{outline:3px solid rgba(49,61,67,.16);outline-offset:1px}
.catalog-category-filter button:disabled{color:#adb5b9;cursor:not-allowed}
@media(min-width:1100px){
  .catalog-tools{flex-wrap:wrap}
  .catalog-category-filter{order:1;max-width:100%}
  .catalog-search{order:2}
  .catalog-sort{order:3}
}
@media(max-width:1099px){
  .catalog-tools{display:grid!important;grid-template-columns:minmax(0,1fr)!important}
  .catalog-category-filter{width:100%;max-width:100%}
}
@media(max-width:780px){
  html[data-public-view="table"] .catalog-intro{padding-top:12px!important}
  html[data-public-view="table"] .catalog-intro h2{font-size:18px!important}
  .catalog-category-filter{gap:4px;padding:3px}
  .catalog-category-filter button{min-height:38px;padding-inline:9px;font-size:10.5px}
  html[data-public-view="table"] .catalog-group{padding-inline:4px!important}
  html[data-public-view="table"] .catalog-table thead th{letter-spacing:-.03em}
  html[data-public-view="table"] .catalog-stock .stock-value{min-width:0;width:auto}
  html[data-public-view="table"] .catalog-stock .stock-inline-indicator{margin-right:2px!important}
  html[data-public-view="table"] .size-status.status-yellow{
    position:static!important;
    transform:none!important;
    display:inline-flex!important;
    min-width:18px!important;
    max-width:none!important;
    height:12px!important;
    margin-top:3px!important;
    padding-inline:4px!important;
    font-size:6.5px!important;
  }
}


/* v3.8.50 mobile readability pass — same columns, no horizontal overflow */
@media(max-width:780px){
  .catalog-table thead th{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.12!important;
  }
  .catalog-main-cell strong{
    display:-webkit-box!important;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    white-space:normal!important;
    line-height:1.18!important;
    text-align:right!important;
  }
  .catalog-spec{
    white-space:normal!important;
    line-height:1.18!important;
    overflow-wrap:anywhere!important;
  }
  .catalog-price,.catalog-stock,.catalog-size{white-space:nowrap!important}
}

/* ZBoard v3.8.52 — approved table-only checklist */
html[data-public-view="table"] .catalog-stock .stock-inline-indicator{display:none!important}
html[data-public-view="table"] .catalog-size .size-status.status-yellow{display:none!important}
html[data-public-view="table"] .factory-status-yellow{display:inline-flex!important}

.catalog-sort{
  grid-template-columns:minmax(128px,165px) minmax(88px,108px);
  gap:7px;
  padding:6px;
  border:1px solid rgba(169,112,0,.34);
  border-radius:12px;
  background:linear-gradient(135deg,#fffdf5,#fff9e8);
  box-shadow:0 3px 12px rgba(96,74,20,.08);
}
.catalog-sort-prompt{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:6px;
  color:#765500;
  font-size:10.5px;
  font-weight:800;
  line-height:1.2;
}
.catalog-sort-prompt::before{
  content:'';
  width:6px;
  height:6px;
  border-radius:50%;
  background:#d49a16;
  box-shadow:0 0 0 3px rgba(212,154,22,.13);
}
.catalog-sort select,.catalog-sort button{border-color:#d8c99f}

@media(min-width:1100px){
  html[data-public-view="table"] .catalog-intro{
    position:sticky;
    top:0;
    z-index:30;
    background:rgba(247,249,250,.96);
    box-shadow:0 8px 18px rgba(31,43,49,.07);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }
}

@media(max-width:1099px){
  .catalog-sort{grid-template-columns:minmax(0,1fr) minmax(88px,112px)}
}

@media(max-width:780px){
  html[data-public-view="table"] .factory-status-yellow{
    display:inline-flex!important;
    min-width:19px;
    height:12px;
    margin-right:3px!important;
    padding-inline:3px!important;
    font-size:6.5px;
  }
  .catalog-sort{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:minmax(0,1fr) minmax(82px,96px)!important;
    padding:5px;
  }
  .catalog-sort-prompt{font-size:10px}
  .catalog-category-filter{overflow-x:hidden;flex-wrap:wrap}
  .catalog-category-filter button{flex:1 1 auto;min-width:0}
}

@media(max-width:360px){
  .catalog-sort{grid-template-columns:minmax(0,1fr) 82px!important;gap:5px}
  .catalog-sort select,.catalog-sort button{padding-inline:5px!important;font-size:10.5px!important}
  html[data-public-view="table"] .factory-status-yellow{font-size:6px}
}
