:root{
  --bg:#fff7ef;
  --bg-soft:#fff1e5;
  --bg-strong:#fff6ed;
  --panel:rgba(255,255,255,.92);
  --panel-strong:#ffffff;
  --line:#f2d3bb;
  --line-strong:#f4bf95;
  --text:#31251d;
  --muted:#7c6a5d;
  --accent:#ff7a45;
  --accent-strong:#fa6400;
  --accent-soft:#fff2e8;
  --accent-glow:rgba(255,122,69,.2);
  --danger:#c34228;
  --success:#2c8a4a;
  --warning:#a96c12;
  --shadow:0 20px 60px rgba(122,63,26,.12);
  --shadow-soft:0 10px 24px rgba(122,63,26,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"PingFang SC","Microsoft YaHei","Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(255,190,143,.55) 0, rgba(255,190,143,0) 28%),
    radial-gradient(circle at bottom right, rgba(255,122,69,.12) 0, rgba(255,122,69,0) 28%),
    linear-gradient(180deg,#fffaf4 0%,#fff3e6 56%,#fff8f2 100%);
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
input,select,textarea,button{font:inherit}
button{outline:none}

.page-shell,.public-body{min-height:100vh}
.bg-blob{
  position:fixed;
  width:360px;
  height:360px;
  border-radius:999px;
  filter:blur(80px);
  opacity:.32;
  pointer-events:none;
  z-index:-1;
}
.blob-left{top:30px;left:-80px;background:rgba(255,166,92,.45)}
.blob-right{right:-90px;bottom:40px;background:rgba(255,122,69,.24)}

.public-shell{
  width:min(1200px,calc(100vw - 32px));
  margin:0 auto;
  padding:24px 0 56px;
}

.notice-bar{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 18px;
  margin-bottom:18px;
  border-radius:18px;
  background:linear-gradient(90deg,rgba(255,122,69,.14),rgba(255,243,231,.95));
  border:1px solid rgba(255,122,69,.16);
  box-shadow:var(--shadow-soft);
}
.notice-bar p{margin:0;color:#7b5742;line-height:1.6}
.notice-pill{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--accent),var(--accent-strong));
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}

.panel{
  background:var(--panel);
  border:1px solid rgba(242,211,187,.9);
  border-radius:26px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px);
  padding:24px;
}
.public-panel{margin-bottom:18px}
.section-panel{overflow:hidden}

.hero-card{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);
  gap:22px;
  padding:28px;
  margin-bottom:22px;
  border-radius:32px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.97),rgba(255,246,237,.96)),
    linear-gradient(135deg,rgba(255,122,69,.08),rgba(255,255,255,0));
  border:1px solid rgba(244,191,149,.55);
  box-shadow:0 28px 70px rgba(124,68,30,.13);
}
.hero-upgrade{position:relative}
.hero-copy{display:grid;gap:18px}
.hero-brand{display:flex;align-items:center;gap:18px}
.hero-kicker,.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,122,69,.1);
  color:var(--accent-strong);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero-brand h1{
  margin:0 0 10px;
  font-size:clamp(30px,4vw,48px);
  line-height:1.1;
  letter-spacing:-.03em;
}
.hero-brand p,.section-heading p,.hero-side-copy p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}
.hero-logo,.hero-qr{
  width:120px;
  height:120px;
  object-fit:cover;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.7);
  box-shadow:var(--shadow-soft);
}
.hero-logo-fallback,.brand-avatar-fallback{
  display:grid;
  place-items:center;
  font-weight:800;
  color:#fff;
  background:linear-gradient(135deg,var(--accent),var(--accent-strong));
}
.hero-side-panel{
  display:grid;
  gap:18px;
  align-content:space-between;
  padding:22px;
  border-radius:28px;
  background:linear-gradient(180deg,#fffdfb,#fff3e8);
  border:1px solid rgba(255,200,166,.5);
}
.hero-side-copy h2{
  margin:0 0 10px;
  font-size:20px;
}
.hero-qr-upgrade{
  width:min(100%,196px);
  height:auto;
  aspect-ratio:1;
  justify-self:end;
}
.section-heading{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-end;
  margin-bottom:18px;
}
.section-heading.compact{align-items:center}
.section-heading h2,.panel-header h2,.admin-topbar h1{margin:0;font-size:26px}
.section-heading p{max-width:480px}
.panel-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}
.panel-tip{
  color:var(--muted);
  font-size:14px;
}
.panel-header-stacked{
  align-items:flex-start;
  flex-direction:column;
}

