
/* QUINCA+ v19 — liste produits premium harmonisée avec les ventes */

.product-premium-list .pc-topline{
  margin-bottom:10px;
}
.product-premium-list .pc-title-group{
  align-items:flex-end;
  gap:16px;
}
.product-premium-list .pc-title-group>div:first-child{
  min-width:180px;
}
.product-sort-caption{
  display:block;
  margin-top:3px;
  color:#7a8da4;
  font-size:8px;
  font-weight:650;
}
.product-premium-table-card{
  border-radius:12px;
  box-shadow:0 7px 22px rgba(25,65,110,.06);
}
.product-sort-table thead{
  background:linear-gradient(180deg,#f7faff 0%,#eef4fb 100%);
}
.product-sort-table thead th{
  padding:6px 6px!important;
  background:transparent!important;
  border-bottom:1px solid #dce6f1!important;
}
.product-sort-table thead th.product-image-head{
  padding-left:12px!important;
  color:#70849a;
  font-size:8.5px;
  font-weight:800;
}
.product-sort-table tbody tr{
  transition:background .15s ease,transform .15s ease,box-shadow .15s ease;
}
.product-sort-table tbody tr:hover{
  background:#f8fbff;
  box-shadow:inset 3px 0 0 #0878f9;
}
.product-stock-number{
  display:inline-grid;
  min-width:32px;
  height:24px;
  place-items:center;
  padding:0 7px;
  border-radius:999px;
  background:#f0f5fa;
  color:#26425f;
  font-weight:850;
}
.product-sort-table .pc-status{
  min-width:64px;
  justify-content:center;
}
.product-sort-table .pc-thumb{
  box-shadow:0 3px 9px rgba(25,59,94,.08);
}
.product-sort-table .dashboard-sort-head{
  min-height:30px;
}
body.dark-ui .product-sort-caption{
  color:#91a5bb;
}
body.dark-ui .product-premium-table-card{
  box-shadow:0 7px 22px rgba(0,0,0,.16);
}
body.dark-ui .product-sort-table thead{
  background:linear-gradient(180deg,#17263a 0%,#132238 100%);
}
body.dark-ui .product-sort-table thead th{
  border-bottom-color:#26384f!important;
}
body.dark-ui .product-sort-table tbody tr:hover{
  background:#122137;
}
body.dark-ui .product-stock-number{
  background:#1b2d44;
  color:#dcecff;
}

@media(max-width:760px){
  .product-premium-list .pc-title-group{
    align-items:stretch;
  }
  .product-sort-caption{
    margin-bottom:4px;
  }
}
