.flavor-carousel-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.flavor-container img {
    max-height: 276px;
    height: 100%;
    width: auto;
    margin: 0px 15px;
}
.flavor-carousel-wrapper {
    padding: 40px 0px;
}
.flavor-carousel-wrapper h1 {
    text-align: center;
    display: block;
    margin: 0px auto 30px auto;
    width: 100%;
    max-width: 90%;
}
.flavor-description {
    text-align: center;
    display: block;
    margin: 35px auto;
    width: 100%;
    max-width: 670px;
}
.flavor-description h6{
    margin: 5px auto;
    font-weight: 400;
    font-family: 'GothamRoundedBold';
    display: block;
    width: 100%;
    font-size: 19px;
    padding: 0px 10px;
    max-width: 450px;
}
.lsg-icon-title {
    font-weight: 400;
}
.flavor-description h4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'GothamRoundedBold';
    font-weight: 400;
    font-size: 26px;
}
.flavor-container a {
    display: block;
    width: fit-content;
    height: fit-content;
}
.flavor-carousel-wrapper .slick-center img {
    height: 335px;
    max-height: 335px;
    margin: auto;
    width: auto;
    z-index: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.flavor-carousel-wrapper .slick-center {
    position: relative;
    display: flex;
    height: 370px;
}
.flavor-container.slick-slide {
    max-width: 230px;
    width: 100%;
}
.flavor-carousel-wrapper .slick-center::after {
    display: block;
    height: 40px;
    width: 45px;
    content: '';
    position: absolute;
    top: -10px;
    right: 10px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url('/cdn/shop/files/CP_GraphicElements_Burst.png?v=1634919304');
}
.active-desc {
    display: block;
}
.inactive-desc {
    display: none;
}

.slick-center .flavorcircle {
    display: block;
    height: 155px;
    width: 155px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    top: 0px;
    left: 0px;
}
.flavor-carousel-wrapper .slick-track {
    display: flex;
    align-items: center;
}
span.plus-icon {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 0px 15px;
    border-radius: 50%;
    background-image: url('/cdn/shop/files/COMPANY.png?v=1632179500');
    background-size: 13px 13px;
    background-position: center;
    background-repeat: no-repeat;
}
span.bg-wmelon {
    background-color: #FD4A5C;
}
.flavor-carousel-container {
    position: relative;
}
#prev, .lsg-homepage-slider button.slick-prev.slick-arrow, .nutrition-f button.slick-prev.slick-arrow{
    z-index: 100;
    content: '';
    display: block;
    background-image: url('/cdn/shop/files/Line_5_Stroke.png?v=1632180142');
    background-size: 100% 100%;
    height: 30px;
    width: 15px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    color: transparent;
    margin: auto;
    left: 38%;
    cursor: pointer;
}
.nutrition-f button.slick-prev.slick-arrow {
    left: 10%;
}

#next, .lsg-homepage-slider button.slick-next.slick-arrow, .nutrition-f button.slick-next.slick-arrow {
    content: '';
    cursor: pointer;
    z-index: 100;
    color: transparent;
    display: block;
    background-image: url('/cdn/shop/files/Line_5_Stroke.png?v=1632180142');
    background-size: 100% 100%;
    height: 30px;
    width: 15px;
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    bottom: 0px;
    margin: auto;
    right: 38%;
}
.nutrition-f button.slick-next.slick-arrow {
    right: 10%;
}

.flavor-carousel-wrapper .flavor-container.slick-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.flavors-container {
    max-width: 1100px;
    width: 100%;
    display: block;
    margin: auto;
}
@media  (max-width: 768px) {
    .flavor-carousel-wrapper {
        padding: 30px 0px;
    }
    .flavor-description h4 {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        row-gap: 10px;
        align-items: center;
        justify-content: center;
        max-width: 300px;
        width: 100%;
        margin: auto;
    }
    #next {
        right: 35%;
    }
    #prev {
        left: 35%;
    }
}
@media (max-width: 650px) {
    #next {
        right: 30%;
    }
    #prev {
        left: 30%;
    }
}
@media (max-width:490px) {
    #next {
        right: 15%;
    }
    #prev {
        left: 15%;
    }
}

