.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
  white-space: nowrap;
}

.landing-btn--loud {
  background-color: #4850e5;
  border-radius: 12px;
  color: #fff;
}

.landing-btn--loud:hover {
  background-color: #3d44c9;
}

.landing-btn--quiet {
  background: transparent;
  color: #282834;
  padding: 8px 16px;
}

.landing-btn--quiet:hover,
.landing-icon-btn:hover {
  background-color: rgba(40, 40, 52, 0.08);
}

.landing-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

@keyframes reveal-pricing-width {
  0%,
  34.3% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes reveal-pricing-opacity {
  0%,
  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash-sale-swing {
  0%,
  54%,
  100% {
    transform: rotate(0deg);
  }

  23.6%,
  80.4% {
    transform: rotate(-5deg);
  }
}

.new-landing-hero-section {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  min-height: 624px;
  margin: 8px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
}

.new-landing-hero-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/new-landing-hero-flashsale-mobile_2x--db7dcbd6.webp");
  background-repeat: no-repeat;
  background-position: center 68%;
  background-size: cover;
}

.new-landing-hero-section__navbar,
.new-landing-hero-section__nav,
.new-landing-hero-section__logo,
.new-landing-hero-section__nav-actions {
  display: none;
}

.new-landing-hero-section__logo {
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.3);
}

.new-landing-hero-section__logo-icon {
  display: block;
  width: 32px;
  height: 32px;
}

.new-landing-hero-section__logo-wordmark {
  display: none;
  width: auto;
  height: 22px;
}

.new-landing-hero-section__nav-actions {
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.3);
}

.new-landing-hero-section__hamburger svg {
  width: 24px;
  height: 24px;
}

.new-landing-hero-section__copy-group {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: auto;
  padding: 0 24px 24px;
  box-sizing: border-box;
}

.new-landing-hero-section__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 100%;
  margin-top: 0;
  padding: 0;
  box-sizing: border-box;
}

.new-landing-hero-section__pill {
  display: inline-block;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: #282834;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.new-landing-hero-section__title {
  width: auto;
  max-width: 100%;
  margin: 0;
  color: #282834;
  font-size: clamp(40px, 11vw, 52px);
  font-style: normal;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -2px;
  overflow-wrap: anywhere;
  text-align: left;
  text-wrap: balance;
}

.new-landing-hero-section__title--flash-sale {
  max-width: max-content;
}

.new-landing-hero-section__title--mobile {
  display: none;
}

.new-landing-hero-section__title-line {
  display: block;
  white-space: nowrap;
}

.new-landing-hero-section__subtitle {
  max-width: 18rem;
  margin: 0;
  color: #282834;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
}

.new-landing-hero-section__off-wrapper {
  position: absolute;
  top: -64px;
  left: 100%;
  width: 0;
  height: 0;
}

.new-landing-hero-section__off-anchor {
  position: relative;
  display: inline-block;
  margin-left: 0.08em;
  white-space: nowrap;
}

.new-landing-hero-section__off-text {
  display: inline-block;
}

.new-landing-hero-section__flash-sale-badge {
  position: absolute;
  top: 0;
  left: -6px;
  width: 72px;
  height: 54px;
  display: block;
  pointer-events: none;
  transform-origin: 65% 94%;
  animation: flash-sale-swing 2s cubic-bezier(0.5, 0, 0.5, 1) 1;
}

.new-landing-hero-section__cta-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 0;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}

.landing-btn.new-landing-hero-section__cta-btn,
.andes-ui-button.new-landing-hero-section__cta-btn {
  width: 204px !important;
  min-width: 204px !important;
  max-width: 204px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  border-radius: 12px !important;
  padding: 8px 24px !important;
  font-size: 14px !important;
  line-height: 18px;
  white-space: normal;
}

