/** Shopify CDN: Minification failed

Line 7:1 Unexpected "<"
Line 92:0 Unexpected "<"

**/
 <style>
          .selected{
            border:1px solid lightgray;
          }

        .category-feature{
          display: none;
          justify-content: center;
          margin-bottom:20px;
          overflow-x:hidden ;
          flex-wrap: wrap;
          padding: 10px;
          width:80%;
        }

        .img-thumb{
            object-fit: cover;
        }

      /* .thumbnail-c{
          display: flex;
          justify-content: center;
      }
  */
        .product-thumbnail-c{
          width:110px;
          height:110px;
          border-radius:15px;
          margin: 5px 5px ;
          overflow:hidden;

        }

      .category-tabs {
       display:flex;
        flex-direction:row;
       border: 1px solid lightgray;
        border-radius: 25px;
        overflow: hidden;
       width:80%;
        margin-bottom:20px;

    }

    .category-tab-btn {
   flex-grow: 1;
        background-color: none;
        border-left: 1px solid lightgray;
      border-radius:0;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        font-family: ;
   font-weight:bold;
        font-size: 14px;
 color:black;
        transition: background-color 0.3s;
    }

   .category-tab-btn:nth-child(1){
      border-left: none;
   }

    .category-tab-btn:hover, .active-tab{
        background-color: #3a7a0f;
     
      color:white;
    }

    .collection-tabs-list{
    width:100%;
     grid-column: 1 / span 2;
    }

@media only screen and (max-width: 1360px) {

  .category-tabs {
     width:100%;
  }

  .category-feature{
     width:95%;
  }
}

</style>
