.mspv7-prosmart .mspv7-eyebrow {
    color: var(--color-copper-dark);
}

.mspv7-contact .mspv7-eyebrow {
    color: var(--color-text-primary);
}

.mspv7-pagination .swiper-pagination-bullet,
.mspv7-product-pagination .swiper-pagination-bullet {
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    background: transparent;
    opacity: 1;
}

.mspv7-pagination .swiper-pagination-bullet::after,
.mspv7-product-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 50%;
    background: var(--color-text-muted);
}

.mspv7-pagination .swiper-pagination-bullet-active::after,
.mspv7-product-pagination .swiper-pagination-bullet-active::after {
    background: var(--color-copper-primary);
}

@media (max-width: 360px) {
    .mspv7-container {
        width: min(calc(100% - 24px), 1180px);
    }
}
