img.w-8.h-8.object-cover.rounded-full > h2 {
  display: none !important;
}
a.flex.font-bold.gap-2.items-center.py-2.category-toggle > h2 {
  display: none !important;
}
a.flex.font-bold.gap-2.items-center.py-2.category-toggle {
  display: flex !important;
  justify-content: center !important;
  align-content: center !important;
  flex-wrap: wrap !important;
}
img.w-8.h-8.object-cover.rounded-full {
  width: 5rem !important;
  height: 5rem !important;
}
picture.general-picture.loaded {
  padding: 1px;
}
.image-group--component .m-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: -webkit-center;
}
div.flex.banner-body.flex-col.items-center.justify-center.p-4 {
  display: none !important;
}
.min-h-96 {
  min-height: 19rem !important;
}

/* hide categories */
.home-categories-section
  .swiper-slide:has(
    a[href*="/1622405"],
    a[href*="/1622706"],
    a[href*="/1622708"],
    a[href*="/1622709"],
    a[href*="/1622710"],
    a[href*="/1622711"]
  ) {
  display: none !important;
}