.cta-button {
    transition: transform 0.3s ease-in-out;
}

.cta-button:hover {
    transform: scale(1.1) rotate(2deg);
}

.product-image:hover {
    transform: scale(1.05);
}
.banners-slider-swiper-actions-prev {
    display: none;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    color: #414042;
    color: var(--color-primary);
    transition-duration: 300ms;
    }
    .banners-slider-swiper-actions-next {
        display: none;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    color: #414042;
    color: var(--color-primary);
    transition-duration: 300ms;
    }
    .custom-slider .swiper-pagination-bullets {
        position: relative;
    display: none;
    justify-content: center;
    justify-items: center;
    }