/** Shopify CDN: Minification failed

Line 2485:23 Unexpected "/"

**/
/*** Global style ***/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
.select__select,
.customer select,
input,
textarea {
    font-family: Georgia, 'Times New Roman', Times, serif;
    -webkit-font-smoothing: antialiased;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a {
    color: #717171;
}

h1,
.h1 {
    font-size: 2rem;
    text-transform: uppercase;
}

.link {
    text-decoration: none;
}

p {
    letter-spacing: 0.02rem;
}

.medium-paragraph {
    font-size: 1.4rem;
}

html {
    scroll-behavior: smooth;
}

/*** Home Page Title ***/
.rich-text--full-width.color-background-1 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

/*** Product Image Zoom Disabling ***/
.product__media-toggle {
    display: none !important;
}

.product__modal-opener .product__media-icon {
    display: none !important;
}

/***  Product Page Slider Mobile/Desktop switch ***/
@media screen and (max-width: 749px) {

    .slider--desktop,
    .slider-buttons {
        display: none !important;
    }
}

@media screen and (min-width: 750px) {
    .slider--mobile {
        display: none !important;
    }
}

/***  Mobile Collapsbile Menu ***/
.nav__list_first label:after {
    content: "\0002B";
    position: absolute;
    top: -4px;
    right: 0;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    color: #5b5d62;
    transition: all 0.5s;
    cursor: pointer;
    width: 50px;
}

.nav__list_first,
.myaccount_hello {
    width: 90%;
    position: relative;
}

.myaccount_hello {
    padding: 15px 0;
    border-top: 0;
}

.myaccount_hello_drawer {
    padding: 15px 0;
    border-top: 0 !important;
    position: relative;
}

.myaccount_hello_drawer .my_account_sidebar_link {
    text-transform: uppercase;
}

.a_first_level {
    padding: 15px 0;
    font-size: 14px;
}

.a_second_level {
    padding: 15px 0 15px 20px;
    font-size: 14px;
}

.a_third_level {
    padding: 15px 0 15px 35px;
    font-size: 14px;
}

.nav__list_second,
.nav__list_third {
    position: relative;
}

.nav__list_third {
    padding: 15px 0 15px 35px;
    font-size: 14px;
}

.nav__list input {
    display: none;
}

.nav__list {
    margin-top: 30px;
    margin-bottom: 80px;
}

.nav__list input:checked~label:after {
    transform: rotate(45deg);
}

.menu-drawer__navigation li {
    list-style: none;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    border-top: 1px solid #ddd;
    transition: all 0.5s;
}

.nav__list_first a,
li.nav__list_second a,
li.nav__list_third a {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}

.myaccount_hello a {
    text-decoration: none;
    color: #b1b0ab;
    padding-left: 5px;
    font-size: 12px;
}

.myaccount_hello_drawer a {
    text-decoration: none;
    color: #717171;
    padding-left: 5px;
    font-size: 12px;
}

.nav a,
.nav label {
    display: block;
    padding: .85rem;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.nav label {
    cursor: pointer;
    position: absolute;
    right: 0;
}

.group-list,
.sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    padding: 0;
}

.nav__list input[type=checkbox]:checked+label+ul {
    max-height: 1000px;
}

label>span {
    float: right;
    -webkit-transition: -webkit-transform .65s ease;
    transition: transform .65s ease;
}

.nav__list input[type=checkbox]:checked+label>span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*** Mobile Drawer and Menu items ***/
.account_img img {
    width: 24px;
    margin-right: 4px;
}

.account_img {
    width: 24px;
    float: left;
    margin-right: 8px;
}

.account_img a {
    text-transform: none;
}

.signout_sidebar {
    position: absolute;
    top: 12px;
    right: 32px;
    font-size: 10px;
    border: 1px solid #c9c7c7;
    padding: 4px 6px 4px 4px;
    border-radius: 5px;
}

.signout_sidebar a {
    text-decoration: none;
    color: #b1b0ab;
    font-size: 11px;
}

.my_account_sidebar_link {
    font-size: 13px;
}

.mobile_menu_header {
    background-color: #f9f9f9;
    width: 100%;
    height: 63px;
    position: fixed;
    z-index: 5;
    border-bottom: 1px solid #ddd;
    display: block !important;
}

.servicelink {
    font-size: 14px;
}

.servicelink a {
    color: #5b5d62;
}

.nav__list_first:nth-last-child(-n+3)>div>a {
    color: #717171;
}

.menu-drawer {
    width: 100vw !important;
    max-width: 414px;
    height: 100vh !important;
    top: 0 !important;
    box-shadow: 0 0 16px 0px #ddd;
    border-top: 0;
}

.header__icon--menu {
    z-index: 4 !important;
}

.icon-close {
    height: 1.5rem !important;
    left: 20px;
    top: 25px;
}

header-drawer {
    z-index: 1;
    position: relative;
}

.menu-drawer__utility-links {
    padding: 0 20px;
    position: fixed;
    bottom: 0;
    height: 50px;
    background: #f9f9f9;
    width: 100%;
    border-top: 1px solid #ddd;
}

.menu-drawer .list-social {
    margin-left: 0;
    margin-top: 0;
}

.menu-drawer .list-social {
    float: right;
}

.mobile_menu_header .field__input {
    border: 1px solid #ddd;
    ;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 23px;
    font-size: 1.4rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 100%;
    height: 3.5rem;
    box-shadow: none;
    padding: .8rem 4rem .8rem 1rem;
    color: #5b5d62;
    background-color: #fff;
}

.search-modal__content input {
    border: 1px solid #717171;
    border-radius: 5px;
    margin-top: 4px;
    margin-left: 0;
    font-size: 1.4rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 100%;
    height: 3.5rem;
    padding: .8rem 4rem .8rem 1rem;
    color: #717171;
    background-color: #fff;
    outline: #717171;
}

.search-modal__close-button:focus {
    outline: 3px solid #005fcc; /* A high-contrast color for visibility */
    outline-offset: 2px; /* Slight offset to separate the outline from the element */
}

.modal__close-button.link,
.search__input {
    /* outline: solid; */

}
.search__input:focus {
    outline: 3px solid #005fcc; /* Provides a clear visual indicator of focus */
    outline-offset: 2px; /* Ensures the outline is not too close to the element */
}

.field__input:focus {
    box-shadow: none;
    padding-top: 1rem;
}

.field__input:not(:placeholder-shown) {
    padding-top: 1.6rem;
}

.mobile_menu_header .search-modal__form {
    width: 90%;
    float: right;
    margin-right: 15px;
}

.mobile_menu_header .field__label,
.search-modal__content .field__label {
    display: none;
}

.mobile_menu_header .field__button {
    top: 10px;
}

/*** Header elements ***/
.top-left-header-message-mobile {
    width: 100%;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #deddd9;
    color: #68686c !important;
    font-style: italic;
    height: 30px;
    font-size: 13px;
    line-height: 5px;
    display: none;
}

.cart-count-bubble {
    font-size: 1.2rem;
    bottom: 1rem;
    left: 1.4rem;
    color: #717171;
    background: none;
    line-height: 1.1;
}

.search__button {
    width: 20px;
    right: 10px;
}

.icon-hamburger {
    width: 24px !important;
}

.header {
    padding-top: 0;
}

.svg-main-header-logo {
    width: 245px;
}

.mobile-header-logo-cont {
    text-align: center;
    margin-top: 7px;
}

.header_my_account_sidebar_link {
    font-size: 12px;
    width: max-content;
    padding: 13px 10px 0 10px;
    text-transform: uppercase;
}

.header_hamburger_service_menu {
    padding-top: 5px;
    padding-left: 16px;
    padding-right: 18px;
    cursor: pointer;
    font-size: 24px;
    font-family: Helvetica;
    color: #b7b7b2;
    font-weight: normal;
}

.header_my_account_sidebar_link a {
    text-decoration: none;
    color: #717171;
}

.search-modal__content {
    background-color: #f9f9f9;
    height: 63px;
    border-bottom: 1px solid #ddd;
}

.search-modal.modal__content {
    display: block;
    z-index: 999;
}

details[open] .modal-overlay::after {
    background-color: rgb(var(--color-foreground), 0.5);
    top: 63px;
}

.desktop_heading {
    padding-top: 10px;
    padding-bottom: 10px;
}

.desktop_heading .svg-main-header-logo {
    width: 300px;
}

.main_menu_inline_cont {
    text-align: center;
    width: 100%;
}

#service-menu-dropdown {
    position: absolute;
    display: none;
    top: 45px;
    right: -24px;
    padding: 20px 0;
    min-width: 200px;
    max-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    background: #fff;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 46px #00000033;
    border-radius: 5px !important;
    z-index: 9999;
}

