.pi-upsell-swiper {
    overflow: hidden;
    padding-bottom: 44px;
}

.pi-upsell-swiper .swiper-slide {
    height: auto;
}

.pi-upsell-swiper .swiper-button-disabled {
    opacity: 0.3 !important;
    cursor: default;
}

.pi-upsell-pagination {
    bottom: 0 !important;
}

.pi-upsell-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    opacity: 1;
    border-radius: 9999px;
    transition: all 0.3s ease;
    margin: 0 4px !important;
}

.dark .pi-upsell-pagination .swiper-pagination-bullet {
    background: #475569;
}

.pi-upsell-pagination .swiper-pagination-bullet-active {
    background: #ff6e38 !important;
    width: 24px !important;
}