.new-landing-hero-section__promo-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  max-width: min(100%, 24rem);
  overflow: hidden;
  box-sizing: border-box;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  will-change: clip-path, opacity;
  animation:
    reveal-pricing-width 2.45s cubic-bezier(0.25, 0.1, 0.25, 1) 1 forwards,
    reveal-pricing-opacity 1.4s cubic-bezier(0, 0, 0.58, 1) 1 forwards;
}

.new-landing-hero-section__promo-pricing__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.new-landing-hero-section__promo-pricing__original {
  color: rgba(40, 40, 52, 0.6);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: line-through;
  white-space: nowrap;
}

.new-landing-hero-section__promo-pricing__badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 18px;
  background-color: #ffd000;
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.new-landing-hero-section__promo-pricing__badge--flash-sale {
  background-color: #ffe600;
  color: #1a1a1a;
}

.new-landing-hero-section__promo-price {
  display: inline-flex;
  align-items: center;
  color: #282834;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

[data-is-webview="true"] + .new-landing-hero-section .new-landing-hero-section__nav-actions,
[data-is-webview="true"] + .new-landing-hero-section .new-landing-hero-section__logo {
  display: none;
}

@media only screen and (min-width: 768px) {
  .new-landing-hero-section__off-anchor {
    position: relative;
  }

  .new-landing-hero-section__off-wrapper {
    position: absolute;
    top: 9px;
    left: -40px;
  }

  .new-landing-hero-section__flash-sale-badge {
    width: 104px;
    height: 78.28px;
    top: -17px;
    left: -39px;
  }

  .new-landing-hero-section {
    min-height: 624px;
    height: 624px;
    min-height: clamp(624px, calc(100vh - 240px), 680px);
    min-height: clamp(624px, calc(100dvh - 240px), 680px);
    height: clamp(624px, calc(100vh - 240px), 680px);
    height: clamp(624px, calc(100dvh - 240px), 680px);
    padding: 132px 40px 32px;
  }

  .new-landing-hero-section__bg {
    top: 0;
    background-image: url("https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/new-landing-hero-flashsale-tablet-768_2x--f224811f.webp");
    background-position: center 16%;
  }

  .new-landing-hero-section__copy-group {
    justify-content: space-between;
    gap: 24px;
    padding: clamp(120px, calc(100% - 420px), 180px) 40px 32px;
  }

  .new-landing-hero-section__content {
    gap: 24px;
    max-width: min(100%, 720px);
  }

  .new-landing-hero-section__content--hot-sale {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 694px;
    padding: 0;
    transform: none;
  }

  .new-landing-hero-section__pill {
    font-size: 20px;
    line-height: 24px;
  }

  .new-landing-hero-section__title {
    font-size: clamp(64px, 8vw, 72px);
    letter-spacing: -3.6px;
  }

  .new-landing-hero-section__subtitle {
    max-width: 26rem;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .new-landing-hero-section__cta-area {
    position: static;
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
  }

  .landing-btn.new-landing-hero-section__cta-btn,
  .andes-ui-button.new-landing-hero-section__cta-btn {
    flex: 0 0 204px !important;
    width: 204px !important;
    min-width: 204px !important;
    max-width: 204px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 8px 24px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    line-height: 24px;
  }

  .new-landing-hero-section__promo-pricing {
    gap: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .new-landing-hero-section__flash-sale-badge {
    width: 148px;
    height: 111px;
    top: -100px;
    left: 146px;
  }

  .new-landing-hero-section {
    padding: 132px 40px 48px;
  }

  .new-landing-hero-section__copy-group {
    padding: clamp(80px, calc(100% - 400px), 120px) 40px 32px;
  }

  .new-landing-hero-section__content {
    max-width: min(100%, 1080px);
    gap: 28px;
  }

  .new-landing-hero-section__bg {
    background-image: url("https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/new-landing-hero-flashsale-desktop-1366_2x--6610b2a7.webp");
    background-position: center;
  }

  .new-landing-hero-section__content--hot-sale {
    max-width: 100%;
    width: 1080px;
    gap: 28px;
  }

  .new-landing-hero-section__pill {
    font-size: 18px;
    line-height: 24px;
  }

  .new-landing-hero-section__title {
    font-size: clamp(72px, 7vw, 94px);
    letter-spacing: -4.8px;
  }

  .new-landing-hero-section__subtitle {
    max-width: 420px;
    font-size: 28px;
    line-height: 32px;
  }

  .new-landing-hero-section__cta-area {
    gap: 24px;
  }

  .landing-btn.new-landing-hero-section__cta-btn,
  .andes-ui-button.new-landing-hero-section__cta-btn {
    flex: 0 0 204px !important;
    flex-basis: 204px !important;
    width: 204px !important;
    min-width: 204px !important;
    max-width: 204px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 8px 24px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  .new-landing-hero-section__promo-pricing {
    gap: 0;
  }
}

@media only screen and (min-width: 768px) and (max-height: 900px) {
  .new-landing-hero-section {
    padding: 116px 40px 28px;
  }

  .new-landing-hero-section__copy-group {
    gap: 20px;
    padding: clamp(84px, calc(100% - 388px), 132px) 40px 28px;
  }

  .new-landing-hero-section__content {
    gap: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
  .new-landing-hero-section__copy-group {
    padding: clamp(64px, calc(100% - 368px), 108px) 40px 28px;
  }
}

@media only screen and (min-width: 768px) and (max-height: 820px) {
  .new-landing-hero-section {
    padding: 104px 40px 24px;
  }

  .new-landing-hero-section__copy-group {
    gap: 16px;
    padding: clamp(52px, calc(100% - 340px), 92px) 40px 24px;
  }

  .new-landing-hero-section__content {
    gap: 16px;
  }
}

@media only screen and (min-width: 1025px) and (max-height: 820px) {
  .new-landing-hero-section__copy-group {
    padding: clamp(36px, calc(100% - 328px), 76px) 40px 24px;
  }

  .new-landing-hero-section__subtitle {
    max-width: 380px;
  }
}

@media only screen and (min-width: 1920px) {
  .new-landing-hero-section {
    max-width: 1920px;
    margin: 8px auto;
  }

  .new-landing-hero-section__bg {
    background-image: url("https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/new-landing-hero-flashsale-desktop-1920_2x--84beeac9.webp");
    background-position: center;
  }

  .new-landing-hero-section__copy-group {
    padding-top: clamp(80px, calc(100% - 400px), 120px);
  }

  .new-landing-hero-section__content {
    max-width: 1120px;
  }

  .new-landing-hero-section__content--hot-sale {
    width: 1120px;
  }

  .new-landing-hero-section__title {
    font-size: 102px;
    letter-spacing: -5.1px;
  }

}

@media only screen and (max-width: 767px) {
  .new-landing-hero-section {
    min-height: 624px;
    height: 624px;
    min-height: clamp(624px, calc(100vh - 140px), 724px);
    min-height: clamp(624px, calc(100dvh - 140px), 724px);
    height: clamp(624px, calc(100vh - 140px), 724px);
    height: clamp(624px, calc(100dvh - 140px), 724px);
  }

  .new-landing-hero-section__copy-group {
    gap: 28px;
    padding: 0 24px 40px;
  }

  .new-landing-hero-section__content {
    gap: 16px;
  }

  .new-landing-hero-section__title--desktop {
    display: none;
  }

  .new-landing-hero-section__title--mobile {
    display: block;
  }

  .new-landing-hero-section__subtitle {
    margin-top: 8px;
  }

  .new-landing-hero-section__cta-area {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .new-landing-hero-section__off-anchor {
    position: static;
    display: inline;
  }

  .new-landing-hero-section__off-wrapper {
    position: static;
    width: auto;
    height: auto;
  }

  .new-landing-hero-section__flash-sale-badge {
    top: -76px;
    left: -3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .new-landing-hero-section__flash-sale-badge,
  .new-landing-hero-section__promo-pricing {
    animation: none;
  }

  .new-landing-hero-section__promo-pricing {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
