/** Shopify CDN: Minification failed

Line 162:0 Unexpected "}"

**/
.collection-hero__inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 749px) {
  .collection-hero__inner {
    flex-direction: reverse;
  }
}

.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
  padding-bottom: 2rem;
  overflow: hidden;
  padding-bottom: 0;

}

@media screen and (min-width: 750px) {
  .collection-hero.collection-hero--with-image {
    padding: calc(4rem + var(--page-width-margin)) 0
      calc(4rem + var(--page-width-margin));
    overflow: hidden;
  }

  .collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
  }
}

.collection-hero__text-wrapper {
  flex-basis: 100%;
  z-index: 2;
  height: 100%;
  width: 100%;
  margin-bottom: -40px;
  h1 {
    font-size: 32px;
  }
  p {
    font-size: 16px;
    line-height: 120%;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 0;
    position: relative;
  }

  .collection-hero__inner {
    align-items: stretch;
    flex-direction: row;
    padding-bottom: 0;
  }
}

.collection-hero__title {
  margin: 2.5rem 0;
}

.collection-hero__title + .collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .collection-hero__description {
    max-width: 66.67%;
  }

  .collection-hero--with-image .collection-hero__description {
    max-width: 100%;
  }
}

.collection-hero--with-image .collection-hero__title {
  margin: 0;
  color: #fff;
  margin-bottom: -65px;
}
@media screen and (max-width: 749px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    width: 100% !important;
    flex-basis: 100% !important;
    padding-left: 0 !important; /* Usuwa wcięcie, które na mobile wygląda źle */
    padding-right: 0 !important;
    margin-bottom: 2rem; /* Odstęp między tekstem a zdjęciem */
  }
}
.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 0;/* 1. Odblokuj głównych rodziców (kluczowe w Dawn!) */
html, body {
  overflow-x: clip !important; /* Zmienia z 'hidden' na 'clip' - naprawia sticky */
}

/* 2. Odblokuj sekcję i kontener hero */
.shopify-section, 
.collection-hero, 
.collection-hero__inner {
  overflow: visible !important;
}

/* 3. Ustawienia dla samego zdjęcia */
.collection-hero__image-container {
  /* Musi być 'start', żeby kontener był krótki - to już masz, ale dla pewności: */
  align-self: flex-start !important; 
  
  /* Włączenie przyklejania */
  position: -webkit-sticky !important; /* Dla Safari */
  position: sticky !important;
  
  /* Odstęp od góry (zwiększ jeśli masz wysoki pasek menu) */
  top: 100px !important; 
  
  /* Z-index, żeby zdjęcie nie chowało się pod tekstami */
  z-index: 2;
  
  /* Reset marginesów, czasem one przeszkadzają */
  margin-bottom: 0 !important;
}
  justify-content: center;
  align-items: center;
  width: calc(100% - 3rem);
}

.collection-hero__image-container {
  /* border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity)); */
  width: 100%;
  margin: 0;
  padding: 5rem 2rem 8rem;

}

/* .collection-hero__image-container {
  /* width: 100%;
  height: 100%;
  img {
    position:absolute;
    filter: brightness(0.6);
  } */
} */
.collection-hero--with-image {
  .collection-hero__inner {
    width: 100%;
    max-width: unset;
    padding-left: 0;
  }
  .collection-hero__title {
    display: none;
  }
  .collection-hero__text-wrapper {
    padding-left: 4rem;
    width: 50%;
  }
}

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    height: 13rem;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem 2rem;
    flex-basis: 120%;

    .collection-hero__title {
      display: none;
    }
  }

  /* .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 50%;
    margin-left: 0;
    width: 100%;
    min-height: 20rem;
  } */
}

/* Aktywna kropka */
.swiper-pagination-bullet-active {
  background-color: #eb5b27 !important;
}

/* (Opcjonalnie) wszystkie kropki */
.swiper-pagination-bullet {
  background-color: #ccc; /* kolor nieaktywnej */
  opacity: 1;
}
