.pull-left-xs {
    float: left;
}

.pull-right-xs {
    float: right;
}

.desktop-show {
    display: block;
}

.mobile-show {
    display: none;
}

.header-visit-sneaker a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-visit-sneaker img {
    max-width: 100%;
    height: 44px;
    width: 100% !important;
    margin: 0 !important;
    margin-right: 0 !important;
}

.mobile-menu-account .btn {
    text-transform: uppercase;
}

.mobile-menu-account-span {
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1.05px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: unset;
}

.text-sm {
    font-size: 12px;
    line-height: 14.06px;
    letter-spacing: 10%;
    text-align: center;
    font-weight: 400;
}

.img-height-sm {
    height: 44px;
}

@media (max-width: 991.98px) {
    .nav-wrapper {
        padding: 1.3rem !important;
    }

    .menu-toggleable-left .dropdown-item.dropdown > .dropdown-toggle:after {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .menu-toggleable-left .dropdown-item a.dropdown-link {
        text-shadow: unset !important;
        color: #111111 !important;
    }

    .svg-icon.user {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"><path fill="%23111111" d="M18 6C19.5913 6 21.1174 6.63214 22.2426 7.75736C23.3679 8.88258 24 10.4087 24 12C24 13.5913 23.3679 15.1174 22.2426 16.2426C21.1174 17.3679 19.5913 18 18 18C16.4087 18 14.8826 17.3679 13.7574 16.2426C12.6321 15.1174 12 13.5913 12 12C12 10.4087 12.6321 8.88258 13.7574 7.75736C14.8826 6.63214 16.4087 6 18 6ZM18 21C24.63 21 30 23.685 30 27V30H6V27C6 23.685 11.37 21 18 21Z"/></svg>') !important;
    }

    .menu-toggleable-left.navbar-toggleable-md .nav-item .nav-link {
        text-shadow: unset !important;
        color: #000000 !important;
    }

    .pre-scrim.is-open {
        opacity: 1 !important;
    }
}

@media (max-width: 769px) {
    .desktop-display {
        display: none;
    }

    .mobile-show {
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .pull-left-sm {
        float: left;
    }

    .pull-right-sm {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pull-left-md {
        float: left;
    }

    .pull-right-md {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pull-left-lg {
        float: left;
    }

    .pull-right-lg {
        float: right;
    }
}

@media (min-width: 1200px) and (max-width: 1919.98px) {
    .pull-left-xl {
        float: left;
    }

    .pull-right-xl {
        float: right;
    }
}

@media (min-width: 1920px) {
    .pull-left-xxl {
        float: left;
    }

    .pull-right-xxl {
        float: right;
    }
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (max-width: 1919.98px) {
    .hidden-xl-down {
        display: none !important;
    }
}

.hidden-xxl-down {
    display: none !important;
}

.row.equal-height > [class^="col"] {
    display: -ms-flexbox;
    display: flex;
}

@keyframes scaleJump {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }
}

.header-search-btn {
    background: transparent;
    border: none;
    padding: 0;
}

#search-suggestions-results {
    padding-top: 2.375rem;
}

#search-suggestions-results.has-suggestions ~ #search-placeholder,
#search-suggestions-results:not(.has-suggestions) {
    display: none;
}

.header-search input.search-field {
    background: var(--input-search-background-color);
    border-radius: var(--input-search-border-radius);
    border: none;
    padding: 6px 15px 6px 48px;
    line-height: 1.75rem;
    font-weight: 300;
    transition: background-color 0.15s, color 0.35s 0.5s;
    width: 100%;
    height: 32px;
    font-style: "Roboto";
    font-size: 16px !important;
}

.header-top-link-col-1 {
    /* font-family: Roboto; */
    font-weight: 300;
    color: #111111;
}

.header-search button.button-search {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 5px;
}

.header-search input.search-field:placeholder-shown ~ #header-search-reset {
    display: none;
}

.header-search input.search-field:focus,
.header-search input.search-field:hover {
    background: var(--color-grey2);
}

.header-search input.search-field:focus:-ms-input-placeholder,
.header-search input.search-field:hover:-ms-input-placeholder {
    color: var(--color-grey4);
    font-weight: 300;
}

.header-search input.search-field:focus::placeholder,
.header-search input.search-field:hover::placeholder {
    color: var(--color-grey4);

    font-weight: 300;
}

.header-search input.search-field:-ms-input-placeholder {
    color: var(--color-grey8);
    transition: color 0.4s, opacity 0.4s;
    font-size: 10px;

    font-weight: 300;
}

.header-search input.search-field::placeholder {
    color: var(--color-grey8);
    transition: color 0.4s, opacity 0.4s;
}

.product-preview {
    display: block;
}

.product-preview .product-img-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-preview img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.product-preview .product-preview-info {
    margin: 0.75rem 0.75rem 2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.product-preview .product-subtitle {
    color: var(--color-grey4);
}

.product-preview .price-wrapper {
    margin-top: 0.75rem;
}

.product-preview .price {
    font-size: inherit;
}

button.button-search {
    position: absolute;
    top: 53%;
    left: 0.3125rem;
    padding: 0;
    height: 2.25rem;
    width: 2.25rem;
    transform: translateY(-50%);
    z-index: 1;
}

@media (max-width: 991.98px) {
    button.button-search {
        left: 0;
    }
}

button.close-search-btn {
    position: absolute;
    right: var(--container-space, 0);
    top: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

button.close-search-btn.cancel-search-button {
    background: none;
    font-weight: 500;
    top: 0.3625rem;
}

@media (max-width: 991.98px) {
    button.close-search-btn.cancel-search-button {
        top: 0.2887rem;
        right: 1.875rem;
    }
}

#header-search-form {
    margin: 0.625rem 0;
}

#header-search-reset {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.125rem;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0.375rem;
}

.search-results-wrapper {
    text-align: left;
    max-height: calc(100vh - var(--header-h, 0));
    overflow: auto;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--color-white);
}

