@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

:root {

  --ott-bg: #f6f3ee;
  --ott-bg-mid: #efeae3;
  --ott-bg-deep: #e5dfd6;
  --ott-surface: #ffffff;
  --ott-surface-2: #f0ebe4;
  --ott-ink: #111111;
  --ott-ink-soft: #4f4c47;
  --ott-muted: #8a857c;
  --ott-line: rgba(17, 17, 17, 0.1);
  --ott-line-strong: rgba(17, 17, 17, 0.22);
  --ott-overlay: rgba(17, 17, 17, 0.52);

  --ott-beige: #e2ddd5;
  --ott-beige-deep: #cfc7bb;
  --ott-beige-soft: #ebe6de;
  --ott-beige-rgb: 226, 221, 213;

  --ott-accent: #111111;
  --ott-accent-deep: #000000;
  --ott-accent-rgb: 17, 17, 17;

  --ott-wine: var(--ott-accent);
  --ott-wine-deep: var(--ott-accent-deep);
  --ott-wine-rgb: var(--ott-accent-rgb);
  --ott-gold: var(--ott-beige-deep);
  --ott-gold-rgb: var(--ott-beige-rgb);
  --ott-forest: var(--ott-ink);

  --ott-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
  --ott-shadow-soft: 0 8px 22px rgba(17, 17, 17, 0.05);
  --ott-radius: 4px;
  --ott-radius-sm: 2px;
  --ott-radius-btn: 2px;
  --ott-font: "Manrope", "TildaSans", sans-serif;
  --ott-display: "Manrope", "TildaSans", sans-serif;
  --ott-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body.t-body,
#allrecords,
.t-records {
  background: var(--ott-bg) !important;
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
}

#allrecords,
#allrecords .t-text,
#allrecords .t-name,
#allrecords .t-descr,
#allrecords .t-title,
#allrecords input,
#allrecords textarea,
#allrecords button,
#allrecords select,
.t706,
.t706 input,
.t706 textarea,
.t706 button {
  font-family: var(--ott-font) !important;
}

#allrecords .t-heading,
#allrecords .t-title,
#allrecords .t1261__logo-title {
  font-family: var(--ott-display) !important;
  letter-spacing: -0.01em;
  font-weight: 800 !important;
}

::selection {
  background: var(--ott-ink);
  color: #fff;
}

.t-catalog__parts-above-wrapper-base,
.t-catalog__parts-above-multiple,
.t-catalog__parts-above-grid,
.t-catalog__parts-dropdown-root,
.t-catalog .t-popup__container,
.t706__cartwin-content {
  scrollbar-width: thin;
  scrollbar-color: rgba(18, 18, 18, 0.25) transparent;
}

.t-catalog__parts-above-wrapper-base::-webkit-scrollbar,
.t-catalog__parts-above-multiple::-webkit-scrollbar,
.t-catalog__parts-above-grid::-webkit-scrollbar,
.t-catalog__parts-dropdown-root::-webkit-scrollbar,
.t-catalog .t-popup__container::-webkit-scrollbar,
.t706__cartwin-content::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.t-catalog__parts-above-wrapper-base::-webkit-scrollbar-thumb,
.t-catalog__parts-above-multiple::-webkit-scrollbar-thumb,
.t-catalog__parts-above-grid::-webkit-scrollbar-thumb,
.t-catalog__parts-dropdown-root::-webkit-scrollbar-thumb,
.t-catalog .t-popup__container::-webkit-scrollbar-thumb,
.t706__cartwin-content::-webkit-scrollbar-thumb {
  background: rgba(18, 18, 18, 0.22);
  border-radius: 999px;
}

#rec2837401801 .t1261__panel,
.t1261__panel {
  background: var(--ott-surface) !important;
  border-bottom: 1px solid var(--ott-line) !important;
  box-shadow: none !important;
}

#rec2837401801 .t-menu-popover,
#rec2837401801 .t-menu-popover__maincontainer,
.t-menu-popover__maincontainer {
  background: var(--ott-beige-soft) !important;
  background-color: var(--ott-beige-soft) !important;
  border-bottom: 1px solid var(--ott-line-strong) !important;
  box-shadow: none !important;
  min-height: 68px !important;
  z-index: 990 !important;
}

#rec2837401801.t-rec,
#rec2837401801 .t-menu-popover {
  position: relative !important;
  z-index: 990 !important;
}

#rec2837401801 .t-menu-popover__mainwrapper,
.t-menu-popover__mainwrapper {
  align-items: center !important;
  gap: 16px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

#rec2837401801 .t-menu-base__logo a,
.t-menu-base__logo a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
}

#rec2837401801 .t-menu-base__imglogo,
#rec2837401801 .t-menu-base__imglogomobile,
.t-menu-base__imglogo {
  width: 44px !important;
  max-width: 44px !important;
  height: auto !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.12) !important;
}

#rec2837401801 .t-menu-base__textlogo,
.t-menu-base__textlogo,
.t1261__logo-title {
  color: var(--ott-ink) !important;
  font-family: var(--ott-display) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  transition: color 0.25s var(--ott-ease), transform 0.3s var(--ott-ease);
}

#rec2837401801 .t-menu-base__logo:hover .t-menu-base__textlogo,
.t1261__logo:hover .t1261__logo-title {
  color: var(--ott-ink) !important;
  transform: translateY(-1px);
  opacity: 0.72 !important;
}

.t1261__search-input,
#rec2837401801 .t1261__search-input {
  background: var(--ott-surface) !important;
  border: 1px solid transparent !important;
  border-radius: var(--ott-radius-btn) !important;
  color: var(--ott-ink) !important;
  padding-left: 16px !important;
  font-weight: 400 !important;
  font-family: var(--ott-font) !important;
  transition:
    border-color 0.25s var(--ott-ease),
    background-color 0.25s var(--ott-ease);
}

.t1261__search-input::placeholder {
  color: var(--ott-muted) !important;
  opacity: 1 !important;
}

.t1261__search-input:focus,
#rec2837401801 .t1261__search-input:focus {
  border-color: var(--ott-ink) !important;
  background: #fff !important;
  outline: none !important;
}

.t1261__search-found,
.t1261__search-item .t1261__search-link {
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
}

.t-menuwidgeticons__wrapper {
  gap: 4px !important;
  align-items: center !important;
}

.t-menuwidgeticons__link,
.t-menuwidgeticons__img svg,
.t-menuwidgeticons__img svg * {
  transition: transform 0.25s var(--ott-ease), color 0.2s var(--ott-ease), stroke 0.2s var(--ott-ease);
}

.t-menuwidgeticons__icon:hover .t-menuwidgeticons__link {
  transform: translateY(-2px);
}

.t-menuwidgeticons__img svg [stroke] {
  stroke: var(--ott-ink) !important;
}

.t-menuwidgeticons__icon:hover .t-menuwidgeticons__img svg [stroke] {
  stroke: var(--ott-ink) !important;
  opacity: 0.65;
}

