@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Sen:wght@400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{font-family:Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;background-color:#f8f8f8}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem}h1{text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.1)}.page-subtitle,.page-title{margin-bottom:1.5rem;text-align:center}:root{--primary-color:#06c;--secondary-color:#004d99;--text-color:#333;--light-bg:#f8f8f8;--border-color:#ddd}.container{width:100%;padding:0 1rem;margin:0 auto}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}.loading-spinner{display:flex;justify-content:center;align-items:center;height:100px}.error-message{color:#dc3545;text-align:center;padding:1rem;background-color:#f8d7da;border-radius:4px;margin-bottom:1rem}.no-results{padding:2rem}.info,.no-results{text-align:center;color:#666}.info{font-size:.9rem;margin-top:2rem}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;max-width:1200px;margin:0 auto;padding:1rem;min-height:100vh}#app.theme-ags{min-height:100vh;font-family:Sen,sans-serif}#app.theme-ags:before{content:"";position:fixed;top:0;left:0;background-image:url(/img/bg.03119795.svg)!important;opacity:.9;background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:scroll;width:100vw;height:100vh;z-index:-1}.theme-ags{--primary-color:#143b4f;--secondary-color:#91bbd0;--font-family:Sen,sans-serif;--bold-font-weight:700}.theme-ags h1{text-shadow:0 2px 10px rgba(0,0,0,.1);font-weight:800}.theme-ags .back-button,.theme-ags .product-price{color:var(--primary-color)}.theme-ags .product-price{font-weight:var(--bold-font-weight)}.theme-ags input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(187,221,238,.2)}.theme-ags input{font-family:var(--font-family)}.theme-ags h3{font-weight:var(--bold-font-weight)!important}#app.theme-einfach-kiosk{min-height:100vh;font-family:poppins,sans-serif}#app.theme-einfach-kiosk:before{content:"";position:fixed;top:0;left:0;background-image:url(/img/bg.0b3a4768.svg)!important;opacity:.1;background-size:contain;background-position:50%;background-repeat:repeat;background-attachment:scroll;background-color:#5b5b5b;width:100vw;height:100vh;z-index:-1}.theme-einfach-kiosk{--primary-color:#000;--secondary-color:#b8b8b8;--font-family:Poppins,sans-serif;--bold-font-weight:600}.theme-einfach-kiosk .back-button{color:var(--primary-color)}.theme-einfach-kiosk .product-price{color:var(--primary-color);font-weight:var(--bold-font-weight)}.theme-einfach-kiosk input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #929292}.theme-einfach-kiosk input{font-family:var(--font-family);font-size:.9rem!important}.store-button.theme-ags,.theme-einfach-kiosk h3{font-weight:var(--bold-font-weight)!important}.store-button.theme-ags{background-color:var(--primary-color)!important;color:#fff!important;font-family:var(--font-family)!important}.store-button.theme-ags:hover{background-color:var(--secondary-color)!important}.store-button.theme-einfach-kiosk{background-color:var(--primary-color)!important;color:#fff!important;font-family:var(--font-family)!important;font-weight:var(--bold-font-weight)!important}.store-button.theme-einfach-kiosk:hover{background-color:var(--secondary-color)!important}.store-button{display:block;width:100%;padding:1rem;margin-bottom:1rem;text-align:center;text-decoration:none;font-weight:700;border-radius:8px;transition:all .3s ease}@media(min-width:768px){.store-button{width:300px;margin:1rem}}.search-bar{position:relative;margin-bottom:1.5rem}.search-bar input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border-radius:8px;border:1px solid #ddd;font-size:1rem}.search-bar input:focus{outline:none}.search-bar .clear-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;font-size:1rem;padding:5px}.search-bar .clear-button:hover{color:#666}.product-category{margin-bottom:1rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1);background-color:#fff}.product-category .category-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;cursor:pointer;background-color:#f5f5f5}.product-category .category-header h3{margin:0;font-size:1rem}.product-category .category-header:hover{background-color:#e9e9e9}.product-category .category-header.expanded{border-bottom:1px solid #ddd}.product-category .product-list{background-color:#fff}.product-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #eee;margin-bottom:.25rem}.product-item:last-child{border-bottom:none}.product-item .product-info{flex:1}.product-item .product-name{padding-right:.3rem}.product-item .product-price{min-width:-moz-fit-content;min-width:fit-content}.slide-enter-active,.slide-leave-active{transition:all .2s ease;overflow:hidden}.slide-enter-from,.slide-leave-to{max-height:0;opacity:0}.slide-enter-to,.slide-leave-from{max-height:1500px;opacity:1;transform:translateY(0)}.home{padding:1rem 0}.stores-grid{display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.stores-grid{flex-direction:row;flex-wrap:wrap;justify-content:center}}.store-products{padding:1rem 0}.store-header{margin-bottom:2rem;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center}.back-button{margin-bottom:1rem;text-decoration:none;align-self:flex-start}.back-button:hover{color:var(--secondary-color)}@media(min-width:768px){.back-button{position:absolute;left:0;top:0;margin-bottom:0}}.store-title{margin:0}.categories-list{margin-top:1rem}