.index .kesra-store-header .kesra-main-nav-container {
	background: transparent !important;
}

.index .kesra-store-header {
	position: absolute !important;
	width: 100% !important;
	background: transparent !important;
}


section.s-block.s-block--fixed-banner.wide-placeholder, section.s-block.s-block--fixed-banner.wide-placeholder * {
    padding: unset !important;
    margin: unset !important;
    max-width: unset !important;
}


@keyframes intro {
  0% {
    width: 100%;
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  99% {
    width: 100%;
  }

  100% {
    width: 0;
    opacity: 0;
    display: none;
  }
}

@keyframes intro_logo {
  0% {
    width: 100%;
    height: 110%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  99% {
    width: 100%;
    height: 100%;
  }

  100% {
    width: 0;
    opacity: 0;
    display: none;
  }
}
