
[data-as-header-root]{
  --as-header-purple:#9B51E0;
  --as-header-glass-border: rgba(255, 255, 255, 0.06);
  --as-header-glass-bg: rgb(255 255 255 / 5%);
  --as-header-glass-blur: 5px;
  --as-header-radius: 35px;
  --as-header-logo-radius: 15px;
  --as-header-panel-mid: rgb(0 0 0 / 42%);
  --as-header-text: rgba(255,255,255,.90);
  --as-header-muted: rgba(255,255,255,.70);
  --as-header-logo: 130px;
  --as-header-logo-scale: 0.752;
  --as-header-h: 44px;
  position: relative !important;
  top: auto !important;
  z-index: auto;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font: inherit;
}

[data-as-header-root],
[data-as-header-root] *{
  box-sizing: border-box;
}

[data-as-header-root] a{
  text-decoration: none;
  color: inherit;
}

[data-as-header-root] button{
  font: inherit;
}

[data-as-header-root] img{
  max-width: none;
}

[data-as-header-root] svg{
  overflow: visible;
}

[data-as-header-root] .as-header--inner{
  max-width: none;
  margin: 0;
  width: 100%;
}

[data-as-header-root] .as-header--panel{
  border: 1px solid var(--as-header-glass-border);
  background: transparent !important;
  border-radius: 0;
  backdrop-filter: blur(var(--as-header-glass-blur));
  -webkit-backdrop-filter: blur(var(--as-header-glass-blur));
  position: relative;

  z-index: 950;
}

[data-as-header-root] .as-header--panel::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

}

[data-as-header-root] .as-header--row{
  position: relative;
  z-index: 1;

  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-items: center;
  gap: 14px;
  padding: 0 30px;

  max-width: 1200px;
  margin: 0 auto;
}

[data-as-header-root] .as-header--left{
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

[data-as-header-root] .as-header--burger{
  display: none;
  height: var(--as-header-h);
  width: var(--as-header-h);
  align-items: center;
  justify-content: center;
  border: 1px solid var(--as-header-glass-border);
  background-color: var(--as-header-glass-bg);
  border-radius: var(--as-header-radius);
  backdrop-filter: blur(var(--as-header-glass-blur));
  -webkit-backdrop-filter: blur(var(--as-header-glass-blur));
  color: rgba(255,255,255,.92);
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  z-index: 960;
}

[data-as-header-root] .as-header--burger:focus{
  outline: 2px solid rgba(155,81,224,.65);
  outline-offset: 2px;
}

[data-as-header-root] .as-header--burgerLines{
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 999px;
  transition: background 0.25s ease;
  transform-origin: center;
}

[data-as-header-root] .as-header--burgerLines::before,
[data-as-header-root] .as-header--burgerLines::after{
  content: "";
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.25s ease;
  transform: translateX(-50%);
  transform-origin: center;
}

[data-as-header-root] .as-header--burgerLines::before{ top: -6px; }
[data-as-header-root] .as-header--burgerLines::after{ top: 6px; }

[data-as-header-root].as-header--menuOpen .as-header--burgerLines{
  background: transparent;
}

[data-as-header-root].as-header--menuOpen .as-header--burgerLines::before{
  transform: translateX(-50%) translateY(6px) rotate(45deg);
}

[data-as-header-root].as-header--menuOpen .as-header--burgerLines::after{
  transform: translateX(-50%) translateY(-6px) rotate(-45deg);
}

[data-as-header-root] .as-header--logo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;

}

[data-as-header-root] .as-header--logoImg{
  width: var(--as-header-logo);
  height: var(--as-header-logo);
  object-fit: contain;
  border: 0 !important;
  background: transparent !important;
  border-radius: var(--as-header-logo-radius) !important;
  display: block;
}

[data-as-header-root] .as-header--logoSvg{
  width: var(--as-header-logo);
  height: 100px;
  display: block;
  overflow: hidden;
}

