.disko-component-slider-fragrance-notes
{
    position: relative;
    width: 100%;
    padding: 0 8vw;
    height: 450px;
    max-height: 75vh;
    /*overflow: hidden;*/
}
.disko-component-slider-fragrance-notes .swiper-container
{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 910px;
    overflow: visible;
}
.disko-component-slider-fragrance-notes .swiper-slide
{
    position: relative;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    transition-property: opacity;
}
.disko-component-slider-fragrance-notes .swiper-slide:not(.swiper-slide-active)
{
    opacity: 0 !important;
}
.disko-component-slider-fragrance-notes .picture
{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.disko-component-slider-fragrance-notes .text-container
{
    max-width: 33ch;
}

.disko-component-slider-fragrance-notes .title 
{
    font-weight: 400;
}
.disko-component-slider-fragrance-notes .text-container .sans-serif
{
    font-weight: 400;
    text-transform: uppercase;
}
.disko-component-slider-fragrance-notes .navigation-pagination-container
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 4vw;
}
.disko-component-slider-fragrance-notes .swiper-pagination
{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    height: auto !important;
}
.disko-component-slider-fragrance-notes .swiper-pagination-bullet
{
    opacity: 0.15;
    cursor: pointer;
    overflow: hidden;
    background-color: black;
    transform-origin: center center;
    transition: transform 0.3s ease 0s;
}
.disko-component-slider-fragrance-notes .swiper-pagination-bullet.active
{
    opacity: 1;
}
@media screen and (max-width: 767px)
{
    .disko-component-slider-fragrance-notes
    {
        height: auto;
        padding: 0;
    }
    .disko-component-slider-fragrance-notes .swiper-container
    {
        padding: 8vw 0 50px;
        position: relative;
    }
    .disko-component-slider-fragrance-notes .swiper-slide
    {
        flex-direction: column;
        padding: 0 8vw;
    }
    .disko-component-slider-fragrance-notes .picture
    {
        max-width: 450px;
    }
    .disko-component-slider-fragrance-notes .text-container
    {
        width: 100%;
        font-size: 14px;
        font-size: clamp(14px, 3vw, 18px);
        line-height: 1.71em;
        margin-top: 20px;
    }
    .disko-component-slider-fragrance-notes .title 
    {
        font-size: 25px;
        font-size: clamp(25px, 5vw, 40px);
        line-height: 1em;
        margin-bottom: 15px;
    }
    .disko-component-slider-fragrance-notes .sans-serif
    {
        font-size: 13px;
        font-size: clamp(13px, 3vw, 16px);
        line-height: 1.54em;
        margin-bottom: 10px;
    }
    .disko-component-slider-fragrance-notes .swiper-pagination
    {
        flex-direction: row;
    }
    .disko-component-slider-fragrance-notes .navigation-pagination-container
    {
        min-height: 9.6mm;
        top: auto;
        right: 0;
        bottom: 0;
        margin: auto 30px 0;
        
        flex-direction: row;
        justify-content: center;
        
        transform: none;
    }
    .disko-component-slider-fragrance-notes .swiper-pagination-bullet
    {
        width: 32px;
        height: 1px;
    }
    .disko-component-slider-fragrance-notes .navigation-pagination-container:hover .swiper-pagination-bullet
    {
        transform: scaleY(10);
    }
    .disko-component-slider-fragrance-notes .swiper-pagination-bullet + .swiper-pagination-bullet
    {
        margin-left: 15px;
    }
}
@media screen and (min-width: 768px)
{
    .disko-component-slider-fragrance-notes .swiper-slide
    {
        flex-direction: row;
    }
    .disko-component-slider-fragrance-notes .picture
    {
        max-width: min(50%, 450px);
    }
    .disko-component-slider-fragrance-notes .text-container
    {
        width: 50%;
        font-size: 18px;
        line-height: 1.67em;
        margin-left: 35px;
    }
    .disko-component-slider-fragrance-notes .title 
    {
        font-size: 40px;
        line-height: 0.75em;
        margin-bottom: 27px;
        white-space: nowrap;
    }
    .disko-component-slider-fragrance-notes .sans-serif
    {
        font-size: 16px;
        line-height: 1.25em;
        margin-bottom: 8px;
    }
    .disko-component-slider-fragrance-notes .navigation-pagination-container
    {
        min-width: 9.6mm;
    }
    .disko-component-slider-fragrance-notes .swiper-pagination-bullet
    {
        width: 1px;
        height: 40px;
    }
    .disko-component-slider-fragrance-notes .navigation-pagination-container:hover .swiper-pagination-bullet
    {
        transform: scaleX(10);
    }
    .disko-component-slider-fragrance-notes .swiper-pagination-bullet + .swiper-pagination-bullet
    {
        margin-top: 10px;
    }
    
    
    
    /* #71937 */
    .disko-component-slider-fragrance-notes .swiper-container
    {
        position: relative;
    }
    .disko-component-slider-fragrance-notes .navigation-pagination-container
    {
        margin: 0;
        transform: translate(-100%, -50%);
    }
    .disko-component-slider-fragrance-notes .swiper-pagination 
    {
        counter-reset: note-number;
    }
    .disko-component-slider-fragrance-notes .swiper-pagination-bullet 
    {
        width: 2px;
        counter-increment: note-number;
    }
    .disko-component-slider-fragrance-notes .swiper-pagination-bullet::before
    {
        content: counter(note-number);
        position: absolute;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateY(50%);
    }
    
    /* # */
    .disko-component-slider-fragrance-notes {
        margin-bottom: 64px;
    }
}