body {
  overflow-x: hidden;
}

.main {
  overflow: hidden;
}

.bestsellers {
  padding-bottom: 65px;
  padding-top: 115px;
}

.bestsellers.bestbuy {
  background-image: url(bestbuy-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 25px;
}

.bestsellers-link-wrapper {
  display: none;
}

.product-reviews {
  background-image: url(product-reviews-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.product-reviews-sheet-1 {
  position: absolute;
  left: -330px;
  bottom: -35px;
  width: 118px;
  z-index: 1;
}

.product-reviews-sheet-2 {
  position: absolute;
  right: -280px;
  top: -30px;
  width: 166px;
  z-index: 1;
}

.product-reviews-inner {
  max-width: 808px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 0;
  position: relative;
  z-index: 2;
}

.product-reviews-sort-container {
  position: relative;
  width: 155px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.product-reviews-sort-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-reviews-sort-container.active .product-reviews-sort-bottom {
  display: block;
}

.product-reviews-sort-bottom {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  display: none;
  z-index: 1;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  border: 1px solid #eee;
  width: 100%;
  padding: 5px;
}

.product-reviews-sort-bottom.active {
  display: block;
}

.product-reviews-sort-item {
  margin-bottom: 6px;
  color: #333333;
  font-size: 14px;
}

.product-reviews-top-l {
  display: flex;
  align-items: center;
}

.product-reviews-sort-top img {
  width: 17px;
}

.product-reviews-title {
  font-size: 42px;
  font-weight: 400;
  color: #f3cda6;
  font-family: avantiFont, sans-serif;
  text-transform: uppercase;
  padding: 0 30px;
}

.product-reviews-photo-container {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-left: 42px;
  cursor: pointer;
  user-select: none;
}

.product-reviews-photo-checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #ca2752;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 9px;
}

.product-reviews-photo-container.active .product-reviews-photo-checkbox img {
  display: block;
}

.product-reviews-photo-checkbox img {
  width: 75%;
  display: none;
}

.product-reviews-btn-mob {
  display: none;
}

.product-reviews-btn {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: avantiFont, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 15px 15px 15px;
  background-color: #ca2752;
  width: max-content;
  padding: 16px 37px;
  text-transform: uppercase;
  cursor: pointer;
}

.product-reviews-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 22px;
}

.product-reviews-item-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
}

.product-reviews-item-img img {
  width: 100%;
}

.product-reviews-item-user-name {
  font-size: 24px;
  color: #191919;
  font-weight: 400;
  font-family: avantiFont, sans-serif;
  margin-bottom: 13px;
}

.product-reviews-item-user-stars {
  display: flex;
}

.product-reviews-item-user-stars img {
  width: 13px;
  margin-right: 5px;
}

.product-reviews-item-user-stars img:last-child {
  margin-right: 0;
}

.product-reviews-item-rating-text {
  font-size: 14px;
  color: #191919;
  font-weight: 400;
  font-family: avantFont, sans-serif;
  margin-left: 11px;
}

.product-reviews-item-user-rating-container {
  display: flex;
  align-items: center;
}

.product-reviews-item-top-l {
  display: flex;
  align-items: center;
}

.product-reviews-item-user-info {
  margin-left: 10px;
}

.product-reviews-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.product-reviews-item-date {
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  font-family: avantiFont, sans-serif;
  margin-top: 18px;
}

.product-reviews-item-title {
  font-size: 24px;
  font-weight: 400;
  color: #191919;
  font-family: avantiFont, sans-serif;
  margin-bottom: 12px;
}

.product-reviews-item-text {
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  font-family: avantiFont, sans-serif;
  margin-bottom: 30px;
}

.product-reviews-item-like-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product-reviews-item-like-text {
  font-size: 13px;
  font-weight: 400;
  color: #b2b2b2;
}

.product-reviews-item-like-icons img {
  width: 15px;
  margin-left: 15px;
}

.product-reviews-item {
  background-color: #fff;
  padding: 38px 28px 22px;
  border-radius: 0 15px 15px 15px;
  margin-bottom: 20px;
}

.product-reviews-more-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.product-reviews-more-btn {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-family: avantiFont, sans-serif;
  position: relative;
}

.product-reviews-more-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background-color: #ca0c4f;
}

.product-greyblock-title {
  font-size: 28px;
  font-weight: 400;
  color: #961823;
  font-family: avantiFont, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.product-greyblock-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 63px;
}

.product-greyblock-items {
  display: flex;
  justify-content: space-between;
}

.product-greyblock-item {
  position: relative;
  width: calc((100% - 160px) / 3);
}

.product-greyblock-item-text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.product-greyblock-item-num {
  position: absolute;
  right: 0;
  top: -42px;
}

.product-greyblock-inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.product-greyblock {
  background-color: #f6f7f9;
  padding: 45px 0;
}

.product-greyblock-img-2 {
  position: absolute;
  left: -448px;
  top: -97px;
  z-index: 1;
}

.product-greyblock-img-1 {
  position: absolute;
  right: -614px;
  top: -86px;
  z-index: 1;
}

