@import url("https://use.typekit.net/tfd8sbi.css?v=1");

.messagebar_regular_div, .messagebar_promo_div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.messagebar_regular_div:hover {
    opacity: .8;
    transition: color .5s linear;
}

.messagebar_regular_div {
    background-color: #333;
}

.messagebar_promo_div {
    /*background: linear-gradient(99deg,#e23a72,#f37da8,#f45c92);*/
    /*background-size: 400% 400%;*/
    background-color: #8dd0ba;
    -webkit-animation: announcement_bar 6s ease infinite;
    -moz-animation: announcement_bar 6s ease infinite;
    animation: announcement_bar 6s ease infinite;
}

@-webkit-keyframes announcement_bar { 0% { background-position: 0% 51% } 50% { background-position: 100% 50% } 100% { background-position: 0% 51% } }

@-moz-keyframes announcement_bar { 0% { background-position: 0% 51% } 50% { background-position: 100% 50% } 100% { background-position: 0% 51% } }

@keyframes announcement_bar { 0% { background-position: 0% 51% } 50% { background-position: 100% 50% } 100% { background-position: 0% 51% } }

@-webkit-keyframes announcement_bar { 0% { background-position: 0% 49% } 50% { background-position: 100% 52% } 100% { background-position: 0% 49% } }

@-moz-keyframes announcement_bar { 0% { background-position: 0% 49% } 50% { background-position: 100% 52% } 100% { background-position: 0% 49% } }

@keyframes announcement_bar { 0% { background-position: 0% 49% } 50% { background-position: 100% 52% } 100% { background-position: 0% 49% } }

.messagebar_promo_div:hover {
    color: #fff;
    opacity: .9;
    transition: color .5s linear;
    /*background: linear-gradient(99deg,#000,#000,#000);*/
    background-color: #FC8F9B;
}

.messagebar_div, .messagebar_div2, .messagebar_div3, .messagebar_div4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    position: relative;
    font-weight: 400;
}

.messagebar_div:hover, .messagebar_div2:hover, .messagebar_div3:hover, .messagebar_div4:hover {
    opacity: .8;
    transition: color .5s linear;
    color: #fff;
}

.messagebar_div {
    background-color: #ff4799;
    color: #fff;
}

.messagebar_div2 {
    background-color: #fc919b;
}

.messagebar_div2_pink {
    background: #E18EB8;
}

.messagebar_div2_easter {
    background: #b5c23f;
}

.messagebar_div3 {
    background: rgb(237,196,197);
    background: linear-gradient(90deg, rgba(237,196,197,1) 0%, rgba(232,161,216,1) 44%);
}

.messagebar_div4 {
    background: #D46A80; /* moderate red */
}

.message_bar, .message_bar2, .message_bar3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 400;
}

.message_bar {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.message_bar2 {
    color: #fff !important;
    font-size: 14px;
}

.message_bar:hover {
    color: #fff;
    font-size: 14px;
}

.message_bar2:hover {
   opacity: .9;
}

.announcement_text {
    font-size: .74em;
    font-weight: 400;
    line-height: .78em;
}

.announcement_text2 {
    font-size: .8em;
    font-weight: 400;
    line-height: .5em;
}

.message_bar2 {
    color: #000;
    font-size: 14px;
    font-weight: 500 !important;
}

.message_bar3 {
    color: #000;
    font-size: 13px;
    font-weight: 500 !important;
}

.message_bar2:hover, .message_bar3:hover {
    color: #fff;
    font-weight: 400 !important;
}

.close_message_bar {
    position: absolute;
    top: 25%;
    /*bottom: 50%;*/
    right: 1%;
    width: 10px;
    height: 15px;
    cursor: pointer;
    color: #FFF;
    margin: auto;
}

@media (max-width: 581px) {
    .close_message_bar {
        right: 3%;
    }
}

#header {
    position: relative;
    z-index: 32;
}

#header a {
    color: #333333;
}

#header a:hover {
    color: inherit;
}

