@keyframes scale{0%,60%{transform:scale(1)}30%{transform:scale(1.4)}}.impulse-spinner{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:relative}.impulse-spinner .dot{border-radius:50%;animation:1s infinite scale;position:relative}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.c-spinner{z-index:10;justify-content:center;align-items:center;animation:.3s ease-in-out forwards fade-in;display:flex;position:absolute;inset:0}.c-spinner.c-spinner--static{padding:50px 0;position:static}.header-bar{background-color:var(--b-color);justify-content:space-between;align-items:center;width:100%;height:5rem;min-height:5rem;padding:1rem;transition:background-color .3s ease-in-out;display:flex}.header-bar.is-floating{z-index:10;background-color:#0000;transition:none;position:fixed;top:0;left:0}.header-bar .profile-container{justify-content:flex-end;gap:.625rem;width:50%;max-width:50%;display:flex}.button{appearance:none;cursor:pointer;touch-action:manipulation;background-color:var(--b-button-primary-background-color);border-radius:var(--b-border-radius-button);width:auto;height:auto;font-family:var(--b-bold-font-family);color:var(--b-button-primary-text-color);border:none;outline:none;justify-content:center;align-items:center;min-height:3.75rem;padding:.9375rem;display:inline-flex}.back-button{aspect-ratio:1;height:100%}.back-button .back-button-icon{aspect-ratio:1;width:100%;height:65%;display:block}.userprofile-button{aspect-ratio:1;background-color:var(--b-button-primary-text-color);height:100%;color:var(--b-button-primary-background-color);box-shadow:0 .25rem .375rem -.0625rem #0000001a,0 .125rem .25rem -.0625rem #0000000f}.userprofile-button .userprofile-button-icon{aspect-ratio:1;width:auto;height:100%;display:block;transform:translate(.0938rem,.0938rem)}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--b-border-radius:1.875rem;--b-border-color-rgb:231,231,231;--b-root-font-size:16px;--b-base-font-family:"font-body-light",sans-serif;--b-bold-font-family:"font-body-bold",sans-serif;--b-black-font-family:"font-body-black",sans-serif;--b-heading-light-family:"font-heading-light",sans-serif;--b-heading-bold-family:"font-heading-bold",sans-serif;--b-heading-black-family:"font-heading-black",sans-serif;--b-button-primary-background-color:#1d1d1d;--b-button-primary-text-color:#fff;--b-border-radius-button:.9375rem;--b-tile-border-radius:1.875rem;--b-tile-image-border-width:0;--b-footer-background-color:#f2f2f2;--b-menu-sidebar-background-color:#fff;--b-variant-color-rgb:255,61,68;--b-variant-color-dark:240 46 53;--b-variant-color-light:255 71 78;--b-partial-color-r:255;--b-partial-color-g:61;--b-partial-color-b:68;--b-color:#ff3d44;--b-variant-backgroundColor-rgb:242 242 242;--b-variant-backgroundColor-dark:227 227 227;--b-variant-backgroundColor-light:252 252 252;--b-partial-backgroundColor-r:242;--b-partial-backgroundColor-g:242;--b-partial-backgroundColor-b:242;--b-backgroundColor:#f2f2f2;--b-variant-textColor-rgb:255 255 255;--b-variant-textColor-dark:240 240 240;--b-variant-textColor-light:255 255 255;--b-partial-textColor-r:255;--b-partial-textColor-g:255;--b-partial-textColor-b:255;--b-textColor:#fff;--b-variant-categoryTextColor-rgb:53 53 53;--b-variant-categoryTextColor-dark:38 38 38;--b-variant-categoryTextColor-light:63 63 63;--b-partial-categoryTextColor-r:53;--b-partial-categoryTextColor-g:53;--b-partial-categoryTextColor-b:53;--b-categoryTextColor:#353535}html,body,.layout{background:var(--b-backgroundColor,#f2f2f2);-ms-overflow-style:none;scrollbar-width:none;width:100vw;height:100vh;font-family:var(--b-base-font-family);font-size:var(--b-root-font-size);margin:0;padding:0;transition:background-color .5s ease-in-out}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}.layout::-webkit-scrollbar{display:none}.layout{height:100%}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#modal,#welcome{isolation:isolate}#root{width:100vw;height:100vh}.heading{font-family:var(--b-heading-bold-family)}.heading.h1{font-size:2.5rem;font-weight:700;line-height:1.1}.heading.h2{font-size:2rem;font-weight:600;line-height:1.1}.heading.h3{font-size:1.75rem;font-weight:600;line-height:1.1}.heading.h4{font-size:1.5rem;font-weight:500;line-height:1.1}.heading.h5{font-size:1.25rem;font-weight:500;line-height:1.1}.heading.h6{font-size:1rem;font-weight:500;line-height:1.1}.text{font-family:var(--b-base-font-family);font-size:1rem;line-height:1.3}.text.clamp{text-overflow:ellipsis;-webkit-box-orient:vertical;display:-moz-box;display:-webkit-box;overflow:hidden}.modal-chrome{border-radius:calc(var(--b-tile-border-radius) - .625rem);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;-ms-overflow-style:none;scrollbar-width:none;background:#fff;height:100%;position:relative;overflow:auto}.modal-confirm{text-align:center;width:90vw;max-width:31.25rem;padding:1.25rem;display:block}.modal-confirm .modal-confirm-title,.modal-confirm .modal-confirm-text{margin-top:.625rem}.modal-confirm .modal-confirm-actions{justify-content:space-between;align-items:center;gap:.625rem;width:100%;padding-top:1.875rem;display:flex}.modal-confirm .modal-confirm-actions>*{width:100%}.modal-error{padding:1.875rem;display:block}.image-fallback{background-color:#fafafa;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.image-fallback .image-icon{color:#f3f3f3;width:50%;max-width:90px;height:auto}.picture{pointer-events:none}.picture .loading{opacity:0}.picture .loaded{animation:.7s ease-in-out fade-in}.pane{appearance:none;border:solid 2px rgb(var(--b-border-color-rgb));border-radius:var(--b-tile-border-radius);touch-action:manipulation;background-color:#fff;outline:none}.lazyrenderer{object-fit:cover;opacity:0;will-change:opacity;width:100%;height:100%;transition:opacity .3s ease-out}.lazyrenderer.visible{opacity:1}.tile{text-align:left;border-radius:calc(var(--b-tile-border-radius) - .3125rem);border-width:.0938rem;border-color:rgba(var(--b-border-color-rgb),.6);touch-action:manipulation;outline:none;flex-direction:column;justify-content:flex-start;align-items:center;margin:0;padding:.5rem;display:flex}.tile .tile-picture,.tile .tile-picture-inner,.tile .tile-content{width:100%}.tile .tile-picture-inner{border-radius:calc(var(--b-tile-border-radius) - .8125rem);border:solid var(--b-tile-image-border-width)rgba(var(--b-border-color-rgb),.6);aspect-ratio:1;overflow:hidden}.tile .tile-picture-inner img,.tile .tile-picture-inner .picture{object-fit:cover;width:100%;height:100%}.tile .tile-content{padding:.9375rem .5rem .5rem}.allergen-item .allergen-item-inner{border:solid .0625rem rgb(var(--b-border-color-rgb));background-color:#fff;border-radius:31.25rem;justify-content:flex-start;align-items:center;width:auto;padding:.125rem;display:flex}.allergen-item .allergen-item--icon{border-radius:31.25rem;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex}.allergen-item .allergen-item--icon img{object-fit:contain;width:auto;max-width:60%;height:60%;display:block}.allergen-item .allergen-item--label{color:#7b7b7b;padding:.0625rem .3125rem .125rem;font-size:.75rem;line-height:1}.product-allergens{flex-wrap:wrap;gap:.3125rem;display:flex}.limited-list-more-indicator{background-color:var(--b-color);color:var(--b-textColor);min-width:1.75rem;min-height:1.75rem;font-size:.75rem;font-family:var(--b-black-font-family);letter-spacing:-.0625rem;border-radius:500px;justify-content:center;align-items:center;display:flex}.dietary-preferences-warning{background-color:#fff;border:.0625rem solid orange;border-radius:.9375rem;margin-bottom:.9375rem;padding:.9375rem}.dietary-preferences-warning .dietary-preferences-warning-icon{color:orange;aspect-ratio:1;width:1.25rem;min-width:1.25rem;height:auto;margin-right:.3125rem;display:inline}.dietary-preferences-warning .dietary-preferences-warning-icon-container{justify-content:flex-start;align-items:center;margin-bottom:.5rem;display:flex}.dietary-preferences-warning .heading{font-size:1rem}.dietary-preferences-warning .text{margin-bottom:.75rem;font-size:.75rem}.quantity-selector{border:solid 1.5px rgb(var(--b-border-color-rgb));border-radius:var(--b-border-radius-button);background-color:#fff;justify-content:space-between;align-items:center;width:100%;display:flex}.quantity-selector .quantity-selector-button{color:#000;background-color:#0000;border:none;justify-content:center;align-items:center;width:100%;padding:0;display:flex}.quantity-selector .amount-label{font-family:var(--b-bold-font-family);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;font-size:1.5rem;animation:.4s cubic-bezier(.22,1,.36,1) forwards label-animation;display:flex}@keyframes label-animation{0%{color:var(--b-color);transform:scale(1.3)}to{color:#000;transform:scale(1)}}.modal-product{width:90vw;max-width:26.25rem;max-height:90vh;padding:0;display:block}.modal-product .modal-product-tile{background-color:#0000;border:none;width:100%;padding:0;position:relative}.modal-product .tile-picture{padding:.625rem .625rem 0}.modal-product .tile-picture .tile-picture-inner{max-height:60vh}.modal-product .modal-product-content{width:100%}.modal-product .modal-product-data{padding:.625rem}.modal-product .tile-content{padding-top:0}.modal-product .modal-product-title{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#fffc;padding:15px 0;position:sticky;top:0;left:0}.modal-product .modal-product-actions{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffff80;justify-content:space-between;align-items:center;gap:.625rem;padding:.625rem;display:flex;position:sticky;bottom:0;left:0}.modal-product .modal-product-actions *{width:100%}.modal-product .modal-product-actions .modal-product-cta{min-width:60%}.modal-language-select-root{max-height:calc(90vh - 6.25rem);bottom:6.25rem;left:.9375rem}.modal-language-select{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:50vw;max-width:15.625rem;padding:.625rem;display:flex;position:relative}.modal-language-select .language-loader{background-color:#ffffffe6;justify-content:center;align-items:center;animation:.3s ease-in-out fade-in;display:flex;position:absolute;inset:0}.modal-language-select .language-item-button{color:#000;border:solid .0938rem rgb(var(--b-border-color-rgb));width:100%;font-family:var(--b-base-font-family);background-color:#fff;border-radius:0;justify-content:space-between;align-items:center;display:flex}.modal-language-select .language-item-button .lang-content{justify-content:flex-start;align-items:center;gap:.625rem;display:flex}.modal-language-select .language-item-button.active-lang{font-family:var(--b-bold-font-family)}.modal-language-select .language-item-button.active-lang .active-lang-icon{min-width:1.5625rem;min-height:1.5625rem}.modal-language-select .language-item-button:not(:last-child){border-bottom:0}.modal-language-select .language-item-button:first-child{border-top-left-radius:.9375rem;border-top-right-radius:.9375rem}.modal-language-select .language-item-button:last-child{border-bottom-right-radius:.9375rem;border-bottom-left-radius:.9375rem}.country-flag{text-align:left;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;margin-top:.1875rem;font-size:1.25rem;display:flex}.modal-preferences-root{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;-ms-overflow-style:none;scrollbar-width:none;width:calc(100vw - 1.875rem);max-width:34.375rem;max-height:calc(90vh - 6.25rem);top:.625rem;right:.9375rem}.modal-preferences-root hr{background-color:#e3e3e3;border:none;height:1px}.modal-preferences-root .preference-title{margin-bottom:.625rem}.modal-preferences-root .preference-body{font-size:.9375rem;line-height:1}.modal-preferences-root .modal-preferences-setting{padding:1.875rem}.modal-preferences-root .modal-preferences-footer{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#fff3;justify-content:flex-end;align-items:center;display:flex;position:sticky;bottom:0;left:0}.modal-preferences-root .modal-preferences-close-button{border-radius:var(--b-border-radius-button);min-width:50%}.grid-toggle-select{width:100%;margin-top:1.25rem}.grid-toggle-select .grid-toggle-select-button{border-radius:var(--b-border-radius-button);color:#7d7d7d;overflow-wrap:break-word;background-color:#fff;border:.0625rem solid #ebebeb;width:100%;min-height:3.125rem;padding:.3125rem .625rem;transition:border-color .25s ease-in-out,border-width .25s ease-in-out,backgroud-color .25s ease-in-out,transform .25s ease-in-out,color .25s ease-in-out;overflow:hidden}.grid-toggle-select .grid-toggle-select-button .text{overflow-wrap:break-word;font-size:.875rem;overflow:hidden}.grid-toggle-select .grid-toggle-select-button.is-active{background-color:var(--b-variant-color-light-90);border-color:var(--b-color);color:var(--b-color);transform:scale(1.02)}.grid-toggle-select .grid-toggle-select-button.is-active *{font-family:var(--b-bold-font-family)}.grid{width:100%;height:auto}.allergen-toggle-button{touch-action:manipulation;justify-content:flex-start;align-items:center;width:100%;display:flex}.allergen-toggle-button .allergen-toggle-icon{border-radius:31.25rem;justify-content:center;align-items:center;width:1.75rem;min-width:1.75rem;height:1.75rem;min-height:1.75rem;margin-right:.5rem;transition:box-shadow .25s ease-in-out,margin .25s ease-in-out;display:flex}.allergen-toggle-button .allergen-toggle-icon:after{content:"";opacity:0;transition:opacity .25s ease-in-out}.allergen-toggle-button .allergen-toggle-icon img{object-fit:contain;pointer-events:none;width:auto;max-width:60%;height:60%;display:block}.active-allergen .allergen-toggle-icon{margin-right:12px;position:relative;box-shadow:0 0 0 3px red}.active-allergen .allergen-toggle-icon:after{content:"";z-index:10;opacity:1;background-color:red;height:3px;position:absolute;left:0;right:0;transform:rotate(45deg)}.modal-basket{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;-ms-overflow-style:none;scrollbar-width:none;background-color:#e7e7e7;width:90vw;max-width:42rem;height:100%;max-height:calc(90vh - 6.25rem)}.basket-root{height:65%}.basket{background-color:#f8f8fb;flex-direction:column;align-items:flex-start;width:100%;height:100%;display:flex}.c-currency{justify-content:center;width:auto;display:inline-flex}.c-currency span{white-space:nowrap}.c-currency img{object-fit:contain;width:.9375rem;height:.9375rem;margin-left:.1875rem;margin-right:.1875rem;display:block}.c-currency sup{top:-.3rem}.basket-confirm-button{border-radius:var(--b-border-radius-button);justify-content:space-between;align-items:center;width:100%;max-width:20rem;height:100%;min-height:4.25rem;padding:.3125rem;transition:background-color .3s ease-in-out,color .3s ease-in-out;display:flex}.basket-confirm-button[disabled]{opacity:.5}.basket-confirm-button .basket-confirm-button-data{justify-content:flex-start;align-items:center;width:25%;min-width:25%;max-width:25%;height:100%;display:flex}.basket-confirm-button .basket-confirm-button-data-price{padding-left:.625rem}.basket-confirm-button .basket-confirm-button-label{justify-content:flex-end;align-items:center;width:75%;min-width:75%;max-width:75%;padding-right:.9375rem;display:flex}.basket-confirm-button .basket-confirm-button-label .basket-confirm-button-icon{aspect-ratio:1;width:auto;height:1.25rem;margin-left:.9375rem}.basket-confirm-button .basket-confirm-button-label span{font-family:var(--b-bold-font-family);font-size:1.1rem}.basket-footer{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f8f8fbcc;border-top:2px solid #e7e7e7;justify-content:flex-end;align-items:center;width:100%;margin:auto auto 0;padding:30px;display:flex;position:sticky;bottom:0;left:0}.basket-header{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f8f8fbcc;justify-content:space-between;align-items:center;width:100%;padding:1.875rem;display:flex;position:sticky;top:0;left:0}.basket-header .basket-header-amount-label{text-align:center;background-color:#fff;border-radius:1.25rem;min-width:7.5rem;padding:.625rem}.label-item{text-align:center;color:#969696;border:.0625rem solid #efefef;border-radius:.5rem;padding:.1875rem .625rem;display:inline-block}.label-item *{font-size:.875rem}.basket-item{border-radius:calc(var(--b-border-radius) - 10px);background-color:#fff;padding:15px;box-shadow:0 .125rem .25rem -.0625rem #0000000f,0 .0625rem .125rem -.0625rem #00000008}.basket-item .basket-item-product{justify-content:flex-start;align-items:center;gap:15px;display:flex}.basket-item .basket-item-product .basket-item-product-picture{border-radius:calc(var(--b-border-radius) - .9375rem);border:solid .0938rem rgba(var(--b-border-color-rgb),.6);aspect-ratio:1;width:6.25rem;min-width:6.25rem;height:6.25rem;overflow:hidden}.basket-item .basket-item-product .basket-item-product-picture img,.basket-item .basket-item-product .basket-item-product-picture .picture{object-fit:cover;width:100%;height:100%}.basket-item .basket-item-product .basket-item-product-content{width:100%}.basket-item .basket-item-product .basket-item-product-quantity{width:7.5rem;min-width:7.5rem}.basket-item .basket-item-product .basket-item-product-name{margin:0 0 .3125rem}.basket-item .basket-item-product .basket-item-event-name{margin:0 0 .3125rem;padding:.1875rem .375rem .125rem}.basket-item .basket-item-product .basket-item-event-name *{font-size:.6875rem}.basket-items{width:100%;padding:0 1.875rem}.basket-entries{background-color:#f8f8fb;padding:0 0 1.875rem}.modal-root-backdrop{z-index:2000;background-color:#000000d9;justify-content:center;align-items:center;animation:.2s ease-in-out forwards fade-in;display:flex;position:fixed;inset:0}.modal-root-backdrop.position-top-left{justify-content:flex-start;align-items:flex-start}.modal-root-backdrop.position-center-left{justify-content:flex-start;align-items:center}.modal-root-backdrop.position-bottom-left{justify-content:flex-start;align-items:flex-end}.modal-root-backdrop.position-top-center{justify-content:center;align-items:flex-start}.modal-root-backdrop.position-center-center{justify-content:center;align-items:center}.modal-root-backdrop.position-bottom-center{justify-content:center;align-items:flex-end}.modal-root-backdrop.position-top-right{justify-content:flex-end;align-items:flex-start}.modal-root-backdrop.position-center-right{justify-content:flex-end;align-items:center}.modal-root-backdrop.position-bottom-right{justify-content:flex-end;align-items:flex-end}.modal-root{opacity:0;justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex}.modal-root.animation-slide-in-top{animation:.65s cubic-bezier(.22,1,.36,1) forwards modal-slide-in-top}.modal-root.animation-slide-in-bottom{animation:.65s cubic-bezier(.22,1,.36,1) forwards modal-slide-in-bottom}@keyframes modal-slide-in-bottom{0%{opacity:0;transform:translateY(7.5rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes modal-slide-in-top{0%{opacity:0;transform:translateY(-7.5rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close-button{background-color:var(--b-color);width:45px;min-width:45px;max-width:45px;height:45px;min-height:45px;max-height:45px;color:var(--b-textColor);z-index:20;border-radius:500px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:0;right:0;transform:translate(40%,-40%)}.modal-close-button .modal-close-icon{width:50%;height:50%}.view{box-sizing:border-box;background-color:#0000;border:none;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:auto;height:auto;margin:0;padding:0;display:flex}.view.row{flex-direction:row}.view.center{justify-content:center;align-items:center}.view.full{width:100%;height:100%}.view.scrollable{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;-ms-overflow-style:none;scrollbar-width:none;flex:1 1 0;overflow:auto}.error-container{text-align:center;flex-direction:column;width:90%;max-width:500px;height:auto;display:flex}.error-container .error-icon{aspect-ratio:1;color:#ea5056;width:50%;max-width:120px;margin:auto;display:block}.error-container .error-title{margin:30px 0 15px}
