.preheader-container {
  background: linear-gradient(90deg, #FB465E 0%, #FC8444 100%);
  transition: all 0.3s ease;
}

.preheader {
  background-image: url("/application/client/theme/xpresent/img/birthday/background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 10px 0;
}

.preheader-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

.preheader-img {
  width: 26px;
}

@media screen and (max-width: 991px) {
  .activation-list .catalog-left-side.out .side-mobile-panel-block .catalog-filter {
    padding-bottom: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .w-header.out {
    transform: translateY(-170%);
  }
  #wrapper.main-wrapper {
    padding-top: 116px !important;
  }
  .preheader-container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 110;
  }
  .preheader {
    background-position: left;
    background-size: auto 100%;
  }
  .activation-list .out {
    transform: translate3d(0, 13%, 0) !important;
  }
  .preheader-container.out {
    transform: translateY(-100%);
  }
  .w-header {
    top: 42px;
  }
}
@media all and (max-width: 596px) {
  .preheader {
    background-image: url("/application/client/theme/xpresent/img/birthday/background-min.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    gap: 10px;
  }
  .preheader-title {
    font-size: 14px;
  }
  .preheader-img {
    width: 24px;
  }
}
@media all and (max-width: 350px) {
  .preheader-title {
    font-size: 12px;
  }
}

/*# sourceMappingURL=preheader.css.map */
