.module-category {
    position: relative;
    overflow: hidden;
}
.module-category:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; /* Màu nền mặc định, có thể thay đổi */
    opacity: 1; /* Độ mờ mặc định, có thể thay đổi */
    z-index: 1;
}
.module-category > * {
    position: relative;
    z-index: 2;
}
.module-category__text:not(:last-child) {
    margin-bottom: 20px;
}
.module-category-child-cat-wrap .module-category__head {
  text-align: left;
}
.module-category-item__head,
.module-category__head{
  display: table;
  width: 100%;
}
.module-category-item__head > *,
.module-category__head > * {
  display: table-cell;
}
.module-category-item__name,
.module-category__name {
  position: relative;
  overflow: hidden;
}
.module-category-item__head:has(.module-category-item__price) .module-category-item__name:after,
.module-category__head:has(.module-category__price) .module-category__name:after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  margin-left: 3px;
  width: 100%;
  border-bottom: 1px dotted var(--e-global-color-text);
}
.module-category__price,
.module-category:not(.module-category-table-style) .module-category-item__price {
  text-align: right;
  width: 1%;
  vertical-align: bottom;
  padding-left: 3px;
  white-space: nowrap;
}
.module-category__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
  width: 100%;
  justify-content: space-between;
}
.module-category-item {
  width: 100%;
}
.module-category-item.item-not-fw {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .module-category-item.item-not-fw {
    width: 100%;
  }
}
.module-category-item ul {
  margin-top: 0px;
}
.module-category-item li {
  margin-right: 20px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.module-category-item__text ol {
  margin-top: 0px;
}

.module-category-item__text p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.module-category-item__head {
  width: 100%;
}
.module-category:not(:last-child) {
  margin-bottom: 40px;
}
/*Offset for anchor menu*/
