

/* Start:/local/components/tempus/catalog.smart.filter/templates/maket-section/style.css?178740067848797*/
.custom-availability-btn {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.custom-availability-btn.is-hidden-by-empty {
  display: none !important;
}

.custom-availability-btn__icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.custom-availability-btn__text {
  font-weight: 500;
  font-size: 14px;
  color: #3c3c3c;
}

.custom-availability-btn.is-active .custom-availability-btn__icon {
  filter: grayscale(0%);
  opacity: 1;
}

.catalog-sort-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #e7e1db;
}

.new-filter-option__img-wr {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.new-filter-option__img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.catalog-sort-row .d-f-lang {
  margin-right: auto;
}

.desktop-availability-container .custom-availability-btn {
  margin-bottom: 0 !important;
  padding: 8px 14px;
  white-space: nowrap;
}

.desktop-availability-container .custom-availability-btn__text {
  color: #939393;
}

.custom-availability-btn.is-active .custom-availability-btn__text {
  color: #3c3c3c;
}


.sf-hero__info {
  display: flex;
  flex-direction: column;
}

.new-filter-tags__item svg,
.new-filter-tags__item .msh-chip__x {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  flex: 0 0 16px;
  color: #3c3c3c;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}


.new-filter-tags-wrapper:not(:has(.new-filter-tags__item)) {
  display: none !important;
}

body.no-filter-tags .new-filter-tags-wrapper {
  display: none !important;
}


.shopaddress .smartseo-usp__title {
  text-decoration: underline;
}

.shopaddress .smartseo-usp__title:hover {
  text-decoration: unset;
}

.shopaddress {
  cursor: pointer;
}

.sf-hero__location {
  margin-bottom: 20px;
  margin-top: 20px;
}

.sf-hero__city {
  font-weight: bold;
  font-size: 18px;
}

.sf-hero__address {
  font-size: 18px;
}

.sf-hero__schedule,
.sf-hero__contacts {
  margin-bottom: 25px;
  font-family: 'Styrene A Web', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  color: #3c3c3c;
}

.sf-hero__label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  color: #666;
}

.sf-hero__phone {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  margin-bottom: 5px;
}

.sf-hero__socials {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.sf-hero__social-link {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .sf-hero__info {
    text-align: left;
    align-items: flex-start;
  }

  .sf-hero__socials {
    justify-content: flex-start;
  }

}

@media (max-width: 1269px) {
  .cus-un-ma {
    margin-bottom: unset !important;
  }

  .cus-un-mob {
    display: none !important;
  }
}


.filter-mobile-view {
  display: none !important;
}

.filter-desktop-view {
  display: flex;
}

.new-filter__mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.new-filter__mobile-left {
  display: flex;
  gap: 4px;
  min-width: 0;
}

.new-filter__mobile-title {
  margin-right: 0;
}

.new-filter__mobile-clear {
  padding: 0;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #3c3c3c;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 3px;
}

.new-filter__mobile-clear:hover {
  text-decoration: underline;
}

.new-filter__mobile-clear:disabled,
.new-filter__mobile-clear[aria-disabled="true"] {
  opacity: 1;
  color: #939393;
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 1269px) {
  .filter-desktop-view {
    display: none !important;
  }

  .filter-mobile-view {
    display: block !important;
  }
}

.smartseo-usp {
  margin: 20px 0;
  overflow: hidden;
}


body:has(.new-filter-tags-wrapper:not(:has(.new-filter-tags__item))) .smartseo-usp {
  margin: 20px 0 10px;
}

body.no-filter-tags .smartseo-usp {
  margin: 20px 0 6px;
}

.smartseo-usp__item {
  box-sizing: border-box;
}

.smartseo-usp__title {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  height: 2.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.ya-reviews--bw .ya-reviews__stats {
  text-decoration: underline;
}

.ya-reviews--bw .ya-reviews__stats:hover {
  text-decoration: unset;
}

.ya-reviews--bw.smartseo-usp__title {
  font-weight: 500 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  gap: 0px !important;
}


/*.pagination__more {
  display: none !important;
}*/

.catalog-grid__item:first-child {
  /*--cols: 7;
  display: none;*/
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 12px;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #939393;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.breadcrumbs__item+.breadcrumbs__item::before {
  content: "/";
  color: #cacaca;
}

.breadcrumbs__item:last-child {
  color: #cacaca;
}

.new-filter-tags,
.catalog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 60px;
}

.new-filter-tags__item,
.catalog-tags__item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: #e7e1db;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  height: 26px;
}

.new-filter-tags__item.new-filter-tags__item_fake {
  background: #E7E1E6;
}

.catalog-tags {
  margin-top: 16px;
}


.close-tag {
  width: unset !important;
  background: unset !important;
  margin-top: 23px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .close-tag {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .new-filter-handlers {
    display: none !important;
  }
}


.catalog-tags__item {
  background: none;
  color: #939393;
}

.catalog-sort-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #e7e1db;
}

.catalog-is-stock {
  height: 32px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.catalog-is-stock input {
  display: none;
}

.catalog-is-stock input:checked+.catalog-is-stock__wr {
  opacity: 1;
}

.catalog-is-stock input:checked+.catalog-is-stock__wr .catalog-is-stock__icon {
  background: #dede2b;
}

.catalog-is-stock__wr {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.2s;
}

.catalog-is-stock__icon {
  border-radius: 50px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.catalog-new-sort {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.catalog-new-sort__item input {
  display: none;
}

.catalog-new-sort__item input:checked+.catalog-new-sort__item-wr {
  opacity: 1;
}

.catalog-new-sort__item-wr {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  transition: 0.2s;
}

.new-filter-input__wr {
  position: relative;
}

.new-filter-item--price .new-filter-input__wr {
  flex-grow: 1;
}

.new-filter-item--price .filter-input {
  width: 100%;
}


.filter-input {
  border: none;
  border-bottom: 1px solid #cacaca;
  height: 42px;
  width: 92px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  padding-right: 20px;
}

.filter-input::placeholder {
  color: #cacaca;
}

.filter-input:not(.filter-input:placeholder-shown),
.filter-input:focus {
  border-color: #3c3c3c;
}

.filter-input:not(.filter-input:placeholder-shown)+.new-filter-input__unit,
.filter-input:focus+.new-filter-input__unit {
  color: #3c3c3c;
}

.new-filter-input__unit {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #cacaca;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}

.new-filter__range {
  display: flex;
  align-items: center;
  gap: 12px;
}

.new-filter__range-sep {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.new-filter {
  /*margin-bottom: 85px;*/
  display: flex;
  flex-wrap: wrap;
}

.new-filter.is-active {
  max-height: initial !important;
}

.new-filter__col {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #f5f1ed;
  display: flex;
  flex-direction: column;
}

.new-filter__col:nth-child(1) {
  padding-top: 0;
  width: 100%;
  padding-bottom: 10px;
  border-top: none;
}

.new-filter__col:nth-child(1) .new-filter__col-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.new-filter__col:nth-child(2) .new-filter__col-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.new-filter__col:nth-child(2) .new-filter-input__wr {
  flex-grow: 1;
}

.new-filter__col:nth-child(2) .filter-input {
  width: 100%;
}

.new-filter__col:nth-child(2) {
  border-right: 1px solid #f5f1ed;
  padding-right: 30px;
}

.new-filter__col:nth-child(3) {
  border-right: 1px solid #f5f1ed;
  padding-right: 30px;
  padding-left: 30px;
}

.new-filter__col:nth-child(3) .new-filter__col-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.new-filter__col:nth-child(4) {
  border-right: 1px solid #f5f1ed;
  padding-right: 30px;
  padding-left: 30px;
}

.new-filter__col:nth-child(4) .new-filter__col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.new-filter__col:nth-child(5) {
  padding-left: 30px;
}

.new-filter__col:nth-child(5) .new-filter__col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.new-filter__col:nth-child(2),
.new-filter__col:nth-child(3),
.new-filter__col:nth-child(4),
.new-filter__col:nth-child(5) {
  width: calc(100% / 4);
}

.new-filter__col:last-child {
  width: 100%;
}

.new-filter__col-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #3c3c3c;
  margin-bottom: 40px;
}

.new-filter__col-title span {
  color: #dede2b;
}

.new-filter-item {
  position: relative;
}

.new-filter-item::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -12px;
  bottom: -10px;
  left: -10px;
  background-color: #e7e1db;
  border-radius: 18px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  width: var(--bg-width);
  height: var(--bg-height);
}

.new-filter-item.new-filter-item--open {
  z-index: 20;
}

.new-filter-item.new-filter-item--open::before {
  opacity: 1;
  visibility: visible;
}

.new-filter-item.new-filter-item--active .new-filter-item__header {
  opacity: 1 !important;
}

/* .new-filter-item:not(:has(.new-filter-item__content-right))
  .new-filter-item__content {
  height: auto !important;
} */

/* .new-filter-item:not(:has(.new-filter-item__content-right))
  .new-filter-item__content-data {
  position: unset !important;
} */
.new-filter-item.new-filter-item--price .new-filter-item__content {
  height: auto !important;
}


.new-filter-item__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  padding-bottom: 12px;
  cursor: pointer;
}

/* .new-filter-item--large .new-filter-item__header,
.new-filter-item--list .new-filter-item__header {
  padding-bottom: 12px;
}

.new-filter-item--small .new-filter-item__header {
  padding-bottom: 22px;
}

.new-filter-item--price .new-filter-item__header {
  padding-bottom: 18px;
} */

.new-filter-item--colors.new-filter-item--open .new-filter-item__header,
.new-filter-item--colors-large.new-filter-item--open .new-filter-item__header,
.new-filter-item--list.new-filter-item--open .new-filter-item__header {
  background: #fff;
}

.new-filter-item--colors .new-filter-option__name,
.new-filter-item--colors-large .new-filter-option__name {
  display: none !important;
}

.new-filter-item__header-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #3c3c3c;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.new-filter-item__header-variants {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: rgba(147, 147, 147, 1);
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.new-filter-item__header-variants span {
  color: #dede2b;
}

.new-filter-item__header-variants:not(.new-filter-item__header-variants--visible) {
  display: none;
}

.new-filter-item__header-btn {
  width: 16px;
  height: 16px;
  background: #3c3c3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: 0.3s;
  cursor: pointer;
}

.new-filter-item__header.is-active .new-filter-item__header-btn {
  opacity: 1;
}

.new-filter-item__header.is-active .new-filter-item__header-btn .new-filter-item__content-btn--arrow {
  transform: rotate(-180deg);
}

.new-filter-item__content-right {
  display: flex;
  align-items: flex-start;
  padding-right: 12px;
  flex-shrink: 0;
  position: relative;
}

.new-filter-item__content-btn {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: #3c3c3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.new-filter-item__content-btn .new-filter-item__content-btn--cross {
  display: none;
}

.new-filter-item--open .new-filter-item__content-btn {
  background: #dede2b;
}

.new-filter-item--open .new-filter-item__content-btn .new-filter-item__content-btn--arrow {
  display: none;
}

.new-filter-item--open .new-filter-item__content-btn .new-filter-item__content-btn--cross {
  display: block;
}

.new-filter-item__content-line {
  width: 1px;
  height: 40px;
  background-color: #cacaca;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -25%);
}

.new-filter-item__content {
  overflow: hidden;
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.new-filter-item--large .new-filter-item__content {
  height: 32px;
  align-items: center;
}

.new-filter-item--small .new-filter-item__content {
  height: 64px;
  align-items: center;
}

.new-filter-item--colors-large .new-filter-item__content {
  height: 42px;
  align-items: center;
}

.new-filter-item--open .new-filter-item__content {
  overflow: visible;
}

.new-filter-item__content.is-active {
  max-height: initial !important;
}

.new-filter-item__content-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* .new-filter-item--colors .new-filter-item__content-inner {
  max-width: 194px;
} */

/* .new-filter-item--colors-large .new-filter-item__content-inner {
  max-width: 232px;
} */

.new-filter-item__content-data {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: max-content;
}

.new-filter-options-grid {
  display: grid;
  gap: 1px;
}

.new-filter-options-grid.new-filter-options-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.new-filter-options-grid.new-filter-options-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.new-filter-options-grid.new-filter-options-grid--5 {
  grid-template-columns: repeat(5, 1fr);
}

.new-filter-options-grid:not(.new-filter-options-grid--2, .new-filter-options-grid--3, .new-filter-options-grid--5) .new-filter-option-large-item {
  justify-content: flex-start;
}

.new-filter-option {
  cursor: pointer;
}

.new-filter-option input {
  display: none;
}

.new-filter-option input:checked+.new-filter-option-large-item {
  background: #DEDE2B;
}

.new-filter-option input:checked+.new-filter-option-large-item::before {
  opacity: 1;
}

.new-filter-option input:checked+.new-filter-option-list-item {
  background: #e7e1db;
  color: #3c3c3c;
}

.new-filter-option input:checked+.new-filter-option-color {
  box-shadow: 0 1px 10px -2px rgba(86, 86, 86, 0.6);
  border: 2px solid #fff;
}

.new-filter-option.new-filter-option--disabled {
  opacity: 0.3;
  cursor: initial;
}

.new-filter-collors-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 5px;
  border-radius: 0 0 6px 6px;
}

.new-filter-item--open .new-filter-collors-grid {
  background: #fff;
}

.new-filter-option-color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #f5f1ed;
  background: #fff;
  transition: 0.2s;
}

.new-filter-option-large-item {
  height: 32px;
  background: #fff;
  border-radius: 6px;
  padding: 7px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.2s;
  position: relative;
}

.new-filter-option-large-item::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/local/templates/main/images/filter-cehck.svg) center no-repeat #dede2b;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s;
}