.brand-showcase{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:18px;
}
.brand-showcase-card,.hot-card,.stat-card{
  border:1px solid rgba(244,191,149,.45);
  border-radius:22px;
  padding:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,248,240,.92));
  box-shadow:var(--shadow-soft);
}
.brand-showcase-header{margin-bottom:14px}
.brand-showcase-title{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand-showcase-title h3,.hot-copy h3{margin:0 0 6px}
.brand-showcase-title p,.brand-product-copy em,.hot-meta{
  margin:0;
  color:var(--muted);
  font-size:13px;
}
.brand-avatar-fallback{
  width:56px;
  height:56px;
  border-radius:18px;
}
.brand-showcase-products{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.recommend-card,
.brand-product-item{
  display:grid;
  gap:10px;
  padding:10px;
  border-radius:16px;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(255,228,211,.9);
  min-width:0;
}
.recommend-card{
  align-content:start;
}
.recommend-card-media{
  position:relative;
  aspect-ratio:1/1;
  border-radius:16px;
  overflow:hidden;
  background:#fff7ef;
}
.brand-product-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:16px;
}
.brand-product-body,
.recommend-card-content{
  display:grid;
  gap:8px;
  min-width:0;
}
.recommend-card-brand{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
  min-width:0;
}
.recommend-card-brand span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.brand-product-copy,
.recommend-card-title{
  min-width:0;
}
.brand-product-copy strong,
.recommend-card-title{
  line-height:1.5;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.product-metric-line,
.recommend-card-meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.product-metric-line span,
.recommend-card-meta span{
  color:var(--accent-strong);
  font-size:16px;
  font-weight:800;
}
.recommend-card-meta em{
  color:var(--muted);
  font-size:12px;
}
.compact-recommend-panel .section-heading{
  margin-bottom:14px;
}
.compact-recommend-panel .section-heading h2{
  font-size:22px;
}
.catalog-action-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.catalog-action-row .button{
  flex:1 1 110px;
  min-height:36px;
}
.catalog-action-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
}
.catalog-action-grid .button{
  width:100%;
  min-height:34px;
}
.catalog-action-grid .button:last-child:nth-child(odd){
  grid-column:1 / -1;
}

.hot-grid-upgrade{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.hot-card-upgrade{
  position:relative;
  display:grid;
  gap:10px;
  padding:14px;
  border-radius:18px;
}
.hot-ribbon{
  position:absolute;
  top:16px;
  left:16px;
  z-index:1;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--accent),var(--accent-strong));
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.hot-cover{
  height:100%;
  border-radius:16px;
}
.hot-copy{
  display:grid;
  gap:8px;
}
.hot-copy p{
  margin:0;
  color:var(--accent-strong);
  font-size:13px;
  font-weight:600;
}
.price-line{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  color:var(--accent-strong);
}
.price-line strong{
  font-size:20px;
}
.price-line span{
  color:#9f5b2f;
  font-weight:700;
}
.hot-card-upgrade .catalog-action-row{
  margin-top:4px;
}

.toolbar-grid,.form-grid{
  display:grid;
  gap:16px;
}
.toolbar-grid{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  align-items:end;
}
.catalog-search-panel{
  position:sticky;
  top:10px;
  z-index:35;
  backdrop-filter:blur(18px);
}
.toolbar-upgrade input,.toolbar-upgrade select{
  background:#fffdfb;
}
.form-grid.two-col{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.form-grid.single{
  grid-template-columns:1fr;
}
.span-2{grid-column:1/-1}

label{
  display:grid;
  gap:8px;
  color:var(--muted);
  font-size:14px;
}
input,select,textarea{
  width:100%;
  border:1px solid rgba(242,211,187,.95);
  background:rgba(255,255,255,.94);
  color:var(--text);
  border-radius:16px;
  padding:12px 14px;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
input:focus,select:focus,textarea:focus{
  border-color:var(--accent);
  box-shadow:0 0 0 4px var(--accent-glow);
}
textarea{resize:vertical}

.button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  border:none;
  border-radius:14px;
  padding:12px 16px;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
}
.button:hover{transform:translateY(-1px)}
.button.primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-strong));
  color:#fff;
  box-shadow:0 12px 24px rgba(250,100,0,.18);
}
.button.primary:hover{box-shadow:0 16px 26px rgba(250,100,0,.24)}
.button.ghost{
  background:var(--accent-soft);
  color:var(--accent-strong);
  border:1px solid rgba(255,122,69,.12);
}
.button.ghost:hover{
  background:#ffe8da;
}
.button.danger{
  background:#fde2dd;
  color:var(--danger);
}
.button.small{
  padding:9px 12px;
  border-radius:12px;
  font-size:13px;
}
.button.wide{width:100%}

