.page-header,
.account-header.kz-site-header {
  background: #FFCD00 !important;
  color: #000 !important;
}

.account-header.kz-site-header {
  display: block !important;
  height: auto !important;
  padding: 0 !important;
}

.page-header .kz-site-header__inner {
  align-items: center !important;
  background: #FFCD00 !important;
  box-sizing: border-box;
  color: #000 !important;
  display: flex !important;
  gap: 0;
  height: 100px !important;
  justify-content: flex-start !important;
  min-height: 100px;
  padding: 0 48px 0 36px !important;
  width: 100%;
}

.page-header .kz-site-header__logo {
  cursor: pointer;
  display: block !important;
  flex: 0 0 auto;
  height: 46px !important;
  max-width: 280px;
  object-fit: contain;
  width: auto !important;
}

.page-header .kz-site-header__time {
  align-items: center !important;
  color: #000 !important;
  display: inline-flex !important;
  flex: 0 0 auto;
  font-size: 22px !important;
  font-weight: 500;
  gap: 8px;
  line-height: 1;
  margin: 0 0 0 48px !important;
  white-space: nowrap;
}

.page-header .kz-site-header__clock {
  background: #fff;
  border-radius: 999px;
  display: inline-block !important;
  flex: 0 0 22px;
  height: 22px !important;
  position: relative;
  width: 22px !important;
}

.kz-site-header__clock-hour,
.kz-site-header__clock-minute {
  background: #000;
  left: 10px;
  position: absolute;
  top: 5px;
}

.kz-site-header__clock-hour {
  height: 8px;
  width: 2px;
}

.kz-site-header__clock-minute {
  height: 2px;
  top: 11px;
  width: 6px;
}

.kz-site-header__spacer {
  flex: 1 1 auto;
  min-width: 24px;
}

.page-header .kz-site-header__search {
  background: #fff !important;
  display: flex !important;
  flex: 0 0 240px;
  height: 42px !important;
  margin: 0 !important;
  width: 240px !important;
}

body.kz-view-product .page-header .kz-site-header__search {
  display: none !important;
}

.kz-language-switcher {
  align-items: center;
  color: #64748b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 5px;
  letter-spacing: .08em;
  margin: 0 14px;
  white-space: nowrap;
}

.kz-language-switcher a {
  color: #64748b;
  text-decoration: none;
}

.kz-language-switcher a.is-active,
.kz-language-switcher a:hover {
  color: #111827;
}

.page-header .kz-site-header__search-wrap {
  align-items: stretch;
  display: flex !important;
  height: 42px;
  width: 100%;
}

.page-header .kz-site-header__search-input {
  background: #fff !important;
  border: 0 !important;
  color: #222 !important;
  flex: 1 1 auto;
  font-size: 14px !important;
  height: 42px !important;
  min-width: 0;
  outline: 0;
  padding: 0 12px !important;
  width: auto !important;
}

.page-header .kz-site-header__search-addon {
  background: #fff !important;
  border: 0 !important;
  flex: 0 0 44px;
  height: 42px;
  padding: 0 !important;
  width: 44px !important;
}

.page-header .kz-site-header__search-btn {
  appearance: none;
  background: #fff !important;
  border: 0 !important;
  color: #000 !important;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 42px !important;
  padding: 0 !important;
  position: relative;
  width: 44px !important;
}

.kz-site-header__search-circle {
  border: 3px solid #000;
  border-radius: 50%;
  height: 18px;
  left: 13px;
  position: absolute;
  top: 12px;
  width: 18px;
}

.kz-site-header__search-handle {
  background: #000;
  height: 14px;
  left: 25px;
  position: absolute;
  top: 25px;
  transform: rotate(-45deg);
  transform-origin: top center;
  width: 3px;
}

.page-header .kz-site-header__user {
  color: #000 !important;
  flex: 0 0 auto;
  font-size: 20px !important;
  line-height: 42px;
  margin-left: 60px;
  white-space: nowrap;
}

.page-header .kz-site-header__user-info {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
}

.page-header .kz-site-header__user-btn {
  align-items: center !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #000 !important;
  cursor: pointer;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  height: 42px !important;
  justify-content: center !important;
  min-width: 182px;
  padding: 0 14px !important;
  text-transform: uppercase;
  width: 182px !important;
}

