/** Shopify CDN: Minification failed

Line 38:16 Expected "}" to go with "{"

**/



.collection-tabs {
  overflow: hidden; }
  .collection-tabs__list {
    display: flex;
    overflow-x: auto;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    scrollbar-width: none;
    margin-top: 15px;
    gap: 10px; }
    [dir="rtl"] .collection-tabs__list {
      text-align: right; }

.section-collection-tabs .products.carousel .collection-tabs--product {
  display: none; }
  .section-collection-tabs .products.carousel .collection-tabs--product.carousel__slide {
  display: flex;
  scroll-snap-align: start; }

/* Highlight the active collection tab */
.collection-tabs__list-link.tag-button.active {
  background-color: #4DC7BA; 
  border: none;
  color: #FFFFFF; 
}

/* Hide product info bottom area inside collection tabs */
.section-collection-tabs .product-card-info--bottom {
  display: none;