.search-results-wrapper p,
.search-results-wrapper span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.search-results-wrapper p {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.search-results-wrapper h3 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    text-align: inherit;
    margin: 0 0 1rem;
    color: var(--color-grey4);
}

#search-placeholder .content-asset {
    margin: 3rem auto 2rem;
}

#search-placeholder h3,
#search-placeholder p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1.25rem);
}

#search-placeholder h3.search-heading,
#search-placeholder p.search-heading {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    color: var(--color-grey4);
}

#search-placeholder p:first-of-type {
    --anim-delay: 0.55s;
}

#search-placeholder p:nth-of-type(2) {
    --anim-delay: 0.6s;
}

#search-placeholder p:nth-of-type(3) {
    --anim-delay: 0.65s;
}

#search-placeholder p:nth-of-type(4) {
    --anim-delay: 0.7s;
}

#search-placeholder p:nth-of-type(5) {
    --anim-delay: 0.75s;
}

#search-placeholder p:nth-of-type(6) {
    --anim-delay: 0.8s;
}

html:not(.suggestions-active) .button-search {
    pointer-events: none;
}

html:not(.suggestions-active) .header-action-bar,
html:not(.suggestions-active) .heart,
html:not(.suggestions-active) .main-menu,
html:not(.suggestions-active) .minicart,
html:not(.suggestions-active) .navbar-header.brand,
html:not(.suggestions-active) .navbar-toggler {
    opacity: 1;
    visibility: visible;
    transition: var(--right-transition, "") opacity 0.4s, visibility 0s;
}

html:not(.suggestions-active) .search-results-wrapper {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}

html.suggestions-active {
    --global-overflow: hidden;
    --global-pos: fixed;
}

html.suggestions-active .pre-spacer {
    height: var(--header-h);
}