#service-menu-dropdown.active {
    display: block;
}

.service_menu_cont:hover>#service-menu-dropdown {
    display: block;
}

#service-menu-dropdown ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 20px;
}

#service-menu-dropdown:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
    border-bottom: 10px solid #fff;
    transform: rotate(0);
    position: absolute;
    top: -10px;
    left: 66%;
}

.service-menu-dropdown-item a,
.flag-menu-dropdown a {
    color: #717171;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

#service-menu-dropdown .service-menu-dropdown-item {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    width: 95%;
    padding: 7px 0;
}

.service_menu_cont {
    position: relative;
    display: flex;
    border: 0;
    background: none;
    margin-top: 5px;
}

.flag-container-desktop {
    border: none;
    background: none;
    position: absolute;
    cursor: pointer;
    top: 16px;
    left: 0;
}

.flag-container-mobile {
    width: 28px;
    position: absolute;
    top: 9px;
    left: 60px;
}

#flag-menu-dropdown {
    position: absolute;
    display: none;
    top: 45px;
    left: 0;
    padding: 15px;
    min-width: 200px;
    max-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    background: #fff;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 46px #00000033;
    border-radius: 5px !important;
    z-index: 9999;
}

#flag-menu-dropdown>a {
    color: #717171;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

#flag-menu-dropdown:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
    border-bottom: 10px solid #fff;
    transform: rotate(0);
    position: absolute;
    top: -10px;
    left: 6%;
}

#flag-menu-dropdown.active {
    display: block;
}

.flag-container-desktop:hover>#flag-menu-dropdown {
    display: block;
}

.top-left-header-block {
    position: absolute;
    top: 0;
}

.top-left-header-message {
    position: absolute;
    left: 55px;
    width: max-content;
    top: 23px;
}

.top-left-header-message p {
    font-style: italic;
    color: #717171;
    font-size: 1.4rem;
    margin: 0;
    letter-spacing: .05rem;
}

