.card-product__basket.active {
  background: var(--color-alt);
  color: var(--color-whte);
}
.card-product__basket.active:before {
  content: "";
  background: var(--color-whte);
}
.card-product__favorites.active:after,
.product__favorites.active:after {
  content: "";
  opacity: 1;
}
.card-product__favorites.active:before,
.product__favorites.active:before {
  opacity: 0;
}
@media only screen and (min-width: 620px) {
  .category__slide.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .category__slide.hide-mobile,
  .popular__column.hide-mobile {
    display: none;
  }
}
.js-brand-item.hide {
  display: none;
}
.checkbox__label:after {
  background-image: url("/local/templates/dushkabina2025/img/icons/29.svg");
}
.make__item-close:before {
  mask: url("/local/templates/dushkabina2025/img/icons/25.svg") center center /
    contain no-repeat;
  -webkit-mask: url("/local/templates/dushkabina2025/img/icons/25.svg") center
    center / contain no-repeat;
}
.make__item-reset:after {
  mask: url("/local/templates/dushkabina2025/img/icons/25.svg") center center /
    contain no-repeat;
  -webkit-mask: url("/local/templates/dushkabina2025/img/icons/25.svg") center
    center / contain no-repeat;
}
.form__item-input::before {
  mask: url(/local/templates/dushkabina2025/img/icons/54.svg) center
    center/contain no-repeat;
  -webkit-mask: url(/local/templates/dushkabina2025/img/icons/54.svg) center
    center/contain no-repeat;
}
.form__show:before {
  mask: url(/local/templates/dushkabina2025/img/icons/55.svg) center center /
    contain no-repeat;
  -webkit-mask: url(/local/templates/dushkabina2025/img/icons/55.svg) center
    center / contain no-repeat;
}
.form_error {
  display: none;
  color: red;
  padding: 0 0 20px 0;
  font-size: 16px;
}
.column-basket__favorites.active:after {
  opacity: 1;
}
.column-basket__favorites.active:before {
  opacity: 0;
}
.card-product__img {
  display: block;
}
.catalog__column-title.normal {
  word-break: normal;
  hyphens: manual;
}
.directory__filter-close:before {
  content: "";
  mask: url(/local/templates/dushkabina2025/img/icons/25.svg) center center /
    contain no-repeat;
  -webkit-mask: url(/local/templates/dushkabina2025/img/icons/25.svg) center
    center / contain no-repeat;
}
.directory__filter-reset:after {
  mask: url(/local/templates/dushkabina2025/img/icons/25.svg) center center /
    contain no-repeat;
  -webkit-mask: url(/local/templates/dushkabina2025/img/icons/25.svg) center
    center / contain no-repeat;
}
.form__fieldset-checkbox.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.price-card__btn.copy-art-btn {
  position: relative;
  bottom: -5px;
}
.make__column-name {
  white-space: nowrap;
}
.range__values.noprice .range__value:before {
  display: none;
}
.range__values.noprice .input.range__range-value {
  padding-left: 16px;
}
.js-add2basket-complect.active {
  display: none;
}
.in-cart.card-product__basket.active {
  display: flex;
}
.in-cart.card-product__basket.active span {
  opacity: 1;
}
.in-cart.card-product__basket.active:before {
  display: none;
}
.in-cart.card-product__basket.active:after {
  background: var(--color-whte);
}
.card-product__favorites {
  z-index: 2;
}

.footer__content-socials {
  justify-content: center;
}

.t31601 .supply__info-text {
  max-width: none;
}

@media (min-width: 993px) {
  .directory__aside {
    position: relative;
    z-index: 3;
  }
  .directory__aside .aside__inner {
    position: static;
  }
}
@media (min-width: 993px) {
  .intro__container h1.block-title {
    font-size: 30px;
    font-weight: 500;
  }
  .intro__container h2.block-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
  }
  .intro__info {
    max-width: 725px;
    gap: 28px;
  }
}
@media (max-width: 991.8px) {
  .intro__container h1.block-title {
    font-size: 26px;
    font-weight: 500;
  }
  .intro__container h2.block-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
  }
  .intro__info {
    max-width: 725px;
    gap: 28px;
  }
  .intro__inner {
    padding: 20px 15px;
  }
}
@media (max-width: 425px) {
  .intro__container h1.block-title {
    font-size: 22px;
    font-weight: 500;
  }
  .intro__container h2.block-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 145%;
  }
  .intro__info {
    max-width: 650px;
    gap: 20px;
  }
  .intro__inner {
    padding: 20px 15px;
  }
}
.directory__category:before {
  background: linear-gradient(
    180deg,
    rgb(102 102 102 / 15%) 3.15%,
    #0b0b0b 111.53%
  );
}
.column-basket__checkbox .checkbox__label.checked:before {
  background: var(--color-alt);
  border: 1px solid var(--color-alt);
}
.column-basket__checkbox .checkbox__label.checked:after {
  opacity: 1;
}

.product__bottom {
  background-color: color(srgb 1 1 1 / 0.7);
}
.share-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-popup {
  background: #ffffff;
  width: 434px;
  height: 223px;
  border-radius: 10px;
  padding: 20px 40px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
}

.share-popup__close {
  position: absolute;
  top: 0;
  right: -48px;
  width: 32px;
  height: 32px;
  background: #5eaa22;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.share-popup__close:hover {
  background: #4d8f1c;
}

.share-popup__title {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 25px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.share-popup__desc {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.share-popup__btn {
  background: #5eaa22;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: background 0.3s ease;
}
.share-popup__btn:hover {
  background: #4d8f1c;
}

.share-popup__btn.is-copied {
  background: #d1d5dc;
  color: #ffffff;
  cursor: default;
}

@media (max-width: 768px) {
  .share-popup {
    width: 288px;
    height: 216px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .share-popup__title {
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 4px;
  }

  .share-popup__desc {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }

  .share-popup__close {
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
  }

  .share-popup__btn {
    width: 100%;
    font-size: 16px;
    padding: 12px 15px;
  }
}

.shared-basket-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shared-basket-popup {
  background: #ffffff;
  width: 434px;
  height: 223px;
  border-radius: 10px;
  padding: 20px 40px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
}

.shared-basket-popup__close {
  position: absolute;
  top: 0;
  right: -48px;
  width: 32px;
  height: 32px;
  background: #5eaa22;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.3s ease;
}

.shared-basket-popup__close:hover {
  background: #4d8f1c;
}

.shared-basket-popup__title {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  color: #000;
  margin: 0;
}

.shared-basket-popup__desc {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  margin: 0 0 15px 0;
}

.shared-basket-popup__btn {
  background: #5eaa22;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.shared-basket-popup__btn:hover {
  background: #4d8f1c;
}

@media (max-width: 768px) {
  .shared-basket-popup {
    width: 288px;
    height: 135px;
    padding: 16px;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .shared-basket-popup__close {
    top: -45px;
    right: 0;
    left: auto;
    width: 26px;
    height: 26px;
  }

  .shared-basket-popup__title {
    font-size: 18px;
    margin-top: 4px;
    text-align: left;
  }

  .shared-basket-popup__desc {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }

  .shared-basket-popup__btn {
    width: 100%;
    font-size: 16px;
    padding: 12px 15px;
  }
}

.total-price__checkbox._form-error .checkbox__label::before {
  border-color: var(--color-error, red);
}
.total-price__consent-error {
  color: red;
  font-size: 12px;
  margin-top: 6px;
}
