.light-theme .current {
    background: #111827;
    color: #fff;
    border-color: #444;
    box-shadow: none;
    cursor: default;
}

.light-theme a, .light-theme span {
    box-shadow: none;
    background: none;
    font-size: 16px;
}

#pagination ul {
    display: inline-block;
}

#pagination {
    text-align: center;
    margin-top: 50px;
}

.sidebar-container {
    position: sticky;
    top: 180px; /* adjust based on your header height */
    max-height: calc(100vh - 210px); /* viewport height minus the offset */
    overflow-y: auto;
    padding-right: 0.5rem; /* so scrollbar doesn’t hug content */
    background: #ffffff;   /* avoid content showing through behind */
}

#mobile-filter-sidebar {
    z-index: 99 !important;
}

.swatch-base {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(209, 213, 219); /* Tailwind gray-300 */
    border-radius: 9999px;
    width: 1.5rem; /* h-6 */
    height: 1.5rem; /* w-6 */
}

/* CLEAR: checkerboard pattern */
.swatch-clear {
    position: relative;
    overflow: hidden;
    background-color: white;
    background-image: linear-gradient(45deg, #e5e7eb 25%, transparent 25%,
    transparent 50%, #e5e7eb 50%, #e5e7eb 75%,
    transparent 75%, transparent);
    background-size: 6px 6px;
}

/* WHITE: just plain white */
.swatch-white {
    background-color: white;
}

/* other colors just use background-color inline */