.page-header .kz-site-header__user-name {
  color: #000 !important;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-header .kz-site-header__avatar {
  background: #f2f2f2;
  border-radius: 50%;
  display: inline-block !important;
  flex: 0 0 20px;
  height: 20px !important;
  margin-left: 12px;
  position: relative;
  width: 20px !important;
}

.kz-site-header__avatar-head,
.kz-site-header__avatar-body {
  background: #000;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.kz-site-header__avatar-head {
  height: 6px;
  top: 4px;
  width: 6px;
}

.kz-site-header__avatar-body {
  height: 7px;
  top: 11px;
  width: 11px;
}

.page-header .kz-site-header__logout {
  color: #000 !important;
  cursor: pointer;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 42px;
  margin: 0 !important;
  white-space: nowrap;
}

.page-header .kz-header-cart-link {
  align-items: center;
  background: #fff;
  color: #000;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  height: 42px;
  justify-content: center;
  line-height: 42px;
  min-width: 112px;
  padding: 0 14px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-header .kz-header-cart-link:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}

.page-header .kz-header-cart-link__icon {
  border: 2px solid currentColor;
  border-top: 0;
  display: inline-block;
  flex: 0 0 auto;
  height: 12px;
  position: relative;
  width: 15px;
}

.page-header .kz-header-cart-link__icon::before {
  border: 2px solid currentColor;
  border-bottom: 0;
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  top: -7px;
  width: 7px;
}

.page-header .kz-header-cart-link__icon::after {
  background: currentColor;
  border-radius: 50%;
  bottom: -5px;
  box-shadow: 12px 0 0 currentColor;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 4px;
}

.kz-favorite-form {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0;
}

.kz-favorite-button {
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #111;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  height: 36px;
  justify-content: center;
  padding: 0 12px;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
  white-space: nowrap;
}

.kz-favorite-button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  width: 18px;
}

.kz-favorite-form.is-active .kz-favorite-button,
.kz-favorite-button:hover {
  background: #FFCD00;
  border-color: #FFCD00;
  color: #000;
}

.kz-favorite-form.is-active .kz-favorite-button svg {
  fill: currentColor;
}

.kz-favorite-form.is-list .kz-favorite-button {
  border-radius: 999px;
  height: 34px;
}

.kz-favorite-form.is-detail {
  margin-left: 18px;
  vertical-align: middle;
}

.kz-product-search {
  border-top: 1px solid #e5e7eb;
  margin-top: 24px;
  padding-top: 22px;
}

