.header-slot-reserve {
  display: block;
  width: 100%;
  flex: 0 0 auto;
  height: 17.75rem;
  pointer-events: none;
}

.header {
  background-image: url(/uploads/background_vinokur96.jpg);
  background-repeat: repeat;
  background-size: 36%;
  color: var(--top-text-color, #fff);
  display: flex;
  flex-direction: column;
  min-height: 17.75rem;
  margin-top: -17.75rem;
  position: relative;
  z-index: 100;
}

.header__top {
  background-image: url(/uploads/background_vinokur96.jpg);
  background-repeat: repeat;
  background-size: 36%;
}

.header__bottom {
  background-image: url(/uploads/bg_still.jpg);
  background-repeat: repeat;
  height: 60px;
  align-content: center;
}

.wrapheader {
  background: linear-gradient(to right, #fff0 0, #04040485 100%) no-repeat;
}

body .preloader {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  height: 3px !important;
  background: transparent !important;
  pointer-events: none !important;
  opacity: 1 !important;
  transition: opacity 0.2s ease !important;
}

body .preloader.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}

body .preloader.is-hidden .preloader__image-container::before {
  animation: none !important;
}

body .preloader__container {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}

body .preloader__image-container {
  position: relative !important;
  width: 100% !important;
  height: 3px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.18) !important;
}

body .preloader__image-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35%;
  width: 35%;
  background: var(--color-accent, #d28b55);
  animation: storefront-loading-progress 1.15s ease-in-out infinite;
}

body .preloader__img,
body .preloader-text {
  display: none !important;
}

@keyframes storefront-loading-progress {
  0% {
    transform: translateX(0);
  }

  60%,
  100% {
    transform: translateX(385%);
  }
}

.header__top {
  min-height: 3.5rem;
}

.header-top,
.header-top__left,
.header-top__right,
.header-center,
.header__search-area,
.header__search-top,
.header__center-links,
.header-bottom,
.c-login,
.header__favorites-compare,
.compare,
.favorites_link-container,
.userlog-notify-container,
.c-cart__small {
  display: flex;
  align-items: center;
}

.header-top {
  justify-content: space-between;
}

.header__center {
  width: 100%;
  padding: 1rem 0 0;
}

.header__logo {
  display: flex;
  align-items: center;
  flex: 0 0 21rem;
  height: 100%;
  margin: 0 2rem 0 0;
  padding: 0 0 20px 0.4rem;
}

.header__logo > a {
  display: contents;
  color: inherit;
  text-decoration: none;
}

.header__logo img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 16rem;
}

.header__search-area {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.header__search-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 4.6rem;
  transform: translateY(-100%);
  gap: 2rem;
}

.header__search-top-line {
  min-height: 7.2rem;
  font-family: "Oranienbaum", serif;
  font-size: 6rem;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.header__search-top-stack {
  min-height: 4.6rem;
}

.c-search {
  position: relative;
  flex: 1 1 auto;
  max-width: 80rem;
  margin: 0 auto 1rem 0;
}

.c-search__container {
  position: relative;
}

.c-search__form {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 4.6rem;
  padding: 1rem 4.6rem 1rem 2rem;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #ffffff44;
}

.c-search__button {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  margin-top: -1.9rem;
  border-radius: 5px;
  background: #919191;
}

.header__center-links {
  flex: 0 0 auto;
}

.c-login,
.userlog-notify-container {
  justify-content: center;
  flex: 0 0 5.4rem;
  width: 5.4rem;
  height: 4.6rem;
  margin: 0 0.5rem 0 0;
  box-sizing: border-box;
}

.header__favorites-compare {
  justify-content: center;
  flex: 0 0 auto;
  height: 4.6rem;
  margin: 0 0.5rem 0 0;
  box-sizing: border-box;
}

.compare,
.favorites_link-container {
  justify-content: center;
  flex: 0 0 5.4rem;
  width: 5.4rem;
  height: 4.6rem;
  box-sizing: border-box;
}

.header__cart {
  flex: 0 0 auto;
}

.c-cart__small {
  justify-content: center;
  flex: 0 0 auto;
  min-width: 13rem;
  height: 4.6rem;
  box-sizing: border-box;
  white-space: nowrap;
}

.header-bottom {
  min-height: 6rem;
  gap: 1rem;
}

.header-tabs {
  flex: 1 1 auto;
  min-width: 0;
}

.header-bottom__tools {
  display: none;
}

.js-transition-item.hidden[data-mobile="false"] {
  display: block;
}

.cart__count,
.countsht,
.compare__count,
.favorites__count,
.userlog-notify-count {
  position: absolute;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
}

@media (max-width: 1200px) {
  .header__top,
  .header__center {
    display: none;
  }

  .header-mobile__logo img {
    max-width: 18rem;
  }
}

@media (min-width: 1201px) {
  .header-slot-reserve {
    height: 20.5625rem;
  }

  .header {
    min-height: 20.5625rem;
    margin-top: -20.5625rem;
  }

  .wrapper {
    overflow: visible;
  }

  .wrapper > .main {
    position: relative;
    z-index: 0;
  }

  .header__search-area .c-search .c-search__dropdown.wraper-fast-result,
  .header__search-area .c-search .wraper-fast-result,
  .header-bottom__search .c-search .c-search__dropdown.wraper-fast-result,
  .header-bottom__search .c-search .wraper-fast-result {
    overflow: visible;
  }

  .header__search-area .c-search .search-item,
  .header-bottom__search .c-search .search-item {
    z-index: 1;
  }

  .header__search-area .c-search .search-item:hover,
  .header-bottom__search .c-search .search-item:hover {
    z-index: 8;
  }

  .header-bottom__search .c-search__dropdown.wraper-fast-result,
  .header-bottom__search .c-search__dropdown {
    left: var(--header-bottom-search-dropdown-offset, 0);
    right: auto;
    width: var(--header-bottom-search-dropdown-width, 750px);
    min-width: var(--header-bottom-search-dropdown-width, 750px);
    max-width: var(--header-bottom-search-dropdown-width, 750px);
  }
}
