/* ===== 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) Mörkt overlay ovanpå bakgrunden (så logga/text syns) */
header.bountiful--header::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.0); /* 0.45 = ljusare, 0.75 = mörkare */
  z-index: 1;
  pointer-events: none;
}

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

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

/* 5) Valfritt: gör menyraden lite transparent så bakgrunden lyser igenom snyggt */
header.bountiful--header .tws-top-menu.navbar{
  background: rgba(0,0,0,0.15) !important;
  border: 0
    !important;
}
