/* Ocultar ícono del carrito */
.header__icon--cart,
cart-notification-button,
.cart-link,
a[href="/cart"] {
  display: none !important;
}