/* Carrinho branco */
a[href*="carrinho"] svg,
a[href*="cart"] svg,
a[href*="carrinho"] i,
a[href*="cart"] i {
    fill: #ffffff !important;
    color: #ffffff !important;
}
/* Apenas animação suave */
.barra-inicial {
    transition: transform 0.2s ease;
}
