.custom-pagination{display:flex;gap:8px;justify-content:center;width:100%}.custom-pagination__item{background:var(--color-grey-border);border-radius:8px;height:8px;transition:background .4s,width .4s;width:8px}.custom-pagination__item.-active{background:var(--color-black);pointer-events:none;width:40px}@media screen and (hover:hover){.custom-pagination__item:hover{background:var(--color-black)}}@media screen and (max-width:1260px){.custom-pagination__item{border-radius:6px;height:6px;width:6px}.custom-pagination__item.-active{width:32px}}
