/* ===== BILLJUDGRUPPEN – HÖGTALARE I HEADERBAKGRUND (Bountiful theme) ===== */

/* 1) Bakgrundsbild på hela headern */
header.bountiful--header {
  position: relative;
  background-image: url("/shop/ws57/60257/files/billjudgruppen.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 2) Overlay ovanpå bakgrunden */
header.bountiful--header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.0);
  z-index: 0;
  pointer-events: none;
}

/* 3) Allt innehåll i headern ska ligga ovanpå bakgrunden */
header.bountiful--header > * {
  position: relative;
  z-index: 2;
}

/* 4) Extra höjd så bakgrunden syns */
header.bountiful--header .bountiful--header-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

/* 5) Transparent menyrad */
header.bountiful--header .tws-top-menu.navbar {
  position: relative;
  z-index: 3;
  background: rgba(0,0,0,0.15) !important;
  border: 0 !important;
}
