html, body {
    height: 100%;
}

html, body, main, #main-container {
    min-height: 100%;
}

body {
    background-image: url("../images/bg-2025.48b19db9cb6f.jpg");
    background-size: cover;
}

main {
    background-color: var(--bulma-background);
}

.logout {
    height: 100%;
}

.header {
    background-image: url("../images/header-2025.c322ebf9ec6c.png");
    height: 184px;
    background-size: cover;
}

@media only screen and (max-width: 1080px) {
    .header, .header.is-medium {
        height: 132px;
    }
}

@media only screen and (max-width: 640px) {
    .header, .header.is-medium {
        height: 115px;
    }
}


#messages-container {
    position: fixed;
    z-index: 1;
    top: 50px;
}

.cart img {
    width: 150px;
}

.cart td {
    vertical-align: middle;
}

.cart tr td:first-of-type {
    width: 170px;
}

.cart .quantity-controls {
    gap: 10px;
}