.header{background:#191510d9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);color:#fff;padding:.7rem 2.5rem;position:sticky;top:0;z-index:100;box-shadow:0 4px 30px #0003,0 1px #ffffff0d inset;transition:all .4s cubic-bezier(.4,0,.2,1);border-bottom:1px solid rgba(255,255,255,.1)}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.language-toggle{background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#fff;padding:.5rem 1rem;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);margin-left:0}.language-toggle:hover{background:#ffffff26;border-color:#fff3;transform:translateY(-2px)}.user-icon{position:relative;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffff14;margin-left:0;text-decoration:none;width:33px;height:33px;box-sizing:border-box}.user-icon:hover{background:#ffffff26;transform:translateY(-2px)}.user-icon svg{transition:transform .3s}.user-icon:hover svg{transform:scale(1.1)}.user-number{position:absolute;top:-4px;right:-4px;background:#191510;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;box-shadow:0 2px 8px #19151080;border:2px solid rgba(255,255,255,.2)}.wallet-icon{position:relative;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .8rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffff14;margin-left:0;text-decoration:none;height:33px;box-sizing:border-box;white-space:nowrap}.wallet-icon:hover{background:#ffffff26;transform:translateY(-2px)}.wallet-icon svg{transition:transform .3s;flex-shrink:0}.wallet-icon:hover svg{transform:scale(1.1)}.points-text{font-size:.85rem;font-weight:600;color:#ff8c42;white-space:nowrap}.points-badge{position:absolute;top:-6px;right:-6px;background:#bc823d;color:#fff;border-radius:12px;padding:2px 6px;min-width:20px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;box-shadow:0 2px 8px #bc823d66;border:1px solid rgba(255,255,255,.2)}.cart-icon{position:relative;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffff14;margin-left:0;width:33px;height:33px;box-sizing:border-box}.cart-icon:hover{background:#ffffff26;transform:translateY(-2px)}.cart-icon svg{transition:transform .3s}.cart-icon:hover svg{transform:scale(1.1)}.cart-badge{position:absolute;top:-4px;right:-4px;background:#191510;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;box-shadow:0 2px 8px #19151080;border:2px solid rgba(255,255,255,.2);animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.nav-links{display:flex;gap:.5rem}.nav-links a{color:#ffffffe6;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1.3rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;line-height:1.5;white-space:nowrap}.nav-links a:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff1a;opacity:0;transition:opacity .3s;border-radius:12px}.nav-links a:hover:before{opacity:1}.nav-links a:hover{color:#fff;transform:translateY(-2px)}.nav-links a.active{background:#191510;color:#fff;box-shadow:0 4px 15px #19151066;border:1px solid rgba(255,255,255,.1)}.nav-links a.active:before{opacity:0}.header-right{display:flex;align-items:center;gap:.8rem}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:700;color:#fff;padding:.5rem;border-radius:12px;transition:all .3s;text-decoration:none;cursor:pointer}.logo:hover{transform:scale(1.05)}.logo-img{height:48px;width:auto;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,.2));transition:all .3s}.logo-text{font-size:1.5rem;font-weight:700;color:#fff;margin-right:.5rem;letter-spacing:.5px}.logo:hover .logo-img{filter:brightness(0) invert(1) drop-shadow(0 4px 12px rgba(0,0,0,.3))}.menu-toggle{display:none;background:#ffffff14;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);align-items:center;justify-content:center;width:33px;height:33px;box-sizing:border-box}.menu-toggle:hover{background:#ffffff26;transform:translateY(-2px)}.menu-toggle svg{width:20px;height:20px;transition:transform .3s}.menu-toggle:hover svg{transform:rotate(90deg)}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{display:none;position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#191510f2;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);z-index:999;transition:right .4s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 30px #00000080;overflow-y:auto;border-left:1px solid rgba(255,255,255,.1)}.mobile-menu.active{right:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.menu-close{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;transition:opacity .3s}.menu-close:hover{opacity:.7}.menu-close svg{width:24px;height:24px}.mobile-nav-links{display:flex;flex-direction:column;padding:1rem 0}.mobile-nav-links a{color:#ffffffe6;text-decoration:none;font-size:1.1rem;font-weight:500;padding:1.2rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);border-right:3px solid transparent;margin:.3rem 1rem;border-radius:12px;display:block}.mobile-nav-links a:hover{background:#ffffff14;transform:translate(-5px);color:#fff}.mobile-nav-links a.active{background:#19151099;border-right-color:#191510;color:#fff;box-shadow:0 2px 10px #1915104d}@media (max-width: 768px){.header{padding:1rem 1.5rem;background:#191510e6;backdrop-filter:blur(25px) saturate(180%);-webkit-backdrop-filter:blur(25px) saturate(180%)}.header-container{gap:.5rem}.nav-links,.language-toggle{display:none}.menu-toggle{display:flex}.logo{font-size:1rem;gap:.3rem}.logo-img{height:32px}.logo-text{font-size:1rem;margin-right:.3rem}.user-icon,.wallet-icon{padding:.4rem;margin-left:0}.user-icon svg,.wallet-icon svg{width:20px;height:20px}.user-number{width:18px;height:18px;font-size:10px;top:-3px;right:-3px}.wallet-icon{padding:.4rem .6rem;gap:.4rem}.points-text{font-size:.75rem}.points-badge{font-size:9px;padding:1px 5px;min-width:18px;height:16px;top:-4px;right:-4px}.cart-icon{padding:.4rem;margin-left:0}.cart-icon svg{width:20px;height:20px}.cart-badge{width:18px;height:18px;font-size:10px;top:-3px;right:-3px}.mobile-menu-overlay,.mobile-menu{display:block}.mobile-menu-header{padding:1.2rem}.mobile-menu-header .logo{gap:.5rem}.mobile-menu-header .logo-img{height:32px}.mobile-menu-header .logo-text{font-size:1.1rem}.mobile-nav-links{padding:.5rem 0}.mobile-nav-links a{padding:1rem 1.5rem;font-size:1rem;margin:.2rem 1rem}.mobile-language-toggle{background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#fff;padding:1rem 1.5rem;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);margin:.3rem 1rem;width:calc(100% - 2rem);text-align:center}.mobile-language-toggle:hover{background:#ffffff26;border-color:#fff3;transform:translate(-5px)}}.social-media-container{position:fixed;bottom:2rem;left:2rem;z-index:1000;display:flex;flex-direction:column;align-items:center;gap:1rem}.social-toggle{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#bc823d,#d4a574);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #bc823d66;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}.social-toggle:hover{transform:scale(1.1);box-shadow:0 6px 30px #bc823d99}.social-toggle.active{background:linear-gradient(135deg,#d4a574,#bc823d);transform:rotate(45deg)}.social-toggle svg{width:24px;height:24px;transition:transform .3s}.social-icons{display:flex;flex-direction:column;gap:1rem;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.social-icons.open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}.social-icon{width:50px;height:50px;border-radius:50%;background:#fff;color:var(--color, #BC823D);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0003;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:scale(0) translateY(20px);animation:socialIconAppear .4s cubic-bezier(.4,0,.2,1) forwards;animation-delay:var(--delay, 0s)}.social-icons.open .social-icon{animation:socialIconAppear .4s cubic-bezier(.4,0,.2,1) forwards;animation-delay:var(--delay, 0s)}@keyframes socialIconAppear{0%{opacity:0;transform:scale(0) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.social-icon:hover{transform:scale(1.15) translateY(-5px);box-shadow:0 6px 25px #0000004d;background:var(--color, #BC823D);color:#fff}.social-icon svg{width:24px;height:24px}@media (max-width: 768px){.social-media-container{bottom:1.5rem;left:1.5rem}.social-toggle{width:55px;height:55px}.social-icon{width:45px;height:45px}.social-icon svg{width:20px;height:20px}}.home{min-height:calc(100vh - 80px);height:calc(100vh - 80px);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;animation:fadeIn 1s ease-in}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#140f0abf,#1e1914d9,#0f0a05cc);z-index:1;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.hero-section{max-width:1400px;margin:0 auto;padding:5rem 3rem;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);height:100%;position:relative;z-index:2}.hero-content{flex:1;z-index:2;color:#fff;max-width:700px;text-align:center;animation:slideInRight 1s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.hero-title{font-size:4rem;font-weight:800;margin:0 auto 2.5rem;line-height:1.2;text-shadow:0 4px 20px rgba(0,0,0,.6);background:linear-gradient(135deg,#fff,#f0e6d2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;animation:fadeInUp 1s ease-out .2s both;text-align:center}.hero-description{font-size:1.5rem;line-height:2;margin:0 auto 3.5rem;color:#fffffff2;max-width:600px;text-shadow:0 2px 10px rgba(0,0,0,.4);font-weight:400;animation:fadeInUp 1s ease-out .4s both;text-align:center}.menu-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#bc823d,#d4a574);color:#fff;padding:1.2rem 3.5rem;border-radius:50px;text-decoration:none;font-size:1.25rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #bc823d80,0 4px 10px #0003;position:relative;overflow:hidden;animation:fadeInUp 1s ease-out .6s both}.menu-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.menu-button:hover:before{left:100%}.menu-button:hover{background:linear-gradient(135deg,#d4a574,#bc823d);transform:translateY(-4px) scale(1.02);box-shadow:0 12px 35px #bc823d99,0 6px 15px #0000004d}.menu-button:active{transform:translateY(-2px) scale(.98)}@media (max-width: 1024px){.hero-section{padding:4rem 2rem;justify-content:center}.hero-content{text-align:center;max-width:100%}.hero-title{font-size:3rem}.hero-description{font-size:1.3rem;margin:0 auto 3rem}}@media (max-width: 768px){.home{background-size:cover;background-position:center}.hero-overlay{background:linear-gradient(135deg,#140f0ad9,#1e1914e6,#0f0a05d9)}.hero-section{text-align:center;padding:3rem 1.5rem;min-height:calc(100vh - 80px);justify-content:center}.hero-content{text-align:center;max-width:100%}.hero-title{font-size:2.2rem;margin-bottom:2rem;line-height:1.3;letter-spacing:-.3px}.hero-description{font-size:1.1rem;margin-bottom:2.5rem;line-height:1.8;padding:0 1rem}.menu-button{padding:1rem 2.5rem;font-size:1.1rem;border-radius:50px}}@media (max-width: 480px){.hero-title{font-size:1.8rem;margin-bottom:1.5rem}.hero-description{font-size:1rem;margin-bottom:2rem}.menu-button{padding:.9rem 2rem;font-size:1rem;width:100%;max-width:280px}}.product-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-modal{position:fixed;top:0;right:0;width:100%;max-width:450px;height:100vh;background:#191510;z-index:1001;display:flex;flex-direction:column;box-shadow:-4px 0 30px #00000080;animation:slideInRight .4s cubic-bezier(.4,0,.2,1);overflow-y:auto}[dir=rtl] .product-modal{right:auto;left:0;animation:slideInLeft .4s cubic-bezier(.4,0,.2,1)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.modal-close{position:absolute;top:1rem;left:1rem;background:#ffffff1a;border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}[dir=rtl] .modal-close{left:auto;right:1rem}.modal-close:hover{background:#fff3;transform:rotate(90deg)}.modal-image-container{width:100%;height:250px;overflow:hidden;background:#ffffff08;position:relative}.modal-product-image{width:100%;height:100%;object-fit:cover}.modal-product-image.modal-logo-fallback{object-fit:contain;padding:2rem;filter:brightness(0) invert(1);opacity:.8}.modal-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:1.2rem}.modal-product-name{font-size:1.5rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.modal-section{display:flex;flex-direction:column;gap:.8rem}.modal-section-title{font-size:1rem;font-weight:600;color:#ffffffe6;margin:0}.size-options{display:flex;flex-direction:column;gap:.6rem}.size-btn{padding:.8rem 1.2rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:500;position:relative;width:100%}.size-btn-content{display:flex;justify-content:space-between;align-items:center;flex:1;gap:.5rem}.size-btn:hover{background:#ffffff14;border-color:#fff3;transform:translate(-3px)}[dir=rtl] .size-btn:hover{transform:translate(3px)}.size-btn.active{background:#bc823d33;border-color:#bc823d;color:#d4a574}.size-name{font-weight:600}.size-price{font-size:.9rem;color:#ffffffb3}.size-btn.active .size-price{color:#d4a574}.size-quantity-badge{background:#ff8c42;color:#fff;padding:.3rem .6rem;border-radius:12px;font-size:.85rem;font-weight:700;margin-left:.5rem;min-width:30px;text-align:center;display:inline-flex!important;align-items:center;justify-content:center;flex-shrink:0;line-height:1}[dir=rtl] .size-quantity-badge{margin-left:0;margin-right:.5rem}.quantity-selector{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:.3rem}.quantity-btn{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative}.quantity-btn svg{width:16px;height:16px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.quantity-btn:hover:not(:disabled){background:#fff3;border-color:#ffffff4d;transform:scale(1.15) rotate(5deg)}.quantity-btn:active:not(:disabled){transform:scale(.95) rotate(-5deg)}.quantity-btn:disabled{opacity:.3;cursor:not-allowed;transform:scale(.9)}.quantity-display{display:flex;align-items:center;justify-content:center;min-width:50px;height:40px;position:relative}.quantity-number{font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .3s cubic-bezier(.34,1.56,.64,1);transform-origin:center}.quantity-small{font-size:1.2rem;transform:scale(.9)}.quantity-medium{font-size:1.5rem;transform:scale(1)}.quantity-large{font-size:1.8rem;transform:scale(1.1);color:#ff8c42}.modal-footer{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1.5rem}.modal-price-row{display:flex;flex-direction:column;gap:.5rem}.modal-price{display:flex;justify-content:space-between;align-items:center}.cashback-text{font-size:.9rem;color:#ff8c42;margin:0;font-weight:600;text-align:center;padding:.5rem;background:#ff8c421a;border-radius:8px;border:1px solid rgba(255,140,66,.3)}.price-label{font-size:1.1rem;color:#fffc;font-weight:500}.price-value{font-size:1.8rem;font-weight:700;color:#d4a574}.modal-action-buttons{display:flex;gap:1rem;width:100%}.modal-add-btn,.modal-buy-btn{padding:1rem 2rem;border:none;border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.modal-add-btn{background:#bc823d4d;border:2px solid #BC823D}.modal-add-btn:hover:not(:disabled){background:#bc823d80;transform:translateY(-2px);box-shadow:0 6px 20px #bc823d4d}.modal-buy-btn{background:#bc823d}.modal-buy-btn:hover:not(:disabled){background:#a06d2f;transform:translateY(-2px);box-shadow:0 6px 20px #bc823d66}.modal-add-btn:disabled,.modal-buy-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.product-modal{max-width:100%}.modal-image-container{height:250px}.modal-content{padding:1.5rem;gap:1.5rem}.modal-product-name{font-size:1.5rem}.size-btn{padding:.9rem 1.2rem;font-size:.95rem}.price-value{font-size:1.5rem}.modal-add-btn{padding:.9rem 1.5rem;font-size:1rem}}.product-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 10px #0003;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 6px 25px #0000004d;background:#ffffff14;border-color:#ffffff26}.product-image-container{width:100%;height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;overflow:hidden;border-radius:8px;background:#ffffff08}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-image.product-logo-fallback{object-fit:contain;padding:1rem;filter:brightness(0) invert(1);opacity:.8}.product-card:hover .product-image{transform:scale(1.05)}.product-icon{color:#d4a574;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center}.product-name{font-size:1.1rem;font-weight:600;color:#fff;margin:0}.product-price{font-size:1.2rem;font-weight:700;color:#d4a574;margin:0}.add-to-cart-btn{position:absolute;bottom:1rem;left:1rem;width:40px;height:40px;border-radius:50%;background-color:#bc823d;color:#fff;border:none;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 4px 15px #bc823d66}.add-to-cart-btn:hover{background-color:#a06d2f;transform:scale(1.1);box-shadow:0 6px 20px #bc823d99}.add-to-cart-btn:active{transform:scale(.95)}@media (max-width: 768px){.product-card{padding:1rem .8rem;gap:.6rem;border-radius:10px;min-height:200px;justify-content:space-between}.product-image-container{height:120px;margin-bottom:.3rem}.product-icon{width:45px;height:45px;margin-bottom:.3rem}.product-icon svg{width:45px;height:45px}.product-name{font-size:.85rem;line-height:1.3;font-weight:500;padding:0 .3rem;min-height:2.6em;display:flex;align-items:center;justify-content:center}.product-price{font-size:.95rem;font-weight:600;margin-top:auto}.add-to-cart-btn{width:32px;height:32px;font-size:1.2rem;bottom:.6rem;left:.6rem;box-shadow:0 3px 12px #bc823d80}.add-to-cart-btn:hover{transform:scale(1.05)}}.menu-page{width:100%;padding:3rem 2rem;min-height:calc(100vh - 80px);background:#191510}.category-filters{display:flex;gap:.8rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}@media (max-width: 768px){.category-filters{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#BC823D rgba(255,255,255,.05);padding-bottom:.5rem;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;justify-content:flex-start}.category-filters::-webkit-scrollbar{height:4px}.category-filters::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.category-filters::-webkit-scrollbar-thumb{background:#bc823d;border-radius:2px}.category-filters::-webkit-scrollbar-thumb:hover{background:#a06d2f}}.category-btn{padding:.7rem 1.5rem;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s ease;color:#fffc}.category-btn:hover{border-color:#bc823d;color:#fff;background:#ffffff14}.category-btn.active{background:#bc823d;color:#fff;border-color:#bc823d}.products-container{width:100%}.category-section{margin-bottom:4rem}.category-title{text-align:center;font-size:2rem;font-weight:700;color:#fff;margin-bottom:2rem;letter-spacing:-.5px;position:relative;padding-bottom:1rem}.category-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:2px;background:linear-gradient(90deg,transparent,#BC823D,transparent)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.no-products{text-align:center;padding:4rem 2rem;color:#fff9;font-size:1.2rem}.scroll-trigger{height:100px;display:flex;align-items:center;justify-content:center;margin-top:2rem}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#bc823d;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media (max-width: 768px){.menu-page{padding:2rem 1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:2rem}.category-section{margin-bottom:3rem}.category-title{font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.8rem}.category-title:after{width:60px;height:1.5px}.category-filters{gap:.5rem;margin-bottom:2rem;justify-content:flex-start}.category-filters::-webkit-scrollbar{height:4px}.category-filters::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.category-filters::-webkit-scrollbar-thumb{background:#bc823d;border-radius:2px}.category-btn{padding:.6rem 1.2rem;font-size:.9rem;white-space:nowrap;flex-shrink:0}.scroll-trigger{height:80px;margin-top:1.5rem}.loading-spinner{width:30px;height:30px;border-width:2px}}.about-page{min-height:calc(100vh - 80px);background:#191510;padding:5rem 2rem;position:relative;overflow:hidden}.about-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(188,130,61,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(212,165,116,.1) 0%,transparent 50%);pointer-events:none}.about-container{max-width:1000px;margin:0 auto;position:relative;z-index:1}.about-header{text-align:center;margin-bottom:6rem;animation:fadeInUp .8s ease-out}.about-title{font-size:4rem;font-weight:900;color:#fff;margin-bottom:2rem;background:linear-gradient(135deg,#fff,#d4a574);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px;line-height:1.2}.about-divider{width:120px;height:4px;background:linear-gradient(135deg,#bc823d,#d4a574);margin:0 auto;border-radius:2px}.about-content{display:flex;flex-direction:column;gap:5rem}.about-section{animation:fadeInUp .8s ease-out;animation-fill-mode:both}.about-section:nth-child(1){animation-delay:.1s}.about-section:nth-child(2){animation-delay:.2s}.about-section:nth-child(3){animation-delay:.3s}.about-section:nth-child(4){animation-delay:.4s}.section-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:2rem;position:relative;padding-bottom:1.5rem;letter-spacing:-.5px}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(135deg,#bc823d,#d4a574);border-radius:2px}.section-text{font-size:1.25rem;line-height:2;color:#ffffffd9;text-align:justify;max-width:100%;font-weight:300}.values-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem}.value-item{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:0;transition:transform .3s ease}.value-item:hover{transform:translate(10px)}.value-icon{font-size:3.5rem;line-height:1;filter:drop-shadow(0 4px 8px rgba(188,130,61,.3))}.value-content h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.8rem;letter-spacing:-.3px}.value-content p{font-size:1.1rem;line-height:1.8;color:#ffffffbf;margin:0;font-weight:300}.contact-info{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.contact-item{display:flex;align-items:center;gap:2rem;padding:0;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.contact-item:last-child{border-bottom:none;padding-bottom:0}.contact-item:hover{padding-left:1rem}.contact-label{font-weight:600;color:#fff9;min-width:140px;font-size:1rem;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.contact-value{color:#fff;font-size:1.2rem;font-weight:400}@media (max-width: 768px){.about-page{padding:3rem 1.5rem}.about-header{margin-bottom:4rem}.about-title{font-size:2.5rem;margin-bottom:1.5rem}.about-content{gap:4rem}.section-title{font-size:2rem;margin-bottom:1.5rem;padding-bottom:1rem}.section-title:after{width:60px;height:3px}.section-text{font-size:1.1rem;line-height:1.9;text-align:right}.values-list{grid-template-columns:1fr;gap:2.5rem}.value-item{gap:1.2rem}.value-icon{font-size:3rem}.value-content h3{font-size:1.3rem}.value-content p{font-size:1rem}.contact-info{gap:1.5rem}.contact-item{flex-direction:column;align-items:flex-start;gap:.8rem;padding-bottom:1.5rem}.contact-item:hover{padding-left:0}.contact-label{min-width:auto;font-size:.85rem}.contact-value{font-size:1.1rem}}.auth-page{min-height:calc(100vh - 80px);background:#191510;padding:4rem 2rem;display:flex;align-items:center;justify-content:center}.auth-container{max-width:450px;width:100%;background:transparent;padding:0}.auth-header{text-align:center;margin-bottom:3rem}.auth-title{font-size:2.8rem;font-weight:900;color:#fff;margin-bottom:.8rem;letter-spacing:-1px;line-height:1.2}.auth-subtitle{font-size:1rem;color:#fff9;font-weight:400}.auth-form{display:flex;flex-direction:column;gap:1.8rem}.form-group{display:flex;flex-direction:column;gap:.6rem}.form-group label{font-size:.9rem;font-weight:500;color:#fffc;letter-spacing:.3px}.form-group input{width:100%;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:1.05rem;transition:all .3s ease;font-family:inherit}.form-group input::placeholder{color:#ffffff59}.form-group input:focus{outline:none;border-color:#bc823d;background:#ffffff14;box-shadow:0 0 0 3px #bc823d1a}.form-group input.error{border-color:#f44}.form-group input.error:focus{border-color:#f44;box-shadow:0 0 0 3px #ff44441a}.error-message{display:block;color:#f44;font-size:.85rem;margin-top:.5rem;font-weight:400}.phone-input-wrapper{display:flex;gap:.5rem;align-items:center}.country-code{padding:1rem 1.2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fffc;font-size:1.05rem;font-weight:500;min-width:60px;text-align:center;flex-shrink:0}.phone-input-wrapper input{flex:1}.phone-input-wrapper:focus-within .country-code{border-color:#bc823d;background:#ffffff14}.auth-submit-btn{width:100%;padding:1.1rem;background:linear-gradient(135deg,#bc823d,#d4a574);border:none;border-radius:50px;color:#fff;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:1rem;box-shadow:0 4px 20px #bc823d4d;letter-spacing:.5px}.auth-submit-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #bc823d80;background:linear-gradient(135deg,#d4a574,#bc823d)}.auth-submit-btn:active{transform:translateY(-1px)}.auth-switch{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}.auth-switch p{color:#fff9;font-size:.9rem;font-weight:400}.switch-btn{background:none;border:none;color:#d4a574;font-weight:600;cursor:pointer;font-size:.9rem;margin-left:.5rem;transition:color .3s ease;text-decoration:none;padding:.2rem 0;border-bottom:1px solid transparent}.switch-btn:hover{color:#bc823d;border-bottom-color:#bc823d}@media (max-width: 768px){.auth-page{padding:3rem 1.5rem}.auth-header{margin-bottom:2.5rem}.auth-title{font-size:2.2rem;margin-bottom:.6rem}.auth-subtitle{font-size:.95rem}.auth-form{gap:1.5rem}.form-group input{padding:.9rem 1.2rem;font-size:1rem}.phone-input-wrapper{padding-bottom:.9rem}.country-code{font-size:1rem;min-width:45px}.auth-submit-btn{padding:1rem;font-size:1rem;margin-top:.8rem}.auth-switch{margin-top:2rem;padding-top:1.5rem}}.loyalty-page{min-height:calc(100vh - 80px);background:#191510;padding:4rem 2rem;position:relative;overflow:hidden}.loyalty-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(188,130,61,.15) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(212,165,116,.15) 0%,transparent 50%);pointer-events:none}.loyalty-container{max-width:1000px;margin:0 auto;position:relative;z-index:1}.loyalty-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.loyalty-icon{color:#d4a574;margin-bottom:1.5rem;display:flex;justify-content:center;filter:drop-shadow(0 4px 20px rgba(212,165,116,.4))}.loyalty-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#d4a574);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px;line-height:1.2}.loyalty-subtitle{font-size:1.2rem;color:#ffffffb3;font-weight:400;max-width:600px;margin:0 auto;line-height:1.6}.loyalty-content{display:flex;flex-direction:column;gap:3rem}.points-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.points-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease;animation:fadeInUp .8s ease-out;animation-fill-mode:both}.points-card:nth-child(1){animation-delay:.1s}.points-card:nth-child(2){animation-delay:.2s}.points-card:hover{transform:translateY(-10px);background:#ffffff0d;border-color:#d4a5744d;box-shadow:0 10px 40px #0000004d}.points-icon{font-size:3.5rem;margin-bottom:1.5rem;filter:drop-shadow(0 4px 15px rgba(212,165,116,.3))}.points-title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1.5rem;letter-spacing:-.3px}.points-list{list-style:none;padding:0;margin:0;text-align:right;display:flex;flex-direction:column;gap:1rem}.points-list li{color:#ffffffd9;font-size:1.05rem;line-height:1.6;padding-right:1.5rem;position:relative}.points-list li:before{content:"✓";position:absolute;right:0;color:#d4a574;font-weight:700;font-size:1.2rem}.join-section{background:linear-gradient(135deg,#bc823d26,#d4a57426);border:1px solid rgba(212,165,116,.2);border-radius:24px;padding:3rem;text-align:center;animation:fadeInUp .8s ease-out .3s both}.join-content{max-width:600px;margin:0 auto}.join-title{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.5px}.join-description{font-size:1.1rem;color:#fffc;line-height:1.8;margin-bottom:2rem}.join-button{display:inline-block;padding:1.2rem 3rem;background:linear-gradient(135deg,#bc823d,#d4a574);color:#fff;text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 25px #bc823d66;letter-spacing:.5px}.join-button:hover{transform:translateY(-4px);box-shadow:0 10px 35px #bc823d99;background:linear-gradient(135deg,#d4a574,#bc823d)}.join-button:active{transform:translateY(-2px)}@media (max-width: 768px){.loyalty-page{padding:3rem 1.5rem}.loyalty-header{margin-bottom:3rem}.loyalty-icon svg{width:60px;height:60px}.loyalty-title{font-size:2.5rem}.loyalty-subtitle{font-size:1.1rem}.points-info{grid-template-columns:1fr;gap:1.5rem}.points-card{padding:2rem 1.5rem}.points-icon{font-size:3rem}.points-title{font-size:1.5rem}.points-list li{font-size:1rem}.join-section{padding:2rem 1.5rem}.join-title{font-size:1.8rem}.join-description{font-size:1rem}.join-button{padding:1rem 2.5rem;font-size:1rem}}.cart-page{min-height:calc(100vh - 80px);padding:1.5rem;background:#191510;color:#fff}.cart-container{max-width:900px;margin:0 auto}.cart-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-align:center}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart p{font-size:1.2rem;color:#ffffffb3;margin-bottom:2rem}.continue-shopping-btn{display:inline-block;padding:1rem 2rem;background:#bc823d;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease}.continue-shopping-btn:hover{background:#a06d2f;transform:translateY(-2px)}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:flex;gap:1rem;padding:1rem;background:transparent;border-bottom:1px solid rgba(255,255,255,.1);align-items:center}.cart-item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-image img.logo-fallback{object-fit:contain;padding:1rem;filter:brightness(0) invert(1);opacity:.8}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-name{font-size:1rem;font-weight:600;margin:0;color:#fff}.cart-item-info{display:flex;gap:.8rem;font-size:.85rem;color:#fff9;margin-top:.3rem}.cart-item-size,.cart-item-quantity{display:flex;align-items:center;gap:.3rem}.cart-item-price{font-size:1.1rem;font-weight:700;color:#d4a574;margin-top:.5rem}.cart-item-actions{display:flex;flex-direction:column;gap:.8rem;align-items:flex-end}.quantity-controls{display:flex;align-items:center;gap:.6rem;background:#ffffff14;padding:.4rem;border-radius:8px}.quantity-btn{background:#ffffff1a;border:none;color:#fff;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease}.quantity-btn:hover{background:#fff3;transform:scale(1.1)}.quantity-display{min-width:30px;text-align:center;font-weight:600;color:#fff}.remove-btn{background:transparent;border:1px solid rgba(255,68,68,.3);color:#f44;padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .3s ease}.remove-btn:hover{background:#ff44441a;border-color:#f44}.cart-summary{padding:1.5rem;background:transparent;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.cashback-info{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;background:#ff8c421a;border:1px solid rgba(255,140,66,.3);border-radius:8px}.cashback-label{font-size:.95rem;font-weight:500;color:#fffc}.cashback-value{font-size:1.1rem;font-weight:700;color:#ff8c42}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.total-label{font-size:1.1rem;font-weight:600;color:#ffffffe6}.total-value{font-size:1.6rem;font-weight:700;color:#d4a574}.checkout-btn{padding:1rem 2rem;background:#bc823d;border:none;border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.checkout-btn:hover{background:#a06d2f;transform:translateY(-2px);box-shadow:0 6px 20px #bc823d66}@media (max-width: 768px){.cart-page{padding:1rem}.cart-title{font-size:1.5rem;margin-bottom:1rem}.cart-items{gap:.8rem;margin-bottom:1.5rem}.cart-item{flex-direction:row;gap:.8rem;padding:.8rem 0}.cart-item-image{width:70px;height:70px}.cart-item-details{flex:1;min-width:0}.cart-item-name{font-size:.95rem}.cart-item-info{flex-direction:column;gap:.2rem;font-size:.8rem}.cart-item-price{font-size:1rem;margin-top:.3rem}.cart-item-actions{flex-direction:column;gap:.6rem;align-items:flex-end}.quantity-controls{gap:.5rem;padding:.3rem}.quantity-btn{width:28px;height:28px;font-size:1rem}.remove-btn{padding:.3rem .6rem;font-size:.8rem}.cart-summary{padding:1rem 0;gap:.8rem}.cashback-info{padding:.6rem .8rem}.cashback-label{font-size:.85rem}.cashback-value,.total-label{font-size:1rem}.total-value{font-size:1.4rem}.checkout-btn{padding:.9rem 1.5rem;font-size:1rem}}.app{min-height:100vh;background-color:transparent}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-image:url(/images/bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#333;margin:0;padding:0}#root{min-height:100vh}
