.store-03-css .appstore-header {
  position: relative;
  font-size: 14px;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex: 0 0 auto;
}
.store-03-css .appstore-header section {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  line-height: 64px;
}
.store-03-css .appstore-header a {
  display: block;
  transition: 0.15s;
  cursor: default;
  color: #CCCCCC;
}
.store-03-css .appstore-header a:hover {
  background-color: rgba(229, 229, 229, 0.1);
  color: #EFEFEF;
}
.store-03-css .appstore-header .active a {
  color: #E5E5E5;
  background-color: rgba(229, 229, 229, 0.1);
  color: #EFEFEF;
}
.store-03-css .appstore-header-logo {
  width: 100px;
  height: 100%;
}
.store-03-css .appstore-header-logo .svg-icon-logo {
  width: 40px;
  height: 40px;
}
.store-03-css .appstore-header-logo .svg-icon-dropdown-arrow {
  width: 30px;
  height: 30px;
}
.store-03-css .appstore-header-nav {
  margin-right: auto;
  font-size: 16px;
  justify-content: flex-start;
}
.store-03-css .appstore-header-nav a {
  padding: 0 20px;
  color: #CCCCCC;
  transition: 0.15s;
}
.store-03-css .appstore-header-nav a:hover {
  color: #ffffff;
  background-color: transparent;
}
.store-03-css .appstore-header-nav .active a {
  color: #ffffff;
  background-color: transparent;
  pointer-events: none;
}
.store-03-css .appstore-header-group-divided {
  margin-right: 10px;
}
.store-03-css .appstore-header-group-divided:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -1px;
  width: 1px;
  background-color: rgba(229, 229, 229, 0.1);
}
.store-03-css .main-header-icon {
  width: 60px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-03-css .main-header-icon .number-of-friends {
  position: absolute;
  bottom: 2px;
  left: -50%;
  right: -50%;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #999999;
}
.store-03-css .main-header-icon .bublicon {
  position: absolute;
  top: 5px;
  right: 1px;
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  background: #D34037;
  text-align: center;
  border-radius: 50%;
}
.store-03-css .main-header-icon-wide {
  padding: 0 9px;
  width: 78px;
}
.store-03-css .main-header-icon-narrow .bublicon {
  right: 6px;
}
.store-03-css .main-header-icon .user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.store-03-css .main-header-icon .user-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-03-css .main-header-icon-log-in {
  width: auto;
  min-width: 100px;
  max-width: 160px;
  padding-right: 10px;
  padding-left: 5px;
  align-items: center;
  justify-content: flex-start;
}
.store-03-css .main-header-icon-log-in svg {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.store-03-css .main-header-icon-log-in span {
  pointer-events: none;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-03-css .appstore-header .window-controls-group {
  align-items: flex-start;
  z-index: 1;
}
.store-03-css .appstore-header .window-controls-group a {
  color: #999999;
}
.store-03-css .appstore-header .window-controls-group a:hover {
  color: #E5E5E5;
  background-color: rgba(229, 229, 229, 0.1);
}
.store-03-css .appstore-header .window-controls-group .window-control-social-btn:hover {
  color: white;
  background-color: var(--social-color);
}
.store-03-css .appstore-header .window-controls-group .window-control-social-btn.discord {
  --social-color: #7289da;
}
.store-03-css .appstore-header .window-controls-group a:last-of-type:hover {
  background-color: #D34037;
  color: #ffffff;
}
.store-03-css .appstore-header .window-controls-group.disabled {
  pointer-events: none;
}
.store-03-css .appstore-header-background {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: 104px;
}
.store-03-css .appstore-header-background img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 1s;
}
@media (min-width: 1920px) {
  .store-03-css .appstore-header-background img {
    width: 100%;
  }
}
.store-03-css .appstore-header-background img.active {
  opacity: 1;
}
.store-03-css .appstore-header-background-library {
  height: 64px;
}
.store-03-css .menu-overwolf {
  z-index: 1;
}
.store-03-css .menu-overwolf.disabled {
  pointer-events: none;
}
.store-03-css .menu-overwolf.active {
  z-index: 30;
}
.store-03-css .welcome-user-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.store-03-css .welcome-user-container .welcome-user {
  width: fit-content;
  display: flex;
  flex-direction: row-reverse;
  background: #ffffff;
  position: relative;
  margin: auto;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 150ms ease-in-out;
  z-index: 29;
  pointer-events: none;
  position: absolute;
}
.store-03-css .welcome-user-container .welcome-user::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-text {
  white-space: nowrap;
  padding: 14px 24px 14px 16px;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-text h2 {
  color: #0D0D0D;
  font-size: 18px;
  filter: drop-shadow(0 0 0 #0D0D0D);
  line-height: 24px;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-text span {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  display: block;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco {
  display: flex;
  padding: 8px 0px 8px 12px;
  width: 68px;
  height: 74px;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim {
  position: relative;
  width: 100%;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim::before, .store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim::after {
  content: '';
  position: absolute;
  background: #D34037;
  border-radius: 50%;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim::before {
  width: 7px;
  height: 7px;
  right: 10px;
  top: 6px;
  animation: floatstar 10s ease-in-out infinite;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim::after {
  width: 4px;
  height: 4px;
  bottom: 9px;
  left: 5px;
  animation: floatstar 7s ease-in-out infinite;
  animation-direction: reverse;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim .star1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  animation: floatstar 8s ease-in-out infinite;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim .star1::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: #E5E5E5;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim .star1 .single-star-img {
  width: 33px;
  height: 33px;
  position: absolute;
  right: 0px;
  left: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim .star1 .slim-star-img {
  position: absolute;
  right: 0px;
  left: -3px;
  top: 0px;
  bottom: 1px;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 2;
  transform: scale(0);
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim .star2 {
  position: absolute;
  bottom: 4px;
  right: 6px;
  width: 21px;
  height: 21px;
  animation: floatstar 7s ease-in-out infinite;
  animation-direction: reverse;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim .star2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-color: #E5E5E5;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim .star2 .single-star-img {
  position: absolute;
  right: 0px;
  left: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 21px;
  z-index: 3;
}
.store-03-css .welcome-user-container .welcome-user .welcome-user-deco .stars-anim .star2 .slim-star-img {
  position: absolute;
  right: 0px;
  left: -5px;
  top: 0px;
  bottom: 2px;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index: 2;
  transform: scale(0);
}
.store-03-css .welcome-user-container .welcome-user.active {
  opacity: 1;
  top: 2px;
}
.store-03-css .welcome-user-container .welcome-user.active .star1 .single-star-img {
  animation: starspin 5s infinite;
  animation-delay: 0.6s;
}
.store-03-css .welcome-user-container .welcome-user.active .star1 .slim-star-img {
  animation: growshrink 5s infinite;
  animation-delay: 0.6s;
}
.store-03-css .welcome-user-container .welcome-user.active .star2 .single-star-img {
  animation: starspin 5s infinite;
  animation-delay: 0.3s;
}
.store-03-css .welcome-user-container .welcome-user.active .star2 .slim-star-img {
  animation: growshrink 5s infinite;
  animation-delay: 0.3s;
}

@keyframes starspin {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes growshrink {
  0% {
    transform: scale(0);
  }
  6% {
    transform: scale(1);
  }
  11% {
    transform: scale(0);
  }
  94% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes floatstar {
  0% {
    transform: translateY(0px) rotateZ(0.01deg);
  }
  50% {
    transform: translateY(5px) rotateZ(0.01deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0.01deg);
  }
}
