.table-row-items > div.table-row-item {
    @apply bg-container-darker;

    &:nth-child(2n + 1) {
        @apply bg-container-lighter;
    }
}

.page-main {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.cat-slider-homepage .svg-slide-mobile svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
}
.container{
    max-width: 1480px !important;
}
