@font-face {
  font-family: "TT Commons Pro";
  src: url("../fonts/TT Commons Pro Trial Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons Pro";
  src: url("../fonts/TT Commons Pro Trial Light Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons Pro";
  src: url("../fonts/TT Commons Pro Trial Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons Pro";
  src: url("../fonts/TT Commons Pro Trial Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons Pro";
  src: url("../fonts/TT Commons Pro Trial Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons Pro";
  src: url("../fonts/TT Commons Pro Trial Medium Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons Pro";
  src: url("../fonts/TT Commons Pro Trial Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons Pro";
  src: url("../fonts/TT Commons Pro Trial Bold Italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: #111111;
  background: #ffffff;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked {
  overflow: hidden;
}

:root {
  --font-sans: TT Commons Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-compact: TT Commons Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  --site-header-height: 52px;
}

a {
  color: inherit;
  text-decoration: none;
}

body a,
body a:hover,
body a:focus-visible {
  color: inherit;
  text-decoration: none;
}

.site-header a,
.menu-drawer a,
.search-modal a,
.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-header a:hover,
.site-header a:focus-visible,
.menu-drawer a:hover,
.menu-drawer a:focus-visible,
.search-modal a:hover,
.search-modal a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  border-bottom: 1px solid #d9d9d4;
  background: #ffffff;
  line-height: 1;
  z-index: 90;
}

.site-header.site-header--overlay {
  border-bottom-color: rgba(17, 17, 17, 0.08);
  background: #ffffff;
  color: #111111;
}
.site-header.site-header--overlay .site-header__logo,
.site-header.site-header--overlay .site-header__icon-button,
.site-header.site-header--overlay .site-header__buy-trigger {
  color: #111111;
}
.site-header.site-header--overlay .site-header__section-link, .site-header.site-header--overlay .site-header__inline-menu a, .site-header__inline-menu .site-header.site-header--overlay a, .site-header.site-header--overlay .site-header__utility-link {
  color: #111111;
}
.site-header.site-header--overlay .site-header__section-link:hover, .site-header.site-header--overlay .site-header__inline-menu a:hover, .site-header__inline-menu .site-header.site-header--overlay a:hover, .site-header.site-header--overlay .site-header__utility-link:hover,
.site-header.site-header--overlay .site-header__section-link.is-active,
.site-header.site-header--overlay .site-header__inline-menu a.is-active,
.site-header__inline-menu .site-header.site-header--overlay a.is-active,
.site-header.site-header--overlay .is-active.site-header__utility-link,
.site-header.site-header--overlay .site-header__buy-links:hover .site-header__buy-trigger,
.site-header.site-header--overlay .site-header__buy-links:focus-within .site-header__buy-trigger,
.site-header.site-header--overlay .site-header__buy-links.is-open .site-header__buy-trigger {
  color: #111111;
}

.site-header__bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  max-width: 1440px;
  height: 52px;
  min-height: 52px;
  margin: 0 auto;
  padding: 0 14px;
}

.site-header__left,
.site-header__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 18px;
  min-width: 0;
  padding-top: 4px;
}

.site-header__right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.site-header__utility-link {
  color: #111111;
}

.site-header__icon-button {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition: opacity 0.18s ease;
}
.site-header__icon-button:hover {
  opacity: 0.58;
}

.site-header__burger {
  width: 24px;
}
.site-header__burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.site-header__burger span:first-child {
  top: 9px;
}
.site-header__burger span:last-child {
  bottom: 9px;
}

.site-header__section-switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 14px;
  min-width: 0;
  padding-bottom: 2px;
  margin-bottom: -2px;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.site-header__inline-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__inline-menu li {
  display: -ms-flexbox;
  display: flex;
}

.site-header__section-switcher::-webkit-scrollbar {
  display: none;
}

.site-header__section-link, .site-header__utility-link, .site-header__inline-menu a,
.mega-menu__tab {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
  color: #111111;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.18s ease;
}
.site-header__section-link::after, .site-header__utility-link::after, .site-header__inline-menu a::after,
.mega-menu__tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.7);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.site-header__section-link:hover, .site-header__utility-link:hover, .site-header__inline-menu a:hover, .site-header__section-link.is-active, .is-active.site-header__utility-link, .site-header__inline-menu a.is-active,
.mega-menu__tab:hover,
.mega-menu__tab.is-active {
  color: #111111;
}
.site-header__section-link:hover::after, .site-header__utility-link:hover::after, .site-header__inline-menu a:hover::after, .site-header__section-link.is-active::after, .is-active.site-header__utility-link::after, .site-header__inline-menu a.is-active::after,
.mega-menu__tab:hover::after,
.mega-menu__tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-header__center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.site-header__logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
  color: #1d1d1b;
}

.site-header__logo-svg {
  display: block;
  width: clamp(92px, 12.24vw, 174px);
  height: auto;
  overflow: visible;
}

.site-header__logo-art,
.site-header__logo-fact {
  opacity: 0;
  animation: logo-word-in 2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.site-header__logo-art {
  transform: translateX(18px);
  animation-delay: 0.18s;
}

.site-header__logo-fact {
  transform: translateX(-18px);
  animation-delay: 0.18s;
}

.site-header__logo-slash {
  transform-box: fill-box;
  transform-origin: center;
  animation: logo-slash-spin 2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.site-header__buy-links {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.site-header__buy-trigger {
  position: relative;
  padding-bottom: 2px;
  color: #111111;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-header__buy-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.7);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.site-header__buy-links:hover .site-header__buy-trigger::after,
.site-header__buy-links:focus-within .site-header__buy-trigger::after,
.site-header__buy-links.is-open .site-header__buy-trigger::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-header__buy-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 15;
  display: -ms-grid;
  display: grid;
  min-width: 190px;
  padding: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #111111;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.14);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.site-header__buy-menu {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__buy-menu li {
  display: block;
}

.site-header__buy-menu a {
  display: block;
  padding: 8px 14px;
  color: #111111;
  font-size: 13px;
  line-height: 1.3;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.site-header__buy-menu a:hover,
.site-header__buy-menu a:focus-visible {
  color: #111111;
  background: rgba(17, 17, 17, 0.06);
}

.site-header__buy-links:hover .site-header__buy-dropdown,
.site-header__buy-links:focus-within .site-header__buy-dropdown,
.site-header__buy-links.is-open .site-header__buy-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header__search svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header__cart-count {
  position: absolute;
  top: -4px;
  right: -6px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border: 1px solid #111111;
  border-radius: 999px;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  background: #ffffff;
}

.mega-menu {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 18px;
  display: none;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.1);
}

.mega-menu.is-open {
  display: block;
}

.mega-menu__tabs {
  display: none;
}

.mega-menu__panel {
  display: none;
}

.mega-menu__panel.is-active {
  display: block;
}

.mega-menu__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(260px, 430px) minmax(0, 1fr);
      grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
  gap: 28px;
  padding: 18px 0 20px;
}

.mega-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mega-menu__list li a {
  text-transform: uppercase;
  line-height: 20px;
}

.mega-menu__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 14px;
  padding: 7px 0;
  border-bottom: 1px solid transparent;
  color: #111111;
  font-size: 15px;
  line-height: 1.2;
  transition: color 0.18s ease;
}
.mega-menu__item span {
  color: #757575;
  font-size: 12px;
}
.mega-menu__item:hover, .mega-menu__item.is-current {
  color: #9f8563;
}

.mega-menu__footer-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, max-content))[2];
      grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 14px 26px;
  padding-top: 18px;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.mega-menu__footer-links .is-accent {
  color: #9f8563;
}

.mega-menu__column--cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #eceae4;
}

.promo-card {
  background: #ffffff;
}

.promo-card__link {
  display: block;
}

.promo-card__media {
  aspect-ratio: 0.72;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.9), transparent 26%), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(17, 17, 17, 0.08)), #f6f3ee;
}

