html{box-sizing:border-box;font-size:100%}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,Helvetica,Arial;font-size:1rem;height:100vh;margin:0}#root{height:100%}.grid-container{display:grid;grid-template-areas:"header" "main" "footer";grid-template-columns:1fr;grid-template-rows:3.5rem 1fr 3rem;height:100%}header{background-color:#651fff;grid-area:header}main{grid-area:main;padding:8px}footer{grid-area:footer}h1{font-size:18px}h1,h2{padding:10px 0}h2{font-size:16px}a{text-decoration:none}a:hover{color:#ff8000}ul{list-style-type:none;margin:0;padding:0}li{margin-top:10px}button,input,select,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid #4b4949;border-radius:5px;font-family:Helvetica,Arial,sans-serif;font-size:16px;padding:10px}select{border:1px solid #272424}button{background-color:#f8f8f8;color:#fff;cursor:pointer}button:hover,textarea:hover{color:#facccc}button.primary{background-color:#ff791f}button.secondary{background-color:#651fff}button.block{width:100%}button:disabled{background-color:#d4702c;color:silver}.header a{color:#fff;padding:10px}.header a:hover{color:#ff791f}a.brand{color:#fff;font-size:30px;font-weight:700}.badge{background-color:#f02020;font-size:14px;margin-left:2px;padding:2px 7px}.row{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.row.center{justify-content:center}.row.top{align-items:flex-start}.col-1{flex:1 1 250px}.col-2{flex:2 1 500px}.min-30{min-width:300px}img{border-radius:5px}img.small{max-width:50px;width:100%}img.medium{max-width:290px;width:100%}img.large{height:700px;padding-left:50px;width:450px}.card{background-color:#f8f8f8;border:2px solid silver;border-radius:5px;margin:10px}.card-body{padding:10px}.card-body>*{margin-bottom:5px}.price{font-size:20px}.average_rating span{color:#f0c040;margin:2px}.average_rating span:last-child{color:#404040}.loading{display:block!important}.success{color:#20a020}.danger{color:#a02020}.alert{border:0 solid #0000;border-radius:5px;padding:10px}.alert-info{background-color:#e0e0ff;color:#2020a0}.alert-danger{background-color:#ffe0e0e0;color:#a02020}.form{margin:0 auto;max-width:600px}.form>div{display:flex;flex-direction:column;margin:10px}.form label{margin:10px 0}.dropdown-content{background-color:#203040;border-radius:5px;margin:5px 0 0}.products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;max-width:1200px;padding:20px}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:420px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.product-image-container{align-items:center;background:linear-gradient(180deg,#f8f9fa,#eef1f5);border:1px solid #e9ecef;border-radius:12px;box-sizing:border-box;display:flex;height:250px;justify-content:center;overflow:hidden;padding:12px}.product-image{background:#fff;border-radius:10px;box-shadow:0 4px 14px #00000014;height:auto;max-height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease,box-shadow .3s ease;width:auto}.product-card:hover .product-image{box-shadow:0 8px 20px #0000001f;transform:none}.product-card-body{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:16px}.product-title-link{color:inherit;text-decoration:none}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;color:#333;display:-webkit-box;font-size:16px;font-weight:600;height:44px;line-height:1.4;margin:0 0 8px;overflow:hidden}.product-title-link:hover .product-title{color:#651fff}.product-rating{margin:8px 0}.product-price{color:#651fff;font-size:20px;font-weight:700;margin-top:auto}.category-filter{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:20px auto;max-width:1200px;padding:20px}.category-filter-title{color:#333;font-size:20px;font-weight:600;margin:0 0 16px;text-align:center}.category-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.category-btn{align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:16px;color:#495057;cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:6px;min-width:80px;padding:12px 16px;transition:all .3s ease;white-space:nowrap}.category-btn:hover{background:#e9ecef;border-color:#651fff;color:#651fff;transform:translateY(-2px)}.category-btn.active{background:#651fff;border-color:#651fff;box-shadow:0 4px 12px #651fff4d;color:#fff}.category-icon{align-items:center;display:flex;font-size:24px;height:32px;justify-content:center;line-height:1;position:relative;width:32px}.category-icon-img{border-radius:4px;height:100%;object-fit:contain;width:100%}.category-icon-emoji{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.category-name{font-size:12px;font-weight:500;line-height:1.2;text-align:center}.products-section{margin:0 auto;max-width:1200px}.products-header{padding:0 20px 10px}.products-title{align-items:center;color:#333;display:flex;font-size:24px;font-weight:600;gap:10px;margin:0}.products-count{background:#f8f9fa;border-radius:20px;color:#666;font-size:16px;font-weight:400;padding:4px 12px}.no-products{color:#666;padding:60px 20px;text-align:center}.no-products p{font-size:18px;margin:0}@media (max-width:768px){.products-header{align-items:stretch;flex-direction:column;text-align:center}.search-input{max-width:100%;width:100%}.product-count{margin-bottom:10px}.category-filter{margin:16px;padding:16px}.category-filter-title{font-size:18px}.category-buttons{gap:8px}.category-btn{font-size:13px;min-width:70px;padding:10px 12px}.category-icon{font-size:20px}.category-icon,.category-icon-img{height:28px;width:28px}.category-name{font-size:11px}.products-title{align-items:flex-start;flex-direction:column;font-size:20px;gap:8px}.products-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));padding:16px}.product-card{height:380px}.product-image-container{height:220px}}.checkout-steps>div{border-top:3px solid silver;color:silver;flex:1 1;font-weight:700;padding:10px}.checkout-steps>div.active{border-top-color:#f08000;color:#f08000}.pagination-info{background:#f8f9fa;border-radius:5px;color:#666;font-size:14px;margin:20px 0;padding:10px;text-align:center}.pagination-controls{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:40px 0}.pagination-btn{background:#fff;border:1px solid #673ab7;border-radius:5px;color:#673ab7;cursor:pointer;font-size:14px;font-weight:500;min-width:100px;padding:10px 16px;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:#673ab7;color:#fff}.pagination-btn:disabled{background:#f5f5f5;border-color:#ddd;color:#999;cursor:not-allowed;opacity:.5}.pagination-numbers{display:flex;flex-wrap:wrap;gap:5px}.pagination-number{align-items:center;background:#fff;border:1px solid #673ab7;border-radius:5px;color:#673ab7;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;transition:all .3s ease;width:40px}.pagination-number.active,.pagination-number:hover{background:#673ab7;color:#fff}.pagination-number.active{font-weight:600}@media (max-width:768px){.pagination-controls{flex-direction:column;gap:15px}.pagination-numbers{justify-content:center;max-width:100%;overflow-x:auto;padding:5px}.pagination-btn{min-width:120px}.pagination-info{font-size:12px;margin:15px 0}}.flag_india{height:25px;width:25px}.header{background-color:#673ab7;height:60px;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header,.header__left{align-items:center;display:flex}.header__left{flex:0 0 auto}.header__center{flex:1 1;justify-content:center;margin:0 20px;max-width:600px}.header__center,.header__right{align-items:center;display:flex}.header__right{flex:0 0 auto;gap:20px}.header__logo{height:60px;object-fit:contain;width:120px}.header__search,.header__search form{align-items:center;display:flex;width:100%}.header__search form{background-color:#fff;border-radius:25px;box-shadow:0 2px 4px #0000001a;max-width:500px;overflow:hidden}.header__searchInput{background-color:initial;border:none;flex:1 1;font-size:14px;height:40px;outline:none;padding:0 15px}.header__searchInput::placeholder{color:#999;font-style:italic}.header__searchIcon{background-color:#673ab7;color:#fff;cursor:pointer;height:24px;padding:8px 12px;transition:background-color .3s ease}.header__searchIcon:hover{background-color:#5e35b1}.header__option{align-items:center;cursor:pointer;padding:5px 10px;text-decoration:none;transition:opacity .3s ease}.header__option:hover{opacity:.8}.header__cart{position:relative}.header__auth{min-width:80px}.message{background-color:red;display:flex;font-size:30px;left:600px;margin:auto;padding:4px;position:absolute;top:6px}.header__optionLineOne{font-size:10px;line-height:1}.header__optionLineTwo{font-size:15px;line-height:1}.header__optionLineTwo a{color:#fff;text-decoration:none}.header__optionLineTwo a:hover{opacity:.8}.badge{align-items:center;background-color:#dc3545;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:2px 6px}.dropdown{display:inline-block;position:relative}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 8px 16px 0 #0003;display:none;min-width:120px;overflow:hidden;position:absolute;right:0;z-index:1}.dropdown:hover .dropdown-content{display:block}.dropdown-content a{color:#333!important;display:block;font-size:14px;padding:12px 16px;text-decoration:none}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown>a{color:#fff;font-size:14px;text-decoration:none}@media (max-width:768px){.header{padding:0 10px}.header__center{margin:0 10px}.header__right{gap:10px}.header__search form{max-width:250px}.header__searchInput{font-size:12px}.header__logo{height:40px;width:80px}.dropdown>a{font-size:12px}}.header__optionBasket{align-items:center;display:flex}.header__basketCount{margin-bottom:-6px;margin-left:16px}.header__nav{display:flex;justify-content:space-evenly}.header__option{color:#fff;display:flex;flex-direction:column;margin-left:10px;margin-right:10px}.professional-footer{background:#6a1b9a!important;background:linear-gradient(135deg,#4a148c,#6a1b9a)!important;color:#fff!important;margin-top:20px;min-height:400px;padding:50px 0 20px;width:100%}.professional-footer *{color:#fff!important}.footer-container{grid-gap:25px;align-items:start;display:grid;gap:25px;grid-template-columns:repeat(4,1fr);margin:0 auto 30px;max-width:1200px;padding:0 20px}.footer-column{background:#0000;display:flex;flex-direction:column}.footer-title{border-bottom:2px solid #fff;color:#fff!important;display:inline-block;font-size:16px;font-weight:700;letter-spacing:.5px;margin-bottom:15px;padding-bottom:8px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.footer-description{color:#fff!important;font-size:13px;font-weight:400;line-height:1.6;margin-bottom:20px;opacity:.95}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-menu{list-style:none;margin:0;padding:0}.footer-menu li{margin-bottom:12px}.footer-link{color:#fff!important;display:inline-block;font-size:13px;font-weight:400;opacity:.9;padding:3px 0;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#ffeb3b!important;font-weight:500;opacity:1;text-decoration:none;transform:translateX(5px)}.contact-column{background:#ffffff1a!important;border:1px solid #fff3;border-radius:10px;box-shadow:0 2px 10px #0000001a;max-width:100%;overflow:hidden;padding:0 10px 10px}.contact-info{display:flex;flex-direction:column;gap:5px}.contact-item{gap:8px;padding:5px 0}.contact-icon,.contact-item{align-items:center;display:flex;justify-content:center}.contact-icon{background:#ffffff40!important;border-radius:50%;box-shadow:0 1px 5px #0000001a;flex-shrink:0;font-size:18px;height:35px;min-width:30px;width:35px}.contact-details{word-wrap:break-word;color:#fff!important;flex:1 1;font-size:12px;font-weight:400;line-height:1.5;overflow-wrap:break-word}.contact-details strong{color:#fff!important;display:block;font-size:13px;font-weight:700;margin-bottom:5px}.contact-link{color:#fff!important;font-weight:500;text-decoration:none;transition:all .3s ease}.contact-link:hover{color:#ffeb3b!important;text-decoration:underline;text-shadow:0 0 5px #ffeb3b4d}.footer-bottom{background:#4a148ccc!important;border-top:2px solid #ffffff4d;margin-top:20px;padding:25px 0}.footer-bottom .footer-container{margin-bottom:0}.footer-bottom .footer-container,.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.footer-bottom-content{width:100%}.footer-bottom-content p{color:#fff!important;font-size:14px;font-weight:500;margin:0;text-shadow:0 1px 3px #0000004d}.social-links{align-items:center;display:flex;gap:20px}.social-links span{color:#fff!important;font-size:14px;font-weight:500;margin-right:8px}.social-link{background:#ffffff1a;border-radius:50%;display:inline-block;font-size:22px;padding:6px;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#fff3;box-shadow:0 4px 15px #0003;transform:scale(1.3)}@media (max-width:768px){.professional-footer{min-height:300px;padding:40px 0 20px}.footer-container{gap:35px;grid-template-columns:1fr;padding:0 20px}.footer-title{font-size:18px}.contact-column{padding:25px}.footer-bottom .footer-container,.footer-bottom-content{flex-direction:column;gap:20px;text-align:center}.social-links{justify-content:center}}@media (max-width:480px){.footer-container{padding:0 15px}.footer-title{font-size:16px}.contact-details,.footer-description,.footer-link{font-size:14px}.contact-column{padding:20px}}
/*# sourceMappingURL=main.485eb34f.css.map*/