/* Add custom CSS styles below */ 
.s-product-card-entry{
border:0;
}

.weight.details {
  display: none;
}
/* Hide Offers link in header */
a[href*="offers"],
a[href*="/offers"],
li a[href*="offers"],
.nav a[href*="offers"] {
    display: none !important;
}/* Hide any Offers link in any menu (Angel/Salla) */
a[href$="/offers"],
a[href*="/offers"],
a[href$="offers"],
a[href*="offers"],
.salla-menu a[href*="offers"],
.main-menu a[href*="offers"],
.navbar a[href*="offers"],
.header a[href*="offers"],
.offcanvas a[href*="offers"],
.sidebar a[href*="offers"],
.mobile-menu a[href*="offers"],
.menu a[href*="offers"]{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.p-block--features {
    display: none !important;
}