@charset "UTF-8";
/* Project header layout (SCSS source). */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
}
body,
button,
input,
select,
textarea {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #3F3A34;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}
@media (max-width: 1439px) {
  body,
button,
input,
select,
textarea {
    font-size: 16px;
  }
}

p,
li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}
@media (max-width: 1439px) {
  p,
li {
    font-size: 16px;
  }
}

.kshop-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  height: 162px;
}
@media (max-width: 1919px) {
  .kshop-header {
    height: 158px;
  }
}
@media (max-width: 1439px) {
  .kshop-header {
    height: 114px;
  }
}
@media (max-width: 1023px) {
  .kshop-header {
    height: 88px;
  }
}
@media (max-width: 767px) {
  .kshop-header {
    height: 121px;
  }
}

.link_wrapper {
  position: relative;
}
.link_wrapper a {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.kshop-header__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 42px 150px;
  display: flex;
  align-items: center;
}
@media (max-width: 1919px) {
  .kshop-header__inner {
    padding: 40px 60px;
  }
}
@media (max-width: 1439px) {
  .kshop-header__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .kshop-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .kshop-header__inner {
    height: 100%;
    padding: 10px 20px 11px;
    flex-wrap: wrap;
  }
}

.kshop-layout-columns {
  display: flex;
  justify-content: space-between;
}
.kshop-layout-columns > * {
  width: 100%;
  max-width: 100%;
}
.kshop-layout-columns > *:nth-child(1) {
  max-width: 300px;
}
@media (max-width: 1919px) {
  .kshop-layout-columns > *:nth-child(1) {
    max-width: 244px;
  }
}
@media (max-width: 1439px) {
  .kshop-layout-columns > *:nth-child(1) {
    max-width: 280px;
  }
}
@media (max-width: 1023px) {
  .kshop-layout-columns > *:nth-child(1) {
    max-width: 262px;
  }
}
.kshop-layout-columns > *:nth-child(2) {
  max-width: 205px;
}
@media (max-width: 1919px) {
  .kshop-layout-columns > *:nth-child(2) {
    max-width: 165px;
  }
}
@media (max-width: 1439px) {
  .kshop-layout-columns > *:nth-child(2) {
    max-width: 0px;
  }
}
.kshop-layout-columns > *:nth-child(3) {
  max-width: 470px;
}
@media (max-width: 1919px) {
  .kshop-layout-columns > *:nth-child(3) {
    max-width: 381px;
  }
}
.kshop-layout-columns > *:nth-child(4) {
  max-width: 180px;
}
@media (max-width: 1919px) {
  .kshop-layout-columns > *:nth-child(4) {
    max-width: 105px;
  }
}
@media (max-width: 1439px) {
  .kshop-layout-columns > *:nth-child(4) {
    max-width: 0px;
  }
}
.kshop-layout-columns > *:nth-child(5) {
  max-width: 184px;
}
@media (max-width: 1919px) {
  .kshop-layout-columns > *:nth-child(5) {
    max-width: 184px;
  }
}
.kshop-layout-columns > *:nth-child(6) {
  max-width: 90px;
}
@media (max-width: 1919px) {
  .kshop-layout-columns > *:nth-child(6) {
    max-width: 60px;
  }
}
@media (max-width: 1439px) {
  .kshop-layout-columns > *:nth-child(6) {
    max-width: 0px;
  }
}
.kshop-layout-columns > *:nth-child(7) {
  max-width: 191px;
  align-self: baseline;
  padding-top: 3px;
  flex-shrink: 0;
}
@media (max-width: 1919px) {
  .kshop-layout-columns > *:nth-child(7) {
    max-width: 246px;
  }
}
@media (max-width: 1439px) {
  .kshop-layout-columns > *:nth-child(7) {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .kshop-layout-columns > *:nth-child(7) {
    max-width: 330px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .kshop-layout-columns > *:nth-child(7) {
    max-width: 100%;
  }
}

.kshop-logo {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 7.55px;
  align-self: start;
}
@media (max-width: 767px) {
  .kshop-logo {
    width: 100%;
    gap: 5px;
  }
}
.kshop-logo svg {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .kshop-logo svg {
    width: 175px;
    height: 12px;
  }
}
.kshop-logo span {
  font-size: 13px;
  line-height: 14.3px;
}
@media (max-width: 767px) {
  .kshop-logo span {
    font-size: 10px;
    line-height: 11px;
    /* 11px */
  }
}
.kshop-logo .kshop-logo__text {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}

.kshop-header__nav-col {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
.kshop-header__nav-col.kshop-header__nav-col--double {
  display: flex;
  gap: 90px;
  width: 100%;
}
@media (max-width: 1919px) {
  .kshop-header__nav-col.kshop-header__nav-col--double {
    gap: 45px;
  }
}
@media (max-width: 1439px) {
  .kshop-header__nav-col.kshop-header__nav-col--double {
    display: none;
  }
}
.kshop-header__nav-col.kshop-header__nav-col--single {
  display: block;
}
@media (max-width: 1439px) {
  .kshop-header__nav-col.kshop-header__nav-col--single {
    display: none;
  }
}

.kshop-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: end;
  flex-shrink: 0;
  width: max-content;
}
@media (max-width: 767px) {
  .kshop-header__actions {
    gap: 12px;
    flex: 1 0 100%;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    margin-top: auto;
  }
}

.kshop-header__actions.kshop-header__actions--mobile-sticky-clone {
  display: none;
}
@media (max-width: 767px) {
  .kshop-header__actions.kshop-header__actions--mobile-sticky-clone {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 70;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    background: #ffffff;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.24s ease, opacity 0.24s ease;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .kshop-header__actions.kshop-header__actions--mobile-sticky-clone .kshop-header__menu-toggle {
    display: inline-flex;
    order: -1;
    margin-left: 0;
    margin-right: auto;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .kshop-header__actions.kshop-header__actions--mobile-sticky-clone .kshop-header__menu-toggle .kshop-header__menu-toggle-icon {
    max-width: 48px;
  }
}

@media (max-width: 767px) {
  body.kshop-mobile-actions-visible .kshop-header__actions.kshop-header__actions--mobile-sticky-clone {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

.kshop-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.kshop-menu li {
  display: flex;
}
.kshop-menu a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  font-size: 16px;
  line-height: 17.6px;
}

.kshop-action {
  width: 51px;
  height: 51px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .kshop-action {
    width: 48px;
    height: 48px;
  }
}
.kshop-action .kshop-action__icon {
  line-height: 1;
}
.kshop-action .kshop-action__link {
  position: absolute;
  inset: 0;
  opacity: 0;
  display: block;
}
.kshop-action svg {
  width: 100%;
  height: auto;
}
.kshop-action img {
  width: 100%;
  height: auto;
  display: block;
}

.kshop-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 100%;
  background: #B50404;
  color: #F7F6F4;
  font-size: 12px;
  line-height: 14.4px;
  min-width: 21px;
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  overflow: visible;
  text-transform: uppercase;
}

.kshop-search {
  position: relative;
  display: inline-flex;
  width: 51px;
  height: 51px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .kshop-search {
    width: 48px;
    height: 48px;
  }
}
.kshop-search > summary {
  list-style: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: block;
}
.kshop-search > summary::-webkit-details-marker {
  display: none;
}
.kshop-search .kshop-search__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(420px, 100vw - 40px);
  max-width: calc(100vw - 24px);
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  z-index: 20;
  color: #748181;
}
@media (max-width: 980px) {
  .kshop-search .kshop-search__panel {
    position: fixed;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 72px;
    width: min(480px, 100vw - 32px);
    max-width: calc(100vw - 32px);
  }
}
.kshop-search .kshop-search__panel form {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.kshop-search .kshop-search__panel label {
  flex: 1 1 auto;
  color: #748181;
}
.kshop-search .kshop-search__panel input[type=search],
.kshop-search .kshop-search__panel input[type=text] {
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #748181;
  color: #748181;
  outline: none;
}
.kshop-search .kshop-search__panel input[type=search]::placeholder,
.kshop-search .kshop-search__panel input[type=text]::placeholder {
  color: rgba(116, 129, 129, 0.7);
}
.kshop-search .kshop-search__panel button,
.kshop-search .kshop-search__panel input[type=submit] {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 8px;
  border: none;
  background: #748181;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}
.kshop-search .kshop-search__panel a {
  color: #748181;
}

.ast-container, .kshop-container-pl-pr {
  max-width: 1920px !important;
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 1919px) {
  .ast-container, .kshop-container-pl-pr {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1439px) {
  .ast-container, .kshop-container-pl-pr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .ast-container, .kshop-container-pl-pr {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ast-container, .kshop-container-pl-pr {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.ast-inner-full-size {
  margin-left: -150px;
  margin-right: -150px;
}
@media (max-width: 1919px) {
  .ast-inner-full-size {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (max-width: 767px) {
  .ast-inner-full-size {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

.kshop-home-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.kshop-container-home {
  padding-top: 0 !important;
  width: 100%;
}

.site-content, .hfeed {
  overflow-x: hidden !important;
}

/* Astra block-editor-compatibility: на ширине до 1200px у alignwide/alignfull стоят
   margin-left/right: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px)) — на мобилке убираем. */
@media (max-width: 1200px) {
  .ast-separate-container .entry-content > .alignfull,
.ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide,
.ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide,
.ast-plain-container .entry-content .alignfull {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.disclaimer-container {
  margin-top: 220px;
}
@media (max-width: 1919px) {
  .disclaimer-container {
    margin-top: 150px;
  }
}
@media (max-width: 1023px) {
  .disclaimer-container {
    margin-top: 100px;
  }
}

.kshop-content h1, .kshop-content .h1 {
  color: #3F3A34;
  font-size: 50px;
  line-height: 65px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 1919px) {
  .kshop-content h1, .kshop-content .h1 {
    font-size: 44px;
    line-height: 57.2px;
  }
}
@media (max-width: 1439px) {
  .kshop-content h1, .kshop-content .h1 {
    font-size: 38px;
    line-height: 49.4px;
    /* 49.4px */
  }
}
@media (max-width: 1023px) {
  .kshop-content h1, .kshop-content .h1 {
    font-size: 28px;
    line-height: 33.6px;
    /* 33.6px */
  }
}
.kshop-content h2, .kshop-content .h2 {
  color: #3F3A34;
  font-size: 43px;
  line-height: 55.9px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1919px) {
  .kshop-content h2, .kshop-content .h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 1439px) {
  .kshop-content h2, .kshop-content .h2 {
    font-size: 34px;
    line-height: 44.2px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .kshop-content h2, .kshop-content .h2 {
    font-size: 24px;
    line-height: 31.2px;
    margin-bottom: 16px;
  }
}
.kshop-content h3, .kshop-content .h3 {
  color: #3F3A34;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 46.8px;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .kshop-content h3, .kshop-content .h3 {
    font-size: 30px;
    line-height: 39px;
    /* 39px */
  }
}
@media (max-width: 1439px) {
  .kshop-content h3, .kshop-content .h3 {
    font-size: 30px;
    line-height: 39px;
    /* 39px */
  }
}
@media (max-width: 1023px) {
  .kshop-content h3, .kshop-content .h3 {
    font-size: 22px;
    line-height: 28.6px;
    /* 28.6px */
  }
}
@media (max-width: 767px) {
  .kshop-content h3, .kshop-content .h3 {
    font-size: 22px;
    line-height: 28.6px;
    /* 28.6px */
  }
}
.kshop-content h4, .kshop-content .h4 {
  color: #3F3A34;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.8px;
  text-transform: uppercase;
}
@media (max-width: 1919px) {
  .kshop-content h4, .kshop-content .h4 {
    font-size: 24px;
    line-height: 28.8px;
    /* 28.8px */
  }
}
@media (max-width: 1023px) {
  .kshop-content h4, .kshop-content .h4 {
    font-size: 20px;
    line-height: 26px;
    /* 26px */
  }
}
.kshop-content .wp-block-table {
  margin-top: 16px;
  margin-bottom: 16px;
}
.kshop-content table td {
  border: 1px solid #D4CFCA;
  padding: 10px 12px;
}
.kshop-content table thead td {
  background: #F7F6F4;
}
.kshop-content table th {
  background: #F7F6F4;
  font-weight: 500;
}
.kshop-content p, .kshop-content .p {
  color: #3F3A34;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  /* 25.2px */
  margin-bottom: 16px;
}
@media (max-width: 1439px) {
  .kshop-content p, .kshop-content .p {
    font-size: 16px;
    line-height: 22.4px;
    /* 22.4px */
  }
}
.kshop-content p.p-grey, .kshop-content .p.p-grey {
  color: #999;
}
.kshop-content p.p-orange, .kshop-content .p.p-orange {
  color: #F28B24;
}
.kshop-content .p-banner {
  font-size: 24px;
  line-height: 33.6px;
  /* 33.6px */
}
@media (max-width: 1919px) {
  .kshop-content .p-banner {
    font-size: 22px;
    line-height: 30.8px;
  }
}
@media (max-width: 1439px) {
  .kshop-content .p-banner {
    font-size: 16px;
    line-height: 22.4px;
    /* 22.4px */
  }
}
.kshop-content .p-16-14 {
  color: #3F3A34;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  /* 22.4px */
}
.kshop-content ul, .kshop-content ol {
  margin-top: 20px;
  margin-bottom: 20px;
}
.kshop-content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.kshop-content .btn.btn_round {
  padding: 17px 34px;
  height: 59px;
  border-radius: 30px;
  border: 2px solid #F7F6F4;
}
@media (max-width: 1919px) {
  .kshop-content .btn.btn_round {
    padding: 15px 31px;
    height: 55px;
  }
}
@media (max-width: 1023px) {
  .kshop-content .btn.btn_round {
    height: 48px;
    padding: 13px 26px 12px 26px;
    font-size: 14px;
  }
}
.kshop-content .btn.btn_white {
  transition: 0.2s;
  color: #ffffff;
  border-color: #F7F6F4;
}
.kshop-content .btn.btn_white:hover {
  background: #F7F6F4;
  color: #3F3A34;
}
.kshop-content .btn.btn_grey {
  transition: 0.2s;
  color: #ffffff !important;
  background: #778087 !important;
  border-color: #778087 !important;
}
.kshop-content .btn.btn_grey:hover {
  background: #B0BEC5 !important;
  border-color: #B0BEC5 !important;
}
.kshop-content .btn.btn_low_black {
  transition: 0.2s;
  background: transparent;
  color: #3F3A34;
  border: 1px solid #3F3A34;
}
.kshop-content .btn.btn_low_black:hover {
  background: #F7F6F4;
}
.kshop-content .default_block {
  margin-bottom: 220px;
}
@media (max-width: 1919px) {
  .kshop-content .default_block {
    margin-bottom: 150px;
  }
}
@media (max-width: 1023px) {
  .kshop-content .default_block {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .kshop-content .default_block {
    margin-bottom: 100px;
  }
}
.kshop-content .default_block:last-of-type {
  margin-bottom: 0 !important;
}

body {
  background: #ffffff !important;
}

.banner_gray {
  position: relative;
}
.banner_gray:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b7c0ca;
  z-index: -1;
}

.picture_skeleton {
  position: relative;
  z-index: 0;
  background: rgba(80, 134, 242, 0.82);
  overflow: hidden;
}
.picture_skeleton > * {
  position: relative;
  z-index: 1;
}
.picture_skeleton::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 28%, rgba(255, 255, 255, 0.16) 42%, rgba(255, 255, 255, 0.22) 50%, rgba(255, 255, 255, 0.16) 58%, rgba(255, 255, 255, 0.08) 72%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  filter: blur(10px);
  animation: kshop-skeleton-shimmer 2.6s cubic-bezier(0.33, 0, 0.2, 1) infinite;
  z-index: 0;
  pointer-events: none;
}

.inner_block_paddings {
  margin-top: 90px;
}
@media (max-width: 1919px) {
  .inner_block_paddings {
    margin-top: 40px;
  }
}
@media (max-width: 1439px) {
  .inner_block_paddings {
    margin-top: 30px;
  }
}

.link-wrapper {
  position: relative;
}
.link-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: transparent;
  opacity: 0;
  font-size: 0;
}

.kshop-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 20px 0px 70px 0px;
  color: #3f3a34;
}
@media (max-width: 1023px) {
  .kshop-breadcrumbs {
    padding: 10px 0px 60px 0px;
  }
}
.kshop-breadcrumbs > * {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.6px;
}
@media (max-width: 767px) {
  .kshop-breadcrumbs > * {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
.kshop-breadcrumbs a {
  color: #3F3A34;
}
.kshop-breadcrumbs a:hover {
  text-decoration: underline;
}
.kshop-breadcrumbs .kshop-breadcrumbs__current {
  color: rgba(109, 92, 81, 0.6);
}

.kshop-breadcrumbs__separator {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
  vertical-align: middle;
}

.kshop-toast-stack {
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .kshop-toast-stack {
    top: 16px;
    right: 16px;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .kshop-toast-stack {
    top: 12px;
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
  }
}

.kshop-toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(119, 128, 135, 0.35);
  border-left: 4px solid #778087;
  border-radius: 4px;
  background: #f7f6f4;
  color: #3f3a34;
  box-shadow: 0 8px 24px rgba(63, 58, 52, 0.14);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.kshop-toast.kshop-toast--error {
  border-left-color: #b50404;
  background: #fff5f5;
}

.kshop-toast.kshop-toast--success {
  border-left-color: #778087;
  background: #f7f6f4;
}

.kshop-toast.kshop-toast--hiding {
  opacity: 0;
  transform: translateY(-8px);
}

.kshop-toast__text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  line-height: 1.35;
}

.kshop-toast__text a.button.wc-forward {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  padding: 17px 34px !important;
  height: 59px !important;
  min-height: 59px;
  border-radius: 30px;
  border: 2px solid #778087 !important;
  background: #778087 !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 0.2s;
  box-shadow: none !important;
  white-space: nowrap;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-top: 20px !important;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  min-height: 35px !important;
  height: 35px !important;
}
@media (max-width: 1919px) {
  .kshop-toast__text a.button.wc-forward {
    padding: 15px 31px !important;
    height: 55px !important;
    min-height: 55px;
  }
}
@media (max-width: 1023px) {
  .kshop-toast__text a.button.wc-forward {
    height: 48px !important;
    min-height: 48px;
    padding: 13px 26px 12px 26px !important;
    font-size: 14px;
  }
}
.kshop-toast__text a.button.wc-forward:hover {
  background: #b0bec5 !important;
  border-color: #b0bec5 !important;
  color: #ffffff !important;
}

.kshop-toast__close {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(63, 58, 52, 0.75);
  font-size: 20px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

/* Типографика заголовка как у карточки товара — подключать в kshop-header и в kshop-product-card. */
.kshop-text-product-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: none;
  color: #3f3a34 !important;
  font-style: normal !important;
  line-height: 23.4px !important;
}
@media (max-width: 1439px) {
  .kshop-text-product-title {
    font-size: 16px !important;
    line-height: 20.8px !important;
  }
}
@media (max-width: 1023px) {
  .kshop-text-product-title {
    font-size: 14px !important;
    line-height: 18.2px !important;
  }
}

/* Полноэкранное меню шапки (выезд справа), кнопка при ширине до 1439px */
/* Сброс глобальных стилей Astra для button (hover/focus: ast-global-color-1 и т.п.) */
.kshop-header button.kshop-header__menu-toggle {
  display: none;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
@media (max-width: 1439px) {
  .kshop-header button.kshop-header__menu-toggle {
    display: inline-flex;
    margin-left: 28px;
  }
}
@media (max-width: 767px) {
  .kshop-header button.kshop-header__menu-toggle {
    order: -1;
    margin-left: 0;
    margin-right: auto;
    width: 48px;
    height: 48px;
  }
  .kshop-header button.kshop-header__menu-toggle .kshop-header__menu-toggle-icon {
    max-width: 48px;
  }
}
.kshop-header button.kshop-header__menu-toggle .kshop-header__menu-toggle-icon {
  display: block;
  width: 100%;
  height: auto;
  max-width: 51px;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.kshop-header button.kshop-header__menu-toggle:hover, .kshop-header button.kshop-header__menu-toggle:focus, .kshop-header button.kshop-header__menu-toggle:active {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.kshop-header button.kshop-header__menu-toggle:focus {
  outline: none;
}
.kshop-header button.kshop-header__menu-toggle:focus-visible {
  outline: 2px solid rgba(63, 58, 52, 0.35);
  outline-offset: 2px;
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.kshop-mobile-menu-open {
  overflow: hidden;
}

.kshop-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: none;
  visibility: hidden;
  /* Пока панель уезжает вправо, оверлей остаётся видимым (не только .is-open) */
}
.kshop-mobile-menu.is-open, .kshop-mobile-menu.is-closing {
  pointer-events: auto;
  visibility: visible;
}

.kshop-mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.08);
  transform: translateX(100%);
  transition: transform 0.32s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.kshop-mobile-menu.is-open .kshop-mobile-menu__panel {
  transform: translateX(0);
}

.kshop-mobile-menu__head {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .kshop-mobile-menu__head {
    padding: 16px 20px;
  }
}

.kshop-mobile-menu button.kshop-mobile-menu__close {
  padding: 0;
  margin: 0;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.kshop-mobile-menu button.kshop-mobile-menu__close img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 51px;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
@media (max-width: 767px) {
  .kshop-mobile-menu button.kshop-mobile-menu__close {
    width: 48px;
    height: 48px;
  }
  .kshop-mobile-menu button.kshop-mobile-menu__close img {
    max-width: 48px;
  }
}
.kshop-mobile-menu button.kshop-mobile-menu__close:hover, .kshop-mobile-menu button.kshop-mobile-menu__close:focus, .kshop-mobile-menu button.kshop-mobile-menu__close:active {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.kshop-mobile-menu button.kshop-mobile-menu__close:focus {
  outline: none;
}
.kshop-mobile-menu button.kshop-mobile-menu__close:focus-visible {
  outline: 2px solid rgba(63, 58, 52, 0.35);
  outline-offset: 2px;
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.kshop-mobile-menu__body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

/* Скрытый nav не должен оставлять пустое место во flex (каталог «уезжал» вниз) */
.kshop-mobile-menu__nav[hidden] {
  display: none !important;
}

.kshop-mobile-menu__nav:not([hidden]) {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 32px 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .kshop-mobile-menu__nav:not([hidden]) {
    padding: 24px 20px 40px;
    gap: 28px;
  }
}

.kshop-mobile-menu__col {
  min-width: 0;
}

.kshop-mobile-menu__list {
  gap: 16px;
}
.kshop-mobile-menu__list a {
  white-space: normal;
  font-size: 18px;
  line-height: 1.35;
}

/* Пункт «Каталог» в drawer: стрелка вправо (открывает дерево категорий), только здесь */
.kshop-mobile-menu .menu-item.kshop-mobile-catalog > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding-right: 36px;
  box-sizing: border-box;
}
.kshop-mobile-menu .menu-item.kshop-mobile-catalog > a::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 2px solid #3f3a34;
  border-bottom: 2px solid #3f3a34;
  transform: rotate(-45deg);
  pointer-events: none;
}

.kshop-mobile-menu__catalog-root[hidden] {
  display: none !important;
}

/* На весь блок под шапкой с крестиком; не зависит от места скрытого nav во flex */
.kshop-mobile-menu__catalog-root:not([hidden]) {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.kshop-mobile-menu__catalog-root.kshop-mobile-menu__catalog-root--has-deep-stack .kshop-mobile-menu__catalog-toolbar {
  display: none;
}

.kshop-mobile-menu__catalog-toolbar {
  flex: 0 0 auto;
  padding: 16px 24px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .kshop-mobile-menu__catalog-toolbar {
    padding: 12px 20px 10px;
  }
}

.kshop-mobile-menu__catalog-viewport {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.kshop-mobile-menu__catalog-strip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100%;
  min-height: 0;
  transition: transform 0.32s ease;
  will-change: transform;
}

.kshop-mobile-menu__catalog-panel {
  flex-shrink: 0;
  height: 100%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 24px 48px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .kshop-mobile-menu__catalog-panel {
    padding: 16px 20px 40px;
  }
}

.kshop-mobile-menu__catalog-panel-title {
  margin: 0 0 20px;
  padding: 0;
  color: #3f3a34;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .kshop-mobile-menu__catalog-panel-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.kshop-mobile-menu button.kshop-mobile-menu__catalog-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  color: #3f3a34;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
}
.kshop-mobile-menu button.kshop-mobile-menu__catalog-back:focus {
  outline: none;
}
.kshop-mobile-menu button.kshop-mobile-menu__catalog-back:focus-visible {
  outline: 2px solid rgba(63, 58, 52, 0.35);
  outline-offset: 2px;
}

.kshop-mobile-menu__catalog-back-icon {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  border-left: 2px solid #3f3a34;
  border-bottom: 2px solid #3f3a34;
  transform: rotate(45deg);
}

.kshop-mobile-menu__catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.kshop-mobile-menu__catalog-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.kshop-mobile-menu__catalog-item:last-child {
  border-bottom: 0;
}

.kshop-mobile-menu__catalog-item.kshop-mobile-menu__catalog-item--all-products {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 8px;
}

.kshop-mobile-menu a.kshop-mobile-menu__catalog-link {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 0;
  margin: 0;
  font: inherit;
  font-size: 18px;
  line-height: 1.35;
  color: #3f3a34;
  text-decoration: none;
  text-transform: uppercase;
}
.kshop-mobile-menu a.kshop-mobile-menu__catalog-link:hover, .kshop-mobile-menu a.kshop-mobile-menu__catalog-link:focus {
  color: #3f3a34;
  text-decoration: none;
}
.kshop-mobile-menu a.kshop-mobile-menu__catalog-link:focus {
  outline: none;
}
.kshop-mobile-menu a.kshop-mobile-menu__catalog-link:focus-visible {
  outline: 2px solid rgba(63, 58, 52, 0.35);
  outline-offset: 2px;
}

.kshop-mobile-menu__catalog-item.kshop-mobile-menu__catalog-item--back {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 4px;
}

.kshop-mobile-menu button.kshop-mobile-menu__catalog-row.kshop-mobile-menu__catalog-row--back {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #3f3a34;
}

.kshop-mobile-menu button.kshop-mobile-menu__catalog-row.kshop-mobile-menu__catalog-row--back .kshop-mobile-menu__catalog-back-icon {
  flex-shrink: 0;
  margin-right: 0;
}

.kshop-mobile-menu button.kshop-mobile-menu__catalog-row {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 16px 36px 16px 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: #3f3a34;
  font-size: 18px;
  line-height: 1.35;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.kshop-mobile-menu button.kshop-mobile-menu__catalog-row:focus {
  outline: none;
}
.kshop-mobile-menu button.kshop-mobile-menu__catalog-row:focus-visible {
  outline: 2px solid rgba(63, 58, 52, 0.35);
  outline-offset: -2px;
}

.kshop-mobile-menu__catalog-name {
  flex: 1 1 auto;
  min-width: 0;
}

.kshop-mobile-menu__catalog-item.kshop-mobile-menu__catalog-item--has-children .kshop-mobile-menu__catalog-row::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 2px solid #3f3a34;
  border-bottom: 2px solid #3f3a34;
  transform: rotate(-45deg);
  pointer-events: none;
}

/*# sourceMappingURL=kshop-header.css.map */
