#popup-modal-rebate {
    display: none
}

@media(min-width: 767.5px) {
    #popup-modal-rebate {
        display: flex
    }
}

.rebates-modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto
}

.rebates-modal .drawer-header {
    border-bottom: 1px solid var(--primary-10)
}