/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 109:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.collection-tabs {
  padding: 40px 20px;
}


.collection-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: left !important;
    margin-bottom: 2rem;
  text-transform: uppercase;
}
.collection-tabs__nav button {
    padding: 10px 20px;
    background: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    color: #0000005e;
    text-align: left;
    padding-left: 0px;
}
.collection-tabs__nav button.active {
 
  color: #000;
}
.collection-tabs__products {
    display: none;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start !important;
}
.collection-tabs__products.active {
  display: flex;
}
.product-item {
  width: 31%;
  text-align: center;
}
.product-item a{
  text-decoration: none;
}  
.product-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  
}
  .product-item .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* Square image */
  overflow: hidden;
 
}

.product-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
  .spc{
    padding:4rem 13rem;
  }
.product_desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  padding-top:20px;
} 
  .decs_title{
   
        text-align: left;
  }
   .decs_title h3{
     margin:0px;
     margin-top:10px;
   }
   .decs_title p{
     margin:0px;
     color: #666;
   }
  .mbutton {
    border: 2px solid #000;
    padding: 15px 25px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    background:#fff;
}
</style>