.carousel,
.carousel-inner,
.carousel-item {
    height: 320px; /* 🔴 BURAYI TEK YERDEN KONTROL ET */
}

.carousel-img-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 🔥 DEĞİŞEN SATIR */
}
 


.slider-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000; /* istersen #fff */
}

.slider-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;        /* 🔴 ALT BOŞLUĞU BİTİRİR */
}

.kategori-label {
    font-size: 15px;
    font-weight: 600;
    color: #db0b5b;
    border-left: 3px solid #db0b5b;
    padding-left: 8px;
    line-height: 1.2;
    white-space: nowrap;
}
.kategori-label:hover {
    color: #2a078b;
    border-color: #2a078b;
}
