/* Compact premium cards — match approved demo proportions */
@media (min-width: 981px){
  .group-body{padding:8px!important}
  .products-cards{
    display:grid!important;
    grid-template-columns:repeat(auto-fill,minmax(238px,276px))!important;
    gap:10px!important;
    justify-content:start!important;
    align-items:stretch!important;
  }
  .product-card{
    width:100%!important;
    min-width:0!important;
    min-height:148px!important;
    height:148px!important;
    padding:10px 10px 9px!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    gap:9px!important;
    border-radius:10px!important;
  }
  .product-visual{width:58px!important;align-self:center!important}
  .vial-art{width:46px!important;height:91px!important;transform:none!important;filter:drop-shadow(0 7px 6px rgba(0,0,0,.48))!important}
  .vial-cap{width:31px!important;height:11px!important;border-radius:4px 4px 2px 2px!important}
  .vial-cap span{left:3px!important;right:3px!important;bottom:1px!important;height:2px!important}
  .vial-neck{width:23px!important;height:8px!important}
  .vial-glass{width:42px!important;height:67px!important;border-radius:5px 5px 9px 9px!important}
  .vial-label{left:3px!important;right:3px!important;top:23px!important;min-height:32px!important;padding:3px 2px!important;border-top-width:2px!important}
  .vial-label b{font-size:4px!important}
  .vial-label strong{font-size:4.2px!important;line-height:1.02!important;margin-top:1px!important}
  .vial-label small{font-size:3.2px!important;margin-top:1px!important}
  .product-card-copy{min-height:0!important}
  .product-title-row{gap:4px!important}
  .product-title-row strong{font-size:10.5px!important;line-height:1.17!important;letter-spacing:0!important}
  .product-title-row span{font-size:8.5px!important;margin-top:2px!important}
  .product-title-row .stock-pill{font-size:7px!important;padding:2px 4px!important}
  .product-sku{font-size:7px!important;margin-top:5px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .product-card-bottom{margin-top:auto!important;align-items:center!important;gap:6px!important}
  .product-price{font-size:13px!important;line-height:1!important}
  .card-add{padding:6px 8px!important;font-size:8px!important;min-height:28px!important;border-radius:7px!important;white-space:nowrap!important}
}

@media (min-width: 1450px){
  .products-cards{grid-template-columns:repeat(auto-fill,minmax(238px,268px))!important}
}

@media (max-width: 980px) and (min-width: 621px){
  .products-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .product-card{min-height:145px!important;padding:9px!important;grid-template-columns:56px minmax(0,1fr)!important}
  .vial-art{transform:scale(.78)!important;transform-origin:center!important}
}

@media (max-width: 620px){
  .product-card{min-height:136px!important;height:auto!important;padding:9px!important;grid-template-columns:52px minmax(0,1fr)!important;gap:8px!important}
  .vial-art{transform:scale(.72)!important;transform-origin:center!important}
  .product-title-row strong{font-size:10px!important}
  .product-price{font-size:12px!important}
  .card-add{font-size:8px!important;padding:6px 8px!important}
}