html.suggestions-active .close-search-btn {
    visibility: visible;
    transform: scale(0);
    animation: scaleJump 0.25s ease 0.45s forwards;
}

html.suggestions-active .header-action-bar,
html.suggestions-active .heart,
html.suggestions-active .main-menu,
html.suggestions-active .minicart,
html.suggestions-active .navbar-toggler {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s, visibility 0s linear 0.25s;
}

html.suggestions-active .plp-filter-header {
    z-index: 1;
}

html.suggestions-active .header-search {
    max-width: 100vw;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

html.suggestions-active .header-wrapper {
    z-index: 10000;
    position: fixed;
    top: 0;
}

html.suggestions-active .pre-scrim {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    cursor: pointer;
}

html.suggestions-active #search-placeholder h3,
html.suggestions-active #search-placeholder p {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.45s var(--anim-delay, 0.4s),
        visibility 0.45s var(--anim-delay, 0.4s),
        transform 0.45s ease calc(var(--anim-delay, 0.4s) - 0.1s);
    transform: translateY(0);
}

html.suggestions-active #search-placeholder .searchSuggestionHeading {
    font-size: 1rem;
    color: #757575;
    margin-bottom: 1rem;
}

.suggestions-phrases-container {
    margin: 0 var(--container-space, 0) 3rem
        calc(var(--container-space, 0) + 0.5rem);
}

.list-group-item-action.suggestion-phrase {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 0;
    background: transparent;
    border: none;
    margin-bottom: 0.75rem;
    display: block;
    color: var(--color-grey4);
}

.list-group-item-action.suggestion-phrase span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: var(--color-primary);
}

.suggestions-phrase-items {
    display: -ms-grid;
    display: grid;
    gap: 0.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 991.98px) {
    #header-search-form {
        right: var(--container-space, 0);
    }

    #suggestions-tabs .tab-pane {
        min-height: 50vw;
    }

    html:not(.suggestions-active) #header-search-form {
        width: 2.5rem;
        margin-right: 5.2rem;
    }

    html:not(.suggestions-active) .search-field-wrapper {
        max-width: 2.5rem;
        top: 0.4rem;
        right: -5.2rem;
    }

    html:not(.suggestions-active) input.search-field {
        padding: 0;
        cursor: pointer;
        background: transparent;
    }

    html:not(.suggestions-active) input.search-field:-ms-input-placeholder {
        opacity: 0;
    }

    html:not(.suggestions-active) input.search-field::placeholder {
        opacity: 0;
    }

    html.suggestions-active #header-search-form {
        position: fixed;
        transition: all 0.5s;
        width: 100%;
        right: 0;
    }

    html.suggestions-active .navbar-header.brand {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.1s, visibility 0s linear 0.25s;
    }

    html.suggestions-active .search-field-wrapper {
        margin: 0 calc(var(--container-space, 0) + 3.25rem) 0
            var(--container-space, 0);
        transition: all 0.5s;
    }

    html.suggestions-active .header-wrapper::after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        background: var(--color-white);
        z-index: -1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
        max-height: 100vh;
    }
}

@media (min-width: 992px) {
    .product-preview .product-preview-info {
        margin: 0.75rem 0 0;
    }

    .suggestions-phrase-items {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    #search-suggestions-results {
        min-height: calc(20vw + 70px);
    }

    .suggestions-phrases-container {
        margin: 0;
        padding-right: 1.25rem;
        width: 16.666667%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .search-results-wrapper {
        padding: 0 var(--container-space, 0);
    }

    #header-search-form {
        position: relative;
    }

    html:not(.suggestions-active) .search-field-wrapper {
        transform: translateX(0);
        max-width: 12.25rem;
        left: 0;
        top: 6px;
        transition: width 0.25s, transform 0.35s, left 0.35s;
    }

    html.suggestions-active {
        --visible-header-h: var(--header-h, 0);
    }

    html.suggestions-active .header-search {
        position: absolute;
        right: 0;
    }

    html.suggestions-active #header-search-form {
        padding: 0 9rem;
    }

    html.suggestions-active .search-field-wrapper {
        max-width: 41rem;
        transition: max-width 0.25s ease, transform 0.25s ease, left 0.25s ease;
        left: -50%;
        transform: translateX(50%);
        top: 0.322rem;
    }

    html.suggestions-active body:not(.isStickyHeaderShown) .header-wrapper {
        transition: transform 0.25s ease 0.15s;
        transform: translateY(-2.25rem);
        top: 2.25rem;
    }

    #search-placeholder .content-asset {
        width: 41rem;
    }
}

