.books-section .xs-gumbuttons {
  position: relative;
  z-index: 10;
}

.books-section {
    position: relative;
    padding: 50px 0;
    background-color: var(--tint-2-25);
    overflow: hidden;
}

.books-section.edities {
    background-color: var(--tint-1-25);
}

.books-section .backdrop {
  position: absolute;
  left: -3.4%;
  top: -32px; 
  width: 100%;
  font-size: clamp(8rem, 27vw, 23.7rem);
  font-weight: 300;
  line-height: 0.8;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: #E7EEC1;  
}

.books-section.edities .backdrop {
    color: #d4ecf6;
}

.swiper.bookswiper {
    __padding-bottom: 4rem; /* Ruimte voor pagination */
}


.bookslider-buttons {
    position: relative;
    top: unset;
    right: unset;
    z-index: 10;
    display: flex;
    flex-direction: row;
    width: 95px; /* Breedte van beide knoppen +  samen */
    height: 45px;
    margin: 40px auto -40px;
}

@media (min-width: 768px) {

    .bookslider-buttons {
        position: absolute;
        top: 55px;
        right: 75px;
        z-index: 10;
        display: flex;
        flex-direction: row;
        width: 95px; /* Breedte van beide knoppen +  samen */
        height: 45px;
        margin: 0;
    }

    .billboard .bookslider-buttons {
        top: 70px;
    }

}




.book-card {
    text-align: center;
}

.book-cover {
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    margin-bottom: 32px;
}

.book-title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.24px;
}

.book-author {
    font-size: 12px;
    font-style: normal;
    line-height: 140%; /* 16.8px */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 44px;
  height: 44px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #000;
  
}
.swiper-button-prev {
    left: 0;
    right: auto;
}
.swiper-button-next {
    left: auto;
    right: 0;
}

.swiper-button-next::after, 
.swiper-button-prev::after {
  font-size: 15px;
  font-weight: 700;
  color:#000;
}
.book-author {
    font-family: var(--font-secondary);
    font-size: 14px;
}

.numbers-section {
    padding: 50px 0;
}