.btn-wrapper {
  position: relative;
}

.buy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 36px;
  max-height: 40px;
  background-color: #ff2f00;
  border: 1px solid #ff2f00;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  -webkit-transition:
    background-color 0.1s ease-in-out,
    color 0.1s ease-in-out;
  transition:
    background-color 0.1s ease-in-out,
    color 0.1s ease-in-out;
}

.buy-btn:focus,
.buy-btn:hover {
  background-color: #d72700;
}

.buy-btn:focus .add-to-cart__svg-wrap--preorder svg circle,
.buy-btn:hover .add-to-cart__svg-wrap--preorder svg circle {
  fill: #fff;
}

.buy-btn:focus .add-to-cart__svg-wrap--preorder svg path,
.buy-btn:hover .add-to-cart__svg-wrap--preorder svg path {
  stroke: #fff;
}

.buy-btn[disabled]:not(.buy-btn--invert):not(.buy-btn--icon-only) {
  background-color: #ff5933;
}

.buy-btn--small .buy-btn__svg {
  width: 14px;
  height: 14px;
}

.buy-btn--icon-only {
  border-radius: 2.5px;
  padding: 6px;
}

.buy-btn--icon-only .add-to-cart__svg-wrap {
  margin-right: 0;
}

.buy-btn--icon-only .buy-btn__svg {
  width: 20px;
  height: 21px;
  margin-right: 0;
}

.buy-btn--icon-only .add-to-cart__checkmark {
  display: block;
}

.buy-btn__svg {
  fill: #fff;
  -webkit-transition: fill 0.1s ease-in-out;
  transition: fill 0.1s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .product-card:not(.product-card--not--adaptive)
    .product-card__buy-btn
    .buy-btn {
    font-size: 12px;
    line-height: 14px;
    padding: 6px 10px;
  }
}

.product-card:not(.product-card--not--adaptive)
  .product-card__buy-btn
  .buy-btn
  .add-to-cart__svg-wrap {
  margin-right: 8px;
}

.product-card:not(.product-card--not--adaptive)
  .product-card__buy-btn
  .buy-btn
  .buy-btn__svg {
  width: 16px;
  height: 16px;
}

.cart-product-card__add-to-cart .buy-btn {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  background-color: transparent;
  padding: 2px 5px;
  color: #333;
}

.cart-product-card__add-to-cart .buy-btn .buy-btn__svg {
  width: 22px;
  height: 22px;
  fill: #ff2f00;
}

.cart-product-card__add-to-cart .buy-btn .add-to-cart__checkmark {
  display: block;
}

@media only screen and (max-width: 768px) {
  .product-card:not(.product-card--not--adaptive)
    .product-card__buy-btn--novelty,
  .product-card:not(.product-card--not--adaptive)
    .product-card__buy-btn--pre-order,
  .product-card:not(.product-card--not--adaptive)
    .product-card__buy-btn
    .buy-btn--pre-order,
  .product-card__buy-btn .buy-btn__response-message {
    display: none;
  }
}

.add-to-cart__svg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 15px;
}

.product-sets-footer__buy-btn .buy-btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  .product-sets-footer__buy-btn .buy-btn {
    width: auto;
  }
}

.product-actions__btn .buy-btn span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .product-actions__btn .buy-btn {
    max-height: 100%;
    padding: 15px 31px;
  }
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media only screen and (max-width: 768px) {
  .product-price--adaptive-main-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
}