@media screen and (min-width: 990px) {

    .mobile-header-logo-cont,
    .flag-container-mobile {
        display: none;
    }

    .header:not(.header--top-center)>.header__search,
    .header--top-center *>.header__search {
        display: inline-flex;
    }
}

@media screen and (max-width: 989px) {

    .desktop_heading,
    .header_hamburger_service_menu,
    .header_my_account_sidebar_link,
    .flag-container-desktop,
    .top-left-header-message {
        display: none;
    }

    .top-left-header-message-mobile {
        display: inline-block;
    }
}

@media screen and (max-width: 749px) {
    .predictive-search--header {
        top: 63px;
    }
}

/*** Main Desktop navigation menu ***/
.main-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    gap: 15px;
}

.main-navigation li {
    display: block;
    position: relative;
}

.Header__MainNav .main-navigation li ul {
    display: none;
    position: absolute;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 46px #00000033;
    border-radius: 5px;
    padding-top: 13px;
    padding-bottom: 12px;
    padding-left: 20px;
    text-transform: uppercase;
    min-width: 200px;
    max-width: 270px;
    background-color: white;
}

.Header__MainNav .main-navigation .main-navigation-childlinks-list:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
    border-bottom: 10px solid #fff;
    transform: rotate(0);
    position: absolute;
    top: -10px;
    left: 15%;
    background: 0 0;
}

.Header__MainNav .main-navigation li a {
    display: block;
    padding: 1em 1em .5em 1em;
    text-decoration: none;
    text-align: left;
    color: #717171;
}

.main-navigation li:hover>ul {
    display: block;
    position: absolute;
}

.Header__MainNav li:hover li {
    float: none;
    line-height: 28px;
}

.Header__MainNav li:hover a {
    background: #fff;
}

.Header__MainNav li:hover li a:hover {
    background: #fff;
}

.Header__MainNav .main-navigation li ul li {
    border-top: 0;
}

.Header__MainNav .main-navigation li ul li a {
    padding: 0;
    font-size: 14px;
}

.Header__MainNav .main-navigation li ul li ul {
    left: 180px;
    top: -10px;
    z-index: 9999;
}

.Icon--select-arrow-right {
    position: absolute;
    right: 18px;
    top: 7px;
}

/*** Generic Page Tenmplate ***/
.main-page-title {
    margin-bottom: 3rem;
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
    text-align:
        center;
}

.tablink {
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 16.285%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: none;
    color: #000;
}

@media screen and (min-width: 990px) {
    .page-width--narrow {
        max-width: 1400px;
        padding: 0;
        padding: 0 5rem;
    }
}

hr {
    margin: 10px 0;
    width: 100%;
    float: left;
}

.tabcontent {
    padding: 10px 0;
    color: #000;
    display: none;
    float: left;
    height: 100%;
}

.customerservicebox_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 990px) {
    .tablink {
        float: none;
        outline: 0;
        cursor: pointer;
        padding: 12px 5px;
        font-size: 17px;
        width: 100%;
        border: 1px solid #000;
        margin-bottom: 10px;
        border-radius: 6px;
    }

    #customerservicebox {
        float: none !important;
        width: 100% !important;
    }
}

/*** Product Page - Recommendations ***/
.quantity {
    width: 11rem;
    display: flex;
    border: 1px solid #888787;
    padding: 1.15rem 0;
    /* height: auto; */
}

.quantity__input {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5rem;
    color: #333;
}

.quantity__button svg {
    width: 1.3rem;
}

.product-form__input input[type="radio"]+label {
    font-size: 1.4rem;
}

.variant-sku {
    font-size: 1rem;
}

.product-form__input .select {
    width: auto;
    min-width: 11rem;
}

.product-form__input input[type="radio"]+label {
    font-size: 1.4rem;
    border-color: #b1b0ab !important;
    color: #b1b0ab !important;
}

.product-form__input input[type="radio"]:checked {
    border-color: rgb(62, 43, 43) !important;
    color: rgb(62, 43, 43) !important;
}

.product-form__input input[type=radio]:checked+label {
    color: #3e2b2b !important;
}

@media screen and (min-width: 990px) {
    .grid--quarter-max.grid--6-col-desktop .grid__item {
        max-width: 16.666667%;
    }
}

@media screen and (min-width: 551px) {
    .mobile-variants {
        display: none;
    }
}

@media screen and (max-width: 749px) {

    .product__title,
    .variant-sku,
    .price {
        text-align: center;
    }

    .price {
        display: block !important;
        font-size: 1.6rem !important;
    }
}

@media screen and (max-width: 550px) {
    .ajax-cart-product__actions .quantity {
        width: 55%;
    }

    /*fieldset.Size,  .product-form__input--dropdown.Color { 
        display: none;
    }*/
    .product-form__input--dropdown {
        margin-bottom: 1.6rem;
        width: 50%;
        float: left;
    }

    .product-form__input .select {
        width: 96%;
    }

    .product-form__input {
        max-width: 100% !important;
    }

    .Size .select__select {
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #b8b7b2;
    }

    .quantity {
        /*width: 50%;*/
        border: 1px solid #b8b7b2;
        padding: 1.15rem 0;
    }

}

/*** Product Cards ***/
.card-information__colorswatch {
    align-items: center !important;
    justify-content: center !important;
}

