body.customized .theme-gradient-footer{background:-webkit-gradient(linear,left top,left bottom,from(var(--custom-footerFirstColor)),to(var(--custom-footerLastColor)));background:linear-gradient(180deg,var(--custom-footerFirstColor),var(--custom-footerLastColor))}body.customized [theme-gradient-footer]{background:-webkit-gradient(linear,left top,left bottom,from(var(--custom-footerFirstColor)),to(var(--custom-footerLastColor)))!important;background:linear-gradient(180deg,var(--custom-footerFirstColor),var(--custom-footerLastColor))!important}body.customized .theme-text-footer{color:var(--custom-footerTextColor)}body.customized [theme-text-footer]{color:var(--custom-footerTextColor)!important}.active-filters{margin-bottom:2rem}.active-filters .geo{font-weight:300;margin-right:6px}.active-filters .badge{margin-right:8px;font-weight:500;padding:4px 8px;font-size:12px;text-transform:uppercase;position:relative;padding-right:24px;-webkit-transition:all .5s ease;transition:all .5s ease;cursor:pointer}.active-filters .badge:hover{opacity:.75}.active-filters .remove-filter{background:hsla(0,0%,100%,.35);width:16px;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;position:absolute;right:2px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:11px;font-weight:300}