.product-price--large .product-price__current {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.product-price--medium .product-price__current {
  font-size: 24px;
  line-height: 28px;
}

.product-price--small .product-price__current {
  font-size: 18px;
  line-height: 22.63px;
}

.product-price__current {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .product-price--adaptive-main-page .product-price__current--sale {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .product-price--adaptive-main-page .product-price__current {
    line-height: 1;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .product-price--adaptive-main-page .product-price__old {
    line-height: 1;
    font-size: 12px;
  }
}

.product-price--simple-card .product-price__current {
  line-height: 1;
  font-size: 14px;
}

.product-card__price:not(.product-price--simple-card) .product-price__old {
  margin-bottom: 5px;
}

@media only screen and (min-width: 769px) {
  .product-card__price:not(.product-price--simple-card) .product-price__old {
    margin-bottom: 0;
  }
}

.sets-with-product .product-price__current {
  font-size: 18px;
}

@media only screen and (min-width: 769px) {
  .sets-with-product .product-price__current {
    font-size: 20px;
  }
}

.star-rating__checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.star-rating--medium .star-rating__svg {
  width: 14px;
  height: 14px;
}

.star-rating--big .star-rating__star {
  padding-left: 10px;
  padding-right: 10px;
}

.star-rating--big .star-rating__svg {
  width: 25px;
  height: 25px;
}

.star-rating--adaptive .is-disabled:not(:first-child) {
  display: none;
}

.star-rating__star {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
}

.star-rating__star:first-child {
  padding-left: 0;
}

.star-rating__star:last-child {
  padding-right: 0;
}

.star-rating__star:hover {
  cursor: pointer;
}

.star-rating__star svg {
  fill: #e7e7e7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.star-rating__star.is-selected svg {
  fill: gold;
}

.star-rating__star.is-disabled:hover {
  cursor: default;
}

.star-rating__value {
  display: none;
}

.star-rating--adaptive .star-rating__value {
  display: inline;
  color: #909090;
  font-size: 12px;
  line-height: 14px;
  margin-left: 5px;
}

.product-card .star-rating__star:not(:first-child) {
  display: none;
}

@media only screen and (min-width: 769px) {
  .product-card .star-rating__star:not(:first-child) {
    display: inline-block;
  }
}

.product-card .star-rating__value {
  display: inline;
  color: #909090;
  font-size: 12px;
  line-height: 14px;
  margin-left: 5px;
}

@media only screen and (min-width: 769px) {
  .product-card .star-rating__value {
    display: none;
  }
}

.reviews-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #909090;
  display: none;
}

.product-card:not(.product-card--not--adaptive)
  .reviews-counter--empty:not(.reviews-counter--not--adaptive) {
  display: none;
}

@media only screen and (min-width: 769px) {
  .product-card:not(.product-card--not--adaptive)
    .reviews-counter--empty:not(.reviews-counter--not--adaptive) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.reviews-counter--medium .reviews-counter__svg {
  margin-right: 5px;
}

@media only screen and (min-width: 769px) {
  .reviews-counter--medium .reviews-counter__svg {
    margin-right: 10px;
  }
}

.reviews-counter__svg {
  fill: #ccc;
  margin-right: 5px;
}

.reviews-counter__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-counter:not(.reviews-counter--empty) .reviews-counter__link span {
  text-decoration: underline;
}

.reviews-counter__link-text {
  display: none;
}

.reviews-counter--not--adaptive .reviews-counter__link-text {
  display: inline;
}

.wish-list-btn {
  background-color: transparent;
  border: 0;
  padding: 5px;
}

.wish-list-btn:focus .wish-list-btn__svg,
.wish-list-btn:hover .wish-list-btn__svg {
  stroke: #ff2f00;
}

.wish-list-btn--active .wish-list-btn__svg {
  fill: #ff2f00;
  stroke: #ff2f00;
}

.wish-list-btn__svg {
  stroke: #ccc;
  stroke-width: 2px;
  vertical-align: middle;
  -webkit-transition:
    stroke 0.1s ease-in-out,
    fill 0.1s ease-in-out;
  transition:
    stroke 0.1s ease-in-out,
    fill 0.1s ease-in-out;
}

.wish-list-btn__text {
  display: block;
  margin-top: 9px;
  color: #909090;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  min-width: 70px;
}

.product-card__wish-list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .product-card__wish-list-btn {
    background-color: #f8f8f8;
    border-radius: 3px;
    padding: 5px;
  }

  .product-card__wish-list-btn:hover {
    background-color: #e7e7e7;
  }
}

.product-card__wish-list-btn .wish-list-btn__svg,
.product-card__wish-list-btn:hover .wish-list-btn__svg {
  stroke: #333;
}

.product-card
  .product-card__wish-list-btn.wish-list-btn--active
  .wish-list-btn__svg,
.product-card
  .product-card__wish-list-btn.wish-list-btn--active:hover
  .wish-list-btn__svg {
  stroke: #ff2f00;
}

.product-card__wish-list-btn .wish-list-btn__text {
  min-width: auto;
  font-size: 12px;
  line-height: 14px;
  stroke: #ccc;
  margin-top: 0;
  margin-left: 10px;
}

@media only screen and (min-width: 769px) {
  .product-card__wish-list-btn .wish-list-btn__text {
    display: none;
  }
}

.product-card--not--adaptive .product-card__wish-list-btn {
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 5px;
}

.product-card--not--adaptive .product-card__wish-list-btn:hover {
  background-color: #e7e7e7;
}

.product-card--not--adaptive .wish-list-btn__text {
  display: none;
}

.wish-list-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.is-product-page .wish-list-btn__text {
  display: block;
  font-size: 14px;
  color: #333;
  margin: 0 0 0 10px;
}

@media only screen and (min-width: 1024px) {
  .product-actions__btn--wish-list .wish-list-btn__text {
    display: none;
  }
}

@media only screen and (min-width: 1360px) {
  .product-actions__btn--wish-list .wish-list-btn__text {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .product-actions__btn--wish-list .wish-list-btn__svg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 3px;
  }
}

.product-card--not--adaptive .product-badges__item--360 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card--not--adaptive .product-options {
  display: none;
}

@media only screen and (min-width: 769px) {
  .product-card--not--adaptive .product-options {
    display: block;
  }
}

.product-photo {
  display: block;
}

.product-photo__thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  font-size: 8px;
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .product-photo__thumb {
    position: static;
    max-width: 205px;
    max-height: 205px;
  }
}

.product-card--not--adaptive .product-photo__thumb {
  position: static;
  max-width: 205px;
  max-height: 205px;
}

.product-card--adaptive-main-page .product-photo__thumb,
.product-card--adaptive-main-page .product-photo__thumb img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .product-card--adaptive-main-page .product-photo__thumb,
  .product-card--adaptive-main-page .product-photo__thumb img {
    margin: 0 auto;
    display: block;
    max-width: 150px;
  }
}