.new-filter-options-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  padding: 0 5px 5px;
}

.new-filter-options-list.new-filter-options-list--wrap {
  flex-direction: row;
  flex-wrap: wrap;
}

.new-filter-option-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
  border-radius: 30px;
  width: 100%;
}

.new-filter-options-list.new-filter-options-list--wrap .new-filter-option-list-item {
  width: max-content;
}

.new-filter-option-list-item__cross {
  display: none;
}

.custom-swither {
  cursor: pointer;
}

.custom-swither input {
  display: none;
}

.custom-swither input:checked+.custom-swither__wr .custom-swither__inner {
  left: 17px;
  background: #dede2b;
  box-shadow: 0 0 6px 1px #dede2b, inset 0 0 2px 1px #feffc6;
}

.new-filter__backlight {
  padding: 43px 40px 0;
  margin: auto -40px 0;
}

.switcher-field {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}

.switcher-field__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.custom-swither__wr {
  border-radius: 30px;
  width: 32px;
  height: 16px;
  background: #3c3c3c;
  position: relative;
}

.custom-swither__inner {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #939393;
  transition: 0.2s;
}

.new-filter__col-title-box {
  width: 33.3333333333%;
}

.new-filter-additional-options {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.new-filter-handlers {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 5px 0;
}

.new-filter-handlers::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f5f1ed;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.new-filter-handlers__button {
  height: 25px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  border-radius: 40px;
}

.new-filter-handlers__button--open {
  background: #3c3c3c;
}

.new-filter-handlers__button--clear {
  color: #3c3c3c;
  background: #f5f1ed;
}

.new-filter-handlers__button-counter {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 19px;
  height: 15px;
  background: #dede2b;
}

.custom-select.is-sort .custom-select__dropdown {
  padding: 10px;
  border-radius: 18px;
  width: 210px !important;
  top: calc(100% + 1px);
  box-shadow: 0 1px 40px -2px rgba(116, 105, 91, 0.1);
  gap: 4px;
}

.custom-select.is-sort .custom-select__item {
  width: 100%;
  padding: 0 10px;
  min-width: initial;
  border-radius: 6px;
}

.new-filter-item__header-btn .new-filter-item__content-btn--cross {
  display: none;
}

.new-filter-item__header-right {
  display: flex;
  gap: 6px;
  align-items: center;
  position: relative;
  top: 2px;
}

.new-filter-item__header-counter {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1px;
  width: max-content;
  height: 16px;
  background: #DEDE2B;
  border-radius: 10px;
  color: #3C3C3C;
  font-size: 10px;
  line-height: 120%;
  padding: 0 5px;
  flex-shrink: 0;
}

.new-filter-item__header-counter.new-filter-item__header-counter--visible {
  display: flex;
}

.new-filter-item--filter {
  margin-bottom: 12px;
}

.new-filter-handlers__center {
  display: none;
}

.new-filter-handlers__center-loading {
  width: 16px;
  height: 16px;
  animation: rotate 1s linear infinite;
  display: none;
}

.new-filter-handlers__center--loading .new-filter-handlers__center-loading {
  display: block;
}

.new-filter-handlers__center--loading .new-filter-handlers__center-counter {
  display: none;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-360deg);
  }
}

.new-filter-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(60, 60, 60, .4);
  z-index: 10000001;
}

.new-filter-overlay--visible {
  display: block;
}

.catalog-is-stock__text {
  display: block;
}

.catalog-page .page-top__right {
  padding-right: 5rem !important;
}

.catalog-page .page-top__right {
  width: 55% !important;
}

.page-top__left {
  max-width: initial !important;
  width: 45% !important;
}

.new-filter-tags__item {
  cursor: pointer;
}

.new-filter-option__name-large {
  font-size: 12px;
  line-height: 12px;
}

.new-filter-item--brands .new-filter-option__name-large {
  text-align: center;
}

/* часы слева */
.filter-watch {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
}

.filter-watch svg {
  width: 100%;
  height: 614px;
  /* фиксированная высота */
  /*transform: translateY(90px);*/
  preserveAspectRatio: xMidYMid meet;
  /* сохраняем пропорции */
}

.filter-watch-blue {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent 0%, white 100%);
  pointer-events: none;
  z-index: 2;
}

.page-top {
  margin-bottom: 5rem;
}

@media screen and (min-width: 1500px) {
  .new-filter__col:nth-child(4) .new-filter__col-inner-item:last-child {
    grid-column: span 2;
  }

  .new-filter-item--price .new-filter-item__content-data {
    position: unset !important;
  }

  .new-filter__col:nth-child(2) {
    padding-left: 10px;
  }

  .new-filter__col:nth-child(5) {
    padding-right: 10px;
  }

  .new-filter-option.hide-desktop {
    display: none !important;
  }

}

@media screen and (min-width: 1201px) {}

@media screen and (max-width: 1500px) and (min-width: 1201px) {
  .new-filter__col:nth-child(1) .new-filter-item.new-filter-item--price .new-filter-item__header-btn {
    display: flex;
  }

  /*.new-filter__col:nth-child(1) .new-filter-item.new-filter-item--price .new-filter-item__content {
    height: 0 !important;
  }*/

  /*.new-filter__col:nth-child(1) .new-filter-item.new-filter-item--price .new-filter__range {
    flex-direction: column;
    gap: 0;
  }*/

  /*.new-filter__col:nth-child(1)  .new-filter-item.new-filter-item--price .new-filter-item__header {
    display: flex;
  } */

  /*.new-filter__col:nth-child(1)  .new-filter-item.new-filter-item--price {
    width: 100px;
    flex-grow: 0;
    margin-bottom: -12px;
  }

  .new-filter__col:nth-child(1) .new-filter__col-inner {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .new-filter__col:nth-child(1) .new-filter-item {
    flex-grow: 1;
  }

  .new-filter__col:nth-child(1) .new-filter-item:last-child {
    width: 300px;
    flex-grow:0;
  }*/
  .new-filter-item--price .new-filter-item__content-data {
    position: unset !important;
  }
}

@media screen and (max-width: 1500px) {
  .new-filter__col:nth-child(1) {
    width: 100%;
  }

  .new-filter__col:nth-child(2),
  .new-filter__col:nth-child(3),
  .new-filter__col:nth-child(4),
  .new-filter__col:nth-child(5) {
    width: calc(100% / 2);
  }

  .new-filter__col:nth-child(3) .new-filter__col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .new-filter__col:nth-child(4) .new-filter__col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .new-filter-item--price .new-filter-item__header {
    padding-bottom: 12px;
  }

  /*.new-filter-options-grid.new-filter-options-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }*/

  .new-filter-options-grid.new-filter-options-grid--5 {
    grid-template-columns: repeat(3, 1fr);
  }

  .new-filter__backlight {
    margin-top: 0;
  }

  .new-filter__col:nth-child(2),
  .new-filter__col:nth-child(4) {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1201px) {
  .new-filter-item--filter {
    display: none;
  }

  .catalog-is-stock__mobile-text {
    display: none;
  }

  .new-filter__mobile-open-btn {
    display: none !important;
  }

  .new-filter__col-title-box .new-filter-item__header-btn {
    display: none;
  }

  .new-filter__col:nth-child(1) .new-filter-item__header {
    display: none;
  }

  .new-filter:not(.is-active) .new-filter__col:nth-child(2),
  .new-filter:not(.is-active) .new-filter__col:nth-child(3),
  .new-filter:not(.is-active) .new-filter__col:nth-child(4),
  .new-filter:not(.is-active) .new-filter__col:nth-child(5),
  .new-filter:not(.is-active) .new-filter__col:nth-child(7),
  .new-filter:not(.is-active) .new-filter__col:nth-child(6) {
    display: none;
  }


  .new-filter__col:nth-child(2) .new-filter-item__content,
  .new-filter__col:nth-child(3) .new-filter-item__content,
  .new-filter__col:nth-child(4) .new-filter-item__content,
  .new-filter__col:nth-child(5) .new-filter-item__content {
    height: 0;
  }

  .new-filter__col:nth-child(2) .new-filter-item__header-btn,
  .new-filter__col:nth-child(3) .new-filter-item__header-btn,
  .new-filter__col:nth-child(4) .new-filter-item__header-btn,
  .new-filter__col:nth-child(5) .new-filter-item__header-btn {
    display: flex;
    opacity: 1;
  }

  .new-filter__col:nth-child(2) .new-filter-item__header,
  .new-filter__col:nth-child(3) .new-filter-item__header,
  .new-filter__col:nth-child(4) .new-filter-item__header,
  .new-filter__col:nth-child(5) .new-filter-item__header {
    opacity: .5;
    min-height: 32px;
  }

  .new-filter__col:nth-child(4) .new-filter-item--price .new-filter-item__header {
    pointer-events: none;
  }

  .new-filter-item--open .new-filter-item__header {
    opacity: 1 !important;
  }

  .new-filter-item--open .new-filter-item__header-btn {
    background: #dede2b;
  }

  .new-filter-item--open .new-filter-item__header-btn .new-filter-item__content-btn--arrow {
    display: none;
  }

  .new-filter-item--open .new-filter-item__header-btn .new-filter-item__content-btn--cross {
    display: block;
  }

  .new-filter-item.new-filter-item--price .new-filter-item__header-btn {
    display: none;
  }

  .new-filter-item.new-filter-item--price .new-filter-item__header {
    opacity: 1 !important;
  }


  .new-filter__col:nth-child(2) .new-filter-item__content-right,
  .new-filter__col:nth-child(3) .new-filter-item__content-right,
  .new-filter__col:nth-child(4) .new-filter-item__content-right,
  .new-filter__col:nth-child(5) .new-filter-item__content-right {
    display: none;
  }

  .new-filter-option__img-wr {
    flex-shrink: 0;
  }

  .new-filter-item.new-filter-item--brands .new-filter-option__img-wr {
    display: none;
  }

  .new-filter-item--colors .new-filter-item__header {
    /* max-width: 194px; */
    border-radius: 6px 6px 0 0;
  }

  .new-filter-item--list .new-filter-item__header {
    border-radius: 6px 6px 0 0;
  }

  .new-filter-item--colors.new-filter-item--open .new-filter-item__header {
    padding-left: 5px;
    padding-right: 5px;
  }

  .new-filter-item--list.new-filter-item--open .new-filter-item__header {
    padding-left: 5px;
    padding-right: 5px;
  }

  .new-filter-item--colors-large .new-filter-item__header {
    /* max-width: 232px; */
    border-radius: 6px 6px 0 0;
  }

  .new-filter-item--colors-large.new-filter-item--open .new-filter-item__header {
    padding-left: 5px;
    padding-right: 5px;
  }

  .new-filter-item__header-btn {
    display: none;
  }

  .new-filter-option input:checked+.new-filter-option-list-item .new-filter-option-list-item__cross {
    display: block;
  }

  .new-filter-item--colors-large .new-filter-option-color {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .catalog-is-stock__text {
    display: none;
  }


  .catalog-sort-row {
    flex-wrap: wrap;
  }

  .catalog-is-stock {
    width: 100%;
    order: 3;
    border-top: 1px solid rgba(245, 241, 237, 1);
    border-bottom: 1px solid rgba(245, 241, 237, 1);
    padding: 20px 0;
    height: auto;
  }

  .new-filter.is-active {
    padding-bottom: 40px;
  }

  .new-filter-input__wr {
    flex-grow: 1;
  }

  .new-filter-additional-options {
    overflow: hidden;
  }

  .filter-input {
    width: 100%;
  }

  .new-filter__col:nth-child(2) {
    width: 50%;
    border-top: 1px solid #f5f1ed;
    border-right: 1px solid #f5f1ed;
    padding-top: 40px;
    padding-right: 40px;
  }

  .new-filter__col:nth-child(2) .new-filter__col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .new-filter__col:nth-child(3) {
    padding-left: 40px;
    border-right: none;
  }

  .new-filter__col:nth-child(4) {
    width: 50%;
  }



  .new-filter__col:nth-child(3),
  .new-filter__col:nth-child(5) {
    width: 50%;
  }

  .new-filter__col:nth-child(5) .new-filter__col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .new-filter-collors-grid {
    flex-direction: column;
    gap: 1px;
  }

  .new-filter-item--colors .new-filter-option__name,
  .new-filter-item--colors-large .new-filter-option__name {
    display: block !important;
    color: rgba(147, 147, 147, 1);
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -2%;
  }

  .new-filter-item--colors .new-filter-option,
  .new-filter-item--colors-large .new-filter-option {
    display: flex;
    align-items: center;
    padding-left: 18px;
    gap: 13px;
    height: 48px;
    border-radius: 6px;
    transition: 0.2s;
    position: relative;
  }

  .new-filter-item--colors .new-filter-option::before,
  .new-filter-item--colors-large .new-filter-option::before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/local/templates/main/images/filter-cehck.svg) center no-repeat #dede2b;
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
  }

  .new-filter-item--colors .new-filter-option:has(input:checked),
  .new-filter-item--colors-large .new-filter-option:has(input:checked) {
    background: #f5f1ed;
  }

  .new-filter-item--colors .new-filter-option:has(input:checked)::before,
  .new-filter-item--colors-large .new-filter-option:has(input:checked)::before {
    opacity: 1;
  }

  .new-filter-item--colors .new-filter-option:has(input:checked) .new-filter-option__name,
  .new-filter-item--colors-large .new-filter-option:has(input:checked) .new-filter-option__name {
    color: rgba(60, 60, 60, 1);
  }
}

