.krisirhat-slider-wrap {
    padding: 20px 0;
    position: relative;
    max-width: 100%;
}
.krisirhat-slider-wrap .swiper {
    padding: 10px 5px;
}
.category-card {
    display: block;
    text-align: center;
    text-decoration: none !important;
    padding: 5px;
    transition: all 0.3s ease;
}
.category-card:hover {
    transform: translateY(-6px);
}
.category-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 12px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.03);
    transition: box-shadow 0.3s ease;
}
.category-card:hover .category-img {
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}
.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.category-info p {
    font-size: 15px;
    font-weight: 600;
    color: #1e1e1e;
    margin: 0;
    line-height: 1.4;
    word-break: break-word;
    letter-spacing: -0.01em;
}
.kh-nav {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #27ae60;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: all 0.25s ease;
    border: none;
    outline: none;
    box-shadow: 0 4px 10px rgba(39, 174, 96, 0.2);
}
.kh-nav:hover {
    background-color: #1e8449;
    box-shadow: 0 6px 14px rgba(39, 174, 96, 0.3);
}
.krisirhat-slider-wrap .swiper-button-prev,
.krisirhat-slider-wrap .swiper-button-next {
    display: none !important;
}
.kh-prev { left: -10px; }
.kh-next { right: -10px; }
.kh-nav svg {
    width: 22px;
    height: 22px;
    stroke: white;
    stroke-width: 3;
}
.kh-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
    box-shadow: none;
}
@media (max-width: 768px) {
    .kh-nav {
        width: 36px;
        height: 36px;
        background-color: #27ae60;
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }
    .kh-prev { left: 2px; }
    .kh-next { right: 2px; }
    .kh-nav svg {
        width: 20px;
        height: 20px;
    }
    .category-img {
        width: 85px;
        height: 85px;
        border-radius: 10px;
    }
    .category-info p {
        font-size: 13px;
    }
    .krisirhat-slider-wrap {
        padding: 10px 0;
    }
}
@media (max-width: 360px) {
    .category-img {
        width: 70px;
        height: 70px;
    }
}