/* Layout helpers on top of scraped constructor CSS */

.sr-only,
.seo-text,
.visually-hidden,
.mirror-seo-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

[hidden].mirror-seo-hidden {
  display: none !important;
}

/* Header */

.page-header-17__brand-logo-img {
  width: 210px;
  max-width: 100%;
  height: auto;
}

.page-header-17__info-img {
  width: 28px;
  height: 28px;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.page-header-17-nav-catalog {
  position: relative;
}

.page-header-17-nav-catalog__open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.page-header-17-nav-catalog__open-icon {
  width: 24px;
  height: 18px;
  flex-shrink: 0;
}

.page-header-17-nav__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.page-header-17-nav-secondary__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-header-17-nav-secondary__link {
  white-space: nowrap;
  text-decoration: none;
}

.page-header-17-nav-catalog__content {
  display: none;
  position: absolute;
  z-index: 40;
  min-width: 240px;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.page-header-17-nav-catalog:hover .page-header-17-nav-catalog__content,
.page-header-17-nav-catalog_open .page-header-17-nav-catalog__content {
  display: block;
}

.page-header-17-nav-secondary__item {
  position: relative;
}

.page-header-17__mobile-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding: 10px 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
}

.page-header-17__mobile-toggle .page-header-17-nav-catalog__open-icon {
  margin-right: 0;
}

.page-header-17-side-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.page-header-17-side-nav-backdrop_active {
  opacity: 1;
  visibility: visible;
}

.page-header-17-side-nav {
  background: #fff;
}

.page-header-17-side-nav-menu__sub {
  display: block;
}

.page-header-17-side-nav-menu__item {
  border-color: #ececec;
}

.page-header-17-side-nav-menu__link,
.page-header-17-side-nav-menu__sub-link {
  color: #111;
}

@media (max-width: 1000px) {
  .page-header-17-nav-secondary {
    display: none;
  }

  .page-header-17__mobile-toggle {
    display: inline-flex;
  }

  .page-header-17-nav-catalog__content {
    position: static;
    box-shadow: none;
    border: 1px solid #ececec;
    margin-top: 8px;
  }

  .page-header-17__info-text {
    display: none;
  }

  .page-header-17__brand-logo-img {
    width: 160px;
  }
}

/* Hero (homepage only) */

.mirror-hero {
  background-color: #f7f7f7;
}

.mirror-hero__grid {
  display: grid;
  gap: 24px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px 40px;
  min-height: 520px;
}

@media (min-width: 980px) {
  .mirror-hero__grid {
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 637px;
    padding: 56px 20px 48px;
  }
}

.mirror-hero__title,
.mirror-hero h1.canvas-text {
  margin: 0;
  font-family: "Golos Text", sans-serif;
  font-size: clamp(28px, 3.2vw, 45px);
  font-weight: 600;
  line-height: 1.1;
  color: #000;
}

.mirror-hero__rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  margin-top: 20px;
}

.mirror-hero__rating {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
}

.mirror-hero__rating-img {
  width: 159px;
  height: auto;
}

.mirror-hero__subtitle {
  margin: 0;
  font-family: "Commissioner", sans-serif;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 300;
  line-height: 1.35;
  color: #000;
}

.mirror-hero__cta {
  display: inline-flex;
  margin-top: 28px;
}

.page .mirror-hero .button.button_style_2,
.page .mirror-anti-fake .button.button_style_2,
.mirror-hero a.button.button_style_2,
.mirror-anti-fake a.button.button_style_2 {
  padding: 16px 30px !important;
  background-color: #f30000 !important;
  border-color: #f30000 !important;
  color: #fff !important;
  border-radius: 40px !important;
  font-weight: 600;
  font-size: 16px;
  width: auto;
}

.page .mirror-hero .button.button_style_2:hover,
.page .mirror-anti-fake .button.button_style_2:hover,
.mirror-hero a.button.button_style_2:hover,
.mirror-anti-fake a.button.button_style_2:hover {
  background-color: #d40000 !important;
  border-color: #d40000 !important;
  color: #fff !important;
}