@media (max-width: 1200px) {
  .new-filter-item--sort {
    order: -1;
    padding: 10px 0 !important;
    border-top: 1px solid #f5f1ed;
  }

  .new-filter__col-title {
    font-size: 20px !important;
  }

  .new-filter__col-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .new-filter__col-title-box.is-active .new-filter-item__header-btn {
    opacity: 1;
    transform: rotate(-180deg);
  }

  .new-filter-additional-options {
    /*max-height: 0;*/
    transition: .3s;
  }

  .new-filter-option-list-item {
    padding: 4px 4px;
  }

  .new-filter-additional-options.is-active {
    max-height: initial !important;
  }

  .catalog-page .page-top__right {
    padding-right: 0 !important;
  }

}

@media screen and (max-width: 1200px) {

  .new-filter-tags,
  .catalog-tags {
    margin-top: 20px;
  }

  .new-filter {
    max-height: 0;
    overflow: hidden;
  }

  .new-filter {
    flex-direction: column;
  }

  .new-filter__col {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
  }

  .new-filter__col:nth-child(1) .new-filter__col-inner,
  .new-filter__col:nth-child(2) .new-filter__col-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .new-filter__col-inner {
    gap: 0 !important;
  }

  .new-filter__col-title {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 120%;
  }

  /*   .new-filter-item.new-filter-item--brands .new-filter-option__name {
    display: none;
  } */
  /* .new-filter-item.new-filter-item--brands {
    overflow: hidden;
    margin: 0 calc(var(--base-padding) * -1);
  }

  .new-filter-item.new-filter-item--brands .new-filter-item__header {
    display: none;
  }

  .new-filter-item.new-filter-item--brands .new-filter-item__content {
    max-height: initial !important;
  }

  .new-filter-item.new-filter-item--brands .new-filter-options-grid {
    display: flex;
    gap: 10px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .new-filter-item.new-filter-item--brands
    .new-filter-options-grid::-webkit-scrollbar {
    display: none;
  }

  .new-filter-item.new-filter-item--brands .new-filter-item__content-inner {
    padding-bottom: 10px;
  }

  .new-filter-item.new-filter-item--brands .new-filter-option-large-item {
    width: 74px;
    height: 74px;
    padding: 10px;
  }

  .new-filter-item.new-filter-item--brands
    .new-filter-option-large-item::before {
    top: 2px;
    right: 2px;
    transform: none;
  } */

  .new-filter-item__header {
    padding: 10px 0 !important;
    border-top: 1px solid #f5f1ed;
  }

  .new-filter-item__content-right {
    display: none;
  }

  .new-filter-item__content {
    height: auto !important;
    max-height: 0;
    gap: 0;
    transition: 0.3s;
  }

  .new-filter-item__content-inner {
    padding-bottom: 20px;
    max-width: 100% !important;
  }

  .new-filter-item__content-data {
    position: unset !important;
  }

  .new-filter-options-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .new-filter-option-large-item {
    height: 48px;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    gap: 7px;
    padding: 6px 12px;
  }

  .collection-options-list .new-filter-option-large-item {
    padding: 4px 1px;
    height: 25px;
  }

  .collection-filter-title {
    display: block !important;
  }

  .new-filter-option-large-item::before {
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
  }

  .new-filter-options-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .new-filter__backlight {
    margin: 0;
    padding: 10px 0;
  }

  .new-filter__backlight .switcher-field {
    width: 100%;
    justify-content: space-between;
  }

  .new-filter__col-title-box {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .new-filter-handlers {
    justify-content: space-between;
    transform: translate(0, -65px);
    position: fixed;
    bottom: 12px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 1);
    padding: 4px;
    border-radius: 60px;
    z-index: 999;
    transform: none;
  }

  .new-filter-tags__item,
  .catalog-tags__item {
    white-space: nowrap;
  }

  .new-filter-handlers__button {
    height: 32px;
    width: 32px !important;
    padding: 0;
    text-align: center;
    justify-content: center;
    flex-shrink: 0;
  }

  #retailcrm-consultant-app {
    bottom: 65px !important;
  }

  .new-filter-handlers__center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border: 1px solid rgba(245, 241, 237, 1);
    border-radius: 40px;
    width: 80px;
    position: relative;
    z-index: 1;
    background: #fff;
    color: rgba(203, 187, 167, 1);
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
  }

  .new-filter-option.hide-mob {
    display: none !important;
  }

  .catalog-page .page-top__right {
    width: 100% !important;
  }
}


@media (max-width: 768px) {
  .filter-watch {
    display: none;
  }
}

@media (min-width: 1200px) {
  .filter-watch {
    max-width: 480px;
    height: 320px;
  }

  .filter-watch svg {
  }
}


@media screen and (max-width: 1200px) {
  .new-filter-item.new-filter-item--brands .new-filter-option__img-wr {
    display: none;
  }
}

.catalog-filter__sort-btn>span {
  display: contents;
}

.custom-select.is-sort {
  min-width: 0;
  max-width: 100%;
  flex-shrink: 1;
}

.custom-select.is-sort .custom-select__header {
  min-width: 0;
}

.custom-select.is-sort .catalog-filter__sort-btn {
  min-width: 0;
}

.custom-select.is-sort .catalog-filter__sort-btn > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

.custom-select.is-sort .catalog-filter__sort-btn > span svg {
  flex: 0 0 auto;
}

@media (max-width: 420px) {
  .catalog-sort-row {
    flex-wrap: nowrap;
  }

  .catalog-sort-row .d-f-lang {
    flex: 0 0 auto;
  }

  .catalog-sort-row .custom-select.is-sort {
    flex: 1 1 0;
    width: 0;
  }
}

.custom-select__item.is-active {
  background-color: #f5f5f5;
}

.custom-select__item.is-active .catalog-new-sort__item-wr {
  color: #000;
  font-weight: 500;
}

.custom-select__item.is-active svg {
  stroke: #000 !important;
}

/* Убедитесь, что ховер-эффекты работают правильно */
.custom-select__item:hover {
  background-color: #f8f8f8;
}

/* preloader -1*/
.preloader-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

/* Прелоадер в виде часов */
.watch-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-20px);
  /* Микро-коррекция для визуального центра */
}

.watch-face {
  width: 80px;
  height: 80px;
  border: 3px solid #3C3C3C;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.watch-hour-hand {
  position: absolute;
  width: 3px;
  height: 20px;
  background: #3C3C3C;
  top: 20px;
  left: 50%;
  transform-origin: bottom center;
  animation: watch-hour-rotate 2s linear infinite;
}

.watch-minute-hand {
  position: absolute;
  width: 2px;
  height: 30px;
  background: #DEDE2B;
  top: 10px;
  left: 50%;
  transform-origin: bottom center;
  animation: watch-minute-rotate 1.5s linear infinite;
}

