#gh-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 999999999999999;
    pointer-events: none;
}

#gh-preloader.inactive {
    pointer-events: none;
}

video {
    max-width: unset;
    width: 100%;
    height: 100%;
}

header.nounou-header {
	position: fixed;
    bottom: -2px;
    top: unset;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
    height: 54px;
    display: flex;
    align-items: center;
}

header.nounou-header a {
	background: #fff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    font-size: var(--small-font-size-fix);
    padding: 10px 28px 20px;
    height: 54px;
    display: flex;
    align-items: center;
    margin-right: 11px;

    /*text-transform: capitalize;*/
}



header.nounou-header.label-container {
	width: 100%;
	height: 54px;
	display: block;
    align-items: unset;
}

header.nounou-header .label-wrapper {
	
}

header.nounou-header .label-wrapper .label-slide {
	width: 100%;
	display: flex;
	justify-content: center;
}

header.nounou-header .label-wrapper .label-slide .label-txt {
	display: flex;
	align-items: center;
}

header.nounou-header-2 {
	position: fixed;
    top: -2px;
    right: 92px;
    z-index: 100;
    display: flex;
}

header.nounou-header-2 a {
	cursor: pointer;
	background: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    font-size: var(--small-font-size-fix);
    padding: 0;
    height: 54px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
}

header.nounou-header-2 a.account-btn svg {
	height: var(--small-font-size-fix);
    margin-top: 10px;
}

header.nounou-header-2 a.email-btn svg {
	width: var(--small-font-size-fix);
    margin-top: 10px;
}

header.nounou-header a.en-btn svg,
header.nounou-header a.kr-btn svg {
	height: var(--small-font-size-fix);
}

header.nounou-header-3{
	position: fixed;
	top: -2px;
	left: 30px;
	z-index: 100;
    display: flex;
    align-items: flex-start;
}

header.nounou-header-3 a {
	background: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    font-size: var(--small-font-size-fix);
    padding: 10px 27px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

header.nounou-header-3 a .active {
    
}

header.nounou-header-3 a .inactive {
    opacity: 0.3;
    transition: opacity 0.1s;
}

header.nounou-header-3 a .inactive:hover {
    opacity: 1;
}

header.nounou-header.hide {
    bottom: -60px;
}

header.nounou-header-2.hide {
    top: -60px;
}

header.nounou-header-3.hide {
    top: -60px;
}


.xoo-wsc-basket {
    position: fixed;
    top: -2px;
    right: 30px;
    padding: 0;
    margin: 0;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    text-align: center;
    width: 62px;
    height: 62px;
   	min-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.3s;
}

.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-basket {
    right: 20px;
    /*top: -70px;*/
}

.xoo-wsc-basket.hide {
    top: -70px !important;
}

header.nounou-header, 
header.nounou-header-2,
header.nounou-header-3,
.xoo-wsc-basket {
    transition: top 0.3s, bottom 0.3s;
}

header.nounou-header a, 
header.nounou-header-2 a,
header.nounou-header-3 a,
.xoo-wsc-basket {
    transform: translate(0,0);
    transition: top 0.3s, bottom 0.3s, transform 0.1s;
}

header.nounou-header a,
header.nounou-header-2 a,
header.nounou-header-3 a {
    position: relative;
}

header.nounou-header a {
    bottom: -5px
}

header.nounou-header-2 a,
.xoo-wsc-basket {
    top: -10px;
}

header.nounou-header a,
header.nounou-header-2 a {
    height: calc(54px + 10px);
    overflow: hidden;
}

header.nounou-header a:hover {
    transform: translate(0, -10px);
}

header.nounou-header-2 a:hover,
.xoo-wsc-basket:hover {
    transform: translate(0, 10px);
}

header.nounou-header-3 a.en-btn, 
header.nounou-header-3 a.kr-btn{
    height: calc(54px + 10px);
    padding: 10px 27px 0px 27px;
    top: -10px;
}

header.nounou-header-3 a.en-btn:hover, 
header.nounou-header-3 a.kr-btn:hover{
    transform: translate(0, 10px);
}

/*header.nounou-header-3 a {
    top: 0;
    height: 54px;
}*/

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: unset !important;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.my.swiper-button-prev,
.my.swiper-button-next {
    width: 25%;
    height: 100%;
    background-color: transparent;
    transform: translate(0, -50%);
    margin: 0;

}

.my.swiper-button-prev {
    left: 0;
    justify-content: flex-start;
    line-height: 0;
    font-size: 0;
}

.my.swiper-button-next {
    right: 0;
    justify-content: flex-end;
    line-height: 0;
    font-size: 0;
}

.my.swiper-button-prev::selection,
.my.swiper-button-next::selection {
    background-color: transparent;
}

.my.swiper-button-prev .prev-btn,
.my.swiper-button-next .next-btn {
    width: 64px;
    height: 64px;
    background-color: white;
    transition: left 0.3s, right 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my.swiper-button-prev .prev-btn::selection,
.my.swiper-button-next .next-btn::selection {
    background-color: transparent;
}

.my.swiper-button-prev .prev-btn {
    left: -64px;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}

.my.swiper-button-next .next-btn {
    right: -64px;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}

.my.swiper-button-prev:hover .prev-btn {
    left: 0px;
}

.my.swiper-button-next:hover .next-btn {
    right: 0px;
}

.my.swiper-button-prev .prev-btn svg {
    transform: rotate(90deg);
    width: var(--small-font-size-fix);
}

.my.swiper-button-next .next-btn svg {
    transform: rotate(-90deg);
    width: var(--small-font-size-fix);
}

.nounou-contact-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    background-color: transparent;
    word-break: keep-all;
}

.nounou-contact-popup.active {
    background-color: rgba(0,0,0,0.3);
    z-index: 99999999;
    opacity: 1;
    pointer-events: auto;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.nounou-contact-popup .popup-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    text-transform: lowercase;
}

.nounou-contact-popup .popup-header svg {
    width: calc(var(--small-font-size-fix) * 0.8);
    height: calc(var(--small-font-size-fix));
    position: relative;
    top: calc(var(--small-font-size-fix) * 0.25);
}

.nounou-contact-popup .popup-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 12px 20px 14px 20px;
    font-size: var(--small-font-size-fix);
    border-radius: 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}

