.array-button{display:flex;align-items:center;gap:15px}.array-button .array-next,.array-button .array-prev{width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;transition:all .4s ease-in-out}.array-button .array-prev{color:var(--header);border:1px solid var(--border)}.array-button .array-prev svg path{fill:var(--white)}.array-button .array-prev:hover{background:var(--theme)}.array-button .array-next svg path,.array-button .array-next:hover svg path,.array-button .array-prev:hover svg path{fill:var(--header)}.array-button .array-next{background:var(--theme)}.array-button .array-next:hover{background:var(--white)}