.watch-center {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3C3C3C;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.watch-loader-text {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

@keyframes watch-hour-rotate {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes watch-minute-rotate {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

/* preloader2*/

.preloader-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.dots-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dots-text {
  color: #3C3C3C;
  font-size: 16px;
  margin-bottom: 20px;
  margin: 0 0 20px 0;
}

.dots-container {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #DEDE2B;
  animation: dot-pulse 1.4s ease-in-out infinite both;
}

.dot:nth-child(1) {
  animation-delay: -0.32s;
}

.dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes dot-pulse {

  0%,
  80%,
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/*preloader 3*/
.preloader-3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}

.watch-scheme-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Контейнер для шестеренок */
.gears-container {
  position: relative;
  width: 140px;
  height: 100px;
  margin-bottom: 30px;
}

/* Большая шестеренка */
.gear.large {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 10px;
  animation: rotate-clockwise 4s linear infinite;
}

/* Маленькая шестеренка */
.gear.small {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 5px;
  bottom: 0;
  animation: rotate-counterclockwise 2s linear infinite;
}

/* Зубья шестеренки */
.gear-tooth {
  position: absolute;
  width: 12px;
  height: 25px;
  background: #3C3C3C;
  border-radius: 2px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center 55px;
}

.gear.small .gear-tooth {
  height: 18px;
  width: 8px;
  top: -9px;
  transform-origin: center 34px;
}

/* Распределяем зубья по кругу */
.gear.large .gear-tooth:nth-child(1) {
  transform: translateX(-50%) rotate(0deg);
}

.gear.large .gear-tooth:nth-child(2) {
  transform: translateX(-50%) rotate(60deg);
}

.gear.large .gear-tooth:nth-child(3) {
  transform: translateX(-50%) rotate(120deg);
}

.gear.large .gear-tooth:nth-child(4) {
  transform: translateX(-50%) rotate(180deg);
}

.gear.large .gear-tooth:nth-child(5) {
  transform: translateX(-50%) rotate(240deg);
}

.gear.large .gear-tooth:nth-child(6) {
  transform: translateX(-50%) rotate(300deg);
}

.gear.small .gear-tooth:nth-child(1) {
  transform: translateX(-50%) rotate(0deg);
}

.gear.small .gear-tooth:nth-child(2) {
  transform: translateX(-50%) rotate(90deg);
}

.gear.small .gear-tooth:nth-child(3) {
  transform: translateX(-50%) rotate(180deg);
}

.gear.small .gear-tooth:nth-child(4) {
  transform: translateX(-50%) rotate(270deg);
}

/* Центр шестеренки */
.gear-center {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #DEDE2B;
  border: 3px solid #3C3C3C;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gear.small .gear-center {
  width: 15px;
  height: 15px;
}

.loader-text {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.custom-select.is-collection {}

.collection-options-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.collection-options-list .new-filter-option {
  margin: 0;
  padding: 2px 8px 2px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  background: white;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  box-shadow: none;
  box-sizing: border-box;
}

/* Base legacy styles; maket.css adds lift on .msh-collections */
.collection-options-list .new-filter-option:hover,
.collection-options-list .new-filter-option:active {
  border-color: #e0e0e0;
  background: #fff;
  box-shadow: none;
}

.collection-options-list .new-filter-option-large-item,
.collection-options-list .new-filter-option input:checked+.new-filter-option-large-item {
  background: initial;
}

.collection-options-list .new-filter-option.checked,
.collection-options-list .new-filter-option.checked:hover,
.collection-options-list .new-filter-option.checked :hover {
  background: #f0ece8;
  border-color: #c8bfb6;
  box-shadow: none;
}

.collection-options-list .new-filter-option.checked {
  background: #f0ece8;
  border-color: #c8bfb6;
}

.collection-options-list .new-filter-option-large-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.collection-options-list .new-filter-option__name {
  font-size: 12px;
  line-height: 11px;
  color: #3C3C3C;
}

.collection-options-list .new-filter-option.checked .new-filter-option__name {
  color: #3C3C3C;
  font-weight: 500;
}

.collection-options-list .new-filter-option__count {
  margin: 0;
  padding: 0px 7px 1px 7px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 9px;
}

.collection-filter-title {
  display: none;
}

.collection-options-list .new-filter-option.checked .new-filter-option__count {
  background: #3C3C3C;
  color: white;
}

.collection-options-list .new-filter-option-large-item::before {
  content: none;
}

.collection-options-list .new-filter-option--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.collection-options-list .new-filter-option--disabled:hover {
  border-color: #e0e0e0;
  background: white;
  transform: none;
}

/* Анимации */
@keyframes rotate-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-counterclockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes watch-rotate {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@media (max-width: 768px) {
  .custom-select.tag-items .collection-options-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding: 8px 0 16px 0;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .custom-select.tag-items .new-filter-option {
    flex: 0 0 auto;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .custom-select.tag-items .new-filter-option-large-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 14px;
    white-space: nowrap;
    min-height: auto;
  }

  .custom-select.tag-items .collection-options-list::-webkit-scrollbar {
    display: none;
  }

  .custom-select.tag-items .collection-options-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .collection-options-list .new-filter-option {
    padding: 2px 2px 2px 2px;
  }
}

.catalog-utp {
    transition: opacity 0.2s ease, max-height 0.2s ease;
    max-height: 500px;
    overflow: hidden;
    opacity: 1;
}

.catalog-utp--hidden {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

@media screen and (max-width: 1260px) {
    .catalog-sticky-wrap {
        position: relative;
        min-height: 56px;
    }

    .catalog-sticky-bar {
        transition: transform 0.45s ease-in-out;
        will-change: transform;
        z-index: 30;
        position: relative;
    }

    .catalog-sticky-bar--fixed {
        position: fixed;
        top: calc(var(--header-height) - 10px);
        left: 0;
        right: 0;
        z-index: 998;
        background: #fff;
        box-shadow: 0 1px 0 0 #e7e1db;
        padding: 0px 15px 0px 15px;
    }

    .catalog-sticky-bar--hidden {
        transform: translateY(calc(-100% - var(--header-height)));
    }
    .catalog-sticky-bar--fixed .catalog-sort-row {
      margin-top: 0px;
      border-top: unset;
  }

.catalog-sticky-bar--fixed .new-filter-tags-wrapper {
    margin-top: 15px;
}
}



@media (max-width: 1260px) and (min-width: 761px) {
.catalog-sticky-bar--fixed .new-filter-tags-wrapper {
    margin-top: 25px;
}
}

/* End */


/* Start:/local/components/tempus/catalog.smart.filter/templates/maket-section/maket.css?178740067847941*/
/* Catalog listing chrome — ported from maket_section_html/catalog.css (msh-*) */

@font-face {
  font-family: "Styrene A Web";
  src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Light.woff2") format("woff2"),
       url("/local/templates/main/assets/font/StyreneAWeb-Light.woff2") format("woff2"),
       url("/local/assets/maket_section_html/fonts/StyreneAWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Styrene A Web";
  src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Regular.woff2") format("woff2"),
       url("/local/templates/main/assets/font/StyreneAWeb-Regular.woff2") format("woff2"),
       url("/local/assets/maket_section_html/fonts/StyreneAWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Styrene A Web";
  src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff2") format("woff2"),
       url("/local/templates/main/assets/font/StyreneAWeb-Medium.woff2") format("woff2"),
       url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Styrene A Web";
  src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Bold.woff2") format("woff2"),
       url("/local/templates/main/assets/font/StyreneAWeb-Bold.woff2") format("woff2"),
       url("/local/assets/maket_section_html/fonts/StyreneAWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tmm Ruble";
  src: url("/local/assets/maket_section_html/fonts/RubleGlyph.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.tcs-page {
  --msh-text: #3c3c3c;
  --msh-muted: #939393;
  --msh-muted-2: #b0a99f;
  --msh-line: #e0dbd5;
  --msh-line-2: #d0c8c0;
  --msh-chip: #e7e1db;
  --msh-bg: #ffffff;
  --msh-accent: #dede2b;
  --msh-font: "Styrene A Web", "Styrene B LC", Arial, sans-serif;
  --msh-max: 1800px;
  background: #ffffff !important;
  font-family: var(--msh-font) !important;
  color: var(--msh-text);
}

.tcs-page.catalog-page,
.catalog-page.tcs-page,
.tcs-page .page-top,
.tcs-page .msh-chrome,
.tcs-page .msh-toolbar,
.tcs-page .msh-chips-row,
.tcs-page .msh-collections,
.tcs-page .msh-drawer,
.tcs-page .tcs-catalog,
.tcs-page button,
.tcs-page input,
.tcs-page select,
.tcs-page label,
.tcs-page .msh-chip,
.tcs-page .new-filter-option,
.tcs-page .new-filter-tags__item,
.tcs-page .msh-drop__btn,
.tcs-page .msh-btn-all,
.tcs-page .page-top__title-wrap h1,
.tcs-page .page-top__title-wrap .h1 {
  font-family: var(--msh-font) !important;
}

.tcs-page.catalog-page,
.catalog-page.tcs-page {
  background: #ffffff !important;
}

/* Hide legacy chrome pieces */
.tcs-page .page-top__left,
.tcs-page .catalog-utp,
.tcs-page .filter-watch,
.tcs-page .new-filter-tags__title,
.tcs-page .desktop-availability-container,
.tcs-page .new-filter-handlers,
.tcs-page .catalog-back-top {
  display: none !important;
}

/* Full-width title + filter like msh-page (kill 50% page-top__right) */
.tcs-page .page-top.element-top,
.tcs-page .page-top {
  display: block !important;
  background: transparent !important;
  margin: 0 auto !important;
  max-width: var(--msh-max) !important;
  width: 100% !important;
  padding: 36px 30px 0 !important;
  box-sizing: border-box;
}

.tcs-page .page-top__right {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  position: relative !important;
}

.tcs-page .page-bradcrumbs,
.tcs-page .breadcrumbs {
  justify-content: center;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: var(--msh-muted);
}

.tcs-page .page-top__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 36px;
}

.tcs-page .page-top__title-wrap h1,
.tcs-page .page-top__title-wrap .h1,
.tcs-page .page-top__title-wrap .h4 {
  margin: 0;
  font-family: var(--msh-font);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.68px;
  line-height: 1.05;
  color: var(--msh-text);
  white-space: normal !important;
  text-transform: none;
}

.tcs-page .category__counter,
.tcs-page .page-top__prefix {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  color: var(--msh-muted);
  order: 2;
}

.tcs-page .category__counter::after { content: " моделей"; }

.tcs-page .catalog-filter-slot {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0;
}

.tcs-page .msh-chrome {
  width: 100%;
}

/* Force "Все фильтры" visible (legacy style.css hides .new-filter__mobile-open-btn on desktop) */
.tcs-page .msh-btn-all,
.tcs-page button.msh-btn-all {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.tcs-page .msh-density,
.tcs-page .msh-toolbar__divider,
.tcs-page .msh-toolbar__right {
  display: flex !important;
  visibility: visible !important;
}

.tcs-page .msh-toolbar__divider {
  width: 1px !important;
  height: 20px !important;
  flex: 0 0 1px !important;
  background: #e0dbd5 !important;
  display: block !important;
}

.tcs-page .page-content,
.tcs-page .tcs-catalog {
  max-width: var(--msh-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  background: transparent;
}

.tcs-page .tcs-catalog { padding-top: 0; }
.tcs-page .tcs-catalog__density { display: none !important; }
.tcs-page .tcs-catalog__meta { display: none; }

.tcs-page .msh-btn-all__count:empty,
.tcs-page .msh-btn-all__count[data-empty="1"] {
  display: none;
}

:root {
  --msh-text: #3c3c3c;
  --msh-muted: #939393;
  --msh-muted-2: #b0a99f;
  --msh-line: #e0dbd5;
  --msh-line-2: #d0c8c0;
  --msh-chip: #e7e1db;
  --msh-bg: #ffffff;
  --msh-card: #ffffff;
  --msh-accent: #dede2b;
  --msh-font: "Styrene A Web", Arial, sans-serif;
  --msh-max: 1800px;
  --msh-gap: 30px;
  --msh-cols: 5;
}
/* ── Page ── */
.msh-page {
  max-width: var(--msh-max);
  margin: 0 auto;
  padding: 36px 30px 80px;
}

.msh-title-block {
  text-align: center;
  margin-bottom: 36px;
}

.msh-crumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: -0.24px;
}

.msh-crumbs a {
  color: var(--msh-muted);
  text-decoration: none;
}

.msh-crumbs span:last-child { color: var(--msh-text); }
.msh-crumbs span:not(:last-child) { color: #c8c2bb; }

.msh-h1 {
  margin: 0 0 10px;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.68px;
  line-height: 1.05;
  color: var(--msh-text);
}

.msh-count {
  margin: 0;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: var(--msh-muted);
}

/* ── Toolbar ── */
.msh-toolbar {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 25px;
}

.msh-btn-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 16px 0 12px;
  border: 1px solid var(--msh-line-2);
  border-radius: 8px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 2;
}

.msh-btn-all:hover { border-color: var(--msh-text); }

.msh-btn-all__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 20px;
  background: var(--msh-text);
  color: #fff;
  font-size: 10px;
  letter-spacing: -0.2px;
}

.msh-toolbar__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
}

.msh-toolbar__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.msh-toolbar__divider {
  width: 1px;
  height: 20px;
  background: #e0dbd5;
}

.msh-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.msh-price__field {
  display: inline-flex;
  align-items: center;
  width: 109px;
  height: 32px;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #cacaca;
  background: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: text;
}

.msh-price__field:focus-within,
.msh-price__field:has(input:not(:placeholder-shown)) {
  border-bottom-color: var(--msh-text);
}

.msh-price__field input,
.msh-price input {
  flex: 1 1 auto;
  min-width: 0;
  width: 0;
  height: 32px;
  border: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.24px !important;
  line-height: 1.2 !important;
  color: var(--msh-text);
  font-family: var(--msh-font) !important;
}

.msh-price__field input::placeholder {
  color: #cacaca;
}

.msh-price__dash {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  color: var(--msh-text);
  line-height: 1.2;
}

.msh-price__rub,
.msh-rub {
  font-family: "Tmm Ruble", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.24px !important;
  line-height: 1.2 !important;
  color: var(--msh-text);
  flex-shrink: 0;
  margin-left: 2px;
}

.msh-price input:focus { border-bottom-color: var(--msh-text); }

.msh-drop { position: relative; }

.msh-drop__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 32px;
  padding: 0 8px 0 12px;
  border: 1px solid var(--msh-line);
  border-radius: 8px;
  background: #fff;
  color: var(--msh-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 1.2;
  font-family: var(--msh-font);
}

.msh-drop__btn.is-selected,
.msh-drop.is-open .msh-drop__btn {
  color: var(--msh-text);
  border-color: var(--msh-text);
}

.msh-sort-btn {
  min-width: 148px;
  color: var(--msh-text);
  border-color: var(--msh-line-2);
  padding-left: 14px;
}

.msh-drop__btn svg:last-child {
  transition: transform 0.2s ease;
}

.msh-drop.is-open .msh-drop__btn svg:last-child {
  transform: rotate(180deg);
}

.msh-drop__panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 40;
  min-width: 180px;
  padding: 6px 0;
  background: #fff;
  border: 1px solid var(--msh-line);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.msh-drop__panel--right {
  left: auto;
  right: 0;
}

.msh-drop__opt {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 14px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 12px;
  letter-spacing: -0.24px;
  cursor: pointer;
  color: #636363;
}

.msh-drop__opt:hover,
.msh-drop__opt.is-active {
  background: #f5f3f0;
  color: var(--msh-text);
}

.msh-check {
  width: 16px;
  height: 16px;
  border: 1.5px solid #d0cac4;
  border-radius: 3px;
  flex: 0 0 16px;
  box-sizing: border-box;
}

.msh-drop__opt.is-active .msh-check {
  background: var(--msh-text);
  border-color: var(--msh-text);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.msh-tick {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.msh-drop__opt.is-active .msh-tick {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='%233c3c3c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.msh-density {
  display: flex;
  gap: 4px;
}

.msh-density__btn {
  width: 32px;
  height: 32px;
  border: 1px solid var(--msh-line-2);
  border-radius: 8px;
  background: #fff;
  color: var(--msh-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.msh-density__btn.is-active {
  background: var(--msh-text);
  border-color: var(--msh-text);
  color: #fff;
}

/* Divider under toolbar (Frame41Wrap) */
.msh-toolbar-rule {
  height: 0;
  border: 0;
  border-top: 1px solid #f5f1ed;
  margin: 0 0 25px;
}

/* ── Chips: одна горизонтальная лента как Frame3 ── */
.msh-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
}

.msh-chips::-webkit-scrollbar { display: none; }

.msh-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
  margin: 0;
  border: 0;
  border-radius: 30px;
  background: #fff;
  color: var(--msh-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 1;
  padding: 6px 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}

.msh-chip.is-active {
  background: var(--msh-chip);
  color: var(--msh-text);
  padding: 4px 8px;
}

.msh-chip.is-active:hover {
  background: #d0c9c0;
}

.msh-chip:not(.is-active):hover {
  background: #f0ece8;
  color: var(--msh-text);
}

.msh-chip__x {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--msh-text);
  opacity: 0.85;
}

/* ── Collections (Figma CollectionChipItem) ── */
.msh-collections {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 0;
  /* Figma: collections bottom 512 → cards top 570 ≈ 58px */
  margin: 0 0 58px;
  scrollbar-width: none;
}

.msh-collections::-webkit-scrollbar { display: none; }

.msh-col {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 64px;
  padding: 0 16px 0 5px;
  border: 1px solid #eaeaea;
  border-radius: 34px;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.msh-col__img {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  background: #f8f6f3;
  border: 1px solid rgba(0, 0, 0, 0.06);
  flex: 0 0 54px;
}

.msh-col__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.msh-col > span {
  font-size: 12px;
  letter-spacing: -0.24px;
  color: var(--msh-muted);
  white-space: nowrap;
}

.msh-col.is-active {
  background: #f0ece8;
  border: 1px solid #c8bfb6;
  box-shadow: none;
}

.msh-col.is-active > span {
  color: var(--msh-text);
  font-weight: 600;
}

/* Maket hover: slight lift (button feel) */
.msh-col:hover {
  background: #f5f3f0;
  transform: translateY(-1px);
}

.msh-col:active {
  transform: translateY(0);
}

/* ── Drawer ── */
.msh-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(0, 0, 0, 0.35);
}

.msh-overlay[hidden] { display: none; }

.msh-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 400px;
  max-width: 100vw;
  z-index: 10060;
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(-110%);
  transition: transform 0.28s ease;
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.12);
}

.msh-drawer.is-open {
  transform: translateX(0);
}

.msh-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 16px;
  border-bottom: 1px solid #f0ece8;
}

.msh-drawer__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
}

.msh-drawer__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.msh-drawer__clear {
  border: 0;
  background: transparent;
  color: var(--msh-muted);
  font-size: 12px;
  cursor: pointer;
}

.msh-drawer__close {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: var(--msh-text);
}

.msh-drawer__body {
  flex: 1;
  overflow: auto;
  padding: 8px 24px 24px;
}

.msh-acc {
  border-bottom: 1px solid #f0f0f0;
}

.msh-acc summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.msh-acc summary::-webkit-details-marker { display: none; }

.msh-acc__body {
  padding: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.msh-price--block {
  width: 100%;
}

.msh-price--block input { flex: 1; width: auto; }

.msh-check-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: -0.26px;
  cursor: pointer;
}

.msh-check-row span {
  margin-left: auto;
  color: var(--msh-muted);
  font-size: 12px;
}

.msh-drawer__foot {
  padding: 16px 24px 24px;
  border-top: 1px solid #f0ece8;
}

.msh-drawer__apply {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--msh-text);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
  .msh-toolbar__center { display: none; }
  .msh-h1 { font-size: 28px; letter-spacing: -1px; }
  .msh-grid,
  .msh-grid[data-cols="4"],
  .msh-grid[data-cols="5"] {
    --msh-cols: 3;
    --msh-gap: 16px;
    --msh-img-h: 300px;
    --msh-name-size: 18px;
  }
}

@media (max-width: 767px) {
  .msh-header__search,
  .msh-header__phone,
  .msh-nav,
  .msh-density,
  .msh-toolbar__divider { display: none; }

  .msh-header__top {
    grid-template-columns: auto 1fr auto;
    padding: 12px 16px;
  }

  .msh-page { padding: 20px 14px 64px; }
  .msh-h1 { font-size: 24px; letter-spacing: -0.7px; }

  .msh-grid,
  .msh-grid[data-cols="4"],
  .msh-grid[data-cols="5"] {
    --msh-cols: 2;
    --msh-gap: 12px;
    --msh-img-h: 220px;
    --msh-name-size: 14px;
    --msh-card-pad-x: 10px;
  }

  .msh-card__inner { padding: 12px var(--msh-card-pad-x) 12px; gap: 8px; }
  .msh-card__photo img { padding: 0 16px; }
  .msh-card__body { gap: 6px; }
  .msh-card__price { font-size: 15px !important; }
  .msh-card__rating,
  .msh-card__installment,
  .msh-card__cmp,
  .msh-card__qv { display: none; }
  .msh-card__fav {
    opacity: 1;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
  .msh-card__cart {
    opacity: 1;
    transform: none;
    padding: 8px 0;
  }
  .msh-col { height: 48px; padding: 0 12px 0 4px; }
  .msh-col__img { width: 38px; height: 38px; flex-basis: 38px; }
  .msh-drawer { width: 100%; }
}

/* ── Adapters: Bitrix hooks → msh look ── */
.tcs-page .msh-chrome { width: 100%; }

/* ── Chips row: active tags + popular tags in ONE horizontal lane ── */
.tcs-page .msh-chips-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  margin: 0 0 16px;
  padding: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.tcs-page .msh-chips-row::-webkit-scrollbar { display: none; }

.tcs-page .msh-chips-row .new-filter-tags-wrapper,
.tcs-page .msh-chips-row .new-filter-tags,
.tcs-page .msh-chips-row .custom-select.tag-items,
.tcs-page .msh-chips-row .collection-options-list.msh-chips {
  display: contents;
}

.tcs-page .msh-chips-row .new-filter-tags-wrapper:not(:has(.new-filter-tags__item)) {
  display: contents;
}

.tcs-page .msh-chips-row .new-filter-tags,
.tcs-page .msh-chips-row .catalog-tags {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tcs-page .custom-select.tag-items .collection-options-list,
.tcs-page .msh-chips.collection-options-list,
.tcs-page .custom-select.tag-items {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  border: 0;
  background: transparent;
}
/* When inside unified row, parent scrolls — children are contents */
.tcs-page .msh-chips-row .custom-select.tag-items,
.tcs-page .msh-chips-row .custom-select.tag-items .collection-options-list {
  display: contents;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
}

.tcs-page .custom-select.tag-items.msh-chips-wrap,
.tcs-page .custom-select.tag-items {
  margin: 0;
}
.tcs-page .msh-chips-row + .msh-collections,
.tcs-page .msh-chips-row {
  margin-bottom: 16px;
}
.tcs-page .custom-select.tag-items .collection-options-list,
.tcs-page .msh-chips.collection-options-list {
  margin: 0 !important;
  padding: 0 !important;
}
.tcs-page .custom-select.tag-items:empty,
.tcs-page .msh-collections:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
.tcs-page .custom-select.tag-items::-webkit-scrollbar,
.tcs-page .custom-select.tag-items .collection-options-list::-webkit-scrollbar { display: none; }

.tcs-page .custom-select.tag-items .new-filter-option,
.tcs-page .msh-chips .new-filter-option,
.tcs-page .msh-chips-row .new-filter-option.msh-chip {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 30px !important;
  background: #fff !important;
  color: var(--msh-muted) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.24px !important;
  line-height: 1 !important;
  padding: 6px 8px !important;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
  outline: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}
.tcs-page .custom-select.tag-items .new-filter-option input,
.tcs-page .msh-chips .new-filter-option input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}
.tcs-page .custom-select.tag-items .new-filter-option__count,
.tcs-page .custom-select.tag-items .new-filter-option-large-item { display: contents; }
.tcs-page .custom-select.tag-items .new-filter-option__name,
.tcs-page .msh-chips-row .msh-chip .new-filter-option__name {
  font: inherit !important;
  color: inherit !important;
  background: transparent !important;
}
.tcs-page .custom-select.tag-items .new-filter-option.checked,
.tcs-page .custom-select.tag-items .new-filter-option:has(input:checked),
.tcs-page .msh-chips .new-filter-option.is-active,
.tcs-page .msh-chips .new-filter-option:has(input:checked),
.tcs-page .msh-chips-row .new-filter-option.checked,
.tcs-page .msh-chips-row .new-filter-option.is-active,
.tcs-page .msh-chips-row .new-filter-option:has(input:checked) {
  background: var(--msh-chip) !important;
  color: var(--msh-text) !important;
  padding: 4px 8px !important;
  border: 0 !important;
  box-shadow: none !important;
}
.tcs-page .custom-select.tag-items .new-filter-option:has(input:checked)::after,
.tcs-page .msh-chips-row .new-filter-option:has(input:checked)::after {
  content: "" !important;
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.2 4.2l7.6 7.6M11.8 4.2l-7.6 7.6' stroke='%233c3c3c' stroke-width='1.4' stroke-linecap='round' fill='none'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
}

.tcs-page .msh-chips-row .new-filter-option:hover:not(.checked):not(.is-active):not(:has(input:checked)) {
  background: #f0ece8 !important;
  color: var(--msh-text) !important;
}
.tcs-page .msh-chips-row .new-filter-option.checked:hover,
.tcs-page .msh-chips-row .new-filter-option.is-active:hover,
.tcs-page .msh-chips-row .new-filter-option:has(input:checked):hover {
  background: #d0c9c0 !important;
}

/* Active filter pills inside the same chips row */
.tcs-page .msh-chips-row .new-filter-tags-wrapper {
  margin: 0 !important;
}
.tcs-page .msh-chips-row .new-filter-tags__item {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  margin: 0 !important;
  border-radius: 30px !important;
  background: var(--msh-chip) !important;
  color: var(--msh-text) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.24px !important;
  line-height: 1 !important;
  padding: 4px 8px !important;
  height: auto !important;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.tcs-page .msh-chips-row .new-filter-tags__item svg,
.tcs-page .msh-chips-row .new-filter-tags__item .msh-chip__x,
.tcs-page .new-filter-tags__item svg,
.tcs-page .new-filter-tags__item .msh-chip__x {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  flex: 0 0 16px !important;
  color: #3c3c3c !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* Kill legacy yellow checked styles on popular tags */
.tcs-page .msh-chips-row .collection-options-list .new-filter-option.checked,
.tcs-page .msh-chips-row .collection-options-list .new-filter-option.checked:hover,
.tcs-page .custom-select.tag-items .collection-options-list .new-filter-option.checked,
.tcs-page .custom-select.tag-items .collection-options-list .new-filter-option.checked:hover {
  background: var(--msh-chip) !important;
  border-color: transparent !important;
  color: var(--msh-text) !important;
}

.tcs-page .msh-collections.custom-select,
.tcs-page .custom-select.is-collection.msh-collections {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  margin: 0 0 58px;
  padding: 0;
  border: 0;
  background: transparent;
  scrollbar-width: none;
}
.tcs-page .msh-collections .collection-filter-title { display: none; }
.tcs-page .msh-collections .collection-options-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  overflow-x: auto;
}
.tcs-page .msh-collections .new-filter-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 64px;
  padding: 0 16px 0 5px;
  border: 1px solid #eaeaea;
  border-radius: 34px;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: border-box;
  box-shadow: none;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.tcs-page .msh-collections .new-filter-option input { position: absolute; opacity: 0; width: 0; height: 0; }
.tcs-page .msh-collections .new-filter-option__count { display: none; }
.tcs-page .msh-collections .new-filter-option-large-item {
  display: contents;
}
.tcs-page .msh-collections .new-filter-option__name {
  font-size: 12px;
  letter-spacing: -0.24px;
  color: var(--msh-muted);
  white-space: nowrap;
  background: transparent;
}
/* Maket hover: soft bg + 1px lift (no yellow legacy) */
.tcs-page .msh-collections .new-filter-option:hover,
.tcs-page .msh-collections .collection-options-list .new-filter-option:hover {
  border-color: #eaeaea !important;
  background: #f5f3f0 !important;
  transform: translateY(-1px);
  box-shadow: none !important;
  outline: none;
}
.tcs-page .msh-collections .new-filter-option:active,
.tcs-page .msh-collections .collection-options-list .new-filter-option:active {
  transform: translateY(0);
}
.tcs-page .msh-collections .new-filter-option.checked,
.tcs-page .msh-collections .new-filter-option:has(input:checked),
.tcs-page .msh-collections .msh-col.is-active {
  background: #f0ece8 !important;
  border: 1px solid #c8bfb6 !important;
  box-shadow: none !important;
}
.tcs-page .msh-collections .new-filter-option.checked:hover,
.tcs-page .msh-collections .new-filter-option:has(input:checked):hover,
.tcs-page .msh-collections .collection-options-list .new-filter-option.checked:hover {
  background: #f0ece8 !important;
  border-color: #c8bfb6 !important;
  transform: translateY(-1px);
  box-shadow: none !important;
}
.tcs-page .msh-collections .new-filter-option:has(input:checked) .new-filter-option__name,
.tcs-page .msh-collections .new-filter-option.checked .new-filter-option__name {
  color: var(--msh-text);
  font-weight: 600;
  background: transparent;
}
.tcs-page .msh-collections .msh-col__img {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  background: #f8f6f3;
  border: 1px solid rgba(0,0,0,0.06);
  flex: 0 0 54px;
}
.tcs-page .msh-collections .msh-col__img img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain;
}

/* Sort: keep custom-select hooks, look like msh-drop */
.tcs-page .custom-select.is-sort {
  position: relative;
}
.tcs-page .custom-select.is-sort .custom-select__header,
.tcs-page .custom-select.is-sort .catalog-filter__sort-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 32px;
  min-width: 148px;
  padding: 0 8px 0 14px;
  border: 1px solid var(--msh-line-2);
  border-radius: 8px;
  background: #fff;
  color: var(--msh-text);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.tcs-page .custom-select.is-sort .catalog-filter__sort-btn svg[width="16"] { display: none; }
.tcs-page .custom-select.is-sort .custom-select__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: auto;
  z-index: 40;
  min-width: 180px;
  padding: 6px 0;
  background: #fff;
  border: 1px solid var(--msh-line);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}
.tcs-page .custom-select.is-sort .custom-select__item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 14px;
  font-size: 12px;
  color: #636363;
  cursor: pointer;
}
.tcs-page .custom-select.is-sort .custom-select__item:hover,
.tcs-page .custom-select.is-sort .custom-select__item.is-active {
  background: #f5f3f0;
  color: var(--msh-text);
}

/* Active filter pills (new-filter-tags) — legacy; unified row overrides above */
.tcs-page .new-filter-tags-wrapper:not(.msh-chips-row .new-filter-tags-wrapper) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.tcs-page .new-filter-tags-wrapper:not(:has(.new-filter-tags__item)) {
  display: none;
}
.tcs-page .msh-chips-row .new-filter-tags-wrapper:not(:has(.new-filter-tags__item)) {
  display: contents;
}
.tcs-page .new-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tcs-page .new-filter-tags__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
  background: var(--msh-chip);
  color: var(--msh-text);
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  cursor: pointer;
}

/* Drawer skin over .new-filter */
.tcs-page .new-filter-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(0,0,0,0.35);
}
.tcs-page .new-filter.js-new-filter {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 400px;
  max-width: 100vw;
  z-index: 10060;
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(-110%);
  transition: transform 0.28s ease;
  box-shadow: 8px 0 32px rgba(0,0,0,0.12);
  overflow: hidden;
}
.tcs-page .new-filter.js-new-filter.is-active {
  transform: translateX(0);
}
.tcs-page .new-filter__mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 16px;
  border-bottom: 1px solid #f0ece8;
}
.tcs-page .new-filter__mobile-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.tcs-page .new-filter__scroll-wrap {
  flex: 1;
  overflow: auto;
  padding: 8px 24px 24px;
}
.tcs-page .new-filter__col-title.is-title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
  padding: 18px 0 8px;
  border: 0;
}
.tcs-page .new-filter-item__header-name {
  font-size: 15px;
  font-weight: 500;
}
.tcs-page .new-filter-option-list-item__cross svg path { stroke: currentColor; }

@media (max-width: 1200px) {
  .tcs-page .msh-toolbar__center { display: none; }
  .tcs-page .page-top__title-wrap h1,
  .tcs-page .page-top__title-wrap .h1 { font-size: 28px; letter-spacing: -1px; }
}
@media (max-width: 767px) {
  .tcs-page .page-top,
  .tcs-page .catalog-filter-slot,
  .tcs-page .page-content,
  .tcs-page .tcs-catalog {
    padding-left: 14px;
    padding-right: 14px;
  }
  .tcs-page .page-top__title-wrap h1,
  .tcs-page .page-top__title-wrap .h1 { font-size: 24px; }
  .tcs-page .msh-density,
  .tcs-page .msh-toolbar__divider { display: none; }
  .tcs-page .new-filter.js-new-filter { width: 100%; }
}


/* ── Override legacy style.css conflicts (load order: style.css then maket.css) ── */
.tcs-page .msh-toolbar.catalog-sort-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 25px !important;
  padding: 0 !important;
  border: 0 !important;
  position: relative !important;
  min-height: 32px !important;
  height: auto !important;
}