.promo-card__media--ivory {
  background-color: #eee9df;
}

.promo-card__media--stone {
  background-color: #ddd8cf;
}

.promo-card__media--sand {
  background-color: #e6dccf;
}

.promo-card__media--mist {
  background-color: #e8e8e2;
}

.promo-card__media--graphite {
  background-color: #d5d4cf;
}

.promo-card__media--chalk {
  background-color: #efebe5;
}

.promo-card__body {
  padding: 12px 12px 14px;
}

.promo-card__title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.promo-card__price {
  font-size: 13px;
}

.hero-slider {
  position: relative;
  min-height: calc(100svh - var(--site-header-height));
  color: #000000;
  background: #ffffff;
  overflow: hidden;
}

.hero-slider__track {
  position: relative;
  min-height: calc(100svh - var(--site-header-height));
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-slide__media,
.hero-slide__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide__media img {
  display: block;
  object-fit: cover;
}

.hero-slide__content {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 20px;
  width: min(100%, 860px);
  padding: calc(var(--site-header-height) + 58px) 18px 88px;
  margin-left: max((100vw - 1440px) / 2, 0px);
}

.hero-slide__eyebrow {
  margin: 0;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
}

.hero-slide__content h1,
.hero-slide__content h2 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(40px, 4.45vw, 64px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.hero-slide__subline {
  max-width: 18ch;
  margin: 0;
  color: #000000;
  font-size: clamp(22px, 2.5vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.hero-slide__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 14px 18px;
}

.hero-slide__button,
.hero-slide__link {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 44px;
  transition: opacity 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.hero-slide__button {
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 24px;
  border: 1px solid #000000;
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.hero-slide__button:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.hero-slide__link {
  padding-bottom: 2px;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
}
.hero-slide__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.hero-slide__link:hover::after {
  opacity: 1;
  transform: scaleX(1.02);
}

.hero-slider__controls {
  position: absolute;
  right: 18px;
  bottom: 28px;
  left: 18px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  pointer-events: none;
}

.hero-slider__arrow,
.hero-slider__dot {
  pointer-events: auto;
}

.hero-slider__arrow {
  position: relative;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
  cursor: pointer;
  transition: opacity 0.18s ease;
}
.hero-slider__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: center/contain no-repeat url("/wp-content/themes/2026-artfact/public/images/2026/arrow-left.svg");
  transform: translate(-50%, -50%);
}
.hero-slider__arrow:hover {
  opacity: 0.68;
}

.hero-slider__arrow--prev::before {
  transform: translate(-50%, -50%);
}

.hero-slider__arrow--next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.hero-slider__pagination {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}

.hero-slider__dot {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.hero-slider__dot.is-active {
  background: #000000;
}

.hero-slider__progress {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  z-index: 2;
  height: 1px;
  background: rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.hero-slider__progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  transform-origin: left center;
  transform: scaleX(0);
}

.demo-content {
  max-width: 1440px;
  padding: 54px 18px 120px;
  margin: 0 auto;
}

.demo-content__hero {
  max-width: 720px;
}
.demo-content__hero h1,
.demo-content__hero h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.demo-content__hero p {
  max-width: 560px;
  margin: 0;
  color: #757575;
  font-size: 16px;
  line-height: 1.6;
}

.demo-content__eyebrow {
  margin-bottom: 20px !important;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9f8563 !important;
}

@keyframes logo-slash-spin {
  0% {
    transform: rotate(-160deg) scale(0.9);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  58% {
    transform: rotate(20deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes logo-word-in {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes hero-progress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (min-width: 1024px) {
  .mega-menu__tabs {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 0 0 2px;
  }
}
@media (max-width: 1024px) {
  .site-header.site-header--overlay {
    background: #ffffff;
  }
  .site-header__bar {
    height: auto;
    -ms-grid-columns: auto 1fr auto;
        grid-template-columns: auto 1fr auto;
    gap: 14px;
  }
  .site-header__section-switcher {
    display: none;
  }
  .site-header__buy-dropdown {
    top: calc(100% + 8px);
    min-width: 170px;
  }
  .site-header__logo {
    justify-self: center;
  }
  .mega-menu__columns {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .mega-menu__column--cards {
    -ms-grid-columns: (minmax(180px, 1fr))[3];
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    overflow-x: auto;
  }
  .hero-slide__content {
    width: min(100%, 680px);
    padding-top: calc(var(--site-header-height) + 48px);
    padding-bottom: 56px;
  }
  .hero-slide__content h1,
  .hero-slide__content h2 {
    max-width: 12ch;
    font-size: clamp(34px, 5vw, 56px);
  }
}
@media (max-width: 767px) {
  .site-header {
    border-bottom-color: #eceae4;
  }
  .site-header__left,
  .site-header__center,
  .site-header__right {
    min-width: 0;
  }
  .site-header.site-header--overlay {
    border-bottom-color: rgba(17, 17, 17, 0.08);
  }
  .site-header__bar {
    height: 54px;
    min-height: 54px;
    padding: 0 16px;
  }
  :root {
    --site-header-height: 54px;
  }
  .site-header__logo-svg {
    width: min(32vw, 126px);
  }
  .site-header__buy-trigger {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .site-header__buy-links {
    display: none;
  }
  .site-header__utility-link {
    display: none;
  }
  .mega-menu {
    display: none;
  }
  .hero-slider,
  .hero-slider__track {
    min-height: calc(100svh - var(--site-header-height));
  }
  .hero-slide {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .hero-slide::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 64%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 24%, rgba(255, 255, 255, 0.52) 48%, rgba(255, 255, 255, 0.82) 74%, rgba(255, 255, 255, 0.96) 100%);
    pointer-events: none;
  }
  .hero-slide__content {
    position: relative;
    z-index: 1;
    gap: 12px;
    width: 100%;
    padding: 78px 16px 88px;
    margin-left: 0;
  }
  .hero-slide__eyebrow {
    font-size: 13px;
  }
  .hero-slide__content h1,
  .hero-slide__content h2 {
    max-width: 100%;
    font-size: clamp(28px, 8.4vw, 40px);
  }
  .hero-slide__subline {
    max-width: 100%;
    font-size: clamp(16px, 4.8vw, 22px);
  }
  .hero-slide__button {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .hero-slider__controls {
    bottom: 12px;
  }
  .hero-slider__progress {
    right: 16px;
    left: 16px;
  }
  .hero-slider__pagination {
    gap: 8px;
  }
  .hero-slider__dot {
    width: 12px;
    height: 12px;
  }
  .hero-slider__arrow {
    width: 34px;
    height: 34px;
  }
  .demo-content {
    padding-top: 36px;
  }
  .demo-content__hero p {
    font-size: 15px;
  }
}
.home-2026 .hero-slider {
  background: #ffffff;
}

.product-showcase {
  margin-top: 40px;
  padding: 0 0 18px;
}

.product-showcase__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.product-showcase__tabs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 28px;
}

.product-showcase__tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-align: start;
      justify-items: start;
  gap: 4px;
  padding: 11px 8px 11px 8px;
  cursor: pointer;
  transition: color 0.18s ease;
  background: #eaeaea;
  color: #000;
}
.product-showcase__tab.is-active {
  color: #fff;
  background: #000;
}

.product-showcase__tab-count {
  color: inherit;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: lowercase;
}

.product-showcase__tab-label {
  text-align: center;
  position: relative;
  font-size: clamp(14px, 2.8vw, 16px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.96;
  min-width: 200px;
}
.product-showcase__tab-label.is-active {
  background: #000;
}

.product-showcase__panel {
  display: none;
}
.product-showcase__panel.is-active {
  display: block;
}

.product-carousel {
  padding: 0px 0 10px;
  overflow: hidden;
}

.product-carousel__actions {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}

.product-carousel__arrow {
  position: relative;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.18s ease;
}
.product-carousel__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: center/contain no-repeat url("/wp-content/themes/2026-artfact/public/images/2026/arrow-left.svg");
  transform: translate(-50%, -50%);
}
.product-carousel__arrow:hover {
  opacity: 0.68;
}

.product-carousel__arrow--prev::before {
  transform: translate(-50%, -50%);
}

.product-carousel__arrow--next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.product-carousel.owl-carousel {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
.product-carousel.owl-carousel .owl-nav,
.product-carousel.owl-carousel .owl-dots {
  display: none !important;
}
.product-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.product-carousel.owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.product-carousel.owl-carousel .owl-stage::after {
  content: "";
  display: block;
  clear: both;
}
.product-carousel.owl-carousel .owl-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  height: auto;
  min-height: 1px;
  position: relative;
}
.product-carousel.owl-carousel .owl-item.active .shop-card {
  pointer-events: auto;
}
.product-carousel.owl-carousel.owl-drag .owl-stage {
  cursor: grab;
}
.product-carousel.owl-carousel.owl-drag .owl-stage:active {
  cursor: grabbing;
}

.shop-card {
  width: clamp(296px, 20.9vw, 332px);
  min-width: 0;
  border: 1px solid #eceae4;
  background: #ffffff;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}

.shop-card__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  min-height: 100%;
  -webkit-user-drag: none;
}

.shop-card__media {
  position: relative;
  aspect-ratio: 0.9;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)), linear-gradient(160deg, #f6f6f4, #dddcd7);
}
.shop-card__media::before, .shop-card__media::after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 999px 999px 26px 26px;
  transform: translateX(-50%);
}
.shop-card__media::before {
  bottom: 10%;
  width: 36%;
  height: 58%;
  background: rgba(17, 17, 17, 0.16);
}
.shop-card__media::after {
  bottom: 54%;
  width: 28%;
  height: 20%;
  background: rgba(255, 255, 255, 0.82);
}

.shop-card__media--photo {
  background: #fff;
}
.shop-card__media--photo::before, .shop-card__media--photo::after {
  display: none;
}

.shop-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 23px;
  object-fit: contain;
  -webkit-user-drag: none;
}

.shop-card__badges {
  position: absolute;
  top: 12px;
  right: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 5px;
}
.shop-card__badges .shop-card__badge {
  position: relative;
  width: auto;
  z-index: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid #f8f8f8;
  border-radius: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  background: #f8f8f8;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-card__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  padding: 16px 14px 18px;
}

.shop-card__title {
  min-height: var(--shop-card-title-height, 121px);
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.shop-card__text {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.shop-card__effects {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: auto;
  padding-top: 0px;
}

.shop-card__effect {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 6px;
  min-height: 20px;
  color: #000;
  white-space: nowrap;
}

.shop-card__effect-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex: 0 0 16px;
      flex: 0 0 16px;
  max-width: 16px;
  margin: 0 !important;
  box-shadow: none !important;
  vertical-align: middle;
}

.shop-card__effect-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.shop-card__size {
  display: none;
}

.shop-card__price {
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 8px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  min-height: 44px;
  border: 1px solid #111111;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #fff;
  transition: background-color 0.22s ease, color 0.22s ease;
}
.shop-card__link:hover .shop-card__price {
  color: #fff;
  background: #111111;
}

.shop-card--milk .shop-card__media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0)), linear-gradient(160deg, #f7f5f0, #d8d5cc);
}

.shop-card--espresso .shop-card__media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)), linear-gradient(160deg, #73665f, #2d231f);
}

.shop-card--espresso .shop-card__media::before {
  background: rgba(35, 26, 22, 0.84);
}

.shop-card--sand .shop-card__media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0)), linear-gradient(160deg, #efe6db, #cfc2af);
}

.shop-card--graphite .shop-card__media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)), linear-gradient(160deg, #d8d7d2, #a8a7a1);
}

