/** Shopify CDN: Minification failed

Line 104:0 Unexpected "}"

**/
/* trust badges css */
.template-product{
  overflow-x: hidden;
}


.trust-badges-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:10px;
}

.trust-badge {
  max-width: 70px;
  transition: transform 0.2s ease-in-out;
}

.trust-badge:hover {
  transform: scale(1.1);
}

/* .header-wrapper--compressed .site-header__element[data-type="nav"] {
   	display: none;
	opacity: 0;
} */

/* #epb_container div#epb_background {
    position: sticky !important;
} */

.header-wrapper--compressed .site-header__element.site-header__element--sub[data-type="search"] {
    transition: transform .5s cubic-bezier(0.35, 0.52, 0.65, 0.97), background-color .2s cubic-bezier(.18,.77,.58,1) !important;
}

@media (min-width: 768px) {
  .mobile_coll_banner {
    display:none;
  }
}

@media screen and (max-width: 600px) {
.template-collection .header-wrapper--compressed #SiteHeader {
    height: 59px;
}

.collection-filter {
    transition: 0.2s;
}

}

@media (max-width: 767px) {
  .trust-badge {
    max-width: 80px;
    margin: 5px;
  }
  .trust-badges-container{
    justify-content:center;
    flex-wrap: unset;
  }
  .widthTrust {
    width: 24%;
  }
  .collection-hero img{
    object-position: center;
    height: 100%;
    object-fit: contain;
  }
 img.desktop_coll_banner {
    display: none;
 }
  .new_cust{
  padding:0px 1rem!important;
}

  .collection-image-wrap.collection-image--square.collection-image-fill-space--false.collection-image-color--grey.overlay{
    height:inherit!important;
  }

/* .header-wrapper--compressed .site-header__element[data-type="search"] {
	display: none;
	opacity: 0;
} */
}
/* trust badges css */


.new_cust{
  padding:0px 7rem;
}

.collection-image-wrap.collection-image--square.collection-image-fill-space--false.collection-image-color--grey.overlay{
  border-radius: 50%;
    overflow: hidden;
    height: 78%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
}

