
@theme {
    --font-general-sans: 'General Sans Regular', sans-serif;
}
 
span.swiper-custom-bullet{
    width: 7.615px;
    height: 7.615px;
    flex-shrink: 0;
    border: 1px solid #979797;
    border-radius: 50%;
}

span.swiper-custom-bullet.swiper-custom-bullet-active{
    background:#008080;
}

.swiper-custom-pagination.swiper-pagination-horizontal {
    width: auto !important;
}

.swiper-navigation-next,.swiper-navigation-prev{
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-navigation-next.active{
    border-radius: 50.908px;
    background: #008080;
    width: 46.875px;
    height: 31.407px;
    flex-shrink: 0;
}
.swiper-navigation-prev.active{
    border-radius: 50.908px;
    background: #008080;
    width: 46.875px;
    height: 31.407px;
    flex-shrink: 0;
}

.testimonial-title span{
    border-radius: 6px;
    background: linear-gradient(90deg, #059E9E 0%, #34BEE4 100%);
}

.testimonials-item {
    background: #fff;
    border-radius: 12px;
    height: 100%;
    min-height: 240px;
    padding: 25px 16px 16px 28px;
    box-shadow: 0 2px 6.2px 1px rgba(0, 0, 0, .04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonials-item-3 {
    border-radius: 12px;
    background: #F2F2F2;
    box-shadow: 0 2px 6.2px 1px rgba(0, 0, 0, 0.04);
    padding: 28px 34px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-marquee-block::before{
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 300px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 91.15%);
    top: 0;
    z-index: 1;
}

.testimonial-marquee-block::after{
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    width: 300px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 78.81%);
    top: 0;
    z-index: 1;
    transform: rotate(180deg);
}


.Premium-Skincare-Rituals-block-text h3{
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
}

.Premium-Skincare-Rituals-block-text p{
    color: #060606;
    font-feature-settings: 'dlig' on;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
}

@media (max-width:767px) {
.testimonial-marquee-block:before { 
    width: 100px; 
}
.testimonial-marquee-block:after { 
    width: 100px; 
}
}