#floating-cart-summary {
    position: fixed;
    bottom: 58px;
    right: 20px;
    background: #388e3c;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
#floating-cart-summary a {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 6px;
}
.cart-icon {
    font-size: 18px;
}
