.pproduct {
  display: flex;
}
.pproduct-left {
  display: flex;
  height: 464px;
  margin-right: 25px;
}
.pproductSwiper__thumb {
  margin-left: 0px;
  width: 90px;
  height: 100%;
  margin-right: 8px !important;
}
.pproductSwiper__thumb-slide {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.pproductSwiper__thumb-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pproductSwiper__main {
  width: 464px;
  border-radius: 20px;
  margin-left: 0px;
  overflow: hidden;
}
.pproductSwiper__main-slide {
  border-radius: 10px;
  overflow: hidden;
}
.pproductSwiper__main-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pproduct-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.pproduct__title {
  margin-right: 10px;
}
.pproduct__favorites {
  margin-left: auto;
  height: 48px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.pproduct-content {
  flex: 1;
}
.pproduct-stats {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.pproduct-stats__item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0px;
  border-bottom: 1px solid var(--greyBlue);
}
.pproduct-stats__item div {
  color: var(--grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.pproduct-stats__item span {
  font-size: 16px;
  font-weight: 700;
  max-width: 50%;
  text-align: right;
}
.pproduct-stats__item.price {
  margin-top: 24px;
  border-bottom: 0px;
}
.pproduct-stats__item.price div {
  font-size: 20px;
  color: #333;
}
.pproduct-stats__item.price span {
  font-size: 20px;
}
.pproduct-info {
  margin-top: 40px;
  max-width: 825px;
}
.pproduct-info__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.pproduct-info__description ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 24px;
  position: relative;
}
.pproduct-info__description ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--black);
  position: absolute;
  left: 6px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.pproduct-info-tabs {
  display: none;
}

.pproduct-price-mob {
  display: none;
}

.product-pagination {
  display: none;
}

@media (max-width: 1280px) {
  .pproduct__title {
    font-size: 32px;
  }
  .pproduct-left {
    height: 360px;
  }
  .pproductSwiper__main {
    width: 360px;
  }
  .pproductSwiper__thumb {
    width: 70px;
  }
}
@media (max-width: 980px) {
  .pproduct-left {
    height: 280px;
  }
  .pproductSwiper__main {
    width: 280px;
  }
  .pproductSwiper__thumb {
    width: 60px;
  }
  .pproduct__favorites span {
    display: none;
  }
  .pproduct__favorites img {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .pproduct__favorites {
    display: none;
  }
  .pproduct-price-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
  }
  .pproduct-price-mob div {
    font-size: 18px;
  }
  .pproduct-price-mob span {
    font-size: 20px;
    font-weight: 600;
  }
  .pproduct-stats {
    display: none;
  }
  .pproduct {
    flex-direction: column;
  }
  .pproduct-content {
    margin-top: 48px;
  }
  .pproduct-left {
    justify-content: center;
  }
  .pproduct-info-tabs {
    display: flex;
  }
  .pproduct-info-tabs__btn {
    padding: 10px 12px;
    background: var(--greyBlue);
    border-radius: 12px;
    font-size: 18px;
    margin-right: 8px;
    transition: all 0.3s ease;
  }
  .pproduct-info-tabs__btn.active {
    color: #fff;
    background: var(--red);
  }
  .pproduct-info-tabs__favorites {
    width: 41px;
    height: 41px;
    background: var(--greyBlue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab-content {
    margin-top: 16px;
  }
  .pproduct-info__stats {
    width: 100%;
  }
  .pproduct-info__stats--item {
    width: 100%;
    padding: 10px 0px;
  }
}
@media (max-width: 640px) {
  .pproductSwiper__thumb {
    display: none !important;
  }
  .pproduct-left {
    height: auto;
    margin-right: 0px;
    position: relative;
  }
  .pproduct-left .swiper-pagination-bullet {
    background: var(--greyBlue) !important;
    opacity: 1 !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .pproduct-left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 36px;
    background: var(--red) !important;
  }
  .pproductSwiper__main {
    width: 100%;
  }
  .product-pagination {
    display: block;
    bottom: -25px !important;
  }
  .pproduct-info {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .pproduct-info-tabs__btn {
    font-size: 14px;
    height: 36px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 36px;
  }
  .pproduct-info-tabs__favorites {
    height: 36px;
    width: 36px;
  }
  .pproduct-price-mob {
    padding: 0px 16px;
  }
  .pproduct-sec .container {
    width: 100%;
  }
  .pproduct-top {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .pproduct-stats__item div {
    font-size: 14px;
  }
  .pproduct-stats__item span {
    font-size: 14px;
  }
  .pproductSwiper__main {
    border-radius: 0px;
  }
}/*# sourceMappingURL=product.css.map */