/* Toolbar controls: force maket 32px / 12px (override legacy style.css) */
.tcs-page .msh-toolbar .msh-btn-all,
.tcs-page .msh-toolbar .msh-drop__btn,
.tcs-page .msh-toolbar .msh-sort-btn,
.tcs-page .msh-toolbar .msh-density__btn {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.24px !important;
  line-height: 1.2 !important;
  font-family: var(--msh-font) !important;
  box-sizing: border-box !important;
}
.tcs-page .msh-toolbar .msh-btn-all {
  padding: 0 16px 0 12px !important;
}
.tcs-page .msh-toolbar .msh-drop__btn {
  padding: 0 8px 0 12px !important;
  gap: 10px !important;
  border-radius: 8px !important;
}
.tcs-page .msh-toolbar .msh-price,
.tcs-page .msh-toolbar__center .msh-price {
  gap: 8px !important;
  align-items: center !important;
}
.tcs-page .msh-toolbar .msh-price__field {
  display: inline-flex !important;
  align-items: center !important;
  width: 109px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-bottom: 1px solid #cacaca !important;
  background: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.tcs-page .msh-toolbar .msh-price__field:focus-within,
.tcs-page .msh-toolbar .msh-price__field:has(input:not(:placeholder-shown)) {
  border-bottom-color: var(--msh-text) !important;
}
.tcs-page .msh-toolbar .msh-price__field input,
.tcs-page .msh-toolbar .msh-price input[data-msh-price] {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: 0 !important;
  height: 32px !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.24px !important;
  line-height: 1.2 !important;
  font-family: var(--msh-font) !important;
  color: var(--msh-text) !important;
  box-shadow: none !important;
}
.tcs-page .msh-toolbar .msh-price__rub,
.tcs-page .msh-toolbar .msh-rub,
.tcs-page .msh-price__unit.msh-rub {
  font-family: "Tmm Ruble", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.24px !important;
  line-height: 1.2 !important;
  color: var(--msh-text) !important;
  margin-left: 2px !important;
  flex-shrink: 0 !important;
}
.tcs-page .msh-toolbar .msh-price__dash {
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.24px !important;
  color: var(--msh-text) !important;
  line-height: 1.2 !important;
}

.tcs-page .new-filter.js-new-filter {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: auto !important;
  width: 400px !important;
  max-width: 100vw !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  transform: translateX(-110%) !important;
  transition: transform 0.28s ease !important;
  z-index: 10060 !important;
  background: #fff !important;
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.12) !important;
  overflow: hidden !important;
}

