/* Ocultar icono carrito en Grain */
.header-actions a[href*="cart"],
.header__actions a[href*="cart"],
a[href="/cart"] {
  display: none !important;
}