:root{--swiper-button-height:32px}.swiper-button{align-items:center;background-color:var(--primary);border-radius:50%;color:var(--white);cursor:pointer;display:flex;height:var(--swiper-button-height);justify-content:center;padding:6px;transition:background-color .2s linear,opacity .2s linear,color .2s linear;width:var(--swiper-button-height)}@media(hover:hover){.swiper-button:hover{background-color:var(--black);color:var(--white)}}.swiper-button svg{height:22px;stroke:var(--white);stroke-width:.5px;width:22px}.swiper-button.swiper-button-disabled{opacity:0;pointer-events:none}.swiper-button svg{flex-shrink:0;height:24px;width:12px}.swiper-button.reversed{transform:rotate(180deg)}