.mirror-hero__stats {
  margin-top: 24px;
  font-family: "Commissioner", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.mirror-hero__stats a {
  color: inherit;
  text-decoration: underline;
}

.mirror-hero__media {
  justify-self: center;
}

.mirror-hero__image {
  width: min(100%, 466px);
  height: auto;
}

.mirror-hero-links {
  background-color: #f7f7f7;
}

.mirror-hero-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 36px;
  list-style: none;
}

.mirror-hero-links__item {
  flex: 1 1 200px;
  max-width: 280px;
}

.mirror-hero-links__link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #131313;
  text-decoration: none;
}

.mirror-hero-links__icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.mirror-hero-links__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mirror-hero-links__label {
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 1px solid currentColor;
}

.mirror-home-video .media-57-mp4__widget {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background: #111;
}

.mirror-home-video .media-57-mp4__video {
  display: block;
  width: 100%;
  height: auto;
}

.mirror-anti-fake {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right bottom, #000000, #4d4d4d);
  color: #fff;
  min-height: 420px;
}

.mirror-anti-fake .section__background-image-container,
.mirror-anti-fake .section__background-image {
  position: absolute;
  inset: 0;
}

.mirror-anti-fake .section__background-image {
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.mirror-anti-fake__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 20px;
}

@media (min-width: 900px) {
  .mirror-anti-fake {
    min-height: 625px;
  }

  .mirror-anti-fake__inner {
    grid-template-columns: 1.2fr 0.8fr;
    padding: 72px 20px;
  }
}

