
.event__image img {
    position: relative;
    max-height: 400px;
    box-shadow: 0 0 40px rgba(0,0,0,.1);
}

.event.event-passed{
    
}

.event.event-soldout{
    /*filter : grayscale(.75); */
}

.event.event-unlinked{
    filter : grayscale(.75);
}


.buy-module .btn-dark {
    --bs-btn-bg: #3A2C8F !important;
    --bs-btn-border-color: #3A2C8F !important;
    --bs-btn-hover-bg: #291D70 !important;
    --bs-btn-hover-border-color: #291D70 !important;
    --bs-btn-active-bg: #130C3E !important;
    --bs-btn-active-border-color: #130C3E !important;
}

.buy-module .btn-disabled {
    background-color: rgba(0,0,0,.2);
    color: rgba(255,255,255,.7);
    border: none;
}