/* Start: MAR-3416 - Override Default “Filter” Button Color to Match Webstore Theme */
#mobile-filters-button {
	background-color: var(--themeColor); /* replace with actual theme variable */
    border-color: var(--themeColor); /* replace with actual theme variable */
}
/* End: MAR-3416 - Override Default “Filter” Button Color to Match Webstore Theme */


:root{
	--themeColor: #2680B4;
}