.main-links-mosaique-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.main-links-mosaique-first-col {
    display: none;
}
footer .footer-wrapper .footer-meta .flex {
    justify-content : center !important;
    text-align : center !important;
    align-items: center !important;
}
footer .footer-wrapper .footer-meta .flex p,
footer .footer-wrapper .footer-meta .flex ul li a,
footer .footer-wrapper .footer-meta .flex a,
footer .footer-wrapper .footer-meta .flex h2
{
    color : var(--bg-light) !important;
}
.store-features-style-2-content-single {
    background-color: #5a4571;
}
.store-features-style-2-content-single h4 , 
.store-features-style-2-content-single p{
    color: #ffff;
}


@media (max-width: 768px) {
    .product-card-actions-add-to-cart {
        padding: 0.5rem;
    }
    .product-card-actions-add-to-cart span ,.product-card-actions-add-to-cart svg {
        font-size: 0.9rem;
    }
    .product-card-actions-add-to-cart svg {
        height : 20px;  
    }
}