/* frontend/assets/css/cart.css */

.offcanvas-footer {
    box-shadow: 0 -4px 6px -1px rgba(0,0,0,0.1);
}

.cart-item-title {
    font-size: 0.95rem;
    font-weight: 600;
}

#cartNavBadge {
    font-size: 0.65rem;
    padding: 0.25em 0.5em;
    vertical-align: top;
    margin-left: -5px;
}
