:root {
  --header-height: 140px;
  --font-stolzl: "Stolzl", sans-serif;
  --primary-font: var(--font-stolzl);
  --color-white: #fff;
  --color-black: #000;
  --color-181818: #181818;
  --color-b2a388: #b2a388;
  --color-1c1a18: #1c1a18;
  --color-f5b430: #f5b430;
  --color-9e8b69: #9e8b69;
  --color-716b5f: #716b5f;
  --color-73716b: #73716b;
  --color-f6f5f2: #f6f5f2;
  --color-dad3c6: #dad3c6;
  --color-1d1d1d: #1d1d1d;
  --color-999999: #999;
  --color-46433b: #46433b;
  --color-eeebe5: #eeebe5;
  --color-fbfaf8: #fbfaf8;
  --color-c6bba7: #c6bba7;
  --color-9b9383: #9b9383;
  --color-b5a78e: #b5a78e;
  --color-fdfdfd: #fdfdfd;
  --color-eeeeee: #eee;
  --color-f9f8f6: #f9f8f6;
  --color-a2a2a0: #a2a2a0;
  --color-e8e4dc: #e8e4dc;
  --color-d9d2c5: #d9d2c5;
  --color-white-alpha-60: rgba(255, 255, 255, 0.6);
  --primary-color: var(--color-1c1a18);
  --active-color: var(--color-9e8b69);
  --active-color-2: var(--color-c6bba7);
  --accent-color: var(--color-716b5f);
  --accent-color-2: var(--color-f6f5f2);
  --accent-color-3: var(--color-dad3c6);
  --label-color: var(--color-73716b);
  --text-color: var(--color-181818);
  --header-background-color: var(--color-b2a388);
  --footer-text-color: var(--color-white-alpha-60);
  --section-background-color: var(--color-eeebe5);
  --breadcrumbs-active-color: var(--color-9b9383);
  --tab-color: var(--color-999999);
  --tab-active-color: var(--color-1d1d1d);
  --tag-background-color: var(--color-b5a78e);
  --tag-color: var(--color-fdfdfd);
  --logo-icon-main-color: currentColor;
  --logo-icon-line-color: var(--color-f5b430);
  --counter-icon-color: var(--color-46433b);
  --arrow-icon-color: var(--color-fbfaf8);
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Regular-Normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  color: var(--color-black);
}

:is(.header, .footer),
:is(.header, .footer) * {
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
}

:is(.header, .footer),
:is(.header, .footer) *,
:is(.header, .footer) *::before,
:is(.header, .footer) *::after {
  box-sizing: border-box;
}

:is(.header, .footer) *::-moz-focus-inner {
  padding: 0;
  border: none;
}

:is(.header, .footer) :-moz-any-link {
  text-decoration: none;
}

:is(.header, .footer) :any-link,
:is(.header, .footer) abbr,
:is(.header, .footer) a {
  text-decoration: none;
}

:is(.header, .footer) textarea:focus-visible,
:is(.header, .footer) input:focus-visible,
:is(.header, .footer) :focus,
:is(.header, .footer) :active {
  outline: none;
}

:is(.header, .footer) :focus-visible {
  outline: 2px solid var(--outline-color, currentColor);
  outline-offset: 2px;
}

:is(.header, .footer) :disabled {
  cursor: default;
}

:is(.header, .footer) ::-moz-placeholder {
  opacity: 1;
}

:is(.header, .footer) ::placeholder {
  opacity: 1;
}

html,
body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  inline-size: 100%;
  block-size: 100%;
  font-size: 14px;
  line-height: normal;
}

:is(.header, .footer) th,
:is(.header, .footer) textarea,
:is(.header, .footer) input,
:is(.header, .footer) button,
:is(.header, .footer) h6,
:is(.header, .footer) h5,
:is(.header, .footer) h4,
:is(.header, .footer) h3,
:is(.header, .footer) h2,
:is(.header, .footer) h1 {
  font-weight: inherit;
}

:is(.header, .footer) textarea,
:is(.header, .footer) input,
:is(.header, .footer) button,
:is(.header, .footer) h6,
:is(.header, .footer) h5,
:is(.header, .footer) h4,
:is(.header, .footer) h3,
:is(.header, .footer) h2,
:is(.header, .footer) h1 {
  font-size: inherit;
}

:is(.header, .footer) ::-moz-placeholder {
  color: inherit;
}

