
/* V204 — Menu Sản phẩm action toolbar switches to mobile layout <=1100px. */
@media (max-width:1100px){
  .v204-products-toolbar{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
    gap:8px!important;
  }

  .v204-products-toolbar > button{
    width:100%!important;
    min-width:0!important;
    min-height:42px!important;
    height:auto!important;
    padding:9px 10px!important;
    white-space:normal!important;
    line-height:1.25!important;
    text-align:center!important;
    justify-content:center!important;
    font-size:12px!important;
  }

  .v204-products-toolbar > button svg{
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    min-height:18px!important;
  }
}

@media (max-width:560px){
  .v204-products-toolbar{
    grid-template-columns:1fr!important;
  }

  .v204-products-toolbar > button{
    min-height:44px!important;
    font-size:12.5px!important;
  }
}