@media (min-width: 1920px) {
    #search-suggestions-results {
        min-height: 31.25rem;
    }
}

#remainderModal {
    --btn-color: var(--color-orange-nike);
    --btn-bg-color: var(--color-white);
    --btn-brd-color: var(--color-white);
    font-size: 0.875rem;
    line-height: 1.125rem;
}

#remainderModal .btn {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
}
#remainderModal .modal-cta-wrapper button.btn,
#remainderModal .modal-cta-wrapper a.btn {
    font-family: Roboto !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    letter-spacing: 0.05em;
    text-align: center;
}
#remainderModal .modal-cta-wrapper button.btn:hover {
    background-color: #111;
    color: #fff !important;
    border-color: #fff !important;
}

#remainderModal .btn-outline {
    --btn-color: var(--color-white);
    --btn-bg-color: transparent;
    --btn-brd-color: var(--color-white);
}

#remainderModal .modal-body {
    padding: 2.375rem 0 1rem;
}

#remainderModal .modal-dialog {
    max-width: var(--modal-w, 500px);
}

#remainderModal .modal-content {
    padding-top: 1.5rem;
    /* background: var(--color-orange-nike);
    color: var(--color-white) */
}

#remainderModal h2,
#remainderModal h3,
#remainderModal h4 {
    font-family: var(--header-bold-font-family);
    font-size: 2.25rem;
    line-height: 2.25rem;
    color: inherit;
    text-transform: uppercase;
}
#remainderModal h2.modal-heading-style {
    font-size: 48px;
    font-weight: 700;
    line-height: 50.4px;
    text-align: center;
}

#remainderModal p,
#remainderModal span {
    font-size: inherit;
    line-height: inherit;
}

#remainderModal span.modal-sub-heading {
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
}

#remainderModal p {
    font-size: 0.75rem;
    line-height: 0.9375rem;
}

#remainderModal img {
    max-width: 100%;
}

#remainderModal .tile-image {
    width: 11.25rem;
}

#remainderModal .modal-inner-content {
    padding: 0.625rem;
}

#remainderModal .close {
    position: absolute;
    top: 0;
    right: 0;
    color: inherit;
    opacity: 1;
    z-index: 1;
}

#remainderModal .price {
    font-weight: 500;
}

#remainderModal .price .range,
#remainderModal .price .sales,
#remainderModal .price .starting {
    font-weight: inherit;
}

#remainderModal .price .strike-through {
    color: inherit;
    margin: 0 0 0 0.625rem;
}

#remainderModal .product-block {
    max-width: 23.25rem;
}

@media (min-width: 768px) {
    #remainderModal {
        --modal-w: 34.875rem;
    }

    #remainderModal.with-product {
        --modal-w: 42.6875rem;
    }

    #remainderModal.with-product .modal-body {
        padding-top: 2rem;
        padding: 0;
    }

    #remainderModal .modal-body {
        padding: 3rem 2.5rem 2.875rem;
    }
}

.error-message-wrapper {
    display: -ms-flexbox;
    display: flex;
}

.error-message-wrapper .addToCart-modal-close button {
    border: 0;
    background: none;
}

