body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#000;color:#fff;font-family:Arial,sans-serif;min-height:100vh;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);padding:2rem}.page{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn{background:linear-gradient(135deg,#333,#555);border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn:hover{background:linear-gradient(135deg,#555,#777);box-shadow:0 5px 15px #ffffff1a;transform:translateY(-2px)}.cart-icon{align-items:center;background:linear-gradient(135deg,#333,#555);border-radius:50%;box-shadow:0 4px 15px #0000004d;cursor:pointer;display:flex;font-size:1.5rem;height:60px;justify-content:center;position:fixed;right:20px;top:20px;transition:all .3s ease;width:60px;z-index:1001}.cart-icon:hover{background:linear-gradient(135deg,#555,#777);transform:scale(1.1)}.cart-count{background:#f44;border-radius:50%;color:#fff;font-size:.8rem;font-weight:700;height:24px;position:absolute;right:-8px;top:-8px;width:24px}.cart-count,.cart-overlay{align-items:center;display:flex;justify-content:center}.cart-overlay{background:#000c;bottom:0;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1002}.cart-popup{background:linear-gradient(135deg,#111,#222);border:1px solid #444;border-radius:15px;max-height:80vh;max-width:500px;overflow-y:auto;padding:2rem;position:relative;width:100%}.cart-header{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.cart-header h2{color:#fff;font-size:1.5rem;margin:0}.cart-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:35px;justify-content:center;padding:.25rem;transition:background .3s ease;width:35px}.cart-close:hover{background:#333}.cart-empty{color:#ccc;padding:2rem;text-align:center}.cart-item{align-items:center;border-bottom:1px solid #333;display:flex;gap:1rem;justify-content:space-between;padding:1rem 0}.cart-item:last-child{border-bottom:none}.item-info h4{color:#fff;font-size:1rem;margin-bottom:.25rem}.item-info p{color:#ccc;font-size:.9rem;margin:0}.quantity-controls{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.quantity-btn{align-items:center;background:linear-gradient(135deg,#333,#555);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:30px;justify-content:center;transition:all .3s ease;width:30px}.quantity-btn:hover{background:linear-gradient(135deg,#555,#777)}.quantity-display{background:#333;border-radius:5px;color:#fff;font-size:.9rem;min-width:40px;padding:.25rem .75rem;text-align:center}.remove-btn{background:#f44;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.8rem;padding:.25rem .5rem;transition:background .3s ease;white-space:nowrap}.remove-btn:hover{background:#f66}.cart-total{border-top:2px solid #444;margin-top:1.5rem;padding-top:1rem;text-align:center}.total-price{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.checkout-btn{background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 2rem;transition:all .3s ease;width:100%}.checkout-btn:hover{background:linear-gradient(135deg,#45a049,#3d8b40);transform:translateY(-2px)}.hero{padding:4rem 0;text-align:center}.hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#aaa);-webkit-background-clip:text;background-clip:text;font-size:3rem;line-height:1.2;margin-bottom:1rem}.hero p{color:#ccc;font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.product-card{background:linear-gradient(135deg,#111,#222);border:1px solid #333;border-radius:10px;display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:all .3s ease}.product-card:hover{box-shadow:0 10px 25px #ffffff1a;transform:translateY(-5px)}.product-card h3{color:#fff;font-size:1.1rem;line-height:1.3;margin-bottom:1rem}.product-card p{color:#ccc;flex:1 1;font-size:.95rem;line-height:1.4;margin-bottom:1rem}.price{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.info-list{margin:1rem 0;padding-left:2rem}.info-list,.partners-text{color:#ccc;line-height:1.6}.info-section h3{color:#fff;margin-bottom:1rem;margin-top:2rem}.contact-form{margin:0 auto;max-width:600px}.form-group{margin-bottom:1.5rem}.form-group label{color:#fff;display:block;font-weight:700;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#222;border:1px solid #444;border-radius:5px;color:#fff;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#333;border-color:#666;box-shadow:0 0 0 2px #4caf5033;outline:none}.contact-info{margin-top:3rem;text-align:center}.contact-info h3{color:#fff;margin-bottom:1rem}.contact-info p{color:#ccc;line-height:1.6;margin:1rem 0}@media (max-width:1024px){.container{padding:1.5rem}.product-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.hero h1{font-size:2.5rem}.cart-icon{font-size:1.3rem;height:55px;width:55px}.cart-count{font-size:.75rem;height:22px;width:22px}}@media (max-width:768px){.container{min-height:calc(100vh - 120px);padding:1rem}.hero{padding:2rem 0}.hero h1{font-size:2rem;line-height:1.1}.hero p{font-size:1rem;margin-bottom:1.5rem}.btn{font-size:.9rem;max-width:300px;padding:.6rem 1.5rem;width:100%}.product-grid{gap:1.5rem;grid-template-columns:1fr;margin-top:1.5rem}.product-card{padding:1.25rem}.product-card h3{font-size:1rem;margin-bottom:.75rem}.product-card p{font-size:.9rem;margin-bottom:.75rem}.price{font-size:1.3rem;margin-bottom:.75rem}.cart-icon{font-size:1.2rem;height:50px;right:15px;top:85px;width:50px;z-index:999}.cart-count{font-size:.7rem;height:20px;right:-6px;top:-6px;width:20px}.cart-popup{margin:.5rem;max-height:85vh;padding:1.5rem}.cart-header h2{font-size:1.3rem}.cart-item{align-items:flex-start;flex-direction:column;gap:.75rem;padding:1rem 0}.item-info{width:100%}.item-info h4{font-size:.95rem;margin-bottom:.5rem}.item-info p{font-size:.85rem}.quantity-controls{align-self:flex-end;gap:.75rem}.quantity-btn{font-size:1.1rem;height:35px;width:35px}.quantity-display{min-width:45px;padding:.4rem .8rem}.remove-btn{font-size:.8rem;padding:.4rem .75rem}.total-price{font-size:1.3rem}.checkout-btn{font-size:1rem;padding:.8rem 1.5rem}.contact-form{padding:0}.form-group input,.form-group textarea{font-size:1rem;padding:.8rem}.form-group label,.info-list{font-size:.95rem}.info-list{padding-left:1.5rem}.contact-info p{font-size:.95rem}}@media (max-width:480px){.container{min-height:calc(100vh - 130px);padding:.75rem}.hero{padding:1.5rem 0}.hero h1{font-size:1.75rem}.hero p{font-size:.95rem}.product-card{padding:1rem}.cart-icon{font-size:1.1rem;height:45px;right:10px;top:90px;width:45px}.cart-count{font-size:.65rem;height:18px;right:-5px;top:-5px;width:18px}.cart-popup{border-radius:10px;margin:.25rem;padding:1rem}.cart-header{margin-bottom:1rem;padding-bottom:.75rem}.cart-close,.cart-header h2{font-size:1.2rem}.cart-close{height:30px;width:30px}.quantity-controls{gap:.5rem}.quantity-btn{height:32px;width:32px}.quantity-display{font-size:.85rem;min-width:40px;padding:.3rem .6rem}.remove-btn{font-size:.75rem;padding:.3rem .6rem}}@media (max-height:500px) and (orientation:landscape){.hero{padding:1rem 0}.hero h1{font-size:1.5rem;margin-bottom:.5rem}.hero p{margin-bottom:1rem}.cart-icon{top:70px}.cart-popup{max-height:90vh;padding:1rem}.cart-header{margin-bottom:.75rem;padding-bottom:.5rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.btn{border:none}.cart-icon{border:1px solid #ffffff1a}.product-card{border:1px solid #333}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.page{animation:none}.btn:hover,.cart-icon:hover,.product-card:hover{transform:none}}@media (prefers-color-scheme:dark){body{background:#000;color:#fff}}@media print{.cart-icon,.cart-overlay,.cart-popup{display:none!important}.navigation{position:static!important}.hero,.product-card{page-break-inside:avoid}.product-card{margin-bottom:1rem}}
/*# sourceMappingURL=main.514c03b4.css.map*/