.shop-card--pearl .shop-card__media,
.shop-card--shell .shop-card__media,
.shop-card--linen .shop-card__media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0)), linear-gradient(160deg, #faf9f7, #dfddd7);
}

.shop-card--stone .shop-card__media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), linear-gradient(160deg, #e8e5df, #c9c5bc);
}

.shop-card--charcoal .shop-card__media,
.shop-card--obsidian .shop-card__media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0)), linear-gradient(160deg, #5d5b58, #1d1d1b);
}

.shop-card--charcoal .shop-card__media::before,
.shop-card--obsidian .shop-card__media::before {
  background: rgba(17, 17, 17, 0.88);
}

.category-section {
  padding: 28px 18px 24px;
}

.category-section__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 20px;
  margin-bottom: 18px;
}

.category-section__title {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 210px;
  min-height: 38px;
  padding: 11px 12px;
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.category-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.category-card {
  min-width: 0;
  border: 1px solid #eceae4;
  background: #ffffff;
}

.category-card__link {
  display: block;
}

.category-card__media {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #f6f6f4;
}

.category-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card__title {
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: calc(100% - 32px);
  color: #000;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.category-section__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 20px;
}

.category-section__more {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 210px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #eaeaea;
  background: #eaeaea;
  cursor: pointer;
  color: #111111;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.category-section__more:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

@media (max-width: 1024px) {
  .product-showcase__header {
    margin-bottom: 16px;
  }
  .shop-card {
    width: clamp(272px, 44vw, 308px);
  }
}
@media (max-width: 767px) {
  .product-showcase {
    padding: 36px 16px 12px;
  }
  .category-section {
    padding: 36px 16px 22px;
  }
  .product-showcase__tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }
  .product-showcase__header {
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 18px;
  }
  .product-showcase__tab {
    min-height: auto;
    width: 100%;
    padding: 9px 8px 10px;
    -ms-grid-column-align: center;
        justify-items: center;
    text-align: center;
    gap: 3px;
  }
  .product-showcase__tab-count {
    font-size: 7px;
    letter-spacing: 0.12em;
  }
  .product-showcase__tab-label {
    min-width: 0;
    font-size: clamp(11px, 3.4vw, 13px);
    line-height: 1;
  }
  .product-carousel {
    padding-top: 20px;
  }
  .product-carousel__actions {
    display: none;
  }
  .shop-card {
    width: clamp(256px, 84vw, 296px);
  }
  .shop-card__title {
    min-height: var(--shop-card-title-height, 132px);
    font-size: 16px;
  }
  .category-section__title {
    min-width: 0;
    min-height: 38px;
    padding: 9px 12px 10px;
    font-size: clamp(11px, 3.3vw, 13px);
    line-height: 1;
  }
  .category-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .category-card {
    min-width: 0;
  }
  .category-card__media {
    aspect-ratio: 4/3;
  }
  .category-card__title {
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
  }
  .category-section__more {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 9px 12px 10px;
    font-size: clamp(11px, 3.3vw, 13px);
    line-height: 1;
    letter-spacing: 0.12em;
  }
}
.category-section {
  background: #ffffff;
}

body.post-type-archive-product #section-catalog,
body.tax-product_cat #section-catalog,
body.tax-product_tag #section-catalog,
body.tax-pa_product-type #section-catalog,
body.tax-pa_product-function #section-catalog,
body.tax-pa_problem-solution #section-catalog {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 18px 72px;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.post-type-archive-product #section-catalog > .container,
body.tax-product_cat #section-catalog > .container,
body.tax-product_tag #section-catalog > .container,
body.tax-pa_product-type #section-catalog > .container,
body.tax-pa_product-function #section-catalog > .container,
body.tax-pa_problem-solution #section-catalog > .container {
  max-width: none;
  padding: 0;
}
body.post-type-archive-product #section-catalog > .container > .row,
body.tax-product_cat #section-catalog > .container > .row,
body.tax-product_tag #section-catalog > .container > .row,
body.tax-pa_product-type #section-catalog > .container > .row,
body.tax-pa_product-function #section-catalog > .container > .row,
body.tax-pa_problem-solution #section-catalog > .container > .row {
  -ms-flex-align: start;
      align-items: start;
  margin: 0;
}
body.post-type-archive-product #section-catalog .col-12,
body.post-type-archive-product #section-catalog .col-lg-3,
body.post-type-archive-product #section-catalog .col-lg-9,
body.tax-product_cat #section-catalog .col-12,
body.tax-product_cat #section-catalog .col-lg-3,
body.tax-product_cat #section-catalog .col-lg-9,
body.tax-product_tag #section-catalog .col-12,
body.tax-product_tag #section-catalog .col-lg-3,
body.tax-product_tag #section-catalog .col-lg-9,
body.tax-pa_product-type #section-catalog .col-12,
body.tax-pa_product-type #section-catalog .col-lg-3,
body.tax-pa_product-type #section-catalog .col-lg-9,
body.tax-pa_product-function #section-catalog .col-12,
body.tax-pa_product-function #section-catalog .col-lg-3,
body.tax-pa_product-function #section-catalog .col-lg-9,
body.tax-pa_problem-solution #section-catalog .col-12,
body.tax-pa_problem-solution #section-catalog .col-lg-3,
body.tax-pa_problem-solution #section-catalog .col-lg-9 {
  padding: 0;
}
body.post-type-archive-product #filter-aside,
body.tax-product_cat #filter-aside,
body.tax-product_tag #filter-aside,
body.tax-pa_product-type #filter-aside,
body.tax-pa_product-function #filter-aside,
body.tax-pa_problem-solution #filter-aside {
  padding-right: 22px;
}
body.post-type-archive-product #section-catalog .col-lg-9 > .products,
body.post-type-archive-product #section-catalog ul.products,
body.tax-product_cat #section-catalog .col-lg-9 > .products,
body.tax-product_cat #section-catalog ul.products,
body.tax-product_tag #section-catalog .col-lg-9 > .products,
body.tax-product_tag #section-catalog ul.products,
body.tax-pa_product-type #section-catalog .col-lg-9 > .products,
body.tax-pa_product-type #section-catalog ul.products,
body.tax-pa_product-function #section-catalog .col-lg-9 > .products,
body.tax-pa_product-function #section-catalog ul.products,
body.tax-pa_problem-solution #section-catalog .col-lg-9 > .products,
body.tax-pa_problem-solution #section-catalog ul.products {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (minmax(0, 1fr))[3] !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.post-type-archive-product #section-catalog .col-lg-9 > .products::before,
body.post-type-archive-product #section-catalog .col-lg-9 > .products::after,
body.post-type-archive-product #section-catalog ul.products::before,
body.post-type-archive-product #section-catalog ul.products::after,
body.tax-product_cat #section-catalog .col-lg-9 > .products::before,
body.tax-product_cat #section-catalog .col-lg-9 > .products::after,
body.tax-product_cat #section-catalog ul.products::before,
body.tax-product_cat #section-catalog ul.products::after,
body.tax-product_tag #section-catalog .col-lg-9 > .products::before,
body.tax-product_tag #section-catalog .col-lg-9 > .products::after,
body.tax-product_tag #section-catalog ul.products::before,
body.tax-product_tag #section-catalog ul.products::after,
body.tax-pa_product-type #section-catalog .col-lg-9 > .products::before,
body.tax-pa_product-type #section-catalog .col-lg-9 > .products::after,
body.tax-pa_product-type #section-catalog ul.products::before,
body.tax-pa_product-type #section-catalog ul.products::after,
body.tax-pa_product-function #section-catalog .col-lg-9 > .products::before,
body.tax-pa_product-function #section-catalog .col-lg-9 > .products::after,
body.tax-pa_product-function #section-catalog ul.products::before,
body.tax-pa_product-function #section-catalog ul.products::after,
body.tax-pa_problem-solution #section-catalog .col-lg-9 > .products::before,
body.tax-pa_problem-solution #section-catalog .col-lg-9 > .products::after,
body.tax-pa_problem-solution #section-catalog ul.products::before,
body.tax-pa_problem-solution #section-catalog ul.products::after {
  display: none;
}
body.post-type-archive-product #section-catalog ul.products li.product,
body.post-type-archive-product #section-catalog ul.products.columns-1 li.product,
body.post-type-archive-product #section-catalog ul.products.columns-2 li.product,
body.post-type-archive-product #section-catalog ul.products.columns-3 li.product,
body.post-type-archive-product #section-catalog ul.products.columns-4 li.product,
body.post-type-archive-product #section-catalog ul.products.columns-5 li.product,
body.post-type-archive-product #section-catalog ul.products.columns-6 li.product,
body.tax-product_cat #section-catalog ul.products li.product,
body.tax-product_cat #section-catalog ul.products.columns-1 li.product,
body.tax-product_cat #section-catalog ul.products.columns-2 li.product,
body.tax-product_cat #section-catalog ul.products.columns-3 li.product,
body.tax-product_cat #section-catalog ul.products.columns-4 li.product,
body.tax-product_cat #section-catalog ul.products.columns-5 li.product,
body.tax-product_cat #section-catalog ul.products.columns-6 li.product,
body.tax-product_tag #section-catalog ul.products li.product,
body.tax-product_tag #section-catalog ul.products.columns-1 li.product,
body.tax-product_tag #section-catalog ul.products.columns-2 li.product,
body.tax-product_tag #section-catalog ul.products.columns-3 li.product,
body.tax-product_tag #section-catalog ul.products.columns-4 li.product,
body.tax-product_tag #section-catalog ul.products.columns-5 li.product,
body.tax-product_tag #section-catalog ul.products.columns-6 li.product,
body.tax-pa_product-type #section-catalog ul.products li.product,
body.tax-pa_product-type #section-catalog ul.products.columns-1 li.product,
body.tax-pa_product-type #section-catalog ul.products.columns-2 li.product,
body.tax-pa_product-type #section-catalog ul.products.columns-3 li.product,
body.tax-pa_product-type #section-catalog ul.products.columns-4 li.product,
body.tax-pa_product-type #section-catalog ul.products.columns-5 li.product,
body.tax-pa_product-type #section-catalog ul.products.columns-6 li.product,
body.tax-pa_product-function #section-catalog ul.products li.product,
body.tax-pa_product-function #section-catalog ul.products.columns-1 li.product,
body.tax-pa_product-function #section-catalog ul.products.columns-2 li.product,
body.tax-pa_product-function #section-catalog ul.products.columns-3 li.product,
body.tax-pa_product-function #section-catalog ul.products.columns-4 li.product,
body.tax-pa_product-function #section-catalog ul.products.columns-5 li.product,
body.tax-pa_product-function #section-catalog ul.products.columns-6 li.product,
body.tax-pa_problem-solution #section-catalog ul.products li.product,
body.tax-pa_problem-solution #section-catalog ul.products.columns-1 li.product,
body.tax-pa_problem-solution #section-catalog ul.products.columns-2 li.product,
body.tax-pa_problem-solution #section-catalog ul.products.columns-3 li.product,
body.tax-pa_problem-solution #section-catalog ul.products.columns-4 li.product,
body.tax-pa_problem-solution #section-catalog ul.products.columns-5 li.product,
body.tax-pa_problem-solution #section-catalog ul.products.columns-6 li.product {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  clear: none !important;
}
body.post-type-archive-product #section-catalog .shop-card,
body.tax-product_cat #section-catalog .shop-card,
body.tax-product_tag #section-catalog .shop-card,
body.tax-pa_product-type #section-catalog .shop-card,
body.tax-pa_product-function #section-catalog .shop-card,
body.tax-pa_problem-solution #section-catalog .shop-card {
  min-width: 0;
  width: 100%;
  height: 100%;
}
body.post-type-archive-product #section-catalog .shop-card__body,
body.post-type-archive-product #section-catalog .shop-card__title,
body.post-type-archive-product #section-catalog .shop-card__text,
body.tax-product_cat #section-catalog .shop-card__body,
body.tax-product_cat #section-catalog .shop-card__title,
body.tax-product_cat #section-catalog .shop-card__text,
body.tax-product_tag #section-catalog .shop-card__body,
body.tax-product_tag #section-catalog .shop-card__title,
body.tax-product_tag #section-catalog .shop-card__text,
body.tax-pa_product-type #section-catalog .shop-card__body,
body.tax-pa_product-type #section-catalog .shop-card__title,
body.tax-pa_product-type #section-catalog .shop-card__text,
body.tax-pa_product-function #section-catalog .shop-card__body,
body.tax-pa_product-function #section-catalog .shop-card__title,
body.tax-pa_product-function #section-catalog .shop-card__text,
body.tax-pa_problem-solution #section-catalog .shop-card__body,
body.tax-pa_problem-solution #section-catalog .shop-card__title,
body.tax-pa_problem-solution #section-catalog .shop-card__text {
  min-width: 0;
}
body.post-type-archive-product #section-catalog .shop-card__title,
body.post-type-archive-product #section-catalog .shop-card__text,
body.post-type-archive-product #section-catalog .shop-card__effect-label,
body.tax-product_cat #section-catalog .shop-card__title,
body.tax-product_cat #section-catalog .shop-card__text,
body.tax-product_cat #section-catalog .shop-card__effect-label,
body.tax-product_tag #section-catalog .shop-card__title,
body.tax-product_tag #section-catalog .shop-card__text,
body.tax-product_tag #section-catalog .shop-card__effect-label,
body.tax-pa_product-type #section-catalog .shop-card__title,
body.tax-pa_product-type #section-catalog .shop-card__text,
body.tax-pa_product-type #section-catalog .shop-card__effect-label,
body.tax-pa_product-function #section-catalog .shop-card__title,
body.tax-pa_product-function #section-catalog .shop-card__text,
body.tax-pa_product-function #section-catalog .shop-card__effect-label,
body.tax-pa_problem-solution #section-catalog .shop-card__title,
body.tax-pa_problem-solution #section-catalog .shop-card__text,
body.tax-pa_problem-solution #section-catalog .shop-card__effect-label {
  overflow-wrap: anywhere;
  word-break: break-word;
}
body.post-type-archive-product #section-catalog .woocommerce-pagination,
body.tax-product_cat #section-catalog .woocommerce-pagination,
body.tax-product_tag #section-catalog .woocommerce-pagination,
body.tax-pa_product-type #section-catalog .woocommerce-pagination,
body.tax-pa_product-function #section-catalog .woocommerce-pagination,
body.tax-pa_problem-solution #section-catalog .woocommerce-pagination {
  margin-top: 24px;
}
body.post-type-archive-product #section-catalog .woocommerce-pagination ul.page-numbers,
body.tax-product_cat #section-catalog .woocommerce-pagination ul.page-numbers,
body.tax-product_tag #section-catalog .woocommerce-pagination ul.page-numbers,
body.tax-pa_product-type #section-catalog .woocommerce-pagination ul.page-numbers,
body.tax-pa_product-function #section-catalog .woocommerce-pagination ul.page-numbers,
body.tax-pa_problem-solution #section-catalog .woocommerce-pagination ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
body.post-type-archive-product #section-catalog .woocommerce-pagination .page-numbers li,
body.tax-product_cat #section-catalog .woocommerce-pagination .page-numbers li,
body.tax-product_tag #section-catalog .woocommerce-pagination .page-numbers li,
body.tax-pa_product-type #section-catalog .woocommerce-pagination .page-numbers li,
body.tax-pa_product-function #section-catalog .woocommerce-pagination .page-numbers li,
body.tax-pa_problem-solution #section-catalog .woocommerce-pagination .page-numbers li {
  border: 0;
}
body.post-type-archive-product #section-catalog .woocommerce-pagination a,
body.post-type-archive-product #section-catalog .woocommerce-pagination span,
body.tax-product_cat #section-catalog .woocommerce-pagination a,
body.tax-product_cat #section-catalog .woocommerce-pagination span,
body.tax-product_tag #section-catalog .woocommerce-pagination a,
body.tax-product_tag #section-catalog .woocommerce-pagination span,
body.tax-pa_product-type #section-catalog .woocommerce-pagination a,
body.tax-pa_product-type #section-catalog .woocommerce-pagination span,
body.tax-pa_product-function #section-catalog .woocommerce-pagination a,
body.tax-pa_product-function #section-catalog .woocommerce-pagination span,
body.tax-pa_problem-solution #section-catalog .woocommerce-pagination a,
body.tax-pa_problem-solution #section-catalog .woocommerce-pagination span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #d9d9d4;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
body.post-type-archive-product #section-catalog .woocommerce-pagination .current,
body.tax-product_cat #section-catalog .woocommerce-pagination .current,
body.tax-product_tag #section-catalog .woocommerce-pagination .current,
body.tax-pa_product-type #section-catalog .woocommerce-pagination .current,
body.tax-pa_product-function #section-catalog .woocommerce-pagination .current,
body.tax-pa_problem-solution #section-catalog .woocommerce-pagination .current {
  background: #000;
  color: #fff;
  border-color: #000;
}

