/* Consolidated production fixes from the 2026-07-13 audit. */
:root {
  --xport-brand: #fa9504;
  --xport-brand-hover: #e68600;
  --xport-brand-soft: #fff4df;
  --xport-accent: var(--xport-brand);
  --xport-accent-dark: #985000;
  --xport-ink: #17181b;
  --xport-muted: #626872;
  --xport-line: #e2e4e8;
  --xport-surface: #f5f6f7;
  --xport-surface-raised: #fff;
  --xport-footer: #181a1e;
  --xport-sale: #c63c18;
  --xport-radius-sm: 10px;
  --xport-radius-md: 14px;
  --xport-radius-lg: 20px;
  --xport-shadow-sm: 0 1px 2px rgba(18, 20, 24, .04), 0 8px 24px rgba(18, 20, 24, .04);
  --xport-shadow-md: 0 18px 48px rgba(18, 20, 24, .09);
}

html {
  scroll-behavior: auto;
  scrollbar-gutter: stable;
}

body {
  color: var(--xport-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--xport-ink);
  letter-spacing: -.02em;
}

.xport-skip-link {
  position: fixed;
  z-index: 1000000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: #111;
  border-radius: 8px;
  transform: translateY(-180%);
}

.xport-skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #1769e0 !important;
  outline-offset: 3px;
}

.site-topHeader {
  background: var(--xport-footer) !important;
}

.site-topHeader,
.site-topHeader a {
  color: #fff !important;
}

.layout-center {
  max-width: 1480px;
}

.site-header {
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid var(--xport-line);
  box-shadow: 0 8px 28px rgba(18, 20, 24, .045);
}

.site-header-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.site-header-catalogButton {
  min-height: 44px;
  padding: 0 18px !important;
  color: var(--xport-ink) !important;
  background: var(--xport-brand) !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  font-weight: 720;
}

.site-header-catalogButton:hover {
  color: var(--xport-ink) !important;
  background: var(--xport-brand-hover) !important;
}

.site-header-search-form {
  overflow: hidden;
  background: var(--xport-surface);
  border: 1px solid #d7dae0;
  border-radius: 13px;
  box-shadow: inset 0 1px 1px rgba(18, 20, 24, .025);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.site-header-search-form:focus-within {
  background: #fff;
  border-color: #bd6800;
  box-shadow: 0 0 0 3px rgba(250, 149, 4, .18);
}

.input.site-header-search-text {
  min-width: 0;
  height: 46px;
  padding: 0 16px !important;
  color: var(--xport-ink);
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
}

.input.site-header-search-text::placeholder {
  color: #7a808a;
  opacity: 1;
}

.site-header-search-submit {
  width: 54px;
  min-width: 54px;
  height: 46px;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--xport-ink) !important;
  background: var(--xport-brand) !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.site-header-search-submit:hover {
  color: var(--xport-ink) !important;
  background: var(--xport-brand-hover) !important;
}

.site-header-search-submit svg {
  fill: currentColor !important;
}

.c-search__dropdown {
  top: calc(100% + 10px) !important;
  max-height: min(520px, 70vh);
  padding: 12px !important;
  overflow: auto !important;
  background: #fff !important;
  border: 1px solid var(--xport-line) !important;
  border-radius: 16px !important;
  box-shadow: var(--xport-shadow-md) !important;
}

.c-search__dropdown ul {
  margin: 0;
  padding: 0;
}

.c-search__dropdown li {
  margin: 0 !important;
  border-bottom: 1px solid #eceef1;
}

.c-search__dropdown li:last-child {
  border-bottom: 0;
}

.c-search__dropdown li > a {
  min-height: 88px;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border-radius: 11px;
  text-decoration: none;
}

.c-search__dropdown li > a:hover {
  color: var(--xport-ink) !important;
  background: var(--xport-surface);
}

.c-search__dropdown .fast-result-img {
  width: 68px;
  min-width: 68px;
  height: 68px;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--xport-line);
  border-radius: 10px;
}

.fast-result-info,
.fast-result-info > span {
  color: var(--xport-ink) !important;
  font-size: 14px !important;
  line-height: 1.4;
}

.fast-result-info b,
.fast-result-info strong,
.fast-result-info mark {
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font-weight: 760 !important;
}

.c-search__dropdown .fast-result-info {
  min-width: 0;
  flex: 1 1 auto;
}