.form-actions,.bulk-actions,.row-actions,.selection-toolbar{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.action-row{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:18px;
}
.action-row form{margin:0}
.checkbox-row{
  display:flex;
  gap:10px;
  align-items:center;
}
.checkbox-row input{width:auto}

.summary-grid,.stats-grid{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
}
.summary-item,.stat-card{
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,228,211,.95);
}
.stat-label{
  color:var(--muted);
  font-size:13px;
}
.stat-value{
  margin-top:8px;
  font-size:34px;
  font-weight:800;
}

.table-wrap{
  overflow-x:auto;
  border-radius:20px;
}
table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:760px;
}
th,td{
  padding:15px 12px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid rgba(242,211,187,.72);
  background:rgba(255,255,255,.72);
}
thead th{
  position:sticky;
  top:0;
  z-index:1;
  background:linear-gradient(135deg,var(--accent),var(--accent-strong));
  color:#fff;
  font-weight:700;
}
thead th:first-child{border-top-left-radius:18px}
thead th:last-child{border-top-right-radius:18px}
tbody tr:hover td{
  background:#fff8f2;
}
.row-muted td{
  background:rgba(124,106,93,.08);
  color:#857669;
}
.row-muted:hover td{
  background:rgba(124,106,93,.12);
}
.row-muted .thumb{
  filter:grayscale(1);
  opacity:.72;
}
.row-muted strong,
.row-muted .badge,
.row-muted .button{
  opacity:.84;
}
.empty-cell,.empty-block{
  padding:26px;
  text-align:center;
  color:var(--muted);
}
.product-row,.brand-card-header,.mini-product{
  display:flex;
  align-items:center;
  gap:12px;
}
.product-row-stacked{
  align-items:flex-start;
}
.product-info-block{
  display:grid;
  gap:8px;
  min-width:0;
}
.product-table-title{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  line-height:1.6;
}
.product-table-meta{
  line-height:1.5;
}
.product-table-actions{
  max-width:260px;
}
.thumb{
  object-fit:cover;
  border-radius:16px;
  background:#fff;
}
.thumb.mini{
  width:56px;
  height:56px;
  flex-shrink:0;
}
.thumb.large{
  width:100%;
}
.thumb-placeholder{
  display:grid;
  place-items:center;
  background:#fff2e8;
  color:var(--muted);
  border:1px dashed rgba(255,122,69,.24);
  text-align:center;
  padding:8px;
  font-size:12px;
  line-height:1.4;
}

.muted{
  color:var(--muted);
  font-size:13px;
}
.flash{
  border-radius:18px;
  padding:14px 16px;
  margin-bottom:18px;
}
.flash.success{
  background:rgba(44,138,74,.1);
  color:var(--success);
}
.flash.error{
  background:rgba(195,66,40,.11);
  color:var(--danger);
}
.badge{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}
.badge.published{background:rgba(44,138,74,.12);color:var(--success)}
.badge.draft{background:rgba(169,108,18,.12);color:var(--warning)}
.badge.offline{background:rgba(195,66,40,.12);color:var(--danger)}

