.fixed_aside {
    position: fixed;
    top: 0;
    bottom: 0;
}

.bubble {
    width: 100%;
    height: 100vh;
}

#salenotificationbar {
    position: fixed;
    bottom: -70px;
    left: 0;
    width: 400px;
    background-color: #f2f2f2;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
