

.tekiner-kategori-kartlari-wrapper {
    position: relative;
    width: calc(100% + 300px);
    max-width: none;
    margin-left: -150px;
    margin-right: -150px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 150px;
    padding-right: 0;
    box-sizing: border-box;
    overflow-x: visible;
    overflow-y: visible;
    transform: none;
}

.tekiner-kategori-label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-40%, -50%) rotate(-90deg);
    font-size: 120px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 192, 203, 0.35);
    pointer-events: none;
    white-space: nowrap;
    z-index: 10;
    margin: 0;
    padding: 0;
}

.tekiner-kategori-kartlari-wrapper .tekiner-kategori-kartlari-grid {
    display: flex;
    flex-direction: row;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 0;
    padding-right: 0;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: none;
    margin: 0;
    margin-left: 0;
    position: relative;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    cursor: default;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.tekiner-kategori-kartlari-grid::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
}

.tekiner-kategori-kart {
    position: relative;
    flex: 0 0 500px;
    min-width: 500px;
    width: 500px;
    height: 80vh;
    min-height: 600px;
    max-height: 900px;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    scroll-snap-align: start;
}

.tekiner-kategori-kart-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.tekiner-kategori-kart-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.tekiner-kategori-kart-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.tekiner-kategori-kart-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    box-sizing: border-box;
}

.tekiner-kategori-kart-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    flex: 1;
    line-height: 1.4;
}

.tekiner-kategori-kart-arrow {
    margin-left: 16px;
    flex-shrink: 0;
    color: #fff;
}

.tekiner-kategori-kart-arrow svg {
    width: 40px;
    height: 40px;
}

@media (max-width: 991px) {
    .tekiner-kategori-kart {
        height: min(68vh, 560px);
        min-height: 380px;
        max-height: 640px;
    }
}

@media (max-width: 1200px) {
    .tekiner-kategori-kartlari-wrapper {
        width: calc(100% + 96px);
        margin-left: -48px;
        margin-right: -48px;
        padding-left: 48px;
        padding-right: 0;
    }
    
    .tekiner-kategori-kartlari-wrapper .tekiner-kategori-kartlari-grid {
        padding-left: 0;
        padding-right: 0;
    }
    
    .tekiner-kategori-kart {
        flex: 0 0 calc(50vw);
        min-width: calc(50vw);
        width: calc(50vw);
        height: 80vh;
        min-height: 600px;
        max-height: 900px;
    }
}

@media (max-width: 768px) {
    .tekiner-kategori-kartlari-wrapper {
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 0;
    }
    
    .tekiner-kategori-label {
        font-size: 72px;
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    
    .tekiner-kategori-kartlari-wrapper .tekiner-kategori-kartlari-grid {
        padding-left: 0;
        padding-right: 0;
    }
    
    .tekiner-kategori-kart {
        flex: 0 0 100vw;
        min-width: 100vw;
        width: 100vw;
        height: 80vh;
        min-height: 550px;
        max-height: 800px;
    }
    
    .tekiner-kategori-kart-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .tekiner-kategori-kartlari-wrapper {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 0;
    }
}