.card+.card-information {
    margin-top: 1.7rem;
    font-size: 1.4rem;
    text-align: center;
    color: #000000 !important;
}

.card-wrapper a,
.card-wrapper a:hover {
    color: #8c9099;
}

.card-wrapper .price {
    display: block !important;
    color: #000000 !important;
    font-size: 1.3rem !important;
    margin-bottom: 1.4rem;
}

.card-information fieldset {
    margin-top: 13px !important;
    border: 0;
    border-color: #fff;
    padding: 0;
}

.card-information legend {
    color: transparent;
    font-size: 1px;
}

.card--product .quickadd-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 1);
    color: rgb(255, 255, 255);
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    min-width: 15px !important;
    padding: 0px 22px !important;
    font-size: 28px !important;
    width: 35px;
    font-weight: bold;
    height: 35px;
    -webkit-font-smoothing: antialiased;
    background: #ffffffb9;
    color: #000;
    box-shadow: none;
    border-radius: 100%;
    scale: 70%;
}

.card--product .quickadd-buttons:hover {
    background-color: #fff;
    box-shadow: 0 0 30px #00000055;
}

@media screen and (max-width: 749px) {
    .card--product .quickadd-buttons {
        scale: 55%;
        padding: 0 22px 2px 22px !important;
    }
}

.card-information__colorswatch {
    margin-bottom: 5px !important;
}

@media screen and (min-width: 750px) {
    .card+.card-information {
        margin-top: 20px !important;
    }
}

.card-information__wrapper>* {
    color: #8c9099;
}

.card-wrapper:hover {
    text-decoration: none !important;
}

.card-information__wrapper>* {
    color: #000000 !important;
    letter-spacing: .02em;
    text-wrap: auto;
}

.product-recommendations .card--product .quickadd-buttons {
    bottom: -18px;
}

/***** QUICK BUY TOOLTIP ****/
button.read-more-info-icon .hidden-info {
    position: absolute;
    bottom: 5px;
    right: 100px;
    width: 120px;
    font-size: 13px;
    text-align: left;
    background: #ffffffb9;
    padding: 10px;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    color: #000;
    border-radius: 20px;
    text-align: center;
}

button.read-more-info-icon.modal-left .hidden-info {
    right: 50px;
}

button.read-more-info-icon.modal-right .hidden-info {
    left: 0;
}

button.read-more-info-icon:hover .hidden-info {
    opacity: 1;
}

.button.loading:after {
    border: 0.5rem solid rgba(255, 255, 255, 0.4);
    border-left: 0.5rem solid #fff;
    background-color: #000 !important;
}

.product-form__submit.button.loading {
    background-color: #000 !important;
}

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
    opacity: 0.8;
}

.badge {
    display: none;
}

/*** Gift Card Product Page ***/
.giftcard_image,
.giftcard__info_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 2rem 2rem 1rem 2rem !important;
}

.giftcard__info_wrapper h1,
.giftcard__info_wrapper span {
    text-align: center;
}

.giftcard_image img {
    width: 100%;
}

.giftcard_image {
    text-align: center;
}

.page-giftcard {
    max-width: 800px;
}

.giftcard__info_wrapper .product-form__input input[type=radio]+label {
    border-radius: 5px;
    margin: .73%;
    padding-top: 1.4rem;
    height: 42px;
    width: 23%;
    text-align: center;
    font-size: 1.7rem;
    line-height: .8;
    float: left;
}

.giftcard__info_wrapper fieldset {
    max-width: 100%;
}

.price--large-gc {
    font-size: 3rem !important;
}

.product__title-gc {
    font-size: 3rem;
}

.line-item-property__field {
    width: 49%;
    float: left;
    margin-top: 0;
}

.line-item-property__field.left {
    margin-right: 2%;
}

.Form__Input,
.Form__Textarea {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    padding: 12px 14px;
    border-radius: 0;
    border: 0;
    width: 100%;
    line-height: normal;
    resize: none;
    transition: border-color .1s ease-in-out;
    background: 0 0;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
}

