    .navbar-brand img {
        height: 75px;
        border-radius: 7px;
    }
    .navbar {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
.cart-count, .cart-count2 {
    position: absolute;
    background-color: #ff4444;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 0.75rem;
    min-width: 18px;
    text-align: center;
}
.cart-icon {
    position: relative;
}
.cart-count {
    top: -8px;
    right: -8px;
}
.cart-count2 {
    right: 12px;
}
.card {
    transition: transform 0.2s; 
}
  .card-img-top {
    width: 100%;
    height: 200px; /* ajusta a altura */
    object-fit: cover;
}

.footer {
    background-color: #1a1a1a;
    color: white;
    padding-top: 1rem;
    padding-bottom: 0.5rem;     /* Reduz o espaço abaixo */
}
.footer hr {
    margin-top: -0.5rem;     /* ~8px - espaço pequeno acima do hr */
}