*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}*{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer}button,input,select,textarea{outline: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:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;color:#333;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;gap:1.5rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding:.8rem 1.5rem}.navbar-logo h1{color:#8b5cf6;font-size:1.8rem;font-weight:700;letter-spacing:-.5px;margin:0;text-transform:lowercase}.navbar-search{flex:1 1;max-width:500px;position:relative}.navbar-search input{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;padding:.6rem 1rem .6rem 2.5rem;transition:all .3s;width:100%}.navbar-search input:focus{background:#fff;border-color:#8b5cf6;outline:none}.navbar-search:before{content:"🔍";font-size:1rem;left:.8rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.navbar-menu{align-items:center;display:flex;gap:1.5rem}.nav-link{background:none;border:none;border-radius:6px;color:#666;font-size:.95rem;font-weight:500;padding:.5rem .8rem;transition:color .3s}.nav-link:hover{background:#f8f9fa;color:#8b5cf6}.nav-icon-link{align-items:center;border-radius:50%;display:flex;height:40px;justify-content:center;text-decoration:none;transition:background .3s;width:40px}.nav-icon-link:hover{background:#f8f9fa}.nav-icon{font-size:1.3rem}@media (max-width:768px){.navbar-container{flex-wrap:wrap;padding:0 1rem}.navbar-top-links{display:none}.navbar-search{max-width:100%;order:3;width:100%}.navbar-menu{gap:.5rem}.nav-link{font-size:.85rem;padding:.4rem .6rem}}.product-card,.product-card-wrapper{position:relative}.product-card{border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000001a;color:inherit;display:block;text-decoration:none;transition:all .3s ease}.product-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.product-image-container{background:#f8f9fa;height:180px;overflow:hidden;position:relative;width:100%}.product-image{height:100%;position:relative}.product-image img{transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{border-radius:5px;left:10px;padding:.3rem .8rem;position:absolute;top:10px;z-index:5}.badge-default{background:#2196f3}.discount-badge{background:#4caf50;border-radius:4px;font-size:.7rem;padding:.25rem .6rem;position:absolute;right:8px;top:8px;z-index:5}.wishlist-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;bottom:8px;box-shadow:0 2px 6px #0000001a;cursor:pointer;display:flex;font-size:1.1rem;height:36px;justify-content:center;position:absolute;right:8px;transition:all .3s;width:36px;z-index:10}.wishlist-btn:hover{background:#fff;transform:scale(1.1)}.wishlist-btn.active{background:#ff6b9d}.wishlist-btn:disabled{cursor:not-allowed;opacity:.6}.product-info{background:#fff;padding:.7rem}.product-info h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.85rem;font-weight:500;line-height:1.3;margin:0 0 .4rem;min-height:2.2rem}.product-price .price{color:#8b5cf6;font-size:1rem;font-weight:700}.product-price .original-price{color:#999;font-size:.8rem;text-decoration:line-through}.product-rating{font-size:.75rem;margin-bottom:.2rem}.recently-viewed-section{margin-top:3rem;padding:2rem 0}.recently-viewed-container{margin:0 auto;max-width:1200px;padding:0 2rem}.recently-viewed-container h2{color:#333;margin-bottom:1.5rem}.footer-meesho{background:#2d3748;color:#e2e8f0;margin-top:3rem;padding:0;width:100%}.footer-container{margin:0 auto;max-width:1400px;padding:3rem 2rem 1.5rem}.footer-top{grid-gap:2rem;border-bottom:1px solid #ffffff1a;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem;padding-bottom:2rem}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1rem;margin-top:0}.footer-section p{color:#cbd5e0;font-size:.9rem;line-height:1.6;margin:.5rem 0}.footer-section a{color:#cbd5e0;display:block;font-size:.9rem;margin-bottom:.6rem;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#8b5cf6}.footer-middle{grid-gap:2.5rem;border-bottom:1px solid #ffffff1a;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2.5rem;padding-bottom:2rem}.footer-address h4,.footer-contact h4,.footer-social h4{color:#fff;font-size:1rem;font-weight:700;margin-bottom:1rem;margin-top:0}.contact-info p{color:#cbd5e0;font-size:.9rem;line-height:1.8;margin:.5rem 0}.contact-info strong{color:#fff;font-weight:600}.footer-address p{color:#cbd5e0;font-size:.9rem;line-height:1.8;margin:0}.social-links{display:flex;flex-direction:column;gap:.8rem}.social-link{align-items:center;color:#cbd5e0;display:flex;font-size:.9rem;gap:.5rem;text-decoration:none;transition:color .3s}.social-link:hover{color:#8b5cf6}.social-link span{font-size:1.2rem}.footer-payments{border-bottom:1px solid #ffffff26;margin-bottom:2rem;padding:1.5rem 0}.footer-payments h4{color:#fff;font-size:1rem;font-weight:700;margin-bottom:1.5rem;margin-top:0}.payment-methods{align-items:center;flex-wrap:wrap;gap:1.5rem}.payment-icons-container{align-items:center;display:flex;flex-direction:row;gap:1rem}.payment-icon{align-items:center;background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-shrink:0;font-size:1.8rem;height:50px;justify-content:center;padding:.5rem;width:50px}.payment-text{color:#fff;font-size:.9rem;font-weight:500;white-space:nowrap}.footer-bottom{padding-top:1.5rem;text-align:center}.footer-copyright p{color:#a0aec0;font-size:.85rem;line-height:1.6;margin:.5rem 0}.footer-disclaimer{color:#718096!important;font-size:.8rem!important;margin-top:.8rem!important}@media (max-width:768px){.footer-container{padding:2rem 1.5rem 1rem}.footer-top{gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.footer-middle{gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}.footer-address h4,.footer-contact h4,.footer-section h4,.footer-social h4{font-size:1rem}.payment-methods{align-items:flex-start;flex-direction:column;gap:.8rem}}@media (max-width:480px){.footer-top{gap:1.5rem;grid-template-columns:1fr}.footer-section h4{font-size:.95rem}.footer-section a,.footer-section p{font-size:.85rem}}.home-meesho{background:#fff;margin:0;min-height:100vh;padding:0;width:100%}.loading,.no-products{padding:4rem 2rem}.no-products{background:#f8f9fa;border-radius:10px;margin:2rem 0;text-align:center}.no-products p{color:#666;font-size:1.1rem;margin-bottom:1.5rem}.no-products .btn-primary{background:#8b5cf6;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:all .3s}.no-products .btn-primary:hover{background:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-2px)}.footer-gradient-meesho{background:linear-gradient(135deg,#8b5cf6,#ec4899 50%,#7c3aed);height:8px;margin-top:2rem;width:100%}.hero-banner-meesho{background:linear-gradient(135deg,#8b5cf6,#ec4899 50%,#f59e0b);margin-bottom:0;overflow:hidden;padding:2.5rem 2rem;position:relative;width:100%}.hero-banner-meesho:before{background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.hero-content-meesho{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1200px;position:relative;z-index:2}.hero-left-meesho{color:#fff;flex:1 1;position:relative;z-index:2}.hero-text-wrapper{position:relative;z-index:3}.hero-decorative-elements{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.decorative-circle{animation:float 6s ease-in-out infinite;border-radius:50%;opacity:.3;position:absolute}.circle-1{animation-delay:0s;background:#fff3;height:150px;left:50px;top:-30px;width:150px}.circle-2{animation-delay:2s;background:#ffffff26;height:100px;left:200px;top:80px;width:100px}.circle-3{animation-delay:4s;background:#ffffff1a;height:120px;left:350px;top:20px;width:120px}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.1)}}.hero-title-meesho{color:#fff;font-size:2.2rem;font-weight:700;line-height:1.2;margin-bottom:.8rem}.highlight-off{color:#f59e0b;font-size:2.5rem;font-weight:900}.hero-subtitle-meesho{color:#fff;font-size:1.3rem;font-weight:600;margin:.4rem 0}.hero-tagline-meesho{color:#fffffff2;font-size:1rem;margin:.4rem 0 1.2rem}.hero-btn-meesho{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0003;color:#8b5cf6;display:inline-block;font-size:1rem;font-weight:700;padding:.9rem 2rem;text-decoration:none;transition:transform .3s}.hero-btn-meesho:hover{transform:translateY(-2px)}.hero-right-meesho{align-items:center;display:flex;justify-content:center}.qr-box-meesho{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:10px;padding:1.2rem;text-align:center}.qr-code-meesho{align-items:center;background:#fff;border-radius:8px;display:flex;height:110px;justify-content:center;margin:0 auto .6rem;overflow:hidden;position:relative;width:110px}.qr-pattern{background:repeating-linear-gradient(0deg,#8b5cf6,#8b5cf6 8px,#0000 0,#0000 16px),repeating-linear-gradient(90deg,#8b5cf6,#8b5cf6 8px,#0000 0,#0000 16px);border-radius:4px;height:90%;width:90%}.qr-text-meesho{color:#fff;font-size:.85rem;font-weight:500;margin:0}.features-bar-meesho{background:#fff;border-bottom:1px solid #f0f0f0;display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;padding:.8rem 0}.feature-meesho{align-items:center;color:#333;display:flex;font-size:.8rem;font-weight:500;gap:.4rem;transition:color .3s}.feature-meesho:hover{color:#8b5cf6}.feature-icon-meesho{font-size:1rem;opacity:.8}.category-nav-meesho{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;overflow-x:auto;padding:0;scrollbar-width:none}.category-nav-meesho::-webkit-scrollbar{display:none}.category-nav-wrapper{display:flex;gap:0;margin:0 auto;max-width:1400px;min-width:-webkit-max-content;min-width:max-content;padding:0}.category-nav-link{background:#0000;border-bottom:2px solid #0000;color:#666;font-size:.9rem;font-weight:500;padding:.9rem 1.5rem;position:relative;text-decoration:none;transition:all .2s;white-space:nowrap}.category-nav-link.active,.category-nav-link:hover{border-bottom-color:#8b5cf6;color:#8b5cf6}.category-nav-link.active{background:#8b5cf614;font-weight:600}.category-section-meesho{background:#fff;border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;margin:0;padding:2.5rem 1rem}.category-grid-meesho{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;gap:2rem;justify-content:center;overflow-x:auto;padding:1.5rem 1rem;scrollbar-width:none}.category-grid-meesho::-webkit-scrollbar{display:none}.category-item-meesho{align-items:center;border-radius:10px;color:#333;display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;min-width:90px;padding:.8rem .5rem;text-decoration:none;transition:all .3s ease}.category-item-meesho:hover{background:#8b5cf608;transform:translateY(-2px)}.category-image-meesho{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:50%;box-shadow:0 1px 3px #00000014;display:flex;height:80px;justify-content:center;transition:all .3s;width:80px}.category-item-meesho:hover .category-image-meesho{border-color:#8b5cf6;box-shadow:0 3px 10px #8b5cf626;transform:scale(1.05)}.category-icon-meesho{align-items:center;background:linear-gradient(135deg,#8b5cf6,#ec4899);border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:1.8rem;font-weight:700;height:64px;justify-content:center;transition:transform .3s;width:64px}.category-item-meesho:hover .category-icon-meesho{transform:scale(1.08)}.category-label-meesho{color:#333;font-size:.8rem;font-weight:500;line-height:1.3;margin-top:.3rem;max-width:80px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.top-deals-meesho{background:linear-gradient(135deg,#8b5cf6,#ec4899);margin:0;padding:1.5rem 1rem}.deals-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1400px}.deal-card-meesho{align-items:center;background:#fffffff2;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;gap:1rem;padding:1.2rem;transition:all .3s}.deal-card-meesho:hover{background:#fff;box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.deal-icon{align-items:center;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:50%;display:flex;flex-shrink:0;font-size:2rem;height:50px;justify-content:center;width:50px}.deal-content h4{color:#333;font-size:1rem;font-weight:700;margin:0 0 .3rem}.deal-content p{color:#666;font-size:.85rem;font-weight:500;margin:0}.promo-banner-meesho{background:#fff;border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;padding:1.5rem 2rem}.promo-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.promo-content h3{align-items:center;color:#333;display:flex;font-size:1.3rem;font-weight:700;gap:.5rem;margin:0}.promo-content h3:before{color:#8b5cf6;content:"✓";font-size:1.1rem;margin-right:.5rem}.promo-link{color:#8b5cf6;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s}.promo-link:hover{color:#7c3aed}.products-section-meesho{background:#fff;border-bottom:1px solid #f0f0f0;margin:0 auto;max-width:1400px;padding:2.5rem 1rem}.products-section-meesho:last-of-type{border-bottom:none}.section-header-meesho{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:0 1rem}.section-heading-meesho{color:#333;font-size:1.4rem;font-weight:700;margin:0}.view-all-link{align-items:center;color:#8b5cf6;display:flex;font-size:.95rem;font-weight:600;gap:.3rem;text-decoration:none;transition:all .3s}.view-all-link:hover{color:#7c3aed;transform:translateX(3px)}.products-grid-meesho{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));padding:0 1rem}@media (min-width:480px){.products-grid-meesho{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (min-width:768px){.products-grid-meesho{gap:1.2rem;grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}@media (min-width:1024px){.products-grid-meesho{gap:1.2rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width:1400px){.products-grid-meesho{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.hero-banner-meesho{padding:2rem 1.5rem}.hero-content-meesho{flex-direction:column;gap:2rem;text-align:center}.hero-title-meesho{font-size:1.8rem}.highlight-off{font-size:2rem}.hero-subtitle-meesho{font-size:1.1rem}.hero-tagline-meesho{font-size:.9rem}.qr-box-meesho{padding:1rem}.qr-code-meesho{height:100px;width:100px}.features-bar-meesho{flex-wrap:wrap;gap:2rem;padding:.8rem 1rem}.category-nav-wrapper{padding:0 1rem}.category-grid-meesho{gap:1rem;padding-left:1rem;padding-right:1rem}.category-item-meesho{min-width:75px}.category-image-meesho{height:65px;width:65px}.category-icon-meesho{font-size:1.3rem;height:52px;width:52px}.products-grid-meesho{gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.products-section-meesho{padding:1.5rem .5rem}.promo-banner-meesho{padding:1rem 1.5rem}.promo-content h3{font-size:1.1rem}.deals-container{gap:.8rem;grid-template-columns:repeat(2,1fr)}.deal-card-meesho{padding:1rem}.deal-icon{font-size:1.5rem;height:40px;width:40px}.deal-content h4{font-size:.9rem}.deal-content p{font-size:.75rem}.section-header-meesho{align-items:flex-start;flex-direction:column;gap:.5rem}}.products-page{background:#f8f9fa;margin:0;min-height:100vh;padding:0;width:100%}.category-header-meesho{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;margin-bottom:0;padding:2.5rem 2rem;text-align:center}.category-header-meesho h2{color:#fff;font-size:2.2rem;font-weight:700;margin:0 0 .5rem}.category-header-meesho p{font-size:1rem;margin:0;opacity:.95}.products-container{grid-gap:2rem;background:#fff;display:grid;gap:2rem;grid-template-columns:250px 1fr;margin:0 auto;max-width:1400px;padding:2rem}.products-sidebar{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #0000000f;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:100px;transition:all .3s ease}.products-sidebar:hover{box-shadow:0 6px 25px #8b5cf61a}.products-sidebar h3{color:#333;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.products-count{background:#8b5cf61a;border-radius:6px;color:#8b5cf6;font-size:1rem;font-weight:700;margin-bottom:1.5rem;padding:.5rem;text-align:center}.filter-group{border-bottom:1px solid #f0f0f0;margin-bottom:1.5rem;padding-bottom:1.5rem}.filter-group:last-child{border-bottom:none;padding-bottom:0}.filter-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.filter-group input,.filter-group select{border:1px solid #ddd;border-radius:5px;font-size:.9rem;padding:.5rem;width:100%}.filter-group input{margin-bottom:.5rem}.btn-clear{background:#f44336;border:none;border-radius:5px;color:#fff;font-weight:500;padding:.7rem;transition:background .3s;width:100%}.btn-clear:hover{background:#d32f2f}.products-content{min-height:400px}.products-header{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding:1.5rem;transition:all .3s ease}.products-header:hover{border-color:#e5e7eb;box-shadow:0 4px 12px #8b5cf61a}.products-title{color:#333;flex:1 1;font-size:1.8rem;font-weight:700;margin:0}.sort-container{align-items:center;display:flex;gap:.5rem}.sort-container label{color:#666;font-size:.95rem;font-weight:500}.sort-select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#333;cursor:pointer;font-size:.95rem;padding:.5rem 1rem;transition:all .3s}.sort-select:focus,.sort-select:hover{border-color:#8b5cf6}.sort-select:focus{box-shadow:0 0 0 3px #8b5cf61a;outline:none}.search-results-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #8b5cf6;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.5rem}.search-results-header p{color:#666;font-size:.95rem;font-weight:500;margin:0}.products-grid{grid-gap:1.2rem;gap:1.2rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin-bottom:2rem}@media (min-width:768px){.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.product-card{border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.product-image{background:#f5f5f5;height:200px;overflow:hidden;width:100%}.product-image img{height:100%;object-fit:cover;width:100%}.product-info{padding:1rem}.product-info h3{font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.price{color:#667eea;font-size:1.1rem;font-weight:700}.original-price,.product-rating{font-size:.85rem}.product-rating{color:orange}.out-of-stock{font-size:.85rem}.pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2rem}.pagination button{background:#8b5cf6;border:none;border-radius:8px;color:#fff;font-weight:500;padding:.5rem 1rem;transition:all .3s}.pagination button:hover:not(:disabled){background:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-2px)}.pagination button:disabled{background:#ccc;cursor:not-allowed}.loading,.no-products{color:#666;font-size:1.2rem;padding:4rem;text-align:center}@media (max-width:968px){.products-container{grid-template-columns:1fr}.products-sidebar{position:static}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.product-detail{background:#f8f9fa;margin:0;min-height:100vh;padding:0;width:100%}.product-detail-container{grid-gap:3rem;background:#fff;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:2rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{background:#f5f5f5;border-radius:10px;height:500px;overflow:hidden;width:100%}.main-image img{height:100%;object-fit:contain;width:100%}.thumbnail-images{display:flex;gap:.5rem;overflow-x:auto}.thumbnail-images img{border:2px solid #0000;border-radius:5px;cursor:pointer;height:80px;object-fit:cover;transition:border .3s;width:80px}.thumbnail-images img.active{border-color:#667eea}.product-badges{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:.5rem}.product-badge{border-radius:6px;color:#fff;font-size:.75rem;font-weight:700;padding:.4rem .8rem;text-transform:uppercase}.badge-new{background:#4caf50}.badge-sale{background:#f44336}.badge-popular{background:#ff9800}.badge-bestseller{background:#9c27b0}.badge-hot{background:#e91e63}.product-name{color:#333;font-size:2rem;font-weight:700;line-height:1.3;margin:.5rem 0 1rem}.product-rating-section{border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem;padding:1rem 0}.product-rating-section>span{align-items:center;display:flex;gap:.5rem}.product-brand{color:#666;font-size:.95rem}.product-brand strong{color:#333;margin-right:.5rem}.rating{color:orange;font-weight:700}.reviews-count{color:#666}.product-price-section{border-bottom:1px solid #f0f0f0;margin-bottom:2rem;padding:1rem 0}.price-container{align-items:baseline;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.current-price{color:#8b5cf6;font-size:2.2rem;font-weight:800}.original-price{color:#999;font-size:1.2rem;text-decoration:line-through}.savings{color:#4caf50;font-size:.9rem;font-weight:600}.discount-badge{background:linear-gradient(135deg,#4caf50,#45a049);border-radius:6px;color:#fff;display:inline-block;font-size:.85rem;font-weight:700;margin-top:0;padding:.4rem .8rem}.product-description-section{border-top:1px solid #f0f0f0;margin-top:1.5rem;padding-top:1.5rem}.product-description-section h3{color:#333;font-size:1.2rem;font-weight:700;margin-bottom:.8rem}.product-description{color:#666;font-size:.95rem;line-height:1.8}.product-tags-section{border-top:1px solid #f0f0f0;margin-top:1.5rem;padding-top:1.5rem}.product-tags-section h3{color:#333;font-size:1.2rem;font-weight:700;margin-bottom:.8rem}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#8b5cf61a;border-radius:6px;color:#8b5cf6;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.product-stock{margin-bottom:2rem}.in-stock{color:#4caf50;font-weight:500}.out-of-stock{color:#f44336;font-weight:500}.product-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.quantity-selector{align-items:center;display:flex;gap:1rem}.quantity-selector label{font-weight:500}.quantity-selector button{background:#667eea;border:none;border-radius:5px;color:#fff;font-size:1.2rem;height:35px;width:35px}.quantity-selector span{font-weight:700;min-width:40px;text-align:center}.btn-add-cart,.btn-buy-now{border:none;border-radius:10px;box-shadow:0 4px 12px #00000026;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:all .3s}.btn-add-cart{background:#8b5cf6;color:#fff}.btn-add-cart:hover{background:#7c3aed;box-shadow:0 6px 16px #8b5cf666;transform:translateY(-2px)}.btn-buy-now{background:#ec4899;color:#fff}.btn-buy-now:hover{background:#db2777;box-shadow:0 6px 16px #ec489966;transform:translateY(-2px)}.product-specs{border-top:1px solid #eee;padding-top:2rem}.product-specs h3{color:#333;margin-bottom:1rem}.spec-item{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.5rem 0}.reviews-section{border-radius:10px}.reviews-section h2{color:#333;margin-bottom:2rem}.review-form{background:#f9f9f9;border-radius:10px;margin-bottom:2rem;padding:1.5rem}.review-input-group{margin-bottom:1rem}.review-input-group label{display:block;font-weight:500;margin-bottom:.5rem}.review-input-group select{border:1px solid #ddd;border-radius:5px;padding:.5rem}.review-form textarea{border:1px solid #ddd;border-radius:5px;font-family:inherit;margin-bottom:1rem;min-height:100px;padding:1rem;width:100%}.review-form button{background:#667eea;border:none;border-radius:5px;color:#fff;font-weight:700;padding:.7rem 2rem}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-item{background:#f9f9f9;border-radius:5px;padding:1rem}.review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.review-rating{color:orange}.review-item p{color:#555;margin-bottom:.5rem}.review-item small{color:#999}.size-selection{margin-bottom:1rem;margin-top:1.5rem}.size-selection label{color:#333;display:block;font-size:1rem;font-weight:500;margin-bottom:.5rem}.size-selection label .required{color:#f44336;margin-left:.2rem}.size-buttons-container{display:flex;flex-wrap:wrap;gap:.5rem}.size-button{background:#fff;border:1px solid #ddd;border-radius:5px;color:#333;cursor:pointer;font-weight:400;min-width:80px;padding:.7rem 1.5rem;position:relative;text-align:center;transition:all .3s}.size-button:hover:not(:disabled){background:#f5f5f5;border-color:#2196f3}.size-button.selected{background:#e3f2fd;border:2px solid #2196f3;font-weight:700}.size-button:disabled{color:#ccc;cursor:not-allowed;opacity:.6}.size-button-price{color:#666;font-size:.75rem;font-weight:400;margin-top:.2rem}.size-out-of-stock-badge{align-items:center;background:#f44336;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:20px;justify-content:center;position:absolute;right:-5px;top:-5px;width:20px}.size-stock-info{color:#666;font-size:.9rem;margin-top:.5rem}.product-features-meesho{grid-gap:2rem;background:#fff;border-top:1px solid #f0f0f0;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem auto 0;max-width:1400px;padding:2rem}.feature-item{align-items:flex-start;display:flex;gap:1rem}.feature-icon{flex-shrink:0;font-size:2rem}.feature-item strong{color:#333;display:block;font-size:1rem;font-weight:700;margin-bottom:.3rem}.feature-item p{color:#666;font-size:.9rem;margin:0}.reviews-section{background:#fff;border-radius:12px;margin:2rem auto;max-width:1400px;padding:2rem}@media (max-width:968px){.product-detail-container{grid-template-columns:1fr}.main-image{height:300px}.size-button{font-size:.9rem;padding:.6rem 1rem}.product-features-meesho{gap:1.5rem;grid-template-columns:repeat(2,1fr);padding:1.5rem}}.cart-page{background:#f8f9fa;margin:0;min-height:100vh;padding:0;width:100%}.cart-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px;margin:0 auto;max-width:1400px;padding:2rem}.cart-item{grid-gap:1.5rem;align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;display:grid;gap:1.5rem;grid-template-columns:120px 1fr auto 150px;margin-bottom:1rem;padding:1.5rem;transition:all .3s}.cart-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.cart-item-image{background:#f8f9fa;border:1px solid #f0f0f0;border-radius:10px;flex-shrink:0;height:120px;overflow:hidden;width:120px}.cart-item-image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.cart-item:hover .cart-item-image img{transform:scale(1.05)}.placeholder-image{align-items:center;color:#999;display:flex;height:100%;justify-content:center;width:100%}.cart-item-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.cart-item-info h3{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.cart-item-info h3 a{color:#333;text-decoration:none;transition:color .3s}.cart-item-info h3 a:hover{color:#8b5cf6}.cart-item-price{color:#8b5cf6;font-size:1.2rem;font-weight:700}.stock-warning{color:#f44336;font-size:.9rem;margin-top:.5rem}.cart-item-actions{align-items:center;display:flex;flex-direction:column;gap:1rem}.quantity-controls{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.quantity-controls button{align-items:center;background:#fff;border:1px solid #ddd;border-radius:6px;color:#333;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;height:32px;justify-content:center;transition:all .3s;width:32px}.quantity-controls button:hover:not(:disabled){background:#8b5cf6;border-color:#8b5cf6;color:#fff}.quantity-controls button:disabled{background:#ccc;cursor:not-allowed}.quantity-controls span{font-size:1rem;font-weight:600;min-width:40px;text-align:center}.btn-remove{background:#f44336;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:.5rem;padding:.6rem 1.2rem;transition:all .3s}.btn-remove:hover{background:#d32f2f;box-shadow:0 2px 8px #f443364d;transform:translateY(-1px)}.cart-item-total{color:#8b5cf6;font-size:1.3rem;font-weight:800;text-align:right}.cart-summary{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.cart-summary h3{border-bottom:2px solid #f0f0f0;color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem}.summary-row{padding:1rem 0}.summary-row.total{margin-top:1rem}.btn-checkout{background:#8b5cf6;border:none;border-radius:10px;box-shadow:0 4px 12px #8b5cf64d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:1.5rem;padding:1rem;transition:all .3s;width:100%}.btn-checkout:hover{background:#7c3aed;box-shadow:0 6px 16px #8b5cf666;transform:translateY(-2px)}.btn-continue{border:2px solid #8b5cf6;border-radius:8px;color:#8b5cf6;display:block;font-weight:600;margin-top:1rem;padding:.8rem;text-align:center;text-decoration:none;transition:all .3s}.btn-continue:hover{background:#8b5cf6;color:#fff;transform:translateY(-1px)}@media (max-width:968px){.cart-container{grid-template-columns:1fr}.cart-item{gap:1rem;grid-template-columns:100px 1fr}.cart-item-actions{flex-direction:row;grid-column:1/-1;justify-content:space-between}.cart-item-total{grid-column:1/-1;margin-top:1rem;text-align:left}.cart-summary{position:static}}.checkout-page{background:#f8f9fa;margin:0;min-height:100vh;padding:0;width:100%}.breadcrumb-meesho{background:#fff;border-bottom:1px solid #f0f0f0;color:#666;font-size:.9rem;margin:0 auto;max-width:1400px;padding:1rem 2rem}.breadcrumb-meesho a{color:#8b5cf6;text-decoration:none;transition:color .3s}.breadcrumb-meesho a:hover{color:#7c3aed;text-decoration:underline}.breadcrumb-meesho span{color:#999;margin:0 .5rem}.checkout-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px;margin:0 auto;max-width:1400px;padding:2rem}.checkout-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:2rem}.checkout-form-section{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem}.checkout-form-section h2{border-bottom:2px solid #f0f0f0;color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#8b5cf6}.btn-place-order{background:#8b5cf6;border:none;border-radius:10px;box-shadow:0 4px 12px #8b5cf64d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:1rem;padding:1rem 2rem;transition:all .3s}.btn-place-order:hover:not(:disabled){background:#7c3aed;box-shadow:0 6px 16px #8b5cf666;transform:translateY(-2px)}.btn-place-order:disabled{background:#ccc;cursor:not-allowed}.checkout-summary{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.checkout-summary h3{border-bottom:2px solid #f0f0f0;color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem}.order-items{margin-bottom:2rem}.order-item{border-bottom:1px solid #f0f0f0;display:flex;gap:1rem;padding:1rem 0}.order-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.order-item-image{background:#f8f9fa;border:1px solid #f0f0f0;border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.order-item-image img{height:100%;object-fit:cover;width:100%}.order-item-info{flex:1 1}.order-item-info h4{color:#333;font-size:.95rem;margin-bottom:.5rem}.order-item-info p{color:#666;font-size:.9rem}.order-item-total{color:#333;font-weight:700}.coupon-section{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.coupon-input-group{display:flex;gap:.5rem}.coupon-input{border:1px solid #ddd;border-radius:5px;flex:1 1;font-size:.95rem;padding:.8rem;text-transform:uppercase}.coupon-input:focus{border-color:#667eea;outline:none}.btn-apply-coupon{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:.8rem 1.5rem;transition:background .3s}.btn-apply-coupon:hover:not(:disabled){background:#5568d3}.btn-apply-coupon:disabled{background:#ccc;cursor:not-allowed}.coupon-applied{background:#e8f5e9;border-radius:5px;justify-content:space-between;padding:.5rem}.coupon-applied,.coupon-info{align-items:center;display:flex}.coupon-info{gap:1rem}.coupon-code{color:#4caf50;font-weight:700}.coupon-discount{color:#2e7d32;font-weight:700}.btn-remove-coupon{background:#f44336;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.85rem;padding:.4rem .8rem}.btn-remove-coupon:hover{background:#d32f2f}.discount-row{color:#4caf50}.discount-amount{color:#4caf50;font-weight:700}.order-summary-total{border-top:2px solid #eee;padding-top:1rem}.summary-row{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.8rem 0}.summary-row:last-of-type{border-bottom:none}.summary-row span:first-child{color:#666;font-weight:500}.summary-row span:last-child{color:#333;font-weight:600}.summary-row.total{border-top:2px solid #8b5cf6;color:#8b5cf6;font-size:1.8rem;font-weight:800;margin-top:.5rem;padding-top:1rem}.summary-row.total span:first-child{color:#333;font-size:1.2rem;font-weight:700}.payment-method-group{margin-top:1rem}.payment-method-label{color:#333;display:block;font-size:1rem;font-weight:600;margin-bottom:1rem}.payment-methods{display:flex;flex-direction:column;gap:.8rem;margin-top:0}.payment-option{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.2rem;transition:all .3s;width:100%}.payment-option:hover{background:#f8f9fa;border-color:#8b5cf6}.payment-option input[type=radio]{accent-color:#8b5cf6;cursor:pointer;flex-shrink:0;height:22px;margin:0;width:22px}.payment-option input[type=radio]:checked+span{color:#8b5cf6;font-weight:600}.payment-option span{color:#333;flex:1 1;font-size:1rem;font-weight:500}.payment-option:has(input[type=radio]:checked){background:#8b5cf61a;border-color:#8b5cf6}.upi-qr-container{background:#f9f9f9;border:2px dashed #8b5cf6;border-radius:12px;margin-top:1.5rem;padding:1.5rem;text-align:center}.upi-qr-container h4{color:#8b5cf6;font-weight:700;margin-bottom:1rem}.upi-qr-container img{background:#fff;border:2px solid #ddd;border-radius:8px;padding:10px}.upi-qr-container p{color:#333;font-weight:500;margin:.5rem 0}@media (max-width:968px){.checkout-container{grid-template-columns:1fr}.checkout-summary{position:static}.form-row{grid-template-columns:1fr}.payment-methods{gap:.6rem}.payment-option{padding:.8rem}.upi-qr-container img{max-width:250px}}.auth-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:2rem}.auth-container{background:#fff;border-radius:10px;box-shadow:0 5px 20px #0000001a;max-width:600px;padding:3rem;width:100%}.auth-container h2{color:#333;margin-bottom:1rem;text-align:center}.auth-subtitle{color:#666;font-size:.95rem;margin-bottom:2rem;text-align:center}@media (max-width:640px){.form-row{grid-template-columns:1fr}.auth-container{max-width:100%;padding:2rem 1.5rem}}.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;padding:.8rem;resize:vertical;transition:all .3s}.form-group textarea{min-height:80px}.form-group select:focus,.form-group textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a;outline:none}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input{border-radius:8px;transition:all .3s}.form-group input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a;outline:none}.btn-primary,.btn-submit{background:#8b5cf6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:1rem;padding:1rem;transition:all .3s}.btn-primary:hover:not(:disabled),.btn-submit:hover:not(:disabled){background:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-2px)}.btn-primary:disabled,.btn-submit:disabled{cursor:not-allowed;opacity:.7;transform:none}.auth-link{color:#666;margin-top:1.5rem;text-align:center}.auth-link a{color:#667eea;font-weight:500}.auth-link a:hover{text-decoration:underline}.auth-footer{color:#666;margin-top:1.5rem;text-align:center}.auth-footer a{color:#8b5cf6;font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.profile-page{margin:0 auto;max-width:800px;padding:2rem}.profile-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.profile-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.profile-header h2{color:#333;margin:0}.profile-quick-links{display:flex;flex-wrap:wrap;gap:1rem}.quick-link-btn{align-items:center;background:#8b5cf6;border-radius:8px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s;white-space:nowrap}.quick-link-btn:hover{background:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-2px)}.profile-container h2{color:#333;margin-bottom:2rem}.profile-section{border-bottom:1px solid #eee;margin-bottom:3rem;padding-bottom:2rem}.profile-section:last-child{border-bottom:none}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.section-header h3{color:#333}.btn-edit{padding:.5rem 1.5rem}.password-form,.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input{border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:1rem;padding:.8rem}.profile-form h4{color:#333;margin-top:1rem}.profile-info p{color:#555;margin-bottom:1rem}.address-info{margin-top:1rem}.address-info p{margin-top:.5rem;padding-left:1rem}@media (max-width:768px){.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}}.order-detail-page,.orders-page{margin:0 auto;max-width:1200px;padding:2rem}.order-detail-container,.orders-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.order-detail-container h2,.orders-container h2{color:#333;margin-bottom:2rem}.back-link{color:#667eea;margin-bottom:1rem}.no-orders{padding:4rem 2rem;text-align:center}.no-orders p{color:#666;font-size:1.1rem;margin-bottom:2rem}.order-card{border:1px solid #eee;border-radius:10px;transition:box-shadow .3s}.order-card:hover{box-shadow:0 2px 10px #0000001a}.order-header{align-items:start;border-bottom:1px solid #eee}.order-id{color:#333;font-weight:700;margin-bottom:.3rem}.order-status{font-size:.95rem;font-weight:700}.order-items-preview{display:flex;gap:.5rem;margin-bottom:1rem}.preview-item{background:#f5f5f5;border-radius:5px;height:60px;overflow:hidden;width:60px}.preview-item img{height:100%;object-fit:cover;width:100%}.placeholder-image-small{color:#999;font-size:.7rem;height:100%;width:100%}.more-items,.placeholder-image-small{align-items:center;display:flex;justify-content:center}.more-items{background:#f5f5f5;border-radius:5px;color:#666;font-weight:700;height:60px;width:60px}.order-footer{align-items:center;display:flex;justify-content:space-between}.order-actions{display:flex;gap:10px}.track-order-btn{background:#28a745;border-radius:5px;color:#fff;font-weight:500;padding:.6rem 1.5rem;text-decoration:none;transition:background .3s}.track-order-btn:hover{background:#218838}.order-detail-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.btn-download-invoice{background:#8b5cf6;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:500;padding:.6rem 1.5rem;text-decoration:none;transition:background .3s}.btn-download-invoice:hover{background:#7c3aed}.btn-download-invoice-small{background:#8b5cf6;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:background .3s}.btn-download-invoice-small:hover{background:#7c3aed}.order-total{color:#667eea;font-size:1.2rem;font-weight:700}.btn-view-order{background:#667eea;border-radius:5px;color:#fff;font-weight:500;padding:.6rem 1.5rem;transition:background .3s}.btn-view-order:hover{background:#5568d3}.order-info-section,.order-items-section,.shipping-section{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:2rem}.order-info-section h3,.order-items-section h3,.shipping-section h3{color:#333;margin-bottom:1rem}.info-row{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.8rem 0}.shipping-section p{color:#555;line-height:1.6}.order-item-detail{background:#f9f9f9;border-radius:5px;display:flex;gap:1.5rem;margin-bottom:1rem;padding:1rem}.item-image{background:#fff;border-radius:5px;height:100px;overflow:hidden;width:100px}.item-image img{height:100%;object-fit:cover;width:100%}.item-details{flex:1 1}.item-details h4{color:#333;margin-bottom:.5rem}.item-details p{color:#666;font-size:.9rem;margin-bottom:.3rem}.item-total{color:#333;font-size:1.1rem;font-weight:700}.order-total-section{padding-top:1rem}.total-row{display:flex;font-size:1.3rem;font-weight:700;justify-content:space-between}.total-amount{color:#667eea}.btn-cancel-order{background:#f44336;border:none;border-radius:5px;color:#fff;font-weight:700;margin-top:2rem;padding:.8rem 2rem;transition:background .3s}.btn-cancel-order:hover{background:#d32f2f}.loading{font-size:1.2rem;padding:4rem}@media (max-width:768px){.order-header{flex-direction:column;gap:.5rem}.order-footer{align-items:stretch;flex-direction:column;gap:1rem}.btn-view-order{text-align:center;width:100%}.order-item-detail{flex-direction:column}}.order-tracking-page{background:#f5f5f5;min-height:100vh;padding:20px}.tracking-container{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:900px;padding:30px}.back-link{color:#007bff;display:inline-block;font-weight:500;margin-bottom:20px;text-decoration:none}.back-link:hover{text-decoration:underline}.tracking-header{margin-bottom:30px}.tracking-header h2{color:#333;margin-bottom:20px}.order-info-card{grid-gap:15px;background:#f8f9fa;border-radius:8px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:20px}.info-item{display:flex;flex-direction:column;gap:5px}.info-label{color:#666;font-size:12px;font-weight:600;text-transform:uppercase}.info-value{color:#333;font-size:16px;font-weight:500}.status-badge{font-size:18px}.tracking-timeline{margin-bottom:40px}.tracking-timeline h3{color:#333;margin-bottom:30px}.timeline-container{padding-left:40px;position:relative}.timeline-item{margin-bottom:40px;padding-bottom:20px;position:relative}.timeline-line{background:#e0e0e0;height:calc(100% + 20px);left:15px;position:absolute;top:40px;width:3px}.timeline-item:last-child .timeline-line{display:none}.timeline-dot{align-items:center;background:#e0e0e0;border:3px solid #e0e0e0;border-radius:50%;display:flex;height:40px;justify-content:center;left:0;position:absolute;top:0;transition:all .3s ease;width:40px;z-index:2}.timeline-dot.completed{background:#fff;border-width:4px}.timeline-dot.current{animation:pulse 2s infinite;box-shadow:0 0 0 0 #2196f3b3}@keyframes pulse{0%{box-shadow:0 0 0 0 #2196f3b3}70%{box-shadow:0 0 0 10px #2196f300}to{box-shadow:0 0 0 0 #2196f300}}.timeline-icon{font-size:18px}.timeline-content{margin-left:60px}.timeline-status h4{font-size:18px;font-weight:600;margin:0 0 10px}.timeline-details{background:#f8f9fa;border-left:3px solid #007bff;border-radius:8px;margin-top:10px;padding:15px}.timeline-message{color:#333;font-weight:500;margin:0 0 8px}.timeline-location{color:#666;font-size:14px;margin:5px 0}.timeline-time{color:#999;font-size:12px;margin:5px 0 0}.tracking-history{margin-bottom:30px}.tracking-history h3{color:#333;margin-bottom:20px}.no-history{color:#666;font-style:italic;padding:20px;text-align:center}.history-list{display:flex;flex-direction:column;gap:15px}.history-item{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;display:flex;gap:15px;padding:15px}.history-icon{align-items:center;display:flex;font-size:24px;justify-content:center;min-width:40px}.history-content{flex:1 1}.history-content h4{color:#333;font-size:16px;margin:0 0 8px}.history-message{color:#666;margin:0 0 8px}.history-meta{color:#999;display:flex;font-size:12px;gap:15px}.shipping-address-card{background:#f8f9fa;border-radius:8px;padding:20px}.shipping-address-card h3{color:#333;margin:0 0 15px}.address-details{color:#666;line-height:1.8}.tracking-error{padding:40px;text-align:center}.tracking-error h2{color:#f44336;margin-bottom:20px}.loading{font-size:18px;padding:40px}@media (max-width:768px){.tracking-container{padding:20px}.order-info-card{grid-template-columns:1fr}.timeline-container{padding-left:30px}.timeline-dot{height:30px;width:30px}.timeline-content{margin-left:45px}.history-meta{flex-direction:column;gap:5px}}.admin-dashboard{margin:0 auto;max-width:1400px;padding:2rem}.admin-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.admin-container h2{color:#333;margin-bottom:2rem}.admin-tabs{border-bottom:2px solid #eee;display:flex;gap:1rem;margin-bottom:2rem}.admin-tabs .admin-tab-link,.admin-tabs button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s}.admin-tabs .admin-tab-link.active,.admin-tabs button.active{border-bottom-color:#667eea;color:#667eea}.admin-tabs .admin-tab-link:hover,.admin-tabs button:hover{color:#667eea}.admin-section{margin-top:2rem}.admin-section h3{color:#333;margin-bottom:1.5rem}.orders-table{overflow-x:auto}.orders-table table{border-collapse:collapse;width:100%}.orders-table td,.orders-table th{border-bottom:1px solid #eee;padding:1rem;text-align:left}.orders-table th{background:#f5f5f5;color:#333;font-weight:700}.orders-table select{border:1px solid #ddd;border-radius:5px;padding:.5rem}.products-admin{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px}.products-list-admin h3{margin:0}.btn-add-new-product{background:#4caf50;border-radius:5px;color:#fff;display:inline-block;font-weight:500;padding:.7rem 1.5rem;text-decoration:none;transition:background .3s}.btn-add-new-product:hover{background:#45a049}.products-grid-admin{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));max-height:600px;overflow-y:auto;padding-right:1rem}.product-card-admin{background:#f9f9f9;border:1px solid #eee;border-radius:10px;overflow:hidden}.product-image-admin{background:#fff;height:150px;overflow:hidden;width:100%}.product-image-admin img{height:100%;object-fit:cover;width:100%}.product-info-admin{padding:1rem}.product-info-admin h4{color:#333;font-size:.95rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-info-admin p{color:#666;font-size:.9rem;margin-bottom:.3rem}.product-actions-admin{display:flex;gap:.5rem;margin-top:.5rem}.btn-delete-product,.btn-edit-product{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:500;padding:.5rem}.btn-edit-product{background:#667eea;color:#fff}.btn-delete-product{background:#f44336;color:#fff}.product-form-admin{background:#f9f9f9;border-radius:10px;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.product-form-admin h3{margin-bottom:1.5rem}.product-form-admin form{display:flex;flex-direction:column;gap:1rem}.form-group input,.form-group select,.form-group textarea{padding:.7rem}.btn-cancel,.btn-save{border-radius:5px;flex:1 1;font-weight:700;padding:.8rem}.loading{color:#666;padding:2rem;text-align:center}.size-management-container{background:#f5f5f5}.analytics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.analytics-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;padding:2rem;transition:transform .3s}.analytics-card:hover{transform:translateY(-5px)}.analytics-card h3{font-size:1rem;margin:0 0 1rem;opacity:.9}.analytics-value{font-size:2rem;font-weight:700;margin:0}@media (max-width:1200px){.products-admin{grid-template-columns:1fr}.product-form-admin{position:static}.size-item-row{gap:.5rem;grid-template-columns:1fr}.btn-remove-size{width:100%}.analytics-grid{grid-template-columns:1fr}}.charts-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-top:2rem}.partners-section{background:#f8f9fa;border-radius:8px;margin-bottom:3rem;padding:1.5rem}.partners-section h4{color:#333;font-size:1.3rem;margin-bottom:1rem}.partners-table{margin-top:1rem;overflow-x:auto}.partners-table table{background:#fff;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.partners-table td,.partners-table th{border-bottom:1px solid #eee;padding:1rem;text-align:left}.partners-table th{background:#8b5cf6;color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.partners-table tr:hover{background:#f8f9fa}.partners-table code{background:#f0f0f0;border-radius:4px;color:#8b5cf6;font-family:Courier New,monospace;font-size:.9rem;font-weight:600;padding:.3rem .6rem}.status-badge{text-transform:capitalize}.status-badge.status-approved{background:#d4edda;color:#155724}.status-badge.status-rejected{background:#f8d7da;color:#721c24}.status-badge.status-active{background:#d1ecf1;color:#0c5460}.status-badge.status-inactive{background:#ffe0b2;color:#e65100}.btn-activate,.btn-approve,.btn-reject{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;margin-right:.5rem;padding:.5rem 1rem;transition:all .3s}.btn-approve{background:#28a745;color:#fff}.btn-approve:hover{background:#218838;transform:translateY(-2px)}.btn-reject{background:#dc3545;color:#fff}.btn-reject:hover{background:#c82333;transform:translateY(-2px)}.btn-activate{background:#17a2b8;color:#fff}.btn-activate:hover{background:#138496;transform:translateY(-2px)}.btn-deactivate{background:#ff9800;color:#fff}.btn-deactivate:hover{background:#f57c00;transform:translateY(-2px)}.status-text{color:#666;font-weight:500}.chart-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:1.5rem}.chart-card h4{border-bottom:2px solid #667eea;color:#333;font-size:1.2rem;margin:0 0 1rem;padding-bottom:.5rem}@media (max-width:768px){.charts-container{grid-template-columns:1fr}.chart-card{padding:1rem}}.add-product-page{margin:0 auto;max-width:1000px;min-height:calc(100vh - 200px);padding:2rem}.add-product-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.add-product-header{align-items:center;border-bottom:2px solid #eee;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.add-product-header h1{color:#333;font-size:2rem;margin:0}.btn-back{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:500;padding:.7rem 1.5rem;text-decoration:none;transition:background .3s}.btn-back:hover{background:#5568d3}.add-product-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#f9f9f9;border:1px solid #eee;border-radius:8px;padding:1.5rem}.form-section h2{border-bottom:2px solid #667eea;color:#333;font-size:1.3rem;margin:0 0 1.5rem;padding-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-group label .required{margin-left:.2rem}.form-group label .optional{color:#666;font-size:.85rem;font-weight:400;margin-left:.2rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:.95rem;padding:.8rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.file-input{background:#fff;border:2px dashed #ddd;border-radius:5px;cursor:pointer;padding:.5rem;transition:border-color .3s}.file-input:hover{border-color:#667eea}.file-hint{color:#666;font-size:.85rem;font-style:italic;margin-top:.5rem}.selected-images{background:#e3f2fd;border-radius:5px;color:#1976d2;font-size:.9rem;margin-top:.5rem;padding:.5rem}.size-management-container{background:#fff;border:1px solid #ddd;border-radius:8px;margin-top:1rem;padding:1rem}.size-management-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.size-management-header strong{color:#333;font-size:1rem}.btn-add-size{background:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background .3s}.btn-add-size:hover{background:#45a049}.size-item-row{grid-gap:.5rem;align-items:center;display:grid;gap:.5rem;grid-template-columns:2fr 2fr 2fr auto;margin-bottom:.5rem}.size-item-input{border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:.95rem;padding:.5rem}.size-item-input:focus{border-color:#667eea;outline:none}.btn-remove-size{align-items:center;background:#f44336;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:35px;justify-content:center;padding:.5rem;transition:background .3s;width:35px}.btn-remove-size:hover{background:#d32f2f}.size-empty-message{color:#666;font-size:.9rem;font-style:italic;margin-top:.5rem}.size-checkbox-label{align-items:center;color:#555;cursor:pointer;display:flex;font-weight:500;margin-bottom:.5rem}.size-checkbox-label input[type=checkbox]{cursor:pointer;height:18px;margin-right:8px;width:18px}.form-actions{border-top:2px solid #eee;padding-top:2rem}.btn-cancel,.btn-submit{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:all .3s}.btn-submit{background:#4caf50;color:#fff}.btn-submit:hover:not(:disabled){background:#45a049;box-shadow:0 4px 8px #4caf504d;transform:translateY(-2px)}.btn-submit:disabled{background:#ccc;cursor:not-allowed}.btn-cancel:hover:not(:disabled){background:#d32f2f;box-shadow:0 4px 8px #f443364d;transform:translateY(-2px)}.btn-cancel:disabled{background:#ccc;cursor:not-allowed}@media (max-width:768px){.add-product-page{padding:1rem}.add-product-container{padding:1.5rem}.add-product-header{align-items:flex-start;flex-direction:column;gap:1rem}.add-product-header h1{font-size:1.5rem}.form-row,.size-item-row{grid-template-columns:1fr}.size-item-row{gap:.5rem}.btn-remove-size{width:100%}.form-actions{flex-direction:column}}.admin-coupons-page{margin:0 auto;max-width:1400px;padding:2rem}.admin-coupons-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.coupons-header{align-items:center;border-bottom:2px solid #eee;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.coupons-header h1{color:#333;margin:0}.btn-add-coupon{background:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:.8rem 1.5rem;transition:background .3s}.btn-add-coupon:hover{background:#45a049}.coupon-form{background:#f9f9f9;border-radius:10px;margin-bottom:2rem;padding:2rem}.coupon-form h2{color:#333;margin-bottom:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.form-group label{color:#555;font-weight:500}.form-group label .required{color:#f44336}.form-group input,.form-group select{border:1px solid #ddd;border-radius:5px;font-size:.95rem;padding:.8rem}.form-group input:focus,.form-group select:focus{border-color:#667eea;outline:none}.form-actions{margin-top:1.5rem}.btn-cancel,.btn-save{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-weight:700;padding:.8rem}.btn-save{background:#4caf50}.btn-save:hover{background:#45a049}.btn-cancel{background:#f44336;color:#fff}.btn-cancel:hover{background:#d32f2f}.coupons-list h2{color:#333;margin-bottom:1.5rem}.no-coupons{color:#666;padding:2rem;text-align:center}.coupons-table{border-collapse:collapse;width:100%}.coupons-table td,.coupons-table th{border-bottom:1px solid #eee;padding:1rem;text-align:left}.coupons-table th{background:#f5f5f5;color:#333;font-weight:700}.coupon-desc{font-size:.85rem}.coupon-desc,.coupon-max{color:#666;margin-top:.2rem}.coupon-max{font-size:.8rem}.expired-badge{background:#f44336;border-radius:3px;color:#fff;display:inline-block;font-size:.75rem;margin-top:.3rem;padding:.2rem .5rem}.status-badge{border-radius:5px;font-weight:500;padding:.3rem .8rem}.status-badge.active{background:#e8f5e9;color:#2e7d32}.status-badge.inactive{background:#ffebee;color:#c62828}.coupon-actions{display:flex;gap:.5rem}.btn-delete,.btn-toggle{border:none;border-radius:5px;cursor:pointer;font-size:.85rem;padding:.4rem .8rem;transition:background .3s}.btn-toggle.activate{background:#4caf50;color:#fff}.btn-toggle.deactivate{background:#ff9800;color:#fff}.btn-delete:hover,.btn-toggle:hover{opacity:.9}@media (max-width:968px){.coupons-table{font-size:.85rem}.form-row{grid-template-columns:1fr}}.admin-banners-page{margin:0 auto;max-width:1200px;padding:2rem}.admin-banners-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.banners-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.banners-header h2{color:#333;margin:0}.btn-add-banner{background:#8b5cf6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s}.btn-add-banner:hover{background:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-2px)}.banner-form-section{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:10px;margin-bottom:2rem;padding:2rem}.banner-form-section h3{color:#333;margin-bottom:1.5rem}.banner-form{grid-gap:1.5rem;display:grid;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input[type=text]{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s}.form-group input[type=text]:focus{border-color:#8b5cf6;outline:none}.form-group small{color:#666;font-size:.85rem;margin-top:.3rem}.form-group label input[type=checkbox]{cursor:pointer;height:18px;margin-right:.5rem;width:18px}.form-actions{display:flex;gap:1rem;margin-top:1rem}.btn-save{background:#8b5cf6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:all .3s}.btn-save:hover{background:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-2px)}.btn-cancel{background:#e0e0e0;border:none;border-radius:8px;color:#333;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:all .3s}.btn-cancel:hover{background:#d0d0d0}.banners-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.no-banners{color:#666;padding:4rem 2rem;text-align:center}.banner-card{background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:1.5rem;transition:box-shadow .3s}.banner-card:hover{box-shadow:0 4px 12px #0000001a}.banner-card-header{align-items:start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.banner-card-header h4{color:#333;font-size:1.2rem;margin:0 0 .5rem}.banner-status{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:.3rem .8rem}.banner-status.active{background:#d4edda;color:#155724}.banner-status.inactive{background:#f8d7da;color:#721c24}.banner-actions{display:flex;gap:.5rem}.btn-edit{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background .3s}.btn-edit:hover{background:#5568d3}.btn-delete{background:#f44336;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background .3s}.btn-delete:hover{background:#d32f2f}.banner-card-content{color:#666;line-height:1.8}.banner-card-content p{margin:.5rem 0}.banner-card-content strong{color:#333;margin-right:.5rem}@media (max-width:768px){.banners-header{align-items:stretch;flex-direction:column;gap:1rem}.btn-add-banner{width:100%}.banner-card-header{flex-direction:column;gap:1rem}.banner-actions{justify-content:stretch;width:100%}.btn-delete,.btn-edit{flex:1 1}}.wishlist-page{margin:0 auto;max-width:1200px;min-height:calc(100vh - 200px);padding:2rem}.wishlist-container h1{color:#333;margin-bottom:2rem}.wishlist-empty{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.wishlist-empty h2{color:#333;margin-bottom:.5rem}.wishlist-empty p{color:#666;margin-bottom:2rem}.btn-login,.btn-shop{background:#667eea;border-radius:5px;color:#fff;display:inline-block;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:background .3s}.btn-login:hover,.btn-shop:hover{background:#5568d3}.wishlist-header{color:#666;margin-bottom:1.5rem}.wishlist-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.wishlist-item{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s}.wishlist-item:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-5px)}.btn-remove-wishlist{align-items:center;background:#f44336e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;height:35px;justify-content:center;position:absolute;right:10px;top:10px;transition:background .3s;width:35px;z-index:10}.btn-remove-wishlist:hover{background:#f44336}.wishlist-item-link{color:inherit;display:block;text-decoration:none}.wishlist-item-image{background:#f5f5f5;height:250px;overflow:hidden;width:100%}.wishlist-item-image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.wishlist-item:hover .wishlist-item-image img{transform:scale(1.05)}.wishlist-item-info{padding:1rem}.wishlist-item-info h3{color:#333;font-size:1rem;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wishlist-item-price{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.wishlist-item-price .price{color:#667eea;font-size:1.2rem;font-weight:700}.wishlist-item-price .original-price{color:#999;font-size:.9rem;text-decoration:line-through}.stock{font-size:.85rem;font-weight:500}.stock.in-stock{color:#4caf50}.stock.out-of-stock{color:#f44336}.btn-add-cart-wishlist{background:#667eea;border:none;border-radius:0 0 10px 10px;color:#fff;cursor:pointer;font-weight:500;padding:.8rem;transition:background .3s;width:100%}.btn-add-cart-wishlist:hover:not(:disabled){background:#5568d3}.btn-add-cart-wishlist:disabled{background:#ccc;cursor:not-allowed}@media (max-width:768px){.wishlist-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.wishlist-item-image{height:200px}}.supplier-dashboard{background:#f8f9fa;min-height:calc(100vh - 200px);padding:2rem}.dashboard-header{align-items:center;display:flex;justify-content:space-between}.btn-add-product{background:#8b5cf6;border-radius:8px;color:#fff;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s}.btn-add-product:hover{background:#7c3aed;transform:translateY(-2px)}.status-approved{background:#d4edda;border-left:4px solid #28a745;color:#155724}.status-inactive{background:#fff3e0;border-left:4px solid #ff9800;color:#e65100}.info-section,.products-section{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.info-section h2,.products-section h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .3s}.product-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.product-info h3{color:#333;font-size:1.1rem;margin-bottom:.5rem}.product-price{color:#8b5cf6;font-size:1.3rem;font-weight:700;margin:.5rem 0}.product-stock{color:#666;margin:.5rem 0}.product-status{border-radius:4px;display:inline-block;font-size:.85rem;font-weight:600;margin-top:.5rem;padding:.3rem .8rem}.product-status.active{background:#d4edda;color:#155724}.product-status.inactive{background:#f8d7da;color:#721c24}.product-actions{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1rem}.btn-view{background:#8b5cf6;border-radius:6px;color:#fff;display:inline-block;font-weight:600;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s}.btn-view:hover{background:#7c3aed}.empty-state p{margin-bottom:1.5rem}.btn-primary{background:#8b5cf6;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:all .3s}.btn-primary:hover{background:#7c3aed;transform:translateY(-2px)}.reseller-dashboard{background:#f8f9fa;min-height:calc(100vh - 200px);padding:2rem}.referral-section{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.referral-section h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.referral-code-box{align-items:center;background:#f8f9fa;border:2px dashed #8b5cf6;border-radius:8px;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem}.referral-code{color:#8b5cf6;flex:1 1;font-family:Courier New,monospace;font-size:1.5rem;font-weight:700;letter-spacing:2px}.btn-copy{background:#8b5cf6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s}.btn-copy:hover{background:#7c3aed;transform:translateY(-2px)}.referral-info{color:#666;font-size:.95rem;line-height:1.6}.referrals-section{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:2rem}.referrals-section h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.referrals-table{overflow-x:auto}.referrals-table table{border-collapse:collapse;width:100%}.referrals-table td,.referrals-table th{border-bottom:1px solid #e5e7eb;padding:1rem;text-align:left}.referrals-table th{background:#f8f9fa;color:#333;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.referrals-table td{color:#666}.referrals-table tr:hover{background:#f8f9fa}.referrals-table small{color:#999;font-size:.85rem}.status-badge{border-radius:4px;display:inline-block;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.status-badge.status-pending{background:#fff3cd;color:#856404}.status-badge.status-paid{background:#d4edda;color:#155724}@media (max-width:768px){.referral-code-box{flex-direction:column}.referral-code{font-size:1.2rem}.referrals-table{font-size:.9rem}}.delivery-dashboard{background:#f8f9fa;min-height:calc(100vh - 200px);padding:2rem}.dashboard-container{margin:0 auto;max-width:1400px}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{color:#333;font-size:2rem}.status-banner{border-radius:8px;margin-bottom:2rem;padding:1rem 1.5rem}.status-pending{background:#fff3cd;border-left:4px solid #ffc107;color:#856404}.status-active,.status-approved{background:#d4edda;border-left:4px solid #28a745;color:#155724}.status-rejected{background:#f8d7da;border-left:4px solid #dc3545;color:#721c24}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.stat-card h3{color:#666;font-size:.9rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.stat-value{color:#8b5cf6;font-size:2rem;font-weight:700;margin:0}.info-section,.orders-section{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.info-section h2,.orders-section h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-grid div{background:#f8f9fa;border-radius:6px;padding:.8rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:all .3s}.order-card:hover{box-shadow:0 4px 12px #0000001a}.order-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.order-header h3{color:#333;font-size:1.2rem;margin:0 0 .5rem}.order-date{color:#666;font-size:.9rem;margin:0}.order-status{border-radius:4px;display:inline-block;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.order-status.status-processing{background:#fff3cd;color:#856404}.order-status.status-shipped{background:#d1ecf1;color:#0c5460}.order-status.status-delivered{background:#d4edda;color:#155724}.order-details{margin-bottom:1rem}.detail-row{color:#666;margin-bottom:.8rem}.detail-row strong{color:#333;margin-right:.5rem}.address{background:#f8f9fa;border-radius:6px;color:#666;line-height:1.6;margin:.5rem 0 0;padding:.8rem}.order-actions{border-top:1px solid #e5e7eb;padding-top:1rem}.btn-action{border:none;border-radius:8px;cursor:pointer;font-weight:600;margin-right:.5rem;padding:.8rem 1.5rem;transition:all .3s}.btn-ship{background:#17a2b8;color:#fff}.btn-ship:hover{background:#138496;transform:translateY(-2px)}.btn-deliver{background:#28a745;color:#fff}.btn-deliver:hover{background:#218838;transform:translateY(-2px)}.empty-state{color:#666;padding:3rem;text-align:center}.empty-state p{font-size:1.1rem}.error,.loading{font-size:1.2rem;padding:4rem;text-align:center}.error{color:#dc3545}.error-message{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin:2rem auto;max-width:600px;padding:3rem;text-align:center}.error-message h2{color:#dc3545;margin-bottom:1rem}.error-message p{color:#666;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.order-header{flex-direction:column;gap:1rem}.order-actions{display:flex;flex-direction:column}.btn-action{margin-bottom:.5rem;margin-right:0;width:100%}}
/*# sourceMappingURL=main.1342e62f.css.map*/