.smart-filter-results {position: absolute; top: 100%; left: 0; width: 100%;}
.smart-filter {z-index: 999;position: relative; width: 345px; box-sizing: border-box; background: var(--branco);}
.smart-filter .produto-card {display: flex; align-items: center; gap: 20px; padding: 10px 20px;}
.smart-filter-results .smart-filter-header {font: 700 14px montserrat; text-align: center;}
.smart-filter-results .categoria-header {margin: 12px 0; text-align: center; font: 400 13px montserrat;}

.smart-filter-results .produto-subcategoria,
.smart-filter-results .btn-ver-produto,
.smart-filter-results .produto-nome {font: 13px montserrat;}
.produtos-grid .produto-info {height: 100%; display: flex; align-items: center; flex-direction: column; gap: 10px; width: 100%;}

.smart-filter .produto-card {border: 1px solid rgba(0, 0, 0, 0.18); border-left: none; border-right: none;}
.smart-filter .produto-card:nth-child(odd):not(:first-child) {border: none;} 

.smart-filter .smart-filter-header {padding: 10px;}