.ma_cover_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ma_product_category_carousel {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 20px;
}
#ma_product_category_carousel .swiper-wrapper {
  transition-timing-function: linear;
}
#ma_product_category_carousel .swiper-slide {
  width: calc(100% / 10);
}
#ma_product_category_carousel .category {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#ma_product_category_carousel .category img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
#ma_product_category_carousel .category .title {
  font-size: 14px;
  font-weight: bold;
  color: #2a2a2a;
  margin: 0;
  display: block;
}

.owl-carousel .wd-entities-title {
  height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*# sourceMappingURL=style_public.css.map */
