/* Minification failed. Returning unminified contents.
(728,17): run-time error CSS1030: Expected identifier, found '-'
(728,17): run-time error CSS1031: Expected selector, found '-'
(728,17): run-time error CSS1025: Expected comma or open brace, found '-'
(732,2): run-time error CSS1030: Expected identifier, found '-'
(732,2): run-time error CSS1019: Unexpected token, found '-'
(736,2): run-time error CSS1030: Expected identifier, found '-'
(736,2): run-time error CSS1019: Unexpected token, found '-'
(744,2): run-time error CSS1030: Expected identifier, found '-'
(744,2): run-time error CSS1019: Unexpected token, found '-'
(755,2): run-time error CSS1030: Expected identifier, found '-'
(755,2): run-time error CSS1019: Unexpected token, found '-'
(764,2): run-time error CSS1030: Expected identifier, found '-'
(764,2): run-time error CSS1019: Unexpected token, found '-'
(776,2): run-time error CSS1030: Expected identifier, found '-'
(776,2): run-time error CSS1019: Unexpected token, found '-'
(786,2): run-time error CSS1030: Expected identifier, found '-'
(786,2): run-time error CSS1019: Unexpected token, found '-'
(791,6): run-time error CSS1030: Expected identifier, found '-'
(795,6): run-time error CSS1030: Expected identifier, found '-'
(795,6): run-time error CSS1019: Unexpected token, found '-'
(798,1): run-time error CSS1019: Unexpected token, found '}'
(801,6): run-time error CSS1030: Expected identifier, found '-'
(805,6): run-time error CSS1030: Expected identifier, found '-'
(805,6): run-time error CSS1019: Unexpected token, found '-'
(808,1): run-time error CSS1019: Unexpected token, found '}'
 */
#header__container {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1028;
}
@media screen and (min-width: 992px) {
    .mobile-show {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .desktop-show {
        display: none;
    }
}

.header-placeholder {
    height: 136px;
}

.header-placeholder--w-seller-bar {
    height: 186px;
}

.header-placeholder--w-top-bar {
    height: 170px;
}

.header-placeholder--w-seller-bar-and-top-bar {
    height: 221px;
}

.displayNone {
    display: none;
}

.header {
    position: relative;
    padding: 0;
    background: #fff;
    z-index: 1028;
}

.header--low .header__bottom {
    display: none;
}

.header__top {
    height: 35px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0 30px;
}

.header__top--dn-element {
    display: none;
}

.header__top--nav__links {
    list-style: none;
    margin-left: auto;
    display: flex;
}

    .header__top--nav__links > li {
        display: inline-block;
        padding: 0 20px;
        border-right: 1px solid #a3a3a3;
    }

        .header__top--nav__links > li:last-of-type {
            border: none;
            padding-right: 0;
        }

        .header__top--nav__links > li a {
            display: flex;
            align-items: center;
            gap: 5px;
            text-decoration: none;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #333;
        }

            .header__top--nav__links > li a:hover {
                color: #2c2b4b;
                text-decoration: underline;
            }

.header__middle {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0 30px;
}

.header__middle__left, .header__middle__center, .header__middle__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header__middle__left {
    flex: 1;
    justify-content: flex-start;
}

.header__middle__center {
    flex: 2;
    justify-content: center;
}

@media (min-width: 1366px) {
    .header__middle__center {
        padding: 21px 15px;
    }
}

@media (min-width: 1366px) {
    .header__middle__center--low {
        padding: 21px 5px;
    }
}

.header__middle__right {
    flex: 1;
    justify-content: flex-end;
}

    .header__middle__right > .header-section {
        display: flex;
        justify-content: flex-end;
        gap: 32px;
    }

.main-header-logo {
    display: block;
    background-size: 100%;
    display: flex;
}

    .main-header-logo svg {
        fill: #193db0;
    }

@media screen and (max-width: 992px) {
    .main-header-logo svg, .main-header-logo img {
        position: relative;
        top: -10px;
    }
}

@media screen and (min-width: 992px) {
    .main-header-logo svg, .main-header-logo img {
        width: 161px;
        height: 100%;
    }
}

.main-header-logo:link, .main-header-logo:visited {
    color: #302e2b;
    text-decoration: none;
    outline: none !important;
}

.menu-nav {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 0 30px;
}

@media screen and (min-width: 992px) {
    .menu-nav {
        height: 51px;
        font-size: 14px;
    }
}

.menu-header-item {
    font-family: "Nunito", sans-serif;
}

.menu-header-item__title {
    display: block;
    padding: 0;
    transition: 0.2s ease-out;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #25282b;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    font-family: "Nunito", sans-serif;
}

.menu-header-item__title--waikiki {
    font-weight: 800;
    color: #254cb5;
}

.menu-header-item__title--land {
    font-weight: 800;
    color: #009ff9;
}

.menu-header-item--outlet .menu-header-item__title {
    color: #f76262;
}

.menu-header-item--green .menu-header-item__title {
    color: #21bf73;
}

.menu-header-item--active.menu-header-item--outlet {
    border-bottom-color: #f76262 !important;
}

.menu-header-item--active.menu-header-item--green {
    border-bottom-color: #21bf73 !important;
}


.menu-header-item--outlet .menu-header-item__title {
    color: #f76262;
}

.menu-header-item--green .menu-header-item__title {
    color: #21bf73;
}

@media screen and (max-width: 992px) {
    .menu-nav {
        padding: 0 15px;
        height: 55px;
    }

    .menu-header-item {
        border-bottom: unset;
        padding: 0 0 15px
    }

    .menu-header-item__title {
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        font-weight: 300;
    }

    .menu-header-item--active {
        position: relative;
    }

        .menu-header-item--active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 16px;
            border-bottom: 1px solid #25282B;
            transform: translateX(-50%);
        }

        .menu-header-item--active .menu-header-item__title {
            color: #25282B;
            font-weight: 500;
        }
}