.gc-form-label {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.line-item-property__field input,
.line-item-property__field-message textarea,
.select__select {
    border-radius: 3px;
    font-size: 15px;
}

.line-item-property__field-message {
    margin-bottom: 3.5rem;
}

.line-item-property__field-message textarea {
    height: 100px;
}

.giftcard__info_wrapper .product-form__input input[type="radio"]:checked+label {
    box-shadow: 0 0 3px 1px #999 !important;
    -webkit-box-shadow: 0 0 3px 1px #999 !important;
    background-color: #fae5e5 !important;
}

@media screen and (max-width: 749px) {
    .line-item-property__field {
        width: 100%;
    }

    .line-item-property__field.left {
        margin-right: 0;
    }

    .giftcard__info_wrapper .product-form__input input[type=radio]+label {
        width: 22.5%;
    }

    fieldset.Amount {
        display: none;
    }
}

/*** 404 Template ***/
.button.center {
    text-align: center;
}

.template-404 .title+* {
    margin-top: 1rem;
}

.template-404 .title {
    font-size: 2rem;
}

@media screen and (min-width: 750px) {
    .template-404 .title+* {
        margin-top: 2rem;
    }
}

/*** Product Collections ***/
.collection-hero__inner {
    margin-bottom: 1rem !important;
}

.collection-grid-section {
    margin-top: 1rem !important;
}

.collection-hero__title {
    text-align: center;
    margin-top: 0rem !important;
}

.field-currency {
    font-size: 1.4rem;
}

.facets__price {
    padding: 1rem;
}

.field__label {
    font-size: inherit;
}

.collection-product-count__text {
    display: none;
}

@media screen and (min-width: 750px) {
    .product-grid .grid__item {
        padding-bottom: 1rem !important;
        max-width: 25%;
    }
}

@media screen and (min-width: 990px) {

    .active-facets__button-wrapper *,
    span.active-facets__button-inner {
        text-transform: uppercase;
    }
}

@media screen and (max-width: 749px) {
    .collection .grid__item:only-child {
        max-width: 50% !Important;
    }

    .h1,
    h1 {
        font-size: 1.7rem;
    }

    .service_menu_cont {
        display: none;
    }

    .spaced-section {
        margin-top: 0 !important;
    }

    .header__heading-link {
        padding: 0;
    }

    .header {
        padding-bottom: 0;
    }

    .header__heading,
    .header__heading-link {
        margin-bottom: 1rem;
    }
}

/*** Account ***/
.customer button {
    background-color: #3e2b2b;
    width: 100%;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
}

.customer button:hover {
    box-shadow: none;
}

.customer .field input {
    border: 1px solid #e2dfdf;
    box-shadow: none;
}

.customer .field input:hover {
    box-shadow: 0 0 0 0.1rem #5b5d62;
}

.customer .field label {
    font-size: 1.4rem;
    top: 1.3rem;
    letter-spacing: 0.02rem;
}

.login a {
    width: auto !important;
    text-align: center;
}

.login-message-box {
    border: 1px solid #cecdcd;
    padding: 16px 30px;
    text-align: center;
    background: #f5f4f4;
    border-radius: 6px;
    margin-top: 50px;
}

.login-choose-divider {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.login-choose-divider p {
    position: absolute;
    top: -18px;
    left: 43%;
    background: #fff;
    padding: 0 15px;
}

.hr-style {
    background-color: #cdcdcd;
    height: 1px;
    margin-bottom: 50px;
}

.customer-account h2 {
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

.button-reorder-item {
    font-size: 1.2rem !important;
    margin-top: 0 !important;
    max-width: fit-content;
    padding: 0 15px !important;
}

:is(.account, .order) h2 {
    text-transform: uppercase !important;
    font-size: 1.7rem !important;
    color: #222 !important;
}

@media screen and (min-width: 750px) {
    .customer tbody td {
        vertical-align: middle !important;
        font-size: 1.4rem;
    }
}


/*** Language Selector Header ***/
#HeaderLanguageList  { 
    width: max-content;
    text-align: left;
    background: #fff;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 46px #00000033;
    border-radius: 5px;
    top: 50px;
    bottom: 0;
    border: 0;
    right: 0;
    overflow-y: inherit !important;
    padding: 7px;
    z-index: 1;
    height: fit-content;
}
#HeaderLanguageList li a {
    color: #717171 !important;
    text-transform: uppercase;
    font-size: 14px;
}
#HeaderLanguageList:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
    border-bottom: 10px solid #fff;
    transform: rotate(0);
    position: absolute;
    top: -10px;
    left: 62%;
    background: 0 0;
    z-index: 99999;
}
.localization-selector{
    padding-bottom: 0;
    text-transform: uppercase;
    margin: 0 5px !important;
    box-shadow: none !important;
    padding-top: 12px !important;
    color: #717171 !important;
    font-size: 12px !important;
    height: 2rem !important;
    border: 1px solid #717171 !important;
    border-radius: 5px;
}
.localization-form__select .icon-caret {
    right: .7rem !important;
    top: 10px !important;
    height: 0.5rem !important;
}
.localization-form:only-child .button, .localization-form:only-child .localization-form__select {
    margin: 1rem 1rem 0.5rem;
    flex-grow: 1;
    width: auto;
}
.disclosure .localization-form__select {
    padding-top: 1.5rem;
    width: 50px !important;
}
.localization-selector.link {
    padding-right: 4rem !important;
    padding-bottom: 1.1rem !important;
    padding-left: 0.7rem;
}
.service_menu_cont_language {
    position: relative;
    display: flex;
    padding: 0 8px;
}
.language-menu-dropdown {
    position: absolute;
    top: 45px;
    right: -30px;
    padding: 20px px 0;
    min-width: 200px;
    max-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    background: #fff;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 46px #00000033;
    border-radius: 5px!important;
    z-index: 9999;
}

/*** Zendesk chat icon ***/
#launcher {
    z-index: 2 !important;
    bottom: 1px !important;
    right: -5px !important;
}

/*** Filters drawer mobile ***/
.mobile-facets__header {
    background-color: #f9f9f9 !important;
    width: 100%;
    height: 58px;
}

.mobile-facets__heading {
    line-height: 40px;
    text-align: left;
}

.mobile-facets__summary,
.mobile-facets__close-button {
    text-transform: uppercase;
}

.mobile-facets__inner {
    width: 100% !important;
}

/*** Ajax Cart ***/
.ajax-cart__title {
    font-size: 1.8rem;
}

.ajax-cart__header {
    background-color: #f9f9f9;

}

