/* Oculto el SVG interno */
.fkcart-icon-cart svg {
    display: none !important;
}

/* Pongo el PNG como ícono */
.fkcart-icon-cart {
    margin: 0 auto;
    width: 76px;
    height: 76px;
    background-image: url('/wp-content/themes/pmi/img/carrito-vacio.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

