.products-index-page {
    background-color: #000;
}

.products-type-switch {
    min-width: 240px;
}
.products-card-link {
    height: 300px;
}

.products-card-body {
    background-color: var(--site-dark-card-background);
}

.products-card-img {
    max-height: 100%;
    max-width: 100%;
}
