.block-productswiper .block-productswiper-wrapper,
.block-productswiper .swiper {
  padding-left: 30px;
  margin-left: -30px;
  padding-right: 30px;
  margin-right: -30px;
}
.block-productswiper .swiper-wrapper {
  padding: 15px 30px;
  padding-bottom: 40px;
  margin-left: -30px;
  margin-right: -30px;
}
.block-productswiper h2 {
  padding-bottom: 20px;
}
.block-productswiper-descr {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.block-productswiper .card {
  max-width: 350px;
  width: 330px;
  height: auto;
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.productswiper-item-image img {
  /* object-fit: cover; */
  border-radius: 10px;
}
.block-productswiper .productswiper-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  padding: 20px 0;
  flex-grow: 1;
}
.block-productswiper .productswiper-stars {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.block-productswiper .productswiper-stars .pss-item {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.block-productswiper .productswiper-stars .pss-item:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.block-productswiper .productswiper-stars .pss-item:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.productswiper-descr {
  padding-bottom: 20px;
}
.productswiper-item-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productswiper-item-buttons .btn {
  padding: 13px 30px;
}
.productswiper-price {
  padding: 0 20px;
  display: flex;
  flex-flow: column;
  text-align: center;
}
.productswiper-price .psp-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.productswiper-price .psp-oldprice {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.5px;
  text-decoration: line-through;
  color: #7f7f7f;
}
.block-productswiper-descr {
  width: calc(100% - 100px);
}
.block-productswiper .swiper-buttons {
  top: 50px;
}
/* RESPONSIVE */
@media screen and (min-width: 1300px) {

}
@media screen and (max-width: 1300px) {
  .block-productswiper .card {
    max-width: 278px;
  }
  .productswiper-item-image {
    display: flex;
    flex-flow: column;
  }
  .productswiper-item-image img {
    width: 100%;
    flex-grow: 1;
    object-fit: cover;
  }
}
@media screen and (max-width: 1023px) {
  .productswiper-item-image {
    overflow: hidden;
  }
  .block-productswiper .card {
    max-width: 330px;
  }


}
@media screen and (max-width: 800px) {
  .block-productswiper .swiper-buttons {
    top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .block-productswiper-descr {
    width: 100%;
  }
  .block-productswiper .card {
    max-width: calc(100vw - 60px);
    padding: 15px;
  }
  .block-productswiper .swiper-buttons {
    top: 50%;
  }
}