
    #event-select {
        position: relative;
        width: 100%;
        color: white;
        height: 100px;
        border-radius: 0;
        background-image: url(https://static.vecteezy.com/system/resources/thumbnails/041/388/388/small/ai-generated-concert-crowd-enjoying-live-music-event-photo.jpg);
        background-size: cover;
        background-position: center;  
        margin-top: -16px;
    }

    #event-select option {
        color:black
    }

    #search {
        position:sticky;
        top:50px;
        width: 100%;
        z-index: 10;
    }

    [data=name] {
        font-family: var(--font-title);
        font-weight: bold;
    }

    [datad=image] {
        width: 70px;
        object-fit: cover;
    }

    [datad=sellername] {
        color:var(--color-blue)
    }

    [data=price] {
        font-size: 1.2rem;
        font-weight: bold;
    }
    [name=discount] {
        font-size: 3rem;
        text-align: center;
        position:relative;
    }

    [name=disccount]:after {
        content:"%";
        position:absolute;
        bottom:10px;
        right:10px
    }

    [pid] .pill {
        padding: 5px 20px;
    }

    [pid] .notification {        
        position: absolute;
        right: 4px;
        top: 30%;
    }