:is(.header, .footer) ::placeholder,
:is(.header, .footer) dialog,
:is(.header, .footer) mark,
:is(.header, .footer) textarea,
:is(.header, .footer) input,
:is(.header, .footer) button,
:is(.header, .footer) a {
  color: inherit;
}

:is(.header, .footer) cite,
:is(.header, .footer) address,
:is(.header, .footer) textarea,
:is(.header, .footer) input,
:is(.header, .footer) button {
  font-style: inherit;
}

:is(.header, .footer) dialog,
:is(.header, .footer) mark,
:is(.header, .footer) textarea,
:is(.header, .footer) input,
:is(.header, .footer) button {
  background: none;
}

:is(.header, .footer) label,
:is(.header, .footer) button {
  cursor: pointer;
}

:is(.header, .footer) textarea,
:is(.header, .footer) input,
:is(.header, .footer) button {
  font-family: inherit;
  line-height: inherit;
}

:is(.header, .footer) button {
  align-items: center;
  text-transform: inherit;
}

:is(.header, .footer) ol,
:is(.header, .footer) ul {
  list-style: none;
}

:is(.header, .footer) table {
  border-collapse: collapse;
  border-spacing: 0;
}

:is(.header, .footer) q::before,
:is(.header, .footer) q::after {
  content: none;
}

:is(.header, .footer) img {
  vertical-align: top;
}

:is(.header, .footer) svg {
  fill: currentColor;
  stroke: currentColor;
}

:is(.header, .footer) fieldset {
  min-inline-size: auto;
}

:is(.header, .footer) dialog,
:is(.header, .footer) textarea,
:is(.header, .footer) input {
  inline-size: 100%;
}

:is(.header, .footer) textarea,
:is(.header, .footer) input {
  display: block;
  caret-color: currentColor;
}

:is(.header, .footer) input[type=number] {
  -moz-appearance: textfield;
}

:is(.header, .footer) input[type=number]::-webkit-outer-spin-button,
:is(.header, .footer) input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

:is(.header, .footer) input[type=search]::-webkit-search-decoration,
:is(.header, .footer) input[type=search]::-webkit-search-cancel-button,
:is(.header, .footer) input[type=search]::-webkit-search-results-button,
:is(.header, .footer) input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

:is(.header, .footer) textarea {
  resize: vertical;
}

:is(.header, .footer) dialog {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  max-inline-size: none;
  block-size: 100%;
  max-block-size: none;
  overflow: auto;
}

:is(.header, .footer) dialog:not([open]) {
  opacity: 0;
  visibility: hidden;
}

:is(.header, .footer) dialog::backdrop {
  background: none;
}

body:not(:has(> .wrapper)) .ibg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body:not(:has(> .wrapper)) .ibg img,
body:not(:has(> .wrapper)) .ibg iframe,
body:not(:has(> .wrapper)) .ibg video {
  position: absolute;
  inset: 0;
  z-index: -2;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body:not(:has(> .wrapper)) .visually-hidden {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
  border: none;
  outline: none;
  outline-offset: 0;
}

body:not(:has(> .wrapper)) .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-block-size: 48px;
  padding-block: 5px;
  padding-inline: 22px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 100px;
}

body:not(:has(> .wrapper)) .button:not(.button--transparent) {
  --outline-color: var(--primary-color);
  color: var(--color-white);
  background-color: var(--primary-color);
}

body:not(:has(> .wrapper)) .button__icon {
  flex: 0 0 auto;
  font-size: 0;
}

.scroll-lock body:not(:has(> .wrapper)) {
  overflow: hidden;
}

body:not(:has(> .wrapper))::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  background-color: rgba(29, 29, 29, 0.25);
}

html:not(.scroll-lock) body:not(:has(> .wrapper))::after,
html.dialog-active body:not(:has(> .wrapper))::after {
  opacity: 0;
  visibility: hidden;
}

body:not(:has(> .wrapper)) .container {
  max-inline-size: 1300px;
  margin-inline: auto;
  padding-inline: 10px;
}

body:not(:has(> .wrapper)) .header {
  block-size: var(--header-height);
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--primary-color);
}

body:not(:has(> .wrapper)) .header a:hover {
  text-decoration: none !important;
}

body:not(:has(> .wrapper)) .header__wrapper {
  position: fixed;
  isolation: isolate;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 100;
  background-color: var(--color-white);
}

body:not(:has(> .wrapper)) .header-top {
  font-size: 12px;
  color: var(--accent-color-2);
  background-color: var(--header-background-color);
}

