.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper ul {
  padding: 0!important;
}

.swiper-slide .bookname {
  margin-top: 5px;
  text-align: center;
}
.swiper-slide .author {
  text-align: center;
  color: gray;
  font-size: 13px;
  margin-top: -15px;
}
.swiper-slide .price {
  text-align: center;
  color: #0068b3;
  font-weight: 600;
  font-size: 18px;
  margin-top: -8px;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #0068b3;
  top: var(--swiper-navigation-top-offset, 31%)!important;
  color: #0068b3;
}
.swiper-button-next-mainSwiper, .swiper-button-prev-mainSwiper {
  top: var(--swiper-navigation-top-offset, 50%)!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 22px!important;
}

.hakkimizda {
  min-height: 500px;
}
.hakkimizda .wrapper {
  margin: auto;
  max-width: 60%;
}
.hakkimizda h1 {
  margin-top: 20px;
}
.hakkimizda p {
  font-size: 20px;
}

.no-stock {
  background-color: rgba(255, 0, 0, 0.71);
  color: white;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

@media screen and (max-width: 728px) {
  .hakkimizda .wrapper {
    max-width: 80%;
  }
}
