.custom-paginator{position:relative}.custom-paginator__wrapper{margin:50px 0 40px}.custom-paginator__list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center;gap:.5rem}@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:35px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;min-height:35px;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{width:35px;height:35px;font-size:0;border-radius:100px;background-color:#ee2938}.custom-paginator__next:hover,.custom-paginator__prev:hover{transform:scale(1.1)}.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='10' height='16' fill='none'%3E%3Cpath d='M8.375 14.75L1.625 8l6.75-6.75' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");display:block;width:10px;height:16px;background-position:50%;background-repeat:no-repeat;background-size:contain}.custom-paginator__next: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 #adaea8;border-radius:10px}