.header_container {
    max-width: 1760px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.top_header_bar {
    background-color: #f6f6f6;
    display: block;
    padding: 7px 0;
    font-size: 12px;
}

.top_header_bar .header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.top_header_bar .stylist_header_bar,
.top_header_bar .stylist_header_bar .stylist_info {
    display: flex;
    align-items: center;
}

.top_header_bar .profile_photo_top_bar {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 5px;
    aspect-ratio: 1;
}

.top_header_bar .profile_photo_top_bar:hover,
.top_header_bar .stylist_name:hover {
    opacity: 0.7;
}

.top_header_bar .profile_photo_top_bar .img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.top_header_bar .profile_photo_top_bar.shop_img {
    margin-left: 15px;
    overflow: hidden;
}

.top_header_bar .change_stylist {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 300;
}

.top_header_bar .change_stylist:hover {
    opacity: 0.7;
}

.currency_header_bar .currency {
    display: flex;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
}

.currency_header_bar .currency:hover {
    opacity: 0.7;
}

.currency_header_bar .currency .currency_flag {
    max-width: 20px;
    margin-right: 5px;
}

.currency_nav .currency {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
}

.currency_nav .currency .currency_flag {
    max-width: 20px;
    margin-right: 5px;
}

.header_nav {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header_nav .header_container,
.header_nav .nav_wrapper nav,
.header_nav .nav_wrapper nav ul,
.header_nav .bag_wrapper {
    display: flex;
    align-items: center;
    list-style: none;
}

.header_nav .header_container {
    column-gap: 25px;
    justify-content: space-between;
}

.header_nav .nav_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 25px;
    list-style: none;
}

.header_nav .mobile-nav {
    display: none;
}

.header_nav .nav_logo {
    max-width: 210px;
    min-width: 200px;
    padding: 25px 0;
}

.header_nav img {
    width: 100%;
}

.header_nav .nav_wrapper {
    width: 100%;
}

.header_nav .nav_wrapper nav > ul {
    margin: 0;
    padding-left: 20px;
    column-gap: 20px;
    white-space: nowrap;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .header_nav .nav_wrapper nav > ul {
        padding-left: 0;
    }
}

.header_nav .nav_wrapper nav > ul > li {
    padding: 25px 0;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

.header_nav .nav_wrapper nav > ul > li:last-child {
    margin-left: auto;
}

.header_nav .nav_wrapper nav > ul > li:hover {
    border-color: #333;
}

.header_nav .nav_wrapper .sub_nav_wrapper {
    position: absolute;
    top: calc(100% - 2px);
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    border-top: 1px solid;
    border-top-color: transparent;
    z-index: 0;
}

.header_nav .nav_wrapper li.shop_all_cat .sub_nav_wrapper {
    left: 0;
    right: 0;
}

.header_nav .nav_wrapper li:not(.shop_all_cat) .sub_nav_wrapper {
    transform: translateX(-50%);
}

.header_nav .nav_wrapper .sub_nav_wrapper .sub_nav_img {
    margin-left: auto;
    max-width: 200px;
    padding: 12px 0;
}

.header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    max-width: 280px;
    min-height: 200px;
    margin: 40px 0;
    color: #ffffff;
    text-align: center;
    padding: 30px;
}

.header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block.icingdollars {
    background-image: url("/templates/skyler/img/promo_block/october_sale_2023_NAVBOX.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block.fifteenoff {
    background-image: url("/templates/skyler/img/promo_block/october_sale_2023_NAVBOX_15off.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block.autumnsale {
    background-image: url("/templates/skyler/img/promo_block/october_sale_2023_NAVBOX_sale.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block.lastchance {
    background-image: url("/templates/skyler/img/promo_block/october_sale_2023_NAVBOX_saleendstonight.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nav_thumb_block:hover {
    transition: .2ms;
    opacity: .7;
}

.header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block .nav_thumb_text, .header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block .nav_thumb_text2, .header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block .nav_thumb_text3, .header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block .nav_thumb_text4 {
    margin: 0;
    font-size: 20px;
}

.nav_thumb_text {
    color: #ffffff;
}

.nav_thumb_text2 {
    color: #ff4d77;
}

.nav_thumb_text3 {
    color: #fc4d47;
}

.nav_thumb_text4 {
    color: #ff6b74;
}

.header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block .nav_thumb_btn, .header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block .nav_thumb_btn2, .header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block .nav_thumb_btn3, .header_nav .nav_wrapper .sub_nav_wrapper .nav_thumb_block .nav_thumb_btn4 {
    display: inline-block;
    margin: 20px auto 0;
    padding: 3px 12px;
    color: #ffffff;
    font-weight: 300;
}

.nav_thumb_btn {
    background-color: #e03788;
}

.nav_thumb_btn2 {
    background: rgb(255,77,119);
    background: linear-gradient(110deg, rgba(255,77,119,1) 0%, rgba(255,206,206,1) 100%);
}

.nav_thumb_btn3 {
    background: rgb(252,77,71);
    background: linear-gradient(110deg, rgba(252,77,71,1) 0%, rgba(255,199,114,1) 100%);
}

.nav_thumb_btn4 {
    background-color: #e03788;
}

.header_nav .nav_wrapper .sub_nav_wrapper .header_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header_nav .nav_wrapper .sub_nav_wrapper .categories_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.header_nav .nav_wrapper .sub_nav_wrapper .categories_list .category_listing {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 0;
    flex: 1 1 auto;
}

.header_nav .nav_wrapper .sub_nav_wrapper .categories_list .category_listing .sub_nav_label {
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
}

.header_nav .nav_wrapper .sub_nav_wrapper .categories_list .category_listing .sub_nav {
    /*max-height: 180px;*/
    padding: 0;
}

.header_nav .nav_wrapper .shop_all_cat .sub_nav_wrapper .categories_list .category_listing:first-child .sub_nav {
    display: inline-block;
    column-count: 3;
}

.header_nav .nav_wrapper li:not(.shop_all_cat) .sub_nav_wrapper .categories_list .category_listing .sub_nav,
.header_nav .nav_wrapper .shop_all_cat .sub_nav_wrapper .categories_list .category_listing:not(:first-child) .sub_nav {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1 1 auto;
    column-gap: 20px;
}

.header_nav .nav_wrapper .sub_nav_wrapper .categories_list .category_listing .sub_nav .sub_nav_item > a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    opacity: 1;
    text-transform: capitalize;
}

.header_nav .shop_all_cat .sub_nav_item.cat_52 > a {
    color: #000000;
}

.header_nav .nav_wrapper .sub_nav_wrapper .categories_list .category_listing .sub_nav .sub_nav_item > a:hover {
    opacity: 0.5;
}

.header_nav .nav_wrapper ul li:hover .sub_nav_wrapper {
    max-height: 360px;
    padding: 10px 30px;
    border-top-color: #ccc;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.header_nav .nav_wrapper ul li:not(.shop_all_cat):hover .sub_nav_wrapper {
    width: 30%;
    min-width: 480px;
    max-width: 550px;
}

.header_nav .nav_wrapper .sale_cat .sub_nav > li:nth-child(2) > a {
    color: #ff7396;
}

.sale_nav {
    color: #f0768d;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}

.sale_nav:hover {
    opacity: .7;
    color: #333333;
    font-weight: 400;
}

.header_nav .nav_wrapper .about_us_cat .sub_nav_wrapper .categories_list .category_listing .sub_nav > li > a {
    text-transform: uppercase;
}

.header_nav .nav_wrapper .mobile_acc_btn {
    display: none;
}

.header_nav .nav_wrapper .about_us2_cat, .header_nav .nav_wrapper .gifting_cat {
    display: block;
}

.header_nav .bag_wrapper .bag_icon {
    padding-right: 5px;
}

.mobile_acc_btn .currency_nav .currency {
    display: none;
}

.account_wrapper_icon .account_icon,
#search_header .account_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.account_wrapper_icon .account_icon > .customer_fname,
#search_header .account_icon > .customer_fname {
    margin-left: 5px;
    text-transform: uppercase;
}

.account_wrapper_icon .account_cover_bg,
.account_wrapper_icon .search_cover_bg,
#search_header .account_cover_bg,
#search_header .search_cover_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: transparent;
    display: none;
}

.account_wrapper_icon .sub_nav_wrapper,
.account_wrapper_icon .search_wrapper,
#search_header .sub_nav_wrapper,
#search_header .search_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 300px;
    height: 0;
    overflow: hidden;
    background-color: #fff;
}

.account_wrapper_icon .sub_nav_wrapper.open,
.account_wrapper_icon .search_wrapper.open,
#search_header .sub_nav_wrapper.open,
#search_header .search_wrapper.open {
    height: 100vh;
    padding: 20px 20px;
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.account_wrapper_icon .sub_nav_wrapper ul,
.account_wrapper_icon .search_wrapper ul,
#search_header .sub_nav_wrapper ul,
#search_header .search_wrapper ul {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    list-style: none;
    line-height: 2.5;
}

.account_wrapper_icon .sub_nav_wrapper .account_dropdown > .account_title,
.account_wrapper_icon .search_wrapper .account_dropdown > .account_title,
#search_header .sub_nav_wrapper .account_dropdown > .account_title,
#search_header .search_wrapper .account_dropdown > .account_title {
    color: #999;
    font-size: 13px;
    font-weight: 100;
    padding-top: 10px;
}

