.hexo-fee-store-cart-badge {
    background: linear-gradient(135deg, var(--hfs-primary-color), color-mix(in srgb, var(--hfs-primary-color) 50%, transparent));
    color: white;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 11px;
    margin-right: 8px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hexo-fee-store-cart-badge:hover {
    background: linear-gradient(135deg, var(--hfs-primary-color), color-mix(in srgb, var(--hfs-primary-color) 80%, transparent));
}