.page-product__info .page-title {
  margin-bottom: 30px;
}
.page-product__info a {
  color: #4a7ee7;
}
.page-product__info a:hover {
  opacity: 0.7;
}
.page-product__info p {
  color: #7b8aa7;
}
.page-product__info p span {
  color: #272d37;
  font-weight: 500;
}
.page-product__info-bottom div {
  color: #7b8aa7;
  margin-left: 20px;
}
.page-product__info-bottom div span {
  color: #4a7ee7;
}
.page-product__heading {
  margin-bottom: 80px;
}
.page-product__heading-top {
  display: none;
}
.page-product__tags-btns {
  margin-top: 40px;
}
.page-product__container.--mobile {
  padding-right: 0;
}
.page-product__container.--mobile .page-product__category {
  padding-right: 0;
}
.page-product__category {
  margin-top: 40px;
}
.page-product__category-wrapper {
  margin-top: 40px;
}
.page-product__category-wrapper .h6 {
  font-size: 24px;
  margin-bottom: 30px;
}
.page-product__category-wrapper:first-child {
  margin-top: 0;
}
.page-product__category-wrapper:last-child {
  margin-bottom: 80px;
}
.page-product__category .card {
  width: 282px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 18px;
}
.page-product__category .card-body {
  padding: 20px 20px 30px 30px;
}
.page-product__category .card-img-top {
  height: 191px;
  object-fit: cover;
}
.page-product__category .card-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #272d37;
}
.page-product__category .card-text {
  color: #7b8aa7;
}
.page-product__category .card-text div {
  color: #4a7ee7;
  margin-top: 10px;
}
.page-product__text {
  max-width: 802px;
}

.product__slider {
  max-width: 594px;
}
.product__slider-visible {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.product__slider-visible-img {
  width: 100%;
  height: 394px;
  object-fit: cover;
  border-radius: 18px;
}
.product__slider-items {
  padding-bottom: 15px;
  overflow: scroll;
}
.product__slider-items img {
  max-width: 105px !important;
  height: 69px;
  margin-right: 17px;
  border: 2px solid transparent;
  cursor: pointer;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 9px;
}
.product__slider-items img.--active {
  border: 2px solid #4a7ee7;
}
.product__slider-items img:last-child {
  margin-right: 0;
}
.product__slider-arrows {
  position: absolute;
  top: 175px;
  width: 90%;
  margin-right: 30px;
  margin-left: 30px;
}
.product__slider-arrows .slider-arrow {
  opacity: 0;
  transition: opacity 0.3s;
}
.product__slider-arrows .slider-arrow.--active {
  opacity: 1;
}

@media (max-width: 1199px) {
  .page-product__heading {
    flex-direction: column;
  }
  .page-product__heading .breadcrumb {
    display: none;
  }
  .page-product__heading .page-title {
    display: none;
  }
  .page-product__heading-top {
    display: block;
  }
  .page-product__heading-top .page-title {
    margin-bottom: 30px;
  }
  .page-product__info-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-product__info-bottom {
    margin-bottom: 30px;
  }
  .page-product__category .card {
    width: 252px;
  }
  .product__slider {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-product__heading {
    margin-bottom: 50px;
  }
  .page-product p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .page-product__text p {
    font-size: 14px;
  }
  .page-product__link {
    font-size: 14px;
  }
  .page-product__info-bottom {
    margin-bottom: 20px;
  }
  .page-product__category-wrapper {
    margin-top: 30px;
  }
  .page-product__category-wrapper:last-child {
    margin-bottom: 50px;
  }
  .page-product__category-wrapper .h6 {
    font-size: 18px;
  }
  .page-product__category-wrapper__container {
    flex-wrap: nowrap !important;
    max-width: 100%;
    overflow: scroll;
    scrollbar-width: none;
  }
  .page-product__category-wrapper__container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .page-product__category .card {
    margin-bottom: 0;
  }
  .page-product__category .card-body {
    padding: 20px;
  }
  .page-product__category .card-img-top {
    height: 220px;
  }
  .page-product__category .card-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .page-product__category .card-text {
    font-size: 14px;
  }
  .page-product__category .card-text div {
    margin-top: 8px;
  }
  .page-product__tags-btns {
    max-width: 100%;
    margin-top: 30px;
    overflow: scroll;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .page-product__tags-btns .btn {
    font-size: 14px;
  }
  .page-product__tags-btns::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .product__slider {
    margin-bottom: 20px;
  }
  .product__slider-visible-img {
    height: 240px;
  }
  .product__slider-arrows {
    top: 104px;
    margin-left: 10px;
    margin-right: 10px;
    width: 94%;
  }
  .page-text {
    margin-bottom: 20px;
  }
}

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