/** Shopify CDN: Minification failed

Line 25:36 Expected ":"

**/
.collection-body,.search-container {
  .pagination{
    display: flex;
    justify-content: center;
  
    .lap-hide{
      display:flex;
      align-items:center;
      justify-content:center;
      color:#e40986;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
  
      a{
      color:#e40986;
      }
  
      a:hover{
        border:1.5px solid #e40986;s
      }
    }
      
    .lap-hide.active{
      color:#fff;
    }
    
    .paginate-next,.back-next{
      display: flex;
      justify-content: center;
      align-items: center;
      width:fit-content;
      border:none;
      transition: scale .25s ease
    }
  
    .paginate-next:hover,.back-next:hover{
      scale:1.2;
    }
    
    .next-page,.back-page{
      width: 18px;
      height: 10px;
    }
  
    .back-page{
      transform: rotate(180deg);
    }
  }
  flex-grow: 1;
}

.facets{
    .facets__heading,.facets__summary,.collection-filters__label{
        color: #1D1D1D;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height:22.4px; 
        border:none;
    }

    .select{
      .select__select{
        border:none;
      }
    }

    .facets__price .field__input{
      padding:.75rem;
    }
}

@media (max-width: 798px) {
  #main-collection-product-grid{
    justify-content:center;
  }

  .pagination li.mobile{
      display: flex !important;
      align-items: center;
  }
}

@media (max-width:1023px){
  .sidebar-display-toggle{
    display:none;
  }

  .facets__wrapper{
    display:block !important;
  }

  .collection-filters__label,.facets__heading{
    margin-bottom:1rem !important;
  }

  .facets__summary-text{
    font-weight: 500;
  }
}


/* custom */
.collection-heading__title{
  font-weight: 600;
}

.collection-filters__field{
  gap:5px;
}