.kz-product-search__label {
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.kz-product-search__row {
  background: #fff;
  border: 1px solid #d9d9d9;
  display: flex;
  height: 42px;
  width: 100%;
}

.kz-product-search__input {
  background: #fff;
  border: 0;
  color: #222;
  flex: 1 1 auto;
  font-size: 14px;
  min-width: 0;
  outline: 0;
  padding: 0 12px;
}

.kz-product-search__button {
  appearance: none;
  background: #FFCD00;
  border: 0;
  border-left: 1px solid #d9d9d9;
  color: #000;
  cursor: pointer;
  flex: 0 0 44px;
  height: 40px;
  padding: 0;
  position: relative;
  width: 44px;
}

.kz-product-search__button .kz-site-header__search-circle {
  left: 12px;
  top: 10px;
}

.kz-product-search__button .kz-site-header__search-handle {
  left: 24px;
  top: 23px;
}

.price-input .kz-price-unit-suffix {
  flex: 0 0 auto;
  margin-left: 6px;
  margin-right: 0;
  white-space: nowrap;
}

.kz-cart-link {
  align-items: center;
  background: #fff;
  border: 1px solid #FFCD00;
  color: #000;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  height: 32px;
  justify-content: center;
  line-height: 30px;
  margin-right: 12px;
  padding: 0 14px;
  text-decoration: none;
  white-space: nowrap;
}

.kz-cart-link:hover {
  background: #FFCD00;
  color: #000;
  text-decoration: none;
}

.kz-cart-link__icon {
  border: 2px solid currentColor;
  border-top: 0;
  display: inline-block;
  height: 12px;
  position: relative;
  width: 15px;
}

.kz-cart-link__icon::before {
  border: 2px solid currentColor;
  border-bottom: 0;
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  top: -7px;
  width: 7px;
}

.kz-cart-link__icon::after {
  background: currentColor;
  box-shadow: 12px 0 0 currentColor;
  border-radius: 50%;
  bottom: -5px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 4px;
}

@media (max-width: 1180px) {
  .page-header .kz-site-header__inner {
    flex-wrap: wrap;
    height: auto !important;
    padding: 16px 18px !important;
  }

  .page-header .kz-site-header__time {
    margin-left: 24px !important;
  }

  .kz-site-header__spacer {
    flex-basis: 100%;
    min-width: 100%;
  }

  .page-header .kz-site-header__search,
  .page-header .kz-site-header__user {
    margin-top: 16px !important;
  }

  .page-header .kz-site-header__search {
    flex: 1 1 240px;
    max-width: 360px;
  }
}

@media (max-width: 820px) {
  .page-header .kz-site-header__logo {
    height: 34px !important;
    max-width: 190px;
  }

  .page-header .kz-site-header__time {
    font-size: 16px !important;
  }

  .page-header .kz-site-header__search {
    flex-basis: 100%;
    max-width: none;
    width: 100% !important;
  }

  .page-header .kz-site-header__user {
    margin-left: 0;
  }

  .page-header .kz-site-header__user-info {
    gap: 10px;
  }

  .page-header .kz-header-cart-link {
    min-width: 42px;
    padding: 0 12px;
  }

  .page-header .kz-header-cart-link__text {
    display: none;
  }

  .kz-cart-link {
    padding: 0 10px;
  }

  body.kz-view-product .page-container,
  body.kz-view-product .search-tabs,
  body.kz-view-product .search-content {
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.kz-view-product div.base-row.search-tabs,
  body.kz-view-product div.base-row.search-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    width: 100vw !important;
  }

  body.kz-view-product .search-tabs .ant-tabs-nav-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100% !important;
    transform: none !important;
    width: 100% !important;
  }

  body.kz-view-product .search-tabs .ant-tabs,
  body.kz-view-product .search-tabs .ant-tabs-nav,
  body.kz-view-product .search-tabs .ant-tabs-nav-wrap {
    max-width: 100% !important;
    width: 100% !important;
  }

  body.kz-view-product .search-tabs .ant-tabs-tab {
    box-sizing: border-box;
    justify-content: center;
    max-width: 100% !important;
    margin: 0 !important;
    min-width: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: auto;
  }

  body.kz-view-product .search-tabs .ant-tabs-tab-btn {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  body.kz-view-product .search-tabs .kz-search-tab-link {
    font-size: 16px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  body.kz-view-product .search-tabs .ant-tabs-ink-bar {
    display: none !important;
  }

  body.kz-view-product .search-content {
    padding: 0 20px;
  }

  body.kz-view-product .search-content .ant-layout-has-sider {
    display: block !important;
  }

  body.kz-view-product .search-content .ant-layout-sider,
  body.kz-view-product .search-content .ant-layout-sider-dark {
    box-sizing: border-box;
    flex: none !important;
    max-width: none !important;
    min-width: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  body.kz-view-product .search-content .ant-layout-content {
    margin-top: 24px;
    min-width: 0;
    width: 100%;
  }

  body.kz-view-product .panel-nav {
    flex-wrap: wrap;
    gap: 10px;
  }

  body.kz-view-product .panel-nav > div[style*="width: 164px"],
  body.kz-view-product .panel-nav > div[style*="width: 262px"] {
    display: none !important;
  }

  body.kz-view-product .kz-product-list .search-list-item {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
    max-width: 100%;
    width: 100%;
  }

  body.kz-view-product .kz-product-list .item-left {
    flex: 0 0 120px;
    height: 120px !important;
    width: 120px !important;
  }

  body.kz-view-product .kz-product-list .item-center {
    flex: 1 1 0;
    min-width: 0;
  }

  body.kz-view-product .kz-product-list .item-right {
    flex: 1 1 100%;
    margin-top: 12px;
    min-width: 0;
  }

  body.kz-view-product .kz-product-list .offer-horizontal {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  body.kz-view-product .kz-product-list .offer-horizontal > .ant-space-item {
    flex: 1 1 140px;
  }
}
