.facets-wrapper {
    border-bottom: 3px solid #D93400;
    margin-bottom: 19px;
}
.product-count {
    display: none;
}
.facets-container {
    .facet-filters__label label {
        color: #121211;
        font-family: "BDO Grotesk";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        letter-spacing: 0.48px;
    }
    select {
        color:#D93400;
        font-family: "OC Highway VAR2";
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.56px;
        max-width: 110px;
    }
}

.card__media {
    img {
        border-radius: 8px;
    }
}
.card__content {
    overflow: hidden;
    .quick-add {
        transform: translateY(200%);
        opacity: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 10px;
        transition: all 0.5s;
        .quick-add__submit {
            border: none;
            border-radius: 6px;
            background: #D93400;
            color: #fff;
            padding: 0;
        }
        .button:after {
            box-shadow: none;
        }
    }
}
.product-card-wrapper:hover {
    .quick-add {
        opacity: 1;
        transform: translateY(0);
    }
    img {
        transform: scale(0.9)!important;
    }
}
.card__information {
    padding: 15px 0;
    h3{
        color: #121211;
        font-family: "OC Highway VAR2";
        font-size: 18px;
        text-transform: uppercase;
        line-height: 18px;
        min-height: 37px;
    }
    .caption-with-letter-spacing {
        color: #585852;
        font-family: "BDO Grotesk";
        font-size: 14px;
    }
    .price-item {
        color: #2E2E2E;
        font-family: "BDO Grotesk";
        font-size: 14px;
    }
}
.facets-container .gd-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    h3 {
        color:#121211;
        font-family: "OC Highway VAR2";
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0.56px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
}
.nav-menu-mob {
    display: none;
}

@media screen and (max-width:988px) {
    .product-grid-container .collection {
        display: flex;
        flex-direction: column;
    }
    .product-grid-container .collection .navigation-menu{
        order: 2;
    }
    .product-grid-container .collection .facets-wrapper{
        order: 1;
        padding: 0;
        margin: 0;
        margin-bottom: 12px;
    }
    .product-grid-container .collection #product-grid{
        order: 3;
    }
    .product-grid-container .collection .pagination-wrapper{
        order: 4;
    }
    .collection-mob-grid {
        z-index: 9;
        position: relative;
        .navigation-menu__link:after {
            width: 11px;
            height: 11px;
            left: 6px;
            top: 6px;
        }
        .navigation-menu {
            border-bottom: 1px solid #D93400;
            margin-bottom: 37px;
            padding-bottom: 16px;
        }
        &>div {
            margin-top: -18px;
            padding: 0;
        }
        .facets-container {
            padding-top: 7px;
            margin-top: 20px;
        }
        .full-unstyled-link {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            letter-spacing: 0.48px;
            text-transform: uppercase;
        }
        .caption-with-letter-spacing {
            font-size: 14px!important;
        }
        .card-information {
            .price {
                margin-top: 11px!important;
            }
        }
        .quick-add__submit {
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            letter-spacing: 0.24px;
            text-transform: uppercase;
            min-height: 33px;
            margin-bottom: 2px;
        }
        .grid--1-col-tablet-down{
            padding-bottom: 40px;
            .grid__item {
                margin-bottom: 12px;
            }
        } 
    }
    .banner__media {
        margin: 10px;
        border-radius: 6px;
    }
    .banner__content.banner__content--bottom-center {
        margin-bottom: -50px;
    }
    .facets-wrapper {
        border-bottom: 0px solid #D93400;
        margin-bottom: 25px;
    }
    .navigation-menu {
        display: none;
    }
    .nav-menu-mob {
        display: inline-block;
        width: 40%;
        margin-bottom: .5rem;
        select {
            width: 140px;
            border: none;
        }
    }
    .facets-container {
        border-top: 1px solid #D93400;
        .small-hide {
            display: flex!important;
        }
        .mobile-facets__wrapper {
            display: none;
        }
        facet-filters-form {
            h3 {
                display: none;
            }
        }
    }
    .facets__form {
        width: 60%;
        gap: 0!important;
        .facet-filters {
            padding-left: 0;
        }
        .facet-filters__label {
            margin-right: 0;
        }
        .facet-filters__sort {
            width: 140px;
        }
        .facet-filters__label {
            color: #121211;
            font-family: "OC Highway VAR2"!important;
            font-size: 14px!important;
            line-height: 120%!important;
            letter-spacing: 0.56px!important;
        }
    }
    .product-card-wrapper {
        .card--standard {
            flex-direction: row;
            height: auto;
            grid-gap: 0px;
        }
        .card__inner {
            margin-left: 5px;
            margin-right: 10px;
        }
    }
    .card__content {
        .quick-add {
            padding: 0;
            margin-bottom: 0;
        }
        .card__information {
            padding: 0;
            h3 {
                font-size: 16px;
            }
            .caption-with-letter-spacing,
            .price {
                font-size: 12px;
            }
        }
    }
    .filter-toggle {
        color: var(--Juniors-Orange, #D93400);
        font-family: "OC Highway VAR2";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.56px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 5px;
        svg {
            transition: 0.1s all ease-in;
        }
    }
    .nav-menu-mob.open .filter-toggle {
        svg {
            transform: rotate(-180deg);
        }
    }
    .pagination-wrapper {
        margin-bottom: 40px;
        .last-page {
            margin-right: auto!important;
        }
    }
    
}

.while-products--wrapper .card__information {
    h3{
        min-height: auto;
    }
}