﻿.offcanvas {
    z-index: 5000 !important;
}
#kitapSlayt {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.kitapGorsel img {
    height: 300px;
    object-fit: fill;
    object-position: center;
}

@media (max-width: 768px) {
    .kitapGorsel img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .kitapGorsel img {
        height: 150px;
    }
}
.img-prod {
    width: 100%;
    height: auto;
}