.section-top-categories {
  padding: 32px 0;
}
.section-top-categories h2.section-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
  color: var(--cp-title-color);
  transition: all 0.3s linear;
  margin-bottom: 20px;
}
.section-top-categories .group-top-categories-area {
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.5rem;
}
.section-top-categories .group-top-categories-area .categories-item {
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 12px;
  width: calc(25% - 0.5625rem);
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .section-top-categories .group-top-categories-area .categories-item {
    width: calc(50% - 0.375rem);
  }
}
@media screen and (max-width: 768px) {
  .section-top-categories .group-top-categories-area .categories-item {
    width: calc(100% - 0rem);
  }
}
.section-top-categories .group-top-categories-area .categories-item .image-area {
  display: flex;
}
.section-top-categories .group-top-categories-area .categories-item .image-area img {
  height: 6.25rem;
  width: 6.25rem;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.section-top-categories .group-top-categories-area .categories-item .name-area {
  flex: 1;
  padding: 8px;
}
.section-top-categories .group-top-categories-area .categories-item .name-area h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: var(--cp-title-color);
  transition: all 0.3s linear;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.section-all-categories {
  background-color: #FFF;
  padding: 32px 0;
}
.section-all-categories h2.section-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
  color: var(--cp-title-color);
  transition: all 0.3s linear;
  margin-bottom: 20px;
}
.section-all-categories .group-all-categories-area ul {
  list-style-type: none;
}
.section-all-categories .group-all-categories-area ul a.link {
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  color: var(--cp-color-description);
  transition: all 0.3s linear;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.75rem;
}
.section-all-categories .group-all-categories-area ul.sub-categories {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1.25rem;
  margin-top: 0;
}
.section-all-categories .group-all-categories-area > ul {
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem 0.75rem;
}
.section-all-categories .group-all-categories-area > ul > li {
  width: calc(25% - 0.9375rem);
}
@media screen and (max-width: 1024px) {
  .section-all-categories .group-all-categories-area > ul > li {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 768px) {
  .section-all-categories .group-all-categories-area > ul > li {
    width: calc(100% - 0rem);
  }
}
.section-all-categories .group-all-categories-area > ul > li > a.link {
  font-weight: 600;
}
/*# sourceMappingURL=../../maps/website/categories-page/categories-page.css.map */
