.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #ccc;
    /* серый контур */
    border-radius: 50%;
    opacity: 1;
    /* отключаем прозрачность Swiper'а */
    margin: 0 4px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #006b3c;
    /* тёмно-зелёный кружок */
    border-color: #006b3c;
}


.shop__main__banner-swiper .swiper-pagination-bullet-active {
    background-color: var(--purple-color);
    /* тёмно-зелёный кружок */
    border-color: var(--purple-color);
}
.swiper-button-prev,
.swiper-button-next {
    width: 36px;
    height: 36px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, color 0.3s ease;
}


.swiper-button-next {
    background-color: #ddd;
    color: #000;
}

/* Убираем стандартные SVG стрелки Swiper */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(225deg);
}

.swiper-button-next::after {
    transform: rotate(45deg);
}


.stock__swiper {
    margin-top: 35px;
    width: 100%;
    height: 460px;
    position: relative;
}


.services__swiper,
.new__swiper {
    margin-top: 35px;
    width: 100%;
    height: 500px;
    position: relative;
}

.specialists__swiper {
    width: 100%;
    height: 220px;
    position: relative;
}

.swiper-button-wrapper {
    position: absolute;
    left: 50%;
    bottom: 15px;
}

.stock__btn-prev {
    margin-left: -90px;

}

.stock__btn-next {
    margin-right: -90px;

}

.card-shop__swiper,
.categories-shop__hits-swiper {
    width: 100%;
    height: 340px;
    position: relative;
}

.shop__main__banner-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.categories-shop__hits-swiper .swiper-wrapper {
    width: 90%;
}


.card-shop__swiper .swiper-button-wrapper,
.categories-shop__hits-swiper .swiper-button-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 70%;
    z-index: 20;


}

.categories-shop__hits-prev {
    margin-left: 0px;
    rotate: 180deg;
    position: absolute;
    left: 0;

}

.categories-shop__hits-next {
    margin-right: 0px;

}

.card-shop__swiper .swiper-button-prev::after,
.card-shop__swiper .swiper-button-next::after,
.categories-shop__hits-swiper .swiper-button-prev,
.categories-shop__hits-swiper .swiper-button-next {
    background: white;
}

.card-shop__swiper .swiper-button-prev::after,
.card-shop__swiper .swiper-button-next::after,
.categories-shop__hits-swiper .swiper-button-prev::after,
.categories-shop__hits-swiper .swiper-button-next::after {
    display: none;
}