As Encomendas serão entregues em 48Horas
.custom-topbar {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
padding: 5px 15px;
color: #ffffff;
background: transparent; /* No background */
}
.topbar-left {
display: flex;
align-items: center;
gap: 6px;
color: #00dfc4; /* Greenish alert icon */
}
.topbar-left i {
font-family: "Font Awesome 6 Free";
font-weight: 900;
}
.topbar-right {
display: flex;
gap: 15px;
}
.topbar-link {
color: #ffffff;
text-decoration: none;
font-size: 14px;
transition: color 0.3s;
}
.topbar-link:hover {
color: #ccc;
}