@charset "UTF-8";
.footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 28px 24px 28px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: #2f231a;
  background: #796046;
  border-top: 1px solid rgba(79, 59, 43, 0.1);
}
.footer__glass {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1720px;
  padding: 32px clamp(20px, 4vw, 72px) 28px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 250, 244, 0.88) 48%, rgba(247, 239, 230, 0.82) 100%);
  border: 1px solid rgba(79, 59, 43, 0.11);
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(47, 35, 26, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(79, 59, 43, 0.04);
}
.footer__glass::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.88), transparent 22%), radial-gradient(circle at 74% 14%, rgba(255, 255, 255, 0.58), transparent 20%), radial-gradient(circle at 92% 70%, rgba(121, 96, 70, 0.06), transparent 26%), linear-gradient(90deg, rgba(255, 255, 255, 0.44) 0%, transparent 42%, rgba(255, 255, 255, 0.28) 100%);
  opacity: 0.9;
}
.footer__glass::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 27px;
}
.footer__top, .footer__bottom {
  position: relative;
  z-index: 2;
}
.footer__top {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr 0.86fr 1fr;
  gap: clamp(42px, 4vw, 72px);
  padding: clamp(52px, 5vw, 72px) clamp(36px, 5vw, 80px) clamp(44px, 4vw, 58px);
}
.footer__brand {
  max-width: 420px;
}
.footer__logo {
  display: inline-flex;
  margin-bottom: 24px;
  color: #2f231a;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: clamp(38px, 3.2vw, 62px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-decoration: none;
  text-transform: uppercase;
}
.footer__text {
  max-width: 340px;
  margin: 0 0 28px;
  color: rgba(47, 35, 26, 0.64);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.58;
}
.footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 22px;
  color: #2f231a;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(79, 59, 43, 0.16);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(47, 35, 26, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.footer__button:hover {
  transform: translateY(-2px);
  color: #fffaf4;
  background: #796046;
  border-color: rgba(121, 96, 70, 0.44);
  box-shadow: 0 16px 38px rgba(47, 35, 26, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.footer__button-icon {
  font-size: 14px;
  line-height: 1;
}
.footer__nav, .footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__title {
  position: relative;
  margin: 0 0 28px;
  color: rgba(47, 35, 26, 0.86);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 96, 70, 0.42), rgba(121, 96, 70, 0));
}
.footer__nav a {
  color: rgba(47, 35, 26, 0.62);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.footer__nav a + a {
  margin-top: 14px;
}
.footer__nav a:hover {
  color: #2f231a;
  transform: translateX(4px);
}
.footer__contact {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(47, 35, 26, 0.66);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer__contact + .footer__contact {
  margin-top: 16px;
}
.footer__contact:hover {
  color: #2f231a;
}
.footer__contact span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  color: #796046;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(79, 59, 43, 0.13);
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(47, 35, 26, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1;
}
.footer__socials {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #796046;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(79, 59, 43, 0.14);
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(47, 35, 26, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.footer__socials a:hover {
  transform: translateY(-3px);
  color: #fffaf4;
  background: #796046;
  border-color: rgba(121, 96, 70, 0.38);
  box-shadow: 0 16px 34px rgba(47, 35, 26, 0.12);
}
.footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 22px clamp(54px, 7vw, 112px);
  color: rgba(47, 35, 26, 0.48);
  border-top: 1px solid rgba(79, 59, 43, 0.1);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
.footer__bottom p {
  margin: 0;
}
.footer__bottom a {
  color: rgba(47, 35, 26, 0.48);
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer__bottom a:hover {
  color: #2f231a;
}
.footer__bottom a:last-child {
  justify-self: end;
}

@media (max-width: 1180px) {
  .footer {
    padding: 64px 18px 28px;
  }
  .footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 64px;
    padding: 52px 58px 44px;
  }
  .footer__brand {
    max-width: none;
  }
  .footer__bottom {
    padding: 22px 58px;
  }
}
@media (max-width: 760px) {
  .footer {
    padding: 44px 12px 20px;
  }
  .footer__glass {
    border-radius: 22px;
  }
  .footer__glass::after {
    border-radius: 21px;
  }
  .footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
    padding: 38px 22px 34px;
  }
  .footer__logo {
    margin-bottom: 18px;
    font-size: clamp(28px, 7vw, 38px);
  }
  .footer__text {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.5;
  }
  .footer__button {
    min-height: 42px;
    padding: 0 14px;
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.04em;
  }
  .footer__title {
    margin-bottom: 24px;
    font-size: 11px;
    letter-spacing: 0.16em;
  }
  .footer__nav a {
    font-size: 13px;
  }
  .footer__nav a + a {
    margin-top: 12px;
  }
  .footer__contact {
    gap: 9px;
    font-size: 12px;
  }
  .footer__contact + .footer__contact {
    margin-top: 12px;
  }
  .footer__contact span {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .footer__socials {
    gap: 8px;
    margin-top: 18px;
    flex-wrap: wrap;
  }
  .footer__socials a {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }
  .footer__bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    padding: 18px 22px;
    font-size: 11px;
  }
  .footer__bottom a:last-child {
    justify-self: start;
  }
}
@media (max-width: 420px) {
  .footer {
    padding-top: 36px;
  }
  .footer__top {
    gap: 30px 16px;
    padding: 34px 16px 30px;
  }
  .footer__logo {
    font-size: 28px;
  }
  .footer__text {
    font-size: 12px;
  }
  .footer__button {
    width: 100%;
    padding: 0 10px;
  }
  .footer__bottom {
    padding: 16px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-width: 320px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #2f231a;
  background: linear-gradient(180deg, #f7efe6 0%, #f1e4d4 38%, #e8d7c3 100%);
  overflow-x: hidden;
}

body::selection {
  color: #fff7ef;
  background: #796046;
}

body.is-lock {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

.page {
  position: relative;
  min-height: 100vh;
  background: radial-gradient(circle at 78% 4%, rgba(255, 247, 239, 0.78), transparent 28%), radial-gradient(circle at 8% 42%, rgba(199, 167, 139, 0.22), transparent 34%), linear-gradient(180deg, #f7efe6 0%, #f1e4d4 38%, #e8d7c3 100%);
}

:root {
  --color-beige: #e8d7c3;
  --color-beige-soft: #f1e4d4;
  --color-beige-light: #f7efe6;
  --color-cream: #fff7ef;
  --color-brown: #796046;
  --color-brown-soft: #8a6d50;
  --color-brown-dark: #4f3b2b;
  --color-brown-deep: #2f231a;
  --color-text: #2f231a;
  --color-text-soft: #5b4534;
  --color-text-muted: #8d725d;
  --color-text-light: #fff7ef;
  --color-white: #ffffff;
  --color-page: #fbfaf8;
  --color-surface: #fffdfb;
  --color-surface-soft: #f7f1eb;
  --color-surface-deep: #efe3d8;
  --color-border: rgba(79, 59, 43, 0.14);
  --color-border-strong: rgba(79, 59, 43, 0.22);
  --color-border-light: rgba(255, 247, 239, 0.36);
  --color-success: #5f7b53;
  --color-danger: #9f4c4c;
  --font-text: 'Manrope', Arial, Helvetica, sans-serif;
  --container: 1720px;
  --page-padding: 24px;
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 30px;
  --radius-round: 999px;
  --shadow-small: 0 10px 28px rgba(47, 35, 26, 0.06);
  --shadow-medium: 0 18px 54px rgba(47, 35, 26, 0.09);
  --shadow-large: 0 28px 90px rgba(47, 35, 26, 0.12);
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --transition-fast: 0.25s ease;
  --transition-base: 0.45s var(--ease-premium);
  --z-header: 50;
  --z-menu: 80;
  --z-overlay: 150;
  --z-sheet: 180;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-width: 320px;
  background: var(--color-brown);
  font-family: var(--font-text);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.catalog-body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--color-text);
  background: var(--color-page);
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

body.catalog-body::selection {
  color: var(--color-text-light);
  background: var(--color-brown);
}

body.is-lock,
body.is-sheet-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.glass {
  --glass-blur: blur(18px) saturate(1.22);
  --glass-bg: rgba(255, 247, 239, 0.82);
  --glass-border: rgba(79, 59, 43, 0.14);
  --glass-shadow: 0 18px 70px rgba(47, 35, 26, 0.12);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.72), inset 0 -1px 0 rgba(79, 59, 43, 0.06);
}
.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 247, 239, 0.18) 42%, rgba(121, 96, 70, 0.08) 100%);
}
.glass::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  z-index: 1;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.88), transparent);
}
.glass > * {
  position: relative;
  z-index: 2;
}

