@media (min-width: 1200px) {
  #main .container {
    max-width: 1024px;
  }
}
#main.noBanner {
  padding-top: 40px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs li a, .breadcrumbs li span {
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.breadcrumbs li img {
  position: relative;
  top: -2px;
}

.categoryBanner {
  display: flex;
  width: 100%;
  max-height: 198px;
  overflow: hidden;
  margin-bottom: 40px;
}
.categoryBanner img {
  min-width: 100%;
}

.categoryDetails {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 80px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .categoryDetails {
    padding: 0;
  }
}
.categoryDetails > .container {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.categoryDetails .categoryName {
  text-align: center;
  font-size: 2.625rem;
  line-height: 2.875rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.categoryDetails .subCategories {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.categoryDetails .subCategories .catItem {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-decoration-line: underline;
  color: #1E1E20;
  margin-inline-end: 10px;
}
.categoryDetails .subCategories .catItem:hover {
  color: #FF2D52;
}
.categoryDetails .categoryDescription {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-align: center;
  max-width: 760px;
}

.latestNews {
  margin-bottom: 80px;
}
.latestNews .title {
  display: flex;
  justify-content: center;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 34px;
}
.latestNews .article {
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}
.latestNews .article .imageWrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 8px;
}
.latestNews .article .imageWrapper a {
  width: 100%;
  height: 100%;
}
.latestNews .article .imageWrapper a img {
  min-width: 100%;
  min-height: 100%;
}
.latestNews .article .title {
  padding: 0 12px;
  margin-bottom: 10px;
  text-align: center;
  height: 52px;
  overflow: hidden;
}
.latestNews .article .title a {
  font-family: "New Spirit";
  font-size: 1.375rem;
  font-weight: 600;
  line-height: normal;
  color: #1E1E20;
}
.latestNews .article .title a:hover {
  color: #FF2D52;
}
.latestNews .article .author {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #1E1E20;
}
.latestNews .article .author a {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: normal;
  color: #1E1E20;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .latestNews .article.big {
    padding-inline-end: 25px;
  }
  .latestNews .article.big .imageWrapper {
    height: 485px;
    margin-bottom: 20px;
  }
  .latestNews .article.big .title {
    height: auto;
  }
  .latestNews .article.big .title a {
    font-size: 2.125rem;
  }
}

.productItem {
  margin-bottom: 40px;
}
.productItem:last-child {
  padding: 0;
}
.productItem .imageWrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .productItem .imageWrapper {
    height: 245px;
  }
}
.productItem .imageWrapper a {
  width: 100%;
  height: 100%;
}
.productItem .imageWrapper a img {
  min-height: 100%;
  min-width: 100%;
}
.productItem .title {
  margin-bottom: 12px;
}
.productItem .title a {
  font-size: 1.25rem;
  color: #1E1E20;
}
.productItem .desc {
  font-size: 0.875rem;
  color: #1E1E20;
}

.bestProducts {
  margin-bottom: 80px;
}
.bestProducts .elementTitle {
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.bestProducts .no-posts {
  text-align: center;
}
.bestProducts .swiper-slide {
  width: 234px !important;
}
.bestProducts .swiper-button-prev {
  inset-inline-start: 6px;
}
.bestProducts .swiper-button-next, .bestProducts .swiper-button-prev {
  top: 130px;
}

.categoryArticles {
  margin-bottom: 80px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .categoryArticles {
    padding: 0;
  }
}
.categoryArticles .elementTitle {
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.categoryArticles .articleItem {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin-bottom: 28px;
  align-items: center;
}
@media (min-width: 768px) {
  .categoryArticles .articleItem {
    flex-flow: row;
  }
}
.categoryArticles .articleItem .imageWrapper {
  display: inline-flex;
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .categoryArticles .articleItem .imageWrapper {
    width: 372px;
    margin-inline-end: 24px;
    margin-bottom: 0;
  }
}
.categoryArticles .articleItem .imageWrapper a {
  width: 100%;
  height: 100%;
}
.categoryArticles .articleItem .imageWrapper a img {
  min-width: 100%;
  min-height: 100%;
}
.categoryArticles .articleItem .articleDetails .mainCategory {
  margin-bottom: 10px;
}
.categoryArticles .articleItem .articleDetails .mainCategory a {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.categoryArticles .articleItem .articleDetails .title {
  margin-bottom: 10px;
}
.categoryArticles .articleItem .articleDetails .title a {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #1E1E20;
  text-decoration: none;
}
.categoryArticles .articleItem .articleDetails .title a:hover {
  color: #FF2D52;
}
.categoryArticles .articleItem .articleDetails .desc {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.categoryArticles .articleItem .articleDetails .author {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #1E1E20;
}
.categoryArticles .articleItem .articleDetails .author a {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: normal;
  color: #1E1E20;
  text-decoration: underline;
}
.categoryArticles .articleItem .articleDetails .author a:hover {
  color: #FF2D52;
}

.categoryPosts {
  margin-bottom: 100px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .categoryPosts {
    padding: 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.pagination .page-numbers {
  font-size: 1rem;
  color: #000000;
  margin-inline-end: 8px;
}
.pagination .page-numbers.current {
  font-weight: 600;
}

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