.mirror-anti-fake__title h2 {
  margin: 0 0 20px;
  font-family: "Golos Text", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.mirror-anti-fake__text {
  margin: 0 0 28px;
  max-width: 560px;
  font-family: "Commissioner", sans-serif;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
  line-height: 1.45;
  color: #fff;
}

.mirror-anti-fake__qr {
  justify-self: center;
}

.mirror-anti-fake__qr-img {
  width: min(100%, 220px);
  height: auto;
}

.mirror-home-advantages .media-53-part {
  border-top: 1px solid #e6e6e6;
}

.mirror-home-advantages .media-53-part:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.mirror-home-advantages .media-53-part__title-container {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
}

.mirror-home-advantages .media-53-part__title-container::-webkit-details-marker {
  display: none;
}

.mirror-home-advantages .media-53-part__title-container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mirror-home-advantages .media-53-part__marker-plus {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.mirror-home-advantages .media-53-part__marker-plus::before,
.mirror-home-advantages .media-53-part__marker-plus::after {
  content: "";
  position: absolute;
  background: #f30000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mirror-home-advantages .media-53-part__marker-plus::before {
  width: 18px;
  height: 2px;
}

.mirror-home-advantages .media-53-part__marker-plus::after {
  width: 2px;
  height: 18px;
}

.mirror-home-advantages details[open] .media-53-part__marker-plus::after {
  display: none;
}

.mirror-home-advantages .media-53-part__content {
  padding: 0 0 18px;
  color: #333;
  white-space: pre-line;
}

.mirror-home-advantages .media-53__btn-container {
  margin-top: 28px;
}

.mirror-home-advantages .media-53__btn.button_style_1 {
  padding: 16px 30px;
  background-color: #131313;
  border-color: #131313;
  color: #fff;
  border-radius: 40px;
}

.mirror-home-advantages .media-53__btn.button_style_1:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.product-sections-01__subtitle {
  margin: -8px 0 24px;
  font-family: "Commissioner", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #666;
}

.mirror-canvas-banner {
  text-align: center;
}

/* Buttons — fallback when constructor CSS variables are missing */

.page .button.button_style_1,
.page .button.button_style_2 {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page .button.button_style_1 {
  padding: 16px 30px;
  background-color: #131313;
  border-color: #131313;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
}

.page .button.button_style_1:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.page .button.button_style_2 {
  padding: 14px 32px;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}

.page .button.button_style_2:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.page .button {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.page .button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .form__submit .button {
  width: auto;
}

/* Product cards — match labirintdoors.ru products_02 */

.products-02-item__content {
  position: relative;
}

.products-02-item__media {
  margin-bottom: 12px;
}

.products-02-item__new-label {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  padding: 0 10px;
  background: #ffef7a;
  color: #000;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
}

.products-02-item__header,
.products-02-item__header a,
.products-02-item__header a div {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

.products-02-item__header {
  line-height: 1.35;
  min-height: 2.7em;
}

.products-02-item__price-container {
  margin-top: 4px;
}

.products-02-item__old-price {
  display: inline-block;
  margin-right: 8px;
  color: #7a7a7a;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: line-through;
}

.products-02-item__old-price del {
  text-decoration: inherit;
  color: inherit;
}

.products-02-item__current-price {
  display: inline-block;
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #141414;
  margin-top: 0;
}

.products-02-item__gallery-container,
.products-02-item__img-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f7f7f7;
}

.product-sections-01-item__img-container {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f7f7f7;
}

.product-sections-01-item__img,
.products-02-item-gallery__front-img,
.products-02-item-gallery__back-img,
.products-02-item__img,
.product-gallery-01__stage-item-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.products-02-item-gallery__back-img {
  visibility: hidden;
}

.products-02-item-gallery:hover .products-02-item-gallery__front-img {
  visibility: hidden;
}

.products-02-item-gallery:hover .products-02-item-gallery__back-img {
  visibility: visible;
}

.products-02-item__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  color: #777;
  font-size: 14px;
}

.mirror-section-products {
  margin-top: 24px;
}

/* Collection / media sections */

.media-53__image-img {
  width: 100%;
  height: auto;
}

.media-53-part__content {
  margin-top: 8px;
}

.links-08__tag {
  display: inline-block;
  margin: 6px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  text-decoration: none;
}

/* Forms use constructor.css (.text-input, .button_style_1) */

.mirror-form .form__item + .form__item {
  margin-top: 12px;
}

.product-01__buy-form {
  margin-top: 20px;
}

.product-gallery-01__thumb-list {
  display: none;
}

.product-gallery-01__item-img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-gallery-01__item-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-gallery-01__stage-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f7f7f7;
}

.product-gallery-01__stage-item-img-container {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  cursor: zoom-in;
}

.product-01__buy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.product-01__buy .button {
  min-width: 180px;
}

/* Reference sticky bar: product-panel_fixed (show after 500px scroll) */
.product-panel_fixed.product-panel_is-visible {
  display: block !important;
  background: #fff;
  animation: mirror-product-panel-in 0.25s ease;
}

@keyframes mirror-product-panel-in {
  from {
    transform: translateY(-12px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.product-panel__img-container {
  position: relative;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 12px;
}

.product-panel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-panel__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-panel__content {
  display: flex;
  align-items: center;
  min-width: 0;
}

.mirror-product-gallery-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: mirror-fade-in 0.2s ease;
}

@keyframes mirror-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mirror-product-gallery-popup .product-popup-modal-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
  cursor: pointer;
}

.mirror-product-gallery-popup .product-popup-modal {
  position: relative;
  z-index: 20;
  width: min(100%, 1100px);
  max-width: 1100px;
  height: auto;
  max-height: calc(100vh - 40px);
  margin: 0 auto;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mirror-product-gallery-popup__frame {
  position: relative;
  z-index: 21;
  background: #fff;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 16px;
  overflow: auto;
  animation: mirror-popup-scale-in 0.22s ease;
}

@keyframes mirror-popup-scale-in {
  from {
    transform: scale(0.96);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.mirror-product-gallery-popup__img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 200px);
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.mirror-product-gallery-popup__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}

.mirror-product-gallery-popup__thumb {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.mirror-product-gallery-popup__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mirror-product-gallery-popup__thumb_active {
  border-color: #999;
}

.mirror-product-gallery-popup .product-popup-modal__close-btn {
  position: absolute;
  top: 0;
  right: -55px;
  z-index: 30;
  width: 40px;
  height: 40px;
  background: #000;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.mirror-product-gallery-popup .product-popup-modal__close-btn:hover {
  opacity: 0.85;
}

.mirror-product-gallery-popup .product-popup-modal__close-btn svg {
  width: 22px;
  height: 22px;
}

.mirror-product-gallery-popup__nav {
  position: absolute;
  top: 50%;
  z-index: 30;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mirror-product-gallery-popup__nav:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: translateY(-50%) scale(1.05);
}

.mirror-product-gallery-popup__nav_prev {
  left: 8px;
}

.mirror-product-gallery-popup__nav_next {
  right: 8px;
}

.mirror-gallery-open-btn,
.mirror-gallery-thumb-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.product-gallery-01__item {
  transition: opacity 0.2s ease;
}

.product-gallery-01__item:hover {
  opacity: 0.92;
}

.product-01__buy-btn .button__effect_bleak {
  pointer-events: none;
}

.product-01__current-price,
.product-panel__current-price {
  white-space: nowrap;
}

.product-01__parameters {
  display: table;
  width: 100%;
}

.product-01__parameters-item {
  display: table-row;
}

.product-01__parameters-item-term,
.product-01__parameters-item-dscr {
  display: table-cell;
  vertical-align: top;
}

.product-01__parameters-item-term {
  width: 180px;
  padding-right: 16px;
  color: #666;
}

.product-01__parameters-item + .product-01__parameters-item > * {
  padding-top: 0.46em;
}

.product-01-status_has-available-marker::before,
.product-01-status_has-expected-marker::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
}

.product-01-status_has-available-marker::before {
  background-color: #54b348;
}

.product-01-status_has-expected-marker::before {
  background-color: red;
}

@media (max-width: 800px) {
  .mirror-product-gallery-popup .product-popup-modal__close-btn {
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
  }

  .mirror-product-gallery-popup .product-popup-modal__close-btn svg {
    width: 16px;
    height: 16px;
  }

  .mirror-product-gallery-popup__nav_prev {
    left: 4px;
  }

  .mirror-product-gallery-popup__nav_next {
    right: 4px;
  }

  .product-01__parameters-item-term,
  .product-01__parameters-item-dscr {
    display: block;
    width: auto;
  }

  .product-01__parameters-item-term {
    margin-bottom: 2px;
  }
}

.product-01__parameters-container {
  margin-top: 24px;
}

.product-sticky-bar {
  display: none !important;
}

.mirror-media-image {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.katalog-page-intro {
  padding: 24px 16px 0;
}

.katalog-page-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.text-16 .mirror-text-list {
  max-width: 46rem;
  margin: 12px 0 0;
  padding-left: 20px;
  line-height: 1.6;
}

.text-16 .mirror-text-list li + li {
  margin-top: 6px;
}

.text-16.section .text-16__inner > h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.35;
}

.text-16.section .text-16__inner > p {
  max-width: 46rem;
  line-height: 1.6;
}

.text-16.section + .text-16.section {
  padding-top: 8px;
}

.mirror-info-page__intro {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 46rem;
}

.mirror-info-page__block {
  margin-top: 24px;
  line-height: 1.6;
  max-width: 46rem;
}

.mirror-info-page__block h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.35;
}

.mirror-info-page__block ul {
  padding-left: 20px;
  margin: 12px 0 0;
}

.mirror-info-page__block li + li {
  margin-top: 6px;
}

.mirror-info-page__form {
  margin-top: 28px;
  max-width: 480px;
}

.mirror-info-page .text-11__inner > h1 {
  margin-bottom: 16px;
}

@media (max-width: 800px) {
  .mirror-info-page__intro,
  .mirror-info-page__block {
    max-width: none;
  }
}

.mirror-content-card {
  height: 100%;
  padding: 20px 22px 22px;
  background: #f7f7f5;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.mirror-content-card h3 {
  margin: 10px 0 8px;
  font-size: 1.1rem;
  line-height: 1.35;
}

.mirror-content-card p {
  margin: 0;
  line-height: 1.55;
  color: #333;
}

.mirror-content-card__img,
.mirror-media-block__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
  background: #eee;
}

.mirror-media-block__body {
  max-width: 52rem;
  margin: 0 auto 24px;
  line-height: 1.6;
  text-align: center;
}

.mirror-media-block__gallery {
  margin: 16px 0 24px;
}

.mirror-tariffs__price {
  font-weight: 700;
  margin: 6px 0 8px !important;
}

.mirror-content-cards,
.mirror-media-block,
.mirror-tariffs {
  margin: 24px 0 40px;
}

/* Constrain info/SEO section content (constructor only styles .container / *__inner) */
.mirror-page-section__inner,
.section_container-width_1200 > .section__content.mirror-page-section__inner,
.section_container-width_1200 .mirror-page-section__inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.mirror-content-cards .section__header,
.mirror-media-block .section__header,
.mirror-tariffs .section__header {
  margin-bottom: 20px;
}

/* cards_13 — side TOC + stacked cards (match reference constructor) */
.mirror-content-cards_cards_13.cards-13 {
  margin: 24px 0 40px;
}

.cards-13__inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.cards-13-content__inner {
  display: flex;
  flex-direction: row;
  margin-left: -20px;
  margin-right: -20px;
}

.cards-13-content__menu {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.cards-13-content__cards {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.cards-13-menu__inner {
  position: sticky;
  top: 30px;
  padding: 15px;
  border: none;
  background: #f7f7f7;
}

.cards-13-menu__item {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0;
}

.cards-13-menu__item + .cards-13-menu__item {
  margin-top: 10px;
}

.cards-13-menu__item:hover .cards-13-menu__link {
  color: #3397ff;
}

.cards-13-menu__item-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
}

.cards-13-menu__num {
  flex: 0 0 auto;
  margin-right: 15px;
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #131313;
}

.cards-13-menu__link {
  flex: 1 1 auto;
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #131313;
}

.cards-13-card {
  padding-top: 30px;
  margin-top: -30px;
  scroll-margin-top: 90px;
}

.cards-13-card + .cards-13-card {
  margin-top: 20px;
  padding-top: 0;
}

.cards-13-card__inner_with-bg.mirror-content-card,
.cards-13 .mirror-content-card {
  height: auto;
  padding: 30px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.cards-13-card__title h3 {
  margin: 0 0 20px;
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #000;
}

.cards-13-card__text p {
  margin: 0 0 0.65rem;
  font-family: Commissioner, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}

.cards-13-card__text p:last-child {
  margin-bottom: 0;
}

.cards-13-card__text a {
  color: #c8102e;
  text-decoration: underline;
}

.mirror-content-card__list,
.cards-13-card__text .mirror-content-card__list {
  margin: 0;
  padding-left: 1.25rem;
  font-family: Commissioner, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}

.mirror-content-card__list li + li {
  margin-top: 0.35rem;
}

@media (max-width: 800px) {
  .cards-13-content__inner {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-13-content__menu {
    display: none;
  }

  .cards-13-content__cards {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-13__inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cards-13-card__inner_with-bg.mirror-content-card,
  .cards-13 .mirror-content-card {
    padding: 15px;
  }
}

@media (max-width: 760px) {
  .mirror-media-block__body {
    text-align: left;
  }

  .mirror-page-section__inner,
  .section_container-width_1200 .mirror-page-section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* P0 page layouts: products-05, products-list-01, blog, opt cards */

.products-05-item__img-wrapper,
.products-list-01-item__img-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f7f7f7;
}

.products-05-item__img,
.products-list-01-item__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.products-05-list,
.products-list-01-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-05-item,
.products-list-01-item {
  width: calc(25% - 12px);
}

.products-05-item__content {
  position: relative;
}

.products-05-item__new-label {
  position: absolute;
  z-index: 10;
  text-align: left;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  padding: 0 10px;
  background: #ffef7a;
  color: #000;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
}

.products-list-01-item__content {
  position: relative;
}

.products-list-01-item__new-label {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  padding: 0 10px;
  background: #ffef7a;
  color: #000;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
}

.products-list-01-item__header,
.products-list-01-item__header a,
.products-list-01-item__header a div,
.products-05-item__header,
.products-05-item__header a,
.products-05-item__header a div {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

.products-list-01-item__current-price,
.products-05-item__current-price {
  display: inline-block;
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #141414;
}

.products-list-01-item__old-price {
  display: inline-block;
  margin-right: 8px;
  color: #7a7a7a;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: line-through;
}

.products-list-01-item__old-price del {
  text-decoration: inherit;
  color: inherit;
}

.products-05-item__old-price {
  display: inline-block;
  margin-right: 8px;
  color: #7a7a7a;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: line-through;
}

.products-05-item__old-price del {
  text-decoration: inherit;
  color: inherit;
}

.products-05-tabs {
  margin: 0 -20px 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 8px 0;
}

.products-05-tabs__link {
  margin: 0 20px;
  flex-grow: 0;
  flex-shrink: 0;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}

.products-05-tabs__link a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.products-05-tabs__link_current {
  border-bottom-color: currentColor;
}

.products-05-tabs__link_current a {
  font-weight: 700;
}

@media (max-width: 1000px) {
  .products-05-item,
  .products-list-01-item {
    width: calc(50% - 8px);
  }
}

@media (max-width: 480px) {
  .products-05-item,
  .products-list-01-item {
    width: 100%;
  }
}

.products-collections-01-navigation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.products-collections-01-group {
  margin-bottom: 32px;
}

.products-collections-01-group__header {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.blog-01-item__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cards-15__cards {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .cards-15__cards {
    grid-template-columns: 1fr 1fr;
  }
}

.cards-11-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .cards-11-list {
    grid-template-columns: 1fr 1fr;
  }
}

.links-05__tag {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
}

.links-05__tag_active {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

/* Responsive layout */

@media (max-width: 1000px) {
  .page-header-17__content {
    flex-wrap: wrap;
    gap: 12px;
  }

  .flexible-list_columns_4 .flexible-list__item,
  .flexible-list_mobile-columns_2 .flexible-list__item {
    width: 50% !important;
  }

  .product-sections-01-list_columns_six .product-sections-01-list__item {
    width: 33.333% !important;
  }
}

@media (max-width: 800px) {
  .page-header-17__brand-logo-img {
    width: 140px;
  }

  .page-header-17__info-text {
    font-size: 12px;
    max-width: 160px;
    line-height: 1.3;
  }

  .flexible-list_columns_4 .flexible-list__item,
  .flexible-list_mobile-columns_2 .flexible-list__item {
    width: 50% !important;
  }

  .product-sections-01-list_columns_six .product-sections-01-list__item {
    width: 50% !important;
  }

  .mirror-hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mirror-hero__rating-row {
    justify-content: center;
  }

  .mirror-hero__cta {
    justify-content: center;
  }

  .mirror-hero-links__list {
    justify-content: center;
  }

  .mirror-hero-links__item {
    flex: 1 1 45%;
    max-width: none;
  }

  .mirror-hero-links__link {
    justify-content: flex-start;
  }

  .mirror-anti-fake__inner {
    text-align: center;
  }

  .mirror-anti-fake__text {
    margin-left: auto;
    margin-right: auto;
  }

  .page .button.button_style_1,
  .page .button.button_style_2 {
    width: 100%;
    text-align: center;
  }

  .page .mirror-hero .button.button_style_2,
  .page .mirror-anti-fake .button.button_style_2,
  .mirror-home-advantages .media-53__btn.button_style_1 {
    width: auto !important;
    min-width: 220px;
  }

  .form__submit .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .flexible-list_columns_4 .flexible-list__item,
  .flexible-list_mobile-columns_2 .flexible-list__item {
    width: 100% !important;
  }
}

/* Lead / order popup (reference modal-container) */

.mirror-lead-modal {
  z-index: 1200;
}

.mirror-lead-modal .modal {
  background: #fff;
  padding: 40px 36px 32px;
  max-width: 470px;
  width: 100%;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  position: relative;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.mirror-lead-modal .modal__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.mirror-lead-modal .modal__text {
  margin-bottom: 20px;
  color: #444;
}

.mirror-lead-modal .modal__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
  border: none;
  cursor: pointer;
  line-height: 0;
}

.mirror-lead-modal .modal__close-btn svg {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
}

.cart-01-cart {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

/* Keep product order CTAs visible over constructor edge-cases */
.product-01__buy {
  display: flex !important;
  visibility: visible !important;
}

.product-01__buy-btn,
.product-01__one-click-buy,
.product-panel__buy-btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

/* Breadcrumbs (base constructor structural CSS missing from scraped theme) */
.breadcrumbs__inner,
.section_container-width_1200 .breadcrumbs__inner,
.section_container-width_1000 .breadcrumbs__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.section_container-width_1000 .breadcrumbs__inner {
  max-width: 1000px;
}

.breadcrumbs-list-01 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: auto;
  max-width: 100%;
}

.breadcrumbs-list-01__item {
  display: inline;
  margin-right: 20px;
}

.breadcrumbs-list-01__item:last-child {
  margin-right: 0;
}

.breadcrumbs-list-01-item > * + * {
  margin-left: 20px;
}

@media (max-width: 800px) {
  body:not(.bazium-no-resp) .breadcrumbs__inner,
  .breadcrumbs__inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  body:not(.bazium-no-resp) .breadcrumbs-list-01-item > * + * {
    margin-left: 10px;
  }
}

.breadcrumbs-list-01-item__text {
  text-decoration: none;
  display: inline;
  vertical-align: middle;
}

.breadcrumbs-list-01-item__arrow {
  display: inline;
  vertical-align: middle;
  position: relative;
  top: 1px;
}

/* Cart / checkout — missing checkout-02__inner width rules in scraped CSS */
.checkout-02__inner,
.section_container-width_1000 .checkout-02__inner,
.section_container-width_1200 .checkout-02__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.section_container-width_1200 .checkout-02__inner {
  max-width: 1200px;
}

@media (max-width: 800px) {
  body:not(.bazium-no-resp) .checkout-02__inner,
  .checkout-02__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.cart-01-cart {
  text-decoration: none;
  color: inherit;
}

.cart-01-cart__inner {
  position: relative;
}

.cart-01-cart__count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #c8102e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.mirror-cart-toast {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.mirror-cart-toast a {
  color: #c8102e;
  font-weight: 600;
}

.mirror-checkout-form .checkout-02-products__inner {
  display: grid;
  grid-template-columns: 72px 1fr auto auto auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
}

.mirror-checkout-form .checkout-02-products__thumb {
  width: 72px;
}

.mirror-checkout-form .checkout-02-products__thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  display: block;
}

.mirror-checkout-form .checkout-02-name a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.mirror-checkout-form .checkout-02-quantity-input {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mirror-checkout-form .checkout-02-quantity-input__value {
  width: 56px;
  text-align: center;
}

.mirror-checkout-form .checkout-02-products__remove,
.mirror-checkout-form .checkout-02-quantity-input__minus-btn,
.mirror-checkout-form .checkout-02-quantity-input__plus-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.mirror-checkout-form .checkout-02-delivery__title,
.mirror-checkout-form .checkout-02-payment__title {
  margin: 24px 0 8px;
  font-weight: 600;
  font-size: 16px;
}

.mirror-checkout-form .checkout-02-delivery__list {
  display: grid;
  gap: 10px;
  margin: 12px 0;
}

.mirror-checkout-form .checkout-02-delivery-item,
.mirror-checkout-form .checkout-02-payment-item,
.mirror-checkout-agreement {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.mirror-checkout-form .checkout-02-delivery__note {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}

.mirror-checkout-form .checkout-02-total-calc {
  margin-top: 12px;
}

.mirror-checkout-form .checkout-02-total-calc__count {
  width: 100%;
  border-collapse: collapse;
}

.mirror-checkout-form .checkout-02-total-calc__count td {
  padding: 4px 0;
}

.mirror-checkout-form .checkout-02-total-calc__count td:last-child {
  text-align: right;
  font-weight: 600;
}

.mirror-checkout-contacts {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.mirror-checkout-contacts .text-input {
  width: 100%;
  box-sizing: border-box;
}

.mirror-checkout-summary {
  margin: 20px 0;
  line-height: 1.7;
}

.mirror-checkout-summary__total {
  font-size: 18px;
  margin-top: 8px;
}

.mirror-checkout-form .checkout-02__submit {
  margin-top: 8px;
}

@media (max-width: 800px) {
  .mirror-checkout-form .checkout-02-products__inner {
    grid-template-columns: 56px 1fr;
    grid-template-areas:
      "thumb info"
      "qty sum"
      "remove remove";
  }

  .mirror-checkout-form .checkout-02-products__thumb {
    grid-area: thumb;
    width: 56px;
  }

  .mirror-checkout-form .checkout-02-products__info {
    grid-area: info;
  }

  .mirror-checkout-form .checkout-02-products__quantity {
    grid-area: qty;
  }

  .mirror-checkout-form .checkout-02-products__sum {
    grid-area: sum;
    justify-self: end;
  }

  .mirror-checkout-form .checkout-02-products__controls {
    grid-area: remove;
  }
}

/* SPB regional media_56 contact / person blocks */
.media-56-media__img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}

.media-56-feedback__agree {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

.media-56-main__note {
  margin: 8px 0 16px;
  color: #555;
}

.media-56-main__subtitle {
  margin: 8px 0 16px;
  font-size: 1.05rem;
  line-height: 1.45;
}

.media-56-articles__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.media-56-articles__item {
  margin: 0 0 14px;
}

.media-56-articles__title {
  font-weight: 600;
  margin-bottom: 4px;
}

/* --- Taste Preserve: measured against labirintdoors.ru @ 1440 --- */

.page-header-17-messengers__links-item {
  display: inline-flex;
  width: 32px;
  height: 32px;
  line-height: 0;
}

.page-header-17-messengers__links-item svg {
  width: 32px;
  height: 32px;
  display: block;
}

.page-header-17__rightside {
  align-items: center;
  gap: 16px;
}

.social-07__content {
  /* parent stays visibility:hidden in constructor; children are visible */
  pointer-events: none;
}

.social-07__content-inner {
  pointer-events: auto;
  margin: 0 20px 20px 0;
  padding: 20px;
}

.social-07__substrate {
  background-color: #222;
  border-radius: 100px;
  border: none;
}

.social-07__messengers {
  margin-bottom: 0;
  flex-wrap: nowrap;
}

.social-07__messenger {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  line-height: 0;
}

.social-07__messenger:last-child {
  margin-right: 0 !important;
}

.social-07__messenger svg {
  width: 40px;
  height: 40px;
  display: block;
}

.product-01__current-price {
  display: inline-block;
  font-family: "Golos Text", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  color: #131313;
  margin-right: 10px;
}

.products-02-item__header,
.products-02-item__header a,
.products-02-item__header a div {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

/* SEO product landings: centered page H1 inside products_* section */
.products-02 .section__header,
.products-05 .section__header,
.products-02 .section__header h1,
.products-05 .section__header h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #131313;
  margin: 0 0 30px;
  text-align: center;
}

.products-02 .section__header_align_center,
.products-05 .section__header_align_center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page .mirror-hero .button.button_style_2,
.mirror-hero a.button.button_style_2 {
  min-width: 259px;
  justify-content: center;
  padding: 18px 40px !important;
}

