/** Shopify CDN: Minification failed

Line 60:50 Unexpected "{"

**/



 

.gbbFooterProductsContainer {
 
    
 grid-template-rows:  inherit !important  
  
}

/* .gbbFooterBundleItemsContainer {
    display: grid;
    gap: 10px;
     background: #ffffff; 
} */
 .gbbCategoryHeaderContainer{
  display:none !important;
  background-color: transparent !important
  
 }

 .gbbCategoryContainer {
   
  border-bottom:  none !important;

 
}
.gbbEmptyProductCard {
  padding:20px;
}

 .gbbSideFooterHTML  {
    padding:60px;  
     background: #E7F0F640 !important;
}

.gbbFooterProductWrapper {
    
    background: white;
    padding:20px; 
    border-radius:10px;
    border: 1px solid #0E76BF;
 
}


.gbbCategoryTabContainer   {
    /* background :#FBFFF6 !important;   */
    border:none !important;
   
}
 
.gbbCategoryTabContainer[data-is-active="true"],  {
    /* background-color:  #0E76BF !important;   */
    border:none !important
}
.gbbCategoryTabContainer[data-is-active="false"] {
  background:transparent !important
}
 

.gbbCategoryTabContainer   {
  border:1px solid #0E76BF80 !important;
    padding: 8px 20px !important
}


/* Select containers where data-is-active is exactly "false" */
/* .gbbCategoryTabContainer[data-is-active="false"] {
    display: none !important;
} */




 
/* 1. Remove the default bullets and reset padding */
.m-product-description.rte ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* 2. Create space for the SVG icon */
.m-product-description.rte ul li {
  position: relative;
  padding-left: 30px !important; /* Space for the icon */
  margin-bottom: 12px !important;
  list-style: none !important;
  line-height: 1.5 !important
}

/* 3. Insert the SVG icon */
.m-product-description.rte ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px; /* Adjust this to center the icon with the first line of text */
  width: 20px;
  height: 20px;
  background-image: url("/cdn/shop/files/SVG.png?v=1768989089");
  background-repeat: no-repeat;
  background-size: contain;
}

/* 4. Fix Shopify's nested paragraph spacing */
.m-product-description.rte ul li p {
  margin: 0 !important;
  display: inline !important;
  line-height: 1.5;
}


.m-product-card__media {
  padding:0 !important
}




.m-bundle-product:hover{
  border: 2px solid #0E76BF80;
}