/* Ukryj pasek miniaturek Flexslidera tylko na telefonach */
@media (max-width: 767px) {
  .woocommerce div.product .flex-control-nav.flex-control-thumbs {
    display: none !important;
  }
}

    /* === HERO BANER BERYL === */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

.beryl-hero {
  position: relative;
  min-height: 800px;
  max-height: 720px;
  background-image: url("https://beryl.pl/wp-content/uploads/2025/12/baner-beryl-glowny-2-scaled.jpg");
  background-size: cover;
  background-position: top center;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 868px) {
  .beryl-hero {
    /* PODMIEŃ na właściwy adres mobilnego pliku */
    background-image: url("https://beryl.pl/wp-content/uploads/2025/12/baner-beryl-glowny-mobile.jpg");
    background-position: top center;
    min-height: 520px;
  }
}

/* Przyciemnienie po lewej + delikatny gradient */
.beryl-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 35%,
    rgba(0, 0, 0, 0.15) 55%,
    transparent 80%
  );
  z-index: 1;
}
/* Główna zawartość (teksty, przyciski) */
.beryl-hero__inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-left: 100px;
  padding: 4rem 1.5rem 2rem;
  display: flex;
  align-items: center;
  width: 100%;
}

.beryl-hero__content {
  max-width: 520px;
}

/* Badge */
.beryl-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  font-size: 0.875rem;
  margin-bottom: 1.75rem;
}

.beryl-hero__badge-icon {
  font-size: 1.35rem;
}

/* Nagłówki */
.beryl-hero__title {
    color:wheat;
  font-size: clamp(5.75rem, 4vw + 1rem, 4.5rem) !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
  margin: 0 0 .5rem !important;
    font-family: "Playfair Display", serif !important;
    
}

.beryl-hero__title span {
  display: block;
}

.beryl-hero__subtitle {
  font-size: clamp(1.35rem, 1.5vw + 0.75rem, 1.9rem);
  color: #fbbf24; /* bursztynowy */
  margin: 0 0 1.5rem;
}

/* Opis */
.beryl-hero__text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 2rem;
}

/* Przyciski */
.beryl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.beryl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.9rem 2.4rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.beryl-btn--primary {
  background-color: #7A1C1F;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    border: 2px solid #fbbf24 !important;
}

.beryl-btn--primary:hover {
  background-color: #d97706;
    
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.beryl-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.beryl-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Strzałka w przycisku */
.beryl-btn__icon {
  display: inline-block;
  transform: translateY(1px);
}

/* Dolny pasek */
.beryl-hero__bottom {
  position: relative;
  z-index: 3;
  background: #7A1C1F;
  padding: 0.75rem 0;
}

.beryl-hero__bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: #fffbeb;
}

.beryl-hero__bottom-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.beryl-hero__bottom-icon {
  font-size: 1rem;
}

.beryl-hero__bottom-divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.35);
}

/* === RESPONSYWNOŚĆ === */

@media (max-width: 1024px) {
  .beryl-hero {
    min-height: 550px;
  }

  .beryl-hero__inner {
    padding-top: 3.5rem;
  }
}

@media (max-width: 868px) {
  .beryl-hero {
    min-height: 520px;
    background-position: 0 0;
  }

  .beryl-hero__inner {
    margin-left:10px;
        padding: 3rem 1.25rem 1.5rem;
  }

  .beryl-hero__badge {
    font-size: 0.8rem;
    padding-inline: 0.8rem;
  }

  .beryl-hero__text {
    font-size: 0.95rem;
  }

  .beryl-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .beryl-btn {
    width: 100%;
    justify-content: center;
  }

  .beryl-hero__bottom-inner {
    align-items: flex-start;
  }

  .beryl-hero__bottom-divider {
    display: none;
  }

  /* trochę mniej “śniegu” na mobile */
  .beryl-hero__sparkle--4,
  .beryl-hero__sparkle--5 {
    display: none;
  }
}

/* === RESPONSYWNOŚĆ === */

@media (max-width: 1024px) {
  .beryl-hero {
    min-height: 560px;
  }

  .beryl-hero__inner {
    padding-top: 3.2rem;
  }

  .beryl-hero__content {
    max-width: 480px;
  }
    .beryl-hero__overlay {
    /* trochę mocniejszy gradient na mobile, jak na screenie */
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65) 100%,
      rgba(0, 0, 0, 0.55) 25%,
      rgba(0, 0, 0, 0.35) 15%,
      rgba(0, 0, 0, 0.2) 0%
    );
  }
}

@media (max-width: 868px) {
  .beryl-hero {
    min-height: 520px;
    background-position: 60% center;
  }

  .beryl-hero__overlay {
    /* trochę mocniejszy gradient na mobile, jak na screenie */
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.55) 35%,
      rgba(0, 0, 0, 0.35) 70%,
      rgba(0, 0, 0, 0.2) 100%
    );
  }

  .beryl-hero__inner {
    padding: 2.4rem 2.2rem 1.4rem;
    align-items: flex-start;
  }

  .beryl-hero__content {
    max-width: 100%;
  }

  .beryl-hero__badge {
        
    font-size: 0.8rem;
        text-align:center;  
    margin-bottom: 1.2rem;
    background: rgba(0, 0, 0, 0.4);
  }

  .beryl-hero__title {
    font-size: 3.1rem !important;
  }

  .beryl-hero__subtitle {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .beryl-hero__text {
    display: none;
  }

  /* Przyciski – pełna szerokość, jak na screenie */
  .beryl-hero__actions {
    flex-direction: column;
    gap: 0.75rem;
  }

  .beryl-btn {
    width: 100%;
    justify-content: center;
    padding-block: 0.9rem;
  }

  .beryl-btn--primary {
    border-radius: 999px;
  }

  /* Drugi przycisk z gradientem, jak na podglądzie */
  .beryl-btn--ghost {
    border: none;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75),
      rgba(255, 255, 255, 0.16),
      rgba(0, 0, 0, 0.75)
    );
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  }

  .beryl-btn--ghost:hover {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.85),
      rgba(255, 255, 255, 0.2),
      rgba(0, 0, 0, 0.85)
    );
  }

  /* trochę mniej “śniegu” na mobile */
  .beryl-hero__sparkle--4,
  .beryl-hero__sparkle--5 {
    display: none;
  }

  /* Dolny pasek: pod sobą, bez dividerów */
  .beryl-hero__bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
  }

  .beryl-hero__bottom-divider {
    display: none;
  }
}




