@media (max-width:768px){

/* контейнер категорий */
.grid.grid-cols-3{
  display:flex !important;
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  justify-content:flex-start !important;
  gap:18px !important;
  padding:0 16px !important;
}

/* каждая категория */
.grid.grid-cols-3 > button{
  flex:0 0 auto !important;
  width:120px !important;
  align-items:center !important;
}

/* картинка часов */
.grid.grid-cols-3 img{
  width:100px !important;
  height:100px !important;
  object-fit:contain !important;
}

/* текст */
.grid.grid-cols-3 span{
  font-size:13px !important;
  text-align:center !important;
  display:block !important;
}

}