@media (max-width: 1024px) {
  body.post-type-archive-product #filter-aside,
  body.tax-product_cat #filter-aside,
  body.tax-product_tag #filter-aside,
  body.tax-pa_product-type #filter-aside,
  body.tax-pa_product-function #filter-aside,
  body.tax-pa_problem-solution #filter-aside {
    padding-right: 0;
  }
  body.post-type-archive-product #section-catalog .col-lg-9 > .products,
  body.post-type-archive-product #section-catalog ul.products,
  body.tax-product_cat #section-catalog .col-lg-9 > .products,
  body.tax-product_cat #section-catalog ul.products,
  body.tax-product_tag #section-catalog .col-lg-9 > .products,
  body.tax-product_tag #section-catalog ul.products,
  body.tax-pa_product-type #section-catalog .col-lg-9 > .products,
  body.tax-pa_product-type #section-catalog ul.products,
  body.tax-pa_product-function #section-catalog .col-lg-9 > .products,
  body.tax-pa_product-function #section-catalog ul.products,
  body.tax-pa_problem-solution #section-catalog .col-lg-9 > .products,
  body.tax-pa_problem-solution #section-catalog ul.products {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-product #section-catalog,
  body.tax-product_cat #section-catalog,
  body.tax-product_tag #section-catalog,
  body.tax-pa_product-type #section-catalog,
  body.tax-pa_product-function #section-catalog,
  body.tax-pa_problem-solution #section-catalog {
    padding: 16px 14px 48px;
  }
  body.post-type-archive-product #section-catalog .products,
  body.tax-product_cat #section-catalog .products,
  body.tax-product_tag #section-catalog .products,
  body.tax-pa_product-type #section-catalog .products,
  body.tax-pa_product-function #section-catalog .products,
  body.tax-pa_problem-solution #section-catalog .products {
    gap: 14px;
  }
  body.post-type-archive-product #section-catalog .shop-card__title,
  body.tax-product_cat #section-catalog .shop-card__title,
  body.tax-product_tag #section-catalog .shop-card__title,
  body.tax-pa_product-type #section-catalog .shop-card__title,
  body.tax-pa_product-function #section-catalog .shop-card__title,
  body.tax-pa_problem-solution #section-catalog .shop-card__title {
    font-size: 13px;
  }
  body.post-type-archive-product #section-catalog .shop-card__text,
  body.tax-product_cat #section-catalog .shop-card__text,
  body.tax-product_tag #section-catalog .shop-card__text,
  body.tax-pa_product-type #section-catalog .shop-card__text,
  body.tax-pa_product-function #section-catalog .shop-card__text,
  body.tax-pa_problem-solution #section-catalog .shop-card__text {
    font-size: 12px;
  }
}
@media (max-width: 359px) {
  body.post-type-archive-product #section-catalog,
  body.tax-product_cat #section-catalog,
  body.tax-product_tag #section-catalog,
  body.tax-pa_product-type #section-catalog,
  body.tax-pa_product-function #section-catalog,
  body.tax-pa_problem-solution #section-catalog {
    padding: 14px 12px 44px;
  }
  body.post-type-archive-product #section-catalog .col-lg-9 > .products,
  body.post-type-archive-product #section-catalog ul.products,
  body.tax-product_cat #section-catalog .col-lg-9 > .products,
  body.tax-product_cat #section-catalog ul.products,
  body.tax-product_tag #section-catalog .col-lg-9 > .products,
  body.tax-product_tag #section-catalog ul.products,
  body.tax-pa_product-type #section-catalog .col-lg-9 > .products,
  body.tax-pa_product-type #section-catalog ul.products,
  body.tax-pa_product-function #section-catalog .col-lg-9 > .products,
  body.tax-pa_product-function #section-catalog ul.products,
  body.tax-pa_problem-solution #section-catalog .col-lg-9 > .products,
  body.tax-pa_problem-solution #section-catalog ul.products {
    -ms-grid-columns: minmax(0, 1fr) !important;
        grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px;
  }
}
.menu-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.menu-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}
.menu-drawer.is-open .menu-drawer__overlay {
  opacity: 1;
}
.menu-drawer.is-open .menu-drawer__panel {
  transform: translateX(0);
}

