*{box-sizing:border-box}body::-webkit-scrollbar{width:.6em}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3)}body::-webkit-scrollbar-thumb{background-color:#777 !important;outline:1px solid #708090}body{color:#be0613;background:#ecf0f1;padding:0;margin:0;width:100%;height:100%;position:absolute}h1{margin:0;line-height:2;text-align:center}h2{margin:0 0 .5em;font-weight:normal}input{position:absolute;opacity:0;z-index:-1}.row{display:flex;height:100%}.row .col{flex:1;height:100%}.tabs{border-radius:0px;box-shadow:0 4px 4px -2px rgba(0,0,0,.5);position:relative;min-height:100vh;overflow-y:auto}.tab{width:100%;color:#fff;overflow:hidden;position:relative;min-height:25%}.tab a{text-decoration:none}.tab:nth-child(odd){background:#be0613}.tab:nth-child(even){background:#a50511}.tab-label{display:flex;position:relative;align-items:center;flex-direction:column;height:33.3333333333vh;justify-content:center;color:#fff;font-family:"onest_regular",Verdana,Geneva,sans-serif;font-weight:300;padding:2rem 2rem 1.5rem;cursor:pointer}.tab-label a{text-decoration:none;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.tab-label span{font-family:"zilla_slab_bold",Verdana,Geneva,sans-serif}.tab-label:hover{background:#8d040e}.tab-label::after{content:"❯";transform:rotate(90deg);width:1em;height:1em;margin-top:.3rem;text-align:center;transition:all .35s;padding-bottom:.4em}.tab-label.allergen:after{display:none}.tab-content{max-height:0;padding:0;color:#be0613;background:#fff;transition:all .35s;display:flex;flex-direction:column}.tab-content a{width:100%;text-align:center;font-family:"zilla_slab_bold",Verdana,Geneva,sans-serif;padding:.85rem}.tab-content a:nth-child(odd){background:#ccc;color:#be0613;text-decoration:none}.tab-content a:nth-child(even){background:#a50511;width:100%;height:100%;color:#fff;text-decoration:none}input:checked+.tab-label{background:#8d040e}input:checked+.tab-label::after{transform:rotate(-90deg)}input:checked~.tab-content{max-height:100vh}