.status-dots{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.status-dot{
  padding:4px 8px;
  border-radius:999px;
  background:rgba(255,122,69,.09);
  color:var(--accent-strong);
  font-size:12px;
}
.status-dot.warning{
  background:rgba(169,108,18,.12);
  color:var(--warning);
}

.pagination-line{
  display:flex;
  gap:8px;
  justify-content:center;
  align-items:center;
  margin-top:22px;
  flex-wrap:wrap;
}
.page-pill{
  min-width:42px;
  padding:10px 14px;
  border-radius:14px;
  text-align:center;
  background:#fff;
  border:1px solid rgba(242,211,187,.95);
  box-shadow:var(--shadow-soft);
}
.page-pill.active{
  background:linear-gradient(135deg,var(--accent),var(--accent-strong));
  color:#fff;
  border-color:transparent;
}
.page-jump{
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px 8px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(242,211,187,.95);
  box-shadow:var(--shadow-soft);
}
.page-jump span{
  color:var(--muted);
  font-size:13px;
}
.page-jump input{
  width:72px;
  padding:9px 10px;
  border-radius:10px;
  border:1px solid rgba(242,211,187,.95);
  background:#fff;
}

.modal{
  position:fixed;
  inset:0;
  background:rgba(28,18,10,.58);
  display:grid;
  place-items:center;
  padding:20px;
  z-index:60;
}
.hidden{display:none}
.modal-card{
  position:relative;
  background:#fff;
  border-radius:26px;
  padding:24px;
  width:min(460px,100%);
  box-shadow:0 32px 60px rgba(58,31,12,.28);
}
.modal-close{
  position:absolute;
  right:16px;
  top:12px;
  border:none;
  background:transparent;
  font-size:32px;
  line-height:1;
  cursor:pointer;
}
.qr-preview{
  width:100%;
  border-radius:18px;
  margin-top:18px;
  background:#fff7ef;
}
.qr-modal-tip{
  margin:16px 0 0;
  text-align:center;
  font-size:18px;
  line-height:1.7;
  color:var(--accent-strong);
  font-weight:700;
}
.link-preview{
  margin-top:14px;
  min-height:120px;
  background:#fffaf4;
}
.public-footer{
  text-align:center;
  color:var(--muted);
  padding:18px 0 0;
}
.placeholder{
  display:grid;
  place-items:center;
  border:1px dashed rgba(255,122,69,.28);
  color:var(--muted);
}

.narrow,.auth-card{
  max-width:460px;
  margin:10vh auto;
}
.auth-title-block{margin-bottom:18px}
.auth-title-block p{color:var(--muted)}

.admin-body{background:#fff7ef}
.admin-shell{
  display:grid;
  grid-template-columns:260px 1fr;
  min-height:100vh;
}
.admin-sidebar{
  background:linear-gradient(180deg,#2f1f16,#1d140e);
  color:#f9ead8;
  padding:28px 20px;
  display:flex;
  flex-direction:column;
}
.brand-title{
  font-size:24px;
  font-weight:800;
}
.brand-subtitle{
  color:rgba(249,234,216,.7);
  margin-top:6px;
}
.sidebar-nav{
  display:grid;
  gap:7px;
  margin-top:26px;
}
.sidebar-nav a{
  padding:12px 14px;
  border-radius:14px;
  color:rgba(249,234,216,.84);
}
.sidebar-nav a.active,.sidebar-nav a:hover{
  background:rgba(255,255,255,.1);
  color:#fff;
}
.sidebar-logout{margin-top:auto}
.admin-main{padding:28px}
.admin-topbar{margin-bottom:18px}

.field-mapping-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.form-preview{
  width:120px;
  height:120px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(242,211,187,.95);
}
.form-hint{
  margin-top:-4px;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}
.featured-slot-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.featured-slot{
  display:grid;
  gap:8px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(242,211,187,.95);
  background:rgba(255,255,255,.92);
}

@media (max-width:980px){
  .public-body{
    font-size:9px;
  }
  .panel{
    padding:6px;
    border-radius:10px;
  }
  .public-panel{
    margin-bottom:6px;
  }
  .hero-card,.admin-shell,.section-heading{
    grid-template-columns:1fr;
    flex-direction:column;
    align-items:flex-start;
  }
  .hero-card{
    gap:5px;
    padding:6px;
    border-radius:10px;
  }
  .hero-brand{
    gap:6px;
  }
  .hero-logo,.hero-qr{
    width:34px;
    height:34px;
    border-radius:8px;
  }
  .hero-brand h1{
    font-size:12px;
    margin-bottom:2px;
  }
  .hero-brand p,
  .hero-side-copy p{
    font-size:8px;
    line-height:1.35;
  }
  .hero-side-panel{
    width:100%;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:5px;
    padding:5px;
    border-radius:9px;
  }
  .hero-side-copy h2{
    font-size:10px;
    margin-bottom:2px;
  }
  .hero-qr-upgrade{
    width:38px;
  }
  .section-heading{
    margin-bottom:5px;
  }
  .section-heading h2{
    font-size:11px;
  }
  .compact-recommend-panel{
    padding:6px;
  }
  .brand-showcase-products,
  .hot-grid-upgrade{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:3px;
  }
  .brand-product-item,
  .hot-card-upgrade{
    gap:3px;
    padding:3px;
    border-radius:7px;
  }
  .brand-product-thumb,
  .hot-cover{
    height:100%;
    border-radius:7px;
  }
  .recommend-card-media{
    border-radius:7px;
    aspect-ratio:1 / 1;
  }
  .brand-showcase-title{
    gap:4px;
    align-items:flex-start;
  }
  .brand-showcase-title .thumb.mini,
  .recommend-card-brand .thumb.mini,
  .brand-avatar-fallback{
    width:12px;
    height:12px;
    border-radius:4px;
    font-size:7px;
  }
  .brand-showcase-title h3,
  .hot-copy h3{
    margin:0;
    font-size:7px;
    line-height:1.15;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .brand-product-copy strong,
  .recommend-card-title{
    font-size:7px;
    line-height:1.15;
  }
  .brand-product-copy em,
  .recommend-card-brand,
  .recommend-card-meta em,
  .hot-copy p,
  .hot-meta,
  .product-metric-line em{
    font-size:6px;
    line-height:1.2;
  }
  .product-metric-line{
    gap:1px;
  }
  .product-metric-line span,
  .recommend-card-meta span,
  .price-line strong{
    font-size:8px;
  }
  .price-line{
    gap:2px;
    align-items:flex-start;
    flex-direction:column;
  }
  .price-line span{
    font-size:6px;
  }
  .hot-ribbon{
    top:4px;
    left:4px;
    padding:1px 3px;
    font-size:6px;
  }
  .catalog-action-row{
    gap:2px;
  }
  .catalog-action-row .button,
  .catalog-action-grid .button{
    min-height:16px;
    padding:1px 3px;
    font-size:6px;
    border-radius:5px;
  }
  .catalog-action-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:2px;
  }
  .toolbar-grid,.form-grid.two-col,.field-mapping-grid,.featured-slot-row{
    grid-template-columns:1fr;
  }
  .toolbar-grid{
    gap:4px;
  }
  .toolbar-grid input,
  .toolbar-grid select,
  .toolbar-grid .button{
    min-height:22px;
    padding:3px 5px;
  }
  .admin-main{padding:18px}
  .public-shell{width:min(100vw - 4px,1200px); padding:6px 0 18px;}
  .catalog-search-panel{
    position:static;
    top:auto;
    z-index:auto;
    backdrop-filter:none;
  }
  .table-wrap{
    -webkit-overflow-scrolling:touch;
    margin-top:3px;
  }
  table{
    min-width:460px;
  }
  th,td{
    padding:3px 2px;
    font-size:7px;
  }
  .selection-toolbar{
    gap:2px;
  }
  .selection-toolbar .button{
    min-height:16px;
    padding:2px 4px;
    font-size:6px;
  }
  .panel-header{
    margin-bottom:5px;
  }
  .panel-header-stacked{
    gap:3px;
  }
  .thumb.mini{
    width:22px;
    height:22px;
    border-radius:6px;
  }
  .product-info-block{
    gap:3px;
  }
  .product-table-title{
    -webkit-line-clamp:4;
    font-size:7px;
  }
  .product-table-actions{
    max-width:none;
  }
}