.product-card-comparison .product-photo__thumb {
  position: static;
  max-width: 90px;
  max-height: 90px;
}

@media only screen and (min-width: 800px) {
  .product-card-comparison .product-photo__thumb {
    max-width: 150px;
    max-height: 150px;
  }
}

.product-title {
  display: block;
}

.product-title__title {
  margin: 10px 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (min-width: 769px) {
  .product-title__title {
    -webkit-line-clamp: 2;
  }
}

.product-card .product-title__title {
  margin: 10px 0 5px;
}

@media only screen and (max-width: 768px) {
  .product-card--adaptive-main-page .product-title__title {
    min-height: 51px;
  }
}

.product-card--simple-card .product-title__title {
  -webkit-line-clamp: 2;
}

.products-with-video__product-info-wrap .product-title__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 5px;
}

.product-code {
  font-size: 14px;
  color: #909090;
  word-break: keep-all;
  margin-bottom: 5px;
}

.product-code--adaptive {
  font-size: 12px;
}

@media only screen and (min-width: 769px) {
  .product-card .product-code {
    margin-top: 5px;
  }
}

.add-to-comparison {
  padding: 5px;
  background: transparent;
  border: 0;
  fill: #ccc;
}

.add-to-comparison:hover .add-to-comparison__svg {
  fill: #909090;
}

.add-to-comparison__svg-wrap {
  position: relative;
}

.add-to-comparison--added .add-to-comparison__svg {
  fill: #333;
}

.add-to-comparison__svg {
  margin-top: -1px;
  vertical-align: middle;
}

.add-to-comparison__text {
  display: block;
  margin-top: 9px;
  color: #909090;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  min-width: 70px;
}

.product-card__add-to-comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  fill: #333;
}

@media only screen and (min-width: 769px) {
  .product-card__add-to-comparison {
    display: none;
    padding: 5px;
    background-color: #f8f8f8;
    border-radius: 3px;
  }

  .product-card__add-to-comparison:hover {
    background-color: #e7e7e7;
  }
}

.product-card__add-to-comparison:hover .add-to-comparison__svg {
  fill: #333;
}

@media only screen and (min-width: 769px) {
  .product-card .product-card__add-to-comparison.add-to-comparison--added {
    display: block;
  }
}