@media screen and (max-width: 749px) {
    .collection-filters {
        gap: 0 !important;
        margin: 0 20px !important;
        margin: 0 !important;
        padding-bottom: 0 !important;
    }

    .facets__display {
        left: -12px !important;
        max-width: 384px;
        width: auto;
    }

    #main-collection-filters {
        left: -44px !important;
        /*top: 120px; */
        bottom: 5px;
    }

    .facets__item {
        display: inline-flex !important;
        margin: 0 3px;
    }

    .facets__list {
        display: inline;
    }

    .facets__summary {
        padding: 1rem;
    }

}

.active-facets {
    margin-bottom: 0 !important;
}

/*** Search ***/
@media screen and (max-width: 749px) {
    .template-search__search {
        display: none;
        /*** hide search field on mobile  ***/
    }

    .template-search .h2 {
        font-size: 1.4rem !important;
    }
}

.template-search .h2 {
    font-size: 2rem;
}

.template-search,
.template-search p,
.template-search__results {
    margin-top: 1.7rem !important;
}

.element-margin {
    font-size: 1.2rem;
}

/*** GeoIP redirect App banner style ***/

.spicegems_cr_top_bar #spicegems_cr_mod_msg {
    color: #000 !important;
    font-family: Georgia, sans-serif !important;
    font-size: 16px !important;
    line-height: 30px !important;
    text-shadow: none !important;
}

.spicegems_cr_top_bar {
    background-color: rgb(255 255 255) !important;
    box-shadow: 0 1px 23px 2px rgb(0 0 0 / 15%) !important;
}

.spicegems_cr_main-btn {
    font-family: Georgia, sans-serif !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-align: center;
}

#spicegems_cr_btn_no {
    background-color: #000000 !important;
}

/*** Temporary solutions ***/
.slider-button {
    display: none;
}

.announcement-bar {
    background: #fae4e1 !important;
}

.announcement-bar__message {
    font-size: 14px;
    color: #242424 !important;
}


/*** Back Order Message ***/
.backorder-message {
    color: #ff0000;
    font-size: 12px;
    text-transform: uppercase;
}

/*** SIze swatches borders / selection ***/
.product-form__input input[type="radio"]+.size-option__label {
    padding: 10px;
    min-width: 36px;
    width: auto;
    height: 36px;
    border-radius: 0;
    border: 1px solid #ddd;
    margin: 0.7rem 0.8rem 0.2rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

.product-form__input input[type="radio"]:checked+.size-option__label::after {
    content: "";
    position: absolute;
    width: calc(100% + 8px) !important;
    height: calc(100% + 8px) !important;
    border-radius: 2px !important;
    top: -4px !important;
    left: -4px !important;
    box-shadow: 0 0 1px 1px #333;
    -webkit-box-shadow: 0 0 1px 1px #333;
}

.product-form__input--dropdown {
    display: none;
}

.product-form__quantity {
    margin-top: 25px !important;
}

/*** Scroll to top button ***/
#back-to-top-button {
    display: none;
    position: fixed;
    bottom: 70px;
    z-index: 999;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    background-color: #ece7e4;
    cursor: pointer;
    padding: 10px 8px;
    border: 0;
    border-radius: 40px;
    color: #6D6560;
}

.bottom-left {
    left: 30px;
}

.bottom-center {
    left: 50%;
    transform: translateX(-50%);
}

.bottom-right {
    right: 15px;
}

#back-to-top-button:hover {
    background-color: #f0efef;
    color: #fff;
}

/*** Cart Delivery Message ***/
.cart-delivery-message {
    font-size: 12px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.color-option__label,
.color-swatch__label {
    font-size: .1rem !important;
}

#customer_login_link_desktop {
    color: #717171;
}

@media screen and (max-width: 440px) {
    .cart-delivery-message {
        line-height: 1.3em;
    }
}

/***  Color swatches title tooltip style ***/
.color-swatch[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: 28px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 2px;
    background: #444;
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

.color-option__label[title]:hover::before {
    content: attr(title);
    position: absolute;
    top: 45px;
    left: -3px;
    display: inline-block;
    padding: 8px 6px;
    border-radius: 2px;
    background: #444;
    color: #fff;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    z-index: 99999;
}

/***  END Color swatches title tooltip style ***/

.minicart-checkout-buttons {
    margin-top: 10px;
    border-top: 1px solid #000;
}

 
.facets__display {
    width: 6.9rem;
    top: 55px;
    border: none !important;
}

#main-collection-filters {
    left: -58px;
    z-index: 2;
}

.facets__header {
    display: none !important;
}

.facets__list {
    padding: 1.5rem 0rem 1em 2.3rem;
    border: none;
}

.facets__item {
    margin: 0;
    vertical-align: middle;
}

.facets__wrapper {
    padding: 0 0 0 10px;
    width: max-content;
    left: 0 !important;
    top: 45px;
    border: none !important;
    overflow-y: visible !important;
}

.facets__display:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
    border-bottom: 10px solid #fff;
    transform: rotate(0);
    position: absolute;
    top: -10px;
    left: 16%;
    background: 0 0;
}
 
#main-collection-filters {
    z-index: 2;
}

.facets__header {
    /*display: none !important;*/
}

.facets__list {
    padding: 1.1rem 1.5rem;
    border: none;
}

.facets__item {
    display: inline-flex !important;
    align-items: center;
}

.facets__wrapper {
    text-transform: uppercase;
}

.facets__wrapper p,
.disclosure-has-popup {
    color: #9d9d9d;
    font-size: 1.2rem;
}

