.overflow-hidden-mobile {
    overflow: hidden
}

.am-plp .facets__summary {
    margin-bottom: 0;
    padding: 0
}

.am-facets__sort-options {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px
}

.am-plp .facets__summary:hover span {
    text-decoration: none
}

.am-facets__heading {
    font-size: var(--text-20);
    text-align: left;
    padding: 34px 0;
    margin-left: 40px;
    font-weight: 500
}

.am-facets__header {
    padding-left: 0
}

.am-plp {
    padding-top: 0
}

.am-facets__header-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

.am-facets__clearall-button {
    justify-content: flex-end;
    padding: 0;
    border: none;
    margin: 0
}

.am-facets-filter__title {
    margin-left: 40px;
    padding: 0 0 28px;
    font-family: var(--footer-headFont)
}

.am-facets__label {
    font-family: var(--text-15);
    font-family: Gotham-Book;
    color: var(--colorBlack);
    margin-left: 40px;
    padding: 0 0 28px
}

.mobile-facets__heading {
    font-family: Gotham-Book;
    font-size: var(--text-20);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0
}

.am-facets__highlight {
    padding-left: 16px
}

.am-facets__open-label,
.am-testing {
    font-size: var(--text-16);
    font-family: Gotham-Book;
    margin: 0;
    padding-left: 8px
}

.am-testing {
    border: 1px solid #000;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    font-family: Gotham-Medium;
    margin-left: 8px
}

.am-facets__open-label:hover {
    color: var(--colorBlack);
    cursor: grab/pointer
}

.am-facets__title-sort {
    font-size: var(--text-20);
    font-family: var(--footer-headFont);
    margin-left: 40px;
    margin-bottom: 40px
}

.am-facets__icon-filter {
    float: right;
    display: flex;
    align-items: center;
    column-gap: 0px;
    color: #353535
}

.am-facets__icon-filter>svg>path {
    color: #353535
}

