.qeauty-banner-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.qeauty-banner-carousel .swiper-wrapper {
    align-items: stretch;
}

.qeauty-banner-carousel .swiper-slide {
    box-sizing: border-box;
}

.qeauty-banner-carousel .swiper-slide a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.qeauty-banner-carousel .swiper-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.qeauty-banner-carousel .swiper-slide h3 {
    margin: 12px 0 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.qeauty-banner-carousel .swiper-pagination {
    position: relative;
    margin-top: 15px;
}

.qeauty-banner-carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.qeauty-banner-carousel .swiper-pagination-bullet-active {
    transform: scale(1.2);
}