﻿.CatItem[data-id*="15"] {
    background: var(--o-Red);
}

.CatItem[data-id*="14"] {
    background: var(--o-Yellow);
}

.CatItem[data-id*="13"] {
    background: var(--o-Purple);
}

.CatItem[data-id*="11"] {
    background: var(--o-Pink);
}

.CatItem[data-id*="10"] {
    background: var(--o-Green);
}

.CatItem[data-id*="12"] {
    background: var();
}

.CatItem[data-id*="16"] {
    background: var();
}

.CatBox {
    flex: 1 0 auto;
}

@media screen and (max-width:480px) {
    .CatBox {
        flex: 1 0 32%;
    }
}