.tcs-page .new-filter.js-new-filter.is-active {
  transform: translateX(0) !important;
}

.tcs-page .new-filter__scroll-wrap {
  display: block !important;
  flex: 1 1 auto !important;
  overflow: auto !important;
  padding: 8px 24px 24px !important;
}

.tcs-page .new-filter__col {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  display: block !important;
}

.tcs-page .new-filter-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10050 !important;
  background: rgba(0, 0, 0, 0.35) !important;
}

.tcs-page .new-filter__col:nth-child(1) .new-filter__col-inner,
.tcs-page .new-filter__col .new-filter__col-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  grid-template-columns: none !important;
}

.tcs-page .new-filter__col {
  padding: 0 !important;
  border-top: 0 !important;
}

/* Hide zero filter count badge */
.tcs-page .msh-btn-all__count:not(:empty) { display: inline-flex; }
.tcs-page .msh-btn-all__count:empty { display: none !important; }

/* Sort drop: no custom-select leftovers */
.tcs-page .msh-drop--sort .msh-drop__panel { display: block; }
.tcs-page .msh-drop--sort .msh-drop__panel[hidden] { display: none !important; }
.tcs-page .msh-sort-btn {
  min-width: 148px;
  color: var(--msh-text);
  border-color: var(--msh-line-2);
  padding-left: 14px;
  gap: 10px;
}

@media (max-width: 767px) {
  .tcs-page .page-top,
  .tcs-page .page-content,
  .tcs-page .tcs-catalog {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* ── Drawer: exact maket_section_html look ── */
.tcs-page .msh-overlay.new-filter-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10050 !important;
  background: rgba(0, 0, 0, 0.35) !important;
  opacity: 1 !important;
}
.tcs-page .msh-overlay.new-filter-overlay[hidden]:not(.is-active) {
  display: none !important;
}
.tcs-page .msh-overlay.new-filter-overlay.is-active {
  display: block !important;
}

.tcs-page aside.msh-drawer.new-filter.js-new-filter {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 400px !important;
  max-width: 100vw !important;
  height: 100% !important;
  z-index: 10060 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  transform: translateX(-110%) !important;
  transition: transform 0.28s ease !important;
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.12) !important;
  overflow: hidden !important;
  border: 0 !important;
}
.tcs-page aside.msh-drawer.new-filter.js-new-filter.is-active {
  transform: translateX(0) !important;
}

.tcs-page .msh-drawer__head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 24px 24px 16px !important;
  border-bottom: 1px solid #f0ece8 !important;
  flex: 0 0 auto !important;
}
.tcs-page .msh-drawer__title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: -0.8px !important;
  color: var(--msh-text) !important;
}
.tcs-page .msh-drawer__actions {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}
.tcs-page .msh-drawer__clear {
  border: 0 !important;
  background: transparent !important;
  color: var(--msh-muted) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  padding: 0 !important;
}
.tcs-page .msh-drawer__clear:disabled {
  opacity: 0.45 !important;
  cursor: default !important;
}
.tcs-page .msh-drawer__close {
  width: 32px !important;
  height: 32px !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 28px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  color: var(--msh-text) !important;
  padding: 0 !important;
}

