

/* Start:/local/components/hotstuff/new-products/templates/.default/style.css?17470395816981*/
.header__button_where_to_buy {
  pointer-events: none;
  opacity: 0;
}

.section-new-products {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
}

.page-title {
  text-align: center;
  margin-bottom: 30px;
}

.page-title > img {
  max-width: 800px;
  width: 100%;
}

.page-description {
  font-weight: 700;
  font-size: 32px;
  font-family: MulishBold;
  line-height: 38px;
  text-align: center;
  color: #f3d2a4;
  margin-bottom: 40px;
}

.container-new-products {
  position: relative;
}

.swiper-wrapper.wrapper-one {
  justify-content: center;
}

.product-list.swiper {
  padding-right: 20px;
  padding-bottom: 30px;
}

.product-item {
  min-height: 400px;
  border-radius: 24px;
  background: var(--background-new-item-card);
  box-shadow: 16px 20px 8px var(--box-shadow-new-item-card);
  position: relative;
  padding: 30px 30px 40px;
}

.product-item.swiper-slide {
  height: auto;
}

.product-item-img {
  text-align: center;
  margin-bottom: 30px;
}

.product-item-info {
  color: var(--new-item-text-color);
  text-align: center;
}

.product-top-link {
  color: var(--new-item-text-color);
  text-decoration: none;
}

.product-category {
  font-family: "MulishBlack";
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 5px;
}

.product-category.category-bigbuli {
  text-transform: uppercase;
}

.product-name {
  font-family: "MulishBlack";
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.product-name.name-foodgital {
  font-size: 38px;
  line-height: 40px;
}

.product-text {
  font-family: "MulishRegular";
  font-size: 20px;
  line-height: 30px;
}

.product-item-img img {
  max-height: 250px;
  max-width: max-content;
}

.container-new-products .swiper-button-prev,
.container-new-products .swiper-button-next  {
  width: 86px;
  height: 86px;
  top: 45%;
}

.container-new-products .swiper-button-prev {
  left: -45px;
}

.container-new-products .swiper-button-next {
  right: -25px;
}

.container-new-products .swiper-button-prev:after,
.container-new-products .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container-new-products .swiper-button-prev:after {
  background-image: url(/local/templates/dumplings/img/icons/dumplings-arrow-prev.svg);
}

.container-new-products .swiper-button-next:after {
  background-image: url(/local/templates/dumplings/img/icons/dumplings-arrow-next.svg);
}

.container-new-products .swiper-pagination {
  display: none;
}

.container-new-products .swiper-horizontal>.swiper-pagination-bullets,
.container-new-products .swiper-pagination-bullets.swiper-pagination-horizontal,
.container-new-products .swiper-pagination-custom,
.container-new-products .swiper-pagination-fraction {
  bottom: -50px;
}

.container-new-products .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: var(--text-white);
  border-radius: 10px;
  opacity: 0.4;
}

.container-new-products .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 1400px) {
  .page-title > img {
    max-width: 700px;
  }

  .page-description {
    font-size: 30px;
    line-height: 36px;
  }

  .product-item-img img {
    max-height: 200px;
  }

  .product-category {
    font-size: 32px;
    line-height: 38px;
  }

  .product-name.name-foodgital {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 1200px) {
  .section-new-products {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  /*.page-title {
    margin-bottom: 70px;
  }*/

  .page-title > img {
    max-width: 600px;
  }

  .page-description {
    font-size: 26px;
    line-height: 32px;
  }

  .product-category {
    font-size: 36px;
    line-height: 40px;
  }

  .product-name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .product-name.name-bigbuli {
    font-size: 22px;
    line-height: 30px;
  }

  .product-name.name-foodgital {
    font-size: 36px;
    line-height: 40px;
  }

  .product-text {
    min-height: auto;
    margin-bottom: 25px;
  }

  .product-item-img {
    margin-bottom: 15px;
  }

  .container-new-products .swiper-button-prev,
  .container-new-products .swiper-button-next {
    width: 70px;
    height: 70px;
  }

  .container-new-products .swiper-button-prev {
    left: -35px;
  }

  .container-new-products .swiper-button-next {
    right: -15px;
  }
}

@media (max-width: 991px) {
  .section-new-products {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  /*.page-title {
    margin-bottom: 50px;
  }*/

  .page-description br {
    display: none;
  }

  .product-item {
    padding: 25px 50px;
  }

  .product-item-img img {
    max-height: 190px;
  }

  .product-category {
    font-size: 28px;
    line-height: 32px;
  }

  .product-name.name-bigbuli {
    font-size: 20px;
  }

  .product-name.name-foodgital {
    font-size: 28px;
    line-height: 32px;
  }

  .product-text {
    font-size: 18px;
    line-height: 28px;
    padding: 0 50px;
  }

  .product-list.swiper {
    padding-right: 0;
  }

  .container-new-products .swiper-button-prev,
  .container-new-products .swiper-button-next {
    width: 60px;
    height: 60px;
  }

  .container-new-products .swiper-button-prev {
    left: -30px;
  }

  .container-new-products .swiper-button-next {
    right: -30px;
  }
}

@media (max-width: 757px) {
  .section-new-products {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .page-title > img {
    max-width: 450px;
  }

  .page-description {
    font-size: 22px;
    line-height: 30px;
  }

  .product-item {
    border-radius: 16px;
    box-shadow: 8px 8px 4px 0 var(--box-shadow-item-card);
  }

  .product-category {
    font-size: 24px;
    text-transform: uppercase;
  }

  .product-name,
  .product-name.name-bigbuli,
  .product-name.name-foodgital {
    font-size: 16px;
    line-height: 24px;
  }

  .product-text {
    padding: 0;
  }
}

@media (max-width: 575px) {
  body .shadow-left,
  body .shadow-right {
    height: 100%;
  }

  .page-title {
    margin-bottom: 20px;
  }

  .page-description {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .product-product-item {
    padding: 25px 35px;
  }

  .product-text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 1500px) {
  .product-name {
    font-size: 24px;
    line-height: 32px;
  }

  .product-name.name-bigbuli {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 1700px) {
  .product-item-img img {
    height: 300px;
  }
}



/* End */
/* /local/components/hotstuff/new-products/templates/.default/style.css?17470395816981 */
