.xewex-skip-link {
  position: fixed;
  z-index: 10001;
  top: 10px;
  left: 10px;
  display: block;
  padding: 10px 16px;
  color: #fff !important;
  background: #11171b;
  font-size: 13px;
  transform: translateY(-160%);
}

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

.xewex-site-content-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.xewex-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  color: #171b1e;
  background: rgba(250, 248, 243, 0.97);
  border-bottom: 1px solid #d9d4ca;
  box-shadow: 0 4px 18px rgba(16, 22, 27, 0.04);
  backdrop-filter: blur(12px);
}

header.xewex-site-header {
    margin-bottom: 40px;
}

.xewex-site-header,
.xewex-site-header *,
.xewex-site-footer,
.xewex-site-footer * {
  box-sizing: border-box;
}

.xewex-site-header a,
.xewex-site-footer a {
  color: inherit;
  text-decoration: none;
}

.xewex-site-header__inner {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1440px;
  min-height: 84px;
  align-items: center;
  gap: 34px;
  margin: 0 auto;
  padding: 0 36px;
}

.xewex-header-branding {
  display: flex;
  min-width: 205px;
  flex: 0 0 auto;
  align-items: center;
}

.xewex-header-branding__link {
  display: inline-flex;
  max-width: 230px;
  flex-direction: column;
  align-items: center;
  color: #15191c !important;
}

.xewex-header-branding__image {
  display: block;
  width: auto;
  max-width: 220px;
  height: 54px;
  object-fit: contain;
}

