/* Container principal */
.crimca-collections-filter-container {
    width: 100%;
    margin: 30px 0;
    padding: 0 10px;
    font-family: 'EB Garamond', serif;
}

.crimca-collections-header {
    text-align: center;
    margin-bottom: 20px;
}

.filter-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8c2027;
    font-weight: 600;
}

.crimca-collections-bar-outer {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.crimca-collections-bar-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    padding: 10px 5px;
    flex: 1;
}

.crimca-collections-bar-wrap::-webkit-scrollbar {
    display: none;
}

.collections-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 12px;
}

/* Săgeți Remediate */
.crimca-nav-arrow {
    background: #ffffff !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 50% !important;
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    transition: all 0.2s ease-in-out !important;
    z-index: 100;
    padding: 0 !important;
    color: #8c2027 !important;
    flex-shrink: 0;
    outline: none;
}

.crimca-nav-arrow:hover {
    background: #fdfdfd !important;
    border-color: #8c2027 !important;
    box-shadow: 0 4px 12px rgba(140, 32, 39, 0.15) !important;
}

.crimca-nav-arrow svg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    margin: 0 auto !important;
    stroke: currentColor !important;
    pointer-events: none;
}

.crimca-nav-arrow.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Item de colecție */
.collection-item {
    display: inline-block;
}

.collection-item a {
    display: block;
    padding: 10px 22px;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #444;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s ease;
    border-radius: 2px;
}

.collection-item.active a {
    background: #8c2027;
    color: #fff;
    border-color: #8c2027;
}

.collection-item:not(.active) a:hover {
    border-color: #8c2027;
    color: #8c2027;
}

.crimca-swipe-hint {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}

@media (max-width: 768px) {
    .crimca-nav-arrow {
        display: none !important;
    }
    .crimca-swipe-hint {
        display: flex;
    }
}
