.js-product-slider .us-dots {
    bottom: 12px !important;
}

.js-product-slider .us-dot {
    background: rgba(0, 0, 0, 0.15) !important;
}

.js-product-slider .us-dot-active {
    background: rgba(0, 0, 0, 0.5) !important;
    transform: scale(1.1);
}

.product-gallery-stage {
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 72%, rgba(241, 245, 249, 0.92) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 24px rgba(15, 23, 42, 0.04);
}

.dark .product-gallery-stage {
    background:
        radial-gradient(circle at 50% 38%, rgba(39, 39, 42, 0.98) 0%, rgba(24, 24, 27, 0.96) 72%, rgba(9, 9, 11, 0.92) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1280px) {
    .product-gallery-stage {
        border-radius: 1.5rem;
    }
}