.xewex-header-branding__name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  letter-spacing: 0.095em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.xewex-header-branding__tagline {
  width: 100%;
  margin-top: 8px;
  padding-top: 5px;
  border-top: 1px solid currentColor;
  font-size: 8px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.xewex-header-nav {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  justify-content: center;
}

.xewex-header-nav__list,
.xewex-header-nav__list > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.xewex-header-nav__list li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xewex-header-nav__list > li > a,
.xewex-header-nav__list > ul > li > a {
  display: inline-flex;
  min-height: 84px;
  align-items: center;
  color: #25292c;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}

.xewex-header-nav__list a {
  transition: color 160ms ease, opacity 160ms ease;
}

.xewex-header-nav__list a:hover,
.xewex-header-nav__list a:focus-visible {
  color: #8b6d43;
}

.xewex-header-nav__list li > ul {
  position: absolute;
  z-index: 20;
  top: calc(100% - 8px);
  left: -20px;
  visibility: hidden;
  min-width: 230px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  background: #fbfaf7;
  border: 1px solid #d9d4ca;
  box-shadow: 0 18px 35px rgba(16, 22, 27, 0.12);
  opacity: 0;
  transform: translateY(8px);
  transition: visibility 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.xewex-header-nav__list li:hover > ul,
.xewex-header-nav__list li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.xewex-header-nav__list li > ul a {
  display: block;
  padding: 9px 20px;
  color: #313538;
  font-size: 12px;
  line-height: 1.4;
}

.xewex-header-nav__list li > ul ul {
  top: -13px;
  left: calc(100% - 4px);
}

.xewex-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
}

.xewex-header-action {
  position: relative;
  display: inline-flex;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  color: #161b1e !important;
  transition: color 160ms ease;
}

.xewex-header-action:hover,
.xewex-header-action:focus-visible {
  color: #8b6d43 !important;
}

.xewex-header-action__icon {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.xewex-header-action__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.xewex-header-cart__icon-wrap {
  position: relative;
  display: block;
}

.xewex-header-cart__count {
  position: absolute;
  top: -8px;
  right: -11px;
  display: inline-flex;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  color: #fff;
  background: #102d47;
  border: 2px solid #faf8f3;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.xewex-mobile-nav {
  display: none;
}

.xewex-site-footer {
  color: #eef1f2;
  background: #111a21;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.xewex-site-footer__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 36px 22px;
}

.xewex-site-footer__main {
  display: grid;
  grid-template-columns: minmax(230px, 1.2fr) repeat(3, minmax(150px, 0.8fr));
  gap: clamp(34px, 4vw, 70px);
  padding-bottom: 42px;
}

.xewex-footer-branding {
  max-width: 330px;
}

.xewex-footer-branding__link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #fff !important;
}

.xewex-footer-branding__name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  letter-spacing: 0.095em;
  line-height: 1;
  text-transform: uppercase;
}

.xewex-footer-branding__tagline {
  width: 100%;
  margin-top: 8px;
  padding-top: 5px;
  border-top: 1px solid currentColor;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.xewex-footer-branding__text {
  margin: 22px 0 0;
  color: #b9c0c4;
  font-size: 12px;
  line-height: 1.65;
}

.xewex-footer-branding__contacts {
  margin-top: 24px;
}

.xewex-footer-branding__contacts-list,
.xewex-footer-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xewex-footer-branding__contacts-list li,
.xewex-footer-menu__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xewex-footer-menu__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.xewex-footer-menu__list li > ul {
  margin: 8px 0 0;
  padding: 0 0 0 12px;
  list-style: none;
}

.xewex-footer-branding__contacts-list a,
.xewex-footer-menu__list a {
  display: inline-block;
  padding: 3px 0;
  color: #bdc4c8 !important;
  font-size: 12px;
  line-height: 1.5;
  transition: color 160ms ease;
}

.xewex-footer-branding__contacts-list a:hover,
.xewex-footer-branding__contacts-list a:focus-visible,
.xewex-footer-menu__list a:hover,
.xewex-footer-menu__list a:focus-visible {
  color: #fff !important;
}

.xewex-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.xewex-footer-bottom__copyright {
  margin: 0;
  color: #8f999f;
  font-size: 10px;
  line-height: 1.5;
}

.xewex-footer-bottom__link {
  color: #aeb6ba !important;
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .xewex-site-header__inner {
    gap: 20px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .xewex-header-branding {
    min-width: 180px;
  }

  .xewex-header-branding__name {
    font-size: 22px;
  }

  .xewex-header-nav__list,
  .xewex-header-nav__list > ul {
    gap: 15px;
  }

  .xewex-header-nav__list > li > a,
  .xewex-header-nav__list > ul > li > a {
    font-size: 10px;
  }
}

@media (max-width: 960px) {
  .xewex-site-header__inner {
    min-height: 72px;
  }

  .xewex-header-nav {
    display: none;
  }

  .xewex-header-branding {
    min-width: 0;
    flex: 1 1 auto;
  }

  .xewex-header-branding__link {
    align-items: flex-start;
  }

  .xewex-header-branding__image {
    max-width: 190px;
    height: 45px;
  }

  .xewex-mobile-nav {
    position: static;
    display: block;
    order: 3;
  }

  .xewex-mobile-nav__toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #161b1e;
    cursor: pointer;
    list-style: none;
  }

  .xewex-mobile-nav__toggle::-webkit-details-marker {
    display: none;
  }

  .xewex-mobile-nav__icon {
    display: flex;
    width: 22px;
    flex-direction: column;
    gap: 5px;
  }

  .xewex-mobile-nav__line {
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .xewex-mobile-nav[open] .xewex-mobile-nav__line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .xewex-mobile-nav[open] .xewex-mobile-nav__line:nth-child(2) {
    opacity: 0;
  }

  .xewex-mobile-nav[open] .xewex-mobile-nav__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .xewex-mobile-nav__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .xewex-mobile-nav__panel {
    position: absolute;
    z-index: 30;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    padding: 16px 24px 22px;
    background: #fbfaf7;
    border-top: 1px solid #d9d4ca;
    border-bottom: 1px solid #d9d4ca;
    box-shadow: 0 20px 35px rgba(16, 22, 27, 0.13);
  }

  .xewex-mobile-nav__list,
  .xewex-mobile-nav__list > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .xewex-mobile-nav__list li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e0dcd4;
  }

  .xewex-mobile-nav__list li:last-child {
    border-bottom: 0;
  }

  .xewex-mobile-nav__list a {
    display: block;
    padding: 13px 2px;
    color: #202528;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.3;
  }

  .xewex-mobile-nav__list li > ul {
    margin: -4px 0 8px;
    padding: 0 0 0 18px;
    list-style: none;
  }

  .xewex-mobile-nav__list li > ul li {
    border-bottom: 0;
  }

  .xewex-mobile-nav__list li > ul a {
    padding: 8px 2px;
    color: #64696c;
    font-family: inherit;
    font-size: 13px;
  }

  .xewex-site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
  }
}



@media (max-width: 640px) {
  .xewex-site-header__inner {
    gap: 2px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .xewex-header-branding__name {
    font-size: 19px;
    letter-spacing: 0.075em;
  }

  .xewex-header-branding__tagline {
    display: none;
  }

  .xewex-header-branding__image {
    max-width: 145px;
    height: 38px;
  }

  .xewex-header-actions {
    gap: 0;
    order: 2;
  }

  .xewex-header-action {
    min-width: 42px;
    min-height: 42px;
  }

  .xewex-mobile-nav {
    order: 3;
  }

  .xewex-mobile-nav__toggle {
    width: 42px;
    height: 42px;
  }

  .xewex-mobile-nav__panel {
    padding-right: 16px;
    padding-left: 16px;
  }

  .xewex-site-footer__inner {
    padding: 40px 20px 20px;
  }

  .xewex-site-footer__main {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .xewex-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xewex-skip-link,
  .xewex-header-nav__list a,
  .xewex-header-nav__list li > ul,
  .xewex-header-action,
  .xewex-mobile-nav__line,
  .xewex-footer-branding__contacts-list a,
  .xewex-footer-menu__list a {
    transition: none;
  }
}
