/** Shopify CDN: Minification failed

Line 706:27 Expected ")" to end URL token

**/
.banner {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  z-index: auto;
  isolation: isolate;
}

.banner--hero-section {
  width: 100%;
}

.banner__box {
  text-align: center;
  padding: 40px 16px;
  position: relative;
  height: fit-content;
  width: 100%;
  word-wrap: break-word;
  z-index: 20 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* Enhanced frosted glass effect */
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0.1) 90%,
    rgba(255, 255, 255, 0.2)
  );
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: none;
  border-radius: 12px;
  box-shadow: 
    0 4px 12px rgba(31, 38, 135, 0.07),
    inset 0 0 32px rgba(255, 255, 255, 0.1);
}

.banner__box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.1)
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.banner__box.gradient {
  transform: perspective(0);
}

@media only screen and (max-width: 749px) {
  .banner--content-align-mobile-right .banner__box {
    text-align: right;
  }

  .banner--content-align-mobile-left .banner__box {
    text-align: left;
  }
}

@media only screen and (min-width: 750px) {
  .banner--content-align-right .banner__box {
    text-align: right;
  }

  .banner--content-align-left .banner__box {
    text-align: left;
  }

  .banner--content-align-left.banner--desktop-transparent .banner__box,
  .banner--content-align-right.banner--desktop-transparent .banner__box,
  .banner--medium.banner--desktop-transparent .banner__box {
    max-width: 68rem;
  }
}

.banner__media.animate--zoom-in {
  clip-path: inset(0px);
}

.banner__media.animate--zoom-in > img:not(.zoom):not(.deferred-media__poster-button),
.banner__media.animate--zoom-in > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: calc(100 * var(--vh, 1vh) - var(--announcement-bar-height, 0px) - 52px);
}

@media screen and (max-width: 749px) {
  .banner__media {
    height: 100%;
    bottom: 0px;
    position: relative;
    border-radius: 0 !important;
  }

  .hero-carousel__track{
    height: calc(100% - 45px) !important;
  }

  .banner__content {
    flex: 0 0 auto;
    height: fit-content;
    align-items: flex-end !important;
    justify-content: center;
    padding-bottom: 0;
  }

  .banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
    background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.1) 10%,
      rgba(255, 255, 255, 0.1) 90%,
      rgba(255, 255, 255, 0.2)
    );
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
  }
  .banner__content {
    padding: 0 16px;
  }
  .banner__text--caption-with-letter-spacing {
    order: -1; /* Move to top */
    font-size: 9px;
    line-height: 12px;
    margin: 0;
    text-align: center;
  }
  .banner__heading {
    font-size: 18px;
    line-height: 24px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .banner--small:not(.banner--adapt) {
    min-height: 42rem;
  }
  .banner--medium:not(.banner--adapt) {
    min-height: 56rem;
  }
  .banner--large:not(.banner--adapt) {
    min-height: calc(100vh - 160px);
  }
  .banner__content.banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .banner__content.banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }
  .banner__content.banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .banner__content.banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }
  .banner__content.banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }
  .banner__content.banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }
  .banner__content.banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .banner__content.banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }
  .banner__content.banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .show-on-mobile {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .banner--large:not(.banner--adapt) {
    min-height: calc(100vh - 224px);
  }
}

@media screen and (max-width: 749px) {
 
  .banner:not(.banner--stacked) {
    height: 55vh !important;
  }

  .banner--stacked {
    height: auto;
  }
  .banner--stacked .banner__media {
    flex-direction: column;
  }
}

.banner__media img,
.banner__media picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(10px);
}

.banner__media-product {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  background: transparent;
  flex-direction: column;
  position: relative;
}

.banner__media-product img {
  width: auto;
  height: 100%;
  object-fit: contain;
  max-width: 50%;
  margin: 0;
  position: relative;
}

/* Product image reflection */
.banner__media-product::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  width: 50%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), transparent);
  -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent);
  mask-image: linear-gradient(to bottom, black 20%, transparent);
  opacity: 0.5;
  pointer-events: none;
}

.banner__media-half {
  width: 50%;
}

.banner__media-half + .banner__media-half {
  right: 0;
  left: auto;
}

.banner__media-half.animate--fixed:first-child > img,
.banner__media-half.animate--zoom-in:first-child > img {
  width: 50%;
}

