/**
 * Navigation brands
 */

.blune-nav-brands {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.blune-nav-brands li {
  border: solid 1px #ccc;
  border-radius: 0.5rem;
  font-size: 0;
  transition: 0.25s;
}

.blune-nav-brands li:hover {
  border: solid 1px #333;
}

.blune-nav-brands li a {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  align-items: center;
}

.blune-nav-brands li a img {
  width: 100px;
}

.brand-archive-img {
}

.brand-archive-img img {
  width: 150px;
  height: auto;
  margin: 0 auto;
}

/**
 * Brands carousel (siema)
 */

.blune-brands-carousel{
	list-style-type: none;
	padding: 0;
}

.blune-brands-carousel .slide{
	font-size: 0;
	border: solid 1px #ccc;
  border-radius: 0.5rem;
	height: 120px;
	margin: 0 0.5rem 0;
}

.blune-brands-carousel .slide a img{
	height: 100% !important;
	width: 100% !important;
	object-fit: contain;
}

.woocommerce-brands-list{
	list-style-type: none;
	padding: 0;
	font-family: "Montserrat",Sans-serif;
font-size: 14px;
	line-height: 21px;
font-weight: 300;
}
.woocommerce-brands-list li{
	margin-bottom: 3.5px;
}