/** Shopify CDN: Minification failed

Line 358:59 Expected "}" to go with "{"

**/
.brands-page .brands-group {
	display: block;
	margin: 0;
	padding: 0;
  
}

.brands-page #brands-group-grid {
    display: flex;
    position: relative;
	flex-direction: column;
  align-items: center;
  justify: center;
  

}

.brands-page #brands-group-grid .brand-group {
  color: black;
  width: 80%;
	margin: 0 18px 36px;
	padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15%;
    display: grid;
    grid-template-rows: repeat(5, min-content);
    grid-column-gap: 0;
    grid-auto-flow: column;
    list-style-type: none;
}

.brands-page #brands-group-grid .brand-group li {
	margin-right: -50px;
    font-size: 16px;
    line-height: 27px;
    
}

.brands-page #brands-group-grid .brand-group li.vendor-letter {
	list-style-type: none;
	margin-left: 0px;
}

@media (max-width: 1024px) {
	.brands-page #brands-group-grid .brand-group {
      max-width: calc(90% - 80px);
      grid-template-rows: repeat(5, min-content);
	}
}

@media (max-width: 920px) {
	.brands-page #brands-group-grid .brand-group {
      max-width: calc(90% - 80px);
      grid-template-rows: repeat(10, min-content);
	}
}

@media (max-width: 768px) {
	.brands-page #brands-group-grid .brand-group {
  max-width: calc(100% - 110px);
  grid-template-rows: repeat(10, min-content);
	}
}

.brands-page .featured-brands-grid {
	margin: 0 0 42px 0;
	padding: 0;
	list-style-type: none;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 24px;
	border-bottom: 1px solid #e0e0e0;
}

.brands-page .featured-brands-grid li {
	list-style-type: none;
	width: auto;
	max-width: calc(16.666% - 24px);
	min-width: 10%;
	margin: 0 12px 24px;
	flex-grow: 1;
}

.brands-page .featured-brands-grid li a {
	display: block;
	width: 90%;
	text-align: center;
}

.brands-page .featured-brands-grid li a img {
	width: 90%;
	height: auto;
}

@media (max-width: 1240px) {
	.brands-page .featured-brands-grid li {
		max-width: calc(20% - 24px);
		min-width: 15%;
	}
}

@media (max-width: 1024px) {
	.brands-page .featured-brands-grid li {
		max-width: calc(22% - 24px);
		min-width: 15%;
	}
}

@media (max-width: 920px) {
	.brands-page .featured-brands-grid li {
		max-width: calc(25% - 24px);
		min-width: 20%;
	}
}

@media (max-width: 768px) {
	.brands-page .featured-brands-grid li {
		max-width: calc(33% - 24px);
		min-width: 20%;
	}
}

#brand-opening-title{

  text-align: center;
  font-size: 1.5em;
  color: black;
  
}

#brand-letter-nav{
    position: relative;
    display: flex;
    justify-content: center;
    top: 0;
    height: auto;
    display: flex;
    align-items: stretch;
    align-self: center;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

@media (max-width: 920px) {
	#brand-letter-nav {
width: inherit;
}
}

#brand-letter-nav.sticky {
  position: fixed;
  right: 40px;
  left: 40px;
  width: auto;
  align-self: center;
  display: flex;
  justify-content: center;
  top: 180px;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF; 
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3)  ; 
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3)  ; 
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3)  ; 
  padding-top: 5px;
  padding-bottom: 5px;

}

@media (max-width: 1000px) {
	#brand-letter-nav.sticky {
  position: fixed;
  top: 130px;
  display: flex;
  justify-content: center;
      
}
}

@media (max-width: 640px) {
	#brand-letter-nav.sticky {
  position: fixed;
  margin-left: 15px;
  margin-right: 20px;
  top: 63px;
  display: flex;
  justify-content: center;
      right: 0;
      left: 0;
}
}

.active {

  background-color: darkgreen;
  color: white;
  
}



#brand-opening-title{
  padding-top: 0px;
}


.navbarOffsetMargin {
  padding-top: 90px !important;
}

#brand-letter-nav a{
  font-size: 20px;
  padding: 10px;
  margin: 0;
  transition: all 0.3s linear;
  text-decoration: none;

}

@media (max-width: 920px) {
#brand-letter-nav a{
  font-size: 17px;
  padding: 6px;
  margin: 0;
  transition: all 0.3s linear;
  text-decoration: none;

}
}

@media (max-width: 750px) {
#brand-letter-nav a{
  font-size: 15px;
  padding: 4px;

}
}

@media (max-width: 610px) {
#brand-letter-nav a{
  font-size: 13px;

}
}

#brand-letter-nav a:hover{
text-decoration: underline; /* Add underline to links */

}

#vendor-letter{
  width: 100%;
  display: inline-block;
  padding-left: 2%;
  margin-right: 8%;
  margin-left: 8%;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 5px;
  background-color: #F7F7F7;


}

@media (max-width: 610px) {
#vendor-letter{
  padding-left: 9%;


}
}

.unordered-nav-list{
  list-style-type: none;
}


.list-scroll-space{
  display: block;
  height: 275px; /*same height as header*/
  margin-top: -275px; /*same height as header*/
  visibility: hidden;

}

@media (max-width: 920px) {
.list-scroll-space{
  height: 215px; /*same height as header*/
  margin-top: -215px; /*same height as header*/

}
}

@media (max-width: 640px) {
.list-scroll-space{
  height: 180px; /*same height as header*/
  margin-top: -180px; /*same height as header*/

}
}
/* Reduce space below 'Brand Directory' */
#brand-opening-title {
    margin-bottom: 10px; /* Adjust this value as needed */
    /* Other existing styles */
}

/* Style for all brand links */
.brands-page #brands-group-grid .brand-group li a {
    color: blue; /* Set the link color */
    
}
#brand-letter-nav {
    text-align: center;
    display: flex;
    justify-content: center;
    /* Other styles */
}

#brand-letter-nav a {
    color: blue; /* Set the link color */
 
    margin: 0 0px; /* Adjust spacing around each letter as needed */
    /* Other styles */
}
.brand-index-title {
    align-self: center; /* Align vertically in flex container */
    margin-right: 10px; /* Adjust as needed */
    /* Additional styles for 'Brand Index:' */
  /* Logo grid styling */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); /* Creates a grid with columns that are at least 120px wide */
  gap: 20px; /* Spacing between items */
  justify-content: center; /* Center the grid items if there is extra space */
}

.logo-item {
  display: flex; /* Enables flexbox layout for logo items */
  justify-content: center; /* Horizontally center the content within each grid item */
  align-items: center; /* Vertically center the content within each grid item */
}

.logo-image {
  max-width: 100%; /* Ensures the image is not wider than the grid item */
  max-height: 100px; /* Adjusts the logo's maximum height */
  height: auto; /* Maintains the aspect ratio */
}

/* Other styles for your page content can be placed here */