.product-card__add-to-comparison .add-to-comparison__text {
  min-width: auto;
  font-size: 12px;
  line-height: 14px;
  color: #909090;
  stroke: #ccc;
  margin-top: 0;
  margin-left: 10px;
}

@media only screen and (min-width: 769px) {
  .product-card__add-to-comparison .add-to-comparison__text {
    display: none;
  }
}

.product-card__add-to-comparison .add-to-comparison__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-card--not--adaptive .product-card__add-to-comparison {
  padding: 5px;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.product-card--not--adaptive .product-card__add-to-comparison:hover {
  background-color: #e7e7e7;
}

.product-card--not--adaptive .add-to-comparison__text {
  display: none;
}

.add-to-comparison__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.is-product-page .add-to-comparison__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.is-product-page .add-to-comparison__text {
  display: block;
  font-size: 14px;
  color: #333;
  margin: 0 0 0 10px;
}

@media only screen and (min-width: 1024px) {
  .product-actions__btn--comparison .add-to-comparison__text {
    display: none;
  }
}

@media only screen and (min-width: 1360px) {
  .product-actions__btn--comparison .add-to-comparison__text {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .product-actions__btn--comparison .add-to-comparison__svg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 3px;
  }
}

.link {
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
}

.product-bottom-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.product-card {
  position: relative;
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

@media only screen and (min-width: 769px) {
  .product-card {
    height: 355px;
    margin-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    border-bottom: 0;
  }

  .product-card:hover {
    overflow: visible;
  }

  .product-card:hover .product-card__add-to-comparison,
  .product-card:hover .product-card__wish-list-btn {
    display: block;
  }

  .product-card:hover .product-card__full {
    position: relative;
    z-index: 3;
  }

  .product-card:hover .product-card__full:before {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 769px) {
  .special-offer .owl-item:not(.active) .product-card,
  .swiper-item:not(.swiper-slide-visible) .product-card,
  .swiper-slide-prev .product-card {
    pointer-events: none;
  }
}

.product-card--not--adaptive {
  height: 355px;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.product-card__full {
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .product-card__full {
    padding: 20px;
  }

  .product-card__full:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: 0;
    background-color: #fff;
    border-radius: 3px;
    z-index: -1;
  }
}

.product-card--not--adaptive .product-card__full {
  padding: 20px;
}

.product-card__info {
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.product-card--not--adaptive .product-card__info {
  min-height: 355px;
  margin-left: 0;
}

.product-card__height {
  margin-left: 130px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media only screen and (min-width: 769px) {
  .product-card__height {
    min-height: 290px;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.product-card--not--adaptive .product-card__height {
  min-height: 290px;
  margin-left: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media only screen and (min-width: 769px) {
  .product-card--not--adaptive .product-card__height {
    min-height: 290px;
  }
}

.product-card__price-actions,
.product-card__reviews-wrap,
.product-card__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card__price-actions,
.product-card__reviews-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 769px) {
  .product-card__price-actions .product-card__buy-btn {
    display: none;
  }
}

.product-card__reviews-wrap {
  position: absolute;
  left: 0;
  top: 130px;
  max-width: 120px;
}

@media only screen and (min-width: 769px) {
  .product-card__reviews-wrap {
    position: static;
    max-width: 100%;
  }
}

.product-card--not--adaptive .product-card__reviews-wrap {
  position: static;
  max-width: 100%;
}

.product-card__reviews {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .product-card__reviews {
    margin-top: 5px;
    margin-bottom: 0;
  }
}

.product-card__rating {
  margin-right: 20px;
}

@media only screen and (min-width: 769px) {
  .product-card__rating {
    margin-right: 10px;
  }
}

.product-card--not--adaptive .product-card__reviews {
  position: static;
  margin-bottom: 0;
}

.product-card__price-actions {
  min-height: 34px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px;
  margin-left: 130px;
}

@media only screen and (min-width: 769px) {
  .product-card__price-actions {
    margin-top: auto;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.product-card--not--adaptive .product-card__price-actions {
  margin-top: 0;
  margin-left: 0;
}

.product-card__price {
  margin: 5px 0 0;
}

@media only screen and (min-width: 769px) {
  .product-card__price {
    margin: 5px 0;
  }
}

.product-card--not--adaptive:not(.product-card--adaptive-main-page):not(
    .product-card--simple-card
  )
  .product-card__price {
  display: block;
  margin: 5px 0;
}

.product-card--not--adaptive .product-card__price--not-available {
  font-size: 18px;
  line-height: 21px;
}

.product-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (min-width: 769px) {
  .product-card__actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

@media only screen and (min-width: 769px) {
  .product-card__actions + .product-card__characteristics {
    margin-top: 20px;
  }
}

.product-card--not--adaptive .product-card__actions {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.product-card--not--adaptive .product-card__characteristics {
  display: none;
}

@media only screen and (min-width: 769px) {
  .product-card--not--adaptive .product-card__characteristics {
    display: block;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-left: 0;
  }
}

.product-card--not--adaptive .wait-list {
  display: block;
}

.product-card--not--adaptive .product-card__badges {
  top: 20px;
  left: 20px;
}

@media only screen and (min-width: 769px) {
  .product-card__add-to-comparison,
  .product-card__wish-list-btn {
    display: none;
    position: absolute;
    right: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .product-card__add-to-comparison {
    top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .product-card__wish-list-btn {
    top: 60px;
  }
}

.product-card--not--adaptive .product-card__add-to-comparison,
.product-card--not--adaptive .product-card__wish-list-btn {
  display: block;
  position: absolute;
  right: 20px;
}

@media only screen and (min-width: 769px) {
  .product-card--not--adaptive .product-card__add-to-comparison,
  .product-card--not--adaptive .product-card__wish-list-btn {
    display: none;
  }
}

.product-card--not--adaptive .product-card__add-to-comparison {
  top: 20px;
}

.product-card--not--adaptive .product-card__wish-list-btn {
  top: 60px;
}

@media only screen and (min-width: 769px) {
  .product-card__photo-wrapper {
    position: relative;
  }
}

@media only screen and (max-width: 769px) {
  .product-card--adaptive-main-page .product-card__photo-wrapper {
    position: relative;
    padding-top: 150px;
  }
}

@media only screen and (max-width: 769px) {
  .product-card--adaptive-main-page .product-card__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .product-card__bottom-badges {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
}

@media only screen and (min-width: 769px) {
  .product-card--is-touch .product-card__add-to-comparison,
  .product-card--is-touch .product-card__wish-list-btn {
    display: block;
  }
}

.product-card--not--adaptive .product-card__bottom-badges {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .product-card--adaptive-main-page {
    height: auto;
  }

  .product-card--adaptive-main-page .product-card__pseudo-btn {
    display: none;
  }

  .product-card--adaptive-main-page .product-card__height {
    width: 100%;
    min-height: auto;
  }

  .product-card--adaptive-main-page .product-card__info {
    min-height: auto;
  }

  .product-card--adaptive-main-page
    .product-card__actions
    .product-card__buy-btn,
  .product-card--adaptive-main-page .product-card__actions .wait-list--card,
  .product-card--adaptive-main-page .product-card__bottom-badges,
  .product-card--adaptive-main-page .product-card__characteristics,
  .product-card--adaptive-main-page .product-card__code,
  .product-card--adaptive-main-page .product-card__options {
    display: none;
  }

  .product-card--adaptive-main-page
    .product-card__actions
    .product-card__add-to-comparison {
    top: 10px;
    right: 10px;
  }

  .product-card--adaptive-main-page
    .product-card__actions
    .product-card__wish-list-btn {
    top: 50px;
    right: 10px;
  }

  .product-card--adaptive-main-page .product-card__price-actions {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 0;
  }

  .product-card--adaptive-main-page .product-card__badges {
    top: 10px;
    left: 10px;
  }
}

.product-card--simple-card:hover .product-card__full {
  position: static;
  z-index: 0;
}

.product-card--simple-card .product-card__full {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 15px 10px;
}

.product-card--simple-card .product-card__full:hover:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-card--simple-card .product-card__photo {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  min-height: 150px;
}

@media only screen and (min-width: 769px) {
  .product-card--simple-card .product-card__photo {
    max-width: 169px;
    min-height: 205px;
  }
}

.product-card--simple-card .product-card__height {
  width: 100%;
  min-height: auto;
}

.product-card--simple-card .product-card__info {
  min-height: auto;
}

.product-card--simple-card .product-card__actions .product-card__buy-btn,
.product-card--simple-card .product-card__actions .wait-list--card,
.product-card--simple-card .product-card__bottom-badges,
.product-card--simple-card .product-card__code {
  display: none;
}

.product-card--simple-card
  .product-card__actions
  .product-card__add-to-comparison {
  top: 10px;
  right: 10px;
}

.product-card--simple-card .product-card__actions .product-card__wish-list-btn {
  top: 50px;
  right: 10px;
}

.product-card--simple-card .product-card__price-actions {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 0;
}

.product-card--simple-card .product-card__price-actions .product-card__buy-btn {
  display: block;
}

.product-card--simple-card .product-card__title {
  min-height: 35px;
}

.product-card:hover .product-card__wait-list-btn {
  opacity: 1;
  pointer-events: auto;
}

.wish-list-btn__text {
  display: block;
}

.link {
  text-decoration: underline;
  border: 0;
  font-size: 13px;
  background: transparent;
  font-family:
    Cera Pro,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.link:hover {
  border-bottom: 0 !important;
}

.geo-modal__detect-geo .link {
  background-color: transparent;
  margin-left: 10px;
}

.user-type-modal__detect-geo .link {
  background-color: transparent;
  margin-left: 10px;
}

.find_me_btn .link {
  margin-left: 10px;
  background: transparent;
}

.link {
  background: transparent;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 660px) {
  .link {
    margin-top: 40px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.block-ellipsis-truncate {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link {
  color: #3e77aa;
  text-decoration: underline;
}

.link:link {
  color: #3e77aa;
}

.link:focus,
.link:hover {
  text-decoration: none;
}

.category-products__card {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .category-products__card {
    width: 33.33%;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
  }

  .category-products__card:nth-child(n/**/+4) {
    border-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .category-products__card {
    width: 25%;
  }

  .category-products__card:nth-child(n/**/+4) {
    border-top: 1px solid #f3f3f3;
  }

  .category-products__card:nth-child(n/**/+5) {
    border-top: 0;
  }
}

@media only screen and (min-width: 1300px) {
  .category-products__card {
    width: 20%;
  }

  .category-products__card:nth-child(n/**/+5) {
    border-top: 1px solid #f3f3f3;
  }

  .category-products__card:nth-child(n/**/+6) {
    border-top: 0;
  }
}

.category-products--main-page .category-products__card {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media only screen and (max-width: 768px) {
  .category-products--main-page .category-products__card {
    width: 33.333%;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
  }

  .category-products--main-page .category-products__card:nth-child(n/**/+4) {
    border-top: 0;
  }
}

@media only screen and (max-width: 550px) {
  .category-products--main-page .category-products__card {
    width: 50%;
  }

  .category-products--main-page .category-products__card:nth-child(n/**/+3) {
    border-top: 0;
  }
}

@media only screen and (max-width: 359px) {
  .category-products--main-page .category-products__card {
    width: 100%;
  }

  .category-products--main-page .category-products__card:nth-child(n/**/+2) {
    border-top: 0;
  }
}

.category-products--cabinet .category-products__card {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media only screen and (max-width: 768px) {
  .category-products--cabinet .category-products__card {
    width: 33.333%;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
  }

  .category-products--cabinet .category-products__card:nth-child(n/**/+4) {
    border-top: 0;
  }
}

@media only screen and (max-width: 550px) {
  .category-products--cabinet .category-products__card {
    width: 50%;
  }

  .category-products--cabinet .category-products__card:nth-child(n/**/+3) {
    border-top: 0;
  }
}

@media only screen and (max-width: 359px) {
  .category-products--cabinet .category-products__card {
    width: 100%;
  }

  .category-products--cabinet .category-products__card:nth-child(n/**/+2) {
    border-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .category-products--cabinet .category-products__card {
    width: 33.33%;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
  }

  .category-products--cabinet .category-products__card:nth-child(n/**/+4) {
    border-top: 0;
  }
}

@media only screen and (min-width: 1300px) {
  .category-products--cabinet .category-products__card {
    width: 25%;
  }

  .category-products--cabinet .category-products__card:nth-child(n/**/+4) {
    border-top: 1px solid #f3f3f3;
  }

  .category-products--cabinet .category-products__card:nth-child(n/**/+5) {
    border-top: 0;
  }
}

.product-combined-products__catalog .category-products__card {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .product-combined-products__catalog .category-products__card {
    width: 33.33%;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
  }

  .product-combined-products__catalog .category-products__card:nth-child(n/**/+4) {
    border-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .product-combined-products__catalog .category-products__card {
    width: 33.33%;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
  }

  .product-combined-products__catalog .category-products__card:nth-child(n/**/+4) {
    border-top: 0;
  }
}

@media only screen and (min-width: 1300px) {
  .product-combined-products__catalog .category-products__card {
    width: 33.33%;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
  }

  .product-combined-products__catalog .category-products__card:nth-child(n/**/+4) {
    border-top: 0;
  }
}

.product-tabs__product .product-card {
  width: 100%;
  max-width: 307px;
  margin-right: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .category-products__card:hover .category-product-photos__main-img {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  .category-products__card:hover .category-product-photos__main-img,
  .category-products__card:hover .category-product-photos__thumbnails {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
      transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }

  .category-products__card:hover .category-product-photos__thumbnails {
    -webkit-transform: translateX(-42px);
    transform: translateX(-42px);
  }
}

.user-actions__item--wishlist .wish-list-btn {
  background-color: transparent;
  border: 0;
  padding: 0 15px;
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .user-actions__item--wishlist .wish-list-btn {
    padding: 0 20px;
  }
}

.user-actions__item--wishlist .wish-list-btn--hovered .wish-list-btn__svg,
.user-actions__item--wishlist .wish-list-btn:focus .wish-list-btn__svg,
.user-actions__item--wishlist .wish-list-btn:hover .wish-list-btn__svg {
  stroke: #ff2f00;
}

.user-actions__item--wishlist .wish-list-btn__svg {
  fill: none;
  width: 25px;
  height: 21px;
}

/* Added category-products-wrap__item */

.category-products-wrap__item {
  margin-bottom: 0;
}

.category-products-wrap__item {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .category-products-wrap__item {
    border-left: 1px solid #f3f3f3;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.category-products--main-page .category-products-wrap__item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 1px solid #f3f3f3;
}

@media only screen and (max-width: 550px) {
  .category-products--main-page .category-products-wrap__item {
    margin-left: -16px;
    margin-right: -16px;
    width: 100vw;
  }
}

.category-products--cabinet .category-products-wrap__item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 1px solid #f3f3f3;
}

@media only screen and (max-width: 550px) {
  .category-products--cabinet .category-products-wrap__item {
    margin-left: -16px;
    margin-right: -16px;
    width: 100vw;
  }
}

:root {
  --skeleton-bg: #efefef;
}

/* SKELETON */
.product-card--skeleton {
  color: transparent !important;
  /* pointer-events: none; */
}

.product-card--skeleton * {
  color: transparent !important;
  /* pointer-events: none; */
}

.product-card--skeleton .product-card__title {
  background: var(--skeleton-bg);
  color: transparent;
}
.product-card--skeleton .product-card__title * {
  background: var(--skeleton-bg);
  color: transparent;
}
.product-card--skeleton .product-card__code {
  background: var(--skeleton-bg);
  color: transparent;
}

.product-card--skeleton .product-card__rating {
  background: var(--skeleton-bg);
  color: transparent;
}
.product-card--skeleton .product-card__rating * {
  opacity: 0;
}
.product-card--skeleton .product-card__price {
  background: var(--skeleton-bg);
  color: transparent;
}

.product-card--skeleton .product-card__price * {
  opacity: 0;
}

.product-card--skeleton .product-card__height {
  display: flex;
  flex-direction: column;
}
.product-card--skeleton .product-card__photo-wrapper {
  flex-grow: 1;
}

.page-container__products {
  position: relative;
}
.page-container__products .category-products-wrap__item--skeleton {
}

.page-container__products .category-products-wrap__item--actual {
  position: absolute;
  left: 0;
  top: 45px;
}
