/*color filter archive page*/
#brxe-grygww .bricks-button{
	display:flex;
	flex-direction:column;
    align-content: center;
    align-items: flex-start;
}


#brxe-grygww .bricks-button:focus{
	background-color:gray;
}

.color-visual{ 
	width:40px;
	height:40px;
	border-radius:40px;
	padding-left:2px;
	border:1px solid black;
}
.color-name{ 
	color:black;
	font-weight:400;
	font-size:8px;
	align-self: stretch;
}

#brxe-grygww{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
}
/*color filter archive page end*/

.product-archive-filters{
  max-height:300px;
  overflow-y:auto;
  overflow-x: hidden;
}