.header {
  position: fixed;
  top: 24px;
  right: 0;
  left: 0;
  z-index: var(--z-header);
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
  transform: none;
  transition: transform var(--transition-base), top var(--transition-base), opacity var(--transition-base);
}
.header.is-hidden {
  transform: translateY(calc(-100% - 36px));
}
.header.is-scrolled {
  top: 14px;
}
.header.is-scrolled .header__inner {
  min-height: 56px;
}
.header.is-scrolled .glass {
  --glass-bg: rgba(255, 247, 239, 0.92);
  --glass-border: rgba(79, 59, 43, 0.18);
  --glass-shadow: 0 18px 70px rgba(47, 35, 26, 0.16);
}
.header.is-menu-open .header__burger span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.header.is-menu-open .header__burger span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.header.is-menu-open .header__mobile {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 0 28px;
  border-radius: var(--radius-round);
  transition: min-height var(--transition-base), background var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
}
.header__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  color: rgba(47, 35, 26, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: color var(--transition-base);
}
.header__nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  transform: translateX(-50%) translateY(5px) scale(0.4);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.78;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.header__nav a:hover, .header__nav a[aria-current=page] {
  color: var(--color-text);
}
.header__nav a:hover::after, .header__nav a[aria-current=page]::after {
  transform: scaleX(1);
  transform-origin: left;
}
.header__nav--left {
  justify-self: start;
}
.header__nav--right {
  justify-self: end;
  padding-right: 92px;
}
.header__logo {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  color: var(--color-text);
  transition: transform var(--transition-base), opacity var(--transition-base), filter var(--transition-base);
}
.header__logo img {
  width: 132px;
  max-height: 42px;
  object-fit: contain;
}
.header__logo span {
  color: var(--color-text);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.header__logo:hover {
  transform: scale(1.035);
  filter: brightness(0.94);
}
.header__commerce-actions {
  position: absolute;
  top: 50%;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  transform: translateY(-50%);
}
.header__commerce-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  cursor: pointer;
  transition: transform var(--transition-fast), color var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}
.header__commerce-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header__commerce-button:hover {
  transform: translateY(-1px) scale(1.04);
  color: var(--color-brown-dark);
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--color-border-strong);
  box-shadow: var(--shadow-small);
}
.header__commerce-button--cart > span {
  position: absolute;
  top: -3px;
  right: -3px;
  display: grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  color: var(--color-text-light);
  background: var(--color-brown);
  border: 1px solid rgba(255, 247, 239, 0.76);
  border-radius: var(--radius-round);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}
.header__burger, .header__mobile {
  display: none;
}