.banner__media-half.animate--fixed:nth-child(2) > img,
.banner__media-half.animate--zoom-in:nth-child(2) > img {
  left: 50%;
  width: 50%;
}

@media screen and (max-width: 749px) {
  .banner--stacked .animate--fixed:first-child > img,
  .banner--stacked .animate--zoom-in:first-child > img {
    width: 100%;
  }
  .banner--stacked .banner__media-half.animate--fixed:nth-child(2) > img,
  .banner--stacked .banner__media-half.animate--zoom-in:nth-child(2) > img {
    left: 0;
    width: 100%;
  }
  .banner--stacked .banner__media-half {
    width: 100%;
  }
  .banner--stacked .banner__media-half + .banner__media-half {
    order: 1;
  }
}

@media screen and (min-width: 750px) {
  .banner__media {
    height: 100%;
  }
}

.banner--adapt,
.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
  height: auto;
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom .banner__media,
  .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: relative;
  }
  .banner--stacked.banner--adapt .banner__content {
    height: auto;
  }
  .banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
    background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.1) 10%,
      rgba(255, 255, 255, 0.1) 90%,
      rgba(255, 255, 255, 0.2)
    );
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
  }
  .banner:not(.banner--mobile-bottom) .banner__box {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .banner:not(.banner--mobile-bottom) .button--secondary {
    --alpha-button-background: 0;
  }
  .banner--stacked:not(.banner--adapt) .banner__content {
    position: absolute;
    height: auto;
    align-items: flex-end;
    bottom: 0;
  }
  .banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    align-items: flex-end;
    bottom: 0;
  }
  .banner__content {
    align-items: flex-end !important;
    justify-content: center;
  }
  .banner--stacked:not(.banner--adapt) .banner__media {
    position: relative;
  }
  .banner::before {
    display: none !important;
  }
  .banner--stacked .banner__media-image-half {
    width: 100%;
  }
}

.banner__content {
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

@media screen and (min-width: 750px) {
  .banner__box {
    display: none;
  }
  }

@media screen and (min-width: 750px) {
  .banner__content {
    padding: 48px;
  }
  .banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }
  .banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }
  .banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }
  .banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }
  .banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }
  .banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom:not(.banner--stacked) .banner__content {
    order: 2;
  }
  .banner:not(.banner--mobile-bottom) .field__input,
  .banner--mobile-bottom:not(.banner--stacked) .banner__box.color-scheme-1 {
    background: transparent;
  }
}

.banner--mobile-bottom .banner__box {
  padding: 24px 32px;
}

@media screen and (min-width: 750px) {
  .banner__box {
    padding: 4rem 3.5rem !important;
  }
  .banner--desktop-transparent .banner__box {
    padding: 4rem 3.5rem;
    background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.1) 10%,
      rgba(255, 255, 255, 0.1) 90%,
      rgba(255, 255, 255, 0.2)
    );
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: none;
    border-radius: 12px;
    box-shadow: 
      0 4px 12px rgba(31, 38, 135, 0.07),
      inset 0 0 32px rgba(255, 255, 255, 0.1);
  }
  .banner--desktop-transparent .button--secondary {
    --alpha-button-background: 0;
  }
  .banner--desktop-transparent .content-container:after {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom::after,
  .banner--mobile-bottom .banner__media::after {
    display: none;
  }
}

.banner::after,
.banner__media::after {
  content: '';
  position: absolute;
  top: 0;
  background: #000000;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.banner__text {
  color: rgba(var(--color-foreground), 1) !important;
}

.banner__box > * + .banner__text {
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .banner__box > * + .banner__text {
    margin-top: 2rem;
  }
}

.banner__box > * + * {
  margin-top: 1rem;
}

.banner__box > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .banner--stacked .banner__box {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .banner__box {
    width: auto;
    max-width: 71rem;
    min-width: 45rem;
  }
}

@media screen and (min-width: 1400px) {
  .banner__box {
    max-width: 90rem;
  }
}

.banner__heading {
  margin-bottom: 0;
  margin-top: 12px;
}

.banner__heading p {
  margin: 0;
}

@media screen and (max-width: 749px) {
  .banner__heading {
    text-align: center;
  }
}

.banner__heading p + p {
  margin-top: 0.5em;
}

.banner__box .banner__heading + * {
  margin-top: 12px;
}

.banner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 45rem;
  word-break: break-word;
}