nav .header.container .navbar-header.brand {
    left: 0;
    position: relative;
    margin: 0;
    width: 190px;
    display: flex;
    height: 3.75rem;
    z-index: 1;
    align-items: center;
}

/* nav .header.container .navbar-header.brand a:hover svg {
    filter: invert(44%) sepia(2%) saturate(20%) hue-rotate(326deg) brightness(101%) contrast(86%)
} */

nav .header.container .main-menu {
    width: 100%;
    font-weight: 500;
    font-family: "Roboto";
}

@media (min-width: 992px) {
    nav .header.container .main-menu {
        background: transparent;
        position: absolute;
        left: 0;
        right: 0;
        height: 3.75rem;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.125rem;
    }
}

/* .header.container .logo-home {
    display: block;
    width: 100%;
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}*/

nav .header.container .navbar-toggler {
    padding: 0;
    height: 2.25rem;
    margin-right: -0.75rem;
    display: block;
    margin: 0 auto;
    right: -8px;
}

.header-icon {
    border-radius: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* position: relative; */
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    background: transparent;
}

.header-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-icon:hover {
    background: var(--icon-background-color-hover);
}

.search-field-wrapper .header-icon:hover {
    background: none;
}

@media (max-width: 991.98px) {
    .header-action-bar {
        /* position: absolute;
        right: calc(var(--container-space, 0) + 5rem) */
    }
}

@media (min-width: 992px) {
    .minicart {
        margin-right: -0.75rem;
    }

    .heart {
        margin: 0 0.75rem;
    }
}

.header-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-grey1);
    height: 2.25rem;

    color: #111111;
}

.header-top .jordan a:hover img {
    filter: invert(44%) sepia(2%) saturate(20%) hue-rotate(326deg)
        brightness(101%) contrast(86%);
}

.header-top .header-top-links a,
.header-top .header-top-links span {
    font-size: var(--small-font-size);
    height: 0.875rem;
    font-weight: 300;
    color: #111;
}

.header-top .header-top-links .content-asset,
.header-top .help-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
}

.header-top .help-menu {
    position: relative;
    height: 100%;
    top: -0.0625rem;
    right: 6px;
}

.header-top .help-menu-dropdown {
    position: absolute;
    visibility: hidden;
    top: 1.75rem;
    right: 0;
    z-index: 20;
    opacity: 0;
    min-width: 15rem;
    transform: translateY(-1.25rem);
    transition: opacity 0.2s, visibility 0s linear 0.2s, transform 0.25s ease;
}

.header-top .help-menu-content {
    background: var(--color-white);
    border-radius: 0 0 0.5rem 0.5rem;
    text-align: left;
    padding: 1.5rem;
}

.header-top .help-menu:hover .help-menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.2s, visibility 0s, transform 0.25s ease;
}

.header-top .help-menu nav span {
    font-size: var(--base-font-size);
    font-weight: 500;
    cursor: none;
}

.header-top .help-menu nav a:hover {
    color: var(--color-black);
}

.header-top .help-menu nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1.5rem;
}

.header-top .help-menu nav ul li {
    padding-bottom: 0.5rem;
}

.header-top .help-menu nav ul a {
    font-size: var(--normal-font-size);
    color: var(--color-grey3);
}

@media (min-width: 992px) {
    .header-top .nav-item.user {
        position: relative;
    }

    .header-top .nav-item.user:hover .popover {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: opacity 0.2s, visibility 0s, transform 0.25s ease;
    }

    .header-top .nav-item.user .popover {
        right: 0;
        left: auto;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-1.25rem);
        transition: opacity 0.2s, visibility 0s linear 0.2s,
            transform 0.25s ease;
        background: #fff;
        border-radius: 0 0 0.5rem 0.5rem;
        padding: 1.5rem 1.5rem 1.5rem 1rem;
        border: 0;
        min-width: 15rem;
    }

    .header-top .nav-item.user .popover .nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-top .nav-item.user .popover .nav-item a {
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding: 0.25rem 0.5rem;
        color: #757575;
        display: inline-block;
        width: 100%;
    }

    .header-top .nav-item.user .popover .nav-item a:hover {
        color: #111;
    }

    .header-top .nav-item .user-message {
        padding: 0;
        margin-bottom: -0.1875rem;
        font-family: var(--body-bold-font-family) !important;
    }
}