.search-form__input-field__search-input::-webkit-input-placeholder {
    color: #555;
    font-size: 12px;
}

.search-form__input-field__search-input::-moz-placeholder {
    color: #555;
    font-size: 12px;
}

.search-form__input-field__search-input:-ms-input-placeholder {
    color: #555;
    font-size: 12px;
}

.search-container {
    display: block;
    width: 100%;
    max-width: 510px;
    position: relative;
}

@media (min-width: 1366px) {
    .search-container {
        max-width: 510px;
    }
}

.search-container .search-form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.search-container .search-form__input-field {
    height: 34px;
}

.search-container .search-form__input-field--active {
    border-color: black !important;
}

.search-container .search-form__input-field__svg-wrapper {
    min-width: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-container .search-form__input-field__search-input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    color: #000;
    padding-left: 12px;
    font-weight: 400;
}

    .search-container .search-form__input-field__search-input:focus, .search-container .search-form__input-field__search-input:hover {
        box-shadow: none;
        outline: 0;
    }

.search-container .search-form__input-field__close-wrapper {
    min-width: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.search-container .search-form__input-field__btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    position: relative;
    z-index: 0;
    background: transparent;
    transition: all 0.2s ease-out, color 0.2s ease-out;
    border: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

    .search-container .search-form__input-field__btn-search:focus {
        outline: 0;
        box-shadow: none;
    }

.search-container .search-form__input-field--first-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    border: solid 1px #555;
    border-right: none;
    z-index: 99999;
}

.search-container .search-form__input-field--second-wrap {
    z-index: 99999;
    position: absolute;
    right: 2px;
    display: flex;
    align-items: center;
}

.search-container .advanced-search {
    width: 100%;
    margin: 1px auto 0;
    z-index: 99998;
    position: absolute;
    border: solid 1px #eeeeee;
    background-color: #fff;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.cart-dropdown {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.header-marketing-management {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 992px) {
    .header-marketing-management {
        justify-content: center;
        background-color: #f5f5f5;
        margin: 0 -20px;
    }
}

.header-marketing-management > p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    margin: 0 !important;
    padding: 0 !important;
}

.header-dropdown-toggle {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
}

@media (max-width: 992px) {
    .header-dropdown-toggle svg {
        width: 100%;
        height: 22px;
    }
}

