/* CSS */
.grid[data-products-listing-container] > :last-child[data-pagination] {
    grid-column: 1 / -1; /* span all columns */
    justify-self: center; /* center itself */
}

[data-products-listing-wrapper][data-view="carousel"] {
    left: unset !important;
    width: 100% !important;
}

.owl-carousel {
    margin-bottom: 20px;
}

.owl-carousel .owl-nav {
    font-size: 50px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    opacity: 50%;
}

.owl-carousel .owl-stage {
    display: flex;
    padding-left: 0 !important;
}

.owl-carousel .owl-stage .item {
    height: 100%;
}

.glightbox-container .gprev,
.glightbox-container .gnext {
  display: none !important;
}