/* MIREL visual upgrade — site-wide */
:root {
  --mirel-gold: #c4a37a;
  --mirel-cream: #f6f5f2;
  --mirel-ink: #111111;
}

.mirel-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 36px;
  background: rgba(0, 0, 0, 0);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.mirel-topbar.is-solid {
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
.mirel-topbar__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.mirel-topbar__logo img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}
.mirel-topbar__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}
.mirel-topbar__nav a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.92;
}
.mirel-topbar__nav a:hover {
  color: var(--mirel-gold) !important;
  opacity: 1;
}
.mirel-burger {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.mirel-burger span,
.mirel-burger span:before,
.mirel-burger span:after {
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
  position: relative;
  margin: 0 auto;
}
.mirel-burger span:before,
.mirel-burger span:after {
  content: "";
  position: absolute;
  left: 0;
}
.mirel-burger span:before { top: -6px; }
.mirel-burger span:after { top: 6px; }

@media (max-width: 960px) {
  .mirel-topbar { padding: 12px 16px; }
  .mirel-burger { display: block; }
  .mirel-topbar__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: rgba(0, 0, 0, 0.96);
    padding: 8px 20px 20px;
  }
  .mirel-topbar.is-open .mirel-topbar__nav { display: flex; }
  .mirel-topbar__nav a { padding: 12px 0; }
}

body.mirel-has-bar { padding-top: 0; }
#rec2436245243 { display: none !important; }