.product-greyblock-link-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.product-greyblock-link {
  font-size: 18px;
  font-weight: 400;
  font-family: avantiFont, sans-serif;
  color: #191919;
  text-transform: uppercase;
  position: relative;
  width: max-content;
}

.product-greyblock-link:after {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ca0c4f;
}

.product-info-inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.product-info-bottom-title {
  font-size: 28px;
  font-weight: 400;
  color: #961823;
  font-family: avantiFont, sans-serif;
  margin-bottom: 5px;
  margin-top: 73px;
  text-transform: uppercase;
}

.product-info-bottom-subtitle {
  font-size: 16px;
  font-weight: 40;
  color: #666666;
  margin-bottom: 20px;
}

.product-info-bottom-text p {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 1000px;
  width: 100%;
}

.product-info-img-slider-container {
  position: absolute;
  height: 100%;
  right: 20px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-info-img-slider {
  height: calc(100% - 120px);
}

.product-info-img-slider-prev,
.product-info-img-slider-next {
  position: absolute;
  width: 17px;
  left: calc(50% - (17px / 2));
  transition: 0.5s;
  cursor: pointer;
}

.product-info-img-slider-prev.swiper-button-disabled,
.product-info-img-slider-next.swiper-button-disabled {
  filter: grayscale(1);
}

.product-info-img-slider-prev {
  top: 20px;
}

.product-info-img-slider-next {
  bottom: 20px;
}

.product-info-img {
  position: relative;
  display: block;
  cursor: pointer;
}

.product-info-img:hover img.product-img-hover {
  opacity: 1;
}

.product-info-img img {
  width: 58px;
}

.product-info-img img.product-img-hover {
  position: absolute;
  left: calc(50% - (34px / 2));
  top: calc(50% - (34px / 2));
  width: 34px;
  height: 34px;
  opacity: 0;
  transition: 0.3s;
}

.product-info-imgs-container {
  width: 456px;
  box-shadow: 0 0 15px 0 rgb(25, 25, 25, 15%);
  border-radius: 0 15px 15px 15px;
  display: flex;
  position: relative;
}

.product-info-imgs-container.new:after {
  position: absolute;
  left: 20px;
  top: 12px;
  content: "";
  display: block;
  width: 57px;
  height: 43px;
  background-image: url(new-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product-info-imgs-container.hit:after {
  position: absolute;
  left: 20px;
  top: 12px;
  content: "";
  display: block;
  width: 66px;
  height: 38px;
  background-image: url(hit-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product-info-main-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}

.product-info-main-img img {
  width: auto;
  height: 400px;
}

.product-info-top {
  display: flex;
  justify-content: space-between;
}

.product-info-top-r {
  width: calc(100% - 486px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-info-title {
  font-size: 32px;
  font-weight: 400;
  color: #191919;
  font-family: avantiFont, sans-serif;
  margin-bottom: 10px;
}

.product-info-subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  position: relative;
  margin-bottom: 45px;
}

.product-info-subtitle:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #e7e7e7;
  width: 67px;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
}

.product-info-nr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-info-nr-rating {
  display: flex;
  align-items: center;
}

.product-info-nr-rating-stars {
  display: flex;
}

.product-info-nr-rating-stars img {
  width: 14px;
  margin-right: 4px;
}

.product-info-nr-rating-text {
  font-size: 13px;
  margin-left: 2px;
}

.product-info-text p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
  max-width: 460px;
  width: 100%;
}

.product-info-fav-item {
  font-size: 14px;
  color: #7f7f7f;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-info-fav-item img {
  max-width: 32px;
  max-height: 32px;
  margin-right: 12px;
}

.product-info-fav-item span {
  color: #ca0c4f;
  margin-right: 5px;
}

.product-info-price {
  font-size: 28px;
  font-weight: 400;
  color: #191919;
  font-family: avantiFont, sans-serif;
  margin-right: 30px;
}

.product-info-pbf {
  display: flex;
  margin-top: 26px;
  align-items: center;
}

.product-info-pbf-btn {
  font-size: 18px;
  font-weight: 400;
  font-family: avantiFont, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(90deg, #920d33 0, #c30c4c 40%, #700d23);
  box-shadow: 4px 4px 20px 0 rgba(202, 39, 82, 0.4);
  border-radius: 0 20px 20px 20px;
  position: relative;
  padding: 24px 43px;
  margin-right: 27px;
  cursor: pointer;
}

.product-info-pbf-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
  height: 100%;
  background: url("button--gradient-bg.png") no-repeat;
  background-size: cover;
  content: "";
}

.product-info-pbf-fav {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.product-info-pbf-fav svg {
  margin-right: 9px;
  transition: 0.5s;
}

.product-info-pbf-fav.active svg {
  fill: #ca2752;
  stroke: #ca2752;
}

.product-info-top-name-mob {
  display: none;
}

@media (max-width: 1170px) {
  .product-greyblock-inner {
    padding: 0 10px;
  }
  .product-info-inner {
    padding: 0 10px;
  }
}

@media (max-width: 1090px) {
  .product-info-top {
    flex-direction: column;
  }
  .product-info-top-r {
    margin-top: 20px;
    width: 100%;
  }
  .product-info-text p {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .bestsellers-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
  }
  .bestsellers-link {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    font-family: avantiFont, sans-serif;
    text-transform: uppercase;
  }
  .bestsellers-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ca0c4f;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .bestsellers.bestbuy {
    padding-bottom: 105px;
  }
  .product-reviews-title {
    padding: 0;
    text-align: center;
    margin-bottom: 36px;
  }
  .product-reviews-top {
    flex-direction: column;
    padding: 0;
    margin-bottom: 25px;
  }
  .product-reviews-top-r {
    display: none;
  }
  .product-reviews-top-l {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .product-reviews-sheet-1,
  .product-reviews-sheet-2 {
    display: none;
  }
  .product-reviews-inner {
    padding: 80px 0 65px;
  }
  .product-reviews-sort-container {
    margin-bottom: 23px;
  }
  .product-reviews-photo-container {
    margin-left: 0;
  }
  .product-reviews-item-top-r {
    display: none;
  }
  .product-reviews {
    padding: 0 10px;
  }
  .product-reviews-item {
    padding: 30px 10px;
  }
  .product-reviews-item-img {
    width: 49px;
    height: 49px;
  }
  .product-reviews-item-user-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .product-reviews-item-user-stars img {
    margin-right: 4px;
  }
  .product-reviews-item-rating-text {
    margin-left: 13px;
    font-size: 14px;
  }
  .product-reviews-item-title {
    margin-top: 15px;
    font-size: 16px;
  }
  .product-reviews-item-text {
    margin-bottom: 10px;
  }
  .product-reviews-item-like-container {
    justify-content: center;
  }
  .product-reviews-more-btn-container {
    margin-top: 24px;
  }
  .product-reviews-btn-mob {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
  .product-greyblock-items {
    flex-direction: column;
  }
  .product-greyblock-item {
    width: 100%;
    margin-bottom: 70px;
  }
  .product-greyblock-item-text {
    font-size: 14px;
    width: 87%;
  }
  .product-greyblock-item-num {
    top: -20px;
    right: 10px;
  }
  .product-greyblock-item:nth-child(2) .product-greyblock-item-num {
    right: 0;
  }
  .product-greyblock-item:nth-child(3) .product-greyblock-item-num {
    right: 0;
    top: -5px;
  }
  .product-greyblock-title {
    text-align: center;
  }
  .product-greyblock-subtitle {
    text-align: center;
    width: 67%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
  }
  .product-greyblock-item:last-child {
    margin-bottom: 0;
  }
  .product-greyblock-link-container {
    margin-top: 32px;
  }
  .product-greyblock {
    padding: 38px 0;
  }
  .product-greyblock-img-1,
  .product-greyblock-img-2 {
    display: none;
  }
  .product-info-bottom-title {
    margin-top: 40px;
  }
  .product-info-bottom-subtitle {
    margin-bottom: 15px;
  }
  .product-info-text p {
    margin-bottom: 15px;
  }
  .product-info-text {
    margin-bottom: 70px;
  }
  .product-info-imgs-container {
    max-width: 456px;
    width: 100%;
  }
  .product-info-main-img img {
    width: auto;
    height: 250px;
  }
  .product-info-imgs-container.new:after {
    width: 37px;
    height: 29px;
    left: 15px;
    top: 10px;
  }
  .product-info-img-slider-container {
    right: 14px;
  }
  .product-info-img-slider-prev,
  .product-info-img-slider-next {
    width: 11px;
    left: calc(50% - (11px / 2));
  }
  .product-info-img-slider-prev {
    top: 13px;
  }
  .product-info-img-slider-next {
    bottom: 13px;
  }
  .product-info-img-slider {
    height: calc(100% - 80px);
  }
  .product-info-img img {
    width: 38px;
  }
  .product-info-img img.product-info-img-hover {
    width: 22px;
    height: 22px;
    top: calc(50% - (22px / 2));
    left: calc(50% - (22px / 2));
  }
  .product-info-nr {
    display: none;
  }
  .product-info-text {
    margin-top: 60px;
    position: relative;
    margin-bottom: 25px;
  }
  .product-info-text:before {
    position: absolute;
    left: 0;
    top: -27px;
    height: 1px;
    background-color: #e7e7e7;
    width: 68px;
    content: "";
  }
  .product-info-top-r {
    margin-top: 0;
  }
  .product-info-pbf {
    flex-direction: column;
  }
  .product-info-price {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .product-info-pbf-btn {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .product-info-fav-item p {
    width: 60%;
  }
  .product-info-top-name-mob {
    display: block;
  }
  .product-info-subtitle {
    margin-bottom: 20px;
  }
  .product-info-subtitle:after {
    display: none;
  }
  .product-info {
    margin-top: 27px;
  }
}

@media (max-width: 680px) {
  .product-greyblock-item {
    margin-bottom: 45px;
  }
}
