/** Shopify CDN: Minification failed

Line 218:15 Expected "]" to go with "["

**/
.section-header-classic {
    position: relative;
    z-index: 21;
}

.header-classic {
    background: var(--bg-color);
    padding: var(--p-top) 0 var(--p-bottom);
}

.header-classic__content {
  display: flex;
    justify-content: space-between;
    align-items: end;
}

.header-classic__content--size-3 .header-classic__item:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
}

.header-classic__content--size-4 .header-classic__item:first-child {
    grid-row-start: 1;
    grid-row-end: 4;
}

.header-classic__item {
    margin-bottom: var(--spacing-bottom);
}


.header-classic__item .header__heading {
    line-height: 1;
}

.header-classic__item .free-shipping-text {
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: .05em;
}

.header-classic__item .free-shipping-text p {
    margin: 0;
}

.header-classic__item .header__heading-logo {
    width: auto;
    max-width: fit-content;
}


.header-classic__item .search_details .search-modal__form {
    background-color: var(--search-bg-color);
    border-bottom: 1px solid var(--search-border-color);
}

.header-classic__item .search_details .search-modal__form .search__input {
    color: var(--search-color);
}

.header-classic__item .search_details .search-modal__form  ::-webkit-input-placeholder {      
    color: var(--search-color);
}

.header-classic__item .search_details .search-modal__form  ::-moz-placeholder {
    color: var(--search-color);
}

.header-classic__item .search_details .search-modal__form :-ms-input-placeholder {
    color: var(--search-color);
}

.header-classic__item .search_details .search-modal__form  :-moz-placeholder {
    color: var(--search-color);
}

.header-classic__item .search_details .search-modal__form .search__button {
    color: var(--search-icon-color);
}

.header-classic__item .free-shipping-text *,
.header-classic__item .customer-service-text *,
.header-classic__item .halo-top-language .text,
.header-classic__item .halo-top-currency .text,
.header-classic__item .halo-top-language .text + svg,
.header-classic__item .halo-top-currency .text + svg,
.header-classic__item .dropdown-language .localization-form .disclosure__link.disclosure__link--active, 
.header-classic__item .dropdown-language .localization-form .disclosure__link:hover,
.header-classic__item .cart-text,
.header-classic__item .customer-links,
.header-classic__item .wishlist-text,
.header-classic__item .customer-links a {
    color: var(--text-color);
}

.header-classic__item .halo-currency .currency-menu .dropdown-item.active .text::before,
.header-classic__item .halo-currency .currency-menu .dropdown-item .text:hover::before {
    background: var(--text-color);
}

.header-classic__item .header__icon--cart .cart-count-bubble,
.header-classic__item .bottom-bar--list .cart-count-bubble {
    color: var(--item-color);
    background-color: var(--bg-item-color);
}

.header-classic__item .header__icon .icon {
    fill: var(--text-color);
}

.header-classic__item .header__icon.header__icon--wishlist .wishlist-count-bubble {
    position: relative;
    margin-left: 8px;
    background-color: var(--wishlist-bg-item);
    color: var(--wishlist-color-item);
}

.header-classic__item .header__icon + .header__icon {
    margin-left: 0px;
}

.header-classic__item .customer-service-text p {
    margin: 0;
}

.header-classic__item .customer-service-text h1,
.header-classic__item .customer-service-text h2,
.header-classic__item .customer-service-text h3,
.header-classic__item .customer-service-text h4,
.header-classic__item .customer-service-text h5,
.header-classic__item .customer-service-text h6,
.header-classic__item .free-shipping-text h1,
.header-classic__item .free-shipping-text h2,
.header-classic__item .free-shipping-text h3,
.header-classic__item .free-shipping-text h4,
.header-classic__item .free-shipping-text h5,
.header-classic__item .free-shipping-text h6 {
    margin: 0;
    line-height: max(120%, var(--body-line-height));
}

@media (max-width: 1024px) {
    .section-header-classic {
        display: none;
    }
}

@media (min-width: 1025px) {
    .header-classic .container-full {
        padding-left: var(--spacing-l-r);
        padding-right: var(--spacing-l-r);
		overflow: initial;
    }

    .header-classic__item .header__heading-link {
        width: var(--logo-width);
        display: inline-block;
    }

    .header-classic__item .header__heading .h2 {
        font-size: var(--font-size);
        font-weight: var(--font-weight);
        color: var(--color);
        white-space: normal;
    }

    .header-classic__item .header__heading .h2 svg {
        width: var(--logo-svg-width);
    }

    .header-classic__item .quickSearchResults .card-swatch .swatch-label {
        width: 24px;
        height: 24px;
    }

    .header-classic__item .quickSearchResults .card-swatch .number-showmore {
        width: 24px;
        height: 24px;
        line-height: 26px;
    }

    .header-classic__item .quickSearchResults .card-swatch .number-showmore span.text-number {
        top: 0px;
    }

    .header-classic .quickSearchResultsWrap {
        width: 570px;
        left: 0;
        right: 0;
        box-shadow: 0 1px 4px #00000026;
    }
}
.header__link--account.customer_login_link.custom-login-icon svg, .header-mobile--icon .header__icon--account svg, .header__icon--search svg, .header-mobile--icon .header__icon--cart svg, .search__button svg, .quickSearchResultsBlock .list-item .link svg, .predictive-search .predictive-search__list-item .link svg, .header__search .search-modal__form .search__button svg, .header__group .header__icon--wishlist svg, .header__group .header__icon--cart svg {
    fill: transparent;
    width: auto;
    height: 22px;
}
svg {
    display: inline-block;
    vertical-align: middle;
    stroke: currentColor;
    width: 1rem;
    height: 1rem;
    transition: var(--anchor-transition);
}
* {
    font-family: Cera Round Pro DEMO, sans-serif;
}
*, *:before, *:after {
    box-sizing: inherit;
}
svg[Attributes Style] {
    width: 21;
    height: 18;
    fill: none;
}
user agent stylesheet
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
.header-classic__item .header__icon.header__icon--wishlist .wishlist-count-bubble {
    position: absolute;
    top: -10px;
    margin-left: 8px;
    background-color: #ec008c;
    color: var(--wishlist-color-item);
    min-width: unset;
    min-height: unset;
    height: 15px;
    width: 15px;
}
.cart-count-bubble, .wishlist-count-bubble {
    position: absolute;
    top: 10px;
    right: 0;
    min-width: 23px;
    min-height: 23px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    line-height: 22px;
    letter-spacing: var(--body-letter-spacing);
    background-color: var(--color-global);
    color: var(--color-white);
    letter-spacing: 0;
}
.header-classic__item .header__icon--cart .cart-count-bubble, .header-classic__item .bottom-bar--list .cart-count-bubble {
    color: var(--item-color);
    background-color: var(--bg-item-color);
}
.header__iconItem .header__icon--cart .cart-count-bubble {
    position: relative;
}
.header__group .cart-count-bubble {
    margin-left: 0 !important;
    background-color: transparent !important;
    position: absolute !important;
    left: -8px;
    top: 1px;
}
.header__group .cart-count-bubble {
    margin-left: 8px;
}
.header__icon--cart * {
    display: inline-block !important;
    vertical-align: middle;
}


