@import url(https://fonts.googleapis.com/css2?family=Fira+Sans&family=Poppins:wght@200&family=Roboto:wght@300&family=Exo+2:wght@300&display=swap);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}body{background-color:#dcd9d9;font-family:Fira Sans;overflow-x:hidden}.cursor-pointer{cursor:pointer!important}.cursor-not-allowed{cursor:not-allowed!important;pointer-events:all!important}.heading-font{font-family:Exo\ 2;font-weight:bolder}.modern-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a2e,#16213e);box-shadow:0 2px 20px #0000001a;position:sticky;top:0;transition:all .3s ease;z-index:1000}.modern-navbar.scrolled{background:#1a1a2ef2;box-shadow:0 4px 30px #0003}.navbar-container{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding:.75rem 1.5rem}.navbar-logo{flex-shrink:0;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.02)}.navbar-logo img{height:60px;object-fit:contain;width:auto}.navbar-menu{align-items:center;display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.nav-menu-item,.nav-menu-link{position:relative}.nav-menu-link{align-items:center;border-radius:8px;color:#ffffffbf;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;letter-spacing:.02em;overflow:hidden;padding:.6rem 1rem;text-decoration:none;transition:all .3s ease}.nav-menu-link:before{background:linear-gradient(90deg,#e74c3c,#f39c12);border-radius:2px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-menu-link:hover{background:#ffffff0d;color:#fff}.nav-menu-link:hover:before{width:60%}.nav-menu-link.active{background:#e74c3c26;color:#fff}.nav-menu-link.active:before{width:80%}.nav-menu-link.admin-link{background:linear-gradient(135deg,#e74c3c33,#f39c1233);border:1px solid #e74c3c4d}.nav-menu-link.admin-link:hover{background:linear-gradient(135deg,#e74c3c4d,#f39c124d)}.navbar-search{flex-shrink:0}.search-wrapper{align-items:center;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50px;display:flex;overflow:hidden;transition:all .3s ease}.search-wrapper:focus-within{background:#ffffff1f;border-color:#e74c3c80;box-shadow:0 0 20px #e74c3c26}.search-wrapper select{background:#0000;border:none;color:#ffffffb3;cursor:pointer;font-size:.85rem;max-width:100px;outline:none;padding:.6rem .5rem .6rem 1rem}.search-wrapper select option{background:#1a1a2e;color:#fff}.search-input-group{align-items:center;display:flex}.search-input{background:#0000;border:none;color:#fff;font-size:.9rem;outline:none;padding:.6rem .75rem;transition:width .3s ease;width:180px}.search-input::placeholder{color:#fff6}.search-input:focus{width:220px}.search-btn{align-items:center;background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.6rem 1rem;transition:all .3s ease}.search-btn:hover{background:linear-gradient(135deg,#c0392b,#a93226)}.mobile-menu-toggle{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;cursor:pointer;display:none;flex-direction:column;gap:5px;height:44px;justify-content:center;transition:all .3s ease;width:44px}.mobile-menu-toggle:hover{background:#ffffff1a}.hamburger-line{background:#fff;border-radius:2px;display:block;height:2px;transition:all .3s ease;width:22px}.mobile-menu-toggle.active .hamburger-line:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:1100}.sidebar-overlay.show{opacity:1;visibility:visible}.mobile-sidebar{background:linear-gradient(180deg,#1a1a2e,#0f0f1a);box-shadow:-10px 0 40px #0000004d;display:flex;flex-direction:column;height:100vh;max-width:85vw;position:fixed;right:-320px;top:0;transition:right .4s cubic-bezier(.4,0,.2,1);width:300px;z-index:1200}.mobile-sidebar.open{right:0}.sidebar-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1rem 1.5rem}.sidebar-logo img{height:50px;width:auto}.sidebar-close{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.sidebar-close:hover{background:#e74c3c33;border-color:#e74c3c4d}.sidebar-search{border-bottom:1px solid #ffffff1a;padding:1rem 1.5rem}.search-input-group.mobile{background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;display:flex;overflow:hidden}.search-input-group.mobile .search-input{flex:1 1;padding:.8rem 1rem;width:100%}.search-input-group.mobile .search-btn{border-radius:0;padding:.8rem 1.2rem}.sidebar-nav{flex:1 1;overflow-y:auto;padding:1rem 0}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-menu-item{margin:0}.sidebar-menu-link{align-items:center;color:#ffffffbf;display:flex;font-size:1rem;font-weight:500;gap:1rem;padding:1rem 1.5rem;position:relative;text-decoration:none;transition:all .3s ease}.sidebar-menu-link .link-indicator{background:linear-gradient(180deg,#e74c3c,#f39c12);border-radius:0 4px 4px 0;height:0;left:0;position:absolute;transition:height .3s ease;width:3px}.sidebar-menu-link:hover{background:#ffffff0d;color:#fff}.sidebar-menu-link:hover .link-indicator{height:60%}.sidebar-menu-link.active{background:linear-gradient(90deg,#e74c3c33,#0000);color:#fff}.sidebar-menu-link.active .link-indicator{height:100%}.sidebar-menu-link.admin-link{border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:1.5rem}.sidebar-menu-link.admin-link i{color:#f39c12}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1.5rem;text-align:center}.sidebar-footer-text{align-items:center;color:#fff6;display:flex;font-size:.85rem;gap:.5rem;justify-content:center;margin:0}.sidebar-footer-text i{color:#e74c3c}.desktop-menu,.desktop-search{display:flex}@media screen and (max-width:1024px){.search-input{width:140px}.search-input:focus{width:160px}.nav-menu-link{font-size:.9rem;padding:.5rem .75rem}}@media screen and (max-width:900px){.desktop-menu,.desktop-search{display:none}.mobile-menu-toggle{display:flex}.navbar-container{padding:.75rem 1rem}}@media screen and (max-width:400px){.mobile-sidebar{max-width:100%;right:-100%;width:100%}}.auth-btn,.navbar-auth{align-items:center;display:flex}.auth-btn{background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;border-radius:50px;box-shadow:0 4px 15px #e74c3c4d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;gap:.5rem;padding:.6rem 1.25rem;transition:all .3s ease}.auth-btn:hover{background:linear-gradient(135deg,#c0392b,#a93226);box-shadow:0 6px 20px #e74c3c66;transform:translateY(-2px)}.auth-btn i{font-size:.85rem}.auth-btn.login-btn.mobile{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;box-shadow:none;padding:.6rem}.auth-btn.login-btn.mobile:hover{background:#e74c3c4d;border-color:#e74c3c80}.user-avatar-box{height:36px!important;width:36px!important}.sidebar-header-right{gap:.75rem}.sidebar-auth,.sidebar-header-right{align-items:center;display:flex}.desktop-auth{display:flex}@media screen and (max-width:900px){.desktop-auth{display:none}}.border{border:2px solid #484141;box-shadow:2px 2px 2px 2px #e3e3e3}.carousel-custom-icon{color:#fff;font-size:2em;text-shadow:2px 2px 10px #000}.carousel-control-next-icon,.carousel-control-prev-icon{border-radius:50%;color:#fff;padding:10px;text-shadow:2px 2px 10px #000}.card{text-decoration:none}.card-title{font-size:16px}.card:hover{box-shadow:17px 14px 15px 1px #828679;transform:scale(1.01);transition:.3s}.inunderline{display:inline-block;position:relative}.inunderline:after{border:2px solid #e81520;bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.box{border:2px solid #9ba2a6;box-shadow:5px 4px 6px -1px #9ba2a6;color:red;min-height:200px;position:relative}.box a{color:#000;text-decoration:none}.box:hover{box-shadow:10px 9px 13px 5px #9ba2a6;transform:scale(1.01);transition:.2s}.modern-footer{background:linear-gradient(180deg,#1a1a2e,#0f0f1a);color:#fff}.footer-container{margin:0 auto;max-width:1400px;padding:0 1.5rem}.footer-main{border-bottom:1px solid #ffffff14;padding:4rem 0 3rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr)}.footer-brand-section{grid-column:span 1}.footer-logo{display:inline-block;margin-bottom:1.25rem;transition:transform .3s ease}.footer-logo:hover{transform:scale(1.02)}.footer-logo img{height:60px;width:auto}.footer-tagline{color:#fff9;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.social-link{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#ffffffb3;display:flex;font-size:1.1rem;height:42px;justify-content:center;text-decoration:none;transition:all .3s ease;width:42px}.social-link:hover{background:linear-gradient(135deg,#e74c3c,#c0392b);border-color:#0000;box-shadow:0 8px 20px #e74c3c4d;color:#fff;transform:translateY(-3px)}.footer-heading{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.footer-heading:after{background:linear-gradient(90deg,#e74c3c,#f39c12);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:40px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-link{align-items:center;color:#fff9;display:inline-flex;font-size:.95rem;gap:.5rem;text-decoration:none;transition:all .3s ease}.footer-link i{color:#e74c3c;font-size:.65rem;transition:transform .3s ease}.footer-link:hover{color:#fff}.footer-link:hover i{transform:translateX(4px)}.footer-contact-list{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;color:inherit;display:flex;gap:1rem;padding:.75rem;text-decoration:none;transition:all .3s ease}.footer-contact-item:hover{background:#ffffff0f;border-color:#e74c3c33;transform:translateX(4px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#e74c3c26,#f39c1226);border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.contact-icon i{color:#e74c3c;font-size:.95rem}.contact-text{display:flex;flex-direction:column;gap:.2rem}.contact-label{color:#fff6;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.contact-value{color:#ffffffd9;font-size:.9rem}.footer-cta-section{grid-column:span 1}.footer-cta-text{color:#fff9;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.footer-cta-btn{align-items:center;background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;border-radius:50px;box-shadow:0 4px 15px #e74c3c4d;color:#fff;display:inline-flex;font-size:.95rem;font-weight:500;gap:.6rem;padding:.85rem 1.75rem;text-decoration:none;transition:all .3s ease}.footer-cta-btn:hover{background:linear-gradient(135deg,#c0392b,#a93226);box-shadow:0 8px 25px #e74c3c66;color:#fff;transform:translateY(-2px)}.footer-bottom{padding:1.5rem 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.copyright{color:#ffffff80;font-size:.9rem;margin:0}.copyright span{color:#e74c3c;font-weight:500}.footer-credit{color:#fff6;font-size:.85rem;margin:0}.footer-credit i{animation:heartbeat 1.5s ease-in-out infinite;color:#e74c3c;margin:0 .25rem}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media screen and (max-width:1024px){.footer-grid{gap:2.5rem;grid-template-columns:repeat(2,1fr)}.footer-brand-section{grid-column:span 2}}@media screen and (max-width:768px){.footer-main{padding:3rem 0 2rem}.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-brand-section{grid-column:span 1;text-align:center}.footer-logo{display:block;text-align:center}.footer-social{justify-content:center}.footer-heading:after{left:50%;transform:translateX(-50%)}.footer-contact-section,.footer-cta-section,.footer-links-section{text-align:center}.footer-links{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:center}.footer-links li{margin-bottom:0}.footer-contact-list{align-items:center}.footer-contact-item{max-width:320px;width:100%}.footer-cta-btn{justify-content:center;max-width:280px;width:100%}.footer-bottom-content{flex-direction:column;text-align:center}}.form{background:#fff;border-radius:4px;box-shadow:0 0 30px #0000001a;box-sizing:border-box;font-family:Roboto,sans-serif;margin:100px auto 10px;overflow:hidden;position:relative;z-index:15}@media screen and (min-width:1000px){.product-description{max-height:280px!important}}@media only screen and (min-width:600px){.form{width:600px}}@media screen and (max-width:600px){.img-thumbnail{width:170px!important}.submenu{display:none}.carousel-image{height:150px}}.form-group{display:flex;flex-wrap:wrap;margin:0 0 20px}.form-group:last-child{margin:0}.form-group label{font-size:12px;letter-spacing:.2em;line-height:1;margin:0 0 10px;text-transform:uppercase}.form-group input,.form-group label{color:#0009;display:block;font-weight:500}.form-group input{background:#0000001a;border:0;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:inherit;line-height:inherit;outline:none;padding:12px 20px;transition:.3s ease;width:100%}.form-group input:focus{color:#000c}.form-group button{background:#4285f4;border:0;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:500;line-height:inherit;outline:none;padding:12px 20px;text-transform:uppercase;width:100%}.form-group{color:#4285f4;font-size:12px;text-decoration:none}.form-panel{box-sizing:border-box;padding:20px}.form-header{margin:0 0 40px}.form-header h1{color:#4285f4;font-size:24px;font-weight:700;padding:4px 0;text-transform:uppercase}.home-brand{border:2px solid red;display:flex;flex-wrap:nowrap;overflow-x:scroll;padding:100px}.home-brand::-webkit-scrollbar{height:8px;width:8px}.home-brand::-webkit-scrollbar-track{background-color:#f5f5f5}.home-brand::-webkit-scrollbar-thumb{background-color:#ccc}.home-brand::-webkit-scrollbar-thumb:hover{background-color:#999}.home-brand:not(:hover)::-webkit-scrollbar-thumb{background-color:#0000}.home-brand:not(:hover)::-webkit-scrollbar{height:0;width:0}.home-brands-logo{background-color:#f5f5f5;border:1px solid #ccc;flex:0 0 auto;margin-right:10px}.brandLogoWrapper{min-height:115px}.cont{display:flex;overflow-x:scroll;padding:10px}.c1{background-color:#f5f5f5;box-shadow:2px 2px 7px -2px #3397b1;flex:0 0 auto;height:80px;margin-right:10px;width:80px}.radius50{border-radius:50%}.c1:hover{border:2px solid #eee;transform:scale(1.2);transition:all .3s ease-in-out}.cont::-webkit-scrollbar{height:8px;width:8px}.cont::-webkit-scrollbar-track{background-color:#f5f5f5}.cont::-webkit-scrollbar-thumb{background-color:#837e7e}.cont::-webkit-scrollbar-thumb:hover{background-color:#999}.cont:not(:hover)::-webkit-scrollbar-thumb{background-color:#0000}.cont:not(:hover)::-webkit-scrollbar{height:0;width:0}.list-brand-name{color:#000;text-decoration:none;transition:.1s}.list-brand-name:hover{text-shadow:1px 1px 2px #000}.font-16{font-size:18px}.brandLogo img{float:left;margin-right:10px;width:200px}.clearfix{clear:both}.prod-image-preview{height:75px;width:75px}a{text-decoration:none}.gallery-item img{border:2px solid #eee;height:76px}.note{font-size:12px}.hover-underline:hover{text-decoration:underline}.text-black-important{color:#000!important}.brands-page-container{padding-bottom:80px}.brand-section-heading{color:#2c3e50;display:inline-block;font-family:Exo\ 2,sans-serif;font-weight:700;margin-bottom:30px;position:relative}.brand-section-heading:after{background:linear-gradient(90deg,#e74c3c,#f39c12);border-radius:2px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:60px}.featured-brands-section{background:#fdfdfd;border:1px solid #eee;border-radius:16px;box-shadow:inset 0 0 20px #00000008;margin-bottom:60px;padding:40px}.brand-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.brand-card{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 6px #00000005;color:#444;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:25px;text-decoration:none!important;transition:all .3s cubic-bezier(.25,.8,.25,1)}.brand-card:hover{border-color:#e0e0e0;box-shadow:0 15px 30px #00000014;transform:translateY(-8px)}.brand-logo-wrapper{align-items:center;display:flex;height:120px;justify-content:center;margin-bottom:20px;overflow:hidden;width:100%}.brand-logo-wrapper img{filter:grayscale(10%);max-height:100%;max-width:100%;object-fit:contain;transition:transform .5s ease}.brand-card:hover .brand-logo-wrapper img{filter:grayscale(0);transform:scale(1.1)}.brand-name-text{color:#333;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;text-align:center}.brand-letter-group{margin-bottom:40px}.brand-letter-header{border-bottom:1px solid #f0f0f0;color:#e0e0e0;font-family:Fira Sans,sans-serif;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:15px}@media (max-width:768px){.featured-brands-section{padding:20px}.brand-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.brand-logo-wrapper{height:80px}}.alphabet-nav-container{background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 2px 10px #0000000d;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:30px;padding:15px;position:sticky;top:0;z-index:1000}.alphabet-link{align-items:center;border:1px solid #0000;border-radius:50%;color:#555;display:flex;font-family:Exo\ 2,sans-serif;font-weight:600;height:35px;justify-content:center;text-decoration:none;transition:all .2s ease;width:35px}.alphabet-link:hover{background-color:#f0f0f0;color:#e74c3c;transform:scale(1.1)}.alphabet-link.active{background-color:#e74c3c;box-shadow:0 4px 6px #e74c3c4d;color:#fff}.brand-grid-compact{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.brand-card-compact{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 4px #00000005;color:#444;display:flex;flex-direction:column;height:100%;justify-content:center;padding:15px;text-decoration:none!important;transition:all .2s ease}.brand-card-compact:hover{border-color:#ddd;box-shadow:0 8px 16px #0000000f;transform:translateY(-4px)}.brand-card-compact .brand-logo-wrapper{height:60px;margin-bottom:10px}.brand-card-compact .brand-name-text{font-size:.9rem}.featured-scroll-container{display:flex;gap:20px;overflow-x:auto;padding:10px 5px 20px;scrollbar-width:thin}.featured-scroll-container::-webkit-scrollbar{height:6px}.featured-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.featured-scroll-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.brand-card-featured{flex:0 0 160px}.sidebar-sticky{border-right:1px solid #eee;height:calc(100vh - 100px);overflow-y:auto;padding-right:15px;position:sticky;top:80px}.sidebar-nav-list{display:flex;flex-direction:column;gap:5px}.sidebar-link{border-radius:6px;color:#555;display:block;font-family:Exo\ 2,sans-serif;font-weight:500;padding:8px 15px;text-decoration:none;transition:all .2s ease}.sidebar-link:hover{background-color:#f8f9fa;color:#e74c3c;transform:translateX(5px)}.sidebar-link.active{background-color:#e74c3c;color:#fff}@media (max-width:768px){.sidebar-column{display:none}}
/*# sourceMappingURL=main.de93cd7d.css.map*/