.menu-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.18);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.menu-drawer__panel {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: min(420px, 100vw - 26px);
  min-height: 100svh;
  height: 100svh;
  max-height: 100svh;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(17, 17, 17, 0.12);
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 0.24s ease;
}

.menu-drawer__header,
.menu-drawer__footer,
.menu-drawer__body {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-drawer__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 53px;
  border-bottom: 1px solid #eceae4;
}

.menu-drawer__title {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-drawer__close {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.menu-drawer__close::before, .menu-drawer__close::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 18px;
  height: 1px;
  background: currentColor;
}
.menu-drawer__close::before {
  transform: rotate(45deg);
}
.menu-drawer__close::after {
  transform: rotate(-45deg);
}

.menu-drawer__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 0;
  padding-top: 22px;
  padding-bottom: 28px;
}

.menu-drawer__switcher {
  -ms-flex: none;
      flex: none;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
}

.menu-drawer__panels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.menu-drawer__switch {
  position: relative;
  padding-bottom: 4px;
  color: #757575;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}
.menu-drawer__switch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
}
.menu-drawer__switch.is-active {
  color: #111111;
}
.menu-drawer__switch.is-active::after {
  opacity: 1;
}

.menu-drawer__group {
  display: none;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow: hidden;
}
.menu-drawer__group.is-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.menu-drawer__group-content {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.menu-drawer__group > .menu-drawer__footer {
  -ms-flex: none;
      flex: none;
  margin-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-drawer__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-drawer__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #eceae4;
  font-size: 16px;
}
.menu-drawer__list span {
  color: #757575;
  font-size: 12px;
}

.menu-drawer__list--plain li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.menu-drawer__footer {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  padding-top: 18px;
  padding-bottom: 24px;
  border-top: 1px solid #eceae4;
}

.menu-drawer__marketplaces {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-drawer__marketplaces li {
  display: -ms-flexbox;
  display: flex;
}

.menu-drawer__marketplaces a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #d9d9d4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-drawer__contact {
  display: -ms-grid;
  display: grid;
  gap: 6px;
}
.menu-drawer__contact span {
  color: #757575;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.menu-drawer__contact a {
  font-size: 14px;
}

.search-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  visibility: hidden;
  pointer-events: none;
}
.search-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}
.search-modal.is-open .search-modal__overlay {
  opacity: 1;
}
.search-modal.is-open .search-modal__dialog {
  opacity: 1;
  transform: translateY(0);
}