.t-menuwidgeticons__icon-counter,
.js-carticon-counter,
.js-wishlisticon-counter {
  background: var(--ott-ink) !important;
  color: var(--ott-beige) !important;
  border: none !important;
  font-family: var(--ott-font) !important;
  font-weight: 700 !important;
  font-size: 11px !important;
}

#rec2837401801 .t-menu-burger,
.t-menu-burger {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: var(--ott-beige) !important;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color 0.2s var(--ott-ease), transform 0.2s var(--ott-ease) !important;
}

#rec2837401801 .t-menu-burger:hover,
.t-menu-burger:hover {
  background: var(--ott-beige-deep) !important;
  transform: translateY(-1px);
}

#rec2837401801 .t-menu-burger__icon span,
.t-menu-burger__icon span {
  background-color: var(--ott-ink) !important;
}

#rec2837401801 .t-menu-popover__burgermenu,
.t-menu-popover__burgermenu {
  background: var(--ott-bg) !important;
  border-left: 1px solid var(--ott-line) !important;
  box-shadow: var(--ott-shadow) !important;
}

#rec2837401801 .t-menu-popover__overlay,
#rec2837401801 .t-menu-popover__overlay_bg,
.t-menu-popover__overlay,
.t-menu-popover__overlay_bg {
  display: none !important;
}

#rec2837401801 .t-menu__link-item,
.t-menu__link-item {
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  transition: color 0.2s var(--ott-ease), opacity 0.2s var(--ott-ease) !important;
}

#rec2837401801 .t-menu__link-item:hover,
.t-menu__link-item:hover {
  color: var(--ott-ink) !important;
  opacity: 0.55 !important;
}

#rec2837401801 .t-menu-popover__descr,
.t-menu-popover__descr {
  color: var(--ott-ink-soft) !important;
  font-family: var(--ott-font) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}

#rec2837401801 .t-sociallinks__svg path,
.t-sociallinks__svg path {
  fill: var(--ott-ink) !important;
}

#rec2837401801 .t-menu-popover__burgermenu__close-icon span,
.t-menu-popover__burgermenu__close-icon span {
  background-color: var(--ott-ink) !important;
}

#rec2837401801 .t-menu-base__buttons .t-btnflex.t-btnflex_type_button,
#rec2837401801 .t-btnflex.t-btnflex_type_button {
  background: var(--ott-beige) !important;
  background-image: none !important;
  color: var(--ott-ink) !important;
  border: 1px solid rgba(17, 17, 17, 0.18) !important;
  border-radius: var(--ott-radius-btn) !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

#rec2837401801 .t-menu-base__buttons .t-btnflex.t-btnflex_type_button:hover,
#rec2837401801 .t-btnflex.t-btnflex_type_button:hover {
  background: var(--ott-beige-deep) !important;
  background-image: none !important;
  color: var(--ott-ink) !important;
}

#rec2837401801 .t-btnflex.t-btnflex_type_button2 {
  background-color: transparent !important;
  border: 1px solid var(--ott-ink) !important;
  border-radius: var(--ott-radius-btn) !important;
  color: var(--ott-ink) !important;
}

#rec2837401801 .t-btnflex.t-btnflex_type_button2:hover {
  background-color: var(--ott-ink) !important;
  color: var(--ott-beige) !important;
}

#rec2836380001.t-rec {
  padding-top: 10px !important;
  padding-bottom: 110px !important;
}

#rec2962757001.t-rec {

  padding-top: 72px !important;
  padding-bottom: 80px !important;
}

.t-catalog-parts-above__container {
  margin-bottom: 0 !important;

  position: relative !important;
  z-index: 5 !important;
}

.t-catalog__cont-w-filter,
.t-catalog__cont-wrapper,
.t-catalog__grid-cont {
  position: relative;
  overflow: visible;
}

.js-catalog-grid-cont {
  box-sizing: border-box !important;
  padding: 24px 20px 20px !important;
}

.t-catalog__parts-above-wrapper-base,
.t-catalog__parts-above-multiple,
.t-catalog__parts-above-grid,
.t-catalog__parts-switch-wrapper:not(.t-catalog__parts-switch-wrapper_tree) {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 4px !important;
  position: relative !important;
  width: 100% !important;
  overflow: visible !important;
  border-bottom: 1px solid var(--ott-line) !important;
}

.t-catalog__parts-above-item,
.t-catalog__parts-item_level-1,
.t-catalog__parts-item[data-storepart-level="1"],
.t-catalog__parts-item[data-storepart-level="0"] {
  position: static !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  min-width: 0 !important;
}

.t-catalog__parts-above-item > .t-catalog__parts-btn-base,
.t-catalog__parts-above-item > a.t-catalog__parts-switch-btn,
.t-catalog__parts-item_level-1 > .t-catalog__parts-switch-btn,
.t-catalog__parts-legacy .t-catalog__parts-switch-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--ott-ink-soft) !important;
  font-family: var(--ott-font) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  min-height: 48px !important;
  margin-bottom: -1px !important;
  padding: 10px 18px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition:
    color 0.22s var(--ott-ease),
    border-color 0.22s var(--ott-ease) !important;
}

.t-catalog__parts-above-item:hover > .t-catalog__parts-btn-base,
.t-catalog__parts-above-item:hover > a.t-catalog__parts-switch-btn,
.t-catalog__parts-above-item:focus-within > .t-catalog__parts-btn-base,
.t-catalog__parts-above-item:focus-within > a.t-catalog__parts-switch-btn,
.t-catalog__parts-item_level-1:hover > .t-catalog__parts-switch-btn,
.t-catalog__parts-item_has-subparts:hover > .t-catalog__parts-switch-btn {
  color: var(--ott-ink) !important;
  border-color: var(--ott-line-strong) !important;
  opacity: 1 !important;
}

.t-catalog__parts-switch-btn.t-active,
.t-catalog__parts-current {
  background: transparent !important;
  border-color: var(--ott-accent) !important;
  color: var(--ott-ink) !important;
  opacity: 1 !important;
  box-shadow: none !important;
  transform: none;
}

