@charset "UTF-8";

/* Navbar Specific Styles */
.navbar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.navbar-toggler {
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

/* Cart Badge */
.cart-badge {
    font-size: 0.7rem;
    padding: 2px 6px;
}