.search-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.search-modal__dialog {
  position: relative;
  max-width: 760px;
  margin: 88px auto 0;
  padding: 0 18px 24px;
  background: #ffffff;
  border: 1px solid #eceae4;
  box-shadow: 0 12px 40px rgba(17, 17, 17, 0.12);
  opacity: 0;
  transform: translateY(-12px);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.search-modal__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 72px;
}

.search-modal__title {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.search-modal__close {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.search-modal__close::before, .search-modal__close::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 18px;
  height: 1px;
  background: currentColor;
}
.search-modal__close::before {
  transform: rotate(45deg);
}
.search-modal__close::after {
  transform: rotate(-45deg);
}

.search-modal__form {
  padding-bottom: 20px;
}

.search-modal__field {
  display: block;
}

.search-modal__field input {
  width: 100%;
  height: 62px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d9d9d4;
  border-radius: 0;
  outline: none;
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 300;
  letter-spacing: -0.04em;
  background: transparent;
}
.search-modal__field input:-ms-input-placeholder {
  color: #b8b2a8;
}
.search-modal__field input::placeholder {
  color: #b8b2a8;
}

.search-modal__results {
  padding-bottom: 10px;
}

.search-modal__hint {
  margin-bottom: 18px;
  color: #757575;
  font-size: 14px;
}

.search-modal__suggestions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.search-modal__suggestions a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #d9d9d4;
  border-radius: 999px;
  color: #111111;
  font-size: 13px;
  transition: border-color 0.18s ease, color 0.18s ease;
}
.search-modal__suggestions a:hover {
  color: #9f8563;
  border-color: #9f8563;
}

