/** Shopify CDN: Minification failed

Line 242:0 Expected "}" to go with "{"

**/
#search-bar-mo-wrapper {
  display: none!important;
}


  
/* AJAX WRAPPER */

.subcollection-products  {
    padding: 0px 20px;
    background-color: #fff;
}

.collection-tabs-wrapper {
  background-color: #fff;
  padding-top: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px solid #e1e1e1;
}

.template-collection-grid {
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
.collection-tab {
  font-size: small;
  padding-bottom:4px!important;
}
.badge,
.material-symbols-outlined {
    font-size: large!important;   
  }
#filter-side-2 {
  justify-content: flex-start!important;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 2rem;
}
#green-ship-badge {
    display: none!important;
  }
  #variant-badge {
    font-size: small!important;
  }
  .active-filters-row {
    display: none;
  }
.price-badge span:nth-child(1) {
  background-color: #f5f5f5;
  color: #333;
  border-radius: 6px;
}
.price-badge span {
  padding: 0px 8px;
  white-space: nowrap;
}
#js-mobileFilter {
    padding: 0;
}
#collection-list-variant-title {
  font-size: large;
}
.table-description p {
  font-size: small;
}
.text-sm.table-price-value {
    font-size: small!important;
    font-weight: 600;
}
#list-row-default-view {
  padding: 0!important;
}
}


#sticky-product-block {
  position: relative;
  top: 0;
}



/* AJAX TABS */

 /* Minimal styling for horizontal scrolling */
  .collection-tabs-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .collection-tabs {
    width: fit-content; /* Allow the tabs to shrink-to-fit */
    flex-wrap: nowrap; /* Prevent wrapping */
  }

  .collection-tab {
    display: inline-block;
    opacity: 0.5;
    transition: all 0.2s ease;
    font-weight: 400;
  }
  .collection-tab:hover {
    opacity: 0.8;
  }
  .tab-is-active {
    border-bottom: 2px solid #000!important;
    opacity: 1;
    font-weight: bold;
  }

  /* Optional: Hide scrollbar while preserving scrollability */
  .no-scrollbar {
    scrollbar-width: none; /* Firefox */
  }
  .no-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }


@media (max-width: 768px) {
.collection-tabs-wrapper {
  position: fixed;
  top: 24px;
  z-index: 10;
  background-color: transparent!important;
  background: linear-gradient(180deg,#212326,#2a2d31);
}
.subcollection-products {
  position: relative;
  top: 0;
  padding: 0;
  margin-top: 4rem;
}
  #cumulative-variant-table {
    padding: 0 20px;
    position: relative;
    top: 120px;
  }
  #ajax-product-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    background-color: white;
    padding-top: 1rem;
    margin-bottom: -120px;
    position: relative;

  }  

    .collection-tab {
    color: #fff;
  }
  .collection-tab:hover {
    color: #fff;
  }
  .tab-is-active {
      border-bottom: 2px solid #F5CB5C!important;
      color: #F5CB5C!important;
  }
}

@media (max-width: 768px) {
  #sticky-badge-filter,
  #sticky-badge-main {
    display: none;
  }
  #custom-parent-collection {
    padding-bottom: 10rem;
    min-height: 100vh;
  }

}
@media (max-width: 768px) {
  /* Hide the "Filter" text on mobile */
  .badge .badge-text {
    display: none;
  }
  #filter-row .material-symbols-outlined.badge-left {
    padding: 8.25px;
}
  
  .badge.badge-search {
    height: 40px;
    width: 100%!important;
  }
  .badge.badge-search .span {
    font-size: 1.5rem!important;
  }
  /* Style the filter icon on mobile */
  .material-symbols-outlined.badge-left {
    font-size: 1.5rem !important;
    color: #fff !important; /* Set icon color to #333 */
    background-color:  #333; /* Add background behind the icon */
    border-radius: 8px; /* Make the background rounded */
    padding: 1rem;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #filter-row {
    gap: 0rem!important;
    justify-content: flex-start;
    white-space: nowrap;
    display: block!important;
}
  .badge.badge-desktop .material-symbols-outlined {
  }
  .badge.badge-desktop {
    padding: 0!important;
    margin-right: 0!important;
  }

  .price-badge {
/*  background-color: #F5CB5C;
    border-radius: 100px; */
    min-width: fit-content!important;
  
}
  .tooltip-container {
    display: none!important;
  }

  .badge-buy {
  appearance: none;
  background-color: #242423!important;

  }
    .badge-buy span {
          color: white;

    }



