.productCard__thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 10px;
}
.productCard__thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-category h3{
  margin-bottom:15px;
  color:#005cac;
}
.all-category-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin:0;
}
.all-category-list li{
  list-style:none;
  width:48%;
  margin:0 0 10px 0;
  padding:10px;
  background:#eeeeee;
  font-size:12px;
}
.all-category-list li a{
  width:100%;
  height:36px;
  display:flex;
  align-items:center;
}
@media(min-width:768px){
  .all-category{
    display:none;
  }
}
	
