/* ZLATO Z OLIV – NEJPRODÁVANĚJŠÍ: 3 PRODUKTY V JEDNOM ŘÁDKU */

@media (min-width:992px){

  .products-top{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:start!important;
    column-gap:38px!important;
    row-gap:0!important;
  }

  .products-top>.product{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
    flex:none!important;
  }

  .products-top>.product:nth-child(n+4),
  .products-top>.product:nth-of-type(n+4){
    display:none!important;
  }

  .products-top-wrapper .button-wrapper,
  .products-top-wrapper .products-top-button,
  .products-top-wrapper .more-products{
    display:none!important;
  }
}
