@import url("base.css");.ar-navbar{
    margin-bottom: -1.5rem;
}.ar-products-header{
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.ar-products-filter .ar-products-filter-label{
    text-transform: uppercase;
    padding-right: 1rem;
}

.ar-products-filter .ar-products-filter-dropdown{
    margin-right: 3rem;
}.ar-products{
    margin-top: -1.5rem;
}@media (max-width: 1215px){
    section.ar-products-filter .container{
        max-width: 100%;
        margin-left: 1em;
        margin-right: 1em;
    }
}@media (min-width: 1023px) and (max-width: 1115px){
    section.ar-products-filter .container .level .ar-products-filter-dropdown{
        margin-right: 1em;
    }
}@media (min-width: 1023px) and (max-width: 1045px){
    section.ar-products-filter .container .level .ar-products-filter-label{
        padding-right: 0.5rem;
    }
}@media (max-width: 1023px){
    body .ar-products-filter{
        margin-left: 4rem;
        margin-right: 4rem;
    }
    body .ar-products-filter .container .level .level-right{
        margin-top: 2rem;
        padding-top: 1rem;
        border-top: 2px solid rgba(0, 0, 0, 0.05);
    }
    body .ar-products-filter .container .level .level-right .level-item{
        justify-content: flex-start;
    }
    body .ar-products-level-label{
        float: left;
        margin-top: 0.5rem;
        min-width: 6rem;
    }
    body .ar-products-level-field{
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }
    body .ar-products-level-field .dropdown{
        width: 100%;
        margin-right: 0;
    }
    body .ar-products-level-field .dropdown .dropdown-trigger{
        width: 100%;
    }
    body .ar-products-level-field .dropdown .dropdown-trigger button{
        width: 100%;
    }
    body .ar-products-level-field .ar-products-search-form{
        width: 100%;
    }
    body .ar-products-level-field .ar-products-search-form .ar-products-search-input{
        width: 100%;
    }
}@media (max-width: 768px){
    body .ar-products-level-label{
        float: unset;
        justify-content: flex-start;
    }
    body .ar-products-level-field{
        margin-bottom: 2rem !important;
    }
}