/** Shopify CDN: Minification failed

Line 185:36 Unexpected "}"
Line 185:37 Unexpected "{"
Line 188:2 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.custom-collection-grid{
    box-sizing:border-box;
  }
  /* .collection-grid{
    column-count: 3;
    padding-left: var(--outer);
    padding-right: var(--outer);
  }
  .collection-item.\32{
    break-before: column;
  }
  .collection-item.\33{
    break-after: column;
  } */
  /* .custom_grid_wrapper{
    padding:50px;
  }
  .collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 20px;
   }
  .collection-image img{
    height:100%;
  }
  .collection-item.\31 {
    grid-column: 1;
    grid-row: 1 / span 2;
   }
  .collection-item.\32{
    grid-column: 2;
    grid-row: 1;
   }
  .collection-item.\33{
    grid-column: 2;
    grid-row: 2;
    margin-top:20px;
  }
  .collection-item.\34{
    grid-column: 3;
    grid-row: 1 / span 2;
  } */
  @media screen and (min-width:768px){
    .collection-grid{
     display:flex;
     gap: 26px;
     padding: 0 var(--outer);
     max-width: 95%;
     margin: 0 auto;
     justify-content: center;
    }
  }
  .custom_grid_wrapper{
    padding-block:40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .collection-image{
    position:relative;
    height:100%;
  }
  .collection-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    background: none;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }
  .collection_upper_content p{
    text-align:center;
    margin-bottom: 25px;
  }
  .collection-title {
    font-size: 25px;
    line-height: 32px;
    /* font-family: "Argesta Display"; */
  }
  .shop-now {
    font-size: 18px;
    line-height: 26px;
  }
  .collection-item {
    padding: 0;
  }
  .slick-next{
    right:15px;
  }
  @media only screen and (max-width:767px){
    .custom_grid_wrapper{
      padding:13px 0 18px 0;
    }
    .collection-grid{
      display:flex;
      flex-wrap:nowrap;
      overflow-x:auto;
      column-gap:10px;
      flex-direction:column;
      row-gap:16px;
    }
    .collection-item{
      min-width:70%;
    }
    .collection-item.\33{
      margin-top:0;
    }
    .collection-image img{
      object-fit:cover;
    }
    .collection-title{
      font-size:18px;
    }
    .shop-now{
      font-size:12px;
    } 
    .collection-item {
    padding: 0;
    }
  }
.default-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  button{
    position:relative;
  }
  button.tab-link.tab-link-0:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #c9c3c2;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
  .collection_link{
    text-align:center;    
    margin-top: 0px;
  }
  .collection_link a{
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
    display: inline-block;
  }
  @media only screen and (max-width:767px){
    .collection_link {
      margin-top:20px;
    }
    .default-grid{
      grid-template-columns:repeat(2, 1fr);
    }
  }
.wrapper--full p:nth-child(2){
    text-align:center;
    margin-bottom: 20px;
  }
  .collection_view_all{
    text-align:center;
  }
  .collection_view_all a{
        text-align: center;
        text-decoration: underline;
        text-underline-offset: 5px;
        display: inline-block;
        /* font-family: Argesta Display; */
  }
  @media only screen and (max-width:767px){
       .wrapper--full p:nth-child(2)}{
         margin-bottom:10px; 
       }
  }