.unset {
    all: unset;
}
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background: url('/images/ichwillbier_bg.png') no-repeat center center;
    background-size: cover;
    position: relative;
}

/* Halbtransparenter Overlay für Alpha-Effekt */
body::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.95); /* Weiß mit 85% Deckkraft = 15% sichtbar */
    z-index: -1;
}
.order-product-button{
    font-size: 40px;
}

.order-product-label {
    font-size: 35px;
}

.order-product-label-money {
    font-size: 100px;
}

