.b-another-sections2 {
  display: flex;
  padding: 0px 35px;
  box-sizing: border-box;
  position: relative !important;
  z-index: 10 !important;
}
.b-another-sections2__item {
  position: relative;
  line-height: 0;
}
.b-another-sections2__item img {
  width: 100%;
}
@media (max-width: 767px) {
  .b-another-sections2__item {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
.b-another-sections2__item-name {
  font-family: SF Pro Display;
  font-size: 30px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-top: 33px;
}
.b-another-sections2 a {
  font-size: 20px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .b-another-sections2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .b-another-sections2 {
    flex-wrap: wrap;
  }
}
.b-another-sections2 .owl-dot span {
  background: #979797 !important;
  border-radius: 0 !important;
  width: 12px !important;
  height: 12px !important;
}
.b-another-sections2 .owl-dot.active span {
  background: #FF6B00 !important;
}
.b-another-sections2 .owl-prev, .b-another-sections2 .owl-next {
  position: absolute;
}
.b-another-sections2 .owl-prev:hover, .b-another-sections2 .owl-next:hover {
  background: none !important;
}
.b-another-sections2 .owl-prev {
  top: 50%;
  margin-top: -70px !important;
  left: -15px;
}
@media (max-width: 1000px) {
  .b-another-sections2 .owl-prev {
    margin-top: -80px !important;
  }
}
.b-another-sections2 .owl-next {
  top: 50%;
  margin-top: -70px !important;
  right: -15px;
}
@media (max-width: 1000px) {
  .b-another-sections2 .owl-next {
    margin-top: -80px !important;
  }
}
.b-another-sections2 .owl-dots {
  margin-top: 65px;
}

.b-products-list h1 {
  font-family: Yanone Kaffeesatz;
  font-size: 64px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 98px;
}
.b-products-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.b-products-list__item {
  margin-bottom: 10px;
}
.b-products-list__item img {
  width: 100%;
}
.b-products-list__price {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  line-height: 150%;
  text-align: right;
  color: #ACACAC;
}
.b-products-list__name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
}
.b-products-list__name a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */