@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@400;500;600&display=swap";
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_ca35ecd4-module__VNkuCW__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_ca35ecd4-module__VNkuCW__variable{--font-outfit:"Outfit", "Outfit Fallback"}
:root{--bg-main:#f9fafb;--bg-panel:#fff;--text-primary:#111827;--text-secondary:#4b5563;--accent-color:#10b981;--accent-hover:#059669;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--radius-md:12px;--radius-lg:16px;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:600}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit;transition:all .2s}input{outline:none;font-family:inherit}.store-layout{flex-direction:column;min-height:100vh;display:flex}.store-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);background:#fffffff2;justify-content:space-between;align-items:center;height:75px;padding:0 2rem;display:flex;position:sticky;top:0}.brand{color:var(--accent-color);font-size:1.5rem;font-weight:700;font-family:var(--font-heading);align-items:center;gap:.5rem;display:flex}.search-container{flex:1;max-width:500px;margin:0 2rem;position:relative}.search-input{border:1px solid var(--border-color);background:var(--bg-main);border-radius:20px;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.95rem}.search-input:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #10b98133}.search-icon{color:var(--text-secondary);width:18px;height:18px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.header-actions{align-items:center;gap:1rem;display:flex}.cart-btn{color:var(--text-primary);justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative}.cart-btn:hover{color:var(--accent-color)}.cart-badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.store-main{flex:1;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem;display:flex}.store-sidebar{flex-shrink:0;width:250px}.categories-card{background:var(--bg-panel);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:1.5rem;position:sticky;top:100px}.categories-card h2{border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem}.category-list{flex-direction:column;gap:.25rem;list-style:none;display:flex}.cat-item{text-align:left;border-radius:var(--radius-md);width:100%;color:var(--text-secondary);padding:.75rem 1rem;font-size:.95rem;font-weight:500}.cat-item:hover{background:var(--bg-main);color:var(--text-primary)}.cat-item.active{color:var(--accent-color);background:#10b9811a;font-weight:600}.store-content{flex:1}.content-header{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.content-header h1{color:var(--text-primary);font-size:1.75rem}.content-header p{color:var(--text-secondary);margin-top:.25rem;font-size:.9rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:640px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (min-width:1280px){.products-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem}}.product-card{background:var(--bg-panel);border:1px solid var(--border-color);border-radius:.5rem;flex-direction:column;gap:.5rem;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.product-card:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-2px)}.product-image{aspect-ratio:1;justify-content:center;align-items:center;width:100%;padding:.5rem;display:flex;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{flex-direction:column;flex:1;display:flex}.product-shop{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-color);margin-bottom:.25rem;font-size:.7rem;font-weight:700}.product-name{color:var(--text-primary);flex:1;font-size:.95rem;font-weight:500;line-height:1.3}.product-footer{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.product-price{color:var(--text-primary);font-size:1.1rem;font-weight:700}.btn-add-cart{background:var(--bg-main);color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.btn-add-cart:hover{background:var(--accent-color);color:#fff;transform:scale(1.05)}.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;background:#0f172a66;transition:all .3s;position:fixed;inset:0}.cart-overlay.open{opacity:1;visibility:visible}.cart-panel{background:var(--bg-panel);z-index:1001;flex-direction:column;width:100%;max-width:400px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.cart-overlay.open+.cart-panel{transform:translate(0)}.cart-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{align-items:center;gap:.5rem;font-size:1.25rem;display:flex}.btn-close{color:var(--text-secondary);padding:.5rem}.btn-close:hover{color:#ef4444;background:#ef44441a;border-radius:50%}.cart-items{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.cart-empty{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;display:flex}.cart-empty-icon{background:var(--bg-main);width:80px;height:80px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;display:flex}.cart-item{border:1px solid var(--border-color);border-radius:var(--radius-md);align-items:center;gap:1rem;padding:.75rem;display:flex}.cart-item-img{background:var(--bg-main);border-radius:8px;flex-shrink:0;width:60px;height:60px;padding:.5rem}.cart-item-img img{object-fit:contain;width:100%;height:100%}.cart-item-info{flex:1;min-width:0}.cart-item-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.cart-item-price{color:var(--accent-color);margin-top:.25rem;font-size:.95rem;font-weight:700}.btn-remove{color:#ef4444;opacity:.7;padding:.5rem}.btn-remove:hover{opacity:1;background:#ef44441a;border-radius:8px}.cart-footer{border-top:1px solid var(--border-color);background:var(--bg-main);padding:1.5rem}.cart-total{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cart-total-label{color:var(--text-secondary);font-weight:500}.cart-total-value{color:var(--text-primary);font-size:1.5rem;font-weight:700}.btn-checkout{background:var(--accent-color);color:#fff;border-radius:var(--radius-md);text-align:center;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:block}.btn-checkout:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.floating-cart{z-index:90;background:var(--accent-color);color:#fff;width:64px;height:64px;box-shadow:var(--shadow-lg);border-radius:50%;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.floating-cart:hover{transform:scale(1.05)translateY(-5px);box-shadow:0 15px 25px #10b98166}.floating-cart .cart-badge{border:2px solid #fff;width:24px;height:24px;font-size:.85rem;top:0;right:0}.scroll-to-top{z-index:89;background:var(--bg-panel);color:var(--text-primary);width:48px;height:48px;box-shadow:var(--shadow-md);border:1px solid var(--border-color);opacity:0;visibility:hidden;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;bottom:2rem;left:2rem}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color);transform:translateY(-5px)}.virtual-box-container{border-radius:var(--radius-lg);background:linear-gradient(145deg,#fff,#f0fdf4);border:1px solid #10b98133;margin:1.5rem;padding:1.25rem;position:relative;overflow:hidden;box-shadow:0 4px 12px #10b98114}.virtual-box-container:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#10b9810d 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.virtual-box-header{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex;position:relative}.virtual-box-info{flex-direction:column;gap:.4rem;display:flex}.virtual-box-title{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;display:flex}.virtual-box-title svg{color:var(--accent-color)}.virtual-box-dims{color:var(--accent-hover);letter-spacing:.05em;background:#10b9811a;border-radius:20px;justify-content:center;align-items:center;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-flex}.progress-wrapper{z-index:1;position:relative}.progress-bar-bg{background:#e2e8f0;border-radius:6px;width:100%;height:10px;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.progress-bar-fill{background:linear-gradient(90deg,#10b981,#34d399);border-radius:6px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1),background .4s;position:relative;overflow:hidden}.progress-bar-fill:after{content:"";background:linear-gradient(45deg,#fff3 25%,#0000 25% 50%,#fff3 50% 75%,#0000 75%,#0000) 0 0/20px 20px;animation:1s linear infinite progress-stripes;position:absolute;inset:0}@keyframes progress-stripes{0%{background-position:20px 0}to{background-position:0 0}}.progress-bar-fill.warning{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.progress-bar-fill.danger{background:linear-gradient(90deg,#ef4444,#f87171);animation:1.5s infinite pulse-danger}@keyframes pulse-danger{0%{opacity:1}50%{opacity:.8}to{opacity:1}}.volume-stats{justify-content:space-between;align-items:center;margin-top:.6rem;display:flex}.volume-percent{color:var(--accent-color);font-size:.9rem;font-weight:700}.volume-percent.warning{color:#f59e0b}.volume-percent.danger{color:#ef4444}.volume-text{color:var(--text-secondary);font-size:.75rem;font-weight:500}.toast-container{z-index:100;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.toast{color:#fff;box-shadow:var(--shadow-lg);pointer-events:auto;background:#ef4444;border-radius:30px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards toast-in;display:flex}@keyframes toast-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pop-animation{0%{transform:scale(1)}50%{background-color:var(--accent-color);color:#fff;transform:scale(1.2)rotate(-5deg)}to{transform:scale(1)}}.animating-cart-btn{animation:.4s pop-animation}.animating-item{animation:.4s forwards item-drop}@keyframes item-drop{0%{opacity:0;transform:scale(.9)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.featured-section{margin-bottom:2rem}.section-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.featured-categories-grid{gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.featured-categories-grid::-webkit-scrollbar{height:6px}.featured-categories-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.featured-cat-card{background:var(--bg-panel);border:1px solid var(--border-color);border-radius:var(--radius-md);min-width:140px;box-shadow:var(--shadow-sm);flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1rem;transition:all .2s;display:flex}.featured-cat-card:hover{border-color:var(--accent-color);box-shadow:var(--shadow-md);transform:translateY(-3px)}.featured-cat-icon{width:48px;height:48px;color:var(--accent-color);background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.featured-cat-card:hover .featured-cat-icon{background:var(--accent-color);color:#fff;transform:scale(1.1)}.featured-cat-card span{color:var(--text-primary);text-align:center;font-size:.9rem;font-weight:500}.top-announcement-bar{background:var(--accent-color);color:#fff;letter-spacing:.02em;justify-content:space-between;align-items:center;padding:.5rem 2rem;font-size:.8rem;font-weight:500;display:flex}.top-bar-links{gap:1.5rem;display:flex}.top-bar-links a{color:#fff;opacity:.9;text-decoration:none;transition:opacity .2s}.top-bar-links a:hover{opacity:1}.login-btn{color:var(--text-primary);border:1px solid var(--border-color);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.login-btn:hover{border-color:var(--accent-color);color:var(--accent-color);background:#10b9810d}.user-profile{align-items:center;gap:.5rem;display:flex}.user-avatar{background:var(--accent-color);color:#fff;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:600;display:flex}.user-avatar-small{background:var(--accent-color);color:#fff;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-bottom:2px;font-size:.7rem;font-weight:600;display:flex}.user-name{font-size:.9rem;font-weight:500;display:none}@media (min-width:768px){.user-name{display:inline}}.btn-logout{width:32px;height:32px;color:var(--text-secondary);background:var(--bg-main);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.btn-logout:hover{color:#ef4444;background:#ef44441a}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s forwards fade-in;display:flex;position:fixed;top:0;left:0}.login-modal{background:var(--bg-panel);border-radius:var(--radius-lg);width:90%;max-width:420px;box-shadow:var(--shadow-lg);padding:2rem;animation:.3s .1s forwards slide-up;position:relative;transform:translateY(20px)}@keyframes slide-up{to{opacity:1;transform:translateY(0)}}@keyframes fade-in{to{opacity:1}}.modal-close{color:var(--text-secondary);position:absolute;top:1rem;right:1rem}.modal-close:hover{color:var(--text-primary)}.login-modal h2{text-align:center;margin-bottom:.5rem;font-size:1.5rem}.login-modal p{text-align:center;color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-input{border:1px solid var(--border-color);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.95rem}.auth-input:focus{border-color:var(--accent-color)}.auth-submit{background:var(--accent-color);color:#fff;border-radius:var(--radius-md);padding:.75rem;font-size:1rem;font-weight:600}.auth-submit:hover{background:var(--accent-hover)}.auth-divider{text-align:center;color:var(--text-secondary);align-items:center;margin:1.5rem 0;font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid var(--border-color);flex:1}.auth-divider:not(:empty):before{margin-right:.5em}.auth-divider:not(:empty):after{margin-left:.5em}.google-login-btn{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);background:#fff;justify-content:center;align-items:center;gap:.75rem;padding:.75rem;font-weight:500;transition:background .2s;display:flex}.google-login-btn:hover{background:#f8fafc}.mobile-bottom-nav{background:var(--bg-panel);border-top:1px solid var(--border-color);z-index:80;width:100%;padding:.5rem 1rem;padding-bottom:env(safe-area-inset-bottom,.5rem);justify-content:space-between;display:none;position:fixed;bottom:0;left:0}.nav-item{color:var(--text-secondary);flex-direction:column;align-items:center;gap:.25rem;font-size:.7rem;font-weight:500;display:flex}.nav-item.active{color:var(--accent-color)}.main-footer{border-top:1px solid var(--border-color);background:#fff;margin-top:auto;padding:3rem 2rem 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1400px;margin:0 auto;display:grid}.footer-col h4{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem}.footer-col ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-col a{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid var(--border-color);text-align:center;max-width:1400px;color:var(--text-secondary);margin:2rem auto 0;padding-top:1.5rem;font-size:.85rem}@media (max-width:768px){.top-announcement-bar,.store-sidebar{display:none}.store-main{padding:1rem 1rem 5rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.floating-cart{display:none}.scroll-to-top{width:40px;height:40px;bottom:5rem;left:1rem}.mobile-bottom-nav{display:flex}}.otp-input{text-align:center;letter-spacing:.5em;padding:1rem;font-size:1.5rem;font-weight:600}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-error{color:#ef4444;text-align:center;margin-top:-.5rem;font-size:.85rem}