.facets__summary,
.facets__header,
facet-remove .link,
.facet-checkbox {

    font-size: 1rem !important;
    color: #242424;
}

.facets__summary {
    padding: 1rem 1rem 1rem 1.2rem;
    margin-bottom: 0 !important;
    background: #ffffffe8;
    height: 54px;
    width: 58px;
    font-size: 1.1rem !important;
    color: #242424;
}

.facets__summary {
    padding: .5rem 1rem .5rem 1rem;
    margin-bottom: 0 !important;
    background: #ffffffe8;
    border-radius: 5px;
    border: 1px solid #cfcec9;
    height: auto;
    width: auto;
}

.facets__summary>span {
    float: right;
    margin: 5px 0 0 7px;
}

.facets__summary>svg {
    margin-top: 4px;
}

.mobile-facets__open-label.button-label {
    font-size: 1rem !important;
    text-transform: uppercase;
}

.active-facets__button-inner {
    border-radius: 0 !important;
}

summary .icon-caret {
    right: 24px !important;
    top: 48px !important;
    height: 0.8rem;
    color: #b1b0ab;
}

.active-facets__button--light .active-facets__button-inner {
    box-shadow: none !important;
    background: #f5f2f2;
    padding: 7px 12px;
    text-transform: uppercase;
}

.underlined-link:hover,
.customer a:hover,
.underlined-link,
.customer a {
    color: inherit;
    text-decoration-thickness: 0;
}

.facets__display .field__input {
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.15);
    font-size: 1.4rem;
    height: 4rem;
}

.active-facets {
    display: none !important;
}

.facet__swatch-label {
    /*border-radius: 30px !important;*/
}

.facet__swatch-label::after {
    /*border-radius: 30px !important;*/
}

.facet__swatch-label:hover::after {
    border-color: #575757 !important;
}

.facets__reset {
    margin-right: 4px;
}

.mobile-facets__open:hover .mobile-facets__open-label,
.facets__summary:hover span {
    text-decoration: none !important;
}

.collection-filters {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
}

/****mobile factes temp ***/

.mobile-facets__wrapper {
    display: none !important;
}

/**** LOOKBOOK  ***/

.lookbook-container {
    max-width: 1300px; 
    margin: 0 auto;
    padding: 0;
}

.custom-lookbook {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.left,
.right {
    height: 80vh;
    white-space: nowrap;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    line-height: 0;
}
.left {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 55%;
    animation-name: bgcolor;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease;
}

.right {
    padding: 12px 15px 12px 8px;
    flex: 45%;
    overflow:auto;
}

.left img {
    width: 100%;
}

.right h3 {
    text-align: left;
    margin-left: 14px;
    margin-top: 5px;
    font-size: 20px;
    display: none;
}

.custom-lookbook .media {
    padding-top: 145%;
}

.custom-lookbook .grid__item {
    max-width: 25%;
}

.custom-lookbook .grid {
    margin-left: 0;
    margin-bottom: 0;
}

.custom-lookbook .grid--2-col .grid__item {
    width: calc(25% - .25rem) !important;
}

.shop-the-look {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 0;
    display: none;
    position: fixed;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
    max-width: 1920px;
}

.shop-the-look.active {
    display: flex;
    animation: fadeIn 0.3s;
}

.close-shop-the-look {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    z-index: 2;
}

.close-shop-the-look-mob {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
}

.nav-buttons {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.close-shop-the-look:before,
.close-shop-the-look::after {
    position: absolute;
    left: 14px;
    content: ' ';
    height: 25px;
    width: 2px;
    bottom: 9px;
    background-color: #333;
}

.close-shop-the-look-mob:before,
.close-shop-the-look-mob::after {
    position: absolute;
    left: 14px;
    content: ' ';
    height: 25px;
    width: 3px;
    bottom: 9px;
    background-color: #fff;
}

.close-shop-the-look:before {
    transform: rotate(45deg);
}

.close-shop-the-look::after {
    transform: rotate(-45deg);
}

.close-shop-the-look-mob:before {
    transform: rotate(45deg);
}

.close-shop-the-look-mob::after {
    transform: rotate(-45deg);
}


@media screen and (max-width: 1023px) {
   
    .shop-the-look {
        flex-direction: column;
    }

    .shop-the-look-button {
        padding: 185px 0;
    }

    .custom-lookbook .grid--2-col .grid__item {
        width: calc(25% - .25rem) !important;
    }

    .custom-lookbook .grid__item {
        max-width: 25%;
    }

    .shop-the-look {
        width: 100%;
        height: 100%;
    }

    .nav-buttons {
        top: 40%;
        width: 100%;
        right: 0;
        bottom: 0;
        display: none;
    }

    #prev {
        position: absolute;
        left: 15px;
    }

    #next {
        position: absolute;
        right: 15px;
    }

    .nav-buttons-mob {
        position: absolute;
        bottom: 10%;
        width: 100%;
    }

     .stl-arrow-prev {
        position: absolute;
        left: 7px;
    }

    .stl-arrow-next {
        position: absolute;
        right: 7px;
    }

    .left {
        flex: 65%;
    }

    .right {
        overflow: auto;
        flex: 35%;
    }
    .custom-lookbook .color-swatch {
        width: 11px;
        height: 11px;
    }
    .add-all-container {
        margin-left: 0;
        margin-top: 25px;
        position: fixed;
        width: 100%;
        bottom: 0;
        background: #ffffff9c;
        padding: 10px 10px 10px 10px;
        left: 0;
        border-top: 1px solid #d0cece;
    }
}

