:root {
  --xewex-layout-max-width: 1740px;
  --xewex-layout-gutter: clamp(18px, 3vw, 32px);

  --xewex-color-ink: #14181B;
  --xewex-color-text: #14181B;
  --xewex-color-muted: #5F6468;
  --xewex-color-line: #D8D3CA;

  --xewex-color-background: #FBFAF7;
  --xewex-color-surface: #F7F4EE;

  --xewex-font-heading: Georgia, "Times New Roman", serif;
  --xewex-font-body: "Montserrat", Arial, Helvetica, sans-serif;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--xewex-color-text);
  font-family: var(--xewex-font-body);
  line-height: 1.6;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  max-width: 100%;
  font-family: var(--xewex-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--xewex-font-heading);
}

.xewex-heading--on-dark {
  color: #fff !important;
}

.xewex-shell,
.xewex-page-shell,
.xewex-diamonds-shell {
  width: 100%;
  max-width: var(--xewex-layout-max-width);
  margin-inline: auto;
  padding-inline: var(--xewex-layout-gutter);
}

.website-wrapper,
.main-page-wrapper,
.main-page-wrapper > .container,
.main-page-wrapper > .container > .row {
  width: 100%;
  min-width: 0;
}

.main-page-wrapper {
  min-height: 50vh;
}

.main-page-wrapper > .container {
  max-width: var(--xewex-layout-max-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--xewex-layout-gutter);
  padding-left: var(--xewex-layout-gutter);
}

.main-page-wrapper > .container > .row {
  display: block;
}

.xewex-content-main {
  width: 100%;
  padding: 36px 0 80px;
}

.xewex-content-shell {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.xewex-content-entry {
  margin-bottom: 42px;
}

.xewex-content-entry__title {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.12;
}

.xewex-content-entry__title a {
  color: inherit;
  text-decoration: none;
}

.xewex-content-entry__image {
  display: block;
  margin-bottom: 22px;
}

.xewex-content-entry__body > :first-child {
  margin-top: 0;
}

.xewex-content-entry__body > :last-child {
  margin-bottom: 0;
}

.xewex-skip-link {
  position: fixed;
  z-index: 10001;
  top: 10px;
  left: 10px;
  display: block;
  padding: 10px 16px;
  color: #fff;
  background: var(--xewex-color-ink);
  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: var(--xewex-color-text);
 
  border-bottom: 1px solid var(--xewex-color-line);
  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: var(--xewex-layout-max-width);
  min-height: 84px;
  align-items: center;
  gap: 34px;
  margin: 0 auto;
  padding: 0 var(--xewex-layout-gutter);
}

.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: var(--xewex-color-ink);
}

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

.xewex-header-branding__name {
  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: var(--xewex-color-text);
  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: var(--xewex-color-muted);
}

.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: var(--xewex-color-background);
  border: 1px solid var(--xewex-color-line);
  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: var(--xewex-color-text);
  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: var(--xewex-color-ink);
  transition: color 160ms ease;
}

.xewex-header-action:hover,
.xewex-header-action:focus-visible {
  color: var(--xewex-color-muted);
}

.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: var(--xewex-color-ink);
  border: 2px solid var(--xewex-color-background);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

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

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

.xewex-site-footer__inner {
  width: 100%;
  max-width: var(--xewex-layout-max-width);
  margin: 0 auto;
  padding: 50px var(--xewex-layout-gutter) 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;
}

.xewex-footer-branding__name {
  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;
  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;
}

.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;
  font-size: 10px;
  line-height: 1.5;
}

.xewex-button,
.xewex-button--primary,
.xewex-button--secondary,
.xewex-stone-product .flex-direction-nav a,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper a.button,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper button.button,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper input.button,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper #respond input#submit {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  color: #fff;
  background: var(--xewex-color-ink);
  border-radius: 0;
  font-family: var(--xewex-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

.xewex-button:hover,
.xewex-button:focus-visible,
.xewex-button--primary:hover,
.xewex-button--primary:focus-visible,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper a.button:hover,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper a.button:focus-visible,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper button.button:hover,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper button.button:focus-visible,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper input.button:hover,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper input.button:focus-visible,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper #respond input#submit:hover,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper #respond input#submit:focus-visible {
  color: var(--xewex-color-ink);
  background: transparent;
  border-color: var(--xewex-color-ink);
}

.xewex-button--secondary,
.xewex-stone-product .flex-direction-nav a {
  color: var(--xewex-color-ink);
  background: transparent;
}

.xewex-button--secondary:hover,
.xewex-button--secondary:focus-visible,
.xewex-stone-product .flex-direction-nav a:hover,
.xewex-stone-product .flex-direction-nav a:focus-visible {
  color: #fff;
  background: var(--xewex-color-ink);
}

.xewex-button--on-dark {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.xewex-button--on-dark:hover,
.xewex-button--on-dark:focus-visible {
  color: var(--xewex-color-ink);
  background: #fff;
  border-color: #fff;
}

.xewex-button:focus-visible,
.xewex-button--primary:focus-visible,
.xewex-button--secondary:focus-visible,
.xewex-stone-product .flex-direction-nav a:focus-visible,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper a.button:focus-visible,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper button.button:focus-visible,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper input.button:focus-visible,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper #respond input#submit:focus-visible {
  outline: 2px solid var(--xewex-color-ink);
  outline-offset: 3px;
}

.xewex-button--on-dark:focus-visible {
  outline-color: #fff;
}

body:is(.woocommerce, .woocommerce-page) .main-page-wrapper .button.disabled,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper .button:disabled,
body:is(.woocommerce, .woocommerce-page) .main-page-wrapper .button:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

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

  .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: var(--xewex-color-ink);
    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 var(--xewex-layout-gutter) 22px;
    background: var(--xewex-color-background);
    border-top: 1px solid var(--xewex-color-line);
    border-bottom: 1px solid var(--xewex-color-line);
    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 var(--xewex-color-line);
  }

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

  .xewex-mobile-nav__list a {
    display: block;
    padding: 13px 2px;
    color: var(--xewex-color-text);
    font-size: 17px;
    line-height: 1.3;
  }

  .xewex-mobile-nav__list li > ul {
    margin: 0 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: var(--xewex-color-muted);
    font-family: inherit;
    font-size: 13px;
  }

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



@media (max-width: 640px) {
  .main-page-wrapper > .container {
    padding-right: var(--xewex-layout-gutter);
    padding-left: var(--xewex-layout-gutter);
  }

  .xewex-site-header__inner {
    gap: 2px;
    padding-right: var(--xewex-layout-gutter);
    padding-left: var(--xewex-layout-gutter);
  }

  .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: var(--xewex-layout-gutter);
    padding-left: var(--xewex-layout-gutter);
  }

  .xewex-site-footer__inner {
    padding: 40px var(--xewex-layout-gutter) 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;
  }

  .xewex-button,
  .xewex-button--primary,
  .xewex-button--secondary,
  .xewex-stone-product .flex-direction-nav a,
  body:is(.woocommerce, .woocommerce-page) .main-page-wrapper a.button,
  body:is(.woocommerce, .woocommerce-page) .main-page-wrapper button.button,
  body:is(.woocommerce, .woocommerce-page) .main-page-wrapper input.button,
  body:is(.woocommerce, .woocommerce-page) .main-page-wrapper #respond input#submit {
    transition: none;
  }
}





/*Временно вырубаем это поле*/
.woocommerce-shipping-fields {
    display: none !important;
}