.stil-katalogu-slider-wrap {
    padding-bottom: 44px;
}

.stil-lookbook-slide {
    background: #f3f5f7;
    overflow: hidden;
}

.stil-lookbook-slide > img {
    display: block;
    height: auto;
    max-height: none;
    object-fit: contain;
    width: 100%;
}

.stil-lookbook-slide .tt-hotspot .tt-btn {
    border: 0;
}

.stil-katalogu-gallery-wrap {
    padding-bottom: 44px;
}

.stil-lookbook-masonry {
    margin-top: -20px;
}

.stil-gallery-item {
    background: #f3f5f7;
}

.stil-gallery-item > img {
    display: block;
    height: auto;
    width: 100%;
}

.stil-gallery-item .tt-hotspot .tt-btn {
    border: 0;
}

.stil-katalogu-alt-slider-wrap {
    padding-bottom: 52px;
}

.stil-alt-slider {
    margin-top: 0;
}

.stil-alt-slider-item {
    background: #f3f5f7;
    overflow: hidden;
}

.stil-alt-slider-item > img {
    display: block;
    height: auto;
    width: 100%;
}

.stil-alt-slider-item .tt-hotspot .tt-btn {
    border: 0;
}

.stil-katalogu-empty {
    border-bottom: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    padding: 36px 0;
    text-align: center;
}

.stil-katalogu-listesi {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stil-katalogu-karti {
    color: #191919;
    display: block;
    min-width: 0;
    text-align: center;
}

.stil-katalogu-karti:hover {
    color: #2879fe;
}

.stil-katalogu-karti-gorsel {
    aspect-ratio: 16 / 9;
    background: #f3f5f7;
    display: block;
    margin-bottom: 18px;
    overflow: hidden;
}

.stil-katalogu-karti-gorsel img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.stil-katalogu-karti:hover .stil-katalogu-karti-gorsel img {
    transform: scale(1.02);
}

.stil-katalogu-karti-baslik {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 9px;
}

@media (max-width: 575px) {
    .stil-katalogu-listesi {
        grid-template-columns: 1fr;
    }

    .stil-katalogu-slider-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .stil-katalogu-gallery-wrap .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .stil-katalogu-alt-slider-wrap .container-fluid-custom {
        padding-left: 10px;
        padding-right: 10px;
    }
}