body:not(:has(> .wrapper)) .header-top__actions {
  display: grid;
  grid-template-rows: 60px;
  grid-template-columns: 75px 1fr 38px;
  align-items: center;
  gap: 10px;
}

body:not(:has(> .wrapper)) .header-nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
}

body:not(:has(> .wrapper)) .header-nav__link {
  white-space: nowrap;
}

body:not(:has(> .wrapper)) .header-tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(:has(> .wrapper)) .header-tel__link {
  line-height: 1.4;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 5px;
  white-space: nowrap;
}

body:not(:has(> .wrapper)) .burger-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  aspect-ratio: 1/1;
  font-size: 0;
  color: var(--color-white);
}

body:not(:has(> .wrapper)) .header-top:has(.header-top__nav--show) .burger-button,
body:not(:has(> .wrapper)) .header-top:has(.header-top__nav:focus-within) .burger-button {
  gap: 0;
}

body:not(:has(> .wrapper)) .burger-button__line {
  flex: 0 0 auto;
  inline-size: 20px;
  block-size: 2px;
  background-color: currentColor;
}

body:not(:has(> .wrapper)) .header-top:has(.header-top__nav--show) .burger-button__line--top,
body:not(:has(> .wrapper)) .header-top:has(.header-top__nav:focus-within) .burger-button__line--top {
  transform: translateY(100%) rotate(135deg);
}

body:not(:has(> .wrapper)) .header-top:has(.header-top__nav--show) .burger-button__line--center,
body:not(:has(> .wrapper)) .header-top:has(.header-top__nav:focus-within) .burger-button__line--center {
  inline-size: 0;
}

body:not(:has(> .wrapper)) .header-top:has(.header-top__nav--show) .burger-button__line--bottom,
body:not(:has(> .wrapper)) .header-top:has(.header-top__nav:focus-within) .burger-button__line--bottom {
  transform: translateY(-100%) rotate(-135deg);
}

body:not(:has(> .wrapper)) .header-main {
  background-color: var(--color-white);
}

body:not(:has(> .wrapper)) .header-main__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-block-size: 80px;
}

body:not(:has(> .wrapper)) .header-main__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
}

body:not(:has(> .wrapper)) .header-logo {
  display: flex;
  align-items: center;
  justify-content: start;
}

body:not(:has(> .wrapper)) .header-logo__icon {
  flex: 0 0 auto;
  inline-size: 75px;
  aspect-ratio: 160/38.4;
  font-size: 0;
}

body:not(:has(> .wrapper)) .header-categories {
  display: flex;
  align-items: center;
  gap: min(24px, 10px + 14 * ((100vw - 992px) / 308));
}

body:not(:has(> .wrapper)) .catalog-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}

body:not(:has(> .wrapper)).burger-active .catalog-button {
  color: var(--active-color);
}

body:not(:has(> .wrapper)) .catalog-button__icon {
  flex: 0 0 auto;
  font-size: 0;
}

body:not(:has(> .wrapper)) .header-spoilers {
  display: flex;
  gap: 4px;
}

body:not(:has(> .wrapper)) .header-spoilers__button {
  display: flex;
  align-items: center;
  gap: 4px;
  text-align: start;
}

body:not(:has(> .wrapper)) .header-spoilers__icon {
  position: relative;
  flex: 0 0 auto;
  font-size: 0;
  transform: translateY(-2px);
}

body:not(:has(> .wrapper)) .spoiler-catalog__top {
  position: sticky;
  inset-block-start: min(24px, 16px + 8 * ((100vw - 992px) / 308));
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-block-size: 37px;
  background-color: var(--color-white);
}

body:not(:has(> .wrapper)) .nav-more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: start;
  color: var(--active-color);
}

body:not(:has(> .wrapper)) .nav-more__icon {
  flex: 0 0 auto;
  font-size: 0;
}

body:not(:has(> .wrapper)) .search-form {
  position: static;
  flex: 1 1 auto;
  margin: 0;
}

body:not(:has(> .wrapper)) .search-form::before {
  content: none;
}

body:not(:has(> .wrapper)) .search-form__inner {
  position: relative;
}

body:not(:has(> .wrapper)) .search-form__input {
  block-size: 40px;
  padding-inline: 8px 40px;
  line-height: 1;
  border: 1px solid;
}

body:not(:has(> .wrapper)) .search-form__input:focus {
  border-color: var(--active-color);
}

body:not(:has(> .wrapper)) .search-form__input::-moz-placeholder {
  color: var(--accent-color);
}

