/** Shopify CDN: Minification failed

Line 46:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/


/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}

.t4s-collection-header .t4s-dropdown__sortby button[data-dropdown-open], .t4s-btn-filter-wrapper button {
    font-weight: 500;
    text-align: center;
    background: #fff;
}
 .t4s-btn-filter-wrapper button {
    padding: 7px 15px !important;
}

@media (min-width: 1025px){
  .t4s-btn-filter-wrapper button{
    display: none;
  }
  .t4s-btn-filter-wrapper button
}
@media (max-width: 1024px){
  .t4s-btn-filter-wrapper button{
    background: #fff !important;
  }
}

@media (min-width: 769px){
  .t4s-collection-header {
      height: 80px;
      padding: 10px 30px !important;
  }
  .t4s-collection-header>:last-child {
      justify-content: center;
      gap: 10px;
  }
}

@media (max-width: 768px){
  .t4s-collection-header {
      height: 60px;
  }
  /* .t4s-close-overlay.is--visible{
      z-index: 461;
  } */
}
