/* Categories / Brands listing small fixes */
.cp-list-card .cp-circle-img {
    aspect-ratio: 1 / 1;
    background: #fff;
}
.cp-list-card .cp-circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cp-list-card .cp-brand-img img {
    object-fit: contain;
    padding: 18px;
}
.cp-brand-info {
    min-height: 42px;
    color: var(--body-color, #777);
}
.page-item.disabled a {
    opacity: .45;
    pointer-events: none;
}
@media (max-width: 575px) {
    .cp-list-card .collection-content { padding-top: 16px; }
    .cp-brand-info { display: none; }
}