.tcs-page .msh-drawer__body.new-filter__scroll-wrap {
  flex: 1 1 auto !important;
  overflow: auto !important;
  padding: 8px 24px 24px !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.tcs-page details.msh-acc {
  border-bottom: 1px solid #f0f0f0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: block !important;
  width: 100% !important;
}
.tcs-page .msh-price-block.new-filter-item--price {
  border-bottom: 1px solid #f0f0f0 !important;
  margin: 0 !important;
  padding: 16px 0 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  display: block !important;
  width: 100% !important;
}
.tcs-page .msh-price-block .msh-acc__body.msh-price--block {
  padding: 0 0 8px !important;
}
.tcs-page details.msh-acc > summary {
  list-style: none !important;
  cursor: pointer !important;
  padding: 18px 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
  color: var(--msh-text) !important;
  display: block !important;
}
.tcs-page details.msh-acc > summary::-webkit-details-marker { display: none !important; }

.tcs-page .msh-acc__body {
  padding: 0 0 16px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
.tcs-page .msh-acc__body.msh-price--block {
  flex-direction: row !important;
  align-items: flex-end !important;
  gap: 10px !important;
}
.tcs-page .msh-price__field.new-filter-input__wr {
  position: relative !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  display: block !important;
  margin: 0 !important;
}
.tcs-page .msh-price__sep {
  flex: 0 0 auto !important;
  color: #cacaca !important;
  line-height: 32px !important;
  font-size: 12px !important;
}
.tcs-page .msh-acc__body.msh-price--block .filter-input,
.tcs-page .msh-acc__body.msh-price--block input.new-filter-input {
  display: block !important;
  width: 100% !important;
  height: 32px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-bottom: 1px solid #cacaca !important;
  border-radius: 0 !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.24px !important;
  color: #cacaca !important;
  padding: 0 18px 0 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.tcs-page .msh-acc__body.msh-price--block .filter-input::placeholder {
  color: #cacaca !important;
  opacity: 1 !important;
}
.tcs-page .msh-acc__body.msh-price--block .filter-input:focus,
.tcs-page .msh-acc__body.msh-price--block .filter-input:not(:placeholder-shown) {
  color: var(--msh-text, #3c3c3c) !important;
  border-bottom-color: var(--msh-text, #3c3c3c) !important;
  border-bottom-width: 2px !important;
}
.tcs-page .msh-acc__body.msh-price--block .filter-input:-webkit-autofill,
.tcs-page .msh-acc__body.msh-price--block .filter-input:-webkit-autofill:hover,
.tcs-page .msh-acc__body.msh-price--block .filter-input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--msh-text, #3c3c3c) !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  background-color: #fff !important;
  transition: background-color 99999s ease-out 0s !important;
  caret-color: var(--msh-text, #3c3c3c) !important;
}
.tcs-page .msh-price__unit,
.tcs-page .msh-acc__body.msh-price--block .new-filter-input__unit {
  position: absolute !important;
  right: 0 !important;
  bottom: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #cacaca !important;
  font-family: "Tmm Ruble", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  pointer-events: none !important;
}
.tcs-page .msh-acc__body.msh-price--block .filter-input:focus + .msh-price__unit,
.tcs-page .msh-acc__body.msh-price--block .filter-input:not(:placeholder-shown) + .msh-price__unit,
.tcs-page .msh-acc__body.msh-price--block .filter-input:focus + .new-filter-input__unit,
.tcs-page .msh-acc__body.msh-price--block .filter-input:not(:placeholder-shown) + .new-filter-input__unit {
  color: var(--msh-text, #3c3c3c) !important;
}
.tcs-page .msh-acc__search {
  width: 100% !important;
  height: 36px !important;
  border: 1px solid var(--msh-line) !important;
  border-radius: 8px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  box-sizing: border-box !important;
}

.tcs-page label.msh-check-row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  letter-spacing: -0.26px !important;
  color: var(--msh-text) !important;
  cursor: pointer !important;
  background: transparent !important;
  border: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.tcs-page label.msh-check-row input[type="checkbox"] {
  position: static !important;
  opacity: 1 !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  flex: 0 0 16px !important;
  pointer-events: auto !important;
  appearance: auto !important;
}
.tcs-page label.msh-check-row > .new-filter-option__name {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.tcs-page label.msh-check-row > .msh-check-row__count,
.tcs-page label.msh-check-row > span:last-child:not(.new-filter-option__name) {
  margin-left: auto !important;
  color: var(--msh-muted) !important;
  font-size: 12px !important;
  flex: 0 0 auto !important;
}
.tcs-page label.msh-check-row.is-disabled {
  opacity: 0.45 !important;
  cursor: default !important;
}

.tcs-page .msh-drawer__foot {
  padding: 16px 24px 24px !important;
  border-top: 1px solid #f0ece8 !important;
  flex: 0 0 auto !important;
}
.tcs-page .msh-drawer__apply {
  width: 100% !important;
  height: 48px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--msh-text) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}

@media (max-width: 767px) {
  .tcs-page aside.msh-drawer.new-filter.js-new-filter {
    width: 100% !important;
  }
}

/* End */


/* Start:/local/components/tempus/catalog.section/templates/maket-section/style.css?178740417624577*/
/* Tempus catalog maket-section — listing chrome around Figma cards */

@font-face {
	font-family: "Styrene A Web";
	src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Light.woff2") format("woff2"),
		url("/local/templates/main/assets/font/StyreneAWeb-Light.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Styrene A Web";
	src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Regular.woff2") format("woff2"),
		url("/local/templates/main/assets/font/StyreneAWeb-Regular.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Styrene A Web";
	src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff2") format("woff2"),
		url("/local/templates/main/assets/font/StyreneAWeb-Medium.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Styrene A Web";
	src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Bold.woff2") format("woff2"),
		url("/local/templates/main/assets/font/StyreneAWeb-Bold.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.tcs-page {
	--tcs-bg: #ffffff;
	--tcs-white: #ffffff;
	--tcs-text: #3c3c3c;
	--tcs-text-strong: #1a1a1a;
	--tcs-muted: #939393;
	--tcs-line: #ede8e3;
	--tcs-line-2: #d8d2cb;
	--tcs-accent: #dede2b;
	--tcs-radius: 12px;
	--tcs-font: "Styrene A Web", "Styrene B LC", Arial, sans-serif;
	background: #ffffff;
	font-family: var(--tcs-font) !important;
}

.tcs-catalog {
	font-family: var(--tcs-font) !important;
	padding-bottom: 48px;
}

.tcs-catalog,
.tcs-catalog button,
.tcs-catalog input,
.tcs-catalog .msh-card,
.tcs-catalog .msh-card__name,
.tcs-catalog .msh-card__price,
.tcs-catalog .pagination,
.tcs-catalog .msh-pager,
.tcs-catalog .msh-more {
	font-family: var(--tcs-font) !important;
}

.tcs-catalog__meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 8px 0 14px;
}

.tcs-catalog__count {
	display: none;
}

.tcs-catalog__view {
	display: flex;
	align-items: center;
	gap: 6px;
}

.tcs-catalog__view-btn,
.tcs-catalog__density-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: none;
	color: #c5bfb8;
	cursor: pointer;
}

.tcs-catalog__view-btn.is-active {
	color: var(--tcs-text-strong);
}

.tcs-catalog__density {
	display: none;
}

.tcs-catalog__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 32px;
	text-align: center;
}

.tcs-catalog__empty-title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.5px;
	color: var(--tcs-text);
}

.tcs-catalog__empty-text {
	margin: 0;
	font-size: 14px;
	letter-spacing: -0.28px;
	color: var(--tcs-muted);
}

.catalog-page.tcs-page .tcs-catalog .catalog-grid,
.tcs-page .tcs-catalog .catalog-grid,
.tcs-catalog .catalog-grid {
	--msh-cols: 2;
	/* Figma CardEl: 5-col 336×340, 4-col 405×450 — height follows width */
	--msh-photo-ratio: 336 / 340;
	--msh-img-h: 280px;
	--msh-card-pad-x: 10px;
	--msh-name-size: 14px;
	--msh-text: #3c3c3c;
	--msh-muted: #939393;
	--msh-muted-2: #b0a99f;
	--msh-accent: #dede2b;
	display: grid !important;
	grid-template-columns: repeat(var(--msh-cols), minmax(0, 1fr)) !important;
	gap: 12px !important;
	padding: 0 0 24px !important;
	border-bottom: none !important;
}

.catalog-page.tcs-page .tcs-catalog .catalog-grid__item,
.tcs-page .tcs-catalog .catalog-grid__item,
.tcs-catalog .catalog-grid__item {
	--cols: 1;
	grid-column: auto !important;
	min-width: 0;
	overflow: visible;
}

.tcs-catalog .catalog-grid__item[data-entity^="banner"]:empty {
	display: none;
}

.tcs-catalog .catalog-grid__item[data-entity^="banner"]:not(:empty) {
	grid-column: 1 / -1;
}

.tcs-catalog .catalog-grid__item.section-banner img,
.tcs-catalog .catalog-grid__item[data-entity^="banner"] img {
	width: 100%;
	height: auto;
	aspect-ratio: 29 / 20;
	object-fit: cover;
	border-radius: var(--tcs-radius);
}

.catalog-page.tcs-page .tcs-catalog.is-list .catalog-grid,
.tcs-page .tcs-catalog.is-list .catalog-grid,
.tcs-catalog.is-list .catalog-grid {
	--msh-cols: 1;
	gap: 0;
}

/* Same breakpoints as maket_section_html: 5 desktop → 3 tablet → 2 mobile */
@media (min-width: 768px) {
	.catalog-page.tcs-page .tcs-catalog .catalog-grid,
	.tcs-page .tcs-catalog .catalog-grid,
	.tcs-catalog .catalog-grid,
	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="5"] .catalog-grid {
		--msh-cols: 3;
		--msh-photo-ratio: 336 / 340;
		--msh-img-h: 340px;
		--msh-card-pad-x: 16px;
		--msh-name-size: 18px;
		gap: 16px !important;
	}
}

@media (min-width: 1201px) {
	.catalog-page.tcs-page .tcs-catalog .catalog-grid,
	.tcs-page .tcs-catalog .catalog-grid,
	.tcs-catalog .catalog-grid,
	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="5"] .catalog-grid {
		--msh-cols: 5;
		--msh-photo-ratio: 336 / 340;
		--msh-img-h: 340px;
		--msh-card-pad-x: 16px;
		--msh-name-size: 18px;
		gap: 30px !important;
	}

	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="4"] .catalog-grid {
		--msh-cols: 4;
		--msh-photo-ratio: 405 / 450;
		--msh-img-h: 450px;
		--msh-name-size: 22px;
		gap: 40px !important;
	}
}

.tcs-catalog .pagination.page-section,
.tcs-page .tcs-catalog .msh-pager {
	padding: 0;
	margin: 40px 0 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 48px;
	width: 100%;
	max-width: 1800px;
	box-sizing: border-box;
}

.tcs-catalog .pagination__counter {
	display: none !important;
}

.tcs-page .tcs-catalog .pagination__more,
.tcs-page .tcs-catalog .msh-more {
	width: 100%;
	max-width: none;
	height: 48px;
	margin: 0;
	padding: 0 16px;
	border: 1.5px solid #3c3c3c;
	border-radius: 10px;
	background: #fff;
	color: #3c3c3c;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.64px;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	box-shadow: none;
	text-transform: none;
}

.tcs-catalog .pagination__more:hover,
.tcs-catalog .msh-more:hover {
	background: #3c3c3c;
	color: #fff;
	border-color: #3c3c3c;
}

.tcs-catalog .msh-pager__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	flex-wrap: wrap;
}

.tcs-catalog .msh-pager__size {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.tcs-catalog .msh-pager__size-label {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: #939393;
	white-space: nowrap;
}

.tcs-catalog .msh-pager__size-list {
	display: flex;
	align-items: center;
	gap: 4px;
}

.tcs-catalog .msh-pager__size-btn {
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #e0dbd5;
	border-radius: 6px;
	background: #fff;
	color: #3c3c3c;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.tcs-catalog .msh-pager__size-btn:hover:not(:disabled):not(.is-active) {
	background: #f0ece8;
	border-color: #3c3c3c;
}

.tcs-catalog .msh-pager__size-btn.is-active,
.tcs-catalog .msh-pager__size-btn:disabled.is-active {
	background: #3c3c3c;
	border-color: #3c3c3c;
	color: #fff;
	cursor: default;
}

.tcs-catalog .pagination__main,
.tcs-catalog .msh-pager__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.tcs-catalog .msh-pager__pages,
.tcs-catalog .pagination__list {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tcs-catalog .pagination__item {
	margin: 0;
	padding: 0;
}

.tcs-catalog .msh-pager__move,
.tcs-catalog .pagination__move {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: auto;
	padding: 8px 16px 8px 12px;
	border: 1px solid #e0dbd5;
	border-radius: 8px;
	background: #fff;
	color: #3c3c3c;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.14s ease, border-color 0.14s ease, transform 0.12s ease;
	white-space: nowrap;
}

.tcs-catalog .msh-pager__move:last-child,
.tcs-catalog .pagination__navigation:last-child .pagination__move {
	padding: 8px 12px 8px 16px;
}

.tcs-catalog .msh-pager__move:hover:not(.is-disabled) {
	background: #f0ece8;
	border-color: #b8b2ab;
	color: #3c3c3c;
	transform: translateY(-1px);
}

.tcs-catalog .msh-pager__move.is-disabled,
.tcs-catalog .pagination__move.is-disabled {
	opacity: 0.45;
	pointer-events: none;
	cursor: default;
}

.tcs-catalog .msh-pager__page,
.tcs-catalog .pagination__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: auto;
	padding: 8px 12px;
	border: 1px solid #e0dbd5;
	border-radius: 8px;
	background: #fff;
	color: #3c3c3c;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	line-height: 1.4;
	text-decoration: none;
	box-sizing: border-box;
	pointer-events: auto;
	cursor: pointer;
	transition: background 0.14s ease, border-color 0.14s ease, transform 0.12s ease;
}

.tcs-catalog a.msh-pager__move,
.tcs-catalog a.pagination__move {
	pointer-events: auto;
	cursor: pointer;
}

.tcs-catalog .msh-pager__page:hover:not(.is-active):not(.is-inactive),
.tcs-catalog .pagination__action:hover:not(.is-active):not(.is-inactive) {
	background: #f0ece8;
	border-color: #b8b2ab;
	color: #3c3c3c;
	transform: translateY(-1px);
}

.tcs-catalog .msh-pager__page.is-active,
.tcs-catalog .pagination__action.is-active {
	background: #dede2b;
	border-color: transparent;
	border: none;
	color: #3c3c3c;
	pointer-events: none;
	padding: 9px 13px;
}

.tcs-catalog .msh-pager__page.is-inactive,
.tcs-catalog .pagination__action.is-inactive {
	pointer-events: none;
	cursor: default;
}

@media (max-width: 767px) {
	.tcs-catalog .pagination__more,
	.tcs-catalog .msh-more {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.tcs-catalog .msh-pager__bar {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.tcs-catalog .msh-pager__nav,
	.tcs-catalog .pagination__main {
		justify-content: center;
		flex-wrap: wrap;
	}

	.tcs-catalog .msh-pager__size {
		justify-content: center;
		flex-wrap: wrap;
	}

	.tcs-page .hide-on-mobile,
	.tcs-catalog .hide-on-mobile {
		display: none !important;
	}

	.tcs-catalog__meta {
		padding: 8px 16px 12px;
	}

	.tcs-catalog .catalog-grid {
		padding-left: 14px;
		padding-right: 14px;
	}

	.tcs-catalog.is-list .catalog-grid {
		padding-left: 0;
		padding-right: 0;
	}
}

.tcs-catalog .catalog-back-top,
.tcs-page .catalog-back-top {
	font-family: var(--tcs-font);
	border-radius: 24px;
}

/* ── msh-card from maket_section_html (no legacy product-card classes) ── */
@font-face {
	font-family: "Tmm Ruble";
	src: url("/local/assets/maket_section_html/fonts/RubleGlyph.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.tcs-catalog .msh-rub {
	font-family: "Tmm Ruble", sans-serif;
}

.tcs-catalog .msh-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: none;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	color: var(--msh-text);
	font-family: var(--tcs-font);
	box-sizing: border-box;
}

@media (hover: hover) {
	.tcs-catalog .msh-card:hover {
		box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
		transform: translateY(-3px);
	}
}

.tcs-catalog .msh-card__inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	align-items: center;
	gap: 12px;
	padding: 24px var(--msh-card-pad-x, 16px) 16px;
	box-sizing: border-box;
}

/* Figma CardEl photo: aspect from cardWidth/imgHeight so block scales 1:1 with maket */
.tcs-catalog .msh-card__photo {
	position: relative;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	aspect-ratio: var(--msh-photo-ratio, 336 / 340) !important;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	flex-shrink: 0;
}

.tcs-catalog .msh-card__photo-link {
	position: absolute;
	inset: 0;
	display: block;
	z-index: 1;
	text-decoration: none;
}

.tcs-catalog .msh-card__photo img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center;
	padding: 0 40px !important;
	margin: 0 !important;
	display: block;
	background: transparent;
	pointer-events: none;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__photo-hover {
	opacity: 0;
	background: #f8f6f3;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.tcs-catalog .msh-card:hover .msh-card__photo-hover {
	opacity: 1;
}

.tcs-catalog .msh-card__fav,
.tcs-catalog .msh-card__cmp {
	position: absolute;
	right: 16px;
	z-index: 3;
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #ede8e3;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.18s, border-color 0.15s, background 0.15s, color 0.15s;
	color: var(--msh-text);
	box-sizing: border-box;
}

.tcs-catalog .msh-card__fav {
	top: 16px;
}

.tcs-catalog .msh-card__cmp {
	top: 60px;
}

.tcs-catalog .msh-card:hover .msh-card__fav,
.tcs-catalog .msh-card:hover .msh-card__cmp,
.tcs-catalog .msh-card__fav.is-active,
.tcs-catalog .msh-card__cmp.is-active {
	opacity: 1;
}

.tcs-catalog .msh-card__fav.is-active,
.tcs-catalog .msh-card__cmp.is-active {
	background: var(--msh-text);
	border-color: var(--msh-text);
	color: #fff;
}

.tcs-catalog .msh-card__fav:hover,
.tcs-catalog .msh-card__cmp:hover {
	border-color: var(--msh-text);
}

.tcs-catalog .msh-card__qv {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #e0dbd5;
	background: #fff;
	color: var(--msh-text);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	transform: scale(0.85);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: opacity 0.16s, transform 0.16s, border-color 0.12s, background 0.12s;
	box-sizing: border-box;
}

.tcs-catalog .msh-card:hover .msh-card__qv {
	opacity: 1;
	transform: scale(1);
}

.tcs-catalog .msh-card__qv:hover {
	border-color: var(--msh-text);
	background: #f8f6f3;
}

.tcs-catalog .msh-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 4px;
	width: 100%;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__title-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	overflow: hidden;
}

.tcs-catalog .msh-card__name {
	margin: 0;
	flex: 1;
	min-width: 0;
	font-size: var(--msh-name-size);
	font-weight: 700;
	letter-spacing: -0.88px;
	line-height: 1.1;
	color: var(--msh-text);
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tcs-catalog .msh-card__rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	color: var(--msh-text);
	white-space: nowrap;
}

.tcs-catalog .msh-card__rating span {
	color: var(--msh-muted-2);
	font-size: 12px;
	letter-spacing: -0.24px;
}

.tcs-catalog .msh-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.tcs-catalog .msh-card__sku {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	color: var(--msh-muted-2);
}

.tcs-catalog .msh-card__badge {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--msh-muted-2);
	white-space: nowrap;
}

.tcs-catalog .msh-card__price-block {
	display: flex;
	flex-direction: column;
	gap: 3px;
	width: 100%;
}

.tcs-catalog .msh-card__price-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
}

.tcs-catalog .msh-card__price {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.88px;
	line-height: 1.1;
	color: var(--msh-text);
}

.tcs-catalog .msh-card__old {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	color: var(--msh-muted-2);
	text-decoration: line-through;
	white-space: nowrap;
}

.tcs-catalog .msh-card__installment {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	color: var(--msh-muted-2);
}

.tcs-catalog .msh-card__avail {
	width: 100%;
	height: 20px;
	padding: 0 4px;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	color: var(--msh-muted);
	box-sizing: border-box;
}

.tcs-catalog .msh-card__avail:not(:empty)::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--msh-accent);
	box-shadow: 0 0 0 2px rgba(222, 222, 43, 0.28);
	flex-shrink: 0;
}

.tcs-catalog .msh-card__cart {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	margin-top: 2px;
	padding: 10px 0;
	border: 0;
	border-radius: 8px;
	background: #3c3c3c;
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	cursor: pointer;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.18s ease, transform 0.18s ease, background 0.15s;
	box-sizing: border-box;
	/* keep layout height like Figma even when hidden */
	visibility: hidden;
}

.tcs-catalog .msh-card:hover .msh-card__cart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tcs-catalog .msh-card:hover .msh-card__cart:not([disabled]) {
	opacity: 1;
	transform: translateY(0);
}

.tcs-catalog .msh-card__cart:hover:not([disabled]) {
	background: #222;
}

