    /* 카테고리 Swiper 스타일 */
    .categorySwiper {
        width: 100%;
        height: auto;
    }

    .categorySwiper .swiper-slide {
        width: auto !important;
    }

    .category-filter {
        white-space: nowrap;
        border-radius: 20px;
        padding: 8px 16px;
        font-size: 0.9rem;
        font-weight: 500;
        border: 1px solid #eee;
        background: white;
        color: #000;
        transition: all 0.2s;
    }

    .category-filter.active {
        background: linear-gradient(135deg, #ff6a00 0%, #ee0979 100%);
        border-color: transparent;
        color: white;
    }

    .category-filter .badge {
        background: rgba(255, 255, 255, 0.2) !important;
        color: inherit !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #6c757d;
        background: white;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
    }