@keyframes setHeaderAnimation {
    0% {
        transform: translateY(calc(-1 * var(--header-h)));
    }

    to {
        transition: transform 0.15s ease;
    }
}

.header-wrapper {
    z-index: 9999;
    background-color: var(--color-secondary);
    width: 100%;
    /* padding-bottom:15px; */
}

.header-wrapper.is-fixed {
    top: 60px;
    position: fixed;
}

.promo-banner.is-fixed {
    top: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
}
/* .promo-banner.is-fixed.is-hidden {
    transform: translateY(calc(-1 * var(--header-h)));
} */
.promo-banner.is-fixed:not(.header-position-change) {
    transition: transform 0.15s ease;
}

.header-wrapper.is-fixed:not(.header-position-change) {
    transition: transform 0.15s ease;
}

.header-wrapper.is-fixed .header-banner {
    display: none;
}

body.isStickyHeaderShown {
    --visible-header-h: var(--header-h, 0);
}

body.isStickyHeaderHidden {
    --visible-header-h: 0;
}

.header-wrapper.is-fixed + .pre-spacer {
    display: block;
    height: 3.75rem;
}

.minicart .minicart-quantity {
    /* updated for marathon */
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border-radius: 0;
    font-family: var(--body-bold-font-family);
    font-size: 0.75rem;
    line-height: 0.9375rem;
    font-weight: 500;
    /* top: 52%;
    left: 50%;
    width: 1rem;
    color: var(--color-black);
    height: .8125rem */
    color: var(--color-secondary);
    width: auto;
    min-width: 1rem;
    height: 1rem;
    top: 30%;
    left: 85%;
    background-color: #ff0000;
    border-radius: 11px;
}

nav .header.container .logo-home {
    height: unset;
}

.header-wrapper .header.container {
    height: 5.938rem;
    padding-top: 1.125rem;
}

@media (max-width: 768px) {
    .header-wrapper .header.container {
        height: 4.563rem;
        padding-top: 0.438rem;
    }
}

#remainderModal .modal-body .product-block .product-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    letter-spacing: 0.05em;
    text-align: left;
}

#remainderModal .modal-body .product-block .product-description {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 23.5px;
    letter-spacing: 0.1em;
    text-align: left;
}
#remainderModal .modal-body .product-block .price-wrapper,
#remainderModal .modal-body .product-block .price-wrapper .price span {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000000;
}

@media (max-width: 575.98px) {
    #remainderModal .modal-body .product-block .product-title,
    #remainderModal .modal-body .product-block .product-description,
    #remainderModal .modal-body .product-block .price-wrapper,
    #remainderModal .modal-body .product-block .price-wrapper .price span {
        text-align: center;
    }
    #remainderModal h2.modal-heading-style {
        font-size: 32px;
    }

    #remainderModal span.modal-sub-heading {
        font-size: 16px;
    }
    #remainderModal .modal-cta-wrapper {
        margin-left: 10%;
        margin-right: 10%;
    }
    #remainderModal .modal-cta-wrapper a.btn,
    #remainderModal .modal-cta-wrapper button.btn {
        width: 100%;
    }
    #remainderModal .product-block {
        max-width: 21rem;
    }
    /* .header-search input.search-field { 
        height: 45px !important;
    } */
    .header-icon svg {
        top: 58%;
        left: 32%;
    }
}

@media (min-width: 993px) and (max-width: 1240px) {
    nav .header.container .main-menu {
        position: relative;
    }
}