body:not(:has(> .wrapper)) .search-form__input::placeholder {
  color: var(--accent-color);
}

body:not(:has(> .wrapper)) .search-form__button {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  font-size: 0;
  text-align: center;
}

body:not(:has(> .wrapper)) .search-form__input:invalid ~ .search-form__button {
  color: var(--color-9b9383);
  visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body:not(:has(> .wrapper)) .search-form__input:invalid ~ .search-form__button svg {
  visibility: visible;
}

body:not(:has(> .wrapper)) .header-cart {
  display: flex;
  align-items: center;
  justify-content: end;
}

body:not(:has(> .wrapper)) .header-cart__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  inline-size: 30px;
  aspect-ratio: 1/1;
  font-size: 0;
  text-align: center;
}

body:not(:has(> .wrapper)) .header-cart__link[data-count]:not([data-count="0"], [data-count=""], [data-count*="-"])::after {
  content: attr(data-count);
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
  text-shadow: 0 0 5px var(--color-white);
  pointer-events: none;
}

body:not(:has(> .wrapper)) .header-catalog {
  position: fixed;
  inset-block-start: var(--header-height);
  inset-inline-start: 0;
  z-index: 99;
  max-block-size: calc(100% - var(--header-height));
  font-size: 14px;
  background-color: var(--color-white);
  border-block-start: 1px solid var(--active-color-2);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

html:not(.burger-active) .header-catalog {
  visibility: hidden;
  transform: translateX(-100%);
}

body:not(:has(> .wrapper)) .header-catalog::-webkit-scrollbar {
  display: none;
}

body:not(:has(> .wrapper)) .header-catalog__inner {
  display: flex;
  row-gap: 4px;
  -moz-column-gap: min(130px, 24px + 106 * ((100vw - 992px) / 308));
  column-gap: min(130px, 24px + 106 * ((100vw - 992px) / 308));
  padding-block-end: 16px;
}

body:not(:has(> .wrapper)) .header-catalog__top {
  position: sticky;
  inset-block-start: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-block-size: 37px;
  background-color: var(--color-white);
}

body:not(:has(> .wrapper)) .header-catalog__close {
  position: relative;
  flex: 0 0 auto;
  inline-size: 16px;
  aspect-ratio: 1/1;
  margin-inline-start: auto;
  font-size: 0;
}

body:not(:has(> .wrapper)) .header-catalog__close::before,
body:not(:has(> .wrapper)) .header-catalog__close::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  inline-size: 13px;
  block-size: 2px;
  background-color: currentColor;
}

body:not(:has(> .wrapper)) .header-catalog__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body:not(:has(> .wrapper)) .header-catalog__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body:not(:has(> .wrapper)) .catalog-nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  -moz-column-gap: min(80px, 24px + 56 * ((100vw - 992px) / 308));
  column-gap: min(80px, 24px + 56 * ((100vw - 992px) / 308));
}

body:not(:has(> .wrapper)) .catalog-nav__inner {
  display: flex;
  flex-direction: column;
}

body:not(:has(> .wrapper)) .catalog-nav__label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--primary-font);
}

body:not(:has(> .wrapper)) .catalog-nav__list {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  flex: 1 1 auto;
}

body:not(:has(> .wrapper)) .footer {
  padding-block: 60px 36px;
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.5;
  color: var(--footer-text-color);
  background-color: var(--primary-color);
}

body:not(:has(> .wrapper)) .footer a:hover {
  text-decoration: none !important;
}

body:not(:has(> .wrapper)) .footer__container > *:last-child {
  margin-block-end: 0;
}

body:not(:has(> .wrapper)) .footer__main {
  display: flex;
  justify-content: space-between;
  gap: min(40px, 24px + 16 * ((100vw - 375px) / 925));
  margin-block-end: 48px;
}

body:not(:has(> .wrapper)) .footer__column {
  display: flex;
  row-gap: 48px;
  -moz-column-gap: min(40px, 24px + 16 * ((100vw - 375px) / 925));
  column-gap: min(40px, 24px + 16 * ((100vw - 375px) / 925));
}

body:not(:has(> .wrapper)) .footer__bottom {
  display: flex;
  gap: min(48px, 16px + 32 * ((100vw - 375px) / 925));
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

body:not(:has(> .wrapper)) .footer__text:last-child {
  margin-inline-start: auto;
}

body:not(:has(> .wrapper)) .footer-nav__list {
  display: grid;
  align-items: start;
  gap: min(40px, 24px + 16 * ((100vw - 375px) / 925));
}

body:not(:has(> .wrapper)) .footer-nav__title {
  margin-block-end: min(19px, 16px + 3 * ((100vw - 375px) / 925));
}

body:not(:has(> .wrapper)) .footer-label {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-white);
}

