@charset "UTF-8";
@import "/local/assets/node_modules/bootstrap/dist/css/bootstrap.min.css";
@import url("/local/assets/node_modules/bootstrap-icons/font/bootstrap-icons.min.css");
@import url("/local/assets/uikit-3.24.2/css/uikit.min.css");
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");
.bg-mocha {
  background-color: #79706d;
}

.bg-mocha-darker {
  background-color: #5e5754;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.vh-header .container-xxl {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.vh-header .vh-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 1rem;
}
.vh-header .vh-logo .vh-logo-word {
  letter-spacing: 0.35rem;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
}
.vh-header .vh-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.35);
  margin-left: 18px;
}
.vh-header .vh-tagline div {
  letter-spacing: 0.02em;
}
.vh-header .vh-search {
  position: relative;
  width: 480px;
}
.vh-header .vh-search-box {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  position: relative;
  padding-right: 44px;
  margin: 0;
}
.vh-header .vh-search-input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0.6rem 0.9rem;
  box-shadow: none;
  outline: none;
}
.vh-header .vh-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.vh-header .vh-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.vh-header .vh-search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.vh-header .vh-search .vh-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  color: #222;
  border-radius: 10px;
  overflow: hidden;
  z-index: 50;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.vh-header .vh-search .vh-suggest .vh-suggest-item {
  display: block;
  padding: 0.55rem 0.85rem;
  text-decoration: none;
  color: #222;
}
.vh-header .vh-search .vh-suggest .vh-suggest-item:hover {
  background: #f5f5f7;
}
.vh-header .vh-ico {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.vh-header .vh-ico svg {
  width: 32px;
  height: 32px;
}
.vh-header .vh-ico:hover {
  background: rgba(0, 0, 0, 0.28);
}
.vh-header .vh-ico .basket-item-count, .vh-header .vh-ico .basket-items-list-item-count {
  display: none !important;
}
.vh-header .vh-login-text {
  font-weight: 600;
  font-size: 0.95rem;
}
.vh-header .vh-burger {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
  padding: 6px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.vh-header .vh-burger span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}

.basket-line {
  display: flex;
  align-items: center;
}
.basket-line .basket-line-block {
  position: relative;
  padding-left: 5px;
  white-space: nowrap;
  font-size: 14px;
}

/* Адаптив */
@media (max-width: 1199.98px) {
  .vh-header .vh-search {
    width: 400px;
  }
  .vh-header .vh-logo .vh-logo-word {
    font-size: 36px;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 991.98px) {
  .vh-header .vh-search {
    width: 340px;
  }
  .vh-header .vh-logo .vh-logo-word {
    font-size: 32px;
    letter-spacing: 0.26rem;
  }
}
@media (max-width: 767.98px) {
  .vh-header .vh-topline {
    padding-top: 0.35rem;
    padding-bottom: 0.4rem;
  }
  .vh-header .vh-search {
    width: 100%;
  }
  .vh-header .vh-logo .vh-logo-word {
    font-size: 26px;
    letter-spacing: 0.2rem;
  }
}
/* Меню десктоп */
nav .navbar, nav .nav {
  --bs-nav-link-color: #fff;
}

.vh-actions {
  min-width: 360px;
}

.bx-nav-list-1-lvl {
  justify-content: center;
}
.bx-nav-list-1-lvl .bx-nav-1-lvl {
  padding: 0 2rem;
}

body {
  font-family: "Tenor Sans", Arial, sans-serif;
}/*# sourceMappingURL=main.css.map */