
@media (max-width: 767px) {
.product-slider-pagination {
    row-gap: 8px;
    column-gap: 8px;
}
.pagination-button {
    min-width: 24px;
    min-height: 24px;
    margin: 2px;
    padding: 4px 6px;
}
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-prev,
.owl-next {
    min-width: 24px !important;
    min-height: 24px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}

.password-helper a {
    display: inline-block;
    min-height: 24px;
    padding: 6px 4px;
}
.password-helper a + a {
    margin-left: 8px;
}

.top-nav-button-login:focus-visible, .top-nav-button-login:hover {
    background-color: transparent;
    color: white !important;
}