@media (max-width: 1180px) {
  .header__nav {
    gap: 18px;
  }
  .header__nav a {
    font-size: 13px;
  }
  .header__nav--right {
    padding-right: 86px;
  }
}
@media (max-width: 1024px) {
  .header {
    top: 18px;
    width: min(100% - 36px, 1120px);
  }
  .header__inner {
    min-height: 60px;
    padding: 0 22px;
  }
  .header__nav {
    gap: 14px;
  }
  .header__nav a {
    font-size: 12px;
  }
  .header__logo {
    min-width: 112px;
  }
  .header__logo img {
    width: 118px;
  }
}
@media (max-width: 860px) {
  .header__nav a:nth-child(2),
  .header__nav a:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .header {
    top: 14px;
    width: calc(100% - 28px);
  }
  .header.is-scrolled {
    top: 10px;
  }
  .header.is-scrolled .header__inner {
    min-height: 54px;
  }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 56px;
    padding: 0 10px 0 12px;
  }
  .header__nav {
    display: none;
  }
  .header__logo {
    display: none;
  }
  .header__burger {
    grid-column: 1;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 38px;
    height: 38px;
    padding: 0;
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid var(--color-border);
    border-radius: 50%;
    cursor: pointer;
    transition: background var(--transition-base), border-color var(--transition-base), transform var(--transition-base);
  }
  .header__burger span {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--color-text);
    transition: transform var(--transition-base), opacity var(--transition-base);
  }
  .header__burger:hover {
    background: rgba(255, 255, 255, 0.86);
    border-color: var(--color-border-strong);
    transform: scale(1.04);
  }
  .header__commerce-actions {
    position: static;
    grid-column: 3;
    justify-self: end;
    transform: none;
    order: 3;
  }
  .header__commerce-button {
    width: 36px;
    height: 36px;
  }
  .header__mobile {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: var(--z-menu);
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 18px;
    color: var(--color-text);
    background: rgba(255, 247, 239, 0.96);
    border: 1px solid var(--color-border);
    border-radius: 28px;
    backdrop-filter: blur(22px) saturate(1.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
    box-shadow: 0 22px 80px rgba(47, 35, 26, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity var(--transition-base), visibility var(--transition-base), transform var(--transition-base);
  }
  .header__mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .header__mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 14px;
    color: rgba(47, 35, 26, 0.82);
    border-radius: 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: color var(--transition-base), background var(--transition-base), transform var(--transition-base);
  }
  .header__mobile-nav a::after {
    content: "→";
    font-size: 16px;
    opacity: 0.44;
    transform: translateX(-4px);
    transition: opacity var(--transition-base), transform var(--transition-base);
  }
  .header__mobile-nav a:hover, .header__mobile-nav a[aria-current=page] {
    color: var(--color-text);
    background: rgba(121, 96, 70, 0.08);
    transform: translateX(2px);
  }
  .header__mobile-nav a:hover::after, .header__mobile-nav a[aria-current=page]::after {
    opacity: 1;
    transform: translateX(0);
  }
  .header__mobile-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px 14px 6px;
    border-top: 1px solid var(--color-border);
  }
  .header__mobile-contact span {
    color: var(--color-text-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .header__mobile-contact a {
    width: fit-content;
    color: var(--color-text);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.035em;
  }
}
@media (max-width: 375px) {
  .header {
    width: calc(100% - 20px);
  }
  .header__inner {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 6px;
    padding: 0 8px 0 9px;
  }
  .header__commerce-actions {
    gap: 3px;
  }
  .header__commerce-button {
    width: 34px;
    height: 34px;
  }
  .header__commerce-button svg {
    width: 18px;
    height: 18px;
  }
  .header__mobile-contact a {
    font-size: 25px;
  }
}
.catalog-search-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-overlay);
  display: grid;
  place-items: start center;
  padding: 110px 24px 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--transition-fast), visibility var(--transition-fast);
}
.catalog-search-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.catalog-search-overlay.is-open .catalog-search-overlay__dialog {
  transform: translateY(0);
}
.catalog-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(47, 35, 26, 0.38);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.catalog-search-overlay__dialog {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  padding: 24px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-large);
  transform: translateY(-14px);
  transition: transform var(--transition-base);
}
.catalog-search-overlay__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.catalog-search-overlay__head span {
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.catalog-search-overlay__close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.catalog-search-overlay__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.catalog-search-overlay__form input {
  min-width: 0;
  height: 52px;
  padding: 0 16px;
  color: var(--color-text);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  outline: none;
}
.catalog-search-overlay__form input:focus {
  border-color: var(--color-brown);
  box-shadow: 0 0 0 3px rgba(121, 96, 70, 0.1);
}
.catalog-search-overlay__form button {
  min-width: 118px;
  height: 52px;
  padding: 0 20px;
  color: var(--color-text-light);
  background: var(--color-brown-dark);
  border: 1px solid var(--color-brown-dark);
  border-radius: var(--radius-sm);
  cursor: pointer;
}
.catalog-search-overlay__suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.catalog-search-overlay__suggestions a,
.catalog-search-overlay__suggestions button {
  min-height: 34px;
  padding: 0 12px;
  color: var(--color-text-soft);
  background: var(--color-surface-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-round);
  cursor: pointer;
}

.catalog-page {
  position: relative;
  overflow: clip;
  padding-bottom: clamp(76px, 7vw, 112px);
}

.catalog-hero,
.catalog-directions,
.catalog-products,
.catalog-benefits {
  width: min(100% - 48px, var(--container));
  margin-right: auto;
  margin-left: auto;
}

.catalog-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.9fr);
  min-height: 560px;
  margin-top: 112px;
  overflow: hidden;
  background: radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.96), transparent 34%), linear-gradient(112deg, var(--color-surface) 0%, var(--color-surface-soft) 54%, var(--color-beige) 100%);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-medium);
}
.catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.5) 44%, transparent 58%), radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.64), transparent 24%);
}
.catalog-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 96px);
}
.catalog-hero__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--color-brown);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.catalog-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.2vw, 76px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.catalog-hero p {
  max-width: 620px;
  margin-top: 24px;
  color: var(--color-text-soft);
  font-size: 15px;
  line-height: 1.72;
}
.catalog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.catalog-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 50px;
  padding: 0 24px;
  color: var(--color-text-light);
  background: var(--color-brown-dark);
  border: 1px solid var(--color-brown-dark);
  border-radius: var(--radius-xs);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
}
.catalog-hero__button span {
  font-size: 18px;
  font-weight: 300;
}
.catalog-hero__button:hover {
  transform: translateY(-2px);
  background: var(--color-brown);
  box-shadow: 0 14px 30px rgba(47, 35, 26, 0.14);
}
.catalog-hero__button--ghost {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--color-border-strong);
}
.catalog-hero__button--ghost:hover {
  color: var(--color-text-light);
}
.catalog-hero__visual {
  position: relative;
  min-height: 560px;
}
.catalog-hero__halo {
  position: absolute;
  right: 7%;
  bottom: -20%;
  width: 88%;
  aspect-ratio: 1.45;
  background: rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  filter: blur(4px);
  transform: rotate(-4deg);
}
.catalog-hero__product {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: end center;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius-md);
  box-shadow: 0 24px 52px rgba(65, 44, 31, 0.14);
  backdrop-filter: blur(8px);
}
.catalog-hero__product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.catalog-hero__product--one {
  left: 6%;
  bottom: 32px;
  width: 30%;
  height: 56%;
  transform: rotate(-3deg);
}
.catalog-hero__product--two {
  left: 34%;
  bottom: 22px;
  z-index: 3;
  width: 31%;
  height: 72%;
}
.catalog-hero__product--three {
  right: 5%;
  bottom: 38px;
  width: 29%;
  height: 62%;
  transform: rotate(3deg);
}
.catalog-hero__stone {
  position: absolute;
  z-index: 1;
  background: linear-gradient(145deg, #d7c3b0, #a98e75);
  border-radius: 46% 54% 50% 50%/40% 42% 58% 60%;
  box-shadow: inset -18px -22px 30px rgba(79, 55, 38, 0.16);
}
.catalog-hero__stone--one {
  right: 30%;
  bottom: -12px;
  width: 110px;
  height: 80px;
  transform: rotate(-12deg);
}
.catalog-hero__stone--two {
  right: 3%;
  bottom: 50px;
  width: 80px;
  height: 58px;
  opacity: 0.75;
  transform: rotate(18deg);
}

.catalog-directions {
  margin-top: 18px;
}
.catalog-directions__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.catalog-direction-card {
  position: relative;
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  min-height: 114px;
  padding: 10px 16px 10px 10px;
  overflow: hidden;
  color: var(--color-text);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-small);
  cursor: pointer;
  text-align: left;
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}
.catalog-direction-card:hover, .catalog-direction-card.is-active {
  transform: translateY(-2px);
  border-color: var(--color-border-strong);
  box-shadow: var(--shadow-medium);
}
.catalog-direction-card__media {
  align-self: stretch;
  overflow: hidden;
  background: var(--color-surface-deep);
  border-radius: 14px;
}
.catalog-direction-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-direction-card__content {
  min-width: 0;
  padding-left: 16px;
}
.catalog-direction-card__content strong {
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.28;
  text-overflow: ellipsis;
}
.catalog-direction-card__content span {
  display: block;
  margin-top: 5px;
  color: var(--color-text-muted);
  font-size: 10px;
  line-height: 1.4;
}
.catalog-direction-card__arrow {
  font-size: 24px;
  font-weight: 300;
}
.catalog-direction-card--all {
  grid-template-columns: 1fr auto;
  padding-left: 18px;
  background: linear-gradient(135deg, var(--color-beige), var(--color-beige-light));
}
.catalog-direction-card--all .catalog-direction-card__content {
  padding-left: 0;
}