.t-catalog__parts-above-item .t-catalog__parts-title,
.t-catalog__parts-item-title {
  color: inherit !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.t-catalog__parts-hover:not(.t-catalog__parts-disabled):hover {
  opacity: 1 !important;
}

.t-catalog__parts-dropdown-arrow,
.t-catalog__parts-item-arrow {
  opacity: 0.6;
  transition: transform 0.25s var(--ott-ease);
}

@media screen and (min-width: 961px) {
  .t-catalog__parts-above-item:hover .t-catalog__parts-dropdown-arrow,
  .t-catalog__parts-item_has-subparts:hover > .t-catalog__parts-switch-btn .t-catalog__parts-item-arrow {
    transform: rotate(180deg);
  }
}

@media screen and (min-width: 961px) {
  .t-catalog__parts-above-item:hover > .t-catalog__parts-dropdown-root,
  .t-catalog__parts-above-item:focus-within > .t-catalog__parts-dropdown-root,
  .t-catalog__parts-item_level-1:hover > .t-catalog__parts-sublist,
  .t-catalog__parts-item_level-1:focus-within > .t-catalog__parts-sublist,
  .t-catalog__parts-item_has-subparts.t-catalog__parts-item_level-1:hover > .t-catalog__parts-sublist {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: opacity 0.2s var(--ott-ease) !important;
  }

  .t-catalog__parts-above-item:hover .t-catalog__parts-dropdown-nested,
  .t-catalog__parts-above-item:focus-within .t-catalog__parts-dropdown-nested,
  .t-catalog__parts-item_level-1:hover .t-catalog__parts-sublist .t-catalog__parts-sublist,
  .t-catalog__parts-item_level-1:focus-within .t-catalog__parts-sublist .t-catalog__parts-sublist {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

.t-catalog__parts-dropdown-root,
.t-catalog__parts-item_level-1 > .t-catalog__parts-sublist {
  position: absolute !important;
  top: calc(100% + 1px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  transform: none !important;

  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  align-items: start !important;
  gap: 14px 28px !important;
  background: var(--ott-surface) !important;
  border: 1px solid var(--ott-line) !important;
  border-top: none !important;
  border-radius: 0 0 var(--ott-radius) var(--ott-radius) !important;
  box-shadow: var(--ott-shadow) !important;
  padding: 30px 32px 26px !important;
  z-index: 20 !important;
}

@media screen and (min-width: 961px) {
  .t-catalog__parts-dropdown-root[style*="display: block"],
  .t-catalog__parts-dropdown-root[style*="display:block"],
  .t-catalog__parts-item_level-1 > .t-catalog__parts-sublist[style*="display: block"],
  .t-catalog__parts-item_level-1 > .t-catalog__parts-sublist[style*="display:block"] {
    display: grid !important;
  }
}

@media screen and (min-width: 961px) {
  .t-catalog__parts-above-item::after,
  .t-catalog__parts-item_level-1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 8px;
    z-index: 999;
  }
}

.t-catalog__parts-dropdown-root > .t-catalog__parts-subpart-item,
.t-catalog__parts-item_level-1 > .t-catalog__parts-sublist > .t-catalog__parts-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  position: relative !important;
  background: transparent !important;
}

.t-catalog__parts-dropdown-root > .t-catalog__parts-subpart-item > .t-catalog__parts-subpart-button,
.t-catalog__parts-item_level-1 > .t-catalog__parts-sublist > .t-catalog__parts-item > .t-catalog__parts-switch-btn {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ott-line) !important;
  border-radius: 0 !important;
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  margin: 0 0 10px !important;
  min-height: 0 !important;
  padding: 0 0 10px !important;
  text-align: left !important;
  width: 100% !important;
  transition: color 0.2s var(--ott-ease) !important;
}

.t-catalog__parts-dropdown-root > .t-catalog__parts-subpart-item > .t-catalog__parts-subpart-button:hover,
.t-catalog__parts-item_level-1 > .t-catalog__parts-sublist > .t-catalog__parts-item > .t-catalog__parts-switch-btn:hover {
  background: transparent !important;
  color: var(--ott-accent) !important;
  opacity: 1 !important;
}

.t-catalog__parts-dropdown-nested,
.t-catalog__parts-item_level-1 .t-catalog__parts-sublist .t-catalog__parts-sublist {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 2px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  z-index: auto !important;
}

.t-catalog__parts-dropdown-nested .t-catalog__parts-subpart-item,
.t-catalog__parts-item_level-1 .t-catalog__parts-sublist .t-catalog__parts-sublist .t-catalog__parts-item {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  flex: none !important;
  background: transparent !important;
}

.t-catalog__parts-dropdown-nested .t-catalog__parts-subpart-button,
.t-catalog__parts-item_level-1 .t-catalog__parts-sublist .t-catalog__parts-sublist .t-catalog__parts-switch-btn {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: var(--ott-radius-sm) !important;
  color: var(--ott-ink-soft) !important;
  font-family: var(--ott-font) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  min-height: 32px !important;
  padding: 6px 8px !important;
  text-align: left !important;
  width: 100% !important;
  transition: background-color 0.2s var(--ott-ease), color 0.2s var(--ott-ease) !important;
}

.t-catalog__parts-dropdown-nested .t-catalog__parts-subpart-button:hover,
.t-catalog__parts-item_level-1 .t-catalog__parts-sublist .t-catalog__parts-sublist .t-catalog__parts-switch-btn:hover {
  background: var(--ott-surface-2) !important;
  color: var(--ott-ink) !important;
  opacity: 1 !important;
}

.t-catalog__parts-subpart-button--active,
.t-catalog__parts-dropdown-item.t-active,
.t-catalog__parts-switch-btn.t-active {
  color: var(--ott-accent) !important;
  opacity: 1 !important;
}

.t-catalog__parts-dropdown-root .t-catalog__parts-subpart-arrow-container,
.t-catalog__parts-dropdown-nested .t-catalog__parts-subpart-arrow-container,
.t-catalog__parts-item_level-1 .t-catalog__parts-sublist .t-catalog__parts-item-arrow {
  display: none !important;
}

.t-catalog__parts-subpart-img-wrapper,
.t-catalog__parts-subpart-img {
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  filter: grayscale(1);
}

.t-catalog__parts-dropdown-root > .t-catalog__parts-subpart-item > .t-catalog__parts-subpart-button .t-catalog__parts-subpart-img-wrapper,
.t-catalog__parts-dropdown-root > .t-catalog__parts-subpart-item > .t-catalog__parts-subpart-button .t-catalog__parts-subpart-img {
  width: 24px !important;
  height: 24px !important;
}

.t-catalog__parts-dropdown-nested .t-catalog__parts-subpart-img-wrapper,
.t-catalog__parts-dropdown-nested .t-catalog__parts-subpart-img {
  display: none !important;
}

.t-catalog__parts-dropdown-nested .t-catalog__parts-dropdown-nested {
  margin-left: 10px !important;
  padding-left: 8px !important;
  border-left: 1px solid var(--ott-line) !important;
}

@media (hover: hover) and (pointer: fine) {
  .t-catalog__parts-above-item:has(> .t-catalog__parts-dropdown-root) > .t-catalog__parts-btn-base,
  .t-catalog__parts-above-item:has(> .t-catalog__parts-dropdown-root) > a.t-catalog__parts-switch-btn,
  .t-catalog__parts-item_level-1:has(> .t-catalog__parts-sublist) > .t-catalog__parts-switch-btn {
    pointer-events: none !important;
  }

  .t-catalog__parts-dropdown-root > .t-catalog__parts-subpart-item:has(.t-catalog__parts-dropdown-nested) > .t-catalog__parts-subpart-button,
  .t-catalog__parts-item_level-1 > .t-catalog__parts-sublist > .t-catalog__parts-item:has(.t-catalog__parts-sublist) > .t-catalog__parts-switch-btn {
    pointer-events: none !important;
    color: var(--ott-ink) !important;
  }
}

.t-catalog__card,
.t-catalog__card__wrap_all {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transition: transform 0.35s var(--ott-ease) !important;
}

.t-catalog__card:hover,
.t-catalog__card:hover .t-catalog__card__wrap_all,
.t-catalog .t-catalog__card__wrap_all:hover {
  transform: none;
  border-color: transparent !important;
  box-shadow: none !important;
}

.t-catalog__card__imgwrapper,
#rec2836380001 .t-catalog__card__imgwrapper {
  border-radius: var(--ott-radius) !important;
  overflow: hidden !important;
  background: var(--ott-surface-2) !important;
  box-shadow: none !important;
  transition: none !important;
}