.am-facets__open {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.am-facets__wrapper {
    width: auto;
    display: block;
    float: right
}

.am-breadcrumb-categories {
    float: left
}

.am-facets__mobile {
    clear: both
}

.am-facets-desktop__clear-wrapper {
    text-align: center;
    width: 100%;
    padding-right: 30px
}

.am-facets__summary {
    padding: 0
}

details.menu-opening .mobile-facets__close {
    top: 3.5rem;
    right: 3rem;
    width: 24px;
    height: 24px
}

.am-facets__title-sortby {
    font-family: var(--text-15);
    font-family: Gotham-Book;
    color: var(--colorBlack);
    display: block;
    padding-bottom: 28px
}

.am-facets--mobile-filter {
    display: none
}

.am-facet__clear,
.mobile-facets__clear {
    max-width: 184px;
    width: 100%;
    padding: 9px 40px;
    text-decoration: underline;
    text-underline-offset: 6px;
    font-family: var(--footer-subFont);
    font-size: var(--text-15);
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
    color: var(--colorBlack)
}

.am-facets-productCount,
.am-facets__mobile,
.am-facets__mobile-button-filter {
    display: none
}

.js .mobile-facets .submenu-open {
    visibility: visible
}

.am-facets-mobile__button-sort {
    display: none
}

.am-facets__inner {
    max-width: 483px
}

.mobile-facets__header {
    padding: 0
}

.mobile-facets__main {
    padding: 40px
}

.am-facets__title {
    font-family: var(--footer-headFont);
    font-size: var(--text-20);
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000;
    margin: 0;
    padding-bottom: 30px
}

.am-facets__sort-options input[type=radio] {
    accent-color: #000;
    height: 18px;
    width: 18px;
    margin: 0;
    cursor: pointer
}

.am-facets__title-sortby,
.am-mobile-facets__label,
.mobile-facets__label {
    display: flex;
    align-items: center;
    column-gap: 16px;
    font-family: Gotham-Book;
    font-size: var(--text-15);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000;
    padding: 0 0 28px;
    text-transform: capitalize;
    cursor: pointer
}

.mobile-facets__label--disabled {
    pointer-events: none
}

.mobile-facets__list {
    padding-bottom: 20px
}

.mobile-facets__label .icon-checkmark {
    position: absolute;
    top: 9px;
    left: 3px;
    cursor: pointer
}

input[type=checkbox] {
    cursor: pointer
}

.am-facets__open-label:hover {
    font-weight: 800
}

.mobile-facets__label svg rect {
    stroke: #000;
    stroke-width: 2px
}

@media (max-width:767px) {
    .desktop-breadcrumb {
        display: none
    }

    .am-testing {
        background-color: #fff;
        color: #000;
        border: 1px solid #fff;
        padding: 3px 7px;
        font-size: 15px;
        line-height: 15px
    }

    input.mobile-facets__checkbox {
        left: 97%;
        top: .2rem
    }

    .mobile-facets__label .icon-checkmark {
        right: 30px;
        cursor: pointer;
        left: 98%
    }

    .mobile-facets__list {
        overflow-y: visible
    }

    .mobile-facets__label {
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .am-facets__icon-filter {
        display: none
    }

    .breadcrumb {
        padding-top: 7px;
        padding-bottom: 7px;
        background-color: #fff;
        padding-left: 24px
    }

    .am-facets__wrapper {
        display: none
    }

    .am-facets__mobile {
        display: flex;
        flex-direction: column
    }

    .am-facets__mobile-filter-title-conatiner .am-facets__clearall-button {
        position: absolute;
        right: 37px;
        top: 29px;
        text-align: right
    }

    .select:after {
        box-shadow: none;
        border: 0
    }

    .am-facets__title {
        text-align: left;
        font-size: var(--text-18)
    }

    .am-facets__filter-checkbox {
        position: absolute;
        right: 0
    }

    .am-facets-filter-sort-button {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-direction: row-reverse
    }

    .am-plp {
        padding: 0
    }

    .am-facets__filter-label {
        font-family: var(--text-15);
        font-family: Gotham-Book;
        color: var(--colorBlack);
        margin-left: 24px;
        padding: 0 0 24px
    }

    .am-facets__filter-main-title {
        font-size: var(--text-18);
        font-family: var(--footer-headFont);
        color: var(--colorBlack);
        margin: 0;
        width: 24%
    }

    .am-facets__mobile-button-filter {
        display: flex;
        justify-content: center;
        column-gap: 10px;
        padding: 8px 32px;
        background-color: #000;
        color: #fff;
        width: 208px;
        font-size: var(--text-15);
        font-family: Gotham-Book;
        border: none;
        border-right: 1px solid var(--colorlightBlack)
    }

    .am-facets-mobile__button-sort {
        display: flex;
        justify-content: center;
        column-gap: 10px;
        padding: 8px 32px;
        background-color: #000;
        color: #fff;
        width: 208px;
        font-size: var(--text-15);
        font-family: Gotham-Book;
        border: none
    }

    .am-facets-mobile-filter__inner-background {
        position: fixed;
        width: 100%;
        max-width: 767px;
        bottom: 0;
        height: 560px;
        background-color: #fff;
        transition: bottom .1s ease-in-out;
        z-index: 1000
    }

    #FacetFiltersortFormMobile .am-facets-mobile-filter__inner-background {
        height: auto;
        max-height: 560px
    }

    .am-facets-mobile__sort-by .mobile-facets__details.js-filter {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        background-color: rgba(var(--color-foreground), .5);
        pointer-events: none
    }

    .am-facets-mobile__sort-by .mobile-facets__summary {
        position: fixed;
        width: 100%;
        max-width: 767px;
        bottom: 0;
        background-color: #fff;
        transition: bottom .1s ease-in-out;
        z-index: 1000
    }

    .am-facets__title-sortby {
        flex-direction: row;
        justify-content: space-between
    }

    .select:hover.select:after {
        border: 0
    }
}

@media (max-width: 660px) {
    .mobile-facets__label .icon-checkmark {
        left: 97.5%
    }
}

@media (max-width: 600px) {
    .am-testing {
        font-size: 15px;
        line-height: 13px;
        padding: 2px 0;
        width: 22px;
        height: 20px
    }
}

@media (max-width: 560px) {
    .mobile-facets__label .icon-checkmark {
        left: 97%
    }
}

@media (max-width: 480px) {
    .mobile-facets__label .icon-checkmark {
        left: 96.2%
    }
}

@media (max-width: 420px) {
    .mobile-facets__label .icon-checkmark {
        left: 96%
    }
}

@media (max-width: 380px) {
    .mobile-facets__label .icon-checkmark {
        left: 95.5%
    }
}

@media (max-width: 350px) {
    .mobile-facets__label .icon-checkmark {
        left: 95%
    }
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-am-facets.css.map?v=14607017998191474241702386087 */
