.cart-btn {
    position: relative;
    background: none;
    border: none;
    font-size: 24px;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Hide the badge if cart count is 0 */
.cart-badge:empty {
    display: none;
}

.social-media img{
    width: 30px !important;
}