.c-search__dropdown .fast-result-info > span:first-child {
  display: -webkit-box !important;
  overflow: hidden;
  font-weight: 620;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-search__dropdown .fast-result-info > span:last-child {
  margin-top: 5px;
  color: var(--xport-ink) !important;
  font-weight: 760;
}

.c-search__dropdown::-webkit-scrollbar,
.c-search__dropdown ul::-webkit-scrollbar,
.filter::-webkit-scrollbar,
.c-nav__menu::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.c-search__dropdown::-webkit-scrollbar-thumb,
.c-search__dropdown ul::-webkit-scrollbar-thumb,
.filter::-webkit-scrollbar-thumb,
.c-nav__menu::-webkit-scrollbar-thumb {
  background: #c9cdd3;
  border-radius: 99px;
}

.check-all {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: 12px 0 0 !important;
  padding: 0 16px !important;
  color: var(--xport-ink) !important;
  background: var(--xport-brand) !important;
  border: 0;
  border-radius: 11px;
  font-weight: 720;
}

.siteBlock-margin.siteBlock-margin2 {
  display: block;
  margin: 24px 0 0;
}

.siteBlock-margin2 .sl1 {
  width: 100%;
  max-width: none;
}

.siteBlock-margin2 .mg-slider-wrap,
.siteBlock-margin2 .swiper-container {
  overflow: hidden;
  border-radius: 18px;
  background: var(--xport-surface);
  border: 1px solid #eceef1;
  box-shadow: var(--xport-shadow-sm);
}

.siteBlock-margin2 .mg-slider-wrap img,
.siteBlock-margin2 .swiper-container img {
  object-position: center center !important;
}

.xport-home-intro {
  max-width: 780px;
  padding: 38px 8px 22px;
}

.xport-home-intro__eyebrow,
.xport-contacts__eyebrow {
  margin: 0 0 8px;
  color: var(--xport-accent-dark);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.xport-home-intro h1 {
  margin: 0;
  color: var(--xport-ink);
  font-size: clamp(30px, 3.3vw, 52px);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: -.035em;
}

.xport-home-intro > p:last-child {
  margin: 14px 0 0;
  color: var(--xport-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
}

.category-panel__item .c-sub2 {
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--xport-line);
  border-radius: 16px;
  background: var(--xport-surface);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.category-panel__item .c-sub2:hover {
  border-color: #d5d5d7;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
  transform: translateY(-2px);
}

.category-panel__item .c-sub2__title {
  color: var(--xport-ink);
  font-weight: 650;
}

.xport-home-categories {
  margin: 34px 0 42px;
}

.xport-home-categories > .c-carousel__title--left {
  margin: 0 0 18px !important;
  color: var(--xport-ink) !important;
  font-size: clamp(24px, 2.2vw, 30px) !important;
  font-weight: 760 !important;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.xport-home-categories .category-panel__list {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0 !important;
}

.xport-home-categories .category-panel__item {
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.xport-home-categories .c-sub2 {
  min-height: 168px;
  padding: 18px 12px !important;
  background: #f6f7f8 !important;
  border: 1px solid var(--xport-line) !important;
  border-radius: 15px !important;
  box-shadow: none !important;
}

.xport-home-categories .c-sub2__img {
  width: 100%;
  height: 96px !important;
  align-items: center;
}

.xport-home-categories .c-sub2__img img {
  width: 104px !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 92px !important;
  object-fit: contain !important;
}

.xport-home-categories .c-sub2__title {
  min-height: 36px;
  margin: 10px 0 0 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.xport-home-sale {
  margin-bottom: 48px;
}

.xport-home-sale .c-carousel__title--left {
  margin: 0 0 4px !important;
  color: var(--xport-ink) !important;
  font-size: clamp(25px, 2.3vw, 32px) !important;
  font-weight: 760 !important;
  letter-spacing: -.025em;
}

.xport-home-sale .c-carousel--index .owl-stage-outer {
  padding-top: 18px;
}

.xport-home-sale .xport-product-card {
  padding-top: 50px;
}

.xport-home-sale .xport-product-card__image {
  height: clamp(165px, 16vw, 210px);
}

.star-rating {
  display: inline-flex;
  color: #b85a00;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1;
}

/* Product cards: one geometry for home carousels, catalog and related goods. */
.catalog__product-item,
.c-carousel .owl-item {
  min-width: 0;
}

.catalog__product-item > .reccomend-product-item,
.c-carousel .reccomend-product-item,
.reccomend-product-item .catalogItem-body {
  height: 100%;
}

.reccomend-product-item .catalogItem-body {
  display: flex !important;
  min-width: 0;
  flex-direction: column;
}

.c-carousel .owl-stage {
  display: flex;
}

.c-carousel .owl-item {
  display: flex;
  height: auto;
}

.c-carousel .owl-item > .reccomend-product-item {
  width: 100%;
}

.xport-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: 54px 14px 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--xport-line);
  border-radius: 16px;
  box-shadow: var(--xport-shadow-sm);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.xport-product-card:hover {
  border-color: #ced1d6;
  box-shadow: var(--xport-shadow-md);
  transform: translateY(-2px);
}

.xport-product-card__badges {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  left: 12px;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.xport-product-card__badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.xport-product-card__badge--special {
  color: #fff !important;
  background: var(--xport-sale);
}

.xport-product-card__badge--special:hover {
  color: #fff !important;
  background: #a92b0d;
}

.xport-product-card__badge--discount {
  margin-left: auto;
  color: #973018;
  background: #fff3ef;
  border: 1px solid #edaa98;
}

.xport-product-card__image {
  display: flex;
  width: 100%;
  height: clamp(180px, 17vw, 250px);
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
  background: #fff;
}

.xport-product-card__image img,
.xport-product-card__image .mg-product-image {
  display: block !important;
  width: 100% !important;
  max-width: 240px !important;
  height: 100% !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

.xport-product-card__content {
  display: flex;
  min-width: 0;
  height: auto !important;
  flex: 1;
  flex-direction: column;
  overflow: visible !important;
}

.xport-product-card__title {
  position: static !important;
  display: block !important;
  min-height: 82px;
  height: auto !important;
  max-height: none !important;
  margin: 0 0 8px;
  overflow: visible;
  color: var(--xport-ink) !important;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-align: left;
  text-decoration: none;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

.xport-product-card__rating {
  min-height: 18px;
  margin: 0 0 8px;
  overflow: hidden;
  text-align: left;
}

.xport-product-card__prices {
  position: static !important;
  display: flex;
  min-height: 49px;
  align-items: baseline;
  align-content: flex-start;
  gap: 5px 10px;
  flex-wrap: wrap;
  margin-top: auto;
  text-align: left;
}

.xport-product-card__price {
  color: var(--xport-ink);
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.xport-product-card__old-price {
  color: #6b6e74;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.2;
  text-decoration-thickness: 1px;
  white-space: nowrap;
}

.xport-product-card__action {
  position: static !important;
  margin-top: 10px;
}

.xport-product-card__action .addToCart,
.xport-product-card__action .product-info,
.xport-product-card__action :is(a, button) {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 12px !important;
  color: #1d1d1f !important;
  background: var(--xport-brand) !important;
  border: 0 !important;
  border-radius: 11px !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.xport-product-card__action :is(a, button):hover {
  color: var(--xport-ink) !important;
  background: var(--xport-brand-hover) !important;
}

.xport-product-card__availability {
  position: static !important;
  display: flex;
  min-height: 43px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  margin-top: 9px;
  color: #6a4100;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.xport-product-card__availability .catalogItem-avail,
.xport-product-card__availability .c-product__stock,
.xport-product-card__availability .count {
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.site-header-menu-item-badge,
.site-header-menu-item .countsht {
  display: inline-flex !important;
  min-width: 18px !important;
  height: 18px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 4px !important;
  border: 2px solid #fff !important;
  border-radius: 99px !important;
  color: #fff !important;
  background: #b95600 !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  line-height: 14px !important;
}

.xport-contacts {
  padding: 32px 0 56px;
}

.xport-contacts__panel {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(420px, 1.3fr) auto;
  gap: 42px;
  align-items: center;
  padding: 38px 42px;
  color: #fff;
  background: var(--xport-footer);
  border-radius: 22px;
}

.xport-contacts__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.xport-contacts__heading > p:last-child {
  margin: 12px 0 0;
  color: #d4d5d7;
  line-height: 1.55;
}

.xport-contacts__eyebrow {
  color: #ffb067;
}

.xport-contacts__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 24px;
}

.xport-contacts__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.xport-contacts__item > span {
  color: #adb0b5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.xport-contacts__item a,
.xport-contacts__item strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.xport-contacts__map-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  color: #1d1d1f;
  background: #fff;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.xport-contacts__map-link:hover {
  color: #1d1d1f;
  background: #f0f0f1;
}

.xport-product-map-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #1d1d1f !important;
  background: var(--xport-brand);
  border-radius: 11px;
  font-weight: 750;
  text-decoration: none;
}

.site-footer {
  color: #eef0f3;
  background: var(--xport-footer) !important;
}

.site-footer .layout-center {
  padding-right: clamp(24px, 3vw, 44px);
  padding-left: clamp(24px, 3vw, 44px);
}

.site-footer-menu-group-header {
  color: #fff !important;
  font-weight: 680 !important;
  letter-spacing: -.01em;
}

.site-footer-menu-links-one-a,
.site-footer-info,
.site-footer-info a {
  color: #c7cbd2 !important;
}

.site-footer-menu-links-one-a {
  display: inline-flex;
  line-height: 1.45;
  text-shadow: none !important;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}

.site-footer-menu-links-one-a:hover,
.site-footer-info a:hover {
  color: #ffc065 !important;
  text-shadow: none !important;
}

.site-footer-social-link {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0 !important;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  filter: none !important;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.site-footer-social-link:hover {
  background: rgba(250, 149, 4, .15);
  border-color: rgba(250, 149, 4, .45);
  transform: translateY(-2px);
}

.site-footer-social-link .icon {
  width: 22px !important;
  height: 22px !important;
  fill: #fff !important;
}

.site-footer-info {
  border-top-color: rgba(255, 255, 255, .13) !important;
}

.site-footer-info-main-copyright {
  color: #aeb3bb;
}

.site-footer-menu-cluster {
  min-width: 0;
}

@media (min-width: 1200px) {
  .site-footer {
    padding: 68px 0 38px !important;
  }

  .site-footer-menu {
    display: grid !important;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1.3fr) minmax(270px, .85fr);
    gap: clamp(48px, 5vw, 84px);
    margin-bottom: 52px !important;
  }

  .site-footer-menu-cluster {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 3vw, 48px);
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .site-footer {
    padding: 58px 0 34px !important;
  }

  .site-footer-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 56px;
    margin-bottom: 46px !important;
  }

  .site-footer-menu-cluster {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .site-footer-menu > .site-footer-menu-group {
    grid-column: 1 / -1;
  }

  .site-footer-menu > .site-footer-menu-group .site-footer-menu-group-content {
    max-width: 640px;
  }
}

@media (min-width: 960px) {
  .site-footer-menu-group {
    min-width: 0;
  }

  .site-footer-menu-group-header {
    margin-bottom: 22px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .site-footer-menu-links-one {
    margin-bottom: 16px !important;
  }

  .site-footer-menu-links-one-a {
    font-size: 14px;
  }

  .site-footer-info {
    padding-top: 28px !important;
  }
}

.filter__close {
  border: 0;
  background: transparent;
}

.catalog__title,
.catalog__categories-title,
.catalog__recommended-title {
  color: var(--xport-ink) !important;
  font-weight: 740 !important;
  letter-spacing: -.025em;
}

.catalog__recommended {
  width: 100%;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--xport-line);
  border-radius: 16px;
  box-shadow: var(--xport-shadow-sm);
}

.catalog__recommended-title {
  margin: 0 0 16px !important;
  font-size: 18px !important;
}

.catalog__recommended .slick-track {
  display: flex;
}

.catalog__recommended .slick-slide {
  display: flex;
  height: auto;
  padding: 0 7px;
}

.catalog__recommended .slick-slide > div,
.catalog__recommended .reccomend-product-item {
  width: 100%;
  height: 100%;
}

.catalog__recommended .slick-dots {
  position: static;
  display: flex !important;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 0;
}

.catalog__recommended .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.catalog__recommended .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  overflow: hidden;
  color: transparent;
  background: #c9cdd3;
  border: 0;
  border-radius: 99px;
  font-size: 0;
  transition: width .2s ease, background .2s ease;
}

.catalog__recommended .slick-dots .slick-active button {
  width: 24px;
  background: var(--xport-brand);
}

@media (min-width: 1201px) {
  .catalog__recommended2 {
    display: block !important;
  }

  .catalog__recommended3 {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .catalog__recommended2 {
    display: none !important;
  }

  .catalog__recommended3 {
    display: block !important;
  }

  .catalog__recommended3.layout-leftCol-col {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: clamp(28px, 5vw, 48px) 0 0 !important;
    padding: 0 15px !important;
  }

  .catalog__recommended3 .catalog__recommended {
    padding: clamp(14px, 3vw, 22px);
  }
}

@media (max-width: 599px) {
  .catalog__recommended3.layout-leftCol-col {
    padding: 0 !important;
  }

  .catalog__recommended .slick-slide {
    padding: 0 4px;
  }
}

.catalog__product-block {
  min-width: 0;
}

.catalog__product-panel {
  align-items: center;
}

.catalog__product-list {
  row-gap: 18px;
}

.filter {
  color: var(--xport-ink);
  background: #fff !important;
  border: 1px solid #dfe3e8 !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(18, 20, 24, .055);
}

.filter-preview,
.xport-filter-sort-source-wrap {
  display: none !important;
}

.xport-filter-heading {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 14px;
}

.xport-filter-heading strong {
  font-size: 19px;
  font-weight: 780;
  letter-spacing: -.025em;
}

.xport-filter-heading span {
  color: var(--xport-muted);
  font-size: 12px;
}

.filter .wrapper-field,
.filter .mg-filter-body,
.filter .filter__field,
.filter .mg-filter,
.filter .mg-filter-item {
  width: 100% !important;
  margin: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
}

.filter .range-field {
  padding-bottom: 15px !important;
  border-bottom: 1px solid #e6e9ed !important;
}

.xport-filter-price-title {
  margin: 0 0 10px !important;
  color: var(--xport-ink) !important;
  font-size: 15px !important;
  font-weight: 760 !important;
}

.catalog .filter .price-slider-list,
.xport-filter-range__inputs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 9px;
  margin: 0 !important;
}

.catalog .filter .price-slider-list > li,
.xport-filter-range__inputs label {
  position: relative;
  display: flex;
  width: auto !important;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  padding: 0 !important;
  color: #737983;
  font-size: 12px;
}

.catalog .filter .price-slider-list > li:last-child > span:last-child {
  position: absolute;
  right: 10px;
  bottom: 12px;
  color: #737983;
  pointer-events: none;
}

.filter input[type='text'],
.filter input[type='number'],
.filter select,
.filter .CaptionCont,
.xport-catalog-sort {
  min-height: 40px;
  color: var(--xport-ink) !important;
  background: #f6f7f8 !important;
  border: 1px solid #dfe3e8 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

.catalog .filter .price-slider-list input[type='text'],
.xport-filter-range__inputs input {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 40px;
  margin: 0 !important;
  padding: 0 10px !important;
  text-align: left !important;
}

.catalog .filter .price-slider-list > li:last-child input {
  padding-right: 25px !important;
}

.filter .ui-slider,
.filter .price-slider,
.filter .mg-filter-prop-slider {
  height: 4px !important;
  margin: 16px 8px 3px !important;
  background: #d9dee5 !important;
  border: 0 !important;
  border-radius: 99px !important;
}

.filter .ui-slider-range {
  background: #22252a !important;
}

.filter .ui-slider-handle {
  top: -6px !important;
  width: 16px !important;
  height: 16px !important;
  background: #111318 !important;
  border: 3px solid #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 5px rgba(18, 20, 24, .28) !important;
}

.xport-filter-section {
  border-bottom: 1px solid #e6e9ed !important;
}

.xport-filter-section__head {
  display: flex;
  width: 100%;
  min-height: 45px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 !important;
  color: var(--xport-ink);
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 720;
  text-align: left;
  cursor: pointer;
}

.xport-filter-section__head svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  transition: transform .18s ease;
}

.xport-filter-section.is-open .xport-filter-section__head svg {
  transform: rotate(180deg);
}

.xport-filter-section__body {
  max-height: 290px;
  padding: 0 0 12px;
  overflow: auto;
  scrollbar-width: thin;
}

.xport-filter-section__body[hidden] {
  display: none !important;
}

.xport-filter-section__description {
  margin: 0 0 8px;
  color: var(--xport-muted);
  font-size: 12px;
  line-height: 1.4;
}

.filter .mg-filter-list,
.xport-filter-section__body > ul {
  display: grid;
  gap: 3px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.filter .mg-filter-item li {
  margin: 0 !important;
  padding: 0 !important;
}

.mg-filter-item li > label,
.xport-filter-check {
  display: flex !important;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  padding: 3px 0;
  color: #34383f;
  font-size: 13px;
  line-height: 1.25;
  cursor: pointer;
}

.c-filter label .cbox,
.filter label .cbox {
  display: inline-block;
  width: 19px;
  height: 19px;
  min-width: 19px;
  max-width: 19px;
  min-height: 19px;
  max-height: 19px;
  order: -1;
  flex: 0 0 19px;
  background: #fff !important;
  border: 1.5px solid #8a9099;
  border-radius: 6px;
  box-shadow: none;
}

.c-filter label [type='checkbox']:checked ~ .cbox,
.filter label [type='checkbox']:checked ~ .cbox {
  background: var(--xport-brand) !important;
  border-color: var(--xport-brand-hover) !important;
  box-shadow: inset 0 0 0 4px var(--xport-brand) !important;
}

.c-filter label [type='checkbox']:focus-visible ~ .cbox,
.filter label [type='checkbox']:focus-visible ~ .cbox {
  outline: 3px solid rgba(0, 112, 243, .3);
  outline-offset: 2px;
}

.filter label .cbox::before {
  display: none;
}

.xport-filter-color {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: var(--filter-color, #ddd);
  border: 1px solid rgba(18, 20, 24, .18);
  border-radius: 50%;
}

.xport-filter-more,
.xport-filter-all {
  min-height: 32px;
  margin-top: 6px !important;
  padding: 0 !important;
  color: #9a4d00 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 12px;
  font-weight: 680;
  cursor: pointer;
}

.catalog .filter .filter-buttons {
  width: 100%;
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

.filter-buttons .refreshFilter {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 16px !important;
  color: #fff !important;
  background: #17191d !important;
  border: 1px solid #17191d !important;
  border-radius: 11px !important;
  box-shadow: 0 8px 18px rgba(18, 20, 24, .13) !important;
  font-weight: 690 !important;
  text-align: center;
  cursor: pointer;
}

.filter-buttons .refreshFilter:hover {
  color: #1d1d1f !important;
  background: var(--xport-brand) !important;
  border-color: var(--xport-brand) !important;
}

.button-caption,
.filter__button,
.product__tab-button--active,
.product__buy-button .addToCart,
.inCatalog-link {
  color: #1d1d1f !important;
}

.filter__button {
  min-height: 44px !important;
  padding: 0 18px !important;
  background: var(--xport-brand) !important;
  border: 0 !important;
  border-radius: 11px !important;
  box-shadow: none !important;
  font-weight: 720 !important;
}

.filter__button:hover {
  color: var(--xport-ink) !important;
  background: var(--xport-brand-hover) !important;
}

.xport-catalog-chips {
  display: flex;
  max-width: 100%;
  gap: 9px;
  margin: 4px 0 16px;
  padding: 2px 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.xport-catalog-chips::-webkit-scrollbar {
  display: none;
}

.xport-catalog-chip {
  display: inline-flex;
  min-height: 39px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: #34383f;
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 620;
  text-decoration: none !important;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.xport-catalog-chip:hover,
.xport-catalog-chip.is-active {
  color: #1d1d1f;
  background: var(--xport-brand-soft);
  border-color: var(--xport-brand);
}

.xport-catalog-toolbar {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.xport-catalog-sort-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #6f7580;
  font-size: 13px;
}

.xport-catalog-sort {
  min-width: 190px;
  padding: 0 34px 0 12px;
  font-size: 13px;
  font-weight: 620;
}

.xport-catalog-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.xport-pagination {
  display: grid;
  gap: 12px;
  margin: 28px 0 10px;
}

.xport-pagination__more {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  justify-self: center;
  padding: 0 18px;
  color: #5e6570;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 690;
  cursor: pointer;
}

.xport-pagination__more svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.xport-pagination__panel {
  padding: 22px clamp(18px, 4vw, 38px);
  background: #fff;
  border: 1px solid #e5e8ec;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(18, 20, 24, .055);
}

.xport-pagination__status {
  margin-bottom: 13px;
  color: #68707c;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

.xport-pagination__controls {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 16px;
}

.xport-pagination__arrow {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #282c32;
  background: #f5f6f7;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.xport-pagination__arrow:disabled {
  cursor: default;
  opacity: .35;
}

.xport-pagination__arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.xport-pagination__track {
  height: 3px;
  overflow: hidden;
  background: #dfe3e8;
  border-radius: 99px;
}

.xport-pagination__track span {
  display: block;
  height: 100%;
  background: var(--xport-brand);
  border-radius: inherit;
  transition: width .25s ease;
}

.xport-pagination.is-loading {
  opacity: .62;
  pointer-events: none;
}

.bread-crumbs {
  color: var(--xport-muted);
}

.bread-crumbs a {
  color: #555b65;
}

.mg-pager a,
.mg-pager span {
  display: inline-flex !important;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px !important;
}

.product__old-price,
.product__price-block .old-price {
  color: #62656a !important;
}

.xport-footer-empty {
  display: none !important;
}

@media (min-width: 960px) {
  .site-header-leftCol-main {
    min-width: 0;
    margin-right: 0 !important;
  }

  .site-header-search {
    width: auto !important;
    min-width: 280px;
    height: 46px !important;
    margin-right: clamp(20px, 2.5vw, 38px) !important;
  }

  .site-header-menu {
    flex: 0 0 auto;
  }
}

@media (max-width: 1100px) {
  .xport-contacts__panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .xport-contacts__map-link {
    justify-self: start;
  }
}

@media (max-width: 959px) {
  .site-header .layout-leftCol {
    display: block !important;
  }

  .site-header .site-header-leftCol-col {
    width: 100% !important;
    min-height: 60px;
  }

  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  body.xport-search-open {
    overflow: hidden;
  }

  .site-main .layout-center,
  .xport-contacts .layout-center {
    padding-right: 14px;
    padding-left: 14px;
  }

  .siteHeaderedBlock.layout-not-pc-pad {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .page-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .siteBlock-margin.siteBlock-margin2 {
    margin-top: 14px;
  }

  .siteBlock-margin2 .mg-slider-wrap,
  .siteBlock-margin2 .swiper-container {
    border-radius: 14px;
  }

  .header-mobile__search-panel.js-search-panel {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2500 !important;
    display: block !important;
    width: 100% !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: calc(72px + env(safe-area-inset-top)) 16px 24px !important;
    overflow-y: auto;
    background: rgba(250, 250, 250, .985) !important;
    box-shadow: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translateY(-12px) !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  }

  .header-mobile__search-panel.js-search-panel.active {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .header-mobile__search-panel.js-search-panel::before {
    content: 'Поиск по каталогу';
    display: block;
    margin: 0 52px 20px 0;
    color: var(--xport-ink);
    font-size: 24px;
    font-weight: 760;
    line-height: 1.15;
    letter-spacing: -.025em;
  }

  .header-mobile__search-panel .header-mobile__close-settings {
    top: calc(14px + env(safe-area-inset-top)) !important;
    right: 14px !important;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--xport-ink) !important;
    background: #fff !important;
    border: 1px solid var(--xport-line) !important;
    border-radius: 12px;
    opacity: 1 !important;
  }

  .header-mobile__search-panel .site-header-search {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  .header-mobile__search-panel .site-header-search-form {
    display: flex !important;
    height: 50px !important;
    background: #fff;
    border-radius: 13px;
  }

  .header-mobile__search-panel .site-header-search-submit {
    display: inline-flex !important;
    width: 52px !important;
    min-width: 52px !important;
    height: 50px !important;
    align-items: center;
    justify-content: center;
  }

  .header-mobile__search-panel .c-search__dropdown {
    position: static !important;
    width: 100% !important;
    max-height: none !important;
    margin-top: 10px;
  }

  .xport-home-intro {
    padding: 26px 2px 18px;
  }

  .xport-contacts {
    padding: 22px 0 34px;
  }

  .xport-contacts__panel {
    padding: 28px 24px;
    border-radius: 18px;
  }

  .mobileBottomMenu-buttons {
    height: calc(72px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    background: rgba(255, 255, 255, .98);
  }

  .mobileBottomMenu-buttons-one {
    display: flex;
    min-width: 0;
    max-width: 92px;
    min-height: 72px;
    flex: 1 1 20%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 7px 2px 5px;
    color: #575a60;
    background: transparent;
    border: 0;
    line-height: 1;
  }

  .mobileBottomMenu-buttons-one svg {
    top: 0;
    width: 23px;
    height: 23px;
    filter: none;
    color: #575a60;
  }

  .xport-mobile-nav-label {
    display: block;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.15;
  }

  .mobileBottomMenu-buttons-one-badge {
    top: 4px;
  }

  body.xport-menu-open .mobileBottomMenu {
    visibility: hidden;
  }

  .site-footer {
    padding-bottom: 30px;
  }

  .site-footer-menu-cluster {
    display: contents;
  }

  .site-footer .xport-footer-continuation {
    display: none !important;
  }

  .site-footer .expand-box-content {
    display: none !important;
  }

  .site-footer .expand-box-header[aria-expanded='true'] + .expand-box-content {
    display: block !important;
  }

  .site-footer .expand-box-header {
    position: relative;
    display: flex;
    min-height: 46px;
    align-items: center;
    margin: 0;
    padding: 0 38px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    cursor: pointer;
  }

  .site-footer .expand-box-header::after {
    content: '+';
    position: absolute;
    right: 4px;
    color: #d9dade;
    font-size: 20px;
    font-weight: 400;
  }

  .site-footer .expand-box-header[aria-expanded='true']::after {
    content: '−';
  }

  .site-footer .expand-box-content {
    padding: 14px 0 4px;
  }

  .site-footer-info {
    margin-top: 18px;
    padding-top: 18px;
  }

  .filter {
    top: 0;
    z-index: 1600;
    padding-top: 62px;
    transition: transform .2s ease;
    transform: translateX(-100%);
    left: 0;
  }

  .filter._active {
    transform: translateX(0);
  }

  .filter__close {
    top: 8px;
    right: 8px;
  }

  .filter-aria._active {
    z-index: 1590;
  }

  .c-filter .filter-buttons {
    width: 100%;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 640px) {
  .xport-home-intro h1 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .xport-contacts__details {
    grid-template-columns: 1fr;
  }

  .xport-contacts__map-link {
    width: 100%;
  }

  .category-panel__item .c-sub2 {
    border-radius: 12px;
  }

  .xport-product-card {
    padding: 48px 10px 13px;
    border-radius: 13px;
  }

  .xport-product-card__badges {
    top: 10px;
    right: 9px;
    left: 9px;
  }

  .xport-product-card__badge {
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
  }

  .xport-product-card__image {
    height: clamp(150px, 46vw, 205px);
    margin-bottom: 10px;
  }

  .xport-product-card__title {
    min-height: 78px;
    font-size: 13px;
    -webkit-line-clamp: unset;
  }

  .xport-product-card__price {
    font-size: 18px;
  }

  .xport-product-card__old-price {
    font-size: 12px;
  }
}

/* One visual language for product details, drawers, filters and dialogs. */
button,
input,
select,
textarea {
  font: inherit;
}

button,
[type='button'],
[type='submit'],
[type='reset'] {
  -webkit-appearance: none;
  appearance: none;
}

body.lock,
body.fixed__body,
body.xport-modal-open {
  overflow: hidden !important;
}

.filter__button {
  display: inline-flex;
  min-width: 118px;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px !important;
  color: var(--xport-ink) !important;
  background: #fff !important;
  border: 1px solid #cfd3d9 !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 2px rgba(18, 20, 24, .04) !important;
  font-size: 14px;
  font-weight: 700 !important;
}

.filter__button:hover {
  background: var(--xport-brand-soft) !important;
  border-color: #d17b00 !important;
}

.filter__button svg {
  width: 18px !important;
  height: 18px !important;
  fill: var(--xport-brand-hover) !important;
}

.filter-aria {
  opacity: 0;
  transition: opacity .18s ease;
}

.filter-aria._active {
  background: rgba(18, 20, 24, .52) !important;
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.filter__close,
.c-modal__close,
.p55-settings__close,
.header-mobile__close-settings,
.c-mobile-nav__icon--close.nav--right {
  position: absolute;
  display: inline-flex !important;
  width: 44px !important;
  height: 44px !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  color: var(--xport-ink) !important;
  background: var(--xport-surface) !important;
  border: 1px solid var(--xport-line) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  cursor: pointer;
}

.filter__close:hover,
.c-modal__close:hover,
.p55-settings__close:hover,
.header-mobile__close-settings:hover,
.c-mobile-nav__icon--close.nav--right:hover {
  background: var(--xport-brand-soft) !important;
  border-color: #d88a17 !important;
}

.filter__close svg {
  width: 22px !important;
  height: 22px !important;
  fill: currentColor !important;
}

.c-mobile-nav__icon--close.nav--right i,
.p55-settings__close::before,
.p55-settings__close::after {
  pointer-events: none;
}

.p55-settings__close::before,
.p55-settings__close::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.p55-settings__close::before {
  transform: rotate(45deg);
}

.p55-settings__close::after {
  transform: rotate(-45deg);
}

.c-modal {
  padding: 24px !important;
  background: rgba(18, 20, 24, .56) !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.c-modal__wrap {
  width: min(100%, 760px) !important;
  max-height: calc(100dvh - 48px) !important;
  margin: auto !important;
  overflow: auto !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 20px !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .22) !important;
}

.c-modal--500 .c-modal__wrap {
  max-width: 560px !important;
}

.c-modal--900 .c-modal__wrap {
  max-width: 900px !important;
}

.c-modal__content {
  position: relative;
  padding: clamp(24px, 4vw, 42px) !important;
  color: var(--xport-ink) !important;
  background: #fff !important;
}

.c-modal__close {
  z-index: 4;
  top: 14px !important;
  right: 14px !important;
}

.product {
  color: var(--xport-ink);
}

.xport-product-heading {
  width: 100%;
  margin: 0 0 18px !important;
}

.xport-product-heading .product__title {
  margin: 0 !important;
  color: var(--xport-ink) !important;
  font-size: clamp(24px, 2.25vw, 34px) !important;
  font-weight: 790 !important;
  line-height: 1.16 !important;
  letter-spacing: -.03em;
}

.product__content,
.product__top {
  min-width: 0;
}

.product__images,
.product__panel,
.product__panel4,
.product-page__images,
.image-slider__main,
.main-product-slider__container {
  min-width: 0;
}

.product-page__images-sticky,
.c-product__content.buy-product-block,
.product__info-sections {
  background: #fff;
  border: 1px solid var(--xport-line);
  border-radius: var(--xport-radius-lg);
  box-shadow: var(--xport-shadow-sm);
}

.product-page__images-sticky {
  padding: clamp(12px, 2vw, 20px);
}

.main-product-slider__container,
.main-product-slider__container img {
  border-radius: 14px;
}

.c-product__content.buy-product-block {
  padding: clamp(20px, 2.2vw, 30px) !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: flex-start;
}

.buy-block-inner,
.product__panel4 {
  width: 100% !important;
  max-width: none !important;
}

@media (min-width: 960px) {
  .product__top {
    align-items: flex-start;
  }

  .product__images {
    display: block;
  }

  .product-page__images-sticky {
    display: block;
    height: auto !important;
    min-height: 0;
  }

  .product-page__images {
    width: 100% !important;
    height: clamp(380px, 33vw, 440px) !important;
    min-height: 0;
    align-items: stretch;
    gap: 14px;
    border: 0 !important;
  }

  .image-slider__left {
    width: 72px !important;
    min-width: 72px !important;
    flex: 0 0 72px !important;
    padding: 0 0 52px !important;
  }

  .image-slider__main {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 1 1 auto !important;
  }

  .main-product-slider__container .main-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 8px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .main-product-slider__container .images__link {
    position: relative !important;
    display: block !important;
  }

  .product-page__images-sticky,
  .product-page__images,
  .image-slider__main,
  .main-product-slider__container,
  .main-product-slider__container .images__container,
  .main-product-slider__container .swiper-slide,
  .main-product-slider__container .images__big,
  .main-product-slider__container .images__link,
  .main-product-slider__container .main-img__wrap {
    max-height: 100% !important;
    overflow: hidden !important;
  }

  .image-slider__main,
  .main-product-slider__container,
  .main-product-slider__container .images__container,
  .main-product-slider__container .swiper-slide,
  .main-product-slider__container .images__big,
  .main-product-slider__container .images__link,
  .main-product-slider__container .main-img__wrap {
    height: 100% !important;
  }

  .image-slider__buttons {
    top: auto !important;
    bottom: 0 !important;
    width: 72px !important;
  }

  .product__panel4 {
    padding: 0 !important;
  }
}

.c-product__content.buy-product-block .product__panel4 {
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.product__price-block {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 18px !important;
  padding: 0 0 16px !important;
  display: grid !important;
  gap: 10px;
  border-bottom: 1px solid var(--xport-line);
}

.product__price-block > del {
  display: block;
  width: fit-content;
  margin: 0 !important;
  line-height: 1.2;
}

.product__old-price {
  color: #747983 !important;
  font-size: clamp(17px, 1.7vw, 22px) !important;
  font-weight: 580 !important;
}

.product__price,
.product__price3,
.product__price2 {
  color: var(--xport-ink) !important;
  font-size: clamp(26px, 2.5vw, 36px) !important;
  font-weight: 790 !important;
  line-height: 1.12 !important;
  letter-spacing: -.035em;
}

.product__price2 {
  color: var(--xport-sale) !important;
}

.xport-price-line {
  display: flex !important;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.xport-price-link {
  min-width: 0;
  color: inherit !important;
  text-decoration: none !important;
}

.xport-price-line .product__price,
.xport-price-line .product__price2,
.xport-price-line .product__price3 {
  display: inline-flex !important;
  margin: 0 !important;
  align-items: baseline !important;
  gap: .24em;
  white-space: nowrap;
}

.xport-price-currency {
  font-size: .7em;
  font-weight: 740;
  letter-spacing: 0;
}

.xport-price-caption {
  flex: 0 0 auto;
  padding: 6px 9px;
  color: #5e626a;
  background: var(--xport-surface);
  border: 1px solid var(--xport-line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 720;
  line-height: 1;
}

.xport-price-caption--special {
  color: #9f321b;
  background: #fff1ed;
  border-color: #f4c7bb;
}

.group_variant_color,
.group_variant_memory {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 14px 0 !important;
}

.group_variant_color a,
.group_variant_memory a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  text-decoration: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease, transform .16s ease;
}

.group_variant_color a {
  width: 34px !important;
  height: 34px !important;
  overflow: hidden;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 1px #bfc3c9, inset 0 0 0 1px rgba(0, 0, 0, .06);
}

.group_variant_memory a {
  min-height: 40px;
  padding: 8px 12px !important;
  color: #292c31 !important;
  background: #fff !important;
  border: 1px solid #d7d9de !important;
  border-radius: 10px !important;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.1;
}

.group_variant_color a:not(.active):not(.disabled):hover,
.group_variant_memory a:not(.active):not(.disabled):hover {
  border-color: var(--xport-brand) !important;
  box-shadow: 0 0 0 3px rgba(250, 149, 4, .12);
  transform: translateY(-1px);
}

.group_variant_color .active {
  cursor: default;
  box-shadow: 0 0 0 3px var(--xport-brand), inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.site-main.xport-product-loading .product,
.site-main.xport-product-loading .xport-product-heading {
  opacity: .62;
  pointer-events: none;
}

.site-main.xport-product-loading {
  cursor: progress;
}

.xport-variant-status {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.group_variant_memory .active {
  color: var(--xport-ink) !important;
  background: var(--xport-brand-soft) !important;
  border-color: var(--xport-brand) !important;
  box-shadow: inset 0 0 0 1px var(--xport-brand);
  cursor: default;
}

.group_variant_color .disabled,
.group_variant_memory .disabled {
  display: none !important;
  pointer-events: none;
  opacity: .42;
}

.product__buy-button .addToCart,
.property-form .addToCart,
.p55-settings__button,
.p55-settings__send {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 48px !important;
  align-items: center;
  justify-content: center;
  padding: 0 20px !important;
  color: var(--xport-ink) !important;
  background: var(--xport-brand) !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  font-weight: 760 !important;
  text-align: center;
}

.product__buy-button .addToCart:hover,
.property-form .addToCart:hover,
.p55-settings__button:hover,
.p55-settings__send:hover {
  background: var(--xport-brand-hover) !important;
}

.c-product__stock,
.c-product__message-button {
  min-height: 44px;
  border-radius: 11px !important;
}

.c-product__rowc {
  min-height: 44px;
  align-items: center !important;
  gap: 12px;
}

.c-product__rowc2 {
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}

.ya-share2__list {
  display: flex !important;
  gap: 6px;
}

.ya-share2__item {
  margin: 0 !important;
}

.ya-share2__badge,
.ya-share2__icon,
.mg-add-to-favorites--product,
.catalogItem-compareButton,
.catalogItem-addControls-one-icon {
  border-radius: 10px !important;
}

.product__bottom {
  margin-top: clamp(28px, 4vw, 54px) !important;
}

.product__tabs {
  display: flex !important;
  gap: 8px;
  padding: 8px !important;
  overflow-x: auto;
  background: var(--xport-surface) !important;
  border: 1px solid var(--xport-line) !important;
  border-radius: 15px 15px 0 0 !important;
  scrollbar-width: none;
}

.product__tabs::-webkit-scrollbar {
  display: none;
}

.product__tab-wrap {
  width: auto !important;
  min-width: max-content;
  margin: 0 !important;
}

.product__tab-button {
  min-height: 42px !important;
  padding: 0 16px !important;
  color: #525862 !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  font-weight: 690 !important;
  white-space: nowrap;
}

.product__tab-button:hover {
  color: var(--xport-ink) !important;
  background: #fff !important;
}

.product__tab-button--active {
  color: var(--xport-ink) !important;
  background: var(--xport-brand) !important;
  border-color: var(--xport-brand) !important;
}

.product__info-sections {
  border-top: 0;
  border-radius: 0 0 var(--xport-radius-lg) var(--xport-radius-lg);
}

.product__info-section {
  padding: clamp(22px, 3vw, 34px) !important;
}

.product__description-wrap,
.product__description {
  color: #4d535d !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.p55-settings {
  position: fixed !important;
  z-index: 5000 !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 24px !important;
  overflow: auto;
  background: rgba(18, 20, 24, .58) !important;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: opacity .18s ease, visibility .18s ease !important;
}

.p55-settings--open {
  visibility: visible;
  opacity: 1;
}

.p55-settings__content {
  position: relative !important;
  width: min(100%, 820px) !important;
  max-height: calc(100dvh - 48px) !important;
  margin: auto !important;
  padding: clamp(24px, 4vw, 40px) !important;
  overflow: auto !important;
  color: var(--xport-ink) !important;
  background: #fff !important;
  border: 1px solid var(--xport-line) !important;
  border-radius: 20px !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .24) !important;
  transform: translateY(10px);
  transition: transform .18s ease !important;
}

.p55-settings--open .p55-settings__content {
  transform: translateY(0);
}

.p55-settings__close {
  z-index: 2;
  top: 14px !important;
  right: 14px !important;
}

.p55-settings__title {
  margin: 0 54px 24px 0 !important;
  color: var(--xport-ink) !important;
  font-size: clamp(24px, 3vw, 32px) !important;
  font-weight: 790 !important;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.p55-settings__wrapper .__waiting {
  gap: clamp(20px, 4vw, 38px);
}

.p55-settings__wrapper .col-md-5,
.p55-settings__wrapper .col-md-7 {
  min-width: 0;
}

.p55-settings__wrapper .j-waiting__div_img {
  margin-top: 0 !important;
  padding: 14px !important;
  background: var(--xport-surface);
  border-radius: 14px;
}

.p55-settings__wrapper input,
.p55-settings__wrapper select,
.p55-settings__wrapper textarea {
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 0 12px !important;
  padding: 11px 13px !important;
  color: var(--xport-ink) !important;
  background: #fff !important;
  border: 1px solid #d6d9df !important;
  border-radius: 11px !important;
  box-shadow: none !important;
}

.p55-settings__wrapper textarea {
  min-height: 96px !important;
  resize: vertical;
}

.p55-settings__error {
  margin: 4px 0 12px;
  color: #a43218 !important;
  font-size: 13px;
}

.p55-settings__send:disabled {
  cursor: wait;
  opacity: .65;
}

@media (min-width: 960px) {
  .product__top {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
    align-items: start;
    gap: clamp(34px, 5vw, 76px);
  }

  .product__images,
  .product__panel {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .product-page__images-sticky,
  .product-page__images,
  .image-slider__main,
  .main-product-slider__container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-page__images {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  .image-slider__left {
    width: 82px !important;
  }

  .product__panel {
    margin-top: 0 !important;
  }

  .product__panel4 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .product__top {
    grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr);
  }

  .product-bar2 {
    display: grid !important;
    grid-template-columns: minmax(245px, 1fr) minmax(270px, .82fr);
    align-items: start;
    gap: clamp(20px, 2.4vw, 34px);
  }

  .product__panel777,
  .product__panel4 {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
  }
}

@media (max-width: 1024px) {
  .c-nav {
    z-index: 30000 !important;
    background: rgba(18, 20, 24, .52) !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: opacity .18s ease, visibility .18s ease !important;
  }

  .c-nav__menu {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: min(90vw, 390px) !important;
    height: 100dvh !important;
    padding: 0 0 max(28px, env(safe-area-inset-bottom)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff !important;
    border-radius: 0 18px 18px 0 !important;
    box-shadow: 24px 0 70px rgba(0, 0, 0, .2) !important;
    transform: translateX(-102%) !important;
    transition: transform .22s cubic-bezier(.22, 1, .36, 1) !important;
  }

  .c-nav--open .c-nav__menu {
    transform: translateX(0) !important;
  }

  .mobile-menu__title {
    position: sticky !important;
    z-index: 5;
    top: 0;
    display: flex !important;
    min-height: calc(66px + env(safe-area-inset-top));
    align-items: center;
    padding: env(safe-area-inset-top) 62px 0 20px !important;
    background: rgba(255, 255, 255, .98) !important;
    border-bottom: 1px solid var(--xport-line) !important;
  }

  .mobile-menu__title h2 {
    margin: 0 !important;
    color: var(--xport-ink) !important;
    font-size: 18px !important;
    font-weight: 760 !important;
  }

  .c-mobile-nav__icon--close.nav--right {
    top: calc(11px + env(safe-area-inset-top)) !important;
    right: 10px !important;
    left: auto !important;
  }

  .c-mobile-nav__icon--close.nav--right i {
    font-size: 16px !important;
  }

  .c-mobile-catalog__dropdown--1 {
    padding: 8px 14px 20px !important;
  }

  .c-mobile-catalog__level,
  .c-nav__level {
    position: relative;
    min-height: 50px;
    border-bottom: 1px solid #eceef1 !important;
  }

  .c-mobile-catalog__link,
  .c-nav__link {
    min-height: 50px !important;
    padding: 0 48px 0 8px !important;
    color: var(--xport-ink) !important;
    font-size: 14px !important;
    font-weight: 590 !important;
  }

  .c-mobile-nav__icon,
  .c-catalog__icon {
    width: 44px !important;
    min-height: 50px !important;
    color: #555b65 !important;
    background: transparent !important;
    border: 0 !important;
  }

  .filter {
    position: fixed !important;
    z-index: 20000 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: min(92vw, 410px) !important;
    max-width: none !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: calc(20px + env(safe-area-inset-top)) 18px max(28px, env(safe-area-inset-bottom)) !important;
    border: 0 !important;
    border-radius: 0 18px 18px 0 !important;
    box-shadow: 24px 0 70px rgba(0, 0, 0, .2) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    transform: translateX(-102%) !important;
    transition: transform .22s cubic-bezier(.22, 1, .36, 1) !important;
  }

  .catalog .filter__button {
    display: inline-flex !important;
  }

  .filter::before {
    content: none !important;
  }

  .filter .xport-filter-heading {
    min-height: 48px;
    justify-content: center;
    padding-right: 54px;
  }

  .filter._active {
    transform: translateX(0) !important;
  }

  .filter-aria {
    position: fixed !important;
    z-index: 19990 !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
  }

  .filter-aria._active {
    pointer-events: auto;
  }

  .filter__close {
    z-index: 2;
    top: calc(11px + env(safe-area-inset-top)) !important;
    right: 10px !important;
  }

  .filter .wrapper-field,
  .filter .mg-filter-body,
  .filter .filter__field {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/* Keep catalog filters in one explicit mode: sidebar on desktop, drawer on compact screens. */
@media (min-width: 1025px) {
  .catalog .filter__button,
  .catalog .filter__close,
  .catalog .filter-aria {
    display: none !important;
  }

  .catalog .filter {
    position: static !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    margin-bottom: 30px !important;
    padding: 16px !important;
    overflow: hidden !important;
    border: 1px solid #dfe3e8 !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(18, 20, 24, .055) !important;
    transform: none !important;
  }

  .catalog .filter::before {
    content: none !important;
  }
}

@media (max-width: 959px) {
  .product__content,
  .product__top {
    display: block !important;
  }

  .product__images,
  .product__panel {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .product__panel {
    margin-top: 20px !important;
  }

  .product-page__images-sticky,
  .c-product__content.buy-product-block {
    padding: 16px !important;
  }

  .product-page__images,
  .image-slider__main,
  .main-product-slider__container {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  .main-product-slider__container .images__container,
  .main-product-slider__container .swiper-slide,
  .main-product-slider__container .images__big,
  .main-product-slider__container .images__link,
  .main-product-slider__container .main-img {
    width: 100% !important;
    height: 100% !important;
  }

  .main-product-slider__container .main-img {
    object-fit: contain !important;
  }

  .image-slider__left {
    display: none !important;
  }

  .c-product__rowc {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-product__rowc2 {
    width: auto !important;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .product__bottom {
    margin-top: 30px !important;
  }

  .product__tabs {
    width: 100% !important;
    margin: 0 !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    border-radius: 14px 14px 0 0 !important;
    -webkit-overflow-scrolling: touch;
  }

  .product__tab-wrap {
    display: block !important;
    width: auto !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
  }

  .product__tab-button {
    width: auto !important;
  }

  .product__info-section {
    padding: 22px 18px !important;
  }
}

@media (max-width: 700px) {
  html {
    scrollbar-gutter: auto;
  }

  .c-modal,
  .p55-settings {
    align-items: flex-end;
    padding: 0 !important;
  }

  .c-modal__wrap,
  .p55-settings__content {
    width: 100% !important;
    max-width: none !important;
    max-height: calc(94dvh - env(safe-area-inset-top)) !important;
    margin: auto 0 0 !important;
    padding: 24px 16px calc(24px + env(safe-area-inset-bottom)) !important;
    border-radius: 20px 20px 0 0 !important;
  }

  .p55-settings__title {
    margin-bottom: 20px !important;
  }

  .p55-settings__wrapper .__waiting {
    display: block !important;
  }

  .p55-settings__wrapper .j-waiting__div_img {
    display: none;
  }

  .p55-settings__wrapper .product__title,
  .p55-settings__wrapper .product__price-block {
    margin-right: 54px !important;
  }

  .product__price,
  .product__price3,
  .product__price2 {
    font-size: 27px !important;
  }

  .product__tab-button {
    min-height: 40px !important;
    padding: 0 13px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 600px) {
  .product-page__images,
  .image-slider__main,
  .main-product-slider__container {
    aspect-ratio: 1 / 1;
  }
}

/* Deliberate interaction protection without blocking useful text copying. */
img,
picture,
.xport-product-card,
.reccomend-product-item,
.site-header,
.mobileBottomMenu,
.xport-catalog-chips,
.xport-pagination,
.filter button,
.filter label,
.product__buttons-top,
.product__buy-button {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

img {
  pointer-events: auto;
}

.product__description,
.product__info-sections,
.c-description,
.site-footer,
input,
textarea {
  user-select: text;
  -webkit-user-select: text;
}

/* The slider artwork has one centered premium canvas on every slide. */
.siteBlock-margin.siteBlock-margin2 {
  width: 100%;
  max-width: 1480px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.siteBlock-margin2 .mg-slider-wrap {
  overflow: hidden !important;
  border: 1px solid #eceef1;
  border-radius: 20px !important;
  box-shadow: 0 14px 44px rgba(18, 20, 24, .06);
}

.siteBlock-margin2 .mg-slide__outer,
.siteBlock-margin2 .mg-slide__image,
.siteBlock-margin2 .mg-slide__image img {
  width: 100% !important;
  max-width: 100% !important;
}

.siteBlock-margin2 .mg-slide__image img {
  height: 100% !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
}

.catalog__recommended .slick-prev,
.catalog__recommended .slick-next {
  z-index: 4;
  display: inline-flex !important;
  width: 38px !important;
  height: 38px !important;
  align-items: center;
  justify-content: center;
  color: transparent !important;
  background: rgba(255, 255, 255, .96) !important;
  border: 1px solid #dfe3e8 !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 20px rgba(18, 20, 24, .1) !important;
}

.catalog__recommended .slick-prev::before,
.catalog__recommended .slick-next::before {
  color: #262a30 !important;
  font-size: 18px !important;
  opacity: 1 !important;
}

.catalog__recommended .slick-prev {
  left: 4px !important;
}

.catalog__recommended .slick-next {
  right: 4px !important;
}

@media (max-width: 1199px) {
  .xport-home-categories .category-panel__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xport-catalog-toolbar {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .xport-home-categories {
    margin: 26px 0 34px;
  }

  .xport-home-categories .category-panel__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .xport-home-categories .c-sub2 {
    min-height: 146px;
    padding: 14px 9px !important;
  }

  .xport-home-categories .c-sub2__img {
    height: 78px !important;
  }

  .xport-home-categories .c-sub2__img img {
    width: 86px !important;
    height: 76px !important;
  }

  .xport-catalog-chips {
    margin-right: -14px;
    margin-left: -14px;
    padding: 2px 14px 5px;
  }

  .xport-catalog-toolbar {
    justify-content: stretch;
  }

  .xport-catalog-sort-label {
    width: 100%;
    justify-content: space-between;
  }

  .xport-catalog-sort {
    min-width: 0;
    flex: 1 1 auto;
  }

  .xport-pagination__panel {
    padding: 18px 12px;
    border-radius: 15px;
  }

  .xport-pagination__controls {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 10px;
  }

  .xport-pagination__arrow {
    width: 40px;
    height: 40px;
  }

  .siteBlock-margin2 .mg-slider-wrap {
    border-radius: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