.tcs-catalog .msh-card__cart[disabled] {
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

@media (max-width: 767px) {
	.tcs-catalog .msh-card__inner {
		padding: 12px var(--msh-card-pad-x) 12px;
		gap: 8px;
	}

	.tcs-catalog .msh-card__photo img {
		padding: 0 16px;
	}

	.tcs-catalog .msh-card__body {
		gap: 6px;
	}

	.tcs-catalog .msh-card__price {
		font-size: 15px;
	}

	.tcs-catalog .msh-card__rating,
	.tcs-catalog .msh-card__installment,
	.tcs-catalog .msh-card__cmp,
	.tcs-catalog .msh-card__qv {
		display: none;
	}

	.tcs-catalog .msh-card__fav {
		opacity: 1;
	}

	.tcs-catalog .msh-card__cart:not([disabled]) {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
}

/* Product card skeletons (initial JS render + filter reload) */
.tcs-catalog .msh-skel {
	min-width: 0;
}

.tcs-catalog .msh-skel__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	padding: 24px var(--msh-card-pad-x, 16px) 16px;
	box-sizing: border-box;
	gap: 12px;
}

.tcs-catalog .msh-skel__photo {
	width: 100%;
	aspect-ratio: var(--msh-photo-ratio, 336 / 340);
	border-radius: 8px;
	background: linear-gradient(90deg, #f0ece8 0%, #f7f4f1 45%, #f0ece8 100%);
	background-size: 200% 100%;
	animation: msh-skel-shimmer 1.2s ease-in-out infinite;
}

.tcs-catalog .msh-skel__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 4px;
	width: 100%;
	box-sizing: border-box;
}

.tcs-catalog .msh-skel__line {
	display: block;
	height: 12px;
	border-radius: 6px;
	background: linear-gradient(90deg, #f0ece8 0%, #f7f4f1 45%, #f0ece8 100%);
	background-size: 200% 100%;
	animation: msh-skel-shimmer 1.2s ease-in-out infinite;
}

.tcs-catalog .msh-skel__line--title {
	height: 18px;
	width: 72%;
}

.tcs-catalog .msh-skel__line--meta {
	width: 48%;
	height: 10px;
}

.tcs-catalog .msh-skel__line--price {
	height: 22px;
	width: 40%;
	margin-top: 2px;
}

.tcs-catalog .msh-skel__line--sub {
	width: 56%;
	height: 10px;
}

@keyframes msh-skel-shimmer {
	0% { background-position: 100% 0; }
	100% { background-position: -100% 0; }
}

@media (prefers-reduced-motion: reduce) {
	.tcs-catalog .msh-skel__photo,
	.tcs-catalog .msh-skel__line {
		animation: none;
		background: #f0ece8;
	}
}

/* Grid promo banners from iblock (GRID_POSITION) */
.tcs-catalog a.catalog-grid__item.msh-grid-promo {
	position: relative;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	min-width: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #ede8e3;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	z-index: 1;
}

.tcs-catalog .msh-grid-promo__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.tcs-catalog.is-list a.catalog-grid__item.msh-grid-promo {
	min-height: 0;
}

/* Legacy store promo tile (removed from template; keep styles harmless) */
.tcs-catalog .msh-store-promo {
	display: flex;
	align-self: stretch;
	min-height: 100%;
}

.tcs-catalog .msh-store-promo[hidden] {
	display: none !important;
}

.tcs-catalog.is-list .msh-store-promo {
	display: none !important;
}

.tcs-catalog .msh-store-promo__card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	border: 1px solid #ede8e3;
	box-sizing: border-box;
}

.tcs-catalog .msh-store-promo__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.tcs-catalog .msh-store-promo__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(160deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.44) 100%);
	pointer-events: none;
}

.tcs-catalog .msh-store-promo__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	min-height: 420px;
	padding: 20px;
	box-sizing: border-box;
}

.tcs-catalog .msh-store-promo__badge {
	align-self: flex-start;
	padding: 4px 8px;
	border-radius: 4px;
	background: #dede2b;
	color: #3c3c3c;
	font-family: var(--tcs-font, inherit);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	line-height: 1.2;
}

.tcs-catalog .msh-store-promo__bottom {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tcs-catalog .msh-store-promo__title {
	margin: 0;
	font-family: var(--tcs-font, inherit);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff;
}

.tcs-catalog .msh-store-promo__text {
	margin: 0;
	font-family: var(--tcs-font, inherit);
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.72);
}

.tcs-catalog .msh-store-promo__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 4px;
	flex-wrap: wrap;
}

.tcs-catalog .msh-store-promo__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 7px;
	background: #dede2b;
	color: #3c3c3c;
	font-family: var(--tcs-font, inherit);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.02em;
	white-space: nowrap;
	line-height: 1.2;
}

.tcs-catalog .msh-store-promo__hours {
	font-family: var(--tcs-font, inherit);
	font-size: 12px;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.55);
	white-space: nowrap;
}

@media (max-width: 767px) {
	.tcs-catalog .msh-store-promo__content {
		min-height: 360px;
		padding: 16px;
	}

	.tcs-catalog .msh-store-promo__title {
		font-size: 20px;
	}
}


/* End */


/* Start:/local/components/tempus/catalog.element/templates/maket-section/style.css?17874006789486*/
/* Quick view modal — Figma maket (engine-harp) */

.msh-qv.product-card-preview {
	position: fixed;
	inset: 0;
	/* Above site .header (999) and legacy overlays */
	z-index: 10000001;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
	background: rgba(20, 18, 16, 0.56);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.26s ease;
}

.msh-qv.product-card-preview.is-active {
	opacity: 1;
	pointer-events: all;
	z-index: 10000001;
}

.msh-qv__panel {
	position: relative;
	width: 1060px;
	max-width: 100%;
	max-height: 92vh;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
	transform: translateY(18px) scale(0.97);
	opacity: 0;
	transition: transform 0.3s cubic-bezier(0.32, 0, 0.15, 1), opacity 0.3s ease;
	font-family: "Styrene A Web", "Styrene B LC", Arial, sans-serif;
	color: #3c3c3c;
}

.msh-qv.is-active .msh-qv__panel {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.msh-qv__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 20;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	background: #f5f3f0;
	cursor: pointer;
	transition: background 0.12s;
}

.msh-qv__close:hover {
	background: #e8e3de;
}

.msh-qv__body {
	display: flex;
	flex: 1;
	min-height: 0;
	overflow: hidden;
}

.msh-qv__gallery {
	width: 460px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border-right: 1px solid #f0ece8;
}

.msh-qv__main {
	position: relative;
	flex: 1;
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	box-sizing: border-box;
}

.msh-qv__slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

.msh-qv__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.msh-qv__slide img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.msh-qv__thumbs {
	display: flex;
	gap: 8px;
	padding: 0 20px 20px;
	overflow-x: auto;
}

.msh-qv__thumb {
	width: 68px;
	height: 68px;
	flex-shrink: 0;
	padding: 4px;
	border-radius: 8px;
	border: 1.5px solid #ddd8d2;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
	transition: border-color 0.12s;
}

.msh-qv__thumb.is-active {
	border-width: 2px;
	border-color: #3c3c3c;
}

.msh-qv__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.msh-qv__more-photos {
	width: 68px;
	height: 68px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 6px;
	border-radius: 8px;
	border: 1.5px solid #ddd8d2;
	background: #fff;
	color: #939393;
	font-size: 11px;
	line-height: 1.25;
	text-decoration: none;
	box-sizing: border-box;
}

.msh-qv__more-photos:hover {
	color: #3c3c3c;
	border-color: #3c3c3c;
}

.msh-qv__info {
	flex: 1;
	min-width: 0;
	overflow-y: auto;
	padding: 28px 32px 28px 28px;
	box-sizing: border-box;
}

.msh-qv__crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-bottom: 12px;
}

.msh-qv__crumb {
	font-size: 12px;
	letter-spacing: -0.24px;
	color: #939393;
	text-decoration: none;
	transition: color 0.12s;
}

.msh-qv__crumb:hover,
.msh-qv__crumb.is-current {
	color: #3c3c3c;
}

.msh-qv__crumb-sep {
	display: inline-flex;
}

.msh-qv__title {
	margin: 0 0 4px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.66px;
	text-transform: uppercase;
	color: #3c3c3c;
}

.msh-qv__sku {
	margin: 0 0 14px;
	font-size: 13px;
	letter-spacing: -0.26px;
	color: #939393;
}

.msh-qv__rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.msh-qv__rating-val {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
}

.msh-qv__reviews-link {
	font-size: 12px;
	letter-spacing: -0.24px;
	color: #939393;
	text-decoration: none;
}

.msh-qv__reviews-link:hover {
	color: #3c3c3c;
}

.msh-qv__badge {
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #939393;
}

.msh-qv__price-box {
	margin-bottom: 16px;
	padding: 16px;
	border-radius: 12px;
	background: #f8f6f3;
	box-sizing: border-box;
}

.msh-qv__price-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
}

.msh-qv__price {
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1.12px;
}

.msh-qv__discount {
	padding: 4px 8px;
	border-radius: 4px;
	background: #dede2b;
	font-size: 13px;
	font-weight: 500;
	color: #3c3c3c;
}

.msh-qv__price-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.msh-qv__old {
	font-size: 14px;
	letter-spacing: -0.28px;
	color: #939393;
	text-decoration: line-through;
}

.msh-qv__install {
	font-size: 12px;
	letter-spacing: -0.24px;
	color: #939393;
}

.msh-qv__rub {
	font-family: "Tmm Ruble", Arial, sans-serif;
}

.msh-qv__cart {
	width: 100%;
	margin-bottom: 8px;
	padding: 15px 16px;
	border: none;
	border-radius: 10px;
	background: #3c3c3c;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s;
	box-sizing: border-box;
}

.msh-qv__cart:hover:not(.disabled) {
	background: #1a1a1a;
}

.msh-qv__cart.disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.msh-qv__actions {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
}

.msh-qv__oneclick {
	flex: 1;
	padding: 12px 14px;
	border: 1.5px solid #d0c8c0;
	border-radius: 10px;
	background: #fff;
	color: #3c3c3c;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.12s;
}

.msh-qv__oneclick:hover:not(.disabled) {
	border-color: #3c3c3c;
}

.msh-qv__fav {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid #d0c8c0;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.12s, background 0.12s;
}

.msh-qv__fav:hover,
.msh-qv__fav.is-active {
	border-color: #e84040;
}

.msh-qv__fav.is-active svg path {
	fill: #e84040;
	stroke: #e84040;
}

.msh-qv__logistics {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px;
	padding-top: 16px;
	border-top: 1px solid #ede8e3;
}

.msh-qv__log-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.msh-qv__log-left {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	letter-spacing: -0.26px;
}

.msh-qv__log-val {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
}

.msh-qv__stock {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 4px;
	font-size: 12px;
	letter-spacing: -0.24px;
}

.msh-qv__stock-dot {
	width: 7px;
	height: 7px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #dede2b;
	box-shadow: 0 0 0 3px rgba(222, 222, 43, 0.22);
}

.msh-qv__stock.is-out .msh-qv__stock-dot {
	background: #c8c2bb;
	box-shadow: none;
}

.msh-qv__tabs {
	padding-top: 16px;
	border-top: 1px solid #ede8e3;
}

.msh-qv__tablist {
	display: flex;
	gap: 0;
	margin-bottom: 16px;
	border-bottom: 1px solid #ede8e3;
}

.msh-qv__tab {
	margin: 0 20px 0 0;
	padding: 0 0 12px;
	border: none;
	border-bottom: 2px solid transparent;
	background: none;
	color: #939393;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	cursor: pointer;
	transition: color 0.12s;
}

.msh-qv__tab.is-active {
	color: #3c3c3c;
	border-bottom-color: #3c3c3c;
}

.msh-qv__panel-tab {
	display: none;
}

.msh-qv__panel-tab.is-active {
	display: block;
}

.msh-qv__desc {
	margin: 0;
	font-size: 13px;
	letter-spacing: -0.26px;
	line-height: 1.6;
	color: #636363;
}

.msh-qv__photos-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.msh-qv__photos-grid a,
.msh-qv__photos-grid img {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	object-fit: contain;
	background: #f5f3f0;
	border: 1px solid #ede8e3;
	box-sizing: border-box;
}

.msh-qv__reviews-empty {
	margin: 0;
	font-size: 13px;
	color: #939393;
}

.msh-qv__specs {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #ede8e3;
}

.msh-qv__specs-title {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
}

.msh-qv__spec {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 7px 0;
	border-bottom: 1px solid #f0ece8;
}

.msh-qv__spec-label {
	font-size: 12px;
	letter-spacing: -0.24px;
	color: #939393;
}

.msh-qv__spec-value {
	max-width: 55%;
	text-align: right;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	color: #3c3c3c;
}

@media (max-width: 900px) {
	.msh-qv.product-card-preview {
		padding: 0;
		align-items: flex-end;
	}

	.msh-qv__panel {
		width: 100%;
		max-height: 94vh;
		border-radius: 16px 16px 0 0;
	}

	.msh-qv__body {
		flex-direction: column;
		overflow-y: auto;
	}

	.msh-qv__gallery {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #f0ece8;
	}

	.msh-qv__main {
		min-height: 260px;
		padding: 20px;
	}

	.msh-qv__info {
		padding: 20px 16px 28px;
	}

	.msh-qv__title {
		font-size: 18px;
	}

	.msh-qv__price {
		font-size: 24px;
	}
}

/* End */
/* /local/components/tempus/catalog.smart.filter/templates/maket-section/style.css?178740067848797 */
/* /local/components/tempus/catalog.smart.filter/templates/maket-section/maket.css?178740067847941 */
/* /local/components/tempus/catalog.section/templates/maket-section/style.css?178740417624577 */
/* /local/components/tempus/catalog.element/templates/maket-section/style.css?17874006789486 */
