.excess-stock-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(8, 15, 52, 0.06);
  padding: 16px 16px 8px;
  margin: 12px 0 24px;
  border: 1px solid #b6cef4;
  
}
.category-excess-stock #layered-filter-block-top {
    display: none;
}
.category-excess-stock .breadcrumbs {
    display: none;
}
.category-excess-stock .modes {
    display: none !important;
}
.category-excess-stock #toolbar-amount {
    display: none;
}
.category-excess-stock .toolbar-sorter.sorter {
    display: none;
}
.category-excess-stock .label {
    display: none;
}
.category-excess-stock .limiter-text {
    display: none;
}
/* Header */
.excess-stock-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #1c2241;
  margin: 6px 4px 12px;
}

/* Table base */
.excess-stock-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.excess-stock-table thead th {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #f6f8fc;
    padding: 12px 14px;
    border-bottom: 1px solid #e9edf5;
    text-align: center;
}
.excess-stock-table tbody tr {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(8, 15, 52, 0.05);
}
.excess-stock-table tbody td {
  padding: 16px 14px;
  vertical-align: middle;
  border-top: 1px solid #f1f3f8;
}
.excess-stock-table tbody tr:first-child td {
  border-top: none;
}

.excess-stock-table .img-cell { width: 72px; }
.excess-stock-table .prod-img-link img {
  max-width: 56px; max-height: 56px; border-radius: 8px; display: block;
}

.partnumber-link { color: #3065bf; font-weight: 700; text-decoration: none; }
.partnumber-link:hover { text-decoration: underline; }

.manufacturer-cell, .desc-cell { color: #000; font-size: 14px; }
.qty-col { width: 110px; font-weight: 600; color: #1c2241; text-align: left; }
.price-col { width: 140px; font-weight: 700; color: #1c2241; }
.action-col { width: 215px; }

.excess-btn.action.tocart.primary {
  background: #3065bf; color: #fff; border-radius: 8px; padding: 10px 14px;
  border: none; font-weight: 700;
  transition: transform .06s ease, box-shadow .12s ease, background .2s ease;
}
.excess-btn.action.tocart.primary:hover {
  background: #1025b8; box-shadow: 0 8px 20px rgba(30, 60, 255, 0.25); transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 1024px) {
  .manufacturer-cell, .desc-cell { max-width: 240px; }
}
@media (max-width: 768px) {
  .excess-stock-table thead { display: none; }
  .excess-stock-table, .excess-stock-table tbody, .excess-stock-table tr, .excess-stock-table td { display: block; width: 100%; }
  .excess-stock-table tbody tr { border-radius: 12px; padding: 12px; }
  .excess-stock-table td { border: none; padding: 6px 0; }
  .qty-col, .price-col, .action-col { width: auto; }
  .partnumber-link { display: inline-block; margin-top: 6px; }
}