[data-as-header-root] .as-aura-logo--svg{
  display: block;
  color: #fff;

  transform-origin: 50% 50%;
}

[data-as-header-root] .as-header--navWrap{
  min-width: 0;
}

[data-as-header-root] .as-header--nav{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  scrollbar-width: none;
}

[data-as-header-root] .as-header--nav::-webkit-scrollbar{
  width: 0;
  height: 0;
}

[data-as-header-root] .as-header--link{
  height: var(--as-header-h);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 0;
  background: transparent;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.05rem;
  color: var(--as-header-text);
  position: relative;
  transition: all 0.3s ease;
  line-height: 1;
}

[data-as-header-root] .as-header--link::before{ content: none; }

[data-as-header-root] .as-header--link::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: calc(100% - 14px);
  height: 2px;
  border-radius: 999px;
  background: var(--as-header-purple);
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease;
  pointer-events: none;
}

@keyframes as-header-nav-press{
  0%{ transform: translateY(0) scale(1); }
  45%{ transform: translateY(1px) scale(0.97); }
  100%{ transform: translateY(0) scale(1); }
}
[data-as-header-root] .as-header--link.as-header--click{
  animation: as-header-nav-press 220ms ease;
}
[data-as-header-root] .as-header--link:active{
  transform: translateY(1px) scale(0.98);
}
[data-as-header-root] .as-header--link:hover{
  color: var(--as-header-purple);
  text-shadow: 0 0 14px rgba(155, 81, 224, .55);
}

