:root {
    --white-color: #fff;
    --multi-primary-color: #ff8000;
    --multi-secondary-color: #232323;
    --multi-header-color: #232323;
    --multi-header-txt-color: #ffffff;
    --bs-btn-active-bg: var(--multi-primary-color);
    --multi-link-secondary-color: #ff8000;
}

body {
    font-family: Manrope, sans-serif;
    text-align: left;
}
@media screen and (min-width: 1024px) {
    .box-form-busca-itens {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
    .box-form-busca-itens.more-filters {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media screen and (min-width: 1200px) {
    .box-form-busca-itens {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
    }
    .box-form-busca-itens.more-filters {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    }
}