@media (max-width: 767px) {
  .search-modal__dialog {
    min-height: 100vh;
    margin-top: 0;
    padding-right: 14px;
    padding-left: 14px;
  }
  .search-modal__header {
    min-height: 68px;
  }
}
.footer-demo {
  margin: 0;
  background: #ffffff;
  color: #111111;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-demo__content {
  min-height: 56vh;
  padding: 48px 24px 96px;
  background: radial-gradient(circle at top right, rgba(17, 17, 17, 0.06), transparent 28%), linear-gradient(180deg, #f7f7f5 0%, #ffffff 100%);
}

.footer-demo__inner,
.footer-subscribe__inner,
.site-footer__inner,
.site-footer__bottom-inner {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.footer-demo__eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-demo__title {
  max-width: 980px;
  margin: 0 0 18px;
  font-size: clamp(36px, 4vw, 72px);
  font-weight: 700;
  line-height: 0.96;
  text-transform: uppercase;
}

.footer-demo__text {
  max-width: 720px;
  margin: 0;
  color: #757575;
  font-size: 18px;
  line-height: 1.4;
}

.footer-subscribe {
  border-top: 1px solid #eceae4;
  border-bottom: 1px solid #eceae4;
  background: #f7f7f5;
}

.footer-subscribe__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
      grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  -ms-flex-align: start;
      align-items: start;
  padding: 24px 24px;
}

.footer-subscribe__kicker {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-subscribe__title {
  max-width: 620px;
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.footer-subscribe__text {
  max-width: 460px;
  margin: 0;
  color: #757575;
  font-size: 13px;
  line-height: 1.35;
}

.footer-subscribe__form {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

.footer-subscribe__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-subscribe__controls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) auto;
      grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
}

.footer-subscribe__input {
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #111111;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 14px;
}
.footer-subscribe__input:-ms-input-placeholder {
  color: #8c8c8c;
}
.footer-subscribe__input::placeholder {
  color: #8c8c8c;
}
.footer-subscribe__input:focus {
  outline: none;
}

.footer-subscribe__button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #111111;
  border-left: 0;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.footer-subscribe__button:hover {
  background: transparent;
  color: #111111;
}

.footer-subscribe__policy {
  max-width: 460px;
  margin: 0;
  color: #757575;
  font-size: 10px;
  line-height: 1.35;
}

.footer-subscribe__consent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 14px minmax(0, 1fr);
      grid-template-columns: 14px minmax(0, 1fr);
  gap: 8px;
  -ms-flex-align: start;
      align-items: start;
  max-width: 520px;
  color: #757575;
  font-size: 11px;
  line-height: 1.35;
  cursor: pointer;
}
.footer-subscribe__consent a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-subscribe__checkbox {
  width: 14px;
  height: 14px;
  margin: 1px 0 0;
  accent-color: #111111;
}

.site-footer {
  background: #ffffff;
}

.site-footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(280px, 0.92fr) minmax(0, 2.08fr);
      grid-template-columns: minmax(280px, 0.92fr) minmax(0, 2.08fr);
  gap: 48px;
  padding: 44px 24px 36px;
}

.site-footer__logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  width: 170px;
}
.site-footer__logo svg,
.site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__logo-svg {
  color: #111111;
}

.site-footer .site-header__logo-art,
.site-footer .site-header__logo-fact {
  opacity: 1;
  animation: none;
  transform: none;
}

.site-footer .site-header__logo-slash {
  animation: none;
}

.form-message {
  display: none;
  font-size: 11px;
  line-height: 1.35;
}
.form-message.success, .form-message.error {
  display: block;
}
.form-message.success {
  color: #111111;
}
.form-message.error {
  color: #757575;
}

.site-footer__brand-text {
  max-width: 300px;
  margin: 22px 0 0;
  color: #757575;
  font-size: 15px;
  line-height: 1.45;
}

.site-footer__marketplaces {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  padding: 0;
  list-style: none;
}

.site-footer__marketplaces li {
  display: -ms-flexbox;
  display: flex;
}

.site-footer__marketplaces a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #d9d9d4;
  border-radius: 0;
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.site-footer__marketplaces a:hover {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.site-footer__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.site-footer__group {
  border-top: 1px solid #eceae4;
}

.site-footer__group-toggle {
  position: relative;
  width: 100%;
  padding: 16px 26px 14px 0;
  border: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
  cursor: default;
}
.site-footer__group-toggle::after {
  display: none;
}

.site-footer__group-panel {
  padding: 0 0 8px;
}

.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__menu li + li {
  margin-top: 10px;
}
.site-footer__menu a {
  color: #111111;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
  transition: opacity 0.18s ease;
}
.site-footer__menu a:hover {
  opacity: 0.56;
}

.site-footer__bottom {
  border-top: 1px solid #eceae4;
}

.site-footer__bottom-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 18px;
  padding: 18px 24px 24px;
}

.site-footer__copyright {
  margin: 0;
  color: #757575;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer__legal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 16px 22px;
}
.site-footer__legal a {
  color: #757575;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.18s ease;
}
.site-footer__legal a:hover {
  color: #111111;
}

@media (max-width: 1024px) {
  .site-footer__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 36px;
  }
  .site-footer__nav {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .footer-demo__content {
    min-height: auto;
    padding: 34px 16px 56px;
  }
  .footer-demo__title {
    font-size: 30px;
  }
  .footer-demo__text {
    font-size: 15px;
  }
  .footer-subscribe__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 16px;
  }
  .footer-subscribe__title {
    font-size: 18px;
  }
  .footer-subscribe__controls {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .footer-subscribe__input,
  .footer-subscribe__button {
    min-height: 40px;
  }
  .site-footer__inner {
    gap: 30px;
    padding: 32px 16px 20px;
  }
  .site-footer__brand-text {
    margin-top: 16px;
    font-size: 14px;
  }
  .site-footer__marketplaces {
    gap: 8px;
    margin-top: 18px;
  }
  .site-footer__marketplaces a {
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
  }
  .site-footer__nav {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0;
  }
  .site-footer__group {
    border-bottom: 1px solid #eceae4;
  }
  .site-footer__group-toggle {
    padding: 15px 28px 15px 0;
    cursor: pointer;
  }
  .site-footer__group-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-60%) rotate(135deg);
    transition: transform 0.18s ease;
    display: block;
  }
  .site-footer__group.is-open .site-footer__group-toggle::after {
    transform: translateY(-35%) rotate(-45deg);
  }
  .site-footer__group-panel {
    padding: 0 0 16px;
  }
  .site-footer__menu a {
    font-size: 14px;
  }
  .site-footer__bottom-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 18px 14px 24px;
  }
  .site-footer__legal {
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 10px 16px;
  }
}
.home-2026 {
  min-height: 100vh;
  background: #ffffff;
}

.home-2026__main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 54px 18px 120px;
  background: #ffffff;
}

body.page-template-page-home-2026 #ccm-banner {
  right: 16px;
  bottom: 16px;
  max-width: 360px;
  padding: 16px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.12);
  color: #111111;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
