.undefined ._1hgy5ea4 {
    pointer-events: none;
}

vitacup-header .menu-toggle {
    position: relative;
    z-index: 1;
}

vitacup-header .menu-toggle::before {
    content: '';
    position: absolute;
    width: 32px;
    aspect-ratio: 1;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu-open.menu-open vitacup-header .menu-toggle > span:before {
    transform: rotate(45deg);
    top: auto;
    bottom: 50%;
}

.collection.layout--new .slideshow__controls,
.content-slider .slideshow__controls {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: none !important;
    position: static !important;

    @media screen and (max-width: 768px){
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .slider-button {
        width: 60px;
        border: 1px solid rgb(18,18,18) !important;
        border-radius: 2rem !important;
        
        @media screen and (max-width: 992px){
            width: 54px;
        }

        .icon{
            height: 3rem !important; 
            @media screen and (max-width: 992px){
                height: 2rem !important; 
            }
        }
    }
}

.collection.layout--new .slider-counter--dots,
.content-slider .slider-counter--dots {
    display: none !important;
}

.template--index  .collection.layout--new .product-card.card-wrapper{
    height: 100%;

    &:not(.subscription-product) .card-information {
        flex: 1;
    }
}