.am-plp-grid .am-plp-grid__collection {
    max-width: 100%;
    padding: 0 0 50px
}

.am-plp-grid .badge {
    background: #a57e7400;
    font-family: Gotham-Medium;
    font-size: 10px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    color: #4f4f4f;
    padding: 0 8px;
    margin: 22px 0 0 22px;
    border: 1px solid #4f4f4f;
    border-radius: 0 !important;
    border-color: #4f4f4f !important;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    line-height: 20px
}

.am-plp-grid .am-plp-grid__product-grid {
    column-gap: 0;
    row-gap: 0;
    margin: 0;
    width: 100%
}

.am-plp-grid .am-plp-grid__grid__item {
    border: .5px solid var(--colorlightBlack);
    border-right: 0;
    border-bottom: 0;
    width: 25%;
    max-width: 25%;
    background: #f3e6dd;
    min-height: 602px;
    padding-right: 1px;
    padding-bottom: 1px
}

.am-plp-grid .am-plp-grid__grid__item:nth-child(4n) {
    border-right: .5px solid var(--colorlightBlack)
}

.am-plp-grid .am-plp-grid__grid__item:last-child {
    border-right: .5px solid var(--colorlightBlack);
    padding-right: 2px
}

.am-plp-grid .am-plp-grid__grid__item:nth-last-child(-n+4) {
    border-bottom: .5px solid var(--colorlightBlack);
    padding-bottom: 1px
}

.am-plp-grid .am-card-media.card__media {
    margin: auto;
    background-color: var(--productCardColor)
}

.am-plp-grid .am-card__card__content.card__content {
    position: absolute;
    width: 100%;
    bottom: 0
}

.am-plp-grid .am-card__card__badge .am-sold-out span {
    display: flex;
    width: max-content;
    z-index: 3;
    justify-content: center;
    align-items: center;
    background-color: #593e3d;
    border-radius: 0;
    text-transform: uppercase;
    padding: 14px 23px;
    font-family: Gotham-Book;
    font-size: var(--text-18);
    font-weight: 500;
    line-height: 15px;
    letter-spacing: .04em
}

.am-plp-grid .am-card__card__badge.card__badge.sold-out-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 602px;
    overflow: hidden;
    z-index: 99999
}

.am-plp-grid .am-card__card__badge .am-sold-out:after {
    content: "";
    background-color: #f7f4efad;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.am-plp-grid .am-sold-out {
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 999999;
    position: absolute;
    width: 100%;
    align-items: center
}

.am-plp-grid .am-facet__clear {
    font-family: Gotham-Book;
    font-size: var(--text-15);
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em
}

.am-card__card__badge span:nth-of-type(2) {
    left: 55px !important
}

.am-plp-grid .am-card__card__information.card__information,
.am-plp-grid .am-product-card-wrapper__card__inner {
    background-color: transparent;
    height: 100%
}

.am-plp-grid.scroll-trigger.animate--slide-in {
    clear: both
}

@media screen and (min-width: 750px) and (max-width: 989px) {
    .am-plp-grid .grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
    }

    .am-plp-grid .am-plp-grid__grid__item {
        max-width: 50%
    }
}

@media screen and (max-width: 992px) {
    .am-sticky {
        top: 105px;
        max-height: 60px
    }
}

@media screen and (max-width: 767px) {
    .am-sticky {
        max-height: fit-content;
        padding-bottom: 0;
        padding-top: 8px
    }

    .am-card__card__badge span {
        font-size: 8px !important
    }
}

@media screen and (max-width: 750px) {
    .am-plp-grid .am-plp-grid__grid__item {
        max-width: 100%;
        width: 100%;
        border-right: .5px solid var(--colorlightBlack)
    }
}

.am-plp-grid .am-sold-out .badge {
    position: static
}

.collection.collection--empty .title-wrapper .title--primary {
    font-family: Gotham-Book;
    font-size: 24px
}

@media (max-width: 767px) {
    .collection.collection--empty .title-wrapper .title--primary {
        font-size: 18px
    }
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/section-am-plp.css.map?v=143393030175389529601754546194 */