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}.background-wrapper{align-items:center;background:linear-gradient(45deg,#0c904b,#bab2ff);display:flex;height:100vh;justify-content:center;overflow:hidden;width:100vw}.login-form,.signup-form{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:30px}.logininput,.signupinput{border:1px solid #ccc;border-radius:5px;margin:10px auto}.logininput,.loginsubmit,.signupinput{display:block;padding:10px;width:300px}.loginsubmit{background-color:#0c904b;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:5px auto}.loginsubmit:hover{background-color:#087c3c}.loginh2,.signh2{margin:0;text-align:center}.signup-label{margin:0}.error-message{color:red;font-size:14px;margin-top:10px;text-align:center}.toggle-form-text{font-size:14px;margin-top:15px;text-align:center}.toggle-form-link{color:#4e90fe;cursor:pointer;font-weight:700}.toggle-form-link:hover{text-decoration:underline}.header-container{margin:0 auto;max-width:1600px}.clickable-container{cursor:pointer}.icon-wrapper{display:inline-block;position:relative}.shopping-icon{color:#374151;font-size:30px;transition:color .2s ease-in-out}.shopping-icon:hover{color:#000}.badge{background-color:#0f1660;border:1px solid #fff;border-radius:9999px;height:12px;position:absolute;right:0;top:0;width:12px}.menu-icon{font-size:28px}.under-development-banner{bottom:20px;color:#00000017;font-size:48px;font-weight:700;left:50%;pointer-events:none;position:fixed;text-align:center;transform:translateX(-50%);-webkit-user-select:none;user-select:none}@media (max-width:768px){.nav-links{display:none}}.nav-links{align-items:center;gap:32px;padding:16px 32px}.nav-item-wrapper{cursor:pointer;position:relative}.nav-link{align-items:center;display:flex;font-size:16px;font-weight:500;gap:6px;transition:color .2s ease-in-out}.nav-link:hover{color:#1976d2}.drawer-close-button{display:flex;justify-content:flex-end;padding:8px}.MuiListItem-root{padding:10px 16px}.desktop-submenu{display:flex;flex-direction:column;gap:4px;margin-left:8px;margin-top:4px}.submenu{color:#333;cursor:pointer;font-size:14px;padding-left:16px}.submenu:hover{color:#1976d2;text-decoration:underline}.enquiry-dropdown-container{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 12px #0000001a;left:1000px;position:absolute;top:100%;width:200px;z-index:1000}.dropdown-item{color:#333;padding:10px 16px;transition:background .2s ease-in-out}.dropdown-item:hover{background-color:#9756e6}.image-carousel{border-radius:25px 0 25px 0;height:270px;margin-left:360px;margin-top:20px;overflow:hidden;position:relative;width:800px}.carousel-track{display:flex;height:100%;transition:transform .6s ease-in-out;width:100%}.carousel-track img{flex-shrink:0;height:270px;object-fit:cover;width:800px}.arrow{background:#0000004d;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:24px;padding:5px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.arrow.left{left:10px}.arrow.right{right:10px}.dots{margin-left:250px;text-align:center}.dot{background-color:#bbb;border-radius:50%;display:inline-block;height:10px;margin:0 5px;transition:background-color .3s;width:10px}.dot.active{background-color:#333}.product-container{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(3,1fr);justify-content:center;margin:140px 150px 0}.product-card{border-radius:25px 0 25px 0;height:200px;opacity:0;overflow:hidden;position:relative;transform:translateY(40px);transition:transform .3s ease,opacity .6s ease,transform .6s ease;width:300px}.product-card.visible{opacity:1;transform:translateY(0)}.product-card:hover{transform:scale(1.05)}.product-card:after{border:2px solid #0000;border-radius:10px;content:"";height:100%;left:0;position:absolute;top:0;transition:border .3s ease-in-out;width:100%}.product-image{height:100%;object-fit:cover;width:100%}.product-overlay{background:#0009;bottom:0;padding:10px;position:absolute;text-align:center;width:100%}.order-now{background:#1fc057;border-radius:5px;color:#fff;margin-top:5px;padding:8px 12px;text-decoration:none}.prototyping-container{border:2px solid #fff;border-radius:10px;color:#fff;font-family:Arial,sans-serif;padding:20px;text-align:center;width:300px}.container-list{background-color:#f1f1f1e1;box-shadow:inset;display:flex;flex-direction:column;gap:20px;left:10px;margin:20px;padding:10px;position:absolute;top:270px}.card{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;height:80px;justify-content:center;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease;width:200px}.card:hover{box-shadow:0 8px 20px #0003;transform:translateY(-5px)}.card:before{animation:rotateBorder 6s linear infinite;background:linear-gradient(60deg,#000,#279a4d,#f80,#de59af,#050606);background-size:400% 400%;content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .4s ease;width:200%;z-index:1}.card:hover:before{opacity:1}.card:after{background-color:#fff;border-radius:8px;bottom:4px;content:"";left:4px;position:absolute;right:4px;top:4px;z-index:1}.card h2{color:#333;font-size:18px;margin:0;position:relative;z-index:2}@keyframes rotateBorder{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container{align-items:center;justify-content:center}.content{padding:2rem}.title{color:#1d4ed8;margin-bottom:1rem}.intro{text-align:left}.section{margin-bottom:2rem}.section-title{color:#000;font-size:1.2rem;min-width:180px;text-align:left}.cta-section{background-color:#b7afee;border-radius:.5rem;padding:1.5rem;text-align:center}.cta-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.cta-button{background-color:#0c904b;border-radius:.5rem;color:#fff;display:inline-block;margin-top:1rem;padding:.5rem 1rem;text-decoration:none}.cta-button:hover{background-color:#087c3c}.footer{text-align:center}.navbar{display:flex;justify-content:space-around;padding:10px}.navbar ul{list-style-type:none;padding:0}.navbar li{display:inline}.bom-box{background-color:#fff;border-radius:2px solid #000;padding:10px}.bom-container{background-color:#f8f8f8;border:2px dashed 1#6666ff;border-radius:10px;box-shadow:0 4px 8px #0000001a;margin:50px auto 70px;max-width:450px;padding:20px;text-align:center;width:100%}.upload-btn{width:100%}.pcb-image{border:1px solid #ccc;border-radius:5px;margin-top:10px;max-width:300px;width:100%}.pcbcon{margin-left:20px}.pcb-container{background:#fff;border:#000;border-radius:10px;box-shadow:0 4px 8px #0000001a;height:fit-content;margin:20px 10px;padding:20px;text-align:left;width:500px}.title1{font-size:1.25rem}.material-btn{background:#fff;border:2px solid #ddd;border-radius:10px;height:auto;padding:auto;transition:.3s;width:50px}.material-btn.selected{background:#eef;border-color:#66f}.section{background:#fff}h3{background:#bbb;margin:-16px -16px 10px;padding:8px;text-align:left}h4,label{margin-bottom:5px}.material-section{align-items:center;gap:15px;margin-bottom:20px}.material-options{align-items:center;gap:10px}.mb-4{gap:30px}.button-gp1{align-items:center;display:flex;gap:15px;justify-content:flex-start;margin-bottom:10px;margin-top:10px;width:150px}.quotation-container1{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;height:350px;margin-left:270px;margin-top:25px;padding:20px;position:relative;text-align:left;width:350px}.myorders-container{display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh}.orders-sidebar{background-color:#f3f4f6;border-right:1px solid #ddd;box-sizing:border-box;height:auto;padding:20px;width:260px}.orders-sidebar h2{font-size:1.6rem;font-weight:700;margin-bottom:16px}.tabs-list{height:auto;list-style:none;margin:0;padding:0}.tab-item{align-items:center;border-radius:6px;color:#333;cursor:pointer;display:flex;font-weight:600;margin-bottom:8px;padding:10px 14px;transition:background-color .25s,color .25s;-webkit-user-select:none;user-select:none}.tab-item:hover{background-color:#e2e8f0}.tab-item.active{background-color:#2563eb;color:#fff}.tab-icon{align-items:center;display:inline-flex;font-size:18px;margin-right:10px}.orders-content{background-color:#fff;box-sizing:border-box;flex:1 1;overflow-y:auto;padding:24px 30px}.orders-content h2{color:#111827;font-size:2rem;font-weight:700;margin-bottom:24px}.error-text,.loading-text,.no-orders-text{color:#6b7280;font-size:1.1rem}.orders-table-wrapper{border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 6px #0000000d;max-height:600px;overflow-y:auto}.orders-table{border-collapse:collapse;min-width:650px;width:100%}.orders-table thead tr{background:linear-gradient(90deg,#3b82f6,#6366f1);color:#fff;position:sticky;top:0;z-index:10}.orders-table td,.orders-table th{border:1px solid #e5e7eb;font-size:.95rem;padding:12px 16px;text-align:left;vertical-align:middle}.orders-table tbody tr:nth-child(2n){background-color:#f9fafb}.orders-table tbody tr:hover{background-color:#e1e7f7}.file-link{color:#2563eb;cursor:pointer;text-decoration:underline}.file-link:hover{color:#1e40af}.modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.modal-box{background-color:#fff;border-radius:8px;box-shadow:0 8px 30px #0000001a;font-family:Segoe UI,Roboto,sans-serif;max-height:90vh;max-width:960px;overflow-y:auto;padding:32px;position:relative;width:100%}.close-button{background:none;border:none;color:#555;cursor:pointer;font-size:20px;position:absolute;right:24px;top:20px}.modal-header{border-bottom:1px solid #e0e0e0;margin-bottom:20px;padding-bottom:12px}.modal-header h2{color:#222;font-size:22px;font-weight:600;margin:0}.status-text{color:#007600;font-size:14px;margin-top:4px}.modal-content-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:24px;margin-top:24px}.info-block{background-color:#fafafa;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;justify-content:flex-start;min-height:160px;padding:20px}.info-block h4{border-bottom:1px solid #ddd;color:#2c2c2c;font-size:16px;font-weight:600;margin-bottom:12px;padding-bottom:6px}.info-block p{color:#444;font-size:14px;line-height:1.5;margin:4px 0;word-break:break-word}.item-card.compact{align-items:center;background-color:#f9f9f9;border:1px solid #ddd;border-radius:12px;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px;padding:12px 16px}.item-image{background-color:#fff;border:1px solid #ccc;border-radius:8px;height:60px;margin-left:10px;object-fit:contain;width:60px}.item-info{display:flex;flex-direction:row;flex-grow:1;gap:200px;justify-content:center}.item-name{color:#222;margin:0}.item-name,.item-price{font-size:15px;font-weight:600}.item-price{color:#444;margin-top:4px}.item-qty{background-color:#eee;border-radius:6px;color:#333;font-size:14px;font-weight:500;margin-right:10px;padding:6px 12px;white-space:nowrap}.price-summary{border-top:1px solid #e0e0e0;margin-top:24px;padding-top:20px}.price-summary .row{color:#444;display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px}.price-summary .total-row{color:#222;font-size:16px;font-weight:600;margin-top:10px}.tax-note{color:#777;font-size:12px;margin-top:8px}.details-button{background-color:initial;border:none;border-radius:4px;color:#2563eb;cursor:pointer;font-weight:600;padding:6px 10px;transition:background-color .25s}.details-button:hover{background-color:#e0e7ff}.expanded-row td{border-top:none;padding:16px}.expanded-content{align-items:flex-start}.expanded-content,.expanded-grid{display:flex;gap:20px}.expanded-text p{margin:20px;text-align:left}.orders-table-wrapper::-webkit-scrollbar{width:8px}.orders-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1}.orders-table-wrapper::-webkit-scrollbar-thumb{background-color:#a0aec0;border-radius:4px}.expand-collapse-wrapper{max-height:0;opacity:0;overflow:hidden;padding:0 16px;transition:max-height .4s ease,opacity .4s ease}.expand-collapse-wrapper.expanded{max-height:1200px;opacity:1;padding:16px}.expanded-content{opacity:1;transition:opacity .4s ease}.expanded-row td{background-color:#f4f6fb;border:none!important;padding:0!important}.expanded-item{align-items:flex-start;display:flex;gap:20px;margin-bottom:16px}.expanded-image{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:120px;object-fit:cover;width:120px}.expanded-text p{color:#333;font-size:.95rem;margin:6px 0}.order-shipping-info{color:#444;font-size:.95rem;margin-top:12px}.gerber-container{background-color:#f8f8f8;border:2px dashed 1#6666ff;border-radius:10px;box-shadow:0 4px 8px #0000001a;flex:1 1;margin:70px auto;max-width:450px;padding:20px;text-align:center;width:100%}.title{color:#333;font-size:20px;margin-bottom:15px}.uploadbutton{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:15px;padding:10px 15px;transition:.3s;width:100%}.uploadbutton:hover{background-color:#218838}.upload-box{align-items:center;display:flex;flex-direction:column}.file-input{display:none}.file-label{background-color:#66f;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:8px 16px;text-align:center;transition:.3s}.file-label:hover{background-color:#5050cc}.file-name{color:#555;font-size:14px;margin-top:10px}.upload-btn{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:15px;padding:10px 15px;transition:.3s}.upload-btn:hover{background-color:#218838}.status-message{color:#333;font-size:14px;font-weight:700;margin-top:10px}.pcb-preview{margin-top:20px}.pcb-preview h3{color:#333;font-size:18px}.pcb-image-container{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.pcb-image{border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 6px #0000001a;height:200px;object-fit:cover;width:300px}.pcb-container1{background:#fff;border-radius:10px;flex:2 1;margin:20px 10px 20px 20px;max-width:900px;padding:20px;text-align:left}.title1{color:#333;font-size:22px;font-weight:700;margin-bottom:15px}.material-section h3{color:#444;margin-bottom:10px}.material-options{align-items:left;display:flex;flex-wrap:wrap;justify-content:space-around;padding:0}.material-btn1{background:#fff;border:2px solid #ddd;border-radius:10px;cursor:pointer;height:auto;margin-left:5px;margin-top:15px;padding:10px;text-align:center;transition:.3s;width:100px}.material-btn1.selected{background:#eef;border-color:#66f}.material-img{height:50px;width:50px}.pcb-form{font-family:Arial,sans-serif;margin:auto;max-width:800px}.section{margin-bottom:16px;margin-top:25px;padding:10px}.dimension,h4,label{font-weight:700}h4,label{display:block;margin:0 0 5px;text-align:left}.button-group{flex-wrap:wrap;gap:8px;justify-content:space-around;margin-top:10px;width:25%}button{border:1px solid #ccc;color:#000;cursor:pointer;padding:8px 12px;transition:all .3s ease}button,button:hover{background:#fff}button.active{border-color:#007bff;color:#000}.color-btn{align-items:center;border-radius:4px;display:flex;justify-content:center;width:60px}.green{background:green}.purple{background:purple}.red{background:red}.yellow{background:#ff0}.blue{background:rgba(0,81,255,.717)}.color-btn.active{outline:2px solid #000}.material-section{align-items:left;display:flex;justify-content:flex-start;margin-bottom:10px;margin-top:20px}.material-btn{align-items:center;background-color:#f5f5f5;border:2px solid #ccc;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:10px;text-align:center;transition:all .3s ease;width:100px}.material-btn.selected{background-color:#fff;border-color:#006eff}.material-img{height:auto;margin-bottom:5px;object-fit:cover;width:auto}.layer-section{align-items:center;display:flex;gap:15px;justify-content:flex-start;margin-bottom:10px;margin-top:10px}.flex,.layerh{gap:10px}.flex,.layerh,.sub{align-items:center;display:flex}.sub{background-color:#b299e5;border-radius:50px;margin:auto;width:100px}.sub:hover{background-color:#967ace}.layer1{border-radius:6px;cursor:pointer;padding:8px 12px}.mb-4{align-items:center;display:flex;gap:10px}.dim1{border:1px solid #ccc;border-radius:4px;padding:8px;text-align:center;width:80px}.button-group1{font:#000;width:250px}.button-group1,.button-group2{align-items:center;display:flex;gap:15px;justify-content:flex-start;margin-bottom:10px;margin-top:10px}.button-group2{width:450px}.button-group3,.button-group4,.button-group5{width:150px}.button-group3,.button-group4,.button-group5,.button-group6{align-items:center;display:flex;gap:15px;justify-content:flex-start;margin-bottom:10px;margin-top:10px}.button-group6{width:700px}.button-group7{width:120px}.button-group7,.button-group8{align-items:center;display:flex;gap:15px;justify-content:flex-start;margin-bottom:10px;margin-top:10px}.button-group8{width:150px}.button-group9{align-items:center;display:flex;gap:15px;justify-content:flex-start;margin-bottom:10px;margin-top:10px;width:200px}select{border:1px solid #ccc;border-radius:4px;padding:8px}.button-group,.layerh,.mb-4{align-items:center;display:flex;gap:10px;justify-content:flex-start}h4,label{min-width:140px}.quotation-container{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;height:800px;margin-left:auto;margin-right:20px;margin-top:25px;padding:20px;position:relative;text-align:left;width:350px}.main-container{display:flex}.quotation-container h3{font-size:18px;margin-bottom:10px}.quotation-container ul{list-style:none;padding:10px}.quotation-container li{font-size:14px;margin:20px 0}.total-price{color:#f60;font-size:20px;font-weight:700;margin-top:15px}.listord{color:#666}.dim-button{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:.25rem;color:#1f2937;font-weight:500;margin:5px;padding:10px;text-align:center;width:5rem}.qty-btn{margin:5px}.fabwarp{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:20px}.abs{background:#e0f7fa}.req{background:#e8f5e9}.enqsubmit{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:10px;padding:10px;width:100%}.enqsubmit:hover{background-color:#218838}.navbar{background-color:#fff!important;box-shadow:none!important;padding:1px 0}.top-bar{align-items:center;display:flex;justify-content:space-between}.account-links,.contact-info{color:#666;font-size:14px}.middle-toolbar{align-items:center;background-color:#fff;border-top:1px solid #ccc;display:flex;justify-content:space-between;padding:10px 0}.footer-container-box{background-color:#bab2ff;height:120px;margin-top:50px;width:auto}.logo{background-color:#fff;width:150px}.search-box{align-items:center;background-color:#f5f5f5;border-radius:20px;display:flex;flex:1 1;margin-left:10px;max-width:500px;padding:5px 15px}.search-icon{color:#666;margin-right:10px}.search-input{flex:1 1}.icons{align-items:center;display:flex;gap:20px}.icon{color:#666}.bottom-toolbar{background-color:#b7afee;display:flex;justify-content:space-between;padding:5px 10px}.menu-icon{color:#666;cursor:pointer}.nav-links{display:flex;gap:20px}.nav-link{color:#000;cursor:pointer;transition:color .3s,transform .3s}.nav-link:hover{color:#5f5858;transform:scale(1.1)}.footer-container{background-color:#f8f8f8;padding:20px;text-align:center}.footer-title{color:#333;font-size:18px;font-weight:700;margin-bottom:8px}.footer-subtext{color:#666;font-size:14px}.subscription-box{display:flex;gap:10px;justify-content:center;margin-top:10px}.input-field{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:5px 10px;width:150px}.subscribe-button{background-color:#66f;border-radius:4px;color:#fff;cursor:pointer;padding:5px 20px}.footer-links{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-top:20px;padding:20px;text-align:left}.footer-section{max-width:200px}.footer-section-title{color:#333;font-weight:700;margin-bottom:10px}.footer-section p{color:#555;font-size:14px;margin-bottom:5px}.social-icons{display:flex;gap:10px;margin-top:10px}.icon{cursor:pointer;font-size:24px}.facebook{color:#4267b2}.twitter{color:#1da1f2}.instagram{color:#e1306c}.youtube{color:red}.footer-bottom{color:#666;font-size:14px;margin-top:20px;text-align:center}.container2{align-items:center;display:flex;flex-direction:column;padding:20px}.card1{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:600px;padding:20px;width:100%}h1{font-size:24px;font-weight:700;margin-bottom:20px}p{text-align:center}h2{font-size:18px;margin-bottom:10px;text-align:left}.abs{background:#e8f5e9}.abs,.req{border-radius:5px;margin-bottom:16px;padding:10px}.req{background:#e0f7fa}.input-field1{border:1px solid #ccc;border-radius:5px;font-size:16px;margin-top:5px;padding:10px;width:90%}button_2{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:10px;padding:10px;width:100%}button_2:hover{background-color:#218838}.dropdown-menu{background:#fff;border:1px solid #000;border-radius:5px;box-shadow:0 4px 6px #0000001a;color:#000;display:flex;flex-direction:column;margin:27px;position:absolute;right:-50px;width:150px;z-index:5}.dropdown-item{cursor:pointer;font-size:14px;margin-top:50px;padding:10px 15px;transition:background .3s}.dropdown-item:hover{background:#988df9}.right-section{width:300px}.quote-layout{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:2rem;justify-content:space-between;min-height:100vh}.quote-details-wrapper,.quote-layout{background-color:#f4f6f8;padding:2rem}.quote-details-wrapper{flex:1 1;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.quote-details-container{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;margin:0 auto;max-width:900px;overflow-x:auto;padding:2rem;width:100%}h2{color:#333;margin-bottom:2rem}.quote-table-vertical{border-collapse:collapse;width:100%}.quote-table-vertical td,.quote-table-vertical th{border-bottom:1px solid #e0e0e0;font-size:.95rem;padding:.75rem 1rem;text-align:left}.quote-table-vertical th{background-color:#ddd7d7;color:#333;width:180px}.quote-table-vertical td{color:#555}.quote-status-select{background-color:#fff;border:1px solid #ccc;border-radius:6px;font-size:.95rem;padding:.4rem .75rem;transition:all .2s ease-in-out}.quote-status-select:focus{border-color:#3f51b5;box-shadow:0 0 4px #3f51b533;outline:none}.back-button{background-color:#3f51b5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;margin-top:1.5rem;padding:.6rem 1.5rem;transition:background-color .3s ease}.back-button:hover{background-color:#303f9f}.quote-images{display:flex;flex:1 1;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:30px;max-width:500px}.image-container{background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #0000001a;padding:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:300px}.image-container:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.image-container img{border-radius:8px;max-width:100%}.image-title{color:#444;font-size:1rem;font-weight:600;margin-top:.5rem}@media (max-width:768px){.quote-layout{flex-direction:column}.quote-details-wrapper{padding:1rem}.quote-details-container{padding:1.2rem}.quote-table-vertical td,.quote-table-vertical th{font-size:.85rem}.quote-images{justify-content:center;margin-top:2rem;max-width:100%}.image-container{width:90%}}.container{align-items:left;justify-content:left;min-height:100vh;padding:2rem}.content{background-color:#fff;border-radius:1rem;box-shadow:0 10px 20px #00000026;max-width:1200px;width:100%}.main-section{padding:2rem}.title{font-size:2.5rem;font-weight:700;text-align:left}.intro{color:#64748b;font-size:1rem;margin-bottom:2rem;text-align:center}.section{position:relative}.section-title{font-size:1.5rem;font-weight:700;width:fit-content}.section-content{color:#475569;font-size:1rem;line-height:1.6;text-align:left}.list{color:#475569;list-style-type:disc;padding-left:1.5rem}.list li{margin-bottom:.5rem}.cta-section{background-color:#0ea5e9;color:#fff}.cta-section,.footer{margin-top:2rem;text-align:left}.footer{color:#94a3b8;font-size:.875rem}.privacy-container{align-items:left;display:flex;justify-content:center;min-height:100vh;padding:2rem}.privacy-content{border-radius:1rem;box-shadow:0 8px 16px #00000080;max-height:auto;padding:2rem;width:100%}.privacy-title{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:left}.privacy-intro{font-size:1rem;margin-bottom:2rem;text-align:left}.privacy-section{margin-bottom:2rem;padding-left:1.5rem;position:relative}.privacy-section-title{font-size:1.5rem;text-align:left}.privacy-section-content{color:#000;font-size:1rem;line-height:1.6;margin-left:0;padding-left:0;text-align:left}.privacy-list{color:#000;list-style-type:disc;padding-left:1.5rem;text-align:left}.privacy-list li{margin-bottom:.5rem}.privacy-cta-section{color:#000;margin-top:2rem;padding:1.5rem;text-align:left}.container{align-items:flex-start;display:flex;overflow-x:hidden;width:100%}.container,.sidebar1{box-sizing:border-box}.sidebar1{background-color:#fff;border-bottom-right-radius:10px;border-right:1px solid #e0e0e0;border-top-right-radius:10px;box-shadow:2px 0 12px #00000012;color:#2c3e50;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:30px;max-height:90vh;overflow-y:auto;padding:30px 25px;position:sticky;top:20px;width:20%}.sidebar1::-webkit-scrollbar{width:6px}.sidebar1::-webkit-scrollbar-thumb{background-color:#b0bec5;border-radius:3px}.menu-link{border-bottom:2px solid #ecf0f1;color:#34495e;font-size:1.25rem;margin:20px 0 12px;padding-bottom:6px}.sidebar1 ul{list-style:none;margin:15px 0;padding:0}.sidebar1 li{align-items:center;border-radius:8px;box-shadow:0 1px 3px #0000000d;color:#2c3e50;cursor:pointer;display:flex;font-weight:600;gap:8px;margin:10px 0;padding:10px 14px;transition:background-color .25s ease,box-shadow .25s ease}.sidebar1 li:hover{background-color:#f0f4f8;box-shadow:0 4px 12px #0000001a}.sidebar1 li:before{color:#3498db;content:"•";font-size:1.2rem;font-weight:700;line-height:0;margin-right:8px}.filter-btn{background-color:#3498db;border:none;border-radius:8px;box-shadow:0 4px 8px #3498db66;color:#fff;cursor:pointer;font-weight:700;margin-top:25px;padding:12px 16px;transition:background-color .3s ease,box-shadow .3s ease;width:100%}.filter-btn:hover{background-color:#2c80b4;box-shadow:0 6px 14px #2c80b499}.main-content{box-sizing:border-box;padding:30px;width:80%}.hero-banner{background-color:#cfd8dc;border-radius:10px;height:160px;margin-bottom:30px}.category-icons{grid-gap:10px;display:grid;flex-wrap:wrap;gap:10px;grid-template-columns:repeat(4,.2fr);margin-bottom:40px;margin-left:100px}.category-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 6px #0000000d;height:180px;padding:10px;text-align:center;transition:transform .3s ease;width:140px}.category-card:hover{transform:translateY(-5px)}.category-img{border-radius:2px;height:130px;object-fit:contain;width:100%}.related{font-size:30px;margin:20px 0 10px;text-align:left;text-decoration:underline}.menu-link{color:#000;display:block;font-size:1.2rem;font-weight:700;margin-bottom:10px;text-decoration:none}.menu-link:hover{color:#007bff}@media (max-width:768px){.container{flex-direction:column}.main-content,.sidebar1{width:100%}.category-icons{grid-template-columns:repeat(2,1fr);margin-left:0}}.sidebar{background:linear-gradient(to bottom right,#fff,#f9f9f9);border-radius:16px;border-right:1px solid #e0e0e0;box-shadow:0 4px 20px #0000000f;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:30px;max-height:90vh;overflow-y:auto;padding:30px 25px;position:sticky;top:20px;transition:all .3s ease-in-out;width:20%}.sidebar:before{background-color:#3498db;border-radius:8px;content:"";display:block;height:4px;margin-bottom:20px;width:60px}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}.sidebar-title{border-bottom:1px solid #ececec;margin-bottom:18px;padding-bottom:6px}.main-link{border-radius:6px;color:#2c3e50;display:block;font-size:1.1rem;font-weight:600;padding:10px 12px;transition:background-color .3s ease,color .3s ease}.main-link:hover{background-color:#f0f4f8}.category-list{margin:20px 0 0}.category-item{border-bottom:1px dashed #e0e0e0;margin-bottom:22px;padding-bottom:12px}.category-name{color:#34495e;font-size:1rem;margin-bottom:8px;padding-left:8px}.subcategory-list{margin:0}.subcategory-link{border-radius:6px;color:#2c3e50;display:block;padding:8px 10px 8px 22px;position:relative;transition:background-color .3s ease,color .3s ease}.subcategory-link:before{color:#999;content:"›";font-size:1rem;left:8px;position:absolute;transition:color .3s}.subcategory-link:hover{background-color:#eaf2fb}.subcategory-link:hover:before{color:#007bff}.menu h3{font-size:1.2rem;margin-bottom:10px}.main-link{color:#333;text-decoration:none;transition:color .2s ease}.main-link:hover{color:#007bff}.category-list{list-style:none;padding-left:0}.category-item{margin-top:15px}.category-name{color:#222;font-weight:700;margin-bottom:5px}.subcategory-list{list-style:none;padding-left:15px}.subcategory-link{color:#555;font-size:.95rem;text-decoration:none}.subcategory-link:hover{color:#007bff}.product3{margin-left:70px}.product3-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,.2fr);margin-top:15px;padding:1rem;width:800px}.product3-item{background:#fff;border:1px solid #ddd;border-radius:25px;box-sizing:border-box;display:flex;flex-direction:column;height:280px;overflow:hidden;padding:1rem;position:relative;text-align:center;width:200px}.product3-image{background-color:#f8f8f8;border-radius:4px;height:140px;margin-bottom:.5rem;object-fit:contain;width:100%}.product3-title{color:#0060aa;font-size:.95rem;text-align:center}.product3-sku,.product3-title{flex-grow:0;margin-bottom:.25rem}.product3-sku{color:#555;font-size:.8rem}.product3-rating{color:#f0c040;flex-grow:0;font-size:.9rem;margin-bottom:.25rem}.product3-rating-count{color:#777;font-size:.75rem;margin-left:4px}.product3-price{color:#000;flex-grow:0;font-size:1rem;font-weight:700}.product3-gst{color:#555;flex-grow:0;font-size:.75rem;margin-bottom:.5rem}.product3-cart-button{align-items:center;background:#512da8;border:none;border-radius:50%;bottom:10px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;line-height:1;padding:0;position:absolute;right:10px;transition:background .2s;width:36px}.product3-cart-button:hover{background:#311b92}.sidebar-title{color:#000;font-family:sans-serif;font-size:1.3rem;font-weight:700;margin-bottom:15px}.product-detail{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;padding:2rem}.product-detail-left img{height:auto;padding:20px;width:auto}.product-detail-right{max-width:600px}.prd-align{text-align:left}.product-detail-right h1{margin-bottom:.5rem}.out-of-stock{color:red;font-weight:700}.wishlist-btn{background-color:#9d43d9;border:none;border-radius:25px;color:#fff;cursor:pointer;display:block;margin:1rem auto;padding:15px;width:150px}.wishlist-btn:hover{background-color:#7530a2}.buybutton{background-color:#37b43f;border:none;border-radius:25px;color:#fff;cursor:pointer;display:block;margin:1rem auto;padding:15px;width:150px}.buybutton:hover{background-color:#298a31}.gst-label{color:#666;font-size:.85rem}.product-image{height:auto;width:1000px}.spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#4b9cea;border-radius:50%;height:40px;margin:40px auto;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.related{margin-left:70px}.carousel-wrapper{box-sizing:border-box;margin-left:110px;overflow:hidden;position:relative;width:80%}.product2-scroll{box-sizing:border-box;display:flex;gap:1rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;width:100%}.product2-scroll::-webkit-scrollbar{display:none}.product2-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 10px #0000000d;flex-shrink:0;max-width:220px;min-width:200px;padding:15px;transition:box-shadow .3s ease}.product2-card:hover{box-shadow:0 6px 16px #0000001a}.product2-img{height:150px;margin-bottom:12px;object-fit:contain;width:100%}.product2-info{text-align:center}.product2-name{color:#2c3e50;font-size:14px;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product2-price{color:#27ae60;font-size:16px;font-weight:700;margin-bottom:4px}.buy-btn{background-color:#2980b9;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:8px;padding:8px 16px;transition:background-color .3s ease}.buy-btn:hover{background-color:#1c5980}.scroll-btn{background-color:#0000004d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:30px;height:80px;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s ease;width:40px;z-index:10}.scroll-btn:hover{background-color:#0009}.scroll-btn.left{left:0}.scroll-btn.right{right:0}.fade-scroll{mask-image:linear-gradient(90deg,#0000 0,#000 10%,#000 90%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 10%,#000 90%,#0000)}.fade-in{animation:fadeIn .8s ease-in forwards;opacity:0}.quantity-control{align-items:center;display:flex;font-size:14px;gap:8px;margin:10px 0}.quantity-control label{font-size:14px;font-weight:600;margin-right:6px}.quantity-box-wrapper{align-items:center;background-color:#fff;border:1px solid #888;border-radius:3px;display:flex;width:fit-content}.quantity-box-wrapper button{background:none;border:none;color:#333;cursor:pointer;font-size:18px;line-height:1}.quantity-box-wrapper input{border:none;font-size:16px;height:28px;margin:0 2px;outline:none;text-align:center;width:36px}.support-features{align-items:flex-start;border-bottom:1px solid #a19f9f;border-top:1px solid #a19f9f;display:flex;flex-wrap:wrap;margin-left:750px;margin-top:30px;padding:10px;width:500px}.feature-item{flex:1 1;min-width:120px;text-align:center}.feature-item svg{margin-bottom:8px}.feature-item p{color:#333;font-size:14px;margin:0}.feature-item a{color:blue;font-weight:700;text-decoration:none}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cart-container{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000d;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:40px auto;max-width:1100px;padding:20px}h2{font-size:28px;font-weight:700;margin-bottom:25px;text-align:center}.cart-table{border-collapse:collapse;margin-bottom:20px;width:100%}.cart-table thead tr{background-color:#f5f5f5;font-weight:700;text-align:left}.cart-table td,.cart-table th{border-bottom:1px solid #eee;padding:12px 15px;vertical-align:middle}.cart-img{border-radius:10px;cursor:pointer;height:70px;object-fit:cover;transition:transform .2s ease;width:70px}.cart-img:hover{transform:scale(1.1)}.product-link{color:#07c;cursor:pointer;font-weight:600;text-decoration:none}.product-link:hover{text-decoration:underline}.qty-input{border:1px solid #ddd;border-radius:6px;font-size:14px;padding:6px;text-align:center;transition:border-color .2s ease;width:60px}.qty-input:focus{border-color:#07c;box-shadow:0 0 5px #07c;outline:none}.remove-btn{background:#ff4d4f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:6px 12px;transition:background .2s ease}.remove-btn:hover{background:#d9363e}.cart-footer{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.grand-total{color:#222;font-size:20px;font-weight:700}.checkout-btn{background-color:#28a745;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;padding:10px;text-align:center;transition:background-color .3s ease}.checkout-btn:hover{background-color:#218838}.empty-cart{color:#999;font-size:18px;margin-top:50px;text-align:center}@media (max-width:768px){.cart-container{margin:20px;padding:10px}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table td,.cart-table tr{display:block;width:100%}.cart-table tr{background:#fafafa;border-radius:10px;margin-bottom:25px;padding:10px}.cart-table td{border-bottom:1px solid #eee;padding-left:50%;position:relative;text-align:right}.cart-table td:before{content:attr(data-label);font-weight:600;left:15px;padding-left:15px;position:absolute;text-align:left;width:45%}.cart-img{margin-bottom:10px}.cart-footer{align-items:stretch;flex-direction:column}.checkout-btn{min-width:auto;width:100%}}.clickable-row:hover{background-color:#f0f0f0;transition:background-color .3s ease}.clickable-row{cursor:pointer}.checkout-container{background:#f9fafc;border-radius:12px;box-shadow:0 10px 30px #0000000d;display:flex;flex-wrap:wrap;font-family:Segoe UI,sans-serif;gap:30px;padding:30px}.left-section{background:#fff;border-radius:10px;box-shadow:0 8px 24px #00000014;flex:1 1;min-width:300px;padding:20px}.left-section h2{color:#3f51b5;font-size:22px;margin-bottom:20px}.right-section{background:#fff;border-radius:10px;box-shadow:0 8px 24px #00000014;padding:20px;width:450px}.right-section h2{color:#3f51b5;font-size:22px;margin-bottom:20px}.space{color:#555;font-weight:600}.space1{background:#f1f3f6;border-radius:6px;color:#333;margin-top:5px;padding:8px 12px}.email input[type=checkbox]{height:12px;width:12px}.pay-button{background:linear-gradient(135deg,#5c6bc0,#3949ab);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;margin-top:15px;padding:12px;transition:background .3s ease;width:100%}.pay-button:hover{background:#3f51b5}.wallet-modal-overlay{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.wallet-popup{background-color:#fff;border-radius:16px;box-shadow:0 0 20px #00000026;display:flex;flex-direction:column;gap:16px;max-width:400px;padding:30px 20px;position:relative;width:100%}.mailinput,.passinput{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:10px;width:100%}button.primary-btn,button.secondary-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;padding:10px;transition:background-color .2s ease}.verify{background-color:#08af59;color:#000;margin-left:50px;width:300px}.verify:hover{background-color:#087a3d}.wallet-content{display:flex;flex-direction:column;gap:12px}.button-group{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;justify-content:center;margin-top:20px;width:100%}.spendbtn,.wallet-add{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 20px;transition:background-color .3s ease;white-space:nowrap}.wallet-add{background-color:#08af59;color:#fff}.wallet-add:hover{background-color:#087a3d}.spendbtn{background-color:#5a567a;color:#fff}.spendbtn:hover{background-color:#736cae}.close-btn{background:none;border:none;color:#333;cursor:pointer;font-size:1.4rem;position:absolute;right:12px;top:0}.textdesign{padding:15px}.applybtn{padding:10px}@keyframes fadeIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.form-container{font-family:Arial,sans-serif;margin:auto;max-width:600px;padding:20px}h2{margin-bottom:16px}label{display:block;font-weight:600;margin-bottom:8px}input,select{border:1px solid #ccc;border-radius:6px;font-size:14px;margin-bottom:14px;padding:10px;width:100%}.order-summary{align-items:center;background:#fafafa;border-radius:25px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:row;gap:40px;margin-bottom:20px;margin-top:20px;padding:15px}.eproduct-image{border-radius:10px;height:90px;object-fit:contain;width:90px}.eproduct-name,.eproduct-price{color:#333;font-size:16px;font-weight:700}.equantity-input{border:1px solid #ccc;border-radius:6px;font-size:14px;padding:5px;width:60px}.layout{background:#f9fafc;display:flex;font-family:Segoe UI,sans-serif;gap:20px;height:100vh;overflow:hidden;padding:20px}.left-section1{flex:1 1;height:1000px;min-width:300px;overflow-y:scroll}.left-section1,.right-section1{background:#fff;border-radius:10px;box-shadow:0 8px 24px #00000014;padding:20px}.right-section1{height:800px;overflow-y:auto;width:400px}.form-group1,.form-group2{margin-bottom:15px}.row{display:flex;gap:10px}.row input,.row select{flex:1 1}.email{align-items:center;color:#333;display:flex;font-size:1rem;gap:10px;margin-top:15px}.email input[type=checkbox]{cursor:pointer;height:14px;width:14px}.email label{cursor:pointer}.form-group3{margin:20px 0}.radiomain{gap:40px;margin-top:20px}.radio-option,.radiomain{align-items:center;display:flex}.radio-option{font-weight:500;gap:8px}.radio{margin:0;vertical-align:middle}.pay-buttonaddtocart{background-color:#556df4;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:12px;transition:background .3s ease;width:100%}.pay-buttonaddtocart:hover{background:#3f51b5}.addtocartcontainer{background:#fafafa;border-radius:25px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:15px;margin-bottom:20px;margin-top:20px;overflow-x:auto;padding:15px}.cart-item{align-items:center;border-bottom:1px solid #ddd;display:flex;flex-wrap:nowrap;gap:20px;overflow-x:auto;padding:10px}.cart-image{border-radius:8px;flex-shrink:0;height:80px;object-fit:contain;width:80px}.cart-name{flex:2 1;font-weight:500}.cart-name,.cart-price{color:#333;font-size:16px}.cart-price{flex:1 1;font-weight:700}.cart-input{border:1px solid #ccc;border-radius:6px;font-size:14px;height:35px;padding:5px;width:60px}.discount{display:flex;gap:10px;margin-bottom:20px}.textdesign{border:1px solid #ccc;border-radius:6px;flex:1 1;padding:8px}.applybtn{background-color:#2196f3;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 14px}.applybtn:hover{background-color:#1976d2}.component-list{list-style:none;margin:20px 0;padding:0}.component-list li{font-size:15px;margin-bottom:10px}.component-list li,.total{display:flex;justify-content:space-between}.total{font-size:18px;font-weight:700;margin-top:15px}.taxinclude{color:#888;font-size:13px;margin-top:8px}@media (max-width:768px){.layout{flex-direction:column}.left-section1,.right-section1{height:auto;overflow:visible;width:100%}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.26eef24c.css.map*/