/* ACE Tennis — Pager visible v1 */

html body.catalog-category-view .ace-category-visible-pager,
html body.catalogsearch-result-index .ace-category-visible-pager {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 18px auto 0;
    padding: 8px 0 0;
    clear: both;
}

html body.catalog-category-view .ace-pager-link,
html body.catalogsearch-result-index .ace-pager-link,
html body.catalog-category-view .ace-pager-dots,
html body.catalogsearch-result-index .ace-pager-dots {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    color: #071018 !important;
    background: #ffffff;
    border: 1px solid rgba(7, 16, 24, .12);
    box-shadow: 0 8px 22px rgba(7, 16, 24, .08);
}

html body.catalog-category-view .ace-pager-link:hover,
html body.catalogsearch-result-index .ace-pager-link:hover,
html body.catalog-category-view .ace-pager-link.is-current,
html body.catalogsearch-result-index .ace-pager-link.is-current {
    background: #c9ff00;
    color: #071018 !important;
    border-color: #c9ff00;
}

html body.catalog-category-view .ace-pager-link.is-disabled,
html body.catalogsearch-result-index .ace-pager-link.is-disabled {
    opacity: .35;
    pointer-events: none;
}

html body.catalog-category-view .ace-pager-dots,
html body.catalogsearch-result-index .ace-pager-dots {
    background: transparent;
    box-shadow: none;
    border-color: transparent;
}
