.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-primary);padding:2rem}.error-boundary-content{text-align:center;max-width:600px;padding:3rem;background:var(--bg-secondary);border-radius:20px;border:2px solid var(--border-color);box-shadow:0 10px 40px #0003}.error-boundary-content h1{font-size:2.5rem;color:var(--accent-primary);margin-bottom:1rem}.error-boundary-content p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem}.error-reset-button{padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:var(--accent-gradient);color:var(--bg-primary);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px var(--shadow-md)}.error-reset-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-lg)}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--bg-primary);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .5s ease-in}.loading-screen.dark{background-color:#000}.loading-screen.light{background-color:#fff}.loading-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;animation:scaleIn .6s ease-out}.loading-logo-container{display:flex;align-items:center;justify-content:center}.loading-logo-image{height:200px;width:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5))}.loading-bar-container{width:400px;max-width:85vw;margin-top:2rem}@media (max-width: 768px){.loading-screen{padding:1rem}.loading-content{gap:2rem}.loading-logo-image{height:120px;max-width:80vw}.loading-bar-container{width:280px;max-width:75vw;margin-top:1.5rem}.loading-bar-outline{height:8px}}@media (max-width: 480px){.loading-screen{padding:.75rem}.loading-content{gap:1.5rem}.loading-logo-image{height:100px;max-width:70vw}.loading-bar-container{width:240px;max-width:70vw;margin-top:1rem}.loading-bar-outline{height:6px;border-width:1.5px}}.loading-bar-outline{width:100%;height:10px;border:2px solid var(--accent-primary);border-radius:12px;background-color:transparent;overflow:hidden;box-shadow:0 2px 8px #0000004d;position:relative}.loading-screen.light .loading-bar-outline{border-color:#000;box-shadow:0 2px 8px #0003}.loading-bar-fill{height:100%;background:var(--accent-gradient);border-radius:8px;transition:width .1s linear;box-shadow:0 0 12px #ffd70099;animation:pulse 1.5s ease-in-out infinite}.loading-screen.light .loading-bar-fill{background:#000;box-shadow:0 0 8px #0000004d}@keyframes pulse{0%,to{opacity:1}50%{opacity:.9}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.loading-screen.fade-out{animation:fadeOut .5s ease-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.header{position:sticky;top:0;width:100%;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);z-index:100;box-shadow:0 2px 8px #0000001a;transition:background-color .5s ease,border-color .5s ease,box-shadow .5s ease;backdrop-filter:blur(10px)}.header[data-theme=light]{background-color:#fffffff2;box-shadow:0 2px 12px #00000014;border-bottom-color:#e8e8e8}.header-container{max-width:1400px;margin:0 auto;padding:.25rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:auto;position:relative;z-index:1}.header-logo{margin-left:-2rem;flex-shrink:0}.header-logo{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease;height:100%}.header-logo:hover{transform:scale(1.05)}.logo-image{height:70px;width:auto;object-fit:contain;transition:filter .3s ease;display:block}.header-logo:hover .logo-image{filter:brightness(1.1)}.header-nav{display:flex;align-items:center;gap:2.5rem}.nav-link{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);text-decoration:none;position:relative;padding:.5rem 0;transition:all .3s ease}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--accent-primary);transition:width .3s ease}.nav-link:hover{color:var(--accent-primary);transform:scale(1.1)}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--accent-primary);font-weight:700}.nav-link.active:after{width:100%;height:3px;background:var(--accent-primary);box-shadow:0 0 8px var(--shadow-md)}.header-right{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.search-container{position:relative;display:flex;align-items:center;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;padding:.5rem 1rem;min-width:250px;transition:all .3s ease}.search-container form{display:flex;align-items:center;width:100%;gap:.5rem}.search-container:hover{border-color:var(--accent-primary)}.header[data-theme=light] .search-container{background-color:#fff;border-color:#d4d4d4;box-shadow:0 1px 3px #0000000d}.header[data-theme=light] .search-container:hover{border-color:var(--accent-primary);box-shadow:0 2px 6px #ffa50026}.header[data-theme=light] .search-container:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 3px #ffa5001a}.search-container:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 2px var(--shadow-sm)}.search-input{flex:1;border:none;outline:none;background:transparent;color:var(--text-primary);font-size:.95rem;padding-right:.5rem}.search-input::placeholder{color:var(--text-muted)}.search-clear{background:none;border:none;color:var(--text-muted);font-size:1.5rem;line-height:1;cursor:pointer;padding:0 .25rem;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.search-clear:hover{color:var(--text-primary)}.search-icon{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.search-icon:hover{color:var(--accent-primary)}.search-icon svg{width:20px;height:20px}.theme-toggle{background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:10px;padding:.6rem;width:44px;height:44px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.theme-toggle:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--accent-gradient);opacity:0;transition:opacity .3s ease}.theme-toggle:hover{border-color:var(--accent-primary);transform:scale(1.05);box-shadow:0 4px 12px var(--shadow-md)}.theme-toggle:hover:before{opacity:.1}.theme-toggle-icon{position:relative;z-index:1;color:var(--accent-primary);transition:color .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center}.theme-toggle:hover .theme-toggle-icon{color:var(--accent-secondary);transform:rotate(15deg)}.theme-toggle-icon svg{width:20px;height:20px;stroke:currentColor}.header[data-theme=light] .theme-toggle{background-color:#fff;border-color:#d4d4d4;box-shadow:0 1px 3px #0000000d}.header[data-theme=light] .theme-toggle:hover{border-color:var(--accent-primary);box-shadow:0 4px 12px #ffa50040}.header[data-theme=light] .theme-toggle-icon{color:var(--accent-primary)}.header[data-theme=light] .theme-toggle:hover .theme-toggle-icon{color:var(--accent-secondary)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;min-width:44px;min-height:44px;justify-content:center;align-items:center;-webkit-tap-highlight-color:transparent;transition:transform .2s ease}.mobile-menu-toggle:active{transform:scale(.95)}.hamburger-line{width:25px;height:3px;background:var(--text-primary);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-nav-overlay{display:none;position:fixed;top:0;left:0;margin:0;padding:0;width:100vw;width:100%;height:100vh;height:100dvh;background-color:#0009;z-index:9999;animation:fadeIn .2s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);box-sizing:border-box;position:fixed!important;left:0!important;right:0!important}.mobile-nav{display:none;position:fixed;top:0;left:0;margin:0;padding:0;width:280px;max-width:85vw;min-width:0;height:100vh;height:100dvh;background:linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-primary) 100%);border-right:1px solid rgba(255,255,255,.1);flex-direction:column;z-index:10000;box-shadow:4px 0 24px #0006;transform:translate(-100%);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;box-sizing:border-box;position:fixed!important;left:0!important;right:auto!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header[data-theme=light] .mobile-nav{background:linear-gradient(180deg,#fff,#f5f5f5);border-right:1px solid rgba(0,0,0,.1);box-shadow:4px 0 24px #0000001a}.header[data-theme=light] .mobile-nav-close{background:#0000000d;border:1px solid rgba(0,0,0,.1)}.header[data-theme=light] .mobile-nav-close:hover,.header[data-theme=light] .mobile-nav-close:active{background:#ffa50026;border-color:var(--accent-primary)}.header[data-theme=light] .mobile-nav .nav-link:hover{background:#00000008}.header[data-theme=light] .mobile-nav .nav-link.active{background:linear-gradient(90deg,rgba(255,165,0,.1) 0%,transparent 100%)}.mobile-nav.open{transform:translate(0)!important;left:0!important;position:fixed!important}.mobile-nav-header{display:flex;justify-content:flex-end;align-items:center;padding:1rem 1.5rem;position:sticky;top:0;z-index:1;flex-shrink:0;min-height:56px;background:linear-gradient(to bottom,var(--bg-secondary) 0%,transparent 100%)}.mobile-nav-title{display:none}.mobile-nav-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:1.5rem;color:var(--text-primary);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;padding:0;line-height:1;-webkit-tap-highlight-color:transparent;position:relative;z-index:2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-nav-close:hover,.mobile-nav-close:active{background:#ffd70033;border-color:var(--accent-primary);color:var(--accent-primary);transform:scale(1.05)}.mobile-nav-close:focus{outline:2px solid var(--accent-primary);outline-offset:2px}.mobile-nav-links{display:flex;flex-direction:column;padding:1.5rem 0;flex:1;overflow-y:auto;gap:.5rem}.mobile-nav .nav-link{font-size:1rem;font-weight:500;padding:1rem 1.5rem;margin:0 1rem;border-radius:12px;text-decoration:none;color:var(--text-secondary);transition:all .2s ease;display:flex;align-items:center;min-height:52px;-webkit-tap-highlight-color:transparent;position:relative;background:transparent;border:none}.mobile-nav .nav-link:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:var(--accent-primary);border-radius:0 4px 4px 0;transition:height .2s ease}.mobile-nav .nav-link:active{transform:scale(.97)}.mobile-nav .nav-link:hover{background:#ffffff0d;color:var(--text-primary);padding-left:1.75rem}.mobile-nav .nav-link:hover:before{height:60%}.mobile-nav .nav-link.active{background:linear-gradient(90deg,rgba(255,215,0,.15) 0%,transparent 100%);color:var(--accent-primary);font-weight:600;padding-left:1.75rem}.mobile-nav .nav-link.active:before{height:70%;background:var(--accent-primary);box-shadow:0 0 12px #ffd70080}.mobile-nav .nav-link:last-child{margin-bottom:0}@media (max-width: 968px){.header-container{padding:.25rem 1.5rem;gap:1rem}.header-logo{margin-left:-1.5rem}.desktop-nav{display:none}.mobile-menu-toggle{display:flex}.search-container{min-width:200px}}@media (max-width: 768px){.header-container{padding:.75rem 1rem;gap:.5rem;justify-content:flex-end;position:relative;min-height:60px}.header-logo{display:none!important}.mobile-nav{display:flex!important}.mobile-nav-overlay{display:block!important;z-index:9999!important;position:fixed!important;left:0!important}.mobile-nav{z-index:10000!important;position:fixed!important;left:0!important}.header-right{gap:.5rem;width:100%;justify-content:flex-end;align-items:center}.mobile-nav,.mobile-nav-overlay{margin-left:0!important;padding-left:0!important}.header{z-index:100}.search-container{min-width:0;max-width:none;flex:1;padding:.5rem .75rem;order:1;margin-right:0}.search-input{font-size:.875rem;padding-right:.5rem}.search-input::placeholder{font-size:.8rem}.search-icon{width:18px;height:18px;min-width:18px;min-height:18px;padding:0}.search-clear{width:20px;height:20px;min-width:20px;min-height:20px;padding:0;font-size:1.2rem}.theme-toggle{width:40px;height:40px;padding:.4rem;min-width:40px;min-height:40px;order:2;flex-shrink:0}.mobile-menu-toggle{padding:.4rem;min-width:40px;min-height:40px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;order:3;flex-shrink:0}.hamburger-line{width:20px;height:2.5px}}@media (max-width: 480px){.header-container{padding:.625rem .75rem;gap:.4rem;min-height:56px}.header-logo{display:none!important}.header-right{gap:.4rem;width:100%;justify-content:flex-end;align-items:center;flex-wrap:nowrap}.search-container{min-width:0;max-width:none;flex:1;padding:.45rem .6rem;order:1}.search-input{font-size:.8rem;padding-right:.3rem}.search-input::placeholder{font-size:.75rem}.search-icon{width:16px;height:16px;min-width:16px;min-height:16px;padding:0}.search-clear{width:18px;height:18px;min-width:18px;min-height:18px;padding:0;font-size:1.1rem}.theme-toggle,.mobile-menu-toggle{width:38px;height:38px;padding:.35rem;min-width:38px;min-height:38px}.hamburger-line{width:18px;height:2.5px}}.theme-toggle{width:44px;height:44px;padding:.4rem;flex-shrink:0;min-width:44px;min-height:44px}.theme-toggle-icon svg{width:18px;height:18px}.mobile-menu-toggle{padding:.4rem;flex-shrink:0;min-width:44px;min-height:44px}.hamburger-line{width:20px;height:2.5px}.mobile-nav{width:100vw;max-width:100vw}.mobile-nav-header{padding:1rem 1.25rem}.mobile-nav-title{font-size:1.1rem}.mobile-nav-close{width:40px;height:40px;font-size:1.75rem}.mobile-nav-links{padding:1.25rem 0;gap:.375rem}.mobile-nav .nav-link{font-size:.95rem;padding:.875rem 1.25rem;margin:0 .875rem;min-height:48px}.mobile-nav .nav-link:hover,.mobile-nav .nav-link.active{padding-left:1.5rem}} .footer{width:100%;background-color:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:auto;transition:background-color .5s ease,border-color .5s ease}.footer[data-theme=light]{background-color:var(--bg-secondary);border-top-color:#e8e8e8;box-shadow:0 -2px 8px #0000000d}.footer-container{max-width:1400px;margin:0 auto;padding:3rem 2rem 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease;margin-bottom:.5rem;width:fit-content}.footer-logo:hover{transform:scale(1.05)}.footer-logo-image{height:60px;width:auto;object-fit:contain;transition:filter .3s ease;display:block}.footer-logo:hover .footer-logo-image{filter:brightness(1.1)}.footer-heading{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:.5rem}.footer-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6;max-width:300px}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:all .3s ease;position:relative;padding-left:0;display:inline-block}.footer-link:before{content:"→";color:var(--accent-primary);margin-right:.5rem;opacity:0;transform:translate(-10px);transition:all .3s ease;display:inline-block}.footer-link:hover{color:var(--accent-primary);transform:translate(5px);padding-left:0}.footer-link:hover:before{opacity:1;transform:translate(0)}.footer-info{display:flex;flex-direction:column;gap:.5rem}.footer-text{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.footer-social{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.social-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:10px;color:var(--text-secondary);text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.social-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--accent-gradient);opacity:0;transition:opacity .3s ease}.social-button:hover{border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-md);color:var(--accent-primary)}.social-button:hover:before{opacity:.1}.social-button svg{position:relative;z-index:1;stroke:currentColor;transition:transform .3s ease}.social-button:hover svg{transform:scale(1.1)}.footer[data-theme=light] .social-button{background-color:#fff;border-color:#d4d4d4;box-shadow:0 1px 3px #0000000d}.footer[data-theme=light] .social-button:hover{border-color:var(--accent-primary);box-shadow:0 4px 12px #ffa50040}.footer-bottom{border-top:1px solid var(--border-color);padding-top:1.5rem;text-align:center}.footer-copyright{color:var(--text-muted);font-size:.9rem;margin:0}@media (max-width: 768px){.footer-container{padding:2rem 1.5rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:1.5rem}.footer-section{text-align:center}.footer-logo{margin:0 auto}.footer-description{max-width:100%}.footer-nav{align-items:center}.footer-social{justify-content:center}}@media (max-width: 480px){.footer-container{padding:1.5rem 1rem 1rem}.footer-logo-image{height:50px}.footer-heading{font-size:.9rem}.footer-description,.footer-text,.footer-link{font-size:.85rem}.social-button{width:40px;height:40px}.social-button svg{width:18px;height:18px}}.page-transition{width:100%;min-height:100vh;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}.page-transition-visible{opacity:1;transform:translateY(0)}.custom-cursor{position:fixed;width:30px;height:30px;border:2px solid var(--accent-primary);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease,border-color .3s ease,box-shadow .3s ease;z-index:9999;box-shadow:0 0 10px var(--shadow-md),0 0 20px var(--shadow-sm);background:transparent;will-change:transform;backface-visibility:hidden}.custom-cursor[data-theme=dark]{border-color:gold;box-shadow:0 0 10px #ffd70066,0 0 20px #ffd70033}.custom-cursor[data-theme=light]{border-color:orange;box-shadow:0 0 10px #ffa50080,0 0 20px #ffa5004d}.custom-cursor.hovering{width:50px;height:50px;border-color:var(--accent-secondary);background:#ffd70026}.custom-cursor.hovering[data-theme=dark]{border-color:orange;background:#ffa50026;box-shadow:0 0 15px #ffa50099,0 0 30px #ffa5004d}.custom-cursor.hovering[data-theme=light]{border-color:gold;background:#ffd70026;box-shadow:0 0 15px #ffd70099,0 0 30px #ffd7004d}.custom-cursor-dot{position:fixed;width:6px;height:6px;background:var(--accent-primary);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease,background-color .3s ease,box-shadow .3s ease;z-index:10000;box-shadow:0 0 8px var(--shadow-md);will-change:transform;backface-visibility:hidden}.custom-cursor-dot[data-theme=dark]{background:gold;box-shadow:0 0 8px #ffd700cc}.custom-cursor-dot[data-theme=light]{background:orange;box-shadow:0 0 8px #ffa500cc}.custom-cursor-dot.hovering{width:8px;height:8px;background:var(--accent-secondary)}.custom-cursor-dot.hovering[data-theme=dark]{background:orange;box-shadow:0 0 12px orange}.custom-cursor-dot.hovering[data-theme=light]{background:gold;box-shadow:0 0 12px gold}a,button,.cta-button,.product-card,.location-card,.nav-link{cursor:none}@media (max-width: 768px){.custom-cursor,.custom-cursor-dot{display:none}a,button,.cta-button,.product-card,.location-card,.nav-link{cursor:pointer}}.product-modal-overlay{position:fixed;inset:0;width:100%;height:100%;background:#000c;backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:fadeIn .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;isolation:isolate}.product-modal{background:var(--bg-secondary);border-radius:20px 20px 0 0;max-width:1000px;width:100%;max-height:calc(100vh - 4rem);margin:auto;overflow-y:auto;overflow-x:hidden;position:relative;z-index:10000;box-shadow:0 20px 60px #00000080;border:2px solid var(--border-color);border-bottom:none;animation:slideUp .3s ease;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}:root[data-theme=light] .product-modal{background:#fff;box-shadow:0 20px 60px #00000026;border-color:#e0e0e0;border-bottom:none}:root[data-theme=dark] .product-modal{background:#fff;color:#000}.product-modal::-webkit-scrollbar{width:10px}.product-modal::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:10px;margin:1rem}.product-modal::-webkit-scrollbar-thumb{background:var(--accent-gradient);border-radius:10px;border:2px solid var(--bg-tertiary)}.product-modal::-webkit-scrollbar-thumb:hover{background:var(--accent-primary);box-shadow:0 0 10px var(--shadow-md)}.product-modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#ffd7001a;border:2px solid var(--accent-primary);color:var(--accent-primary);font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;line-height:1;padding:0}.product-modal-close:hover{background:var(--accent-primary);color:#000;transform:scale(1.1) rotate(90deg);box-shadow:0 4px 12px #ffd70080}.product-modal-close:active{transform:scale(.95) rotate(90deg)}:root[data-theme=light] .product-modal-close{background:#ffd7001a;border-color:var(--accent-primary);color:var(--accent-primary)}:root[data-theme=light] .product-modal-close:hover{background:var(--accent-primary);color:#000;box-shadow:0 4px 12px #ffd70080}.product-modal-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem;background:#fff;border-radius:20px 20px 0 0;position:relative;z-index:1}:root[data-theme=dark] .product-modal-content{background:#fff;color:#000}.product-modal-image-section{position:relative;display:flex;flex-direction:column;gap:1rem}.product-modal-image{width:100%;height:400px;object-fit:contain;object-position:center;background:#fff;border-radius:16px;padding:2rem;border:2px solid #e0e0e0}:root[data-theme=dark] .product-modal-image{background:#fff;border-color:#e0e0e0}.product-modal-placeholder{width:100%;height:400px;background:var(--bg-tertiary);border-radius:16px;display:flex;align-items:center;justify-content:center;border:2px solid var(--border-color);color:var(--text-muted);font-size:1rem;text-transform:uppercase;letter-spacing:.1em}.product-modal-tag{display:inline-block;padding:.5rem 1rem;background:var(--accent-gradient);color:var(--bg-primary);border-radius:12px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;align-self:flex-start;box-shadow:0 4px 12px var(--shadow-md)}.product-modal-details{display:flex;flex-direction:column;gap:2rem}.product-modal-name{font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#000;margin:0 0 1rem;line-height:1.2}:root[data-theme=dark] .product-modal-name{color:#000}.product-modal-section{display:flex;flex-direction:column;gap:1rem}.product-modal-section-title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);margin:0;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem}:root[data-theme=dark] .product-modal-section-title{color:orange;border-bottom-color:#e0e0e0}.product-modal-description{font-size:1rem;line-height:1.6;color:#333;margin:0}:root[data-theme=dark] .product-modal-description{color:#333}.product-modal-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.product-modal-feature-item{display:flex;align-items:flex-start;gap:.75rem;color:#333;font-size:1rem;line-height:1.5}:root[data-theme=dark] .product-modal-feature-item{color:#333}.feature-bullet{color:var(--accent-primary);font-weight:700;font-size:1.25rem;line-height:1;flex-shrink:0}.product-modal-specs{display:flex;flex-direction:column;gap:.75rem}.product-modal-spec-item{display:flex;justify-content:space-between;padding:.75rem;background:var(--bg-tertiary);border-radius:8px;border:1px solid var(--border-color)}.spec-label{font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.spec-value{color:var(--text-secondary);font-size:.9rem}.product-modal-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:2px solid var(--border-color);gap:1rem;flex-wrap:wrap}.product-modal-price{display:flex;align-items:center;gap:.5rem}.price-label{font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.price-value{font-size:1.5rem;font-weight:700;color:var(--accent-primary)}.product-modal-availability{display:flex;align-items:center}.availability-badge{padding:.5rem 1rem;border-radius:12px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.availability-badge.in-stock{background:#0f03;color:#0f0;border:1px solid #00ff00}.availability-badge.low-stock{background:#ffa50033;color:var(--accent-primary);border:1px solid var(--accent-primary)}.availability-badge.out-of-stock{background:#f003;color:red;border:1px solid #ff0000}@media (max-width: 968px){.product-modal-content{grid-template-columns:1fr;gap:2rem;padding:2rem}.product-modal-image,.product-modal-placeholder{height:300px}}@media (max-width: 768px){.product-modal-overlay{padding:1rem}.product-modal{max-height:95vh;border-radius:16px}.product-modal-content{padding:1.5rem;gap:1.5rem}.product-modal-name{font-size:1.5rem}.product-modal-image,.product-modal-placeholder{height:250px}.product-modal-footer{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.product-modal-overlay{padding:.5rem}.product-modal{border-radius:12px}.product-modal-content{padding:1rem}.product-modal-close{width:35px;height:35px;font-size:1.25rem;top:.75rem;right:.75rem}.product-modal-image,.product-modal-placeholder{height:200px}}.home-page{min-height:100vh;background-color:var(--bg-primary);position:relative;overflow:hidden}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;padding:2rem 0;overflow:hidden}.hex-grid-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center;pointer-events:none;opacity:.2}.hero-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:calc(100vh - 80px)}.hero-content{display:flex;flex-direction:column;gap:2rem;animation:fadeInLeft .8s ease-out;position:relative;z-index:3}.hero-headline{display:flex;align-items:center;gap:1rem}.hero-title{font-family:PAALALABAS Wide,sans-serif;font-size:clamp(3rem,8vw,6rem);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin:0;line-height:1.1}:root[data-theme=light] .hero-title{color:#2d2d2d}.hero-subheadline{font-size:clamp(1.2rem,3vw,1.8rem);color:#fff;font-weight:400;text-transform:uppercase;letter-spacing:.05em;margin:0;animation:fadeInLeft 1s ease-out .2s both}:root[data-theme=light] .hero-subheadline{color:#2d2d2d}.hero-cta-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;animation:fadeInLeft 1.2s ease-out .4s both}.cta-buttons-row{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:12px;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0003;position:relative;overflow:hidden;border:none;white-space:nowrap;z-index:1}.cta-button,.cta-button *{position:relative;z-index:2;color:inherit}.cta-buttons-row .cta-button{flex:1;min-width:180px}:root[data-theme=light] .cta-button{box-shadow:0 4px 16px #ffa5004d}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease;z-index:0;pointer-events:none}.cta-button:hover:before{left:100%}.cta-primary,.cta-secondary,.cta-tertiary{background:#edba35;color:#000;border:2px solid #FFA500;transform:translate(0);position:relative;z-index:1}.cta-primary,.cta-secondary,.cta-tertiary{color:#000!important}:root[data-theme=light] .cta-primary,:root[data-theme=light] .cta-secondary,:root[data-theme=light] .cta-tertiary{background:#edba35;color:#000;border:2px solid #FFA500}.cta-primary:hover,.cta-secondary:hover,.cta-tertiary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #ffd70099;background:orange;border-color:gold;color:#000!important}:root[data-theme=dark] .cta-primary:hover,:root[data-theme=dark] .cta-secondary:hover,:root[data-theme=dark] .cta-tertiary:hover{background:orange;border-color:gold;box-shadow:0 6px 20px #ffd70099;color:#000!important}:root[data-theme=dark] .cta-primary:hover *,:root[data-theme=dark] .cta-secondary:hover *,:root[data-theme=dark] .cta-tertiary:hover *{color:#000!important}:root[data-theme=light] .cta-primary:hover,:root[data-theme=light] .cta-secondary:hover,:root[data-theme=light] .cta-tertiary:hover{background:orange;border-color:gold;box-shadow:0 6px 20px #ffd70099;color:#000!important}:root[data-theme=light] .cta-button:hover{box-shadow:0 6px 24px #ffa50080}.hero-product{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeInRight .8s ease-out;z-index:3}.product-card{position:relative;width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.product-image-wrapper{position:relative;width:100%;max-width:450px;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));transform:rotate(-5deg);transition:transform .6s ease,filter .6s ease}.product-card:hover .product-image-wrapper{transform:rotate(-2deg) translateY(-10px) scale(1.02);filter:drop-shadow(0 30px 60px rgba(0,0,0,.4))}.product-image-wrapper.admin-editable{border:2px dashed rgba(255,215,0,.5);border-radius:20px;padding:1rem;min-height:400px;background:#ffffff05}.product-image-wrapper.admin-editable:hover{border-color:#ffd700cc;background:#ffffff0d}.product-image-wrapper.clickable{cursor:pointer}.product-image-wrapper.clickable:hover{transform:rotate(-2deg) translateY(-15px) scale(1.05);filter:drop-shadow(0 35px 70px rgba(0,0,0,.5))}.hero-upload-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.9rem;color:#ffffffe6;text-align:center;padding:.75rem 1rem;background:#000000b3;border-radius:8px;pointer-events:none;white-space:nowrap;z-index:3;backdrop-filter:blur(5px)}.product-image{width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center;display:block;transition:transform .6s ease}.product-image-wrapper:not(.admin-editable) .product-image{display:block}.product-info{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:.5rem 0}.product-name{font-size:1.75rem;font-weight:700;color:#fff8e7;text-transform:uppercase;letter-spacing:.15em;line-height:1.2;margin:0;transition:all .3s ease;position:relative;display:inline-block;text-shadow:0 2px 8px rgba(0,0,0,.5)}.product-info[style*=pointer] .product-name{color:var(--accent-primary);cursor:pointer}.product-info[style*=pointer]:hover .product-name{color:gold;transform:scale(1.05);text-shadow:0 0 10px rgba(255,215,0,.8),0 0 20px rgba(255,215,0,.5)}.product-info[style*=pointer]:hover .product-name:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#FFD700,transparent);animation:underlineExpand .3s ease}@keyframes underlineExpand{0%{width:0;opacity:0}to{width:100%;opacity:1}}:root[data-theme=light] .product-name{color:var(--text-primary)}:root[data-theme=light] .product-info[style*=pointer] .product-name{color:var(--accent-primary)}:root[data-theme=light] .product-info[style*=pointer]:hover .product-name{color:orange;text-shadow:0 0 10px rgba(255,165,0,.6),0 0 20px rgba(255,165,0,.4)}:root[data-theme=light] .product-info[style*=pointer]:hover .product-name:after{background:linear-gradient(90deg,transparent,#FFA500,transparent)}:root[data-theme=dark] .product-name{color:#fff8e7;text-shadow:0 2px 8px rgba(0,0,0,.5)}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{align-items:center}.hero-headline{justify-content:center}.hero-cta-buttons{align-items:center}.cta-buttons-row{width:100%;justify-content:center}.cta-button{width:100%;max-width:300px}.hero-product{order:-1}}@media (max-width: 768px){.hero-section{padding:2rem 0 1rem;min-height:auto}.hero-container{padding:0 1rem;gap:2rem;min-height:auto}.hero-title{font-size:clamp(1.75rem,8vw,3rem);line-height:1.2}.hero-subheadline{font-size:clamp(.9rem,3.5vw,1.2rem);line-height:1.4}.product-placeholder{padding:1rem}.product-label{font-size:1rem}.product-name{font-size:1.5rem}.hero-content{gap:1.5rem}.hero-cta-buttons{gap:.75rem;margin-top:.5rem}}@media (max-width: 480px){.hero-section{padding:1.5rem 0 1rem}.hero-container{padding:0 .75rem;gap:1.5rem}.hero-title{font-size:clamp(1.5rem,7vw,2.5rem)}.hero-subheadline{font-size:clamp(.85rem,3vw,1.1rem)}.hero-cta-buttons{width:100%;gap:.5rem}.cta-button{padding:.875rem 1.25rem;font-size:.85rem;min-height:44px;width:100%;max-width:100%}.cta-buttons-row{flex-direction:column;width:100%;gap:.5rem}.cta-buttons-row .cta-button{width:100%;min-width:auto}.product-placeholder{padding:.75rem}.product-label{font-size:.9rem}.product-name{font-size:1.25rem}}.product-showcase-section{position:relative;padding:4rem 2rem;background-color:var(--bg-primary);z-index:1}@media (max-width: 768px){.product-showcase-section{padding:3rem 1.5rem}}@media (max-width: 480px){.product-showcase-section{padding:2rem 1rem}.showcase-grid{gap:1.5rem;margin-top:1.5rem}.showcase-card{padding:1.5rem}}.showcase-container{max-width:1400px;margin:0 auto}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}.showcase-card{background:linear-gradient(135deg,gold,orange);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 8px 24px #0000004d;transition:transform .3s ease,box-shadow .3s ease;border:2px solid rgba(255,255,255,.1)}.showcase-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0006}.showcase-title{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin:0;text-align:center}.showcase-image-wrapper{width:100%;max-width:350px;margin:1.5rem auto;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));transform:rotate(5deg);transition:transform .6s ease,filter .6s ease}.showcase-card:hover .showcase-image-wrapper{transform:rotate(2deg) translateY(-10px) scale(1.02);filter:drop-shadow(0 30px 60px rgba(0,0,0,.4))}.showcase-product-image{width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center;display:block;transition:transform .6s ease}.showcase-tag{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fffc;text-align:center;margin:.25rem 0 .5rem;padding:.25rem .75rem;background:#0003;border-radius:12px;display:inline-block;align-self:center}.showcase-price{font-size:1.5rem;font-weight:700;color:#fff;text-align:center;margin:.5rem 0}.showcase-description{font-size:.95rem;color:#fff;text-align:center;line-height:1.5;margin:.5rem 0;opacity:.95}.showcase-button{background-color:#000;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;margin-top:auto;box-shadow:0 4px 12px #0000004d;width:100%;font-family:inherit}.showcase-button:hover{background-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 16px #0006}.showcase-card[style*=pointer]{transition:transform .3s ease,box-shadow .3s ease}.showcase-card[style*=pointer]:hover{transform:translateY(-10px);box-shadow:0 16px 40px #00000080}@media (max-width: 968px){.showcase-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 768px){.product-showcase-section{padding:3rem 1.5rem}.showcase-grid{grid-template-columns:1fr;gap:2rem}.showcase-card{padding:1.5rem}.showcase-image-container{height:180px}.showcase-product-item{width:70px;height:100px}}@media (max-width: 480px){.product-showcase-section{padding:2rem 1rem}.showcase-card{padding:1.25rem}.showcase-title,.showcase-price{font-size:1.25rem}.showcase-description{font-size:.85rem}.showcase-button{padding:.75rem 1.25rem;font-size:.85rem}}.product-card{background:var(--accent-gradient);border-radius:16px;overflow:hidden;box-shadow:0 4px 16px var(--shadow-md);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%;border:2px solid transparent}.product-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 8px 24px var(--shadow-lg)}:root[data-theme=light] .product-card{box-shadow:0 4px 20px #ffa50040;border-color:#ffd7004d}:root[data-theme=light] .product-card:hover{box-shadow:0 8px 30px #ffa50066;border-color:#ffd70080}.product-card-image-container{width:100%;height:250px;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-card-image{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease;padding:1rem}.product-card:hover .product-card-image{transform:scale(1.1)}.product-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.9rem;text-transform:uppercase;letter-spacing:.1em}.product-card-content{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.product-card-name{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--bg-primary);margin:0;line-height:1.3}.product-card-tag{display:inline-block;padding:.4rem .8rem;background:#0003;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--bg-primary);align-self:flex-start;backdrop-filter:blur(5px)}@media (max-width: 768px){.product-card-image-container{height:200px}.product-card-content{padding:1.25rem}.product-card-name{font-size:.9rem}}@media (max-width: 480px){.product-card{min-height:auto}.product-card-image-container{height:180px}.product-card-content{padding:1rem;gap:.5rem}.product-card-name{font-size:.85rem;line-height:1.4}.product-card-tag{font-size:.7rem;padding:.35rem .7rem}}.products-page{min-height:100vh;min-height:100dvh;padding:1.5rem 0;background-color:var(--bg-primary);position:relative;overflow-x:hidden}.products-hex-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.2;z-index:0;background-repeat:no-repeat;background-size:cover;background-position:center;pointer-events:none}.products-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.products-container{padding:0 1rem}}@media (max-width: 480px){.products-container{padding:0 .75rem}}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.products-header{margin-bottom:1.5rem;gap:.75rem}}@media (max-width: 480px){.products-header{margin-bottom:1.25rem;gap:.75rem;flex-direction:column;align-items:stretch}}.products-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin:0;line-height:1.2}@media (max-width: 768px){.products-title{font-size:clamp(1.75rem,7vw,2.5rem);margin-bottom:.5rem}}@media (max-width: 480px){.products-title{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:.75rem}}.products-filter{display:flex;align-items:center}.filter-dropdown{padding:.75rem 3rem .75rem 1.5rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background-color:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23FFD700' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;min-width:150px}@media (max-width: 768px){.filter-dropdown{padding:.625rem 2.5rem .625rem 1.25rem;font-size:.9rem;background-position:right .75rem center;width:100%;max-width:100%}}@media (max-width: 480px){.filter-dropdown{padding:.75rem 2.25rem .75rem 1rem;font-size:.85rem;background-size:10px;min-height:44px}}.filter-dropdown:hover{border-color:var(--accent-primary);box-shadow:0 0 0 2px var(--shadow-sm)}.filter-dropdown:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--shadow-sm)}:root[data-theme=light] .filter-dropdown{background-color:#fff;border-color:#d4d4d4;box-shadow:0 1px 3px #0000000d}:root[data-theme=light] .filter-dropdown:hover{border-color:var(--accent-primary);box-shadow:0 2px 6px #ffa50026}:root[data-theme=light] .filter-dropdown:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #ffa5001a}.filter-dropdown option{background-color:var(--bg-tertiary);color:var(--text-primary);padding:.5rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}@media (max-width: 1200px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 968px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.products-header{flex-direction:column;align-items:flex-start}}@media (max-width: 768px){.products-page{padding:1rem 0}.products-grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.5rem}}@media (max-width: 480px){.products-page{padding:.75rem 0;min-height:calc(100vh - 60px);min-height:calc(100dvh - 60px)}.products-grid{gap:1rem;margin-bottom:1rem}}.products-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin:3rem 0 1rem;flex-wrap:wrap}.pagination-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;transition:all .3s ease}.pagination-button:hover:not(:disabled){background:var(--accent-gradient);color:var(--bg-primary);border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-md)}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-numbers{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.pagination-number{min-width:40px;height:40px;padding:.5rem;font-size:1rem;font-weight:600;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.pagination-number:hover{background:var(--bg-secondary);border-color:var(--accent-primary);transform:translateY(-2px)}.pagination-number.active{background:var(--accent-gradient);color:var(--bg-primary);border-color:transparent;box-shadow:0 4px 12px var(--shadow-md)}.products-no-results{text-align:center;padding:3rem 2rem;color:var(--text-primary)}.products-no-results h2{font-size:clamp(1.5rem,5vw,2.5rem);margin-bottom:1rem;color:var(--text-primary)}.products-no-results p{font-size:clamp(.9rem,3vw,1.1rem);color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.products-no-results .cta-button{margin-top:1rem;min-height:44px}.products-loading{text-align:center;padding:3rem 2rem;color:var(--text-secondary);font-size:1.1rem}@media (max-width: 768px){.products-no-results{padding:2rem 1.5rem}.products-no-results h2{font-size:clamp(1.25rem,4vw,2rem);margin-bottom:.75rem}.products-no-results p{font-size:clamp(.85rem,2.5vw,1rem);margin-bottom:1.25rem}.products-loading{padding:2rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.products-no-results{padding:1.5rem 1rem}.products-no-results h2{font-size:clamp(1.1rem,3.5vw,1.75rem);margin-bottom:.5rem}.products-no-results p{font-size:clamp(.8rem,2vw,.95rem);margin-bottom:1rem}.products-loading{padding:1.5rem 1rem;font-size:.9rem}}.products-results-count{text-align:center;color:var(--text-secondary);font-size:.9rem;margin-bottom:2rem;padding:1rem}@media (max-width: 768px){.products-results-count{font-size:.85rem;padding:.75rem;margin-bottom:1.5rem}}@media (max-width: 480px){.products-results-count{font-size:.8rem;padding:.5rem;margin-bottom:1rem}}@media (max-width: 768px){.products-pagination{gap:.5rem;margin:2rem 0 1rem;flex-wrap:wrap}.pagination-button{padding:.75rem 1rem;font-size:.9rem;min-height:44px;min-width:80px}.pagination-numbers{gap:.375rem}.pagination-number{min-width:44px;height:44px;font-size:.9rem}}@media (max-width: 480px){.products-pagination{gap:.375rem;margin:1.5rem 0 .75rem}.pagination-button{padding:.625rem .875rem;font-size:.85rem;min-width:70px}.pagination-numbers{gap:.25rem}.pagination-number{min-width:40px;height:40px;font-size:.85rem}.products-results-count{font-size:.85rem;padding:.75rem}}.location-card{display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;transition:all .5s cubic-bezier(.34,1.56,.64,1);position:relative;outline:none}.location-card:focus-visible{outline:3px solid var(--accent-primary);outline-offset:4px;border-radius:8px}.location-card:hover{transform:scale(1.1) translateY(-10px);animation:hexagonHover .6s ease-out}.location-card.active{transform:scale(1.15);z-index:10}.location-card.active:hover{transform:scale(1.2) translateY(-15px)}@keyframes hexagonHover{0%{transform:scale(1) translateY(0)}50%{transform:scale(1.12) translateY(-12px)}to{transform:scale(1.1) translateY(-10px)}}.location-hexagon{width:300px;height:260px;position:relative;transition:all .5s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.location-card:hover .location-hexagon{filter:drop-shadow(0 8px 24px rgba(255,215,0,.5)) drop-shadow(0 0 30px rgba(255,215,0,.3));animation:hexagonGlow 1.5s ease-in-out infinite}.location-card.active .location-hexagon{filter:drop-shadow(0 12px 32px rgba(255,215,0,.7)) drop-shadow(0 0 40px rgba(255,215,0,.4))}.location-card.active:hover .location-hexagon{filter:drop-shadow(0 16px 40px rgba(255,215,0,.8)) drop-shadow(0 0 50px rgba(255,215,0,.5));animation:hexagonGlowActive 1.5s ease-in-out infinite}@keyframes hexagonGlow{0%,to{filter:drop-shadow(0 8px 24px rgba(255,215,0,.5)) drop-shadow(0 0 30px rgba(255,215,0,.3))}50%{filter:drop-shadow(0 10px 28px rgba(255,215,0,.6)) drop-shadow(0 0 40px rgba(255,215,0,.4))}}@keyframes hexagonGlowActive{0%,to{filter:drop-shadow(0 16px 40px rgba(255,215,0,.8)) drop-shadow(0 0 50px rgba(255,215,0,.5))}50%{filter:drop-shadow(0 20px 48px rgba(255,215,0,.9)) drop-shadow(0 0 60px rgba(255,215,0,.6))}}.location-hexagon-inner{width:100%;height:100%;clip-path:polygon(30% 0%,70% 0%,100% 50%,70% 100%,30% 100%,0% 50%);background:var(--bg-secondary);border:3px solid var(--accent-primary);overflow:hidden;position:relative;transition:all .5s cubic-bezier(.34,1.56,.64,1)}:root[data-theme=light] .location-hexagon-inner{background:#fff;border-color:var(--accent-primary);box-shadow:inset 0 0 20px #ffa5001a}.location-card:hover .location-hexagon-inner{border-color:var(--accent-secondary);border-width:4px;box-shadow:0 0 25px #ffd70080,inset 0 0 30px #ffd7001a;transform:scale(1.02)}.location-card.active .location-hexagon-inner{border-color:var(--accent-secondary);border-width:4px;box-shadow:0 0 35px #ffd700b3,inset 0 0 40px #ffd70026}.location-card.active:hover .location-hexagon-inner{border-width:5px;box-shadow:0 0 45px #ffd700cc,inset 0 0 50px #ffd70033}.location-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.34,1.56,.64,1),filter .6s ease}.location-card:hover .location-image{transform:scale(1.15) rotate(2deg);filter:brightness(1.1) contrast(1.05)}.location-card.active:hover .location-image{transform:scale(1.2) rotate(2deg);filter:brightness(1.15) contrast(1.1)}.location-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-tertiary) 0%,var(--bg-secondary) 100%);color:var(--text-primary);font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-align:center;padding:2rem}.location-info{text-align:center;padding:.5rem 1rem;background:#000000b3;border-radius:12px;backdrop-filter:blur(5px);max-width:280px;transition:all .5s cubic-bezier(.34,1.56,.64,1);transform:translateY(0)}.location-card:hover .location-info{transform:translateY(-5px);background:#000000d9;box-shadow:0 8px 20px #ffd7004d}.location-card.active .location-info{box-shadow:0 8px 25px #ffd70066}.location-name{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin:0 0 .25rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.location-branch{font-size:.9rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0}@media (max-width: 968px){.location-hexagon{width:250px;height:217px}.location-name{font-size:1.25rem}}@media (max-width: 768px){.location-hexagon{width:200px;height:173px}.location-info{max-width:220px}.location-name{font-size:1.1rem}.location-branch{font-size:.8rem}}@media (max-width: 480px){.location-hexagon{width:180px;height:156px}.location-info{max-width:200px;padding:.4rem .8rem}}.location-modal-overlay{position:fixed;inset:0;background:#000000d9;backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.location-modal{background:var(--bg-secondary);border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffd70033;border:2px solid var(--accent-primary);animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}:root[data-theme=light] .location-modal{background:#fff;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffa50033;border-color:var(--accent-primary)}.location-modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#ffd7001a;border:2px solid var(--accent-primary);color:var(--accent-primary);font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;line-height:1}.location-modal-close:hover{background:var(--accent-primary);color:#000;transform:scale(1.1) rotate(90deg);box-shadow:0 4px 12px #ffd70080}.location-modal-close:active{transform:scale(.95) rotate(90deg)}.location-modal-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2.5rem}.location-modal-image-section{position:relative;border-radius:16px;overflow:hidden;background:var(--bg-tertiary);min-height:400px;display:flex;align-items:center;justify-content:center}.location-modal-image{width:100%;height:100%;object-fit:cover;object-position:center}.location-modal-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-tertiary) 0%,var(--bg-secondary) 100%);color:var(--text-primary);font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-align:center;padding:2rem;border:3px dashed var(--accent-primary);border-radius:16px}.location-modal-details{display:flex;flex-direction:column;gap:1.5rem}.location-modal-name{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin:0;line-height:1.2}.location-modal-branch{font-size:1.125rem;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin:-.5rem 0 0}.location-modal-info-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:#ffd7000d;border-radius:12px;border:1px solid rgba(255,215,0,.2);transition:all .3s ease}:root[data-theme=light] .location-modal-info-item{background:#ffa50014;border-color:#ffa5004d}.location-modal-info-item:hover{background:#ffd7001a;border-color:#ffd70066;transform:translate(4px)}.location-modal-clickable{cursor:pointer}.location-modal-clickable:hover{background:#ffd70026;border-color:#ffd70080}.location-modal-icon{font-size:1.5rem;flex-shrink:0;line-height:1}.location-modal-info-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.location-modal-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);font-weight:600}.location-modal-value{font-size:1rem;color:var(--text-primary);font-weight:500;line-height:1.4}.location-modal-link{color:var(--accent-primary);text-decoration:none;transition:all .3s ease}.location-modal-link:hover{color:var(--accent-secondary);text-decoration:underline}.location-modal-actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto;padding-top:1rem}.location-modal-action-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:12px;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);border:2px solid;position:relative;overflow:hidden}.location-modal-action-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.location-modal-action-button:hover:before{left:100%}.location-modal-maps-button{background:var(--accent-primary);border-color:var(--accent-secondary);color:#000;box-shadow:0 4px 12px #ffd70066}.location-modal-maps-button:hover{background:var(--accent-secondary);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px #ffd70099}.location-modal-facebook-button{background:transparent;border-color:var(--accent-primary);color:var(--accent-primary)}.location-modal-facebook-button:hover{background:var(--accent-primary);color:#000;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px #ffd70066}.location-modal-action-button svg{flex-shrink:0}@media (max-width: 968px){.location-modal-content{grid-template-columns:1fr;gap:1.5rem;padding:2rem}.location-modal-image-section{min-height:300px}}@media (max-width: 768px){.location-modal-overlay{padding:1rem}.location-modal{max-height:95vh;border-radius:16px}.location-modal-content{padding:1.5rem}.location-modal-close{width:35px;height:35px;font-size:1.25rem;top:.75rem;right:.75rem}.location-modal-image-section{min-height:250px}.location-modal-name{font-size:1.5rem}.location-modal-actions{flex-direction:column}}@media (max-width: 480px){.location-modal-overlay{padding:.5rem}.location-modal{border-radius:12px}.location-modal-content{padding:1.25rem;gap:1.25rem}.location-modal-image-section{min-height:200px}.location-modal-name{font-size:1.25rem}.location-modal-action-button{padding:.875rem 1.25rem;font-size:.9rem}}.locations-page{min-height:100vh;padding:4rem 0;background-color:#1a1a1a;position:relative;overflow:hidden}:root[data-theme=light] .locations-page{background-color:beige}.locations-hex-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center;pointer-events:none;opacity:.15;background-image:url("data:image/svg+xml,%3Csvg width='100' height='87' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='hex' x='0' y='0' width='100' height='87' patternUnits='userSpaceOnUse'%3E%3Cpolygon points='50,0 93.3,25 93.3,75 50,100 6.7,75 6.7,25' fill='none' stroke='%23333' stroke-width='0.8'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100' height='100' fill='url(%23hex)'/%3E%3C/svg%3E")}:root[data-theme=light] .locations-hex-background{opacity:.2;background-image:url("data:image/svg+xml,%3Csvg width='100' height='87' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='hex' x='0' y='0' width='100' height='87' patternUnits='userSpaceOnUse'%3E%3Cpolygon points='50,0 93.3,25 93.3,75 50,100 6.7,75 6.7,25' fill='none' stroke='%23FFD700' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100' height='100' fill='url(%23hex)'/%3E%3C/svg%3E")}.locations-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 2rem}.locations-carousel-section{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:4rem;position:relative;min-height:400px}.locations-carousel{display:flex;align-items:center;justify-content:center;gap:2rem;flex:1;position:relative;perspective:1500px;overflow:visible;transform-style:preserve-3d}.carousel-item{transition:transform .8s cubic-bezier(.34,1.56,.64,1),opacity .8s cubic-bezier(.4,0,.2,1),scale .8s cubic-bezier(.34,1.56,.64,1),filter .8s ease;opacity:.6;transform:scale(.8) translate(0) translateZ(-100px) rotateY(15deg);will-change:transform,opacity,filter;position:relative;backface-visibility:hidden;-webkit-backface-visibility:hidden;filter:blur(2px)}.carousel-item-0{opacity:1!important;transform:scale(1) translate(0) translateZ(0) rotateY(0)!important;z-index:5;filter:blur(0px) drop-shadow(0 0 20px rgba(255,215,0,.4));animation:activeCardPulse 2s ease-in-out infinite}@keyframes activeCardPulse{0%,to{filter:blur(0px) drop-shadow(0 0 20px rgba(255,215,0,.4))}50%{filter:blur(0px) drop-shadow(0 0 30px rgba(255,215,0,.6))}}.carousel-item--1{opacity:.7!important;transform:scale(.85) translate(-120px) translateZ(-50px) rotateY(25deg)!important;z-index:3;pointer-events:none;filter:blur(1.5px)}.carousel-item-1{opacity:.7!important;transform:scale(.85) translate(120px) translateZ(-50px) rotateY(-25deg)!important;z-index:3;pointer-events:none;filter:blur(1.5px)}.carousel-item-0 .location-card{pointer-events:auto}.location-name,.location-branch{color:beige}.carousel-arrow{background:gold;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;transition:all .3s ease;box-shadow:0 4px 12px #ffd70066;z-index:10;flex-shrink:0}.carousel-arrow:hover{transform:scale(1.1);background:#ffc700;box-shadow:0 6px 20px #ffd70080}.carousel-arrow:active{transform:scale(.95)}.carousel-arrow.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.locations-carousel-section.transitioning{pointer-events:none}.carousel-item.transitioning{transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.carousel-arrow svg{width:24px;height:24px}.locations-list-section{margin:4rem 0 3rem;padding:3rem 2rem;text-align:center;position:relative}.locations-list-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--text-primary);margin:0 0 2.5rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;position:relative}.locations-list-title:before,.locations-list-title:after{content:"";flex:1;height:2px;background:linear-gradient(90deg,transparent 0%,var(--accent-primary) 20%,var(--accent-primary) 80%,transparent 100%);max-width:120px;opacity:.6}.locations-list{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;align-items:stretch;max-width:1200px;margin:0 auto;padding:0}.location-list-item{padding:1.125rem 2rem;background:#ffffff08;border:2px solid var(--accent-primary);border-radius:12px;color:var(--text-primary);font-family:inherit;font-size:clamp(.875rem,1.5vw,1rem);font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;min-width:180px;position:relative;overflow:hidden;text-align:center;line-height:1.4}:root[data-theme=light] .location-list-item{background:#ffffffe6;border-color:var(--accent-primary);color:var(--text-primary);box-shadow:0 2px 8px #00000014}.location-list-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,215,0,.15) 50%,transparent 100%);transition:left .6s ease;z-index:0}.location-list-item:hover:before{left:100%}.location-list-item:hover{transform:translateY(-4px) scale(1.03);background:#ffd70014;border-color:var(--accent-secondary);border-width:2.5px;box-shadow:0 8px 24px #ffd70059,0 0 0 1px #ffd70033;color:var(--accent-primary)}:root[data-theme=light] .location-list-item:hover{background:#ffd70026;box-shadow:0 8px 24px #ffa50059,0 0 0 1px #ffa50033}.location-list-item.active{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);border-color:var(--accent-secondary);border-width:3px;color:#000;box-shadow:0 10px 30px #ffd70080,0 0 0 2px #ffd7004d;transform:scale(1.08);font-weight:700;animation:activeLocationPulse 2.5s ease-in-out infinite;z-index:1}:root[data-theme=light] .location-list-item.active{background:linear-gradient(135deg,gold,orange);color:#000;box-shadow:0 10px 30px #ffa50080,0 0 0 2px #ffa5004d}.location-list-item.active:before{display:none}.location-list-item.disabled{opacity:.5;cursor:not-allowed;pointer-events:none;transform:scale(1)}.location-list-item:active:not(.disabled){transform:translateY(-2px) scale(1.01)}.location-list-name{font-size:1em;line-height:1.3;font-weight:inherit;position:relative;z-index:1;word-break:break-word}.location-list-branch{font-size:.75em;opacity:.85;font-weight:500;letter-spacing:.1em;position:relative;z-index:1;line-height:1.2}.location-list-item.active .location-list-branch{opacity:.95;color:#000;font-weight:600}@keyframes activeLocationPulse{0%,to{box-shadow:0 10px 30px #ffd70080,0 0 0 2px #ffd7004d}50%{box-shadow:0 12px 40px #ffd700a6,0 0 0 3px #ffd70066}}.locations-bottom-section{display:flex;flex-direction:column;align-items:center;gap:2rem;flex-wrap:wrap}.locations-info{flex:1;min-width:300px;text-align:center;width:100%}.locations-section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin:0 0 .5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}:root[data-theme=light] .locations-section-title{color:#000}.bullet-point{color:gold;font-size:2rem;font-weight:700;line-height:1}.locations-subtitle{font-size:1rem;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0;text-align:center}:root[data-theme=light] .locations-subtitle{color:#000}.locations-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;width:100%;margin-bottom:2rem}.locations-action-button{padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:gold;color:#1a1a1a;border:none;border-radius:12px;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ffd7004d;display:inline-block;text-align:center;min-width:150px}.locations-action-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px #ffd70080;background:#ffc700}:root[data-theme=light] .locations-action-button{background:linear-gradient(135deg,gold,orange);color:#000;box-shadow:0 4px 16px #ffa5004d}:root[data-theme=light] .locations-action-button:hover{background:linear-gradient(135deg,#ffc700,#ff8c00);box-shadow:0 6px 24px #ffa50066}.locations-action-button:active{transform:translateY(0) scale(1)}@media (max-width: 968px){.locations-carousel-section{min-height:350px;gap:1rem}.carousel-item--1{transform:scale(.8) translate(-80px) translateZ(-50px)}.carousel-item-1{transform:scale(.8) translate(80px) translateZ(-50px)}.carousel-arrow{width:45px;height:45px}.carousel-arrow svg{width:20px;height:20px}.locations-bottom-section{flex-direction:column;align-items:center}.locations-info{text-align:center}.locations-actions{width:100%}.locations-action-button{flex:1;min-width:150px}.locations-list-section{margin:3rem 0 2.5rem;padding:2.5rem 1.5rem}.locations-list-title{margin-bottom:2rem;gap:1rem}.locations-list-title:before,.locations-list-title:after{max-width:80px}.locations-list{gap:1rem}.location-list-item{min-width:160px;padding:1rem 1.75rem;font-size:.9rem}}@media (max-width: 768px){.locations-container{padding:0 1.5rem}.locations-carousel-section{min-height:300px;margin-bottom:3rem}.carousel-item--1,.carousel-item-1{display:none}.carousel-item-0{transform:scale(1)}.locations-carousel{gap:0}.locations-list-section{margin:2.5rem 0 2rem;padding:2rem 1rem}.locations-list-title{font-size:1.25rem;margin-bottom:1.75rem;gap:.75rem}.locations-list-title:before,.locations-list-title:after{max-width:60px}.locations-list{gap:.875rem}.location-list-item{min-width:140px;padding:.875rem 1.5rem;font-size:.85rem}}@media (max-width: 480px){.locations-container{padding:0 1rem}.locations-carousel-section{min-height:250px;margin-bottom:2rem}.carousel-arrow{width:40px;height:40px}.carousel-arrow svg{width:18px;height:18px}.locations-section-title{font-size:1.75rem}.locations-action-button{padding:.875rem 2rem;font-size:.9rem;width:100%}.locations-list-section{margin:2rem 0 1.5rem;padding:1.5rem .75rem}.locations-list-title{font-size:1.1rem;margin-bottom:1.5rem;gap:.5rem;letter-spacing:.1em}.locations-list-title:before,.locations-list-title:after{max-width:40px;height:1.5px}.locations-list{flex-direction:column;gap:.875rem;align-items:stretch}.location-list-item{width:100%;max-width:320px;min-width:auto;padding:1rem 1.5rem;font-size:.875rem;margin:0 auto}}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);padding:2rem;transition:background-color .3s ease}.admin-login.dark,.admin-login.light{background:var(--bg-primary)}.admin-login-container{width:100%;max-width:450px;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0003}.admin-login-header{text-align:center;margin-bottom:2.5rem}.admin-login-header h1{font-size:2.5rem;color:var(--accent-primary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.1em}.admin-login-header p{font-size:1.2rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.2em}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input{padding:1rem;font-size:1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);transition:all .3s ease}.error-message{padding:.75rem;background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:8px;color:#f44;font-size:.9rem;text-align:center}.admin-login-button{padding:1rem 2rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:var(--accent-gradient);color:var(--bg-primary);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px var(--shadow-md);margin-top:.5rem}.admin-login-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-lg)}.admin-login-footer{margin-top:2rem;text-align:center}.back-button{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:.9rem;text-decoration:underline;transition:color .3s ease}.back-button:hover{color:var(--accent-primary)}@media (max-width: 768px){.admin-login-container{padding:2rem}.admin-login-header h1{font-size:2rem}}.product-form-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;overflow-y:auto;margin:0;box-sizing:border-box;animation:fadeIn .3s ease}.product-form-container{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:16px;width:100%;max-width:800px;max-height:calc(100vh - 4rem);overflow-y:auto;box-shadow:0 10px 40px #0000004d;margin:auto;position:relative;display:flex;flex-direction:column;animation:slideUp .3s ease}.product-form-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid var(--border-color)}.product-form-header h3{font-size:1.5rem;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em}.product-form{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;font-size:1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #ffd7001a}.price-input-wrapper{position:relative;display:flex;align-items:center}.price-prefix{position:absolute;left:.75rem;color:var(--text-primary);font-weight:600;font-size:1rem;pointer-events:none;z-index:1}.price-input{padding-left:2rem!important}.form-group textarea{resize:vertical;min-height:100px}.image-preview{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.image-preview img{max-width:200px;max-height:200px;border-radius:8px;border:2px solid var(--border-color)}.remove-image-button{padding:.5rem 1rem;font-size:.85rem;background:#ff00001a;color:#f44;border:1px solid #ff4444;border-radius:6px;cursor:pointer;width:fit-content;transition:all .3s ease}.features-input,.specs-input{display:flex;gap:.5rem}.features-input input,.specs-input input{flex:1}.features-input button,.specs-input button{padding:.75rem 1.5rem;background:var(--accent-gradient);color:var(--bg-primary);border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.features-input button:hover,.specs-input button:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-md)}.features-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.feature-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:20px;font-size:.9rem}.remove-feature{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:1.2rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.remove-feature:hover{background:#ff00001a;color:#f44}.specs-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.spec-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px}.spec-item strong{color:var(--accent-primary);min-width:150px}.remove-spec{margin-left:auto;background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:1.2rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.remove-spec:hover{background:#ff00001a;color:#f44}@media (max-width: 768px){.product-form-overlay{padding:1rem}.product-form-container{max-height:95vh}.product-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}.product-form-overlay::-webkit-scrollbar{width:8px}.product-form-overlay::-webkit-scrollbar-track{background:transparent}.product-form-overlay::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.product-form-overlay::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 768px){.product-form-overlay{align-items:flex-start;padding-top:2rem}.product-form-container{max-height:calc(100vh - 2rem);margin-top:auto;margin-bottom:auto}}@media (max-height: 600px){.product-form-overlay{align-items:flex-start;padding-top:1rem}.product-form-container{max-height:calc(100vh - 2rem);margin-top:1rem}}.confirmation-modal-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .3s ease;overflow-y:auto;margin:0;box-sizing:border-box}.confirmation-modal-container{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:16px;width:100%;max-width:500px;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease;overflow:hidden;margin:auto;position:relative;max-height:calc(100vh - 4rem);display:flex;flex-direction:column}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirmation-modal-header{padding:1.5rem 2rem;border-bottom:2px solid var(--border-color);background:var(--bg-tertiary)}.confirmation-modal-header h3{font-size:1.5rem;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;margin:0}.confirmation-modal-body{padding:2rem;overflow-y:auto;flex:1}.confirmation-modal-body p{font-size:1.1rem;color:var(--text-primary);line-height:1.6;margin:0;word-wrap:break-word}.confirmation-modal-actions{display:flex;gap:1rem;padding:1.5rem 2rem;border-top:2px solid var(--border-color);background:var(--bg-tertiary)}.confirmation-modal-button{flex:1;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.confirmation-modal-cancel{background:var(--bg-primary);color:var(--text-primary);border:2px solid var(--border-color)}.confirmation-modal-cancel:hover{background:var(--bg-secondary);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-md)}.confirmation-modal-confirm{color:#fff;box-shadow:0 4px 12px var(--shadow-md)}.confirmation-modal-danger{background:linear-gradient(135deg,#f44,#c00)}.confirmation-modal-danger:hover{background:linear-gradient(135deg,#f66,red);transform:translateY(-2px);box-shadow:0 6px 20px #f446}.confirmation-modal-primary{background:var(--accent-gradient);color:var(--bg-primary)}.confirmation-modal-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-lg)}.confirmation-modal-overlay::-webkit-scrollbar{width:8px}.confirmation-modal-overlay::-webkit-scrollbar-track{background:transparent}.confirmation-modal-overlay::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.confirmation-modal-overlay::-webkit-scrollbar-thumb:hover{background:#ffffff4d}body.modal-open{overflow:hidden}@media (max-width: 768px){.confirmation-modal-overlay{padding:2rem 1rem 1rem;align-items:flex-start}.confirmation-modal-container{max-width:100%;max-height:calc(100vh - 2rem);margin-top:auto;margin-bottom:auto}.confirmation-modal-header,.confirmation-modal-body,.confirmation-modal-actions{padding:1.5rem}.confirmation-modal-actions{flex-direction:column}}@media (max-height: 600px){.confirmation-modal-overlay{align-items:flex-start;padding-top:1rem}.confirmation-modal-container{max-height:calc(100vh - 2rem);margin-top:1rem}}.product-list{margin-top:2rem}.product-list-empty{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.product-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.product-list-item{background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:12px;overflow:hidden;transition:all .3s ease}.product-list-item:hover{border-color:var(--accent-primary);box-shadow:0 4px 12px var(--shadow-md)}.product-list-image{width:100%;height:140px;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-list-image img{width:100%;height:100%;object-fit:cover}.product-list-placeholder{color:var(--text-secondary);font-size:.9rem}.product-list-info{padding:.75rem}.product-list-info h3{font-size:.95rem;color:var(--text-primary);margin-bottom:.375rem;text-transform:uppercase;line-height:1.3}.product-list-tag{font-size:.75rem;color:var(--accent-primary);margin-bottom:.375rem;font-weight:600}.product-list-price{font-size:1rem;color:var(--text-primary);font-weight:700;margin-bottom:.25rem}.product-list-availability{font-size:.8rem;color:var(--text-secondary)}.product-list-actions{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid var(--border-color)}.edit-button,.delete-button{flex:1;padding:.625rem .5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;min-height:36px;display:flex;align-items:center;justify-content:center}.delete-button{background:#ff00001a;color:#f44;border:1px solid #ff4444}.delete-button:hover{background:#f44;color:#fff}@media (max-width: 768px){.product-list-grid{grid-template-columns:1fr}}.csv-import-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px)}.csv-import-modal{background:var(--bg-color, #ffffff);border-radius:12px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.csv-import-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:2px solid var(--border-color, #e0e0e0)}.csv-import-header h2{margin:0;font-size:24px;font-weight:700;color:var(--text-color, #1a1a1a);letter-spacing:1px}.csv-import-close{background:none;border:none;font-size:32px;cursor:pointer;color:var(--text-color, #666);padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.csv-import-close:hover{background:var(--hover-bg, #f0f0f0);color:var(--text-color, #1a1a1a)}.csv-import-content{padding:24px}.csv-import-instructions{margin-bottom:24px}.csv-import-instructions p{margin:0 0 12px;color:var(--text-color, #666);font-size:14px}.csv-template-button{background:var(--primary-color, #007bff);color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.csv-template-button:hover{background:var(--primary-hover, #0056b3);transform:translateY(-1px);box-shadow:0 4px 8px #007bff4d}.csv-import-file-section{margin-bottom:24px}.csv-file-input-label{display:block;cursor:pointer;border:2px dashed var(--border-color, #ccc);border-radius:8px;padding:24px;text-align:center;transition:all .2s;background:var(--input-bg, #f9f9f9)}.csv-file-input-label:hover{border-color:var(--primary-color, #007bff);background:var(--input-hover-bg, #f0f7ff)}.csv-file-input{display:none}.csv-file-input-text{display:block;color:var(--text-color, #666);font-size:16px;font-weight:500}.csv-preview{margin-bottom:24px;border:1px solid var(--border-color, #e0e0e0);border-radius:8px;padding:16px;background:var(--preview-bg, #fafafa)}.csv-preview h3{margin:0 0 12px;font-size:16px;font-weight:600;color:var(--text-color, #1a1a1a)}.csv-preview-table-wrapper{overflow-x:auto;max-height:300px;overflow-y:auto}.csv-preview-table{width:100%;border-collapse:collapse;font-size:12px}.csv-preview-table th,.csv-preview-table td{padding:8px;text-align:left;border-bottom:1px solid var(--border-color, #e0e0e0)}.csv-preview-table th{background:var(--table-header-bg, #f5f5f5);font-weight:600;position:sticky;top:0;z-index:1}.csv-preview-table td{color:var(--text-color, #666);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.csv-import-errors{margin-bottom:24px;padding:16px;background:#fff3cd;border:1px solid #ffc107;border-radius:8px}.csv-import-errors h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#856404}.csv-import-errors ul{margin:0;padding-left:20px;color:#856404}.csv-import-errors li{margin-bottom:4px;font-size:14px}.csv-import-results{margin-bottom:24px;padding:16px;background:#d4edda;border:1px solid #28a745;border-radius:8px}.csv-import-results h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#155724}.csv-import-results p{margin:8px 0;color:#155724;font-size:14px}.csv-import-results .success{color:#155724;font-weight:600}.csv-import-results .error{color:#721c24}.csv-import-results ul{margin:8px 0 0;padding-left:20px;color:#721c24}.csv-import-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.csv-import-button{background:var(--primary-color, #007bff);color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;transition:all .2s;min-width:150px}.csv-import-button:hover:not(:disabled){background:var(--primary-hover, #0056b3);transform:translateY(-1px);box-shadow:0 4px 8px #007bff4d}.csv-import-button:disabled{opacity:.6;cursor:not-allowed}.csv-cancel-button{background:var(--secondary-color, #6c757d);color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;transition:all .2s}.csv-cancel-button:hover:not(:disabled){background:var(--secondary-hover, #5a6268);transform:translateY(-1px)}.csv-cancel-button:disabled{opacity:.6;cursor:not-allowed}.dark .csv-import-modal{background:#1a1a1a;color:#e0e0e0}.dark .csv-import-header{border-bottom-color:#333}.dark .csv-import-header h2{color:#e0e0e0}.dark .csv-import-close{color:#999}.dark .csv-import-close:hover{background:#333;color:#e0e0e0}.dark .csv-file-input-label{border-color:#444;background:#222}.dark .csv-file-input-label:hover{border-color:#007bff;background:#1a2332}.dark .csv-preview{border-color:#444;background:#222}.dark .csv-preview-table th{background:#2a2a2a;color:#e0e0e0}.dark .csv-preview-table td{color:#ccc;border-bottom-color:#444}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:12px;padding:1rem 1.5rem;box-shadow:0 8px 24px #0000004d,0 0 0 1px #ffd70033;z-index:10000;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:300px;max-width:400px;opacity:0;transform:translate(400px);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.toast-show{opacity:1;transform:translate(0)}.toast-content{display:flex;align-items:center;gap:.75rem;flex:1}.toast-icon{font-size:1.25rem;font-weight:700;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.toast-message{font-size:.95rem;font-weight:600;color:var(--text-primary);line-height:1.4}.toast-close{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s ease;flex-shrink:0;line-height:1}.toast-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.toast-success{border-color:#4caf50;background:#4caf501a}.toast-success .toast-icon{background:#4caf50;color:#fff}.toast-error{border-color:#f44;background:#ff44441a}.toast-error .toast-icon{background:#f44;color:#fff}.toast-info{border-color:var(--accent-primary);background:#ffd7001a}.toast-info .toast-icon{background:var(--accent-primary);color:#000}.toast-warning{border-color:#ff9800;background:#ff98001a}.toast-warning .toast-icon{background:#ff9800;color:#fff}@media (max-width: 768px){.toast{bottom:1rem;right:1rem;left:1rem;min-width:auto;max-width:none;transform:translate(400px)}.toast-show{transform:translate(0)}}.product-management{display:flex;flex-direction:column;gap:2rem}.management-header-title{display:flex;flex-direction:column;gap:.5rem}.management-header-title h2{margin:0}.product-counter{font-size:.9rem;font-weight:600;color:var(--text-secondary, #666);letter-spacing:.05em;text-transform:uppercase;padding:.25rem .75rem;background:var(--counter-bg, #f0f0f0);border-radius:4px;display:inline-block;width:fit-content}.management-header-actions{display:flex;gap:1rem;align-items:center}.management-header-title h2{font-size:2rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.import-button{padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:inline-flex;align-items:center;gap:.5rem;background:var(--secondary-color, #6c757d);color:var(--bg-primary, #ffffff);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px var(--shadow-md)}.import-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-lg);background:var(--secondary-hover, #5a6268)}.import-button-icon{display:flex;align-items:center;justify-content:center}.import-button-label{display:inline-block}.dark .product-counter{background:var(--counter-bg, #2a2a2a);color:var(--text-secondary, #999)}@media (max-width: 768px){.management-header{flex-direction:column;align-items:flex-start}.management-header-actions{width:100%;flex-direction:column}.add-button,.import-button{width:100%}}.location-form-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;overflow-y:auto}.location-form-container{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:16px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.location-form-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid var(--border-color)}.location-form-header h3{font-size:1.5rem;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em}.form-close-button{background:none;border:none;font-size:2rem;color:var(--text-secondary);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.form-close-button:hover{background:var(--bg-tertiary);color:var(--text-primary)}.location-form{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group input{padding:.75rem;font-size:1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-family:inherit;transition:all .3s ease}.form-group input:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #ffd7001a}.form-hint{font-size:.75rem;color:var(--text-muted);margin-top:.25rem;font-style:italic}.image-preview{margin-top:1rem;padding:1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.image-preview img{max-width:200px;max-height:200px;width:auto;height:auto;object-fit:contain;border-radius:8px;border:2px solid var(--border-color);box-shadow:0 2px 8px #0000001a}.remove-image-button{padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;background:#ff00001a;color:#f44;border:2px solid #ff4444;border-radius:8px;cursor:pointer;width:fit-content;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.remove-image-button:active{transform:translateY(0)}.remove-image-button:hover{background:#f44;color:#fff}.cancel-button,.submit-button{padding:.75rem 2rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.cancel-button:hover{background:var(--bg-primary)}.submit-button{background:var(--accent-gradient);color:var(--bg-primary);box-shadow:0 4px 12px var(--shadow-md)}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-lg)}@media (max-width: 768px){.location-form-overlay{padding:1rem}.location-form-container{max-height:95vh}.location-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}.location-list{margin-top:2rem}.location-list-empty{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.location-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.location-list-item{background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:12px;overflow:hidden;transition:all .3s ease}.location-list-item:hover{border-color:var(--accent-primary);box-shadow:0 4px 12px var(--shadow-md)}.location-list-image{width:100%;height:200px;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;overflow:hidden}.location-list-image img{width:100%;height:100%;object-fit:cover}.location-list-placeholder{color:var(--text-secondary);font-size:.9rem}.location-list-info{padding:1rem}.location-list-info h3{font-size:1.2rem;color:var(--accent-primary);margin-bottom:.5rem;text-transform:uppercase}.location-list-branch{font-size:.9rem;color:var(--text-secondary);margin-bottom:.5rem;font-weight:600}.location-list-address,.location-list-phone{font-size:.9rem;color:var(--text-primary);margin-bottom:.5rem}.location-list-hours{font-size:.85rem;color:var(--text-secondary);margin-bottom:.5rem}.location-list-link{font-size:.85rem;color:var(--text-primary);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.location-list-link:last-child{margin-bottom:0}.link-label{font-weight:600;color:var(--text-secondary);min-width:80px}.link-value{color:var(--accent-primary);text-decoration:none;transition:all .3s ease}.link-value:hover{color:var(--accent-secondary);text-decoration:underline}.location-list-actions{display:flex;gap:.5rem;padding:1rem;border-top:1px solid var(--border-color)}.edit-button,.delete-button{flex:1;padding:.875rem 1.25rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;min-height:44px;display:flex;align-items:center;justify-content:center}.edit-button{background:var(--accent-gradient);color:var(--bg-primary)}.edit-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-md)}.delete-button{background:#ff00001a;color:#f44;border:2px solid #ff4444}.delete-button:hover{background:#f44;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #f446}.delete-button:active{transform:translateY(0)}@media (max-width: 768px){.location-list-grid{grid-template-columns:1fr}}.location-management{display:flex;flex-direction:column;gap:2rem}.management-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.management-header h2{font-size:2rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.add-button{padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--accent-gradient);color:var(--bg-primary);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px var(--shadow-md)}.add-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-lg)}@media (max-width: 768px){.management-header{flex-direction:column;align-items:flex-start}.add-button{width:100%}}.skeleton-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-top:2rem}.skeleton-item{background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:12px;overflow:hidden;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-image{width:100%;height:140px;background:linear-gradient(90deg,var(--bg-secondary) 0%,var(--bg-tertiary) 50%,var(--bg-secondary) 100%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-content{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.skeleton-line{height:1rem;background:linear-gradient(90deg,var(--bg-secondary) 0%,var(--bg-tertiary) 50%,var(--bg-secondary) 100%);background-size:200% 100%;border-radius:4px;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-title{width:60%;height:1.25rem}.skeleton-text{width:100%}.skeleton-text.short{width:80%}.skeleton-actions{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid var(--border-color)}.skeleton-button{flex:1;height:36px;background:linear-gradient(90deg,var(--bg-secondary) 0%,var(--bg-tertiary) 50%,var(--bg-secondary) 100%);background-size:200% 100%;border-radius:6px;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-form{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:16px;padding:2rem}.skeleton-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.skeleton-form-content{display:flex;flex-direction:column;gap:1.5rem}.skeleton-form-group{display:flex;flex-direction:column;gap:.5rem}.skeleton-label{width:120px;height:.9rem}.skeleton-input{width:100%;height:2.5rem;border-radius:8px}.skeleton-featured{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:16px;padding:2rem}.skeleton-featured-content{display:flex;flex-direction:column;gap:2rem}.skeleton-section{display:flex;flex-direction:column;gap:1rem}.skeleton-subtitle{width:200px;height:1.5rem}.skeleton-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.skeleton-showcase-item{background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 768px){.skeleton-list,.skeleton-showcase{grid-template-columns:1fr}}.showcase-product-modal-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.showcase-product-modal{background:var(--bg-secondary);border-radius:20px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffd70033;border:2px solid var(--accent-primary);animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);flex-shrink:0}:root[data-theme=light] .showcase-product-modal{background:#fff;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffa50033;border-color:var(--accent-primary)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.showcase-product-modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:transparent;border:2px solid var(--accent-primary);color:var(--accent-primary);font-size:1.5rem;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,color .3s ease,transform .2s ease;z-index:10;line-height:1;padding:0;margin:0;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.showcase-product-modal-close:before{content:"×";display:flex;align-items:center;justify-content:center;line-height:1;margin:0;padding:0;width:100%;height:100%}.showcase-product-modal-close:hover{background:var(--accent-primary);color:#000;transform:scale(1.05);box-shadow:0 4px 12px #ffd70080}.showcase-product-modal-close:active{transform:scale(.98)}.showcase-product-modal-header{padding:1.5rem 2rem;border-bottom:2px solid var(--border-color)}.showcase-product-modal-header h3{font-size:1.5rem;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;margin:0}.showcase-product-modal-form{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.form-input,.form-textarea{padding:.75rem;font-size:1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-family:inherit;transition:all .3s ease}select.form-input{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;z-index:10}select.form-input option{background:var(--bg-tertiary);color:var(--text-primary);padding:.5rem}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #ffd7001a}.form-textarea{resize:vertical;min-height:80px}.price-input-group{display:flex;align-items:center;gap:.5rem}.currency-display{font-size:1rem;font-weight:700;color:var(--accent-primary);padding:.75rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px 0 0 8px;min-width:40px;text-align:center}.price-input{border-radius:0 8px 8px 0;flex:1}.selected-product-info{margin-top:.5rem;padding:.75rem;background:#ffd7001a;border:1px solid rgba(255,215,0,.3);border-radius:8px}.selected-product-info p{margin:.25rem 0;font-size:.9rem;color:var(--text-primary)}.image-preview{margin:1rem auto 0;padding:1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;gap:1rem;align-items:center;width:fit-content;max-width:100%}.preview-image{max-width:200px;max-height:200px;width:auto;height:auto;object-fit:contain;border-radius:8px;border:2px solid var(--border-color);box-shadow:0 2px 8px #0000001a;display:block}.remove-image-button{padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;background:#ff00001a;color:#f44;border:2px solid #ff4444;border-radius:8px;cursor:pointer;width:fit-content;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;align-self:center}.remove-image-button:hover{background:#f44;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #f446}.form-help-text{font-size:.75rem;color:var(--text-muted);margin-top:.25rem;font-style:italic}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:2px solid var(--border-color)}.save-button,.cancel-button{padding:.75rem 2rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.cancel-button{background:var(--bg-tertiary);color:var(--text-primary);border:2px solid var(--border-color)}.cancel-button:hover:not(:disabled){background:var(--bg-primary)}.save-button{background:var(--accent-gradient);color:var(--bg-primary);box-shadow:0 4px 12px var(--shadow-md)}.save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-lg)}@media (max-width: 768px){.showcase-product-modal-overlay{padding:1rem;align-items:flex-start}.showcase-product-modal{max-height:95vh;border-radius:16px;margin-top:0;margin-bottom:0}.showcase-product-modal-form{padding:1.5rem}.form-actions{flex-direction:column}.save-button,.cancel-button{width:100%}}.featured-management{padding:2rem}.management-header{margin-bottom:2rem}.management-header h2{font-size:1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:.5rem}.management-subtitle{color:var(--text-secondary);font-size:.95rem;margin:0}.featured-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;margin-bottom:2rem}.section-title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:1rem;font-family:inherit;transition:all .3s ease}.form-input:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--shadow-sm)}.form-textarea{width:100%;padding:.75rem 1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:1rem;font-family:inherit;resize:vertical;min-height:80px;transition:all .3s ease}.form-textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--shadow-sm)}.showcase-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.showcase-product-card{background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:all .3s ease}.showcase-product-card:hover{border-color:var(--accent-primary);box-shadow:0 4px 12px var(--shadow-md)}.product-preview{margin-bottom:1rem}.product-preview-title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);margin-bottom:.75rem}.product-preview-price{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.product-preview-description{font-size:.9rem;color:var(--text-secondary);line-height:1.5;margin-bottom:.5rem}.product-preview-button{font-size:.85rem;color:var(--text-muted);font-style:italic}.product-edit-form{display:flex;flex-direction:column;gap:1rem}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.save-button,.cancel-button,.edit-button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease}.save-button{background:var(--accent-primary);color:var(--bg-primary);flex:1}.save-button:hover:not(:disabled){background:var(--accent-secondary);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-md)}.save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.cancel-button{background:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--border-color);flex:1}.cancel-button:hover:not(:disabled){border-color:var(--text-muted);background:var(--bg-tertiary)}.cancel-button:disabled{opacity:.6;cursor:not-allowed}.edit-button{width:100%;background:var(--accent-primary);color:var(--bg-primary)}.edit-button:hover{background:var(--accent-secondary);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-md)}.management-header{position:relative}.save-all-button{margin-top:1rem;padding:1rem 2rem;background:var(--accent-primary);color:var(--bg-primary);border:none;border-radius:8px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease}.save-all-button:hover:not(:disabled){background:var(--accent-secondary);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-md)}.save-all-button:disabled{opacity:.6;cursor:not-allowed}.save-message{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600}.save-message.success{background:#4caf5033;color:#4caf50;border:1px solid #4CAF50}.save-message.error{background:#f4433633;color:#f44336;border:1px solid #f44336}.loading-message{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1.1rem}.form-file-input{width:100%;padding:.75rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.9rem;cursor:pointer;transition:all .3s ease}.form-file-input:hover{border-color:var(--accent-primary)}.image-preview{margin-top:1rem;border:2px solid var(--border-color);border-radius:8px;padding:1rem;background:var(--bg-tertiary);display:inline-block}.preview-image{max-width:200px;max-height:200px;object-fit:contain;border-radius:4px}.price-input-group{display:flex;gap:.5rem;align-items:center}.currency-display{padding:.75rem 1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:1rem;font-weight:600;min-width:50px;text-align:center;display:flex;align-items:center;justify-content:center}.price-input{flex:1}.selected-product-info{margin-top:1rem;padding:1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px}.selected-product-info p{margin:.5rem 0;color:var(--text-secondary);font-size:.9rem}.form-help-text{margin-top:.5rem;font-size:.85rem;color:var(--text-muted);font-style:italic}@media (max-width: 768px){.featured-management,.featured-section{padding:1.5rem}.showcase-products-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.save-button,.cancel-button{width:100%}}.admin-dashboard{min-height:100vh;background:var(--bg-primary);padding:2rem;transition:background-color .3s ease}.admin-dashboard.dark,.admin-dashboard.light{background:var(--bg-primary)}.admin-dashboard-container{max-width:1400px;margin:0 auto}.admin-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.admin-header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.admin-header-actions{display:flex;align-items:center;gap:1rem}.admin-theme-toggle{padding:.75rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .3s ease;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--accent-primary)}.admin-theme-toggle svg{width:20px;height:20px;transition:all .3s ease}.admin-theme-toggle:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:#000;transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px var(--shadow-md)}.admin-theme-toggle:hover svg{transform:rotate(15deg)}.admin-theme-toggle:active{transform:translateY(0) scale(1)}.admin-header h1{font-size:2.5rem;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em}.admin-logout-button{padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#ff00001a;color:#f44;border:2px solid #ff4444;border-radius:8px;cursor:pointer;transition:all .3s ease}.admin-logout-button:hover{background:#f44;color:#fff;transform:translateY(-2px)}.admin-nav{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid var(--border-color)}.admin-nav-button{padding:1rem 2rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:none;border:none;border-bottom:3px solid transparent;color:var(--text-secondary);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;top:2px}.admin-nav-button:before{content:"";position:absolute;bottom:-3px;left:0;width:0;height:3px;background:var(--accent-primary);transition:width .3s cubic-bezier(.4,0,.2,1)}.admin-nav-button:hover{color:var(--accent-primary);transform:translateY(-2px)}.admin-nav-button:hover:before{width:100%}.admin-nav-button.active{color:var(--accent-primary);border-bottom-color:var(--accent-primary);transform:translateY(-2px)}.admin-nav-button.active:before{width:100%}.admin-main{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:16px;padding:2rem;min-height:500px;position:relative;overflow:hidden}.admin-content-wrapper{position:relative;width:100%;animation:fadeIn .3s ease-in-out}.admin-content-wrapper.loading{opacity:.5}.admin-content-wrapper.slide-left{animation:slideInLeft .3s ease-out}.admin-content-wrapper.slide-right{animation:slideInRight .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.admin-dashboard{padding:1rem}.admin-header h1{font-size:1.8rem}.admin-nav{flex-direction:column;gap:.5rem}.admin-nav-button{width:100%;text-align:left;border-bottom:2px solid var(--border-color);border-left:3px solid transparent;top:0}.admin-nav-button.active{border-left-color:var(--accent-primary);border-bottom-color:var(--border-color)}.admin-main{padding:1rem}}:root[data-theme=dark]{--bg-primary: #000000;--bg-secondary: #1a1a1a;--bg-tertiary: #2a2a2a;--text-primary: #ffffff;--text-secondary: #e0e0e0;--text-muted: #a0a0a0;--accent-primary: #FFD700;--accent-secondary: #FFA500;--accent-gradient: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);--border-color: #333333;--border-accent: #FFD700;--shadow-sm: rgba(255, 215, 0, .1);--shadow-md: rgba(255, 215, 0, .2);--shadow-lg: rgba(255, 215, 0, .3)}:root[data-theme=light]{--bg-primary: #f5f5dc;--bg-secondary: #ffffff;--bg-tertiary: #ffffff;--text-primary: #1a1a1a;--text-secondary: #2d2d2d;--text-muted: #666666;--accent-primary: #FFA500;--accent-secondary: #FFD700;--accent-gradient: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);--border-color: #d4d4d4;--border-accent: #FFA500;--shadow-sm: rgba(255, 165, 0, .15);--shadow-md: rgba(255, 165, 0, .25);--shadow-lg: rgba(255, 165, 0, .35)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .5s ease,color .5s ease;min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;color:var(--text-primary);transition:color .5s ease}h1{font-size:clamp(2rem,5vw,4rem)}h2{font-size:clamp(1.5rem,4vw,3rem)}h3{font-size:clamp(1.25rem,3vw,2rem)}p{color:var(--text-secondary);transition:color .5s ease}a{color:var(--accent-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-secondary)}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .3s ease;position:relative;overflow:hidden}button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}button:active:after{width:300px;height:300px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.hexagon{clip-path:polygon(30% 0%,70% 0%,100% 50%,70% 100%,30% 100%,0% 50%)}*{transition:background-color .5s ease,color .5s ease,border-color .5s ease}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--accent-gradient);border-radius:10px;border:2px solid var(--bg-secondary);transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary);box-shadow:0 0 8px var(--shadow-md)}*{scrollbar-width:thin;scrollbar-color:var(--accent-primary) var(--bg-secondary)}:root[data-theme=dark] ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,orange,gold)}:root[data-theme=dark] *{scrollbar-color:#FFD700 var(--bg-secondary)}:root[data-theme=light] ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,orange,gold)}:root[data-theme=light] *{scrollbar-color:#FFA500 var(--bg-secondary)}@media (max-width: 768px){button,a,input[type=button],input[type=submit],.cta-button,.nav-link,.product-card,.location-card{min-height:44px;min-width:44px;-webkit-tap-highlight-color:rgba(255,215,0,.2)}body{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}h1,h2,h3,h4,h5,h6{margin-bottom:1rem}p{margin-bottom:1rem;line-height:1.6}body{overflow-x:hidden;width:100%}button{padding:.75rem 1.5rem}input,textarea,select{font-size:16px;padding:.75rem;min-height:44px}.container{padding:0 1rem}}@media (max-width: 480px){body{font-size:15px}h1{font-size:clamp(1.75rem,8vw,2.5rem)}h2{font-size:clamp(1.5rem,7vw,2rem)}h3{font-size:clamp(1.25rem,6vw,1.75rem)}button{padding:.875rem 1.25rem;font-size:.9rem}.container{padding:0 .75rem}}body.modal-open,body.menu-open{overflow:hidden;position:fixed;width:100%;height:100%}@supports (-webkit-touch-callout: none){.products-page,.home-page{min-height:-webkit-fill-available}}@media (max-width: 768px){html{height:100%;height:100dvh}body{min-height:100%;min-height:100dvh;overflow-x:hidden}}
