@font-face{font-family:Magistral;src:url(/fonts/magistral.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Magistral;src:url(/fonts/magistral-medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Magistral;src:url(/fonts/magistral-bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Magistral;src:url(/fonts/magistral-extrabold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}body{font-family:Magistral,Arial,Helvetica,sans-serif;margin:0}.logo img{display:block;margin:0 auto;max-width:320px;width:100%;height:auto}#login-container{background:#fff;border:1.5px solid #a62c2c;border-radius:18px;box-shadow:0 4px 24px #a62c2c22,0 1.5px #fff;padding:2.2em 2em 2em;max-width:410px;margin:2.5em auto;display:none}#login-container h2{color:#a62c2c;font-weight:700;text-align:center;margin-bottom:1.2em;letter-spacing:.01em}#login-form label{font-weight:600;color:#a62c2c;display:flex;align-items:center;gap:.7em}#login-form input[type=text],#login-form input[type=password]{border:1.5px solid #d6d6d6;border-radius:2em;padding:.55em 1.2em;font-size:1.07em;margin-top:.2em;background:#faf9fa;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 4px #a62c2c0a}#login-form input:focus{border-color:#a62c2c;outline:none;box-shadow:0 0 0 2px #a62c2c33}#login-form button[type=submit]{margin-top:1.2em;width:100%;background:linear-gradient(90deg,#a62c2c,#e53935);color:#fff;border:none;border-radius:2em;font-weight:700;font-size:1.08em;padding:.7em 0;cursor:pointer;box-shadow:0 2px 8px #a62c2c0a;transition:background .2s,color .2s}#login-form button[type=submit]:hover{background:linear-gradient(90deg,#d03a3a,#a62c2c)}#login-error{color:#e53935!important;font-weight:600;text-align:center;margin-top:1em}.admin-search{padding:.6em 1.2em;border-radius:2em;border:1.5px solid #d6d6d6;font-size:1.08em;background:#f8f9fa;margin-right:.6em;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 6px #a62c2c0a}.admin-search:focus{border-color:#a62c2c;outline:none;box-shadow:0 0 0 2px #a62c2c33}.bo-btn.refresh,.details-btn,.bo-btn.create{background:#fff;color:#a62c2c;border:1.5px solid #a62c2c;border-radius:2em;font-weight:600;font-size:1.05em;padding:.5em 1.2em;cursor:pointer;box-shadow:0 2px 6px #a62c2c0a;transition:background .2s,color .2s,border .2s;display:inline-flex;align-items:center;gap:.4em}.bo-btn.refresh:hover,.details-btn:hover,.bo-btn.create:hover{background:#a62c2c;color:#fff;border-color:#a62c2c}.details-btn{margin:0 .2em;min-width:88px;justify-content:center;letter-spacing:.02em}.bo-btn.create{background:linear-gradient(90deg,#a62c2c,#e53935);color:#fff;border:none;font-weight:700;font-size:1.08em;box-shadow:0 2px 8px #a62c2c0a;padding:.6em 1.6em;border-radius:2em;display:inline-flex;align-items:center;gap:.5em;transition:background .2s,color .2s}.bo-btn.create:hover{background:linear-gradient(90deg,#d03a3a,#a62c2c);color:#fff}.backoffice-nav{display:flex;justify-content:center;align-items:center;background:#a62c2c;border-radius:2em;padding:.6em 2em;margin:2em auto;max-width:900px;min-height:48px;box-shadow:0 2px 10px #0002;gap:1.5em;position:relative}.backoffice-nav a{color:#fff;background:#ffffff12;border-radius:2em;padding:.5em 1.4em;font-weight:600;font-size:1.1em;transition:background .2s,color .2s;text-decoration:none}.backoffice-nav a:hover,.left-nav a:hover,.right-nav a:hover,.left-nav a.active,.right-nav a.active{color:var(--gold-color, #FFD700)!important;font-weight:600}.backoffice-nav .logout{margin-left:auto;background:#a62c2c;color:#fff;border-radius:2em;padding:.5em 1.4em;font-weight:600;font-size:1.1em;box-shadow:0 2px 6px #0001;transition:background .2s,color .2s;display:flex;align-items:center;gap:.5em}.backoffice-nav .logout:hover{background:#fff;color:var(--primary-color)}#backoffice-main{margin:0;padding:0;box-sizing:border-box}#productForm,.backoffice-form-section{background:#fff;border-radius:1.5em;box-shadow:0 4px 24px #0001,0 1.5px 5px #a62c2c22;padding:2.2em 2em 1.5em;max-width:600px;margin:2em auto 3em;display:flex;flex-direction:column;gap:1.3em}#productForm label,.backoffice-form-section label{font-weight:600;color:#a62c2c;margin-bottom:.3em;display:flex;flex-direction:column;font-size:1.08em;letter-spacing:.01em}#productForm input[type=text],#productForm input[type=number],#productForm input[type=email],#productForm textarea,#productForm select,.backoffice-form-section input,.backoffice-form-section textarea,.backoffice-form-section select{margin-top:.3em;padding:.7em 1em;border-radius:.8em;border:1.5px solid #d6d6d6;font-size:1.08em;background:#f8f9fa;transition:border-color .2s,box-shadow .2s}#productForm input:focus,#productForm textarea:focus,#productForm select:focus,.backoffice-form-section input:focus,.backoffice-form-section textarea:focus,.backoffice-form-section select:focus{border-color:#a62c2c;outline:none;box-shadow:0 0 0 2px #a62c2c33}#productForm input:invalid,#productForm select:invalid,#productForm textarea:invalid,.backoffice-form-section input:invalid,.backoffice-form-section select:invalid,.backoffice-form-section textarea:invalid{border-color:#d32f2f;box-shadow:0 0 0 2px #d32f2f33;animation:shake .18s 1}#productForm input:invalid:focus,#productForm select:invalid:focus,#productForm textarea:invalid:focus,.backoffice-form-section input:invalid:focus,.backoffice-form-section select:invalid:focus,.backoffice-form-section textarea:invalid:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f55}#productForm label:has(:invalid),.backoffice-form-section label:has(:invalid){color:#d32f2f}@keyframes shake{20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-2px)}80%{transform:translate(2px)}to{transform:translate(0)}}#productForm .bo-btn,.backoffice-form-section .bo-btn{margin-top:.2em;min-width:120px;font-size:1.05em;border-radius:2em;padding:.7em 1.5em;font-weight:700;box-shadow:0 2px 8px #a62c2c0a}#productForm .bo-btn.cancel,.backoffice-form-section .bo-btn.cancel{background:#eee;color:#a62c2c;border:1.5px solid #a62c2c33}#productForm .bo-btn.cancel:hover,.backoffice-form-section .bo-btn.cancel:hover{background:#a62c2c;color:#fff}#productForm .bo-btn:not(.cancel),.backoffice-form-section .bo-btn:not(.cancel){background:#a62c2c;color:#fff;border:none}#productForm .bo-btn:not(.cancel):hover,.backoffice-form-section .bo-btn:not(.cancel):hover{background:#d03a3a}#productForm .bo-btn svg,.backoffice-form-section .bo-btn svg{margin-right:4px}#form-title{text-align:center;color:#a62c2c;font-size:1.5em;font-weight:700;margin-top:2em;margin-bottom:.8em;letter-spacing:.01em}:root{--primary-color: #e63946;--secondary-color: #1d3557;--accent-color: #457b9d;--light-color: #f1faee;--dark-color: #1d3557;--gray-color: #8d99ae;--light-gray: #f8f9fa;--gold-color: #ffd700;--font-primary: "Magistral", sans-serif;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 8px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .15);--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--transition-speed: .3s}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);line-height:1.6;color:var(--dark-color);background-color:var(--light-grey);margin:0;padding:0;min-height:100vh}img{max-width:100%;height:auto}a{text-decoration:none;color:var(--accent-color);transition:color var(--transition-speed) ease}a:hover{color:var(--primary-color)}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:20px}.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;background-color:#000;height:80px;display:flex;align-items:center;padding:0 20px;box-sizing:border-box;color:#fff;border-bottom:1px solid #000}.top-nav{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%}.top-nav a,.current-location,.current-location a{color:#fff!important;text-decoration:none}.hamburger-menu{display:flex;justify-content:flex-start;cursor:pointer}.logo{position:absolute;left:50%;transform:translate(-50%);display:flex;justify-content:center}.logo img{max-width:280px;height:auto}.header-right{display:flex;align-items:center;gap:15px;justify-content:flex-end}.current-location{display:flex;justify-content:flex-end;text-align:right;font-weight:600}.header-cart-btn{background:#fff;color:#a62c2c;border:none;border-radius:50px;font-size:1rem;font-weight:600;padding:6px 14px;cursor:pointer;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:6px;transition:background .2s,color .2s,transform .2s;min-width:50px;justify-content:center}.header-cart-btn:hover{background:#a62c2c;color:#fff;transform:translateY(-1px)}.header-cart-btn:hover .cart-icon svg{stroke:#fff}.header-cart-btn .cart-icon svg{stroke:#a62c2c;transition:stroke .2s;width:20px;height:20px}.header-cart-btn .cart-count{background:#a62c2c;color:#fff;border-radius:50%;padding:2px 6px;font-size:.85em;min-width:18px;display:inline-block;text-align:center;transition:background .2s,color .2s;line-height:1}.header-cart-btn:hover .cart-count{background-color:#fff;color:#a62c2c}.side-nav{position:fixed;top:0;left:-300px;width:300px;height:100%;background:#1d1d1d;padding-top:80px;transition:left .3s ease-in-out;z-index:999;box-shadow:5px 0 15px #0003}.side-nav.open{left:0}.side-nav a{display:block;padding:15px 25px;text-decoration:none;color:#fff;font-size:1.1em;font-weight:600;border-bottom:1px solid #333}.side-nav a:hover{background:#a62c2c}.side-nav a.active{background-color:#444;font-weight:700}.side-nav .submenu{display:block!important;background-color:#2a2a2a}.side-nav .submenu a{display:block;font-size:1em;padding:10px 25px 10px 40px;border-bottom:1px solid #444}.side-nav .submenu a.active{background-color:#555}.side-nav .section-menu{display:block!important;background-color:#111}.side-nav .section-menu a{display:block;font-size:.9em;padding:8px 25px 8px 60px;color:#ccc;border-bottom:1px solid #333}.side-nav .section-menu a:hover{background-color:#555}.side-nav .section-menu a:last-child,.side-nav .submenu a:last-of-type:not(.active)+.section-menu{border-bottom:none}.news-ticker-link{display:block;margin-top:80px}.karting-options{display:flex;justify-content:space-between;align-items:center;width:100%}.karting-option{text-align:center;padding:20px}.karting-option h2{font-size:3rem;margin-bottom:20px;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.success-message{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb;padding:1rem;border-radius:4px;margin-top:1rem;text-align:center}.error-message-summary{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;padding:1rem;border-radius:4px;margin-top:1rem;text-align:center}.error-message{color:#721c24;font-size:.875em;margin-top:.25rem}@media (max-width: 780px){.site-header{padding:0 20px}.header-right{gap:8px}.header-cart-btn{font-size:.8rem;padding:3px 6px;gap:2px;min-width:36px}.header-cart-btn .cart-icon svg{width:16px;height:16px}.header-cart-btn .cart-count{font-size:.75em;min-width:14px;padding:1px 3px}.current-location{font-size:.85em}.top-nav{display:flex!important;align-items:center!important;justify-content:space-between!important}.top-nav>.hamburger-menu,.top-nav>.logo,.top-nav>.current-location{position:static!important;transform:none!important;flex:1 1 0px;display:flex;justify-content:center;align-items:center}.top-nav>.hamburger-menu{justify-content:flex-start}.top-nav>.current-location{justify-content:flex-end}.top-nav .logo img{max-width:140px}.current-location{font-size:.8em}}@media (max-width: 480px){.header-right{gap:6px}.header-cart-btn{font-size:.75rem;padding:2px 4px;gap:1px;min-width:32px;border-radius:20px}.header-cart-btn .cart-icon svg{width:14px;height:14px}.header-cart-btn .cart-count{font-size:.7em;min-width:12px;padding:0 2px}.current-location{font-size:.8em}.site-header{padding:0 15px}}@media (max-width: 780px){.karting-options{flex-direction:column;gap:30px}.karting-option h2{font-size:2rem}}
