.custom-paginator{position:relative}.custom-paginator__wrapper{margin:30px 0}.custom-paginator__list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center;gap:1rem}@media(max-width:425px){.custom-paginator__list{gap:.5rem}}.custom-paginator__itemButton,.custom-paginator__next,.custom-paginator__prev{text-decoration:none;display:flex;align-items:center;justify-content:center;cursor:pointer;min-width:2.5rem;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;min-height:3.5rem;font-size:16px;font-weight:600;color:#000}@media(max-width:425px){.custom-paginator__itemButton,.custom-paginator__next,.custom-paginator__prev{font-size:14px;min-width:2.25rem}}.custom-paginator__next,.custom-paginator__prev{font-size:0;background-color:#f4f4f4}.custom-paginator__next:before,.custom-paginator__prev:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='currentColor' viewBox='0 0 256 256'%3E%3Cpath d='M180 128l-80 80-12-12 68-68-68-68 12-12 80 80z'/%3E%3C/svg%3E");display:block;width:32px;height:32px;background-position:50%;background-repeat:no-repeat;background-size:contain}.custom-paginator__prev:before{transform:rotate(180deg)}.custom-paginator__next.disabled,.custom-paginator__prev.disabled{cursor:not-allowed;-webkit-filter:opacity(.5);filter:opacity(.5)}li.selected .custom-paginator__itemButton{border:1px solid #000}