@media screen and (min-width: 750px) {
  .banner--content-align-center .banner__buttons--multiple > * {
    flex-grow: 1;
    min-width: 22rem;
  }
  .banner--content-align-right .banner__buttons--multiple {
    justify-content: flex-end;
  }
}

.banner__box > * + .banner__buttons {
  margin-top: 2rem;
}

@media screen and (max-width: 749px) {
  .banner__box > * + .banner__buttons {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .banner:not(.slideshow) .rte a,
  .banner:not(.slideshow) .inline-richtext a:hover,
  .banner:not(.slideshow) .rte a:hover {
    color: currentColor;
  }
}

@media screen and (min-width: 750px) {
  .banner--desktop-transparent .rte a,
  .banner--desktop-transparent .inline-richtext a:hover,
  .banner--desktop-transparent .rte a:hover {
    color: currentColor;
  }
}

.banner__media-cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner__media-cover-image .banner__media-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner__media-cover-image .banner__media-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner__media-cover-image .cover-image-anchor-top img {
  object-position: top;
}

.banner__media-cover-image .cover-image-anchor-center img {
  object-position: center;
}

.banner__media-cover-image .cover-image-anchor-bottom img {
  object-position: bottom;
}

.banner__media-product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}

.banner__media-image-product {
  width: auto;
  height: 72%;
  max-width: 60vw;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom center;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

/* Product image reflection */
.banner__media-image-reflection {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%) scaleY(-1) translateY(var(--reflection-offset, 7%));
  transform-origin: bottom;
  opacity: 0.2;
  width: auto;
  height: 72%;
  max-width: 60vw;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom center;
  -webkit-mask-image: linear-gradient(to top, black 10%, transparent 25%);
  mask-image: linear-gradient(to top, black 10%, transparent 25%);
}

/* Set the product image as a CSS variable when it loads */
.banner__media-image-product {
  --product-image: none;
}

.banner__media-image-product[src] {
  --product-image: url(attr(src));
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom .banner__media-product-overlay {
    top: 0;
  }
  .banner--mobile-bottom .banner__media-image-product {
    bottom: 40px;
  }
  .banner--mobile-bottom .banner__media-image-reflection {
    bottom: 40px;
  }
}

/* Scroll Chevron Styles */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner__scroll-chevron {
  display: none;
}

.banner__scroll-chevron svg {
  display: block;
  width: 80px;
  height: 12px;
}

@media screen and (min-width: 750px) {
  .banner__scroll-chevron {
    display: none;
  }
}

/* Update banner box to accommodate chevron */
@media screen and (max-width: 749px) {
  .banner--mobile-bottom .banner__box {
    justify-content: center;
    align-items: center;
  }
}

@keyframes bannerImageReveal {
  from {
    filter: blur(10px);
    transform: scale(1);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}

.banner__media-image-loaded {
  /* Initial state matches animation 'from' */
  filter: blur(10px);
  transform: scale(1);
  animation: bannerImageReveal 2s cubic-bezier(0.5, 0, 0.1, 1) forwards;
  will-change: filter, transform;
  transform-origin: 50% 75%;
}

@keyframes bannerImageBlurIn {
  from {
    filter: blur(5px);
  }
  to {
    filter: blur(0);
  }
}

.banner__media-image-blur-in {
  animation: bannerImageBlurIn 2s cubic-bezier(0.5, 0, 0.1, 1) forwards;
  will-change: filter;
  filter: blur(0);
}

.banner__media-product-overlay img {
  filter: blur(5px);
}

.hero-carousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-carousel::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

@media screen and (max-width: 749px) {
  .hero-carousel {
    position: relative;
  }

  .hero-carousel::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 10;
  }
}