.catalog-products {
  margin-top: 18px;
  padding: 28px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-small);
}
.catalog-products__mobile-head {
  display: none;
}
.catalog-products__topline {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}
.catalog-products__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--color-text-muted);
  font-size: 11px;
}
.catalog-products__breadcrumbs a:hover {
  color: var(--color-text);
}
.catalog-products__breadcrumbs span:last-child:not(:empty)::before {
  content: "/";
  margin-right: 8px;
}
.catalog-products__headline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  align-items: end;
  gap: 40px;
  margin-top: 18px;
}
.catalog-products__headline > div > span {
  display: block;
  margin-bottom: 7px;
  color: var(--color-brown);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.catalog-products__headline h2 {
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.catalog-products__headline p {
  margin-top: 8px;
  color: var(--color-text-muted);
  font-size: 12px;
}
.catalog-products__layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr) 318px;
  gap: 22px;
  margin-top: 26px;
}
.catalog-products__main {
  min-width: 0;
}
.catalog-products__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
  margin-bottom: 18px;
}

.catalog-search label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 10px;
  font-weight: 600;
}
.catalog-search > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 52px;
  padding-left: 16px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}
.catalog-search > div:focus-within {
  border-color: var(--color-brown);
  box-shadow: 0 0 0 3px rgba(121, 96, 70, 0.1);
}
.catalog-search svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.catalog-search input {
  min-width: 0;
  height: 50px;
  padding: 0 14px;
  color: var(--color-text);
  background: transparent;
  border: 0;
  outline: none;
}
.catalog-search button {
  align-self: stretch;
  min-width: 92px;
  padding: 0 16px;
  color: var(--color-text-light);
  background: var(--color-brown-dark);
  border: 0;
  border-radius: 0 11px 11px 0;
  cursor: pointer;
}

.catalog-sidebar {
  align-self: start;
}
.catalog-sidebar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  margin-bottom: 16px;
}
.catalog-sidebar__head span {
  font-size: 16px;
  font-weight: 600;
}
.catalog-sidebar__head button {
  padding: 0;
  color: var(--color-text-muted);
  background: transparent;
  border: 0;
  font-size: 10px;
  cursor: pointer;
}
.catalog-sidebar > form {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--color-border-strong) transparent;
}

.catalog-filter-group {
  margin: 0;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid var(--color-border);
}
.catalog-filter-group:first-child {
  padding-top: 0;
  border-top: 0;
}
.catalog-filter-group legend {
  width: 100%;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
}
.catalog-filter-group > div {
  display: grid;
  gap: 9px;
}
.catalog-filter-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text-soft);
  font-size: 11px;
  cursor: pointer;
}
.catalog-filter-group input[type=radio],
.catalog-filter-group input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--color-brown);
}
.catalog-filter-group--price > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.catalog-filter-group--price label {
  display: grid;
  gap: 6px;
}
.catalog-filter-group--price label span {
  color: var(--color-text-muted);
  font-size: 9px;
}
.catalog-filter-group--price input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  color: var(--color-text);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  outline: none;
}
.catalog-filter-group--price > button {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  color: var(--color-text);
  background: transparent;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-xs);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}

.catalog-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.catalog-active-filters button,
.catalog-active-filters span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  color: var(--color-text-soft);
  background: var(--color-surface-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-round);
  font-size: 9px;
}
.catalog-active-filters button {
  cursor: pointer;
}

.catalog-sort {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
}
.catalog-sort > span {
  color: var(--color-text-muted);
  font-size: 10px;
}
.catalog-sort select {
  height: 40px;
  padding: 0 34px 0 12px;
  color: var(--color-text);
  background: var(--color-white);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-xs);
  outline: none;
  font-size: 10px;
  cursor: pointer;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.catalog-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(47, 35, 26, 0.035);
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}
.catalog-product-card:hover, .catalog-product-card.is-active {
  transform: translateY(-3px);
  border-color: var(--color-border-strong);
  box-shadow: var(--shadow-medium);
}
.catalog-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1/1.08;
  overflow: hidden;
  background: radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.96), transparent 46%), var(--color-surface-soft);
}
.catalog-product-card__media img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.35s ease;
}
.catalog-product-card__media > span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--color-text-muted);
  font-size: 11px;
}
.catalog-product-card:hover .catalog-product-card__media img {
  transform: scale(1.025);
}
.catalog-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 10px;
  color: var(--color-text-light);
  background: var(--color-brown);
  border-radius: var(--radius-round);
  font-size: 8px;
  font-weight: 700;
}
.catalog-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px;
}
.catalog-product-card__meta {
  color: var(--color-text-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.catalog-product-card h3 {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.018em;
}
.catalog-product-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.catalog-product-card__description {
  display: -webkit-box;
  min-height: 35px;
  margin-top: 8px;
  overflow: hidden;
  color: var(--color-text-muted);
  font-size: 10px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.catalog-product-card__variant {
  margin-top: 9px;
  color: var(--color-text-soft);
  font-size: 10px;
}
.catalog-product-card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
}
.catalog-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
}
.catalog-product-card__price strong {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.catalog-product-card__price span {
  color: var(--color-text-muted);
  font-size: 10px;
  text-decoration: line-through;
}
.catalog-product-card__add {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  color: var(--color-text-light);
  background: var(--color-brown-deep);
  border: 0;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: transform var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
}
.catalog-product-card__add:hover {
  transform: scale(1.05);
  background: var(--color-brown);
  box-shadow: 0 10px 22px rgba(47, 35, 26, 0.18);
}

.catalog-preview {
  position: sticky;
  top: 92px;
  align-self: start;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-small);
}
.catalog-preview__empty {
  display: grid;
  min-height: 520px;
  place-items: center;
  align-content: center;
  padding: 28px;
  text-align: center;
}
.catalog-preview__empty span {
  color: var(--color-brown);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.catalog-preview__empty p {
  max-width: 190px;
  margin-top: 10px;
  color: var(--color-text-muted);
  font-size: 10px;
  line-height: 1.6;
}
.catalog-preview__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.05;
  overflow: hidden;
  background: radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.96), transparent 45%), var(--color-surface-soft);
}
.catalog-preview__media img {
  width: 100%;
  height: 100%;
  padding: 22px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.catalog-preview__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 10px;
  color: var(--color-text-light);
  background: var(--color-brown);
  border-radius: var(--radius-round);
  font-size: 8px;
  font-weight: 700;
}
.catalog-preview__body {
  padding: 18px;
}
.catalog-preview__body h3 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -0.025em;
}
.catalog-preview__body > p {
  margin-top: 9px;
  color: var(--color-text-muted);
  font-size: 10px;
  line-height: 1.6;
}
.catalog-preview__brand {
  color: var(--color-text-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.catalog-preview__variants {
  margin-top: 16px;
}
.catalog-preview__variants > span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 9px;
  font-weight: 600;
}
.catalog-preview__variants > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.catalog-preview__variants button {
  min-height: 32px;
  padding: 0 10px;
  color: var(--color-text);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  font-size: 8px;
  cursor: pointer;
}
.catalog-preview__variants button.is-active {
  border-color: var(--color-brown);
  box-shadow: 0 0 0 2px rgba(121, 96, 70, 0.08);
}
.catalog-preview__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 16px;
}
.catalog-preview__price strong {
  font-size: 20px;
  font-weight: 700;
}
.catalog-preview__price span {
  color: var(--color-text-muted);
  font-size: 10px;
  text-decoration: line-through;
}
.catalog-preview__actions {
  display: grid;
  gap: 8px;
  margin-top: 15px;
}
.catalog-preview__actions button,
.catalog-preview__actions a {
  display: grid;
  min-height: 44px;
  place-items: center;
  color: var(--color-text-light);
  background: var(--color-brown-deep);
  border: 1px solid var(--color-brown-deep);
  border-radius: var(--radius-xs);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}
