.collection-bubbles {background: #F5F5F5;padding: 3rem 0;text-align: center;border-top: 1px solid #DADADA;border-bottom: 1px solid #DADADA;}
.collection-bubbles h3 {margin-top: 0;text-transform: uppercase;letter-spacing: 2px;}
.collection-bubbles ul {margin:0;padding:0;display:flex;list-style:none;justify-content:center;column-gap:1rem;}
.collection-bubbles ul a {color: black;font-size: 14px;text-decoration: none;background: #fff;padding: 7px 15px;border: 1px solid #F1F1F1;}
.collection-bubbles .subcategory {margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #cccccc59;}
.collection-bubbles .active {background: #303418;color: #fff;}
@media screen and (max-width: 749px) {
  .collection-bubbles {padding:1rem 0;}
  .collection-bubbles ul {justify-content: flex-start;white-space: nowrap;overflow-x: scroll;padding-bottom: 10px;}
}