.product-card {
  background: #ffffff;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.product-card__remove {
  position: absolute;
  top: 13px;
  right: 13px;
}
.product-card__remove-text {
  display: none;
}
.product-card__remove-btn {
  display: flex;
  border: 1px solid #D8D8D8;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #212121;
  -webkit-transition: 0.3s color ease, 0.3s background-color ease;
  transition: 0.3s color ease, 0.3s background-color ease;
  background-color: #FFF;
}
.product-card__remove-btn:hover {
  background: rgba(216, 216, 216, 0.5);
}
.product-card__remove-icon {
  width: 8px;
  height: 8px;
  display: block;
/*  margin: 11px 0 0 11px;*/
  margin: auto;
}

.product-card__add {
  display: inline-block;
  border: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #212121;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px dotted #212121;
}
@media (min-width: 568px) {
  .product-card__add {
    display: none;
  }
}

@media (max-width: 580px) {
  .product-card__remove {
    position: static;
    top: auto;
    right: auto;
    text-align: right;
    margin-top: 12px;
  }
  .product-card__remove-btn {
    display: inline-block;
    margin-left: 10px;
    border: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #212121;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px dotted #212121;
  }
  .product-card__remove-btn:hover {
    background: transparent;
  }
  .product-card__remove-text {
    display: block;
  }
  .product-card__remove-icon {
    display: none;
  }
}
.product-card__mobile-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10%;
  right: 3%;
  left: 3%;
  z-index: 15;
}

.product-card__mobile-buttons-button.active .product-card__icon {
  color: #ff0064;
}

.product-card__comparsion {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  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;
}

.product-card__favourite {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  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;
}

.product-card__icon {
  width: 20px;
  height: 20px;
  color: #b1b1b1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  .product-card__icon:hover {
    color: #ff0064;
  }
}

.product-card__action-button {
  position: relative;
}

.product-card__btn-hint {
  position: absolute;
  display: block;
  font-size: 10px;
  background: #fbfbfb;
  border-radius: 5px;
  width: 0px;
  padding: 2px 0px;
  transition-duration: 0.05s;
  overflow: hidden;
  border: 1px #f7f7f7 solid;
  opacity: 0;
  white-space: nowrap;
  text-transform: lowercase;
}

@media (min-width: 426px) {
  .product-card__btn-hint {
    font-size: 12px;
  }
}

.product-card__mobile-buttons-button:hover .product-card__btn-hint,
.product-card__action-button:hover .product-card__btn-hint {
  width: unset;
  padding: 2px 4px;
  opacity: 1;
}

.product-card__hint-right {
  top: 10px;
  right: 28px;
  left: auto;
}

.product-card__hint-left {
  top: 10px;
  left: 28px;
  right: auto;
}

.product-card__hint-right-dp {
  top: 25px;
  right: 30px;
  left: unset;
}

@media (min-width: 962px) {
  .product-card__hint-right-dp {
    right: 30px;
    left: unset;
    top: 23px;
  }
}

.product-card__addition {
  position: relative;
  background-color: #fff;
  width: 100%;
  align-self: flex-end;
}

@media (max-width: 1099px) {
  .product-card__addition {
    margin-top: auto;
  }
}

.product-card__addition-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6%;
}

@media (min-width: 1100px) {
  .product-card__addition-content {
    padding: 0 0 20px;
    background-color: #fff;
  }
}

.product-card__more,
.product-card__oneclick{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  margin-top: 0;
  padding: 0.7em 0.7em;
}

@media (min-width: 1100px) {
  .product-card__oneclick {
    width: calc(50% - 5px);
  }

  .product-card__more {
    width: calc(50% - 5px);
  }
}

@media (max-width: 568px) {
  .product-card__more {
    font-size: 14px;
  }

  .product-card__oneclick {
    font-size: 14px;
  }
}

.product-card:hover .product-card__mobile-buttons {
  opacity: 1;
}

.product-card:hover .product-card__title {
  text-decoration: underline;
}

.product-card__image {
  min-height: 241px;
  overflow: hidden;
  margin: 0 14px;
  padding-bottom: 18px;
  position: relative;
  display: block;
}
.product-card__image .splide__gallery .splide__pagination__page{
  cursor: pointer;
}
.product-card__image .splide__gallery .splide__slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__image .splide__gallery .splide__slide {
  max-height: 206px;
  aspect-ratio: 16/9;
}

.product-card__image-single {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card__image-box {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  bottom: 38px;
  gap: 5px;
  position: absolute;
  top: 20px
}

.product-card__image-box.--image-box-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.product-card__image-box.--image-box-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}

.product-card__image-sale {
  position: relative;
  z-index: 5;
}

.product-card__image-sale img {
  width: 44px;
  height: 24px;
}

.product-card__image-saleInfo {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  top: -30px;
  left: 25px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FF0064;
  padding: 5px 10px;
  border-radius: 0.3em;
  display: none;
}