.catalog-preview__actions a {
  color: var(--color-text);
  background: transparent;
  border-color: var(--color-border-strong);
}

.catalog-status {
  padding: 50px 20px;
  color: var(--color-text-muted);
  font-size: 12px;
  text-align: center;
}
.catalog-status--error {
  color: var(--color-danger);
}

.catalog-load-more {
  display: block;
  min-width: 180px;
  min-height: 48px;
  margin: 28px auto 0;
  padding: 0 20px;
  color: var(--color-text);
  background: transparent;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.catalog-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  padding: 22px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-small);
}
.catalog-benefits article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid var(--color-border);
}
.catalog-benefits article:last-child {
  border-right: 0;
}
.catalog-benefits article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--color-brown);
  border: 1px solid var(--color-border-strong);
  border-radius: 50%;
  font-size: 15px;
}
.catalog-benefits strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
}
.catalog-benefits p {
  margin-top: 4px;
  color: var(--color-text-muted);
  font-size: 9px;
  line-height: 1.5;
}

.catalog-mobile-search,
.catalog-chip-row {
  display: none;
}

.catalog-sheet {
  position: fixed;
  inset: 0;
  z-index: var(--z-sheet);
  display: grid;
  align-items: end;
  opacity: 0;
  transition: opacity var(--transition-fast);
}
.catalog-sheet.is-open {
  opacity: 1;
}
.catalog-sheet__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(47, 35, 26, 0.44);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.catalog-sheet__dialog {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  max-height: min(86vh, 820px);
  margin-left: auto;
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 26px 0 0 26px;
  box-shadow: var(--shadow-large);
}
.catalog-sheet__dialog--small {
  width: min(460px, 100%);
}
.catalog-sheet__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 22px 18px;
  border-bottom: 1px solid var(--color-border);
}
.catalog-sheet__head span {
  color: var(--color-brown);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.catalog-sheet__head h2 {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.catalog-sheet__head > button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.catalog-sheet__content {
  max-height: calc(86vh - 160px);
  overflow-y: auto;
  padding: 22px;
}
.catalog-sheet__actions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10px;
  padding: 16px 22px 22px;
  border-top: 1px solid var(--color-border);
}
.catalog-sheet__actions button {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-sm);
  background: transparent;
  cursor: pointer;
}
.catalog-sheet__actions button:last-child {
  color: var(--color-text-light);
  background: var(--color-brown-deep);
  border-color: var(--color-brown-deep);
}

.catalog-sort-sheet {
  display: grid;
  gap: 8px;
  padding: 18px 22px 24px;
}
.catalog-sort-sheet button {
  min-height: 48px;
  padding: 0 14px;
  color: var(--color-text);
  background: var(--color-surface-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  text-align: left;
  cursor: pointer;
}

.variant-sheet-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
}
.variant-sheet-product img {
  width: 72px;
  height: 82px;
  padding: 8px;
  object-fit: contain;
  background: var(--color-surface-soft);
  border-radius: var(--radius-sm);
}
.variant-sheet-product span {
  display: block;
  color: var(--color-text-muted);
  font-size: 9px;
  text-transform: uppercase;
}
.variant-sheet-product strong {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4;
}

.variant-sheet-choices {
  display: grid;
  gap: 8px;
  padding: 0 22px 18px;
}
.variant-sheet-choices button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 0 14px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  cursor: pointer;
}
.variant-sheet-choices button.is-active {
  border-color: var(--color-brown);
  box-shadow: 0 0 0 3px rgba(121, 96, 70, 0.08);
}