/* Catalog */
#rec2437433171 { padding-top: 72px !important; padding-bottom: 48px !important; }
#rec2437433171 .t-section__title { margin-bottom: 48px !important; letter-spacing: 0.18em; }
#rec2437433171 .t772__col {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  margin-bottom: 36px;
}
#rec2437433171 .t772__content { display: contents; }
#rec2437433171 .t772__imgwrapper { grid-column: 1 / -1; grid-row: 1; }
#rec2437433171 .t772__textwrapper {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  padding-top: 16px;
  padding-right: 12px;
  min-width: 0;
}
#rec2437433171 .t-card__btn-wrapper {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  margin: 0 !important;
  padding: 16px 0 0 !important;
}
#rec2437433171 .t-card__title { margin-top: 0 !important; letter-spacing: 0.08em; }
#rec2437433171 .t-card__descr { opacity: 0.7; margin-top: 4px !important; }
#rec2437433171 .t-card__btn,
#rec2437433171 .t-btn.t-btnflex,
#rec2437433171 .t-btnflex.t-btnflex_type_button,
#rec2437433171 .t772__btn,
#rec2437433171 .t772__btn-wrapper a {
  position: relative !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(110deg, #1a1612 0%, #3a2e22 28%, #c4a37a 50%, #8b7355 72%, #1a1612 100%) !important;
  background-size: 220% 100% !important;
  animation: mirel-btn-shine 4.5s ease-in-out infinite !important;
  color: #fff !important;
  border: 0 !important;
  border-style: none !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 18px rgba(196, 163, 122, 0.28) !important;
  padding: 9px 22px !important;
  min-height: 0 !important;
  height: auto !important;
  cursor: pointer !important;
  letter-spacing: 0.06em !important;
}
#rec2437433171 .t-card__btn .t-btnflex__text,
#rec2437433171 .t-btnflex.t-btnflex_type_button .t-btnflex__text {
  color: #fff !important;
  position: relative !important;
  z-index: 1 !important;
}
@keyframes mirel-btn-shine {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
#rec2437433171 .t772__imgwrapper { position: relative; overflow: hidden; }
.mirel-sld {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.mirel-sld__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mirel-sld__slide.is-on { opacity: 1; }
.mirel-sld__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #111;
  cursor: pointer;
  font-size: 16px;
  line-height: 32px;
  padding: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.t772__col:hover .mirel-sld__btn { opacity: 1; }
.mirel-sld__btn.prev { left: 10px; }
.mirel-sld__btn.next { right: 10px; }
.mirel-sld__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.mirel-sld__dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: block;
}
.mirel-sld__dots i.is-on { background: #fff; }

/* Why MIREL */
#rec2466630631 { padding-top: 88px !important; padding-bottom: 72px !important; background-color: var(--mirel-cream) !important; }
#rec2466630631 .t-section__title { margin-bottom: 48px !important; text-align: center !important; }
#rec2466630631 .t1053__separator,
#rec2466630631 .t1053__line,
#rec2466630631 [class*="separator"] { display: none !important; }
#rec2466630631 .t1053__container,
#rec2466630631 .t-list__container_inrow3 {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
  float: none !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#rec2466630631 .t1053__col,
#rec2466630631 .t1053__col.t-col,
#rec2466630631 .t1053__col.t-col_4 {
  float: none !important;
  width: 33.333% !important;
  max-width: 360px !important;
  flex: 1 1 0 !important;
  padding: 0 24px !important;
  text-align: center !important;
}
#rec2466630631 .t1053__col-wrapper,
#rec2466630631 .t1053__title,
#rec2466630631 .t1053__descr {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Featured models */
#rec2466711811 { padding-top: 0 !important; padding-bottom: 0 !important; background: #000 !important; }
#rec2466711811 .t401__wrapper,
#rec2466711811 .t401__col { position: relative; }
#rec2466711811 .t401__title {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: #fff !important;
  letter-spacing: 0.16em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

/* Designers */
#rec2466612731 { padding-top: 88px !important; padding-bottom: 48px !important; background-color: var(--mirel-cream) !important; }
#rec2466612731 .t-title { margin-bottom: 20px !important; }
#rec2466612731 .t-text { max-width: 720px; margin-left: auto; margin-right: auto; line-height: 1.65; }

/* Contacts */
#rec2451668531 { padding-top: 24px !important; padding-bottom: 64px !important; background-color: var(--mirel-cream) !important; }
#rec2451668531 .t560__title { letter-spacing: 0.12em; }

/* Product pages */
.t764__info { padding-left: 28px; }
.t764__title { letter-spacing: 0.12em; margin-bottom: 18px !important; }
.t764__descr { line-height: 1.55; }
.mirel-back {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--mirel-gold) !important;
  text-decoration: none !important;
  font-family: Times, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
}
.mirel-spec {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  line-height: 1.45;
}
.mirel-spec span:first-child {
  opacity: 0.62;
}
.mirel-spec-price {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.t764__btn-left,
.t764 a.t-btnflex {
  margin-top: 22px;
}

/* Form legal links */
.t702__form-bottom-text a {
  color: inherit !important;
  text-decoration: underline;
}
.t702__form-bottom-text a:hover { color: var(--mirel-gold) !important; }

.mirel-legal {
  background: #0d0d0d;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  padding: 22px 20px 28px;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.mirel-legal a {
  color: #fff !important;
  text-decoration: underline;
  margin: 0 8px;
}

.t-tildalаbеl { opacity: 0.35; }

@media (max-width: 960px) {
  .t764__info { padding-left: 0; }
  .mirel-spec { grid-template-columns: 1fr; gap: 4px; }
  .mirel-sld__btn { opacity: 1; }
  #rec2437433171 .t772__col,
  #rec2437433171 .t-card__col { margin-bottom: 10px !important; }
  #rec2437433171 .t772__textwrapper { padding-top: 8px; padding-right: 8px; }
  #rec2437433171 .t-card__title { margin-top: 0 !important; }
  #rec2437433171 .t-card__descr { margin-top: 2px !important; }
  #rec2437433171 .t-card__btn-wrapper { margin: 0 !important; padding: 8px 0 0 !important; justify-self: end; align-self: center; }
  #rec2437433171 .t-card__btn,
  #rec2437433171 .t-btn.t-btnflex,
  #rec2437433171 .t-btnflex.t-btnflex_type_button { padding: 7px 16px !important; font-size: 12px !important; }
  #rec2466630631 { padding-top: 36px !important; padding-bottom: 24px !important; }
  #rec2466630631 .t-section__title,
  #rec2466630631 .t-title { margin-bottom: 16px !important; }
  #rec2466630631 .t1053__container,
  #rec2466630631 .t-list__container_inrow3 { flex-wrap: wrap !important; }
  #rec2466630631 .t1053__col,
  #rec2466630631 .t1053__col.t-col,
  #rec2466630631 .t1053__col.t-col_4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    padding: 0 16px 8px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  #rec2466630631 .t1053__col-wrapper {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  #rec2466630631 .t1053__col:first-child .t1053__col-wrapper { padding-top: 0 !important; }
  #rec2466630631 .t1053__title,
  #rec2466630631 .t-name { margin: 0 0 6px !important; padding-bottom: 0 !important; }
  #rec2466630631 .t1053__descr,
  #rec2466630631 .t-descr { margin: 0 !important; }
  #rec2466630631 .t-section__bottomwrapper { margin-top: 12px !important; }
}

/* MIREL unified original typography */
:root {
  --t-text-font: Arial, Helvetica, sans-serif;
  --t-heading-font: Arial, Helvetica, sans-serif;
}
html,
body,
body *,
#allrecords,
#allrecords *,
.mirel-topbar,
.mirel-topbar *,
.mirel-back,
button,
input,
textarea,
select {
  font-family: Arial, Helvetica, sans-serif !important;
}