.account_wrapper_icon .sub_nav_wrapper .account_dropdown .account_main_title,
.account_wrapper_icon .search_wrapper .account_dropdown .account_main_title,
#search_header .sub_nav_wrapper .account_dropdown .account_main_title,
#search_header .search_wrapper .account_dropdown .account_main_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.account_wrapper_icon .sub_nav_wrapper .sign_out,
.account_wrapper_icon .search_wrapper .sign_out,
#search_header .sub_nav_wrapper .sign_out,
#search_header .search_wrapper .sign_out {
    display: block;
    margin-top: 15px;
}

.account_icon_mobile {
    display: none;
}

#search_header .search_wrapper {
    width: 95%;
    max-width: 400px;
}

.search_label {
    font-size: 16px;
    letter-spacing: 0.51px;
    padding-bottom: 40px;
    font-weight: normal;
    margin: 0;
}

#search_header .search_wrapper #search_header_form {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    margin-right: 20px;
}

#search_header .search_wrapper #search_header_form .search_input_wrapper {
    position: relative;
    width: 100%;
}

#search_header .search_wrapper #search_header_form .search_input_wrapper .search_field {
    padding: 10px 20px;
    line-height: normal;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
}

#search_header .search_wrapper #search_header_form .search_input_wrapper .search_button {
    position: absolute;
    top: 9px;
    right: 15px;
    padding: 5px;
    background-color: transparent;
    border: 0;
    color: #333;
}