.variant-sheet-add {
  width: calc(100% - 44px);
  min-height: 50px;
  margin: 0 22px 24px;
  color: var(--color-text-light);
  background: var(--color-brown-deep);
  border: 0;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

.catalog-mobile-add {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 120;
  display: none;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 46px 12px 12px;
  background: rgba(255, 253, 251, 0.96);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-large);
  backdrop-filter: blur(18px);
}
.catalog-mobile-add > img {
  width: 58px;
  height: 66px;
  padding: 6px;
  object-fit: contain;
  background: var(--color-surface-soft);
  border-radius: var(--radius-sm);
}
.catalog-mobile-add__content {
  min-width: 0;
}
.catalog-mobile-add__content span {
  display: block;
  color: var(--color-text-muted);
  font-size: 8px;
  text-transform: uppercase;
}
.catalog-mobile-add__content strong {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalog-mobile-add__content p {
  margin-top: 2px;
  color: var(--color-text-muted);
  font-size: 9px;
}
.catalog-mobile-add__action {
  text-align: right;
}
.catalog-mobile-add__action strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.catalog-mobile-add__action button {
  min-height: 36px;
  padding: 0 14px;
  color: var(--color-text-light);
  background: var(--color-brown-deep);
  border: 0;
  border-radius: var(--radius-xs);
}
.catalog-mobile-add__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.product-detail,
.cart-page,
.checkout-page,
.order-success {
  width: min(100% - 48px, var(--container));
  margin-right: auto;
  margin-left: auto;
}

.product-detail {
  min-height: auto;
  padding-top: 118px;
  padding-bottom: clamp(76px, 7vw, 112px);
}
.product-detail__loading, .product-detail__error {
  min-height: 420px;
  padding: 80px 24px;
  text-align: center;
}
.product-detail__error h1 {
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
}
.product-detail__error p {
  margin-top: 12px;
  color: var(--color-text-muted);
}
.product-detail__error a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-top: 22px;
  padding: 0 20px;
  color: var(--color-text-light);
  background: var(--color-brown-deep);
  border-radius: var(--radius-xs);
}
.product-detail__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--color-text-muted);
  font-size: 11px;
}
.product-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: clamp(36px, 5vw, 88px);
}
.product-detail__gallery {
  min-width: 0;
}
.product-detail__main-image {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  background: var(--color-surface-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}
.product-detail__main-image img {
  width: 100%;
  height: 100%;
  max-height: 720px;
  padding: clamp(32px, 5vw, 72px);
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-detail__main-image b {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 12px;
  color: var(--color-text-light);
  background: var(--color-brown);
  border-radius: var(--radius-round);
  font-size: 9px;
}
.product-detail__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
}
.product-detail__thumbs button {
  flex: 0 0 82px;
  width: 82px;
  height: 94px;
  padding: 7px;
  overflow: hidden;
  background: var(--color-surface-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  cursor: pointer;
}
.product-detail__thumbs button.is-active {
  border-color: var(--color-brown);
}
.product-detail__thumbs button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-detail__info {
  align-self: start;
  padding-top: 20px;
}
.product-detail__info h1 {
  margin-top: 10px;
  font-size: clamp(38px, 4vw, 66px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.05em;
}
.product-detail__brand {
  color: var(--color-brown);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.product-detail__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 22px;
}
.product-detail__price strong {
  font-size: 28px;
  font-weight: 700;
}
.product-detail__price span {
  color: var(--color-text-muted);
  text-decoration: line-through;
}
.product-detail__lead {
  max-width: 580px;
  margin-top: 18px;
  color: var(--color-text-soft);
  font-size: 14px;
  line-height: 1.72;
}
.product-detail__variants, .product-detail__single-variant, .product-detail__quantity {
  margin-top: 24px;
}
.product-detail__variants > span, .product-detail__single-variant > span, .product-detail__quantity > span {
  display: block;
  margin-bottom: 9px;
  color: var(--color-text-muted);
  font-size: 10px;
  font-weight: 600;
}
.product-detail__variants > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.product-detail__variants > div button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 0 13px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  cursor: pointer;
}
.product-detail__variants > div button.is-active {
  border-color: var(--color-brown);
  box-shadow: 0 0 0 3px rgba(121, 96, 70, 0.08);
}
.product-detail__variants > div button span {
  font-size: 10px;
}
.product-detail__variants > div button strong {
  font-size: 11px;
}
.product-detail__single-variant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
}
.product-detail__single-variant > span {
  margin: 0;
}
.product-detail__quantity > div {
  display: inline-grid;
  grid-template-columns: 42px 46px 42px;
  align-items: center;
  min-height: 42px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
}
.product-detail__quantity > div button {
  height: 42px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.product-detail__quantity > div strong {
  text-align: center;
}
.product-detail__add {
  width: 100%;
  min-height: 52px;
  margin-top: 22px;
  color: var(--color-text-light);
  background: var(--color-brown-deep);
  border: 0;
  border-radius: var(--radius-xs);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}
.product-detail__benefits {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--color-border);
}
.product-detail__benefits > div {
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
}
.product-detail__benefits > div strong {
  display: block;
  font-size: 11px;
}
.product-detail__benefits > div span {
  display: block;
  margin-top: 4px;
  color: var(--color-text-muted);
  font-size: 9px;
}
.product-detail__description {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 54px;
  margin-top: 72px;
  padding: 42px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}
.product-detail__description > span {
  color: var(--color-brown);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.product-detail__description > div {
  max-width: 820px;
  color: var(--color-text-soft);
  font-size: 14px;
  line-height: 1.8;
}
.product-detail__description > div p + p {
  margin-top: 16px;
}
.product-detail__mobile-bar {
  display: none;
}

.cart-page,
.checkout-page {
  min-height: 70vh;
  padding-top: 124px;
  padding-bottom: 54px;
}
.cart-page__head,
.checkout-page__head {
  margin-bottom: 34px;
}
.cart-page__head > span,
.checkout-page__head > span {
  display: block;
  color: var(--color-brown);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cart-page__head h1,
.checkout-page__head h1 {
  margin-top: 8px;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
}
.cart-page__head p,
.checkout-page__head p {
  margin-top: 14px;
  color: var(--color-text-muted);
  font-size: 13px;
}

.cart-page__message,
.checkout-message {
  margin-bottom: 18px;
  padding: 14px 16px;
  color: var(--color-danger);
  background: rgba(159, 76, 76, 0.06);
  border: 1px solid rgba(159, 76, 76, 0.16);
  border-radius: var(--radius-sm);
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 26px;
}

.cart-list {
  display: grid;
  gap: 12px;
}

.cart-product {
  position: relative;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto 120px;
  align-items: center;
  gap: 18px;
  padding: 14px 54px 14px 14px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
}
.cart-product__image {
  display: grid;
  width: 132px;
  height: 150px;
  place-items: center;
  overflow: hidden;
  background: var(--color-surface-soft);
  border-radius: var(--radius-sm);
}
.cart-product__image img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.cart-product__info {
  min-width: 0;
}
.cart-product__info > span {
  color: var(--color-text-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cart-product__info h2 {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.42;
}
.cart-product__info p {
  margin-top: 6px;
  color: var(--color-text-muted);
  font-size: 10px;
}
.cart-product__info > strong {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
.cart-product__quantity {
  display: grid;
  grid-template-columns: 36px 38px 36px;
  align-items: center;
  min-height: 38px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
}
.cart-product__quantity button {
  height: 38px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.cart-product__quantity span {
  text-align: center;
  font-size: 11px;
}
.cart-product__total {
  text-align: right;
  font-size: 15px;
}
.cart-product__remove {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  color: var(--color-text-muted);
  background: transparent;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}

.cart-summary,
.checkout-summary {
  position: sticky;
  top: 96px;
  padding: 22px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-small);
}
.cart-summary > span,
.checkout-summary > span {
  display: block;
  margin-bottom: 16px;
  color: var(--color-brown);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cart-summary > div:not([data-checkout-items]),
.checkout-summary > div:not([data-checkout-items]) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--color-border);
}
.cart-summary > div:not([data-checkout-items]) p,
.cart-summary > div:not([data-checkout-items]) span,
.checkout-summary > div:not([data-checkout-items]) p,
.checkout-summary > div:not([data-checkout-items]) span {
  color: var(--color-text-muted);
  font-size: 10px;
}
.cart-summary > div:not([data-checkout-items]) strong,
.checkout-summary > div:not([data-checkout-items]) strong {
  font-size: 11px;
  text-align: right;
}
.cart-summary > a,
.checkout-summary > a {
  display: grid;
  min-height: 50px;
  place-items: center;
  margin-top: 14px;
  color: var(--color-text-light);
  background: var(--color-brown-deep);
  border-radius: var(--radius-xs);
  font-size: 11px;
  font-weight: 700;
}
.cart-summary > p,
.checkout-summary > p {
  margin-top: 14px;
  color: var(--color-text-muted);
  font-size: 9px;
  line-height: 1.55;
}

.cart-summary__total,
.checkout-summary__total {
  margin-top: 4px;
}
.cart-summary__total strong,
.checkout-summary__total strong {
  font-size: 18px !important;
}

.cart-empty {
  padding: 70px 24px;
  text-align: center;
}
.cart-empty > span {
  color: var(--color-brown);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cart-empty h2 {
  margin-top: 10px;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.045em;
}
.cart-empty p {
  margin-top: 12px;
  color: var(--color-text-muted);
}
.cart-empty a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 22px;
  padding: 0 22px;
  color: var(--color-text-light);
  background: var(--color-brown-deep);
  border-radius: var(--radius-xs);
}

.checkout-page__head > a {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--color-text-muted);
  font-size: 11px;
}

.checkout-form {
  display: grid;
  gap: 14px;
}
.checkout-form__trap {
  position: absolute;
  left: -9999px;
}
.checkout-form section {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px 18px;
  padding: 24px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
}
.checkout-form section > span {
  grid-column: 1;
  grid-row: 1;
  color: var(--color-brown);
  font-size: 10px;
  font-weight: 700;
}
.checkout-form section h2 {
  grid-column: 2;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.checkout-form section > label,
.checkout-form section > div {
  grid-column: 2;
}
.checkout-form label {
  display: grid;
  gap: 7px;
}
.checkout-form label > span {
  color: var(--color-text-muted);
  font-size: 10px;
  font-weight: 600;
}
.checkout-form input[type=text],
.checkout-form input[type=tel],
.checkout-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--color-text);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  outline: none;
}
.checkout-form input[type=text]:focus,
.checkout-form input[type=tel]:focus,
.checkout-form textarea:focus {
  border-color: var(--color-brown);
  box-shadow: 0 0 0 3px rgba(121, 96, 70, 0.08);
}
.checkout-form textarea {
  min-height: 120px;
  padding-top: 13px;
  resize: vertical;
}
.checkout-form > button {
  min-height: 52px;
  color: var(--color-text-light);
  background: var(--color-brown-deep);
  border: 0;
  border-radius: var(--radius-xs);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.checkout-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.checkout-methods label {
  position: relative;
  display: block;
  cursor: pointer;
}
.checkout-methods label input {
  position: absolute;
  opacity: 0;
}
.checkout-methods label > span {
  display: block;
  min-height: 88px;
  padding: 15px;
  color: var(--color-text);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
}
.checkout-methods label strong {
  display: block;
  font-size: 12px;
}
.checkout-methods label small {
  display: block;
  margin-top: 5px;
  color: var(--color-text-muted);
  font-size: 9px;
  line-height: 1.45;
}
.checkout-methods label input:checked + span {
  border-color: var(--color-brown);
  box-shadow: 0 0 0 3px rgba(121, 96, 70, 0.08);
}

.checkout-consent {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px !important;
  padding: 4px 2px;
}
.checkout-consent input {
  margin-top: 3px;
  accent-color: var(--color-brown);
}
.checkout-consent span {
  font-size: 10px !important;
  line-height: 1.55;
}

.checkout-summary-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid var(--color-border);
}
.checkout-summary-item span {
  color: var(--color-text-soft);
  font-size: 9px;
  line-height: 1.45;
}
.checkout-summary-item strong {
  flex: 0 0 auto;
  font-size: 10px;
}

.order-success {
  display: grid;
  min-height: 76vh;
  place-items: center;
  align-content: center;
  padding-top: 130px;
  padding-bottom: 70px;
  text-align: center;
}
.order-success__mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 20px;
  color: var(--color-text-light);
  background: var(--color-brown);
  border-radius: 50%;
  font-size: 26px;
}
.order-success > span {
  color: var(--color-brown);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.order-success h1 {
  margin-top: 10px;
  font-size: clamp(46px, 6vw, 84px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.06em;
}
.order-success > p {
  max-width: 560px;
  margin-top: 20px;
  color: var(--color-text-muted);
  font-size: 14px;
}
.order-success > div:not(.order-success__mark) {
  display: grid;
  grid-template-columns: auto auto;
  gap: 9px 28px;
  margin-top: 28px;
  padding: 18px 22px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  text-align: left;
}
.order-success > div:not(.order-success__mark) span {
  color: var(--color-text-muted);
  font-size: 10px;
}
.order-success > div:not(.order-success__mark) strong {
  font-size: 11px;
  text-align: right;
}
.order-success > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 24px;
  padding: 0 22px;
  color: var(--color-text-light);
  background: var(--color-brown-deep);
  border-radius: var(--radius-xs);
}

@media (max-width: 768px) {
  .catalog-search-overlay {
    padding: 86px 14px 14px;
  }
  .catalog-search-overlay__dialog {
    padding: 18px;
    border-radius: var(--radius-md);
  }
  .catalog-search-overlay__form {
    grid-template-columns: 1fr;
  }
  .catalog-search-overlay__form button {
    min-height: 48px;
  }
  .catalog-page {
    padding-bottom: 72px;
  }
  .catalog-hero,
  .catalog-directions,
  .catalog-benefits,
  .product-detail,
  .cart-page,
  .checkout-page,
  .order-success {
    width: calc(100% - 28px);
  }
  .catalog-hero {
    display: block;
    min-height: 0;
    margin-top: 88px;
    border-radius: 24px;
  }
  .catalog-hero__content {
    padding: 34px 22px 24px;
  }
  .catalog-hero__eyebrow {
    margin-bottom: 12px;
    font-size: 9px;
  }
  .catalog-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .catalog-hero h1 br {
    display: none;
  }
  .catalog-hero p {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.62;
  }
  .catalog-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
  .catalog-hero__button {
    width: 100%;
    min-height: 48px;
  }
  .catalog-hero__visual {
    min-height: 260px;
  }
  .catalog-hero__product--one {
    left: 3%;
    bottom: 20px;
    width: 31%;
    height: 55%;
  }
  .catalog-hero__product--two {
    left: 34%;
    bottom: 14px;
    width: 32%;
    height: 72%;
  }
  .catalog-hero__product--three {
    right: 3%;
    bottom: 22px;
    width: 31%;
    height: 60%;
  }
  .catalog-directions {
    width: 100%;
    margin-top: 18px;
    padding-left: 14px;
  }
  .catalog-directions__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 14px 8px 0;
    scrollbar-width: none;
  }
  .catalog-directions__track::-webkit-scrollbar {
    display: none;
  }
  .catalog-direction-card {
    display: flex;
    flex: 0 0 118px;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .catalog-direction-card:hover, .catalog-direction-card.is-active {
    transform: none;
    box-shadow: none;
  }
  .catalog-direction-card__media {
    width: 118px;
    height: 118px;
    border: 1px solid var(--color-border);
    border-radius: 22px;
    box-shadow: var(--shadow-small);
  }
  .catalog-direction-card__content {
    width: 100%;
    padding: 10px 4px 0;
    text-align: center;
  }
  .catalog-direction-card__content strong {
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;
  }
  .catalog-direction-card__content span {
    display: none;
  }
  .catalog-direction-card__arrow {
    display: none;
  }
  .catalog-direction-card--all {
    justify-content: flex-start;
    background: transparent;
  }
  .catalog-direction-card--all::before {
    content: "Все";
    display: grid;
    width: 118px;
    height: 118px;
    place-items: center;
    background: linear-gradient(135deg, var(--color-beige), var(--color-beige-light));
    border: 1px solid var(--color-border);
    border-radius: 22px;
    box-shadow: var(--shadow-small);
    font-size: 16px;
    font-weight: 600;
  }
  .catalog-direction-card--all .catalog-direction-card__content {
    display: none;
  }
  .catalog-products {
    width: 100%;
    margin-top: 18px;
    padding: 0 14px 24px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .catalog-products__mobile-head {
    position: relative;
    top: auto;
    z-index: auto;
    display: block;
    margin: 0 0 20px;
    padding: 0;
    background: transparent;
  }
  .catalog-products__topline, .catalog-products__toolbar,
  .catalog-products .catalog-sidebar {
    display: none;
  }
  .catalog-products__layout {
    display: block;
    margin-top: 0;
  }
  .catalog-mobile-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 58px;
    padding: 0 10px 0 17px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    box-shadow: var(--shadow-small);
  }
  .catalog-mobile-search > svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
  }
  .catalog-mobile-search input {
    min-width: 0;
    height: 56px;
    padding: 0 13px;
    color: var(--color-text);
    background: transparent;
    border: 0;
    outline: none;
    font-size: 14px;
  }
  .catalog-mobile-search input::placeholder {
    color: var(--color-text-muted);
  }
  .catalog-mobile-search button {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
  }
  .catalog-mobile-search button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
  }
  .catalog-chip-row {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .catalog-chip-row::-webkit-scrollbar {
    display: none;
  }
  .catalog-chip-row button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 14px;
    color: var(--color-text-soft);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-round);
    font-size: 12px;
    cursor: pointer;
  }
  .catalog-chip-row button svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
  }
  .catalog-chip-row button b {
    font-size: 14px;
    font-weight: 400;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .catalog-product-card {
    border-radius: 16px;
  }
  .catalog-product-card:hover, .catalog-product-card.is-active {
    transform: none;
    box-shadow: 0 8px 24px rgba(47, 35, 26, 0.04);
  }
  .catalog-product-card__media {
    aspect-ratio: 1/1.08;
  }
  .catalog-product-card__media img {
    padding: 12px;
  }
  .catalog-product-card__badge {
    top: 8px;
    left: 8px;
    padding: 5px 8px;
    font-size: 7px;
  }
  .catalog-product-card__body {
    padding: 11px;
  }
  .catalog-product-card__meta {
    font-size: 8px;
  }
  .catalog-product-card h3 {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
  }
  .catalog-product-card__description {
    display: none;
  }
  .catalog-product-card__variant {
    margin-top: 7px;
    font-size: 9px;
  }
  .catalog-product-card__bottom {
    padding-top: 11px;
  }
  .catalog-product-card__price {
    gap: 4px;
  }
  .catalog-product-card__price strong {
    font-size: 14px;
  }
  .catalog-product-card__price span {
    width: 100%;
    font-size: 8px;
  }
  .catalog-product-card__add {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
  .catalog-benefits {
    grid-template-columns: 1fr;
    margin-top: 18px;
    padding: 6px 18px;
  }
  .catalog-benefits article {
    padding: 16px 0;
    border-right: 0;
    border-top: 1px solid var(--color-border);
  }
  .catalog-benefits article:first-child {
    border-top: 0;
  }
  .catalog-benefits article:nth-child(n+3) {
    border-top: 1px solid var(--color-border);
  }
  .catalog-sheet__dialog, .catalog-sheet__dialog--small {
    width: 100%;
    max-height: 88vh;
    margin: 0;
    border-radius: 26px 26px 0 0;
  }
  .catalog-mobile-add {
    display: grid;
  }
  .product-detail,
  .cart-page,
  .checkout-page {
    padding-top: 96px;
  }
  .product-detail {
    padding-bottom: 100px;
  }
  .product-detail__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .product-detail__main-image {
    min-height: 0;
    aspect-ratio: 1/1.08;
  }
  .product-detail__info {
    padding-top: 0;
  }
  .product-detail__info h1 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .product-detail__description {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
    padding: 24px 20px;
  }
  .product-detail__mobile-bar {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 110;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px;
    background: rgba(255, 253, 251, 0.96);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-large);
    backdrop-filter: blur(16px);
  }
  .product-detail__mobile-bar strong {
    font-size: 17px;
  }
  .product-detail__mobile-bar button {
    min-width: 116px;
    min-height: 44px;
    padding: 0 18px;
    color: var(--color-text-light);
    background: var(--color-brown-deep);
    border: 0;
    border-radius: var(--radius-xs);
  }
  .cart-page__head,
  .checkout-page__head {
    margin-bottom: 24px;
  }
  .cart-page__head h1,
  .checkout-page__head h1 {
    font-size: clamp(38px, 11vw, 54px);
  }
  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .cart-summary,
  .checkout-summary {
    position: static;
  }
  .cart-product {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 42px 12px 10px;
  }
  .cart-product__image {
    grid-row: 1/span 2;
    width: 90px;
    height: 108px;
  }
  .cart-product__quantity {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }
  .cart-product__total {
    position: absolute;
    right: 12px;
    bottom: 18px;
    font-size: 12px;
  }
  .checkout-form section {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px 12px;
    padding: 20px 16px;
  }
  .checkout-methods {
    grid-template-columns: 1fr;
  }
  .order-success {
    padding-top: 110px;
  }
  .order-success h1 {
    font-size: clamp(42px, 12vw, 64px);
  }
}
@media (max-width: 480px) {
  .catalog-hero,
  .catalog-benefits,
  .product-detail,
  .cart-page,
  .checkout-page,
  .order-success {
    width: calc(100% - 20px);
  }
  .catalog-hero {
    margin-top: 82px;
    border-radius: 20px;
  }
  .catalog-hero__content {
    padding: 28px 18px 20px;
  }
  .catalog-hero__visual {
    min-height: 224px;
  }
  .catalog-products {
    padding-right: 10px;
    padding-left: 10px;
  }
  .catalog-mobile-search {
    min-height: 56px;
    border-radius: 18px;
  }
  .catalog-mobile-search input {
    height: 54px;
    font-size: 13px;
  }
  .catalog-chip-row button {
    min-height: 40px;
    padding: 0 13px;
    font-size: 11px;
  }
  .catalog-grid {
    gap: 8px;
  }
  .catalog-product-card__body {
    padding: 10px;
  }
  .catalog-product-card h3 {
    font-size: 11px;
  }
  .catalog-product-card__variant {
    font-size: 8px;
  }
  .catalog-product-card__price strong {
    font-size: 13px;
  }
  .catalog-product-card__add {
    width: 36px;
    height: 36px;
  }
  .catalog-mobile-add {
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 10px 38px 10px 10px;
  }
  .catalog-mobile-add > img {
    width: 50px;
    height: 58px;
  }
  .catalog-mobile-add__action button {
    padding: 0 10px;
    font-size: 10px;
  }
  .product-detail__variants > div {
    grid-template-columns: 1fr;
  }
  .cart-product__total {
    display: none;
  }
  .checkout-form section {
    grid-template-columns: 1fr;
  }
  .checkout-form section > span,
  .checkout-form section h2,
  .checkout-form section > label,
  .checkout-form section > div {
    grid-column: 1;
  }
  .order-success > div:not(.order-success__mark) {
    width: 100%;
    grid-template-columns: 1fr auto;
  }
}