.super-sale-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 40px 0 40px 32px;
  position: relative;
  min-height: 500px;
  border-radius: 36px;
  box-shadow: 0 0 20px 0 rgba(44, 46, 54, 0.15);
  background: var(--section-background-color);
}
@media (max-width: 991px) {
  .super-sale-hero {
    min-height: 0;
    padding: 24px 16px 250px 16px;
  }
}
.super-sale-hero img {
  display: block;
  position: absolute;
  left: 435px;
  bottom: 0;
  height: 573px;
  width: auto;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .super-sale-hero img {
    left: 16px;
    top: auto;
    bottom: 24px;
    height: 260px;
    transform: none;
  }
}
.super-sale-hero__labels {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 991px) {
  .super-sale-hero__labels {
    gap: 8px;
  }
}
.super-sale-hero__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: var(--const-white);
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  padding: 12px 12px;
  border-radius: 100px;
  white-space: nowrap;
  background: var(--const-red);
}
@media (max-width: 991px) {
  .super-sale-hero__label {
    gap: 4px;
    padding: 6px 12px;
  }
}
.super-sale-hero__title {
  display: block;
  position: relative;
  color: var(--text-primary);
  z-index: 5;
}
.super-sale-hero__title svg {
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  width: auto;
}
@media (max-width: 991px) {
  .super-sale-hero__title svg {
    height: 23px;
  }
}
.super-sale-hero__labels + .super-sale-hero__title {
  margin-top: 18px;
}
@media (max-width: 991px) {
  .super-sale-hero__labels + .super-sale-hero__title {
    margin-top: 16px;
  }
}
.super-sale-hero__description {
  margin-top: 24px;
  position: relative;
  color: var(--text-primary);
  z-index: 5;
}
@media (max-width: 991px) {
  .super-sale-hero__description {
    margin-top: 12px;
  }
}
.super-sale-hero__button {
  display: block;
  text-align: center;
  box-sizing: border-box;
  width: fit-content;
  margin-top: 40px;
  background: var(--button-background-color);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 24px;
  color: var(--button-text-color);
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease 0s;
}
@media (max-width: 991px) {
  .super-sale-hero__button {
    margin-top: 24px;
    width: 100%;
  }
}
.super-sale-hero__button:hover {
  opacity: 0.7;
}

.super-sale-steps {
  margin-top: 24px;
}
.super-sale-steps__title {
  color: var(--text-primary);
}
.super-sale-steps__title + .super-sale-steps__items {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .super-sale-steps__title + .super-sale-steps__items {
    margin-top: 24px;
  }
}
.super-sale-steps__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 40px;
}
@media (max-width: 991px) {
  .super-sale-steps__items {
    row-gap: 24px;
  }
}
.super-sale-steps__item {
  display: block;
  width: calc(33.33% - 47px);
  box-sizing: border-box;
  padding: 16px 12px 20px;
  border-radius: 28px;
  background: var(--section-background-color);
  box-shadow: 0 0 10px 0 rgba(44, 46, 54, 0.15);
}
@media (max-width: 991px) {
  .super-sale-steps__item {
    width: 100%;
  }
}
.super-sale-steps__image {
  display: block;
  position: relative;
}
.super-sale-steps__image:before {
  content: "";
  display: block;
  padding-top: 62.66%;
}
.super-sale-steps__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 20px;
}
.super-sale-steps__info {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-left: 48px;
  min-height: 40px;
}
.super-sale-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--button-text-color);
  font-size: 20px;
  font-weight: 700;
  background: var(--button-background-color);
}
.super-sale-steps__heading {
  color: var(--button-background-color);
}
.super-sale-steps__description {
  margin-top: 4px;
  color: var(--const-gray);
}

.super-sale-steps + #main-filter {
  margin-top: 48px;
}
@media (max-width: 991px) {
  .super-sale-steps + #main-filter {
    margin-top: 24px;
  }
}

.super-sale-empty__title {
  color: var(--button-background-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 991px) {
  .super-sale-empty__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
  }
}
.super-sale-empty__description {
  margin-top: 20px;
  color: var(--const-gray);
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
.super-sale-empty__button {
  display: block;
  text-align: center;
  box-sizing: border-box;
  width: fit-content;
  margin-top: 32px;
  background: var(--button-background-color);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 24px;
  color: var(--button-text-color);
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease 0s;
}
@media (max-width: 991px) {
  .super-sale-empty__button {
    margin-top: 20px;
    width: 100%;
  }
}
.super-sale-empty__button:hover {
  opacity: 0.7;
}

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