.t-catalog__card__img,
.t-catalog__card__bgimg,
.t-catalog__card__imgwrapper .t-bgimg,
.t-catalog__card__imgwrapper img {
  border-radius: var(--ott-radius) !important;
  transition: transform 0.5s var(--ott-ease) !important;
}

.t-catalog__card:hover .t-catalog__card__img,
.t-catalog__card:hover .t-catalog__card__bgimg,
.t-catalog__card:hover .t-catalog__card__imgwrapper .t-bgimg,
.t-catalog__card:hover .t-catalog__card__imgwrapper img {
  transform: scale(1.035);
}

.t-catalog__card__wrap_txt-and-btns,
#rec2836380001 .t-catalog__card__wrap_txt-and-btns {
  padding-top: 18px !important;
}

.t-catalog__card__title,
.t-catalog__card .t-typography__title,
.t-catalog__prod-popup__name,
.t-catalog .t-popup .t-typography__title {
  color: var(--ott-ink) !important;
  font-family: var(--ott-display) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
}

.t-catalog__card__price,
.t-catalog__card__price-value,
.t-catalog__prod-popup__price,
.t-catalog__prod-popup__price-value {
  color: var(--ott-accent) !important;
  font-family: var(--ott-font) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.t-catalog__card__price_old,
.t-catalog__prod-popup__price_old {
  color: var(--ott-muted) !important;
  opacity: 0.85 !important;
}

.t-catalog__card__descr,
.t-catalog__card .t-typography__descr,
.t-catalog__prod-popup__text,
.t-catalog .t-popup .t-typography__descr {
  color: var(--ott-ink-soft) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.t-catalog__card__mark {
  background: var(--ott-ink) !important;
  border-radius: 0 !important;
  font-family: var(--ott-font) !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.t-catalog__card-preloader .t-catalog__card__img-preloader {
  border-radius: var(--ott-radius) !important;
  background: linear-gradient(110deg, var(--ott-surface-2) 20%, #fff 40%, var(--ott-surface-2) 60%) !important;
  background-size: 200% 100% !important;
  animation: ott-shimmer 1.4s ease-in-out infinite !important;
}

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

#allrecords .t-btnflex,
#allrecords .t-btn,
#rec2836380001 .t-btnflex.t-btnflex_type_button,
#rec2962757001 .t-btnflex.t-btnflex_type_button,
#rec2837825001 .t-btnflex.t-btnflex_type_submit,
.t-catalog__card__btn .t-btnflex.t-btnflex_type_button,
.t-catalog__prod-popup__btn-wrapper .t-btnflex.t-btnflex_type_button {
  background-color: var(--ott-beige) !important;
  background-image: none !important;
  border-radius: var(--ott-radius-btn) !important;
  border: 2px solid var(--ott-ink) !important;
  box-shadow: 0 2px 0 rgba(17, 17, 17, 0.12) !important;
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  min-height: 44px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  transition:
    background-color 0.22s var(--ott-ease),
    border-color 0.22s var(--ott-ease),
    color 0.22s var(--ott-ease),
    box-shadow 0.22s var(--ott-ease),
    transform 0.22s var(--ott-ease) !important;
}

#allrecords .t-btnflex:hover,
#allrecords .t-btn:hover,
#rec2836380001 .t-btnflex.t-btnflex_type_button:hover,
#rec2962757001 .t-btnflex.t-btnflex_type_button:hover,
#rec2837825001 .t-btnflex.t-btnflex_type_submit:hover,
.t-catalog__card__btn .t-btnflex.t-btnflex_type_button:hover,
.t-catalog__prod-popup__btn-wrapper .t-btnflex.t-btnflex_type_button:hover {
  background-color: var(--ott-beige-deep) !important;
  background-image: none !important;
  color: var(--ott-ink) !important;
  border-color: var(--ott-ink) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 0 rgba(17, 17, 17, 0.14) !important;
}

#allrecords .t-btnflex:active,
#allrecords .t-btn:active,
#rec2836380001 .t-btnflex.t-btnflex_type_button:active,
#rec2962757001 .t-btnflex.t-btnflex_type_button:active {
  transform: translateY(1px);
  box-shadow: none !important;
}

.t-catalog__card__btn .t-btnflex.t-btnflex_type_button,
#rec2836380001 .t-catalog__card .t-btnflex.t-btnflex_type_button,
#rec2962757001 .t-catalog__card .t-btnflex.t-btnflex_type_button {
  width: 100% !important;
  justify-content: center !important;
}

.t-catalog__card__btn_second,
a.t-catalog__card__btn_second,
#rec2836380001 .t-btnflex.t-btnflex_type_button2,
#rec2962757001 .t-btnflex.t-btnflex_type_button2 {
  background: transparent !important;
  color: var(--ott-ink) !important;
  box-shadow: inset 0 0 0 1px var(--ott-line-strong) !important;
  border: 1px solid transparent !important;
  border-radius: var(--ott-radius-btn) !important;
  min-height: 40px !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}

.t-catalog__card__btn_second:hover,
a.t-catalog__card__btn_second:hover,
#rec2836380001 .t-btnflex.t-btnflex_type_button2:hover,
#rec2962757001 .t-btnflex.t-btnflex_type_button2:hover {
  background: var(--ott-ink) !important;
  color: var(--ott-beige) !important;
  box-shadow: none !important;
  border-color: var(--ott-ink) !important;
  transform: none;
}

.t-catalog__prod__quantity {
  border: 1px solid var(--ott-line-strong) !important;
  border-radius: var(--ott-radius-btn) !important;
  overflow: hidden !important;
  background: var(--ott-surface) !important;
}