body.page-template-page-home-2026 .ccm-banner-content {
  gap: 12px;
}
body.page-template-page-home-2026 .ccm-banner-text {
  margin: 0;
}
body.page-template-page-home-2026 .ccm-policy-link {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.page-template-page-home-2026 .ccm-banner-buttons {
  gap: 0;
}
body.page-template-page-home-2026 .ccm-button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
body.page-template-page-home-2026 .ccm-button:hover {
  background: #ffffff;
  color: #111111;
  opacity: 1;
}

@media (max-width: 767px) {
  .home-2026__main {
    padding-top: 36px;
    padding-right: 0;
    padding-bottom: 64px;
    padding-left: 0;
  }
  body.page-template-page-home-2026 #ccm-banner {
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 14px 14px 16px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow: 0 -12px 30px rgba(17, 17, 17, 0.1);
  }
  body.page-template-page-home-2026 .ccm-banner-content {
    gap: 10px;
  }
  body.page-template-page-home-2026 .ccm-banner-text {
    font-size: 11px;
    line-height: 1.4;
  }
  body.page-template-page-home-2026 .ccm-banner-buttons {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.page-template-page-home-2026 .ccm-button {
    width: 100%;
    min-height: 38px;
    font-size: 10px;
  }
}
.single-product .single-product-2026__main {
  max-width: 1368px;
  margin: 0 auto;
  padding-top: 20px;
}
.single-product .single-product-2026__shell {
  width: 100%;
}
.single-product .breadcrumb-text {
  margin: 0 0 26px;
  color: #6d6d6d;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.single-product .breadcrumb-text a,
.single-product .breadcrumb-text a:hover {
  color: #6d6d6d;
  text-decoration: none;
}
.single-product .breadcrumb-text span {
  color: #000;
  font-weight: 700;
}
.single-product #section-product-card {
  padding: 0;
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single-product #section-product-card .container {
  max-width: 1440px;
  padding-right: 18px;
  padding-left: 18px;
}

.product-single-2026 {
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
}
.product-single-2026 .product-single-2026__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 45%) minmax(0, 1fr);
      grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
  gap: 26px;
  -ms-flex-align: start;
      align-items: start;
}
.product-single-2026 .product-single-2026__gallery,
.product-single-2026 .product-single-2026__summary,
.product-single-2026 .product-single-2026__summary * {
  font-family: "TT Commons Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.product-single-2026 .product-single-2026__stage {
  position: relative;
  min-height: 0;
  padding: 18px;
  background: #efefef;
}
.product-single-2026 .product-single-2026__image {
  margin: 0;
  aspect-ratio: 1/1;
}
.product-single-2026 .product-single-2026__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-single-2026 .product-single-2026__badges {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.product-single-2026 .product-single-2026__badge {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 24px;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #d6d6d6;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-single-2026 .product-single-2026__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.18s ease;
}
.product-single-2026 .product-single-2026__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: center/contain no-repeat url("/wp-content/themes/2026-artfact/public/images/2026/arrow-left.svg");
  transform: translate(-50%, -50%);
}
.product-single-2026 .product-single-2026__arrow:hover {
  opacity: 0.68;
}
.product-single-2026 .product-single-2026__arrow--prev {
  left: 8px;
}
.product-single-2026 .product-single-2026__arrow--next {
  right: 8px;
}
.product-single-2026 .product-single-2026__arrow--next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.product-single-2026 .product-single-2026__thumbs {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 4px;
  margin-top: 4px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-single-2026 .product-single-2026__thumbs::-webkit-scrollbar {
  display: none;
}
.product-single-2026 .product-single-2026__thumb {
  position: relative;
  display: block;
  -ms-flex: 0 0 calc((100% - 12px) / 4);
      flex: 0 0 calc((100% - 12px) / 4);
  padding: 0;
  border: 0;
  background: #efefef;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: opacity 0.18s ease;
  scroll-snap-align: start;
}
.product-single-2026 .product-single-2026__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-single-2026 .product-single-2026__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  transition: border-color 0.18s ease;
}
.product-single-2026 .product-single-2026__thumb:hover::after, .product-single-2026 .product-single-2026__thumb.is-active::after {
  border-color: #000;
}
.product-single-2026 .product-single-2026__summary {
  padding-top: 2px;
}
.product-single-2026 .product-single-2026__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.product-single-2026 .product-single-2026__title {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.product-single-2026 .product-single-2026__title h1 {
  margin: 0;
  font-size: clamp(28px, 2.1vw, 40px);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}
.product-single-2026 .product-single-2026__article {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}
.product-single-2026 .product-single-2026__effects {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 14px;
}
.product-single-2026 .product-single-2026__effect {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.product-single-2026 .product-single-2026__effect-icon {
  display: block;
  width: 16px;
  height: 16px;
  -ms-flex: 0 0 16px;
      flex: 0 0 16px;
  margin-bottom: 1px;
}
.product-single-2026 .product-single-2026__effect-icon span {
  font-size: 16px;
}
.product-single-2026 .product-single-2026__description {
  margin-bottom: 18px;
  font-size: 11px;
  line-height: 1.45;
}
.product-single-2026 .product-single-2026__description p {
  margin: 0;
}
.product-single-2026 .product-single-2026__accordions {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
}
.product-single-2026 .product-single-2026__accordion-toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border: 0;
  background: #eaeaea;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
}
.product-single-2026 .product-single-2026__accordion-toggle::before {
  content: "\\";
  font-size: 14px;
  line-height: 1;
  transition: transform 0.18s ease;
}
.product-single-2026 .product-single-2026__accordion.is-open .product-single-2026__accordion-toggle::before {
  transform: rotate(90deg);
}
.product-single-2026 .product-single-2026__accordion.is-open .product-single-2026__accordion-toggle {
  background: #000;
  color: #fff;
}
.product-single-2026 .product-single-2026__accordion-panel {
  overflow: hidden;
}
.product-single-2026 .product-single-2026__accordion-content {
  padding: 8px 0 14px 0px;
  font-size: 15px;
  line-height: 1.45;
}
.product-single-2026 .product-single-2026__accordion-content p:last-child,
.product-single-2026 .product-single-2026__accordion-content ul:last-child,
.product-single-2026 .product-single-2026__accordion-content ol:last-child,
.product-single-2026 .product-single-2026__accordion-content div:last-child {
  margin-bottom: 0;
}
.product-single-2026 .product-single-2026__accordion-content ul {
  margin: 0;
  padding-left: 18px;
}
.product-single-2026 .product-single-2026__accordion-content a {
  color: #000;
  text-decoration: underline;
}
.product-single-2026 .product-single-2026__combo-group + .product-single-2026__combo-group {
  margin-top: 14px;
}
.product-single-2026 .product-single-2026__combo-title {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-single-2026 .product-single-2026__combo-list {
  margin: 0;
  padding-left: 18px;
}
.product-single-2026 .product-single-2026__combo-item + .product-single-2026__combo-item {
  margin-top: 6px;
}
.product-single-2026 .product-single-2026__buy-title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.product-single-2026 .product-single-2026__buy-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.product-single-2026 .product-single-2026__buy-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}
.product-single-2026 .product-single-2026__buy-link:hover {
  color: #fff;
  opacity: 0.84;
}
.product-single-2026 .product-showcase--related {
  margin-top: 56px;
  padding: 0;
}

@media (max-width: 1199px) {
  .product-single-2026 .product-single-2026__grid {
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
  .product-single-2026 .product-single-2026__stage {
    max-width: 760px;
    margin: 0 auto;
  }
  .product-single-2026 .product-single-2026__thumbs {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .single-product .single-product-2026__main {
    padding: 12px 16px 40px;
  }
  .single-product .breadcrumb-text {
    margin-bottom: 18px;
    font-size: 12px;
  }
  .single-product #section-product-card {
    padding: 0;
  }
  .single-product #section-product-card .container {
    max-width: 1440px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .product-single-2026 .product-single-2026__stage {
    padding: 12px;
  }
  .product-single-2026 .product-single-2026__summary {
    padding-top: 0;
  }
  .product-single-2026 .product-single-2026__title h1 {
    font-size: 24px;
  }
  .product-single-2026 .product-single-2026__thumbs {
    gap: 4px;
  }
  .product-single-2026 .product-single-2026__buy-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
/*# sourceMappingURL=app_2026_styles.css.map*/