body:not(:has(> .wrapper)) .footer-links__item:not(:last-child) {
  margin-block-end: 8px;
}

body:not(:has(> .wrapper)) .footer-address__label {
  margin-block-end: 17px;
}

body:not(:has(> .wrapper)) .footer-address__item:not(:last-child) {
  margin-block-end: 8px;
}

body:not(:has(> .wrapper)) .footer-address__item--socials {
  margin-block-start: min(28px, 16px + 12 * ((100vw - 375px) / 925));
}

body:not(:has(> .wrapper)) .footer-address__text[href] {
  white-space: nowrap;
}

body:not(:has(> .wrapper)) .footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 0;
}

body:not(:has(> .wrapper)) .footer-socials__item {
  flex: 0 0 auto;
}

body:not(:has(> .wrapper)) .footer-socials__link {
  display: flex;
  justify-content: center;
  align-items: center;
  inline-size: 31px;
  aspect-ratio: 1/1;
  text-align: center;
  border: 1px solid;
}

body:not(:has(> .wrapper)) .footer-cards__label {
  margin-block-end: min(18px, 16px + 2 * ((100vw - 375px) / 925));
}

body:not(:has(> .wrapper)) .footer-cards__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  font-size: 0;
}

body:not(:has(> .wrapper)) .footer-cards__item {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 84/32;
  text-align: center;
  background-color: var(--color-f6f5f2);
}

body:not(:has(> .wrapper)) .footer-cards__icon {
  flex: 0 0 auto;
  inline-size: calc(var(--card-icon-width) / 84 * 100%);
  aspect-ratio: var(--card-icon-width)/var(--card-icon-height);
}

body:not(:has(> .wrapper)) .footer-cards__icon img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 360.1px) {
  body:not(:has(> .wrapper)) .header-top__actions {
    grid-template-columns: min(160px, 120px + 40 * ((100vw - 375px) / 925)) 1fr 40px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  body:not(:has(> .wrapper)) .header-logo__icon {
    inline-size: min(160px, 120px + 40 * ((100vw - 375px) / 925));
  }
}

@media (min-width: 385.1px) {
  body:not(:has(> .wrapper)) .header-main__inner {
    gap: clamp(24px, 24px + 24 * ((100vw - 992px) / 308), 48px);
  }

  .burger-active body:not(:has(> .wrapper)) .catalog-button::after {
    background-color: currentColor;
  }

  body:not(:has(> .wrapper)) .catalog-button::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    inset-block-end: -10px;
    block-size: 2px;
    font-size: 0;
    pointer-events: none;
  }

  body:not(:has(> .wrapper)) .search-form__input {
    padding-inline: 16px 56px;
  }

  body:not(:has(> .wrapper)) .header-cart__link {
    inline-size: 40px;
  }
}

@media (hover: hover) and (min-width: 385.1px) {
  body:not(:has(> .wrapper)) .catalog-button:hover::after {
    background-color: currentColor;
  }
}

@media (min-width: 385.1px) and (prefers-reduced-motion: no-preference) {
  body:not(:has(> .wrapper)) .catalog-button::after {
    transition-property: background-color;
    transition-duration: 0.3s;
  }
}

