.pagination{font-size:.875em;padding-top:2em;display:flex;justify-content:center;align-items:center;gap:.5em;flex-wrap:wrap}@media (max-width:1024px){.pagination{padding-top:2em;gap:.75em}}.pagination .current,.pagination .deco,.pagination .page a{display:flex;width:2.5em;height:2.5em;background-color:rgba(var(--color-white),1);border:1px solid #e0e1bc;align-items:center;justify-content:center;text-decoration:none;line-height:1;border-radius:.375em;line-height:1}.pagination .deco{background-color:transparent;border-color:transparent}.pagination .page a{font-weight:600}.pagination .current{background-color:rgba(var(--color-black),1);border-color:transparent;color:rgba(var(--color-white),1)}.pagination .next,.pagination .prev{background:url(icon-chevron-right.svg) no-repeat 50% 50%/1.5em}.pagination .next a,.pagination .prev a{display:flex;justify-content:center;align-items:center;text-decoration:none;width:2.5em;height:2.5em;background-color:transparent;overflow:hidden;line-height:1;border-radius:.375em;text-indent:-999999px}.pagination .prev{transform:rotate(180deg)}