/** Shopify CDN: Minification failed

Line 37:34 Unexpected "{"

**/
#MainContent {
   background: #ffffff;
}

.collection_heading_div {
    padding: 30px 20px 20px;
}

.section-shop-by-category,
.section-shop-by-category__container {
    width: 100%;
    overflow: hidden;
}

.section-shop-by-category__products {
    display: flex;
    overflow-x: scroll;
    position:relative;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    justify-content: flex-start;
}

.section-shop-by-category__products::-webkit-scrollbar {
   display:none;
}

.category__container {
   padding: 8px;
}

.category__container:first-child, {
   padding-left: 20px;
}

.category__container:last-child {
   margin-right: 10px;
}

.category__container a {
   display: flex;
   flex-direction: column;
   width: 145px;
   padding: 0px;
   align-items: center;
    overflow: hidden;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.category__container a img {
    width: 100%;
    margin-bottom: 5px;
}

.category__container a p {
    color: black;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    transition: all .3s ease-in-out;
    width: 100%;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.category__container.active-category a {
    background: #a29090;
    border-color: #a29090;
}

.category__container.active-category a p {
    color: white;
}

.collection_page {
   padding-top: 20px;
}

.collection_top_filter_upper {
    justify-content: flex-start;
   margin-bottom: 40px;
}

.collection_top_filter_sort h5 {
   padding-bottom: 0!important;
}

.collection_top_filter_sort h5 a {
   border: #313131 solid 1px;
   padding: 13px 15px 10px;
   display: block;
}

#Collection {
   padding: 0 10px;
}

#Collection > ul.product-on-page {
   margin: 0;
   display: grid;
   grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
   gap: 15px 15px;
}

#Collection > ul.product-on-page li {
    padding: 0;
    width: 100%;
}

#Collection > ul.product-on-page li .product_collection,
#Collection > ul.product-on-page li .product_collection h3,
#Collection > ul.product-on-page li .product_collection h4,
#Collection > ul.product-on-page li .product_collection .product_img{
    margin: 0;
}

.product_collection_img {
   background: white;
}

#Collection > ul li .product_collection h3,
#Collection > ul li .product_collection h4 {
   font-size: 14px;
   font-weight: 350;
   letter-spacing: 0.3px;
}

#Collection > ul li .product_collection h3 {
   color: black;
   margin: 10px 0 5px!important;
}

#Collection > ul li .product_collection h4 a {
   font-size: 13px;
    color: black;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}


.site-footer {
   margin-top: 0;
}

@media only screen and (min-width: 600px){
   #Collection > ul.product-on-page {
      grid-template-columns: calc(33.33333% - 6.66666px) calc(33.33333% - 6.66666px) calc(33.33333% - 6.66666px);
      gap: 15px 10px;
   }

   .category__container a {
      width: 200px;
   }
}

@media only screen and (min-width: 1000px){
   #Collection > ul.product-on-page {
      grid-template-columns: calc(25% - 8px) calc(25% - 8px) calc(25% - 8px) calc(25% - 8px);
      gap: 15px 10px;
   }

   .category__container a {
      width: 210px;
   }

}

@media only screen and (min-width: 1200px){

    .section-shop-by-category__products {
        max-width: 1600px;
        padding: 0 50px;
        margin: auto;
    }

    .container {
        max-width: 1600px;
        padding: 0 58px;
        margin: auto;
    }

    .category__container:first-child {
        padding-left: 8px;
    }

    .category__container {
        width: 16.6666666667%;
        padding: 0 8px;
    }

    .category__container a {
        width: 100%;
    }

    #Collection {
       padding: 0 52px;
    }


    #Collection > ul li .product_collection h4 a {
       font-size: 15px;
        border: black solid 1px;
        width: 100%;
        display: flex;
        padding: 0px;
        justify-content: center;
        align-items: center;
        color: black;
        background: black;
        color: white;
        height: 45px;
        text-decoration: none;
        margin-top: 15px;
    }





    
   .collection_heading_div {
       padding: 40px 20px 30px;
   }

   .collection_top_filter_upper {
       margin-bottom: 40px;
   }

   .collection_page {
       padding-top: 30px;
   }
   
   #Collection > ul.product-on-page {
      gap: 8px;
      padding-bottom: 150px;
   }

   .pagination {
      padding: 0 0 50px;
   }

   .product_collection_text {
      display: none;
      width: 100.7%;
      padding: 0 32px 30px;
   }

   .category__container a p {
       font-size: 15px;
       font-weight: 300;
       margin-top: 5px;
   }

   #Collection > ul.product-on-page li:hover {
       position: relative;
       background: #f9f9f9;
       padding: 30px 30px 0;
      border: black solid 1px;

   }

   #Collection > ul li:hover .product_collection_text {
       display: block;
       position: absolute;
       bottom: -110px;
       background: #f9f9f9;
       left: -1.5px;
       border: black solid 1px;
       border-top: 0;
       z-index: 999999999999;
   }

   #Collection > ul li .product_collection h3,
   #Collection > ul li .product_collection h4 {
      font-size: 15px;
      font-weight: 350;
      letter-spacing: 0.3px;
   }
   
   #Collection > ul li .product_collection h3 {
      color: black;
      margin: 10px 0 5px;
   }
   
   #Collection > ul li .product_collection h4 {
      font-size: 14px;
   }
}

@media only screen and (min-width: 1880px){

   .category__container:last-child {
      margin: 0;
   }
}

/*Simple Solutions*/

span.snize-title {
    -webkit-line-clamp: 5 !important;
    max-height: 5em !important;
}