ul.menu-level-2 > .menu-item-category {
  display: none !important;
}
.welcome {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .welcome {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .welcome .welcome__left-panel {
    padding: 0;
  }
}
footer#footer .site-name {
  display: none;
}
footer#footer .custom-footer__newsletter {
  width: 100%;
}
.p-info-wrapper {
  display: flex;
  flex-direction: column;
}
.p-info-wrapper .p-info-headline {
  order: -10;
}
.topFeatures {
  order: -9;
}
.topFeatures .topFeaturesProduct {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -5px 10px;
}
@media (min-width: 768px) {
  .topFeatures .topFeaturesProduct {
    margin: 0 -10px 20px;
  }
}
.topFeatures .topFeaturesProduct > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 5px;
  max-width: 130px;
  text-align: center;
  width: calc(33.3333% - 10px);
}
@media (min-width: 550px) {
  .topFeatures .topFeaturesProduct > div {
    width: calc(25% - 10px);
  }
}
@media (min-width: 768px) {
  .topFeatures .topFeaturesProduct > div {
    margin: 10px;
    width: calc(20% - 20px);
  }
}
@media (min-width: 1200px) {
  .topFeatures .topFeaturesProduct > div {
    width: calc(16.66666% - 20px);
  }
}
.topFeatures .topFeaturesProduct > div .wrapper {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 70px;
  justify-content: center;
  margin: 0 auto;
  width: 70px;
}
.topFeatures .topFeaturesProduct > div .wrapper .wrapperInner {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 52.5px;
  justify-content: center;
  width: 52.5px;
}
.topFeatures .topFeaturesProduct > div .wrapper .wrapperInner img {
  max-width: 35px;
}
.topFeatures .topFeaturesProduct > div p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.adminTopFeatures {
  border: 1px solid #f7f7f7;
  order: 22;
}
@media (min-width: 992px) {
  .adminTopFeatures {
    display: block;
    margin: 25px 0;
  }
}
.adminTopFeatures > div:not(.AdmintopfeaturesProduct) {
  background-color: #f7f7f7;
  padding: 15px;
}
.adminTopFeatures .AdmintopfeaturesProduct .feature {
  padding: 15px;
}
.adminTopFeatures .AdmintopfeaturesProduct .feature:nth-child(2n) {
  background-color: #f7f7f7;
}
nav#navigation ul.menu-level-1 li a {
  text-transform: none;
}
@media (min-width: 768px) {
  nav#navigation ul.menu-level-1 li ul.menu-level-2 li {
    min-height: 60px;
  }
  nav#navigation ul.menu-level-1 li ul.menu-level-2 li > a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .navigation-in
    > ul
    > li.ext
    > ul
    > li:nth-child(n + 13):not(.menu-item-category) {
    display: flex;
  }
}
.popular-cats {
  margin: 40px auto;
}
.popular-cats .container {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.popular-cats .popularCatsSwiper {
  margin: -10px 0 0;
  padding: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .popular-cats .popularCatsSwiper {
    margin: -20px 0 0;
    padding: 20px 25px;
  }
}
.popular-cats .swiper-slide {
  display: flex;
  justify-content: center;
}
.popular-cats .category {
  aspect-ratio: 4/3;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  display: block;
  margin: 10px;
  padding: 15px;
  position: relative;
  text-align: center;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .popular-cats .category {
    padding: 30px 25px 20px;
  }
}
.popular-cats .category:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}
.popular-cats .category a {
  border-radius: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.popular-cats .category .image {
  text-align: center;
}
.popular-cats .category .image img {
  transition: transform 0.3s ease;
}
.popular-cats .category .image img:hover {
  transform: scale(1.05);
}
.popular-cats .category .text {
  color: #0f0f0f;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  padding: 5px 0;
  text-align: center;
  text-decoration: underline;
}
.popular-cats .swiper-button-next,
.popular-cats .swiper-button-prev {
  border-radius: 35px;
  height: 35px;
  margin-top: -17.5px;
  top: 50%;
  width: 35px;
}
@media (min-width: 768px) {
  .popular-cats .swiper-button-next,
  .popular-cats .swiper-button-prev {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
    color: #000;
    height: 50px;
    margin-top: -25px;
    top: 50%;
    transition: opacity 0.2s ease;
    width: 50px;
  }
}
.popular-cats .swiper-button-next:after,
.popular-cats .swiper-button-prev:after {
  font-size: 0;
}
.popular-cats .swiper-button-next:hover,
.popular-cats .swiper-button-prev:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.popular-cats .swiper-button-prev {
  left: 0;
}
@media (min-width: 768px) {
  .popular-cats .swiper-button-prev {
    left: 2px;
  }
}
.popular-cats .swiper-button-next {
  right: 0;
}
@media (min-width: 768px) {
  .popular-cats .swiper-button-next {
    right: 2px;
  }
}
.popular-cats .swiper-pagination {
  display: none !important;
}
/*# sourceMappingURL=allstyle.css.map */