.product-card__price-sale {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  background-color: #FF0064;
  padding: 5px 10px;
  border-radius: 0.3em;
  margin-left: 10px;
}

.product-card__image-lable {
  padding: 5px 20px;
  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;
  background: #fec308;
  border-radius: 0.3em;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  z-index: 10;
}

.product-card__container {
  padding: 0 14px 21px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-card.empty .product-card__addition {
  margin-top: 50px;
}

.product-card.empty .product-card__credit {
  margin-bottom: 0;
}

.product-card__title {
  width:100%;
  min-height: 60px;
  margin-bottom: 15px;
  color: #262626;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  padding-top: 26px;
}

.product-card__price {
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-card__price--actual-wrp {
  margin: 0 5px 0 0;
}
.product-card__price--actual {
  font-size: 16px;
  font-weight: 500;
  color: #00B9BF;
  text-transform: uppercase;
}

.product-card__price--old {
  text-transform: uppercase;
  text-decoration: line-through;
}

.product-card__credit {
  font-size: 12px;
  line-height: 1.1;
  color: #7e7e7e;
  margin-bottom: 15px;
  width:100%;
}

.product-card__credit--price {
  color: #212121;
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
}

.product-card__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-right: 25px;
  line-height: 1;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  width: 100%;
}

.product-card__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card__data-item-box {
  max-width: 200px;
}

.product-card__data-icon {
  min-width: 20px;
  min-height: 20px;
  margin-right: 14px;
  width: 20px;
  height: 20px;
  color: #231F20;
}

.product-card__data-itemTitle {
  font-weight: 500;
  font-size: 12px;
  color: #212121;
  margin-bottom: 3px;
}

.product-card__data-itemInfo {
  font-size: 14px;
  color: #878787;
}

@media (max-width: 1440px) {
  .product-card__price--actual-wrp {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .product-card__image {
    min-height: 190px;
  }

  .product-slider-splide .splide__pagination {
    bottom: 0;
  }

  .product-card__data-icon {
    margin-right: 8px;
  }

  .product-card__image-box {
    padding: 0 5px 10px 0;
  }

  .product-card__data {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .product-card__data-icon {
    height: 16px;
    width: 16px;
  }

  .product-card__data {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}
@media (max-width: 1023px) {
  .product-card__image {
    min-height: 170px;
  }
}
@media (max-width: 768px) {
  .product-card__title {
    padding-top: 0;
    min-height: 40px;
  }

  .catalog .product-card__credit {
    display: none;
  }

  .catalog .product-card__image {
    min-height: calc((100vw - 32px - 16px - 32px) / (2 * 1.7777));
  }

  .catalog .product-card__image-box {
    bottom: 0;
  }

  .product-card__image {
    border: none;
    margin: 0 6px;
  }

  .product-card__image-box {
    padding-left: 8px;
  }
  .product-card__container {
    padding: 0 6px 18px;
  }
  .product-card__mobile-buttons{
    top: 12%;
  }
}
@media (max-width: 580px) {
  .catalog .product-card__data-icon {
    display: none;
  }

  .product-slider .splide__gallery .splide__track {
    padding-bottom: 0;
  }

  .product-card__image-lable {
    padding: 5px;
    min-width: 75px;
    font-size: 10px;
  }

  .product-card__image-saleInfo {
    font-size: 10px;
    display: block;
  }

  .product-card__price-sale {
    display: none;
  }

  .product-card.empty .product-card__addition {
    margin-top: 45px;
  }

  .product-card__image {
    padding: 0;
  }

  .product-card__title {
    padding-top: 0;
    font-size: 14px;
    min-height: 32px;
  }

  .product-card__credit {
    display: none;
  }

  .product-card__price {
    font-size: 12px;
  }

  .product-card__price--actual {
    font-size: 14px;
  }

  .product-card__data-icon {
    margin-right: 10px;
  }

  .product-card__data-itemTitle {
    font-size: 10px;
  }

  .product-card__data-itemInfo {
    font-size: 12px;
  }

  .catalog__card-2 .product-card__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog__card-2 .product-card__data-item + .product-card__data-item {
    margin-top: 4px;
  }

  .product-card__container {
    padding-bottom: 10px;
  }

  .product-slider-splide .splide__pagination {
    bottom: 30px;
  }

  .product-card__image-box {
    max-height: calc(100% - 60px);
  }
}
@media (max-width: 520px) {
  .catalog .product-card__price {
    margin-bottom: 10px;
  }

  .catalog .product-card__price .product-card__price--actual-wrp {
    margin-right: 5px;
    font-size: 10px;
  }

  .catalog .product-card__container {
    padding: 0;
  }

  .card-popup__content {
    gap: 18px 20px;
  }

  .product-card__colors-box {
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 425px) {
  .product-card__image-box {
    bottom: 14px;
  }

  .product-card__title {
    padding-top: 0;
    margin-bottom: 8px;
    min-height: 32px;
  }

  .product-card__image {
    min-height: 150px;
    margin: 0;
  }

  .product-card__data {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  div.product-slider .splide__gallery .splide__track {
    padding: 0;
  }
  .product-card__container {
    padding: 0 0 18px;
  }
}

.card-v1 .product-card__comparsion,
.card-v1 .product-card__favourite
{
  width: 25px;
  height: 25px;
  border: 1px solid #d8d8d8;
}

.card-v1 .product-card__icon {
  width: 15px;
  height: 15px;
}

@media (max-width: 768px) {
  .card-v1 .product-card__favourite,
  .card-v1 .product-card__comparsion {
    width: 20px;
    height: 20px;
  }

  .card-v1 .product-card__icon {
    width: 10px;
    height: 10px;
  }

  .card-v1 .product-card__mobile-buttons {
    top: 6%;
  }
}

.pr-b {
  background-color: #fec308;
}

.b-online {
  background-color: #EB1D82;
}
.b-bf {

}
.b-httb {
  background-color: #9f4ac8;
}
.b-14feb {

}
.b-new {
  background-color: #8bc34a;
}
.b-sale {
  background-color: #ff9800;
}
.b-hero {
  background-color: #ffd54f;
}

.b-gift {
  background-color: #ff0064;
}
.b-zhuma-hit {
  margin-top: auto;
  order: 2;
  background-color: rgb(240, 70, 52);
  max-width: 55px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 425px) {
  .b-zhuma-hit {
      max-width: inherit;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .product-card__data {
    padding-right: 0;
  }

  .product-card__image {
    min-height: 192px;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .product-card__image {
    min-height: 205px;
  }
}

.product-card .splide__gallery.splide__preload .splide__slide {
  opacity: 1;
  max-width: 100%;
  width: 100%;
}
.product-card .splide__gallery.splide__preload .splide__slide img {
  padding: 0px 5px;
}
@media (max-width: 919px) {
  .product-card .splide__gallery.splide__preload .splide__slide {
  }
}

.badge-container__in-slider {
  position: relative;
  bottom: 26px;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: -15px;
}

.card__badge-no-photo {
  text-align: center;
  background-color: #efeded;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagination-extended {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}

.pagination-extended__item {
  background: #ccc;
  border-radius: 0;
  height: 2px;
  margin: 0 .25rem 0 0 !important;
  transition: .2s;
  width: 4px;
}

.pagination-extended__item.active {
  background: #00b9bf;
  width: 16px;
}

.sku_params {
  width: 100%;
}
.favorites .cabinet__header {
  margin-bottom: 6px;
}

.favorites-list {
  margin: 0 -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.favorites-list__item {
  width: 33.3333333333%;
  padding: 0 16px;
  margin-bottom: 32px;
}
.favorites-list__inner {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  position: relative;
}

@media (max-width: 1200px) {
  .favorites-list__item {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .favorites-list__item {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .favorites-list__item {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
  }
  .favorites-list__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .favorites-list .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -16px;
    padding: 25px 0;
    flex-direction: row;
  }
  .favorites-list .product-card__image {
    width: 45%;
    margin: 0;
    padding: 0 8px 0 16px;
  }
  .favorites-list .product-card__container {
    width: 55%;
    margin: 0;
    padding: 0 16px 0 8px;
  }
  .favorites-list .product-card__title {
    min-height: 0;
  }
  .favorites-list .product-card__colors {
    padding-top: 0;
    padding-bottom: 0;
  }

  .favorites-list .product-card__image-box {
    right: 8px;
    bottom: 20px;
  }

  .favorites-list .product-card__add {
    display: inline-block;
  }
  .product-card__image{
    min-height: 0;
  }
  .favorites-list .product-card__mobile-buttons{
    margin: 0 8px 0 16px;
  }
}
@media (max-width: 470px) {
  .favorites-list .product-card__image-box{
    display: none;
  }
}
@media (min-width: 581px) {
  .favorites-list .product-card__remove-btn {
    width: 25px;
    height: 25px;
  }
  .favorites-list__item .product-card__image-single {
    padding: 6px 0 0 0;
  }
}
@media (min-width: 769px) {
  .favorites-list__item .product-card__image-single {
    padding: 14px 0 0 0;
  }
}
.cabinet-filter {
  z-index: 50;
}

@media (min-width: 580px) {
  .favorites-list .product-card__more.add2basket {
    order: 1;
    width: calc(50% - 5px);
  }
  .favorites-list .product-card__oneclick {
    order: 2;
    width: calc(50% - 5px);
  }
  .favorites-list .product-card__more {
    order: 3;
    width: 100%;
  }
  .favorites-list .product-card__addition-content:not(:has(.product-card__more.add2basket)) .product-card__oneclick {
    width: 100%;
  }

  .favorites-list .product-card__addition-content:not(:has(.product-card__oneclick)) .product-card__more.add2basket {
    width: 100%;
  }
}
