#custom-gladly-chat-button.gladly-show {
    display: none !important;
}


/* BEGIN STICKY SHOP NAV */
#rlc-shopnav {
    position: fixed;
    bottom: 2.75em;
    left: 50%;
    transform: translateX(-50%);
    width: 90em;
    height: 13.125em;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    pointer-events: none;
    overflow: unset;
    background: transparent;
}

#rlc-shopnav .rlc-in {
    display: inline-flex;
    align-items: flex-end;
    margin-right: 2.375em;
    color: #fff;
    pointer-events: all;
    opacity: 0;
}

[lang^=ar] #rlc-shopnav .rlc-in {
    margin-right: 0em;
    margin-left: 2.375em;
}

#rlc-shopnav .rlc-shopmenu {
    text-align: center;
}

#rlc-shopnav .rlc-shopmenu .rlc-pillbutton {
    margin: 1.25em auto 0;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding-right: 2.25em;
    position: relative;
    min-height: 2.125em;
    transition: none;
}

#rlc-shopnav .rlc-shopmenu .rlc-pillbutton span {
    color: #fff;
}

#rlc-shopnav .rlc-shopmenu .rlc-pillbutton:hover span {
    color: #fff;
}

#rlc-shopnav .rlc-shopmenu .rlc-pillbutton:hover {
    border: 1px solid #fff;
}

#rlc-shopnav .rlc-shopmenu .rlc-pillbutton div {
    position: absolute;
    top: 50%;
    right: 1.25em;
    transform: translateY(-50%);
    width: 0.5em;
    height: 0.5em;
    color: #fff;
}

#rlc-shopnav .rlc-shopmenu .rlc-pillbutton div::before,
#rlc-shopnav .rlc-shopmenu .rlc-pillbutton div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: currentColor;
    transform: translateX(-50%);
    transition: opacity 0.5s;
}

#rlc-shopnav .rlc-shopmenu .rlc-pillbutton div::after {
    transform: translateX(-50%) rotate(90deg);
}

#rlc-shopnav .rlc-shopmenu .rlc-wrap {
    overflow: hidden;
    display: flex;
    max-height: 0;
    opacity: 0;
    transition: all 0.75s;
}

#rlc-shopnav .rlc-shopmenu .rlc-wrap .rlc-ul {
    background: #fff;
    text-align: center;
    border-radius: 1.25em;
    overflow: hidden;
}

#rlc-shopnav .rlc-shopmenu .rlc-wrap .rlc-ul,
#rlc-shopnav .rlc-shopmenu .rlc-wrap .rlc-ul .rlc-li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#rlc-shopnav .rlc-shopmenu .rlc-wrap .rlc-ul .rlc-li {
    height: 2.8125em;
    padding: 0 3.125em;
    display: flex;
    align-items: center;
    justify-content: center;
}

#rlc-shopnav .rlc-shopmenu .rlc-wrap .rlc-ul .rlc-li .rlc-link {
    color: #9D9FA3;
    font-family: var(--foundersReg);
    font-size: 0.6875em;
    line-height: 1.2727272727272727em;
    letter-spacing: 0.022727272727272728em;
    text-transform: uppercase;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#rlc-shopnav .rlc-shopmenu .rlc-wrap .rlc-ul .rlc-li:hover {
    background: #9D9FA3;
}

#rlc-shopnav .rlc-shopmenu .rlc-wrap .rlc-ul .rlc-li:hover .rlc-link {
    color: #fff;
}

#rlc-shopnav .rlc-soundwaves {
    height: 2.125em;
    width: 2.75em;
    pointer-events: all;
    z-index: 2;
    /* overflow: hidden; */
    /* margin-left: 1em; */
}

[lang^=ar] #rlc-shopnav .rlc-soundwaves {
    direction: ltr;
    /* margin: 0 0 0 1em; */
}

#rlc-shopnav .rlc-soundwaves .rlc-audiopop {
    position: relative;
    font-size: 2em;
    color: #fff;
    transform: translateX(-22%);
    pointer-events: all;
    height: 100%;
    width: 1.375em;
}

#rlc-shopnav .rlc-soundwaves .rlc-audiopop:hover {
    color: #000;
}

#rlc-shopnav .rlc-soundwaves .rlc-audiopop div {
    pointer-events: none;
}

#rlc-shopnav .rlc-shopmenu.rlc-active .rlc-wrap {
    max-height: 100vh;
    opacity: 1;
}