.banner__media-image-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.banner__media-image-blur-up {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px);
  z-index: 1;
  transition: opacity 0.3s;
  opacity: 1;
}
.banner__media-image-loaded {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
/* Triggered by inline onload="this.classList.add('loaded')" - fires immediately when image loads */
.banner__media-image-loaded.loaded {
  opacity: 1;
}

.banner__media-image-product::before,
.banner__media-image-reflection::before {
  content: '';
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: var(--blur-up-bg);
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
/* Triggered by inline onload="this.classList.add('loaded')" - fires immediately when image loads */
.banner__media-image-product.loaded::before,
.banner__media-image-reflection.loaded::before {
  opacity: 0;
}

.hero-carousel__track {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 1.5s cubic-bezier(0.48, 0, 0.04, 1);
  will-change: transform;
}
.hero-carousel__item {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero-carousel__learn-more-section {
  background: linear-gradient(
      to bottom right,
      rgba(var(--color-background), 0.2),
      rgba(var(--color-background), 0.3) 10%,
      rgba(var(--color-background), 0.2) 90%,
      rgba(var(--color-background), 0.3)
    );
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
  border-right: 1px solid rgba(var(--color-foreground), 0.1);
  border-top: 1px solid rgba(var(--color-foreground), 0.05);
  border-left: 1px solid rgba(var(--color-foreground), 0.05);
  border-radius: 12px !important;
  padding: 40px 48px 40px 40px;
  text-align: left;
  min-width: 400px;
  max-width: 400px;
  height: auto;
  min-height: 180px;
  word-wrap: break-word;
  z-index: 20 !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute !important;
  bottom: 48px;
  left: 48px;
  font-size: 16px;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
}

.hero-carousel__learn-more-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: linear-gradient(
    to bottom right,
    rgba(var(--color-background), 0.075),
    rgba(var(--color-background), 0.125) 10%,
    rgba(var(--color-background), 0.075) 90%,
    rgba(var(--color-background), 0.125)
  );
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
  pointer-events: none;
  z-index: 1;
}

.hero-carousel__learn-more-section:hover::before {
  opacity: 1;
}

.hero-carousel__title,
.hero-carousel__subtitle {
  text-align: left;
  width: 100%;
  white-space: normal;
  word-break: break-word;
  position: relative;
  z-index: 2;
}
.hero-carousel__title {
  align-items: start;
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  width: fit-content;
  letter-spacing: 0.75px;
  color: rgba(var(--color-foreground), 1);
}

.hero-carousel__subtitle {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  width: 100%;
  margin-bottom: 0px;
  letter-spacing: 0.75px;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (max-width: 749px) {
  .hero-carousel__nav--prev {
      left: 24px !important;
  }
  .hero-carousel__nav--next {
    right: 24px !important;
  }
  .hero-carousel__nav {
    transform: translateY(-70%) !important;
  }
}

@-webkit-keyframes hero-carousel-shine {
  from {
    background-position: 100% center;
  }
  to {
    background-position: -100% center;
  }
}
@keyframes hero-carousel-shine {
  from {
    background-position: 100% center;
  }
  to {
    background-position: -100% center;
  }
}

.hero-carousel__learn-more {
  margin-top: auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  font-style: inherit;
  transition: opacity 0.5s, filter 0.5s;
  display: inline-block;
  white-space: normal;
  letter-spacing: 0.75px;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (max-width: 749px) {
  .hero-carousel__item.has-cover-image {
    height: calc(100% + 45px);
  }
  
  .hero-carousel__learn-more-section {
    height: 60px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 0 0 12px 12px !important;
    padding: 8px 12px;
    gap: 4px;
    min-height: auto;
  }
  
  .hero-carousel__learn-more-section::before {
    border-radius: 0;
  }
  
  .hero-carousel__title {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
  
  .hero-carousel__subtitle {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* --- Carousel stacking fix --- */

.hero-carousel__track,
.hero-carousel__item,
.banner__media-product-overlay,
.banner__media-image-product {
  z-index: 3 !important;
}


.banner__media-image-reflection {
  z-index: 2 !important;
}
/* --- End carousel stacking fix --- */

.hero-carousel__nav {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 48px;
  z-index: 20;
  transition: background 0.2s;
}
.carousel-chevron-svg {
  display: block;
  width: 32px;
  height: 64px;
  transition: filter 0.3s ease-out, transform 0.5s cubic-bezier(0,0,0.95,1);
}
.hero-carousel__nav:hover .carousel-chevron-svg {
  filter: drop-shadow(0 0 6px #fff8);
}
.hero-carousel__nav--next:hover .carousel-chevron-svg {
  transform: translateX(2px);
}
.hero-carousel__nav--prev:hover .carousel-chevron-svg {
  transform: translateX(-2px);
}

@media screen and (max-width: 749px) {
  .hero-carousel__nav {
    height: 48px;
    width: 32px;
  }
  .carousel-chevron-svg {
    width: 20px;
    height: 40px;
  }
  .carousel-chevron-svg path {
    fill: #ededed !important;
  }
}

.hero-carousel__title, .hero-carousel__subtitle {
  transition: opacity 0.5s, filter 0.5s;
  transition-behavior: normal, normal;
  transition-duration: 0.5s, 0.5s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, filter;
}

.hero-carousel__title.is-blurring,
.hero-carousel__subtitle.is-blurring,
.hero-carousel__learn-more.is-blurring {
  opacity: 0;
  filter: blur(8px);
}

.hero-carousel__title.is-unblurring,
.hero-carousel__subtitle.is-unblurring,
.hero-carousel__learn-more.is-unblurring {
  opacity: 1;
  filter: blur(0);
}

.chevron {
  font-size: 17px;
  line-height: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 4px;
}

@media (max-width: 749px) {
  .banner__media-image-product {
    transform: translateX(-50%);
  }
  .banner__media-image-reflection {
    transform: translateX(-50%) scaleY(-1) translateY(var(--reflection-offset, 7%));
  }
}

/* Desktop flavor section - top right corner of hero banner */
.banner__flavor-desktop {
  display: none;
}

.banner__flavor-desktop-card {
  display: none;
}

@media screen and (min-width: 750px) {
  .banner__flavor-desktop {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    top: 48px;
    right: 48px;
    z-index: 20;
    text-align: right;
  }

  .banner__flavor-desktop-card {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
  }

  .banner__flavor-desktop-card .banner__flavor-desktop {
    background: linear-gradient(
        to bottom right,
        rgba(var(--color-background), 0.2),
        rgba(var(--color-background), 0.3) 10%,
        rgba(var(--color-background), 0.2) 90%,
        rgba(var(--color-background), 0.3)
      );
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
    border-right: 1px solid rgba(var(--color-foreground), 0.1);
    border-top: 1px solid rgba(var(--color-foreground), 0.05);
    border-left: 1px solid rgba(var(--color-foreground), 0.05);
    border-radius: 12px !important;
    padding: 28px 32px 26px 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: right;
    position: relative;
  }

  .banner__flavor-desktop-card .banner__flavor-desktop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background: linear-gradient(
      to bottom right,
      rgba(var(--color-background), 0.075),
      rgba(var(--color-background), 0.125) 10%,
      rgba(var(--color-background), 0.075) 90%,
      rgba(var(--color-background), 0.125)
    );
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    pointer-events: none;
    z-index: 1;
  }

  .banner__flavor-desktop-card .banner__flavor-desktop:hover::before {
    opacity: 1;
  }

  .banner__flavor-desktop .flavor__text {
    font-size: 11px;
    line-height: 1;
    color: rgba(var(--color-foreground), 0.7);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(var(--color-background), 0.6);
  }

  .banner__flavor-desktop .flavor__heading {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    color: rgba(var(--color-foreground), 0.9);
    font-weight: 400;
    text-shadow: 0 0 20px rgba(var(--color-background), 0.6);
  }

  .banner__flavor-desktop .flavor__heading-italic {
    font-family: serif;
    font-style: italic;
  }

  .banner__flavor-desktop .flavor-word {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
    transform: translateY(10px);
    will-change: transform, opacity, filter;
    transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), 
                filter 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), 
                transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}

@media screen and (min-width: 1400px) {
  .banner__flavor-desktop .flavor__heading {
    font-size: 28px;
  }
}

/* Fallback for users with prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .banner__flavor-desktop .flavor-word {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

/* Sale Badge */
.hero-carousel__sale-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 26;
  pointer-events: none;
  opacity: 0;
  filter: blur(4px);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.hero-carousel__sale-badge.is-visible {
  opacity: 1;
  filter: blur(0);
}

.hero-carousel__sale-badge.is-hidden {
  opacity: 0;
  filter: blur(4px);
}

.hero-carousel__sale-badge-text {
  color: #dc2626;
  font-weight: 600;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 0px;
  line-height: 1;
  transform: rotate(-20deg);
  text-shadow: 
    0 0 4px rgba(220, 38, 38, 0.6),
    0 0 8px rgba(220, 38, 38, 0.6);
  filter: drop-shadow(0 0 4px black);
}

@media screen and (max-width: 749px) {
  .hero-carousel__sale-badge {
    top: -16px;
    right: 8px;
  }
  
  .hero-carousel__sale-badge-text {
    font-size: 18px;
  }
}


