.c-product-grid {
    width: 100%;
}

.c-product-grid__items {
    width: 100%;
}

.c-product-grid__item {
    /* Styles für ein einzelnes Grid-Item (Wrapper um ProductCard) */
    box-sizing: border-box;
}

.c-product-grid__footer {
    width: 100%;
    margin-top: 2rem;
}

.c-product-grid__pagination,
.c-product-grid__more,
.c-product-grid__auto {
    display: none;
    justify-content: center;
}

.c-product-grid__pagination.show-s,
.c-product-grid__pagination.show-m,
.c-product-grid__pagination.show-l,
.c-product-grid__pagination.show-xl,
.c-product-grid__more.show-s,
.c-product-grid__more.show-m,
.c-product-grid__more.show-l,
.c-product-grid__more.show-xl,
.c-product-grid__auto.show-s,
.c-product-grid__auto.show-m,
.c-product-grid__auto.show-l,
.c-product-grid__auto.show-xl {
    display: flex;
}