#rlc-shopnav .rlc-shopmenu.rlc-active .rlc-pillbutton div::before {
    opacity: 0;
}

@media screen and (min-width: 768px) {
    /* #rlc-shopnav .rlc-shopmenu:hover .rlc-wrap {
			max-height: 100vh;
			opacity: 1;
		}
		#rlc-shopnav .rlc-shopmenu:hover .rlc-pillbutton div::before {
			opacity: 0;
		} */
}

@media screen and (max-width: 767px) {
    #rlc-shopnav {
        width: 100vw;
        justify-content: center;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
        bottom: 0;
        padding-bottom: 0.8125em;
        height: 13em;
    }

    #rlc-shopnav .rlc-in,
    [lang^=ar] #rlc-shopnav .rlc-in {
        margin: 0;
    }

    #rlc-shopnav .rlc-soundwaves {
        position: absolute;
        right: 0.5em;
    }
}

/* END STICKY SHOP NAV */


/* BEGIN SPOTIFY MODAL */
#rlc-spotifymodal {
    position: fixed;
    width: 90em;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 999;
    visibility: hidden;
}

.rlc-modalopen #rlc-spotifymodal {
    /* left: 50%;
	transform: translateX(-50%); */
    visibility: visible;
}

#rlc-spotifymodal .rlc-in {
    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 45em;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.25s;
}

.rlc-modalopen #rlc-spotifymodal .rlc-in {
    opacity: 1;
    transform: translateX(-100%);
}

#rlc-spotifymodal .rlc-in .rlc-close {
    position: absolute;
    top: 2em;
    right: 2em;
    width: 2em;
    height: 2em;
    color: #fff;
    transform: rotate(45deg);
}

#rlc-spotifymodal .rlc-in .rlc-close::before,
#rlc-spotifymodal .rlc-in .rlc-close::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

#rlc-spotifymodal .rlc-in .rlc-close::after {
    transform: translateX(-50%) rotate(90deg);
}

#rlc-spotifymodal .rlc-in .rlc-spotify {
    width: 40em;
    color: #fff;
    text-align: center;
}

#rlc-spotifymodal .rlc-in .rlc-spotify .rlc-cat {
    font-family: var(--sackersHeavy);
    font-size: 0.563em;
    line-height: 2.444em;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-bottom: 2.333em;
}

#rlc-spotifymodal .rlc-in .rlc-spotify .rlc-title {
    font-family: var(--leJeuneReg);
    font-size: 3.75em;
    line-height: 1em;
    letter-spacing: 0.042em;
    text-transform: uppercase;
    margin-bottom: 0;
}

[lang^=ar] #rlc-spotifymodal .rlc-in .rlc-spotify .rlc-title {
    font-size: 3em;
}

#rlc-spotifymodal .rlc-in .rlc-spotify iframe {
    margin-top: 1.875em;
    width: 25.75em;
    height: 32.5em;
}

@media screen and (max-width: 767px) {
    #rlc-spotifymodal {
        width: 100vw;
        left: 0;
        transform: none;
    }

    .rlc-modalopen #rlc-spotifymodal {
        opacity: 1;
    }

    #rlc-spotifymodal .rlc-in {
        /* background: rgba(0,0,0,0.7); */
        width: 100vw;
        transform: none;
        left: 0;
    }

    .rlc-modalopen #rlc-spotifymodal .rlc-in {
        transform: none;
    }

    #rlc-spotifymodal .rlc-in .rlc-close {
        top: 1.5em;
        right: 1.5em;
        width: 1em;
        height: 1em;
    }

    #rlc-spotifymodal .rlc-in .rlc-spotify {
        width: 22em;
    }

    #rlc-spotifymodal .rlc-in .rlc-spotify .rlc-cat {
        font-size: 0.43875em;
        line-height: 2.4444444444444446em;
        letter-spacing: 0.4002849002849003em;
        margin-bottom: 2em;
    }

    #rlc-spotifymodal .rlc-in .rlc-spotify .rlc-title {
        font-size: 2.25em;
        line-height: 1.2999999999999998em;
        letter-spacing: 0.05416666666666667em;
    }

    [lang^=ar] #rlc-spotifymodal .rlc-in .rlc-spotify .rlc-title {
        font-size: 1.9em;
    }

    #rlc-spotifymodal .rlc-in .rlc-spotify iframe {
        margin-top: 1.125em;
        width: 15.9375em;
        height: 24.75em;
    }
}

/* END SPOTIFY MODAL */