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}html{scroll-behavior:smooth}:focus{outline:2px solid #007bff;outline-offset:2px}.js-focus-visible :focus:not(.focus-visible){outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);box-shadow:0 2px 20px #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar-content{height:70px;justify-content:space-between;padding:1rem 0}.navbar-content,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#fff;font-size:1.8rem;font-weight:700;text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-text{color:#fff;margin-right:4px}.logo-3d{color:#00d4ff;text-shadow:0 0 10px #00d4ff80}.navbar-menu{align-items:center;display:flex;gap:2rem}.navbar-link{border-radius:5px;color:#e0e0e0;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.navbar-link:hover{background-color:#00d4ff1a;color:#00d4ff}.navbar-link.active{background-color:#00d4ff26;color:#00d4ff}.navbar-link.active:after{background:linear-gradient(90deg,#0000,#00d4ff,#0000);bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:80%}.navbar-actions{gap:1.5rem}.navbar-actions,.navbar-user,.user-menu{align-items:center;display:flex}.user-menu{color:#e0e0e0;gap:.5rem}.user-icon{font-size:1.2rem}.user-name{font-weight:500}.logout-btn{background:none;border:1px solid #666;border-radius:3px;color:#e0e0e0;cursor:pointer;font-size:.8rem;padding:.25rem .5rem;transition:all .3s ease}.logout-btn:hover{border-color:#00d4ff;color:#00d4ff}.cart-link{color:#e0e0e0;text-decoration:none;transition:color .3s ease}.cart-link:hover{color:#00d4ff}.cart-icon-container{align-items:center;display:flex;position:relative}.cart-icon{font-size:1.5rem}.cart-badge{align-items:center;animation:pulse 2s infinite;background:#ff4757;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-8px;top:-8px;width:20px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.mobile-menu-toggle{background:none;border:none;border-radius:5px;color:#e0e0e0;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:all .3s ease}.mobile-menu-toggle:hover{background-color:#00d4ff1a;color:#00d4ff}.mobile-menu{background:#1a1a1a;border-top:1px solid #333;display:none;flex-direction:column;left:0;opacity:0;padding:1rem 0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.mobile-menu.open{opacity:1;transform:translateY(0);visibility:visible}.mobile-link{border-bottom:1px solid #333;color:#e0e0e0;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.mobile-link:hover{background-color:#00d4ff1a;color:#00d4ff;padding-left:2.5rem}.mobile-link.active{background-color:#00d4ff26;border-left:3px solid #00d4ff;color:#00d4ff}@media (max-width:768px){.navbar-menu{display:none}.mobile-menu-toggle{display:block}.mobile-menu{display:flex}.navbar-actions{gap:1rem}.navbar-user .user-name{display:none}.navbar-content{height:60px}}@media (max-width:480px){.navbar-logo{font-size:1.5rem}.navbar-actions{gap:.5rem}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#e0e0e0;margin-top:auto}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:60px 0 40px}.footer-section{display:flex;flex-direction:column}.footer-logo{align-items:center;display:flex;font-size:1.8rem;font-weight:700;margin-bottom:20px}.footer-logo .logo-text{color:#fff;margin-right:4px}.footer-logo .logo-3d{color:#00d4ff;text-shadow:0 0 10px #00d4ff80}.footer-description{color:#b0b0b0;line-height:1.6;margin-bottom:25px}.social-links{display:flex;gap:15px}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#e0e0e0;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#00d4ff;color:#fff;transform:translateY(-2px)}.footer-title{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:20px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#b0b0b0;display:block;padding:5px 0;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#00d4ff;padding-left:5px}.contact-info{margin-bottom:25px}.contact-item{align-items:center;color:#b0b0b0;display:flex;gap:10px;margin-bottom:15px}.contact-icon{color:#00d4ff;flex-shrink:0;font-size:1.1rem}.business-hours h4{color:#fff;font-size:1rem;margin-bottom:10px}.business-hours p{color:#b0b0b0;font-size:.9rem;margin-bottom:5px}.footer-bottom{border-top:1px solid #333;padding:25px 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.footer-bottom-content p{color:#888;margin:0}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:20px}.footer-bottom-links a{color:#888;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#00d4ff}@media (max-width:768px){.footer-content{gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:40px 0 30px}.footer-bottom-content{flex-direction:column;gap:15px;text-align:center}.footer-bottom-links{justify-content:center}}@media (max-width:480px){.footer-content{gap:25px;grid-template-columns:1fr;padding:30px 0 20px}.footer-logo{font-size:1.5rem}.social-links{justify-content:center}.footer-bottom-links{flex-direction:column;gap:10px}}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-8px)}.product-link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.product-image{background:#f8f9fa;height:250px;overflow:hidden;position:relative;width:100%}.product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.product-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.product-actions{display:flex;gap:10px}.action-btn{align-items:center;background:#fff;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:1.2rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.action-btn:hover{background:#00d4ff;color:#fff;transform:scale(1.1)}.featured-badge,.out-of-stock-badge{border-radius:15px;font-size:.8rem;font-weight:700;padding:5px 10px;position:absolute;right:10px;text-transform:uppercase;top:10px}.out-of-stock-badge{background:#ff4757;color:#fff}.featured-badge{background:#ffa502;color:#fff}.product-info{display:flex;flex:1 1;flex-direction:column;padding:20px}.product-category{color:#666;font-size:.8rem;font-weight:500;margin-bottom:5px;text-transform:uppercase}.product-name{color:#333;font-size:1.2rem;font-weight:700;line-height:1.3;margin-bottom:10px}.product-description{color:#666;flex:1 1;font-size:.9rem;line-height:1.5;margin-bottom:15px}.product-specs{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:15px}.spec-tag{background:#e9ecef;border-radius:12px;color:#495057;font-size:.75rem;font-weight:500;padding:3px 8px}.product-footer{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:auto}.product-price{color:#28a745;font-size:1.3rem;font-weight:700}.add-to-cart-btn{align-items:center;display:flex;flex-shrink:0;font-size:.9rem;gap:5px;padding:8px 16px;white-space:nowrap}.add-to-cart-btn.disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6}.add-to-cart-btn.disabled:hover{background-color:#6c757d;transform:none}@media (max-width:768px){.product-image{height:200px}.product-info{padding:15px}.product-name{font-size:1.1rem}.product-footer{align-items:stretch;flex-direction:column;gap:10px}.add-to-cart-btn{justify-content:center}}@media (max-width:480px){.product-image{height:180px}.product-overlay{background:#0000004d;opacity:1}.action-btn{font-size:1rem;height:40px;width:40px}}.hero{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d 50%,#1a1a1a);display:flex;height:100vh;min-height:600px;overflow:hidden;position:relative}.hero-background{background-image:radial-gradient(circle at 20% 80%,#00d4ff1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffa5021a 0,#0000 50%)}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:#0000004d}.hero-content{color:#fff;margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.hero-title .highlight{color:#00d4ff;text-shadow:0 0 20px #00d4ff80}.hero-subtitle{color:#e0e0e0;font-size:1.3rem;line-height:1.6;margin-bottom:40px}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.features{background:#fff}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:40px}.feature-card{background:#f8f9fa;border-radius:12px;padding:40px 20px;text-align:center;transition:all .3s ease}.feature-card:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#00d4ff,#09c);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.feature-card h3{color:#333;font-size:1.3rem;margin-bottom:15px}.feature-card p{color:#666;line-height:1.6}.featured-products{background:#f8f9fa}.categories{background:#fff}.categories-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:40px}.category-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:all .3s ease}.category-card:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-8px)}.category-image{height:200px;overflow:hidden;position:relative}.category-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.category-card:hover .category-image img{transform:scale(1.05)}.category-content{padding:30px}.category-content h3{color:#333;font-size:1.5rem;margin-bottom:10px}.category-content p{color:#666;line-height:1.6;margin-bottom:20px}.category-link{align-items:center;color:#00d4ff;display:flex;font-weight:500;gap:5px;transition:gap .3s ease}.category-card:hover .category-link{gap:10px}.cta{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:20px}.cta-content p{color:#e0e0e0;font-size:1.2rem;margin-bottom:40px}.cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.categories-grid,.features-grid{gap:20px;grid-template-columns:1fr}.category-card{min-width:0;min-width:auto}.cta-content h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}}@media (max-width:480px){.hero{height:80vh;min-height:500px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.feature-card{padding:30px 15px}.feature-icon{font-size:1.5rem;height:60px;width:60px}.category-content{padding:20px}}.shop{min-height:80vh;padding:40px 0}.shop-header{margin-bottom:40px;text-align:center}.shop-title{color:#333;font-size:2.5rem;margin-bottom:15px}.shop-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.shop-controls{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px;padding:20px}.shop-filters,.shop-sort{align-items:center;display:flex;gap:10px}.shop-filters label,.shop-sort label{color:#333;font-weight:500;white-space:nowrap}.shop-filters select,.shop-sort select{background:#fff;border:2px solid #e9ecef;border-radius:5px;color:#333;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .3s ease}.shop-filters select:focus,.shop-sort select:focus{border-color:#00d4ff;outline:none}.products-section{margin-top:30px}.products-count{color:#666;font-size:.9rem;margin-bottom:20px}.no-products{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:60px 20px;text-align:center}.no-products h3{color:#333;font-size:1.5rem;margin-bottom:10px}.no-products p{color:#666;font-size:1rem}@media (max-width:768px){.shop-title{font-size:2rem}.shop-controls{align-items:stretch;flex-direction:column;gap:15px}.shop-filters,.shop-sort{justify-content:space-between}.shop-filters select,.shop-sort select{flex:1 1;max-width:200px}}@media (max-width:480px){.shop{padding:20px 0}.shop-title{font-size:1.8rem}.shop-subtitle{font-size:1rem}.shop-controls{padding:15px}.shop-filters,.shop-sort{align-items:stretch;flex-direction:column;gap:5px}.shop-filters select,.shop-sort select{max-width:none}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Arial,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;padding-top:80px}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn:hover{background-color:#0056b3;transform:translateY(-2px)}.btn-primary{background-color:#28a745}.btn-primary:hover{background-color:#218838}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#545b62}.btn-danger{background-color:#dc3545}.btn-danger:hover{background-color:#c82333}.btn-outline{background-color:initial;border:2px solid #007bff;color:#007bff}.btn-outline:hover{background-color:#007bff;color:#fff}.btn-small{font-size:14px;padding:8px 16px}.btn-large{font-size:18px;padding:16px 32px}.section{padding:60px 0}.section-title{color:#2c3e50;font-size:2.5rem;margin-bottom:20px;text-align:center}.section-subtitle{color:#6c757d;font-size:1.2rem;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.grid{grid-gap:30px;display:grid;gap:30px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.product-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:30px}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{border:2px solid #e9ecef;border-radius:5px;font-size:16px;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#007bff;outline:none}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-3{margin-top:30px}.mb-1{margin-bottom:10px}.mb-2{margin-bottom:20px}.mb-3{margin-bottom:30px}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.loading{align-items:center;display:flex;height:200px;justify-content:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.section-title{font-size:2rem}main{padding-top:70px}.container{padding:0 15px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.product-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}
/*# sourceMappingURL=main.fb4cb46d.css.map*/