#search_header .search_wrapper #search_header_form .search_cancel {
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px;
    border: 0;
    background: transparent;
    color: #333;
}

#cookies-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 15px;
    color: #000;
    z-index: 999;
    margin: auto;
    box-sizing: border-box;
    box-shadow: 0 -6px 12px 1px rgba(0, 0, 0, 0.25);
}

#cookies-modal:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #fff;
    z-index: -1;
}

#cookies-modal .modal-wrapper {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    position: relative;
}

#cookies-modal .primary_button,
#cookies-modal .secondary_button {
    height: 32px;
    max-width: 230px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_sub_category_link {
    display: none;
}

@media only screen and (min-width: 768px) {
    .message_bar,
    .message_bar3,
    .announcement_text, .announcement_text2 {
        font-size: 14px;
        line-height: 1.1em;
    }

    .message_bar2 {
        font-size: 14px;
        line-height: 1.1em;
    }

    .message_bar3 {
        font-size: 15px !important;
        font-weight: 300;
    }

    .header_nav .nav_wrapper .about_us2_cat, .header_nav .nav_wrapper .gifting_cat {
        display: none;
    }

    .main_nav .sub_cat_wrapper {
        display: none;
    }

    .main_nav .sub_nav.sub_cat .sub_nav_item ul {
        padding-left: 0;
    }

    .header_nav .nav_wrapper .main_nav .sub_nav_wrapper .categories_list .category_listing .sub_nav_label.closed,
    .header_nav .nav_wrapper .main_nav .sub_nav_wrapper .categories_list .category_listing .sub_nav_label.open {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.7;
        opacity: 1;
        text-transform: capitalize;
        margin: 0;
    }

    .close_message_bar {
        top: 15%;
    }

    .main_nav .sub_nav .sub_nav_item_link {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.7;
        opacity: 1;
        text-transform: capitalize;
        padding: 4px 0;
        display: inline-block;
    }

    .main_nav .sub_nav .sub_nav_item_link:hover {
        opacity: 0.5;
    }

    .cat_41.mobile_sub_category_link {
        display: block;
    }

    .main_nav .sub_nav .sub_nav_item_active {
        font-size: 13px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 4px 0;
        line-height: 1.7;
        opacity: 1;
    }

}

