.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.audio,
.audiogeräte {
  background-image: url('../imgs/backgrounds/location-et-vente-de-materiel-audio-bg.webp');
}
.vidéo,
.videoausrüstung {
  background-image: url('../imgs/backgrounds/video-bg.webp');
}
.trussing {
  background-image: url('../imgs/backgrounds/stage-bg.webp');
}
.scènes.mobiles,
.bühnen {
  background-image: url('../imgs/backgrounds/mobile-stage-bg.webp');
}
.lumières,
.bühnenbeleuchtung {
  background-image: url('../imgs/backgrounds/lights-bg.webp');
}
.accessoires,
.videozubehör {
  background-image: url('../imgs/backgrounds/audiopool-locations-accessoires.webp');
}
.brands.hero {
  background-image: url('../imgs/backgrounds/audiopool-brands-bg-xl-min.webp');
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 50vh;
}

.short-desc {
  color: var(--black);
  font-size: var(--s);
  font-weight: bold;
  padding: 5px;
  width: 600px;
  text-align: end;
  margin: 0;
}

.rentals-categories {
  position: relative;
  margin: 5rem 0;
}

.rentals-categories .col {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
  
}

.category-card {
  position: relative;
  text-align: center;
}

.text-box {
  background-color: var(--white);
  color: var(--black);
  display: inline-block;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 40px;
  transition: all 1s ease-in-out;
}

.category-card:hover .text-box {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(255, 255, 255, 0.2) 0px 8px 24px;
  transition: all 0.7s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/******
FAMILIES
*/

.card-ctr {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
  padding: 5rem;
}
.family-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.fc-img-box {
  width: 150px;
  height: 150px;
  background: white;
  border-radius: 50%;
}

.fc-img-box img {
  width: 100%;
  height: auto;
}

/******
Products
*/
.product-hero {
  height: 40vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  background-image: url('../imgs/backgrounds/products-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-hero .col {
  height: 100%;
  position: relative;
}
.product-details .heading {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 3rem;
}
.product-card-ctr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.product-img:hover {
  opacity: 0.7;
  transition: 1s ease;
  cursor: pointer;
}
.product-content {
  background-color: var(--secondary);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: start;
}
.product-link:hover {
  cursor: pointer;
}
.product-link h6 {
  font-family: 'interstate-light';
} 
.product-content p {
  font-size: 16px;
}
.pc-footer {
  padding: 10px;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20%;
}
.btn-wrapper {
  width: 75%;
}
.quantity-input {
  color: black;
  width: 30%;
}
.gd-footer .add-to-cart {
    position: relative;
    padding: 0 30px;
    z-index: 100;
}
.gd-footer .cta-white {
  margin: 0;
}

/**
  PRODUCT SINGLE
*/
.product-single-hero {
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: start;
  background-image: url('../imgs/backgrounds/show_product.png');
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.pc-thumb {
  padding: 10px;
}


/*****
  BRANDS
**/
.brands.content {
  margin-top: 5rem;
}
.heading {
  margin-bottom: 3rem;
}
.brands .short-desc-ctr {
  padding-top: 3rem;
}
.brands-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}