.header-dropdown-toggle.striped-button {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.header-dropdown-toggle .header-profile-icon, .header-dropdown-toggle .header-bag-icon, .header-dropdown-toggle:not(.dropdown-arrow):after {
    display: none;
}

.dropdown-label {
    color: #25282B;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
}

@media (max-width: 1024px) {
    .header-dropdown-toggle .dropdown-label {
        font-size: 10px;
        font-weight: 400;
        padding-bottom: 1px;
    }
}

@media (min-width: 1024px) {
    .header-dropdown-toggle .dropdown-label {
        font-size: 12px;
        font-weight: 400;
        margin-top: unset;
    }

    .header-dropdown-toggle svg {
        display: none;
    }
}

.badge-circle {
    position: absolute;
    right: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    line-height: 10px;
    border-radius: 150px;
    background-color: #ff9280;
    border: 2px solid #ff9280;
    text-align: center;
    color: #fff;
    font-size: 10px;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 992px) {
    #header__container {
        position: sticky;
        position: -webkit-sticky;
        width: 100%;
        z-index: 1002;
        background-color: #fff;
        top: 0;
        left: 0;
    }

    .displayNone {
        display: none;
    }

    .mh-container .mh__middle .main {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
    }

    .mh__search-bar {
        left: 0;
        width: 100%;
        position: absolute;
        padding: 32px 16px 0;
    }

    .mh-container .mh__middle .main__left {
        display: flex;
        align-items: flex-start;
    }

    .mh-container .mh__middle .main__right {
        display: inherit;
    }

    .mh-container .mh__middle .main__right-content {
        display: flex;
        flex: 1;
        justify-content: space-between;
    }

    .mh-container .mh__bottom-wrapper {
        overflow: hidden;
        -moz-transition: 0.1s max-height ease-in-out;
        -o-transition: 0.1s max-height ease-in-out;
        -webkit-transition: 0.1s max-height ease-in-out;
        transition: 0.1s max-height ease-in-out;
    }

    .mh-container .mobile-header__hide-bottom {
        max-height: 0px;
    }

    .mobile-header__shadow {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
    }
}

.mega-menu_hamburger-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 36px;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.mega-menu_hamburger-button__title {
    font-size: 10px;
    color: #25282B;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}

.passive-search-bar {
    position: relative;
    margin: 0 auto 10px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0.8px solid #25282B;
    background-color: #FFFFFF66;
    border-radius: 1px;
}

.passive-search-bar__icon {
    stroke: #25282B;
}

.passive-search-bar__input {
    font-family: "Open Sans", sans-serif, "lcwaikikiregular";
    height: 100%;
    width: 100%;
    float: left;
    padding: 0 34px;
    color: #555555;
    font-size: 12px;
    font-weight: 400;
    padding-right: 0;
    background: transparent;
    border: 0;
    margin: 2px 0 0 0;
}

    .passive-search-bar__input::placeholder {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #25282B;
    }

    .passive-search-bar__input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #25282B;
    }

    .passive-search-bar__input::placeholder {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #25282B;
    }