.error404 section {
    display: none;
}
.error404 .fourohfour-columns-2 {
    display: none;
}

.error404 p {
    display: none;
}

.error404 h1.page-title {
    font-size: var(--small-font-size-fix);
    line-height: var(--small-leading-fix);
    letter-spacing: 0;
    max-width: 900px;
    width: 100%;
    margin: 100px auto;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    -webkit-tap-highlight-color: transparent;
    cursor: default;
}

.noselect:focus {
    outline: none;
}

.noselect::selection {
    background-color: transparent;
}

* {
    -webkit-tap-highlight-color: transparent;
}


@media screen and (max-width: 900px) {
    .my.swiper-button-prev,
    .my.swiper-button-next {
        display: none;
    }

    .my.swiper-button-prev .prev-btn {
        display: none;
    }

    .my.swiper-button-next .next-btn {
        display: none;
    }

    header.nounou-header-2 {
        top: 3vw;
        right: 16vw;
    }

    header.nounou-header-2 a {
        border-radius: var(--border-radius);
        width: 11.5vw;
        height: 11.5vw;
        margin-right: 2vw;
        top: 0;
    }

    .xoo-wsc-basket {
        top: 3vw;
        right: 4.5vw;
        border-radius: var(--border-radius);
        width: 11.5vw;
        height: 11.5vw;
    }

    .nounou-contact-popup .popup-wrapper {
        padding: 6px 10px 8px 10px;
        border-radius: 5px;
        font-size: var(--medium-font-size);
        width: calc(100% - 9vw);
    }

    .nounou-contact-popup .popup-header svg {
        width: calc(var(--medium-font-size) * 0.8);
        position: relative;
        top: calc(var(--medium-font-size) * 0.25);
        left: calc(var(--medium-font-size) * -0.2);
    }

    header.nounou-header-mobile {
        position: fixed;
        top: 3vw;
        left: 4.5vw;
        width: auto;
        box-sizing: border-box;
        max-height: 11.5vw;
        border-radius: var(--border-radius);
        overflow: hidden;
        background: white;
        box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
        transition: max-height 0.6s, top 0.3s;
        padding: 1.7vw 4.5vw;
        z-index: 9999;
    }

    header.nounou-header-mobile .nounou-menu-item .active {

    }

    header.nounou-header-mobile .nounou-menu-item .inactive {
        opacity: 0.3;
    }

    header.nounou-header-mobile.active {
        max-height: 90vh;
        overflow: scroll;
    }

    header.nounou-header-2.hide{
        top: -13vw;
    }

    header.nounou-header-mobile.hide {
        top: -13vw;
        max-height: 11.5vw;
    }

    .xoo-wsc-basket.hide {
        top: -13vw !important;
    }


    .nounou-header-mobile .nounou-menu-header {
        font-size: var(--medium-font-size);
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .nounou-header-mobile .nounou-menu-header svg {
        position: relative;
        top: 0.2vw;
        margin-left: 2.5vw;
        width: var(--medium-font-size);
        transition: transform 0.3s;
    }

    .nounou-header-mobile.active .nounou-menu-header svg {
        transform: rotate(180deg);
    }

    .nounou-header-mobile .nounou-menu-item {
        font-size: var(--medium-font-size);;
    }

    .nounou-header-mobile .nounou-menu-item svg {
        position: relative;
        width: var(--medium-font-size);;
    }

    header.nounou-header-2 a.email-btn svg{
        width: var(--medium-font-size);
        margin-top: 0;
    }

    header.nounou-header-2 a.account-btn svg{
        height: var(--medium-font-size);
        margin-top: 0;
    }

    .main-scroll-guide {
        padding: 3vw 8vw;
    }

    header.nounou-header-2 a:hover, .xoo-wsc-basket:hover {
        transform: none;
    }

    .error404 h1.page-title {
        max-width: 100%;
        margin: 26vw auto;
        padding: 0 4.5vw;
        font-size: var(--medium-font-size);
        line-height: var(--medium-leading);
    }

    
}
