/** Shopify CDN: Minification failed

Line 37:1 Unexpected "/"

**/
/* ============================================
   ЛАЗАРЕ Hero Section
   Luxury full-viewport hero banner
   ============================================ */

.hero-lazare {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #0A0A0A;
}

/* When header is transparent, slide hero under the main header bar so
   the video sits behind the floating logo/nav while the announcement bar
   above stays visible. */
body:has(.custom-header--transparent) .hero-lazare {
  margin-top: calc(-1 * var(--header-bar-height, 64px));
}

/* Mobile: cap the hero so announcement + hero fit inside one viewport */
@media screen and (max-width: 749px) {

  .hero-lazare__media--mobile img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
}
*/
/* Background media (image or video) */
.hero-lazare__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-lazare__media img,
.hero-lazare__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Desktop / mobile media swap (only swaps when a mobile source is rendered) */
.hero-lazare__media--mobile {
  display: none;
}

@media screen and (max-width: 749px) {
  .hero-lazare:has(.hero-lazare__media--mobile) .hero-lazare__media--desktop {
    display: none;
  }
  .hero-lazare__media--mobile {
    display: block;
  }

  /* Tighter content/bottom spacing so everything fits inside 100svh */
  .hero-lazare__content {
    padding: 0 2rem 6rem;
  }

  .hero-lazare__heading {
    font-size: 2.2rem;
    max-width: 26rem;
  }

  .hero-lazare__subtitle {
    font-size: 13px;
    margin-bottom: 1.6rem;
  }

  .hero-lazare__button {
    padding: 1rem 3rem;
    font-size: 13px;
  }

  .hero-lazare__bottom-bar {
    bottom: 1.2rem;
    left: 1.6rem;
    right: 1.6rem;
  }

  .hero-lazare__bottom-text {
    white-space: normal;
    text-align: center;
    font-size: 10px;
    line-height: 1.35;
  }
}

/* Dark gradient overlay — heavier on left for text readability */
.hero-lazare__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.45) 45%,
      rgba(0, 0, 0, 0.18) 100%
    ),
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5) 0%,
      transparent 40%
    );
}

/* Content area — positioned bottom-left */
.hero-lazare__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: 0 2.4rem 8rem;
}

.hero-lazare__inner {
  width: 90vw;
  max-width: 90vw;
  margin: 0 auto;
  padding: 0;
}

/* Heading */
.hero-lazare__heading {
  font-family: "LT Wave";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 1.2rem;
  text-transform: uppercase;
  max-width: 30rem;
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.hero-lazare__heading.collection-heading{
  color: #000000;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

/* Subtitle */
.hero-lazare__subtitle {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 2rem;
  max-width: 30rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

/* CTA Button — filled rounded */
.hero-lazare__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem 4rem;
  background: #F5F0EB;
  color: #181818;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  text-decoration: none;
  border: none;
  border-radius: 30rem;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}

.hero-lazare__button:hover {
  background: #ffffff;
  color: #0A0A0A;
}

.hero-lazare__button-arrow {
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-lazare__button:hover .hero-lazare__button-arrow {
  transform: translateX(4px);
}

/* Bottom social proof text */
.hero-lazare__bottom-bar {
  position: absolute;
  bottom: 1.6rem;
  left: 2.4rem;
  right: 2.4rem;
  z-index: 2;
}

.hero-lazare__bottom-inner {
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.hero-lazare__bottom-icon {
  width: 1.6rem;
  height: 1.6rem;
  color: #C9A96E;
  flex-shrink: 0;
}

.hero-lazare__bottom-text {
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
}

.hero-lazare__bottom-text strong {
  color: #C9A96E;
  font-weight: 600;
}

/* ===== Desktop ===== */
@media screen and (min-width: 750px) {

  .hero-lazare__content {
    padding: 0 4rem 5rem;
  }

  .hero-lazare__inner {
    padding: 0;
  }

  .hero-lazare__heading {
    font-size: 3.2rem;
    max-width: 42rem;
    margin-bottom: 1.4rem;
  }

  .hero-lazare__subtitle {
    font-size: 16px;
    margin-bottom: 2.8rem;
    max-width: 36rem;
  }

  .hero-lazare__button {
    padding: 1.2rem 6rem;
    font-size: 14px;
  }

  .hero-lazare__bottom-bar {
    bottom: 5rem;
    left: auto;
    right: 15%;
  }

  .hero-lazare__bottom-text {
    text-align: right;
    font-size: 14px;
  }
}

@media screen and (min-width: 990px) {
  .hero-lazare__content {
    padding: 0 5rem 6rem;
  }

  .hero-lazare__bottom-bar {
    bottom: 6rem;
    right: 5%;
  }
}

@media screen and (min-width: 1200px) {
  .hero-lazare__heading {
    font-size: 3.6rem;
  }
}

/* ===== Placeholder ===== */
.hero-lazare__media--placeholder {
  background: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-lazare__media--placeholder svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

/* ===== Entrance animation ===== */
@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Scroll indicator (optional subtle pulse) ===== */
.hero-lazare__scroll-hint {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  opacity: 0;
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}

.hero-lazare__scroll-hint span {
  width: 1px;
  height: 4rem;
  background: linear-gradient(to bottom, rgba(245, 240, 235, 0.4), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* ===== Announcement bar styling overrides ===== */
.announcement-bar-section .utility-bar {
  font-size: 1.15rem;
  letter-spacing: 0.06em;
}

.announcement-bar-section .announcement-bar__message {
  font-weight: 400;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}

.announcement-bar-section .utility-bar--bottom-border {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
