/* настройки показа городов */
#top .prmn-cmngr {
  padding-right: 25px;
}

/* Блок подписки — раскладка в ряд, не «в куче» */
#subscribe .row-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
}
#subscribe .subscribe__info {
  flex: 0 0 auto;
}
#subscribe .subscribe__bottom {
  flex: 0 0 100%;
  order: 10;
  margin: 15px 0 0;
}
#subscribe .col-md-7 {
  flex: 1 1 auto;
  min-width: 0;
}

.product-description {
  overflow-x: auto;
}

.product-description table {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  table-layout: auto;
}

.product-description th,
.product-description td {
  padding: 8px 10px;
  word-break: normal;
}

@media (max-width: 767px) {
  .product-description table {
    display: block;
    width: 100% !important;
  }

  .product-description th,
  .product-description td {
    white-space: normal;
  }
}

@media (max-width: 992px) {
  .notification.fixed {
    bottom: 126px;
  }
}

/* BelZAP: цены с НДС — не показывать «Без НДС» */
.price-tax {
  display: none !important;
}

/* Карточка: код правее ленты, без белой полосы; лента выровнена по фото */
.rating-model {
  z-index: auto !important;
  background: transparent !important;
}
@media (min-width: 1345px) {
  #product:has(.product-page__image.has-additional) .rating-model {
    padding-left: 80px;
  }
  .product-page__image.has-additional:not(.fixed) .product-page__image-addit {
    transform: translateY(50px) rotate(90deg) translate(calc(-50% - 25px), calc(100% + 95px));
  }
  .product-page__image.has-additional:not(.fixed) .product-page__image-addit .owl-nav .disabled {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .product-page__image.has-additional:not(.fixed) .product-page__image-addit {
    transform: translateY(50px) rotate(90deg) translate(calc(-50% - 22px), calc(100% + 130px));
  }
}

/* Сетка каталога: подпись/код не уходят под картинку и стикеры */
.product-thumb__image {
  z-index: 0;
}
.product-thumb__caption {
  position: relative;
  z-index: 2;
}
.product-thumb__model {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