@media only screen and (min-width: 992px) {
    .header_nav .nav_wrapper .main_nav .sub_nav_wrapper .categories_list .category_listing .sub_nav_label.closed,
    .header_nav .nav_wrapper .main_nav .sub_nav_wrapper .categories_list .category_listing .sub_nav_label.open,
    .main_nav .sub_nav .sub_nav_item_link {
        font-size: 13px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 1300px) {
    .header_nav .nav_wrapper nav > ul > li {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1260px) {
    .header_nav .header_container {
        column-gap: 20px;
    }

    .header_nav .nav_logo {
        min-width: 100px;
        max-width: 170px;
    }
}

@media only screen and (max-width: 481px) {
    .header_nav .nav_logo img{
        max-width: 176px;
    }

    .header_nav .header_container {
        column-gap: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .header_nav .header_container {
        justify-content: flex-start;
    }

    .header_nav .nav_buttons {
        margin-left: auto;
        column-gap: 20px;
    }

    .header_nav .mobile-nav {
        display: inline-block;
        width: 20px;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
    }

    .header_nav .nav_logo {
        max-width: 200px;
        padding: 15px 0;
    }

    .header_nav .nav_wrapper {
        position: absolute;
        left: 0;
        top: 55px;
        width: 0;
        z-index: 9;
        overflow: hidden;
    }

    .header_nav .nav_wrapper nav {
        display: inline-block;
        min-width: 300px;
        height: 100vh;
        padding: 10px 20px 200px;
        background-color: #fff;
        z-index: 1;
        box-sizing: border-box;
        transition: background-color 200ms ease-in-out;
        overflow-y: auto;
    }

    .header_nav .nav_wrapper span.nav_backdrop {
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: -1;
    }

    .header_nav .nav_wrapper nav > ul {
        display: block;
        width: 100%;
        height: fit-content;
        padding-left: 0;
    }

    .header_nav .nav_wrapper nav > ul > li {
        border-bottom: 0;
        padding: 20px 0;
        font-size: 16px;
        text-transform: capitalize;
        position: relative;
        width: 100%;
    }

    .header_nav .nav_wrapper nav > ul > li:not(:last-child):not(.open) {
        border-bottom: 2px solid #f6f6f6;
    }

    .header_nav .nav_wrapper nav .main_nav .with_chevron:not(.account_cat).closed:after,
    .header_nav .nav_wrapper nav .mobile_acc_btn .with_chevron:not(.account_cat).closed:after {
        content: '\f054';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        font-family: "Font Awesome 5 Pro";
    }

    .header_nav .nav_wrapper nav .main_nav .with_chevron.open:before,
    .header_nav .nav_wrapper nav .mobile_acc_btn .with_chevron.open:before {
        content: '\f053';
        position: absolute;
        top: 14px;
        left: 5px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        font-family: "Font Awesome 5 Pro";
    }

    .header_nav .nav_wrapper nav .main_nav .with_chevron.open > a,
    .header_nav .nav_wrapper nav .mobile_acc_btn .with_chevron.open > a {
        position: absolute;
        top: 10px;
        font-size: 16px;
        font-weight: 300;
        margin-left: 20px;
        overflow: visible;
        box-shadow: none;
        z-index: 3;
    }

    .header_nav .nav_wrapper nav .main_nav .with_chevron > a,
    .header_nav .nav_wrapper nav .mobile_acc_btn .with_chevron > a {
        pointer-events: none;
    }

    .header_nav .nav_wrapper .open .sub_nav_wrapper {
        max-height: 100vh;
    }

    .header_nav .nav_wrapper .sub_nav_wrapper {
        display: none;
    }

    .header_nav .nav_wrapper .sub_nav_wrapper .sub_nav_img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 230px;
        min-height: 230px;
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        /*margin-left: -30px;*/
    }

    .header_nav .nav_wrapper li:not(.shop_all_cat) .sub_nav_wrapper {
        transform: translateX(0);
    }

    .header_nav .nav_wrapper ul li:hover .sub_nav_wrapper {
        height: 0;
        padding: 0;
        box-shadow: none;
        border-color: transparent;
        display: block;
    }

    .header_nav .nav_wrapper .sale_cat > a {
        color: #000;
    }

    .header_nav .nav_wrapper .mobile_acc_btn {
        position: relative;
        display: block;
        background: #F8F8F8;
        padding-left: 40px;
        padding-bottom: 40px;
    }

    .header_nav .nav_wrapper .mobile_acc_btn > ul {
        align-items: flex-start;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    .header_nav .nav_wrapper .mobile_acc_btn > ul > li {
        border-bottom: 0;
        padding: 20px 0 0 0;
        font-size: 16px;
        position: relative;
        width: 100%;
        letter-spacing: 1.5px;
    }

    .header_nav .nav_wrapper .mobile_acc_btn .sign_up {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        column-gap: 15px;
    }

    .header_nav .nav_wrapper .with_chevron.open {
        height: auto;
    }

    .header_nav .nav_wrapper .with_chevron.open .sub_nav_wrapper {
        position: relative;
        border-top: 2px solid #f6f6f6;
        margin-top: 30px;
        height: auto;
        top: calc(100% - -3px);
        box-shadow: none;
        z-index: 3;
        overflow: visible;
        display: block;
    }

    .header_nav .nav_wrapper ul li:not(.shop_all_cat):hover .sub_nav_wrapper {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        transform: none;
        display: block;
    }

    .header_nav .nav_wrapper .with_chevron.open .sub_nav_wrapper .header_container,
    .header_nav .nav_wrapper .with_chevron.open .sub_nav_wrapper .header_container .categories_list,
    .header_nav .nav_wrapper .with_chevron.open .sub_nav_wrapper .header_container .categories_list .sub_nav {
        display: inline-block;
    }

    .header_nav .nav_wrapper .shop_all_cat .sub_nav_wrapper .categories_list .category_listing:first-child .sub_nav {
        column-count: 1;
        max-height: 100%;
    }

    .header_nav .nav_wrapper .with_chevron.open .sub_nav_wrapper .header_container {
        padding: 0 5px 320px;
    }

    .header_nav .nav_wrapper .with_chevron.open .sub_nav_wrapper .header_container .categories_list .sub_nav {
        width: 100%;
    }

    .header_nav .nav_wrapper .with_chevron.open .sub_nav_wrapper .header_container .categories_list .category_listing {
        padding: 10px 0;
    }

    .header_nav .nav_wrapper .with_chevron.open .sub_nav_wrapper .header_container .categories_list .sub_nav_label,
    .header_nav .nav_wrapper .with_chevron.open .sub_nav_wrapper .header_container .categories_list .sub_nav_item > a {
        font-size: 14px;
        letter-spacing: 0.3px;
    }

    .header_nav .nav_wrapper .with_chevron.open .sub_nav_wrapper .header_container .categories_list .sub_nav_label {
        font-weight: 100;
    }

    .header_nav .nav_wrapper .with_chevron.open .sub_nav_wrapper .header_container .categories_list .sub_nav_item > a {
        padding: 4px 0;
        display: inline-block;
        text-transform: capitalize;
        font-weight: 300;
    }

    .header_nav .nav_wrapper .with_chevron.open .sign_up {
        top: calc(100% - -3px);
        font-size: 15px;
        font-weight: 400;
        margin-left: 30px;
        overflow: visible;
        box-shadow: none;
        z-index: 3;
    }

    .header_nav .nav_wrapper .with_chevron.open .sign_up .user_icon {
        display: none;
    }

    .header_nav .nav_wrapper .with_chevron.open .sign_out {
        text-transform: uppercase;
        text-decoration: underline;
        display: block;
        margin-top: 50px;
        font-weight: 300;
    }

    .mobile_navigation .sub_nav_label {
        position: relative;
    }

    .mobile_navigation .sub_cat_wrapper {
        display: none; /* Initially hidden */
    }

    .mobile_navigation .sub_cat_wrapper.open {
        display: block; /* Visible when open */
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .mobile_navigation .sub_nav_label.open:before, .mobile_navigation .sub_nav_label.closed:before {
        position: absolute;
        top: 0px;
        right: 0px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        font-family: "Font Awesome 5 Pro";
    }

    .mobile_navigation .sub_nav_label.open:before {
        content: '\f078';
    }

    .mobile_navigation .sub_nav_label.closed:before {
        content: '\f054';
    }

    .mobile_navigation .sub_nav.sub_cat .sub_nav_item ul {
        display: block;
        padding: 0;
        position: relative;
    }

    .mobile_navigation .sub_nav_label.closed .sub_nav_item_link, .mobile_navigation .sub_nav_label.open .sub_nav_item_link, .mobile_navigation .mobile_sub_category_link {
        font-size: 14px;
        letter-spacing: 0.3px;
        text-transform: capitalize;
        font-weight: 300;
    }

    .mobile_navigation .sub_nav_item_active.mobile_sub_category_link {
        font-size: 16px;
    }

    .mobile_navigation .mobile_sub_category_link {
        padding: 4px 0;
        display: inline-block;
        text-transform: capitalize;
    }

    .mobile_navigation .sub_cat_wrapper.open .mobile_sub_category_link {
        display: block;
    }

    .header_nav .nav_wrapper .with_chevron.open + li {
        display: none;
    }

    .account_wrapper_icon,
    #search_header {
        display: none;
    }

    .account_icon_mobile {
        display: inline-block;
    }

    #search_header {
        display: block;
    }

    #search_header .search_wrapper {
        max-width: 300px;
    }
}
/* On mobile phones with smaller viewports on the y axis, the menu becomes too tall to see without scrolling */
@media only screen and (max-height: 690px) {
    .header_nav .nav_wrapper nav > ul > li {
        padding: 20px 0 20px 20px;
    }
}

@media only screen and (max-height: 750px) {
    .header_nav .nav_wrapper .mobile_acc_btn {
        margin-top: 0;
    }
}


@media only screen and (max-width: 768px) {
    .top_header_bar {
        font-size: 13px;
    }

    .currency_header_bar .currency {
        font-size: 13px;
    }

    .currency_nav .currency {
        font-size: 13px;
    }

    .header_nav .nav_buttons {
        column-gap: 12px;
    }

    .header_nav .nav_wrapper nav {
        padding: 10px 0 200px;
    }

    .header_nav .nav_wrapper nav .mobile_navigation {
        padding-left: 20px;
        padding-right: 6px;
        box-sizing: border-box;
    }

    .header_nav .nav_wrapper .sub_nav_wrapper .categories_list .category_listing li {
        width: 100%;
    }
}

@media only screen and (max-width: 460px) {
    #cookies-modal .primary_button,
    #cookies-modal .secondary_button {
        max-width: 100%;
        width: 100%;
        padding: 5px;
        height: auto;
    }

    #cookies-modal .primary_button {
        order: 1;
    }

    #cookies-modal .secondary_button {
        order: 2;
    }
}

@media only screen and (max-width: 425px) {
    .top_header_bar {
        padding: 5px 0;
    }

    .top_header_bar .stylist_header_bar {
        width: 100%;
        justify-content: space-between;
    }

    .top_header_bar .stylist_header_bar .stylist_info {
        width: 100%;
        height: 28px;
        padding-right: 10px;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        min-height: 40px;
    }

    .top_header_bar .stylist_header_bar .stylist_info .stylist_name,
    .top_header_bar .stylist_header_bar .stylist_info .shop_name {
        width: 100%;
        text-align: left;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #333333;
    }

    .top_header_bar .stylist_header_bar .stylist_info .stylist_name {
        order: 3;
    }

    .top_header_bar .stylist_header_bar .stylist_info .shop_name {
        order: 4;
    }

    .top_header_bar .profile_photo_top_bar {
        order: 1;
    }

    .top_header_bar .profile_photo_top_bar.shop_img {
        margin-left: -5px;
        order: 2;
    }

    .top_header_bar .change_stylist {
        width: 39%;
        margin-left: 0;
        text-align: left;
        font-size: 12px;
    }

    .currency_nav .currency {
        display: flex;
    }
}

@media only screen and (min-width: 1025px) {
    .gifting_cat {
        display: none;
    }
}