.passive-search-bar__button {
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    gap: 5px;
    position: absolute;
    left: 2px;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.blink-element {
    animation: blink 1s infinite;
    pointer-events: none;
}

.lang-active, .lang-passive:hover {
    color: #4e8bfd
}

.header-top-languages {
    list-style: none;
    margin: 0;
    display: flex
}

.lang-active, .lang-passive {
    display: inline-block !important;
    padding: 0 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px
}

.lang-passive {
    color: #7e858b;
    text-decoration: none
}

.header__middle.--mobile {
    padding: 0 15px;
}

.--mobile .header__middle__right > .header-section {
    gap: 1rem;
}

.--mobile .cart-dropdown {
    margin: 0;
}

.main-header-logo img, .main-header-logo svg {
    top: unset !important;
}

.--mobile .search-form {
    position: relative;
    margin: 0 auto 10px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #b6b7b9;
    border-radius: 1px;
}

.--mobile .search-form__input-field__btn-search.false {
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    align-self: center;
    gap: 5px;
}

.--mobile .header-top-languages.blink-element {
    display: none;
}

.search-container .search-form {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border: solid 1px #fff;
}

.--mobile .search-container .search-form__input-field--first-wrap {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
    border: 1px solid #555;
    border-left: none;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
    border-right: unset;
}

.--desktop .search-container .search-form__input-field--first-wrap {
    border: none !important;
}

@media (min-width: 991px) {
    .--desktop {
        display: flex !important;
    }

    .--mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .--desktop {
        display: none !important;
    }

    .--mobile {
        display: block !important;
    }
}

.header--homepage {
    background-color: rgba(0, 0, 0, 0.4);
}

    .header--homepage .dropdown-label {
        color: #fff;
    }

    .header--homepage .multi_color {
        stroke: #fff;
    }

    .header--homepage .new_multi_logo {
        fill: #fff;
    }

    .header--homepage .icon_multi_logo {
        fill: #fff;
    }

    .header--homepage .search-form__input-field__search-input::placeholder {
        color: #fff;
        font-size: 12px;
    }

    .header--homepage .language-switcher__item:not(:last-child) {
        border-inline-end: 1px solid #fff;
    }

    .header--homepage .language-switcher__name--active {
        color: #fff;
        text-decoration: underline;
    }

    .header--homepage .language-switcher__link--passive {
        color: #fff;
    }

        .header--homepage .language-switcher__link--passive:hover, .header--homepage .language-switcher__link--passive:focus {
            color: #fff;
            font-weight: bold;
        }

    .header--homepage .menu-header-item__title {
        color: #fff;
    }

    .header--homepage:hover {
        background-color: #fff;
    }

        .header--homepage:hover .search-form {
            border: 1px solid #25282b !important;
        }

        .header--homepage:hover .dropdown-label {
            color: #25282b;
        }

        .header--homepage:hover .multi_color {
            stroke: #25282b;
        }

        .header--homepage:hover .new_multi_logo {
            fill: #0138ae;
        }

        .header--homepage:hover .icon_multi_logo {
            fill: #0138ae;
        }

        .header--homepage:hover .search-form__input-field__search-input::placeholder {
            color: #6c6c6c;
            font-size: 12px;
        }

        .header--homepage:hover .language-switcher__item:not(:last-child) {
            border-inline-end: 1px solid #25282b;
        }

        .header--homepage:hover .language-switcher__name--active {
            color: #25282b;
            text-decoration: underline;
        }

        .header--homepage:hover .language-switcher__link--passive {
            color: #25282b;
        }

            .header--homepage:hover .language-switcher__link--passive:hover, .header--homepage:hover .language-switcher__link--passive:focus {
                color: #25282b;
                font-weight: bold;
            }

        .header--homepage:hover .menu-header-item__title {
            color: #25282b;
        }

.header--otherpage {
    background-color: #fff;
}

    .header--otherpage .search-form {
        border: 1px solid #25282b !important;
    }

    .header--otherpage .dropdown-label {
        color: #25282b;
    }

    .header--otherpage .multi_color {
        stroke: #25282b;
    }

    .header--otherpage .search-form__input-field__search-input::placeholder {
        color: #6c6c6c;
        font-size: 12px;
    }

@media (max-width: 1024px) {
    .bottom-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        text-align: center;
        margin: 0 auto;
        width: 100vw;
        height: 51px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        background-color: #fff;
        border-top: 1px solid #eeeeee;
    }

    .bottom-bar__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        color: #25282B;
        font-weight: normal;
        height: 51px;
        border-top: 1px solid transparent;
        text-decoration: none !important;
        position: relative;
    }

        .bottom-bar__item.active {
            font-weight: bold;
            border-top: 1px solid #000;
            width: 32px;
        }

    .bottom-bar__label.active {
        font-weight: 400;
        color: #25282B;
    }
}

@media (max-width: 1024px) {
    .bottom-bar {
       padding: 10px 24px 10px 9px;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: inline !important;
    }
}

@media (min-width: 576px) {
    .bottom-bar {
        display: none;
    }

    .desktop-only {
        display: inline;
    }

    .mobile-only {
        display: none;
    }
}

.reset-button {
    all: unset;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .product-detail-display{
        display: none
                           }
}