[data-as-header-root] .as-header--link:hover::after{
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

[data-as-header-root] .as-header--link:focus{
  outline: 2px solid rgba(155,81,224,.65);
  outline-offset: 2px;
}

[data-as-header-root] .as-header--right{
  min-width: 0;
  justify-self: end;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

[data-as-header-root] .as-header--metaTop{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

[data-as-header-root] .as-header--phone{
  height: var(--as-header-h);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid var(--as-header-glass-border);
  background-color: var(--as-header-glass-bg);
  border-radius: var(--as-header-radius);
  backdrop-filter: blur(var(--as-header-glass-blur));
  -webkit-backdrop-filter: blur(var(--as-header-glass-blur));
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

[data-as-header-root] .as-header--phoneText{
  white-space: nowrap;
}

[data-as-header-root] .as-header--phone:hover{
  border: 1px solid var(--as-header-purple) !important;
  box-shadow: 0 0 0 1px rgba(155, 81, 224, .18);
}

[data-as-header-root] .as-header--dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--as-header-purple);
  box-shadow: 0 0 18px rgba(155,81,224,.85);
}

[data-as-header-root] .as-header--icon{
  height: var(--as-header-h);
  width: var(--as-header-h);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--as-header-glass-border);
  background-color: var(--as-header-glass-bg);
  border-radius: var(--as-header-radius);
  backdrop-filter: blur(var(--as-header-glass-blur));
  -webkit-backdrop-filter: blur(var(--as-header-glass-blur));
  color: rgba(255,255,255,.92);
  transition: all 0.3s ease;
}

[data-as-header-root] .as-header--icon:hover{
  border: 1px solid var(--as-header-purple) !important;
  box-shadow: 0 0 0 1px rgba(155, 81, 224, .18);
  color: var(--as-header-purple);
}

[data-as-header-root] .as-header--ig{
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
}

[data-as-header-root] .as-header--ig path{
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

[data-as-header-root] .as-header--ig path:last-child{
  stroke-width: 2.2;
  stroke-linecap: round;
}

[data-as-header-root] .as-header--lang{
  position: relative;
}

[data-as-header-root] .as-header--langBtn{
  height: var(--as-header-h);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid var(--as-header-glass-border);
  background-color: var(--as-header-glass-bg);
  border-radius: var(--as-header-radius);
  backdrop-filter: blur(var(--as-header-glass-blur));
  -webkit-backdrop-filter: blur(var(--as-header-glass-blur));
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  transition: all 0.3s ease;
}

[data-as-header-root] .as-header--langBtn:hover{
  border: 1px solid var(--as-header-purple) !important;
  box-shadow: 0 0 0 1px rgba(155, 81, 224, .18);
}

[data-as-header-root] .as-header--langBtn:focus{
  outline: 2px solid rgba(155,81,224,.65);
  outline-offset: 2px;
}

[data-as-header-root] .as-header--langCurrent{
  font-size: 12px;
  letter-spacing: .6px;
}

[data-as-header-root] .as-header--chev{
  width: 16px;
  height: 16px;
  fill: rgba(255,255,255,.75);
}

[data-as-header-root] .as-header--langMenu{
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  font-size: 16px;
  width: 220px;
  padding: 8px;
  border: 1px solid var(--as-header-glass-border);
  background-color: #131313;
  border-radius: var(--as-header-radius);
  backdrop-filter: blur(var(--as-header-glass-blur));
  -webkit-backdrop-filter: blur(var(--as-header-glass-blur));
  z-index: 970;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

[data-as-header-root] .as-header--lang.as-header--open .as-header--langMenu{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

[data-as-header-root] .as-header--langItem{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 10px;
  border-radius: calc(var(--as-header-radius) - 12px);
  border: 1px solid transparent;
  transition: all 0.3s ease;
  color: rgba(255,255,255,.90);
  font-weight: 800;
}

[data-as-header-root] .as-header--langItem:hover{
  border: 1px solid var(--as-header-purple) !important;
  box-shadow: 0 0 0 1px rgba(155, 81, 224, .18);
  background-color: rgba(155, 81, 224, .10);
  color: var(--as-header-purple);
}

[data-as-header-root] .as-header--langItem.as-header--is-active{
  border: 1px solid rgba(155,81,224,.65);
  background-color: rgba(155, 81, 224, .10);
  color: var(--as-header-purple);
}

[data-as-header-root] .as-header--langItem.as-header--is-active .as-header--langCode{
  color: rgba(155,81,224,.85);
}

[data-as-header-root] .as-header--langCode{
  color: rgba(255,255,255,.55);
  font-weight: 900;
}

[data-as-header-root] .as-header--link.as-header--is-active{
  color: var(--as-header-purple);
  text-shadow: 0 0 14px rgba(155, 81, 224, .55);
}

[data-as-header-root] .as-header--link.as-header--is-active::after{
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

[data-as-header-root] .as-header--link.as-header--is-disabled{
  pointer-events: none;
  opacity: .55;
  cursor: default;
}

[data-as-header-root] .as-header--link.as-header--is-disabled::after{
  opacity: 0 !important;
  transform: translateX(-50%) scaleX(0) !important;
}

[data-as-header-root] .as-header--langItem.as-header--is-disabled{
  pointer-events: none;
  opacity: .55;
  cursor: default;
}

@media (max-width: 1023px){
  [data-as-header-root] .as-header--burger{
    display: inline-flex;
  }

[data-as-header-root] .as-header--left{
  position: relative;
}

[data-as-header-root] .as-header--navWrap{
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: min(86vw, 360px);
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(10,10,10,0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 26px;

  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 960;
  max-height: min(70vh, 520px);
  overflow: auto;
}

[data-as-header-root].as-header--menuOpen .as-header--navWrap{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;

  border: 1px solid var(--as-header-glass-border);
  background-color: #131313;
  border-radius: var(--as-header-radius);
  backdrop-filter: blur(var(--as-header-glass-blur));
  -webkit-backdrop-filter: blur(var(--as-header-glass-blur));
}

[data-as-header-root] .as-header--nav{
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  white-space: normal;
  overflow: visible;
}

[data-as-header-root] .as-header--link{
  width: max-content;
  max-width: 100%;
  height: auto;
  justify-content: center;
  padding: 10px 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 17px;
  letter-spacing: 0.04rem;
}

[data-as-header-root] .as-header--link::after{
  left: 50%;
  bottom: 2px;
  width: 100%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
}

[data-as-header-root] .as-header--link:hover::after{
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

[data-as-header-root] .as-header--link.as-header--is-active::after{
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

[data-as-header-root] .as-header--right,
[data-as-header-root] .as-header--metaTop{
  gap: 8px;
}

[data-as-header-root] .as-header--phone{
  padding: 0 10px;
  gap: 8px;
  font-size: 13px;
}

[data-as-header-root] .as-header--dot{
  width: 6px;
  height: 6px;
}
}

@media (max-width: 768px){
  [data-as-header-root]{
    --as-header-logo: 120px;
    --as-header-h: 40px;
  }

[data-as-header-root] .as-header--inner{
  max-width: none;
  margin: 0;
  width: 100%;

}
[data-as-header-root] .as-header--panel{
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

[data-as-header-root] .as-header--row{
  padding: 0 12px;
  gap: 10px;
}

[data-as-header-root] .as-header--right{
  flex-direction: row;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

[data-as-header-root] .as-header--metaTop{
  order: 1;
  gap: 8px;
}

[data-as-header-root] .as-header--phone{
  order: 2;
  font-size: 12px;
  padding: 0 8px;
  gap: 6px;
}

[data-as-header-root] .as-header--langBtn{
  padding: 0 8px;
}

[data-as-header-root] .as-header--langMenu{
  width: 200px;
}

[data-as-header-root] .as-header--navWrap{
  width: min(60vw, 340px);
}

[data-as-header-root] .as-header--navWrap{
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) translateY(-10px) !important;
}

[data-as-header-root].as-header--menuOpen .as-header--navWrap{
  transform: translateX(-50%) translateY(20px) !important;
}

}

@media (min-width: 1024px){
  [data-as-header-root] .as-header--burger{
    display: none !important;
  }

[data-as-header-root] .as-header--navWrap{
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
  visibility: visible !important;

  max-height: none !important;
  overflow: visible !important;
  z-index: auto !important;
}

[data-as-header-root] .as-header--nav{
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  white-space: nowrap !important;

  overflow-x: auto !important;
  overflow-y: hidden !important;
}

[data-as-header-root] .as-header--link{
  height: var(--as-header-h);
  padding: 0 8px;
  font-size: 18px;
  letter-spacing: 0.05rem;
}

[data-as-header-root] .as-header--link::after{
  bottom: 8px;
  width: calc(100% - 14px);
}
}

[data-as-header-root].as-header--cartOpen{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

[data-as-header-root] .as-header--status[data-status="open"] .as-header--dot{
  background: #2ecc71;
  box-shadow: 0 0 18px rgba(46, 204, 113, .85);
}
[data-as-header-root] .as-header--status[data-status="closed"] .as-header--dot{
  background: #e74c3c;
  box-shadow: 0 0 18px rgba(231, 76, 60, .75);
}

[data-as-header-root] .as-header--logo{
  grid-column: 1;
}

[data-as-header-root] .as-header--left{
  grid-column: 2;
}

[data-as-header-root] .as-header--right{
  grid-column: 3;
}

@media (max-width: 768px){
  [data-as-header-root] .as-header--right{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: normal;
  }

[data-as-header-root] .as-header--metaTop{
  order: 1;
  justify-content: center;
}

[data-as-header-root] .as-header--status{
  order: 2;
}
}

@media (min-width: 769px) and (max-width: 1023px){
  [data-as-header-root] .as-header--row{

    grid-template-columns: 1fr auto 1fr;
  }

[data-as-header-root] .as-header--logo{
  justify-self: center;
}

[data-as-header-root] .as-header--left{
  justify-self: center;
  justify-content: center;
}

[data-as-header-root] .as-header--right{
  justify-self: center;
}

[data-as-header-root] .as-header--navWrap{
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) translateY(-10px) !important;
}

[data-as-header-root].as-header--menuOpen .as-header--navWrap{
  transform: translateX(-50%) translateY(0) !important;
}
}
