.cart-classic a{
    color:white;
}

.cart-classic {
    position: relative;
    padding: 0;
    border: none;
    background: none;
}

.cart-classic button {
    color: white;
    border: none;
}

.cart-classic .cart-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: inherit;
    text-decoration: none;
    color: inherit;
}

.cart-classic i,
.cart-classic .display {
    position: relative;
    z-index: 1; /* Assurez-vous que les icônes restent visibles */
}