/*! Swiper placeholder - resmi kaynaktan indirin: https://swiperjs.com */
/* Dosya eksik olduğunda slider düz liste olarak çalışır */
.swiper { overflow: hidden; position: relative; }
.swiper-wrapper { display: flex; transition: transform .3s; }
.swiper-slide { flex-shrink: 0; width: 100%; }
.swiper-pagination { position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; z-index: 10; }
.swiper-pagination-bullet { display: inline-block; width: 8px; height: 8px; margin: 0 4px; background: #ccc; border-radius: 50%; cursor: pointer; }
.swiper-pagination-bullet-active { background: #b8935a; }
.swiper-button-prev, .swiper-button-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; width: 40px; height: 40px; }
.swiper-button-prev { left: 20px; }
.swiper-button-next { right: 20px; }
.swiper-button-prev::after { content: '‹'; font-size: 30px; color: #fff; }
.swiper-button-next::after { content: '›'; font-size: 30px; color: #fff; }