.t706__product-plusminus {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.t-catalog__sidebar {
  position: relative;
  z-index: 10;
}

.t-catalog__sidebar .t-catalog__filter {
  background: var(--ott-surface) !important;
  border: 1px solid var(--ott-line-strong) !important;
  border-radius: var(--ott-radius) !important;
  padding: 24px 22px !important;
}

.t-catalog__filter__search-and-sort .t-catalog__filter {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.js-catalog-parts-select-container,
.t-catalog__filter-wrapper {
  margin-bottom: 8px !important;
  overflow: visible !important;
}

.js-catalog-parts-select-container {
  padding-top: 30px !important;
}

.t-catalog__filter__search-and-sort {
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  letter-spacing: 0.02em !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 14px !important;
}

.t-catalog__filter__search-and-sort .t-catalog__breadcrumbs_desktop {
  margin-right: auto !important;
  margin-bottom: 0 !important;
}

.t-catalog__search-wrapper {
  flex: 1 1 260px !important;
  max-width: 380px !important;
  margin-left: auto !important;
}

.t-catalog__search-wrapper input,
.t-catalog__search-wrapper .t-catalog__filter__input {
  width: 100% !important;
}

.js-catalog-parts-select-container .t-catalog__breadcrumbs_padding {
  padding-top: 0 !important;
  margin-bottom: 10px !important;
}

.t-catalog__search-wrapper {
  position: relative !important;
}

.t-catalog__filter__search-and-sort .t-catalog__filter__input,
.t-catalog__search-wrapper .t-catalog__filter__input,
.t-catalog__search-wrapper input {
  background: var(--ott-surface) !important;
  border: 1px solid var(--ott-line-strong) !important;
  border-radius: var(--ott-radius-btn) !important;
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  min-height: 38px !important;
  padding: 7px 14px !important;
  box-shadow: none !important;
  transition: border-color 0.2s var(--ott-ease) !important;
}

.t-catalog__filter__search-and-sort .t-catalog__filter__input::placeholder,
.t-catalog__search-wrapper input::placeholder {
  color: var(--ott-muted) !important;
  opacity: 1 !important;
}

.t-catalog__filter__search-and-sort .t-catalog__filter__input:hover,
.t-catalog__search-wrapper input:hover {
  border-color: var(--ott-ink) !important;
}

.t-catalog__filter__search-and-sort .t-catalog__filter__input:focus,
.t-catalog__search-wrapper input:focus {
  border-color: var(--ott-ink) !important;
  outline: none !important;
}

.t-catalog__sort-select-wrapper {
  position: relative !important;
}

.t-catalog__sort-select {
  background: var(--ott-surface) !important;
  border: 1px solid var(--ott-line-strong) !important;
  border-radius: var(--ott-radius-btn) !important;
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  min-height: 38px !important;
  padding: 7px 32px 7px 14px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: border-color 0.2s var(--ott-ease) !important;
}

.t-catalog__sort-select:hover,
.t-catalog__sort-select:focus {
  border-color: var(--ott-ink) !important;
  outline: none !important;
}

@media screen and (max-width: 560px) {
  .t-catalog__filter__search-and-sort {
    flex-wrap: wrap !important;
    width: 100% !important;
  }

  .t-catalog__filter__search-and-sort .t-catalog__filter__input,
  .t-catalog__search-wrapper,
  .t-catalog__sort-select-wrapper,
  .t-catalog__sort-select {
    width: 100% !important;
  }
}

.t-catalog__filter__prods-number {
  color: var(--ott-muted) !important;
  font-family: var(--ott-font) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 8px 14px !important;
  box-sizing: border-box !important;
}

.t-catalog__filter__sort,
.t-catalog__sort-select-wrapper {
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
}

.t-catalog__filter__custom-sel,
.t-catalog__sort-select,
.t-catalog__filter__item_border {
  border: 1px solid var(--ott-line-strong) !important;
  border-radius: var(--ott-radius-btn) !important;
  background: var(--ott-surface) !important;
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-weight: 600 !important;
  transition: border-color 0.2s var(--ott-ease) !important;
}

.t-catalog__filter__custom-sel:hover,
.t-catalog__sort-select:hover {
  border-color: var(--ott-ink) !important;
}

.t-catalog__sidebar .t-catalog__filter__item {
  border-bottom: 1px solid var(--ott-line) !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.t-catalog__sidebar .t-catalog__filter__item:first-child {
  padding-top: 0 !important;
}

.t-catalog__sidebar .t-catalog__filter__item:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.t-catalog__filter__item-title {
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.t-catalog__filter__item-title:hover {
  color: var(--ott-accent) !important;
  opacity: 1 !important;
}

.t-catalog__filter .t-checkbox__indicator,
.t-catalog__filter .t-radio__indicator {
  border: 1.5px solid var(--ott-line-strong) !important;
  border-radius: 3px !important;
  background: var(--ott-surface) !important;
  transition: border-color 0.18s var(--ott-ease), background-color 0.18s var(--ott-ease) !important;
}

.t-catalog__filter .t-checkbox:checked + .t-checkbox__indicator,
.t-catalog__filter .t-radio:checked + .t-radio__indicator {
  background: var(--ott-ink) !important;
  border-color: var(--ott-ink) !important;
}

.t-catalog__filter .t-checkbox__labeltext,
.t-catalog__filter .t-checkbox__title,
.t-catalog__filter__item-controls-container {
  color: var(--ott-ink-soft) !important;
  font-family: var(--ott-font) !important;
  font-size: 14px !important;
}

.t-catalog__filter__checkbox_buttons + .t-catalog__filter__checkmark_buttons {
  border: 1px solid var(--ott-line-strong) !important;
  border-radius: var(--ott-radius-btn) !important;
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-weight: 600 !important;
  transition: border-color 0.2s var(--ott-ease), background-color 0.2s var(--ott-ease), color 0.2s var(--ott-ease) !important;
}

.t-catalog__filter__checkbox_buttons:checked + .t-catalog__filter__checkmark_buttons {
  background: var(--ott-ink) !important;
  border-color: var(--ott-ink) !important;
  color: #fff !important;
}

.t-catalog__filter__checkbox_color + .t-catalog__filter__checkmark_color {
  border-radius: 50% !important;
  box-shadow: 0 0 0 1px var(--ott-line-strong) !important;
}

.t-catalog__filter__checkbox_color:checked + .t-catalog__filter__checkmark_color {
  box-shadow: 0 0 0 2px var(--ott-accent) !important;
}

.t-catalog__filter__item-price-box .t-catalog__filter__input {
  border: 1px solid var(--ott-line-strong) !important;
  border-radius: var(--ott-radius-btn) !important;
  background: var(--ott-surface) !important;
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-weight: 700 !important;
}

.t-catalog__filter__item-price-box .t-catalog__filter__input:focus {
  border-color: var(--ott-ink) !important;
  outline: none !important;
}

.t-catalog__filter__item-price-slider .noUi-connect,
.t-catalog__filter__item-price-slider .ui-slider-range {
  background: var(--ott-accent) !important;
}

.t-catalog__filter__item-price-slider .noUi-handle,
.t-catalog__filter__item-price-slider .ui-slider-handle {
  background: #fff !important;
  border: 2px solid var(--ott-ink) !important;
  box-shadow: none !important;
}

.t-catalog__filter__btn {
  background: var(--ott-beige) !important;
  color: var(--ott-ink) !important;
  border: 1px solid rgba(17, 17, 17, 0.16) !important;
  border-radius: var(--ott-radius-btn) !important;
  font-family: var(--ott-font) !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  transition: background-color 0.2s var(--ott-ease) !important;
}

.t-catalog__filter__btn:hover {
  background: var(--ott-beige-deep) !important;
}

.t-catalog__filter__chosen-bar {
  border: 1px solid var(--ott-line-strong) !important;
  border-radius: 999px !important;
  background: var(--ott-surface-2) !important;
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  box-sizing: border-box !important;
  padding: 8px 16px !important;
  gap: 12px !important;
  align-items: center !important;
}

.t-catalog__filter__chosen-val-close {
  color: var(--ott-accent) !important;
}

@media screen and (min-width: 961px) {
  .t-catalog__filter_above-products {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px 12px !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .t-catalog__filter_above-products .t-catalog__breadcrumbs {
    display: flex !important;
    flex: 1 0 100% !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
    width: 100% !important;
    margin: 0 0 2px !important;
    padding: 0 !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__controls-wrapper {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__opts-mob-btn,
  .t-catalog__filter_above-products .t-catalog__filter__sort-mob-btn,
  .t-catalog__filter_above-products .t-catalog__filter__search-mob-btn,
  .t-catalog__filter_above-products .t-catalog__filter__search-mob-close-btn,
  .t-catalog__filter_above-products .t-catalog__filter__item_sort-mobile {
    display: none !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__options,
  .t-catalog__filter_above-products .t-catalog__filter__options_wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    max-width: 100% !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__search-and-sort {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 0 0 auto !important;
    gap: 8px !important;
  }

  .t-catalog__filter_above-products .t-catalog__search-wrapper,
  .t-catalog__filter_above-products .t-catalog__filter__search,
  .t-catalog__filter_above-products .t-catalog__filter__sort,
  .t-catalog__filter_above-products .t-catalog__sort-select-wrapper {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__search .t-catalog__filter__input,
  .t-catalog__filter_above-products .t-catalog__search-wrapper .t-catalog__filter__input {
    width: 220px !important;
    max-width: 220px !important;
    min-width: 180px !important;
  }

  .t-catalog__filter_above-products .t-catalog__sort-select {
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__item {
    position: relative !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__item-title {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    min-height: 38px !important;
    box-sizing: border-box !important;
    border: 1px solid var(--ott-line-strong) !important;
    border-radius: var(--ott-radius-btn) !important;
    background: var(--ott-surface) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__item-title:after {
    content: "" !important;
    display: block !important;
    width: 6px !important;
    height: 6px !important;
    margin-top: -3px !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    transform: rotate(45deg) !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__item-title:hover {
    border-color: var(--ott-ink) !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__item.active .t-catalog__filter__item-title {
    border-color: var(--ott-ink) !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__item.active .t-catalog__filter__item-title:after {
    margin-top: 2px !important;
    transform: rotate(-135deg) !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__item-controls-wrap {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 0 !important;
    z-index: 8 !important;
    display: block !important;
    min-width: 220px !important;
    max-width: min(340px, 80vw) !important;
    margin: 0 !important;
    padding: 10px !important;
    background: var(--ott-surface) !important;
    border: 1px solid var(--ott-line-strong) !important;
    border-radius: var(--ott-radius) !important;
    box-shadow: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__item_price .t-catalog__filter__item-controls-wrap {
    min-width: 260px !important;
    padding: 14px 12px 12px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__item.active > .t-catalog__filter__item-controls-wrap,
  .t-catalog__filter_above-products .t-catalog__filter__item-controls-wrap[style*="display: block"],
  .t-catalog__filter_above-products .t-catalog__filter__item-controls-wrap[style*="display:block"] {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__item-price-slider {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: auto !important;
    flex: 1 0 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 4px 6px 8px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__custom-sel {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    border: none !important;
    border-radius: var(--ott-radius-sm) !important;
    background: transparent !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    cursor: pointer !important;
  }

  .t-catalog__filter_above-products .t-catalog__filter__custom-sel:hover,
  .t-catalog__filter_above-products .t-catalog__filter__custom-sel.active {
    background: var(--ott-surface-2) !important;
    border: none !important;
  }
}

@media screen and (max-width: 960px) {
  .t-catalog__sidebar {
    z-index: 2000 !important;
  }

  .js-catalog-grid-cont {
    padding: 16px 12px 20px !important;
  }
}

.t-catalog__breadcrumbs,
.js-catalog-breadcrumbs {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: left !important;
  width: 100% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.t-catalog__breadcrumbs-item-text,
.t-catalog__breadcrumbs-item {
  color: var(--ott-ink-soft) !important;
  font-family: var(--ott-font) !important;
  font-size: 13px !important;
  letter-spacing: 0.02em !important;
}

.t-catalog__breadcrumbs-item_active .t-catalog__breadcrumbs-item-text {
  color: var(--ott-ink) !important;
  font-weight: 700 !important;
}

.t-catalog .t-popup,
.t-popup.t-popup_show {
  background: var(--ott-overlay) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  z-index: 999999 !important;
}

.t-catalog .t-popup__container,
.t-catalog__prod-popup__container,
.t-popup__container.t-catalog__popup-container_8-cols {
  background: var(--ott-surface) !important;
  border-radius: var(--ott-radius) !important;
  box-shadow: var(--ott-shadow) !important;
  border: 1px solid var(--ott-line) !important;
  overflow: hidden !important;
}

.t-catalog__prod-popup__container {
  padding: 40px 32px !important;
}

.t-catalog__prod-snippet__container {
  padding-top: 0 !important;
}

.t-catalog__prod-popup__name {
  font-family: var(--ott-display) !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 10px !important;
}

.t-catalog__prod-popup__brand,
.t-catalog__prod-popup__sku {
  color: var(--ott-muted) !important;
  font-family: var(--ott-font) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.t-catalog__prod-popup__price-wrapper {
  margin-top: 12px !important;
  margin-bottom: 10px !important;
  padding-top: 14px !important;
  border-top: 1px solid var(--ott-line) !important;
}

.t-catalog__prod-popup__price,
.t-catalog__prod-popup__price-value {
  font-size: 24px !important;
  font-weight: 800 !important;
}

.t-catalog__prod-popup__text {
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

.t-catalog__prod-popup__btn,
.t-catalog__prod-popup__btn-wrapper .t-btnflex {
  min-width: 190px !important;
}

.t-catalog .t-popup__close,
.t-catalog__prod-popup__close-txt-wr,
.t-catalog__prod-popup__close-txt {
  color: #fff !important;
  font-family: var(--ott-font) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.t-catalog .t-popup__close {
  background: var(--ott-ink) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  transition: background-color 0.2s var(--ott-ease), transform 0.2s var(--ott-ease) !important;
}

.t-catalog .t-popup__close:hover {
  background: var(--ott-ink-soft) !important;
  transform: scale(1.06);
}

.t-catalog .t-popup__close-icon,
.t-catalog .t-popup__close-icon path,
.t-catalog .t-popup__close svg,
.t-catalog .t-popup__close svg * {
  fill: #fff !important;
  stroke: #fff !important;
}

#rec2836380001 .js-catalog-desktop-custom-gallery .t-img,
#rec2836380001 .js-catalog-product .t-slds__main,
.t-catalog__prod-popup__slider .t-slds__main,
.t-catalog__prod-popup__slider .t-bgimg,
.t-catalog__prod-popup__slider img {
  border-radius: var(--ott-radius) !important;
  overflow: hidden !important;
}

.t-catalog .t-slds__arrow-withbg,
#rec2836380001 .t-slds__arrow-withbg {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid var(--ott-line) !important;
  box-shadow: var(--ott-shadow-soft) !important;
  transition: background-color 0.2s var(--ott-ease), transform 0.2s var(--ott-ease) !important;
}

.t-catalog .t-slds__arrow-withbg:hover,
#rec2836380001 .t-slds__arrow-withbg:hover {
  background: #fff !important;
  transform: scale(1.05);
}

.t-slds__thumbsbullet-border,
.t-slds__thumbsbullet,
#rec2836380001 .t-slds__thumbsbullet-border,
#rec2836380001 .t-slds__thumbsbullet {
  border-radius: var(--ott-radius-sm) !important;
  overflow: hidden !important;
}

.t-catalog__relevants__title,
.t-catalog__relevants__title-wrapper .t-name {
  font-family: var(--ott-display) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: var(--ott-ink) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.t-product__option-title,
.t-product__option-variants {
  font-family: var(--ott-font) !important;
  color: var(--ott-ink) !important;
}

.t-product__option-select,
.t-product__option-variants select {
  border-radius: var(--ott-radius-btn) !important;
  border-color: var(--ott-line-strong) !important;
  background: #fff !important;
}

.t706__cartwin {
  background: var(--ott-overlay) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  z-index: 999998 !important;
}

.t706__carticon {
  z-index: 4000 !important;
}

.t706__cartwin-content {
  background: var(--ott-surface) !important;
  border-radius: var(--ott-radius) !important;
  box-shadow: var(--ott-shadow) !important;
  border: 1px solid var(--ott-line) !important;
  padding: 40px 34px !important;
  max-width: 520px !important;
}

.t706__cartwin-heading,
.t706__cartwin-top .t-name {
  font-family: var(--ott-display) !important;
  color: var(--ott-ink) !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.t706__cartwin-top {
  border-bottom: 1px solid var(--ott-line) !important;
  padding-bottom: 24px !important;
}

.t706__cartwin-bottom {
  border-top: 1px solid var(--ott-line) !important;
  padding-top: 24px !important;
}

.t706__cartwin-prodamount-wrap,
.t706__cartwin-prodamount,
.t706__cartwin-prodamount-label {
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
}

.t706__cartwin-prodamount {
  font-weight: 800 !important;
  color: var(--ott-accent) !important;
}

.t706__product-title {
  color: var(--ott-ink) !important;
  font-family: var(--ott-display) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.t706__product-title__option,
.t706__product-title__portion,
.t706__product-portion {
  font-family: var(--ott-font) !important;
  color: var(--ott-ink-soft) !important;
}

.t706__product-imgdiv {
  border-radius: var(--ott-radius) !important;
  background-color: var(--ott-surface-2) !important;
  background-position: 50% !important;
  background-size: cover !important;
  box-shadow: inset 0 0 0 1px var(--ott-line) !important;
  width: 72px !important;
  height: 72px !important;
}

.t706__product {
  border-bottom: 1px solid var(--ott-line) !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.t706__product:last-child {
  border-bottom: none !important;
}

.t706__product-amount,
.t706__product-amount--portion {
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-weight: 700 !important;
}

.t706__product-quantity {
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-weight: 600 !important;
}

.t706__product-plus,
.t706__product-minus {
  color: var(--ott-ink) !important;
  cursor: pointer !important;
  transition: color 0.18s var(--ott-ease), background-color 0.18s var(--ott-ease) !important;
}

.t706__product-plus:hover,
.t706__product-minus:hover {
  color: var(--ott-accent) !important;
  background: var(--ott-surface-2) !important;
}

.t706__product-del {
  color: var(--ott-muted) !important;
  font-family: var(--ott-font) !important;
  cursor: pointer !important;
  opacity: 1 !important;
  transition: color 0.18s var(--ott-ease) !important;
}

.t706__product-del:hover {
  color: var(--ott-accent) !important;
}

.t706__cartwin-prodamount-price,
.t706__cartwin-prodamount-currency,
.t706__cartwin-totalamount-info_value {
  color: var(--ott-accent) !important;
  font-weight: 800 !important;
}

.t706__cartwin-totalamount-wrap,
.t706__cartwin-totalamount-content {
  color: var(--ott-ink) !important;
  font-family: var(--ott-font) !important;
  font-weight: 700 !important;
}

.t706__cartwin-orderbtn,
a.t706__cartwin-orderbtn {
  background: var(--ott-beige) !important;
  color: var(--ott-ink) !important;
  border: 2px solid var(--ott-ink) !important;
  border-radius: var(--ott-radius-btn) !important;
  box-shadow: 0 2px 0 rgba(17, 17, 17, 0.12) !important;
  font-family: var(--ott-font) !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  min-height: 48px !important;
  width: 100% !important;
  transition: background-color 0.2s var(--ott-ease), box-shadow 0.2s var(--ott-ease), transform 0.2s var(--ott-ease) !important;
}

.t706__cartwin-orderbtn:hover,
a.t706__cartwin-orderbtn:hover {
  background: var(--ott-beige-deep) !important;
  color: var(--ott-ink) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 0 rgba(17, 17, 17, 0.14) !important;
}

.t706__cartwin-close,
.t706__close,
.t706__close-button {
  color: #fff !important;
  background: var(--ott-ink) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  transition: background-color 0.2s var(--ott-ease), transform 0.2s var(--ott-ease) !important;
}

.t706__cartwin-close:hover,
.t706__close:hover,
.t706__close-button:hover {
  background: var(--ott-ink-soft) !important;
  transform: scale(1.06);
}

.t706__cartwin-close-icon g,
.t706__cartwin-close-icon rect,
.t706__close-icon g,
.t706__close-icon rect {
  fill: #fff !important;
}

.t706__carticon {
  background: var(--ott-beige) !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.14) !important;
  transition: background-color 0.22s var(--ott-ease), transform 0.22s var(--ott-ease) !important;
}

.t706__carticon:hover {
  background: var(--ott-beige-deep) !important;
  transform: translateY(-2px);
}

.t706__carticon-img path,
.t706__carticon-img {
  stroke: var(--ott-ink) !important;
}

.t706__carticon-counter {
  background: var(--ott-ink) !important;
  color: var(--ott-beige) !important;
  border: 2px solid var(--ott-surface) !important;
}

.t706__orderform .t-input-title,
.t706__orderform .t-descr {
  color: var(--ott-ink-soft) !important;
  font-family: var(--ott-font) !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.t706__orderform .t-input,
#rec2837825001 .t-input {
  border-radius: var(--ott-radius-btn) !important;
  border: 1px solid var(--ott-line-strong) !important;
  background: #fff !important;
  color: var(--ott-ink) !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-left: 16px !important;
  transition: border-color 0.2s var(--ott-ease) !important;
}

.t706__orderform .t-input:focus,
#rec2837825001 .t-input:focus {
  border-color: var(--ott-ink) !important;
  outline: none !important;
}

.t706__bubble-container,
.t706__bubble {
  background: var(--ott-ink) !important;
  color: #fff !important;
  border-radius: var(--ott-radius-sm) !important;
  font-family: var(--ott-font) !important;
}

.t-input,
.t-input-block .t-input {
  border-radius: var(--ott-radius-btn) !important;
  border-color: var(--ott-line-strong) !important;
  background: #fff !important;
  font-family: var(--ott-font) !important;
  padding-left: 16px !important;
}

.t-input:focus {
  border-color: var(--ott-ink) !important;
}

.t-submit {
  background: var(--ott-beige) !important;
  color: var(--ott-ink) !important;
  border: 1px solid rgba(17, 17, 17, 0.16) !important;
  border-radius: var(--ott-radius-btn) !important;
}

.t-submit:hover {
  background: var(--ott-beige-deep) !important;
}

.t-form__successbox,
.t-form-success-popup_new .t-form-success-popup__wrapper {
  background: var(--ott-surface) !important;
  border-radius: var(--ott-radius) !important;
  box-shadow: var(--ott-shadow) !important;
  font-family: var(--ott-font) !important;
  color: var(--ott-ink) !important;
}

.t-form__successbox .t-text,
.t-form-success-popup__wrapper .t-text {
  font-family: var(--ott-display) !important;
  color: var(--ott-ink) !important;
}

:where(.t-records) a:focus-visible,
:where(.t-records) button:focus-visible,
.t706 a:focus-visible,
.t706 button:focus-visible {
  outline-color: var(--ott-accent) !important;
}

.js-catalog-load-more-btn,
.t-catalog__load-more-btn .t-btnflex {
  min-width: 210px !important;
}

@media screen and (max-width: 960px) {
  #rec2837401801 .t-menu-base__textlogo,
  .t-menu-base__textlogo,
  .t1261__logo-title {
    font-size: 18px !important;
    letter-spacing: 0.12em !important;
  }

  #rec2837401801 .t-menu-base__imglogo,
  #rec2837401801 .t-menu-base__imglogomobile,
  .t-menu-base__imglogo {
    width: 38px !important;
    max-width: 38px !important;
  }

  #rec2837401801 .t-menu-popover__maincontainer,
  .t-menu-popover__maincontainer {
    min-height: 60px !important;
  }

  #rec2962757001.t-rec {
    padding-top: 10px !important;
    padding-bottom: 72px !important;
  }

  #rec2962757001 .t-catalog-parts-above__container,
  #parts-above-id-2962757001 {
    margin-bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  #rec2962757001 .t-catalog__parts-above-single-shell,
  #rec2962757001 .t-catalog__parts-above-single-shell--mobile {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  #rec2962757001 .t-catalog__parts-above-scroll-arrow,
  #rec2962757001 .t-catalog__parts-divider {
    display: none !important;
  }

  #rec2962757001 .t-catalog__parts-above-wrapper-base,
  #rec2962757001 .t-catalog__parts-above-multiple,
  #rec2962757001 .t-catalog__parts-above-single--mobile,
  #rec2962757001 .t-catalog__parts-switch-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    flex-wrap: unset !important;
    flex-direction: unset !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  #rec2962757001 .t-catalog__parts-above-item,
  #rec2962757001 .t-catalog__parts-wrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    flex: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  #rec2962757001 .t-catalog__parts-back-img-top,
  #rec2962757001 .t-catalog__parts-button-base.t-catalog__parts-back-img-top,
  #rec2962757001 a.t-catalog__parts-switch-btn.t-catalog__parts-back-img-top {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--ott-line) !important;
    border-radius: var(--ott-radius) !important;
    background: var(--ott-surface-2) !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition:
      transform 0.25s var(--ott-ease),
      border-color 0.25s var(--ott-ease) !important;
  }

  #rec2962757001 .t-catalog__parts-back-img-top:hover,
  #rec2962757001 .t-catalog__parts-back-img-top:focus-visible {
    border-color: var(--ott-line-strong) !important;
    transform: translateY(-2px);
  }

  #rec2962757001 .t-catalog__parts-image-wrapper {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding-bottom: 100% !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: var(--ott-beige) !important;
  }

  #rec2962757001 .t-catalog__parts-img-cover,
  #rec2962757001 .t-catalog__parts-img-absolute {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.45s var(--ott-ease) !important;
  }

  #rec2962757001 .t-catalog__parts-back-img-top:hover .t-catalog__parts-img-cover,
  #rec2962757001 .t-catalog__parts-back-img-top:hover .t-catalog__parts-img-absolute {
    transform: scale(1.04);
  }

  #rec2962757001 .t-catalog__parts-back-img-top-text {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 2 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    box-sizing: border-box !important;
    background: rgba(255, 255, 255, 0.78) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-top: 1px solid rgba(255, 255, 255, 0.55) !important;
  }

  #rec2962757001 .t-catalog__parts-title,
  #rec2962757001 .t-catalog__parts-back-img-top-title-inline {
    display: -webkit-box !important;
    width: 100% !important;
    color: var(--ott-ink) !important;
    font-family: var(--ott-font) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  #rec2962757001 .t-catalog__parts-back-img-top.t-active,
  #rec2962757001 .t-catalog__parts-switch-btn.t-active {
    border-color: var(--ott-ink) !important;
    box-shadow: inset 0 0 0 1px var(--ott-ink) !important;
  }

  #rec2962757001 .t-catalog__parts-back-img-top.t-active .t-catalog__parts-back-img-top-text {
    background: rgba(255, 255, 255, 0.9) !important;
  }

  .t-catalog__card__title,
  .t-catalog__card .t-typography__title,
  .t-catalog__prod-popup__name {
    font-size: 16px !important;
  }

  .t-catalog__prod-popup__name {
    font-size: 24px !important;
  }

  .t706__cartwin-content {
    margin: 48px 12px !important;
    padding: 30px 22px !important;
    width: auto !important;
    border-radius: var(--ott-radius) !important;
  }
}

@media screen and (max-width: 560px) {
  #rec2962757001 .t-catalog__parts-above-wrapper-base,
  #rec2962757001 .t-catalog__parts-above-multiple,
  #rec2962757001 .t-catalog__parts-above-single--mobile,
  #rec2962757001 .t-catalog__parts-switch-wrapper {
    gap: 8px !important;
  }

  #rec2962757001 .t-catalog__parts-back-img-top-text {
    padding: 8px 10px !important;
  }

  #rec2962757001 .t-catalog__parts-title,
  #rec2962757001 .t-catalog__parts-back-img-top-title-inline {
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
  }

  .t-catalog .t-popup_show .t-popup__container {
    border-radius: var(--ott-radius) var(--ott-radius) 0 0 !important;
  }

  .t-catalog .t-popup__close {
    background: var(--ott-ink) !important;
  }
}

jdiv.jv-mouse-track,
jdiv.jv-pseudo-height {
  pointer-events: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *:not(jdiv),
  *:not(jdiv)::before,
  *:not(jdiv)::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
