.hero-banner {
  position: relative;
  max-height: 700px;
  height: 100vh;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .hero-banner {
    height: auto;
  }
}
.hero-banner::before {
  content: "";
  position: absolute;
  bottom: -130px;
  left: 0;
  width: 100%;
  height: 370px;
  background-image: url(/cdn/shop/files/bg-grd.png?v=1741196939);
  background-repeat: no-repeat;
  z-index: 3;
}
@media (max-width: 768px) {
  .hero-banner::before {
    bottom: -125px;
    height: 170px;
    background: linear-gradient(
      0deg,
      rgba(170, 152, 208, 0.2) 0,
      rgba(170, 152, 208, 0.9) 25.37%,
      #aa98d0 45.98%,
      rgba(170, 152, 208, 0.9) 62.05%,
      rgba(170, 152, 208, 0.2) 100%
    );
  }
}
@media screen and (max-height: 880px) and (max-width: 1024px) {
  .hero-banner::before {
    bottom: -284px;
  }
}
.hero-banner::after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: 0;
  width: 100%;
  height: 365px;
  overflow: hidden;
  background-image: url(/cdn/shop/files/bg-grd.png?v=1741196939);
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-banner::after {
    top: -100px;
    background: linear-gradient(
      0deg,
      rgba(170, 152, 208, 0) 0,
      rgba(170, 152, 208, 0.78) 26.57%,
      rgba(170, 152, 208, 0.96) 40.36%,
      #aa98d0 54.08%
    );
    height: 50vh;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .hero-banner {
    max-height: 765px;
    padding: 0 20px;
  }
}
.hero-banner__container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  z-index: 4;
}
.hero-banner__gradient {
  display: block !important;
  position: absolute;
  top: -15vh;
  left: 0;
  width: 50%;
  height: 920px;
  background: linear-gradient(
    270.31deg,
    rgba(170, 152, 208, 0) 3.85%,
    rgba(170, 152, 208, 0.6) 15.22%,
    rgba(170, 152, 208, 0.85) 25.99%,
    #aa98d0 40.96%,
    #aa98d0 58.83%
  );
  z-index: 3;
}
.hero-banner__background {
  position: absolute;
  top: -145px;
  left: 0;
  width: 100%;
  height: 910px;
  object-fit: cover;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-banner__background.desktop-only {
    display: none;
  }
}
.hero-banner__background.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .hero-banner__background.mobile-only {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 667px;
    object-fit: cover;
  }
}
.hero-banner__content {
  position: relative;
  z-index: 4;
  max-width: 640px;
  margin: 0;
  text-align: left;
}
.hero-banner__content * {
  text-shadow: none !important;
}
.hero-banner__content--full {
  max-width: 820px;
}
.hero-banner__title {
  font-family: Augustus-Black, sans-serif;
  font-size: clamp(42px, 6vw, 90px);
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 3vh;
  color: #fff;
  margin: 0;
  margin-bottom: 40px;
  text-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .hero-banner__title {
    font-size: clamp(32px, 8vw, 48px);
    text-align: center;
    margin-bottom: 16px;
  }
}
.hero-banner__description {
  font-family: Brown-Bold, sans-serif;
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 3vh;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .hero-banner__description {
    font-size: clamp(18px, 4vw, 26px);
    line-height: 1.2;
    text-align: center;
  }
}
.hero-banner__button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 20.5px 32px;
  background-color: #ea9c4d;
  color: #71140d;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  border-radius: 100px;
  border: 2.5px solid #fff;
  font-weight: 600;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-family: Brown-Bold, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 27.44px;
  max-width: 622px;
}
.hero-banner__button:hover {
  background-color: rgb(228.6180904523, 130.6281407035, 31.3819095477);
}
.hero-banner__button-icon {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .hero-banner__button {
    font-size: 24px;
    line-height: 24px;
    padding: 15px 20px;
    gap: 24px;
    max-width: 268px;
    display: flex;
    margin: 0 auto;
  }
}
.hero-banner__rating {
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .hero-banner__rating {
    display: none;
  }
}
.hero-banner__rating-avatars {
  display: flex;
  align-items: center;
}
.hero-banner__rating-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}
.hero-banner__rating-avatar:first-child {
  margin-left: 0;
}
.hero-banner__rating-stars {
  color: #fff;
  font-size: 14px;
}
.hero-banner__rating-stars span {
  display: block;
  margin-bottom: 4px;
  font-family: Brown-Bold, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.hero-banner__rating-stars-wrapper {
  display: flex;
  gap: 0;
}
.hero-banner__star {
  color: gold;
}
@media (min-width: 1414px) {
  .hero-banner__background-wrapper {
    max-width: none;
  }
  .hero-banner__background {
    width: 100%;
    max-height: 910px;
    aspect-ratio: 1600/910;
  }
}
@media (max-width: 1024px) {
  .hero-banner__content {
    max-width: 60vw;
  }
}
@media (max-width: 768px) {
  .hero-banner__content {
    max-width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .hero-banner__background-wrapper {
    height:665px;
    top: 0;
  }
  .hero-banner__gradient {
    width: 100%;
    height: 400px;
    top: -220px;
    background: linear-gradient(
      180deg,
      rgba(170, 152, 208, 0.9) 80%,
      rgba(170, 152, 208, 0) 100%
    );
  }
}
.hero-banner-new-section {
  position: relative;
  z-index: 101;
}

.header__logo-link {
  position: relative
}

.header__logo-link img {
      max-width: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(-50%, -50%);
}
@media (min-width: 1440px) {
  .hero-banner-new-section {
    height: 100vh;
  }
  .hero-banner-new-section .hero-banner {
    height: 100vh;
    max-height: 100vh;
  }
  .hero-banner-new-section .hero-banner__gradient {
    height: 115vh;
  }
  .hero-banner-new-section .hero-banner__background {
    max-height: calc(100vh + 150px);
    height: calc(100vh + 150px);
  }
  .hero-banner-new-section .hero-banner__container {
    margin: auto;
  }
}
#MainContent {
  overflow-x: clip;
}
