/* Custom Styles Override */

/* Swiper Pagination/Navigation Customization */
.swiper-button-next, .swiper-button-prev {
    color: #0F172A; /* Primary Color */
}

.swiper-pagination-bullet-active {
    background: #7C3AED; /* Secondary Color */
}

/* Scrollbar for Cart Drawer */
#cartDrawer {
    scrollbar-width: thin;
    scrollbar-color: #CBD5E1 transparent;
}

#cartDrawer::-webkit-scrollbar {
    width: 6px;
}

#cartDrawer::-webkit-scrollbar-track {
    background: transparent;
}

#cartDrawer::-webkit-scrollbar-thumb {
    background-color: #CBD5E1;
    border-radius: 20px;
}