@media screen and (min-width: 1024px) {
    .custom-lookbook .color-swatch {
        width: 15px;
        height: 15px;
    }

    .close-shop-the-look {
        width: 45px;
        right: 0;
        top: 0;
        height: 45px;
        border: none;
        cursor: pointer;
        display: block !important;
    }

    .right h3 {
        display: block;
    }

    .nav-buttons-mob {
        display: none;
    }

    .close-shop-the-look-mob {
        display: none;
    }
    .add-all-container {
        margin-left: 10px;
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .custom-lookbook .card-information__text, .custom-lookbook .price {
        font-size: 10px !important;
    }
    .lookbook-image {
        width: 100% !important;
    }

    .lookbook-container {
        padding: 0;
    }

    .custom-lookbook {
        gap: 2px;
    }
}

.lookbook-image {
    width: calc(50% - 5px); 
    background-color: #fff;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    animation-name: bgcolor;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease;
}
@keyframes bgcolor {
    from {
      
      }
    to {
      background-color: #eee;
      }
  }

.lookbook-image::before {
    content: "SHOP THIS LOOK";
    display: block;
    padding-top: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    padding-top: 98%;
    padding-bottom: 2%;
    width: 180px;
    text-shadow: 0 0 5px #000;
    text-align: center;
    background-image: linear-gradient(#ffffff00 92%, #ffffff30 8%);
    margin:0 auto;
}


.lookbook-image:hover::before {
    opacity: 1;
}

.shop-the-look-button {
    text-align: center;
    transition: 0.3s;
    opacity: 0;
}

.shop-the-look-button:hover {
    background-color: #ffffff9c;
    opacity: 1;
}

.shop-the-look-button a {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    text-decoration: 0;
    font-size: 12px;

}

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999;
}

.stl-arrow-prev,
.stl-arrow-next {
    border: 1px solid rgb(109, 108, 108);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    background-color: #ffffffad;
    cursor: pointer;
}

.stl-arrow-prev-mob,
.stl-arrow-next-mob {
    border: 1px solid rgb(109, 108, 108);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    background-color: #ffffffad;
    cursor: pointer;
}

.stl-arrow-prev:hover,
.stl-arrow-next:hover  {
    background-color: #ece9e9;
}

.arrow {
    border: 1px solid rgb(109, 108, 108);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.custom-lookbook .price {
    font-size: 11px;
    margin-bottom: 5px;
}

.custom-lookbook .card-information__text {
    font-size: 12px;
}

.custom-lookbook .card+.card-information {
    margin-top: 8px !important;
}

.custom-lookbook .hidden-info {
    display: none;
}

.custom-lookbook fieldset {
    margin-top: 0 !important;
}



/**** END LOOKBOOK  ***/

/***** START SLIDER SECTION ****/

.swiper {
    width: 100%;
    height: auto;
    height: 100%;
    max-width: 1300px;
    height:750px;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-wrapper {
    margin-top: 40px;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover; 
    background-position:center center;
  }
  .swiper-button-next, .swiper-button-prev {
    z-index: 9999;
    color: #fff;
    margin-top: 0;
    margin-left: 12px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
    text-shadow: 0px 0px 9px #777;
  }
  /* Mobile view: stack images */
  @media (max-width: 768px) {
    .swiper {
      /*display: block;*/
      margin-top: 0;
      width:100%;
      height:500px;
    }
    .swiper-slide {
      width: 100%; 
     /*display: block !important;*/
      margin-bottom:2px;
    }
    .swiper-wrapper {
      /*display: block;*/
      margin-top: 0;
    }
    .swiper-button-next, .swiper-button-prev {
      /*display: none !important;*/
    }
  }
/***** END SLIDER SECTION ****/

* SHOP THE LOOK STYLE */
  .shop-the-look-button-collection {
    width: 94%;
    position: absolute;
    bottom: 1.5%;
    right: 3%;
    left: 3%;
    padding: 10px 8px;
    border: 0;
    font-size: 9px;
    z-index: 1;
    background: #4a3424db;
    color: #fff;
    opacity: 0;
  }
  .image-cont:hover .shop-the-look-button-collection {
    opacity: 1;
  }

  .shop-the-look-button-collection a {
   color: #fff; 
  }
@media (min-width: 450px) {
  .shop-the-look-button-collection {
    font-size: 12px;
  }
}
@media (max-width: 440px) {
.shop-the-look-button-collection {
  background: #faebd7bf;
  opacity: 0;
  padding: 2px 2px;
  width: 40%;
  left: 30%;
  right: 30%;
  font-size: 7px;
  font-weight: bold;
  }
  .shop-the-look-button-product-mobile {
    background: #4a3424d9;
    opacity: 1;
    padding: 11px 6px;
    width: 94%;
    left: 3%;
    right: 3%;
    font-size: 12px;
    position: absolute;
    bottom: 1.5%;
  }
  .shop-the-look-button-product-mobile a {
  color:#fff;
  }
  .image-cont:hover .shop-the-look-button-collection {
    opacity: 0;
  }
  .shop-the-look-button-collection a {
    color: #4a3424; 
   }
}
/* END SHOP THE LOOK STYLE */