/** Shopify CDN: Minification failed

Line 7:147 Expected ":"

**/
.collection-header{width:100%;}
.collection-header .category-list{display:flex; white-space:nowrap; gap:12px;padding-bottom:8px;padding-top: 20px;overflow: scroll;background-color}
.collection-header .category-link{padding-left:24px;padding-right:24px; padding-top:8px;padding-bottom:8px; border:1px solid rgb(156, 156, 156);border-radius:0.375rem;color:rgb(0, 0, 0);flex-shrink:0; transition:background-color 0.3s ease; text-decoration:none; font-size:14px;font-weight: bolder;}
.collection-header .category-link:hover{background-color:#eb7e25;}
.hero-container.no-banners {background-color:#f0f0f0;padding:40px 20px;text-align:center;}
.text-dark {color:#000;}
.collection-header .category-link:first-child{margin-left:50px;}
.collection-header .category-link:last-child{margin-right:35px;}
.collection-header .category-list::-webkit-scrollbar{display:none;}

@media (min-width: 768px) {
  .collection-header .hero-title {font-size: 3.75rem;}
  .collection-header .hero-description {font-size:16px;}
}

@media screen and (max-width: 749px) {
  .collection-header .category-link{padding:6px 15px;}
  .collection-header .category-navigation{padding: 10px 0px;}
.collection-header .category-link:first-child {margin-left:16px;}
.collection-header .category-link:last-child {margin-right:16px;}
}