@media (min-width: 550.1px) {
  body:not(:has(> .wrapper)) .footer__main {
    align-items: start;
  }

  body:not(:has(> .wrapper)) .footer__column {
    align-items: start;
  }

  body:not(:has(> .wrapper)) .footer__bottom {
    align-items: center;
  }

  body:not(:has(> .wrapper)) .footer-nav__list {
    grid-template-columns: repeat(3, 1fr);
  }

  body:not(:has(> .wrapper)) .footer-cards__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992.1px) and (prefers-reduced-motion: no-preference) {
  body:not(:has(> .wrapper)) .header__wrapper {
    transition-property: transform;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-logo__icon {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-spoilers__title > .header-spoilers__label {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-spoilers__title > .header-spoilers__label::after {
    transition-property: background-color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-spoilers__button::after {
    transition-property: background-color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .spoiler-catalog {
    transition-property: visibility, transform;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-cart__link {
    transition-property: color;
    transition-duration: 0.3s;
  }
}

@media (min-width: 992.1px) {
  .scrolled body:not(:has(> .wrapper)) .header__wrapper {
    transform: translateY(-60px);
  }

  body:not(:has(> .wrapper)) .header-top {
    color: var(--color-white);
  }

  body:not(:has(> .wrapper)) .header-top__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: min(64px, 24px + 40 * ((100vw - 375px) / 925));
    min-block-size: 60px;
  }

  body:not(:has(> .wrapper)) .header-top__actions {
    display: flex;
  }

  body:not(:has(> .wrapper)) .header-top__logo {
    display: none;
  }

  body:not(:has(> .wrapper)) .header-top__nav {
    order: -1;
  }

  body:not(:has(> .wrapper)) .header-tel {
    justify-content: end;
  }

  body:not(:has(> .wrapper)) .burger-button {
    display: none;
  }

  body:not(:has(> .wrapper)) .header-main__inner {
    gap: min(48px, 10px + 38 * ((100vw - 992px) / 308));
  }

  body:not(:has(> .wrapper)) .header-main__actions {
    display: none;
  }

  body:not(:has(> .wrapper)) .header-spoilers {
    align-items: center;
    gap: min(24px, 10px + 14 * ((100vw - 992px) / 308));
  }

  body:not(:has(> .wrapper)) .header-spoilers__title > .header-spoilers__label {
    display: block;
    position: relative;
  }

  body:not(:has(> .wrapper)) .header-spoilers__title > .header-spoilers__label::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    inset-block-end: -10px;
    block-size: 2px;
    font-size: 0;
    pointer-events: none;
  }

  body:not(:has(> .wrapper)) .header-spoilers__button:disabled {
    cursor: pointer;
  }

  body:not(:has(> .wrapper)) .header-spoilers__button {
    position: relative;
  }

  body:not(:has(> .wrapper)) .header-spoilers__item:has(.spoiler-catalog--show) .header-spoilers__button {
    color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .header-spoilers__item:has(.spoiler-catalog--show) .header-spoilers__button::after {
    background-color: currentColor;
  }

  body:not(:has(> .wrapper)) .header-spoilers__button::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    inset-block-end: -10px;
    block-size: 2px;
    font-size: 0;
    pointer-events: none;
  }

  body:not(:has(> .wrapper)) .header-spoilers__item:has(.spoiler-catalog--show) .header-spoilers__icon {
    transform: rotate(180deg);
  }

  body:not(:has(> .wrapper)) .header-spoilers__region[hidden] {
    display: block;
  }

  body:not(:has(> .wrapper)) .spoiler-catalog {
    position: absolute;
    inset-block-start: 100%;
    inset-inline: 0;
    z-index: -1;
    max-block-size: calc(100svh - var(--header-height));
    font-size: 12px;
    background-color: var(--color-white);
    border-block-start: 1px solid var(--active-color-2);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }

  body:not(:has(> .wrapper)) .spoiler-catalog:not(.spoiler-catalog--show) {
    visibility: hidden;
    transform: translateY(calc(-100% - var(--header-height)));
  }

  .scrolled body:not(:has(> .wrapper)) .spoiler-catalog {
    max-block-size: calc(100svh - 80px);
  }

  body:not(:has(> .wrapper)) .spoiler-catalog::-webkit-scrollbar {
    display: none;
  }

  body:not(:has(> .wrapper)) .spoiler-catalog__inner {
    display: flex;
    align-items: start;
    gap: min(130px, 24px + 106 * ((100vw - 992px) / 308));
    padding-block: min(24px, 16px + 8 * ((100vw - 992px) / 308)) min(40px, 16px + 24 * ((100vw - 992px) / 308));
  }

  body:not(:has(> .wrapper)) .search-form__input:focus {
    border-color: var(--primary-color);
  }

  body:not(:has(> .wrapper)) .search-form__input::-moz-placeholder {
    color: var(--section-background-color);
  }

  body:not(:has(> .wrapper)) .search-form__input::placeholder {
    color: var(--section-background-color);
  }

  body:not(:has(> .wrapper)) .header-cart__link[data-count]:not([data-count="0"], [data-count=""], [data-count*="-"])::after {
    text-shadow: 0 0 5px var(--primary-color);
  }

  html:not(.burger-active) .header-catalog {
    transform: translateY(calc(-100% - var(--header-height)));
  }

  body:not(:has(> .wrapper)) .header-catalog {
    inset-inline: 0;
    font-size: 12px;
  }

  .scrolled body:not(:has(> .wrapper)) .header-catalog {
    inset-block-start: calc(var(--header-height) - 60px);
    max-block-size: calc(100% - 80px);
  }

  body:not(:has(> .wrapper)) .header-catalog__inner {
    align-items: start;
    padding-block: min(24px, 16px + 8 * ((100vw - 992px) / 308));
  }

  body:not(:has(> .wrapper)) .header-catalog__top {
    inset-block-start: min(24px, 16px + 8 * ((100vw - 992px) / 308));
  }

  body:not(:has(> .wrapper)) .header-catalog__close {
    display: none;
  }

  body:not(:has(> .wrapper)) .catalog-nav__inner > *:last-child {
    margin-block-end: 0;
  }

  body:not(:has(> .wrapper)) .catalog-nav__label {
    margin-block-end: 18px;
  }

  body:not(:has(> .wrapper)) .catalog-nav__list {
    row-gap: 12px;
    margin-block-end: 24px;
  }
}

@media (min-width: 992.1px) and (hover: hover) {
  body:not(:has(> .wrapper)) .header-logo__icon:hover {
    color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .header-spoilers__title > .header-spoilers__label:hover {
    color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .header-spoilers__title > .header-spoilers__label:hover::after {
    background-color: currentColor;
  }

  body:not(:has(> .wrapper)) .header-cart__link:hover {
    color: var(--primary-color);
  }
}

@media (hover: hover) and (min-width: 992.1px) {
  body:not(:has(> .wrapper)) .header-spoilers__button:hover::after {
    background-color: currentColor;
  }
}

@media (min-width: 1380.1px) {
  body:not(:has(> .wrapper)) .footer {
    padding-block: 60px 36px;
  }
}

@media (max-width: 992px) {
  body:not(:has(> .wrapper)) .header-top__nav {
    margin-inline: -10px;
    padding-inline: 10px;
    overflow: hidden;
  }

  body:not(:has(> .wrapper)) .header-top__nav:not(.header-top__nav--show, :focus-within) {
    block-size: 0;
  }

  body:not(:has(> .wrapper)) .header-nav {
    border-block-start: 1px solid var(--active-color-2);
  }

  body:not(:has(> .wrapper)) .header-nav__list {
    justify-content: space-between;
    min-block-size: 48px;
    margin-inline: -10px;
    padding-inline: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  body:not(:has(> .wrapper)) .header-nav__list::-webkit-scrollbar {
    display: none;
  }

  body:not(:has(> .wrapper)) .header-main .header-logo {
    display: none;
  }

  body:not(:has(> .wrapper)) .header-categories__nav {
    display: none;
  }

  body:not(:has(> .wrapper)) .header-spoilers {
    flex-direction: column;
  }

  body:not(:has(> .wrapper)) .header-spoilers__title:has(> .header-spoilers__label) {
    display: flex;
    align-items: center;
    min-block-size: 37px;
  }

  body:not(:has(> .wrapper)) .header-spoilers__button {
    justify-content: space-between;
    inline-size: 100%;
    min-block-size: 37px;
  }

  body:not(:has(> .wrapper)) .spoiler-active .header-spoilers__button {
    color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .spoiler-active .header-spoilers__icon {
    transform: rotate(180deg);
  }

  body:not(:has(> .wrapper)) .spoiler-catalog {
    padding-block: 10px;
  }

  body:not(:has(> .wrapper)) .spoiler-catalog__top {
    display: none;
  }

  body:not(:has(> .wrapper)) .header-top .search-form {
    display: none;
  }

  body:not(:has(> .wrapper)) .header-top .header-cart {
    display: none;
  }

  body:not(:has(> .wrapper)) .header-catalog {
    inline-size: 100%;
    max-inline-size: 375px;
    block-size: 100%;
  }

  body:not(:has(> .wrapper)) .header-catalog__inner {
    flex-direction: column;
  }

  body:not(:has(> .wrapper)) .header-catalog__link {
    display: none;
  }

  body:not(:has(> .wrapper)) .catalog-nav {
    flex-direction: column;
    row-gap: 4px;
  }

  body:not(:has(> .wrapper)) .spoiler-catalog .catalog-nav {
    row-gap: 24px;
  }

  body:not(:has(> .wrapper)) .catalog-nav__inner {
    row-gap: 4px;
  }

  body:not(:has(> .wrapper)) .spoiler-catalog .catalog-nav__inner {
    gap: 10px;
    padding-inline: 10px;
    font-size: 12px;
  }

  body:not(:has(> .wrapper)) .spoiler-catalog .catalog-nav__list {
    gap: 10px;
  }

  body:not(:has(> .wrapper)) .catalog-nav__item {
    display: flex;
    align-items: center;
    min-block-size: 37px;
  }

  body:not(:has(> .wrapper)) .spoiler-catalog .catalog-nav__item {
    min-block-size: auto;
  }
}

@media (max-width: 992px) and (prefers-reduced-motion: no-preference) {
  body:not(:has(> .wrapper)) .header-top__nav {
    transition-property: block-size;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-logo__icon {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-spoilers__title > .header-spoilers__label {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-spoilers__button {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-cart__link {
    transition-property: color;
    transition-duration: 0.3s;
  }
}

@media (max-width: 992px) and (hover: hover) {
  body:not(:has(> .wrapper)) .header-logo__icon:hover {
    color: var(--primary-color);
  }

  body:not(:has(> .wrapper)) .header-spoilers__title > .header-spoilers__label:hover {
    color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .header-spoilers__button:hover {
    color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .header-cart__link:hover {
    color: var(--active-color);
  }
}

@media (max-width: 768px) {
  body:not(:has(> .wrapper)) .footer__main {
    flex-direction: column;
  }

  body:not(:has(> .wrapper)) .footer__bottom {
    justify-content: space-between;
  }

  body:not(:has(> .wrapper)) .footer__text--hide {
    display: none;
  }
}

@media (max-width: 550px) {
  body:not(:has(> .wrapper)) .footer__column {
    flex-direction: column;
  }

  body:not(:has(> .wrapper)) .footer__bottom {
    flex-direction: column;
  }
}

@media (max-width: 385px) {
  body:not(:has(> .wrapper)) .catalog-button__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    inline-size: 30px;
    aspect-ratio: 1/1;
    text-align: center;
  }

  body:not(:has(> .wrapper)) .catalog-button__text {
    display: none;
  }
}

@media (min-width: 768.1px) and (max-width: 992px) {
  body:not(:has(> .wrapper)) .footer__column {
    flex-direction: column;
  }

  body:not(:has(> .wrapper)) .footer-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (hover: hover) {
  :focus-visible:hover {
    outline: none;
  }

  body:not(:has(> .wrapper)) .button:hover {
    color: var(--color-white);
    background-color: var(--active-color);
    border-color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .header-nav__link:hover {
    color: var(--primary-color);
  }

  body:not(:has(> .wrapper)) .header-tel__link:hover {
    color: var(--primary-color);
  }

  body:not(:has(> .wrapper)) .burger-button:hover {
    color: var(--primary-color);
  }

  body:not(:has(> .wrapper)) .catalog-button:hover {
    color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .header-spoilers__button:hover {
    color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .nav-more:hover {
    color: var(--primary-color);
  }

  body:not(:has(> .wrapper)) .search-form__button:hover {
    color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .header-catalog__close:hover {
    color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .catalog-nav__link:hover {
    color: var(--active-color);
  }

  body:not(:has(> .wrapper)) .footer__text[href]:hover {
    color: var(--color-white);
  }

  body:not(:has(> .wrapper)) .footer-links__link:hover {
    color: var(--color-white);
  }

  body:not(:has(> .wrapper)) .footer-address__text[href]:hover {
    color: var(--color-white);
  }

  body:not(:has(> .wrapper)) .footer-socials__link:hover {
    color: var(--color-white);
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
    scroll-behavior: smooth;
  }

  dialog {
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .button {
    transition-property: color, background-color, border-color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper))::after {
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-nav__link {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-tel__link {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .burger-button {
    transition-property: gap, color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .burger-button__line--top {
    transition-property: transform;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .burger-button__line--center {
    transition-property: inline-size;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .burger-button__line--bottom {
    transition-property: transform;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .catalog-button {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-spoilers__button {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-spoilers__icon {
    transition-property: transform;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .nav-more {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .search-form__input {
    transition-property: border-color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .search-form__button {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-catalog {
    transition-property: visibility, transform;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .header-catalog__close {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .catalog-nav__link {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .footer__text[href] {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .footer-links__link {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .footer-address__text[href] {
    transition-property: color;
    transition-duration: 0.3s;
  }

  body:not(:has(> .wrapper)) .footer-socials__link {
    transition-property: color;
    transition-duration: 0.3s;
  }
}
