*{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-top-bar{background:#1a5f3f;color:#fff;font-size:.85rem;padding:.4rem 0}.navbar-top-container{margin:0 auto;max-width:1400px;padding:0 1.5rem}.navbar{background:#fff;box-shadow:0 1px 3px #0000001a;color:#333;padding:0;position:static;z-index:1000}.navbar,.navbar-header{border-bottom:1px solid #e5e7eb}.navbar-header-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:.8rem 1.5rem}.navbar-header-container,.navbar-header-right,.navbar-utility{align-items:center;display:flex}.navbar-utility{gap:1.5rem}.utility-item{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:.9rem;gap:.4rem;padding:.4rem .6rem;text-decoration:none;transition:all .3s}.utility-item:hover{background:#f8f9fa;color:#ff6a00}.cart-icon,.flag-icon,.globe-icon,.user-icon{font-size:1rem}.btn-create-account{background:#ff6a00;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1.2rem;text-decoration:none;transition:all .3s}.btn-create-account:hover{background:#e55a00;box-shadow:0 2px 6px #ff6a004d;transform:translateY(-1px)}.navbar-secondary{background:#f8f9fa;border-top:1px solid #e5e7eb}.navbar-secondary-container{align-items:center;display:flex;gap:2rem;margin:0 auto;max-width:1400px;padding:.5rem 1.5rem}.secondary-link{color:#666;font-size:.85rem;padding:.3rem 0;text-decoration:none;transition:color .3s}.secondary-link.active,.secondary-link:hover{color:#ff6a00;text-decoration:underline}.secondary-link-wrapper{position:relative}.app-dropdown{animation:fadeInDown .3s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;margin-top:.5rem;min-width:600px;position:absolute;top:100%;z-index:1001}.app-dropdown-content{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr;padding:0}.app-dropdown-section{border-right:1px solid #e5e7eb;padding:2rem}.app-dropdown-section:last-child{border-right:none}.app-dropdown-title{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 .8rem}.app-dropdown-description{color:#666;font-size:.9rem;line-height:1.6;margin:0 0 1.5rem}.app-download-buttons{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem}.app-store-btn,.google-play-btn{align-items:center;background:#000;border-radius:6px;color:#fff;display:flex;gap:.8rem;padding:.8rem 1rem;text-decoration:none;transition:all .3s;width:100%}.app-store-btn:hover,.google-play-btn:hover{background:#333;box-shadow:0 2px 6px #0003;transform:translateY(-1px)}.app-store-icon,.google-play-icon{font-size:1.5rem}.app-store-text,.google-play-text{align-items:flex-start;display:flex;flex-direction:column}.app-store-label,.google-play-label{font-size:.7rem;opacity:.9}.app-store-name,.google-play-name{font-size:1rem;font-weight:600}.qr-code-container,.qr-code-placeholder{align-items:center;display:flex;justify-content:center}.qr-code-placeholder{background:#f5f5f5;border:2px solid #e0e0e0;border-radius:4px;height:120px;width:120px}.qr-code-text{color:#999;font-size:.8rem}.learn-more-link{color:#ff6a00;display:inline-block;font-size:.9rem;margin-bottom:1rem;text-decoration:underline;transition:color .3s}.learn-more-link:hover{color:#e55a00}.add-to-chrome-btn{align-items:center;background:#ff6a00;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.6rem;justify-content:center;padding:.8rem 1.5rem;transition:all .3s;width:100%}.add-to-chrome-btn:hover{background:#e55a00;box-shadow:0 2px 6px #ff6a004d;transform:translateY(-1px)}.chrome-icon{font-size:1.2rem}.navbar-main{background:#fff}.navbar-main .navbar-container{border-top:1px solid #e5e7eb}.navbar-container{margin:0 auto;max-width:1400px;padding:.8rem 1.5rem}.navbar-container,.navbar-nav-links{align-items:center;display:flex;gap:1.5rem}.nav-main-link{color:#666;font-size:.95rem;font-weight:500;padding:.4rem 0;text-decoration:none;transition:color .3s}.nav-main-link:hover{color:#ff6a00}.nav-main-link-wrapper{position:relative}.order-protection-dropdown{animation:fadeInDown .3s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;margin-top:.5rem;min-width:600px;position:absolute;top:100%;z-index:1001}.order-protection-dropdown-content{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr;padding:0}.order-protection-banner{align-items:center;background:linear-gradient(135deg,#fff8e1,#fff3c4);border-right:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 2rem;text-align:center}.trade-assurance-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:4rem;margin-bottom:1rem}.trade-assurance-title{color:#333;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.trade-assurance-headline{color:#666;font-size:1rem;line-height:1.6;margin:0 0 1.5rem;max-width:280px}.learn-more-btn{background:#ff6a00;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;padding:.8rem 2rem;transition:all .3s}.learn-more-btn:hover{background:#e55a00;box-shadow:0 2px 6px #ff6a004d;transform:translateY(-1px)}.protection-features-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr;padding:1.5rem}.protection-feature-card{align-items:center;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin:.5rem;padding:1.5rem 1rem;position:relative;text-align:center;transition:all .3s}.protection-feature-card:hover{background:#fff8f0;border-color:#ff6a00;box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.protection-icon{align-items:center;background:linear-gradient(135deg,gold,#ffed4e);border-radius:50%;box-shadow:0 2px 6px #ffd7004d;display:flex;font-size:1.8rem;height:60px;justify-content:center;margin-bottom:1rem;width:60px}.protection-text{color:#333;font-size:.9rem;font-weight:500;line-height:1.4;margin-bottom:.5rem}.protection-arrow{color:#ff6a00;font-size:1.2rem;font-weight:700;opacity:0;transition:all .3s}.protection-feature-card:hover .protection-arrow{opacity:1;transform:translateX(4px)}.navbar-logo h1{color:#8b5cf6;font-size:1.8rem;font-weight:700;letter-spacing:-.5px;margin:0;text-transform:lowercase}.navbar-categories{position:relative}.categories-trigger{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#333;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.6rem 1rem;transition:all .3s;white-space:nowrap}.hamburger-icon{font-size:1.1rem;font-weight:700}.categories-trigger:hover{background:#fff8f0;border-color:#ff6a00;color:#ff6a00}.dropdown-arrow{font-size:.7rem;transition:transform .3s}.navbar-categories:hover .dropdown-arrow{transform:rotate(180deg)}.categories-dropdown{animation:fadeInDown .3s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;margin-top:.5rem;max-height:500px;min-width:280px;overflow-y:auto;position:absolute;top:100%;z-index:1000}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.categories-dropdown-content{padding:.5rem 0}.category-dropdown-item{align-items:center;border-bottom:1px solid #f5f5f5;color:#333;display:flex;gap:.8rem;padding:.7rem 1rem;text-decoration:none;transition:all .2s}.category-dropdown-item:last-child{border-bottom:none}.category-dropdown-item:hover{background:#fff8f0;color:#ff6a00;padding-left:1.2rem}.category-icon{flex-shrink:0;font-size:1.2rem;text-align:center;width:24px}.category-name{flex:1 1;font-size:.9rem;font-weight:400}.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}.cart-badge{align-items:center;background:#f44;border:2px solid #fff;border-radius:12px;box-sizing:border-box;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;line-height:1;min-width:20px;padding:0 6px;position:absolute;right:-5px;top:-5px}.cart-badge:empty{display:none}@media (max-width:768px){.navbar-top-bar{display:none}.navbar-header-container{flex-wrap:wrap;padding:.6rem 1rem}.navbar-utility{flex-wrap:wrap;gap:.8rem}.utility-item{font-size:.8rem;padding:.3rem .5rem}.btn-create-account{font-size:.85rem;padding:.4rem 1rem}.navbar-secondary-container{gap:1rem;overflow-x:auto;padding:.4rem 1rem}.secondary-link{font-size:.8rem;white-space:nowrap}.secondary-link-wrapper{position:relative}.app-dropdown{border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;margin-top:.5rem;max-height:70vh;max-width:90vw;min-width:90vw;overflow-y:auto;position:absolute;top:100%;z-index:2000}@media (min-width:769px){.app-dropdown{max-width:600px;min-width:600px}}.app-dropdown-content{grid-template-columns:1fr}.app-dropdown-section{border-bottom:1px solid #e5e7eb;border-right:none;padding:1.5rem 1rem}.app-dropdown-section:last-child{border-bottom:none}.nav-main-link-wrapper{position:relative}.order-protection-dropdown{border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;margin-top:.5rem;max-height:70vh;max-width:90vw;min-width:90vw;overflow-y:auto;position:absolute;top:100%;z-index:2000}@media (min-width:769px){.order-protection-dropdown{max-width:600px;min-width:600px}}.order-protection-dropdown-content{grid-template-columns:1fr}.order-protection-banner{border-bottom:1px solid #e5e7eb;border-right:none;padding:2rem 1.5rem}.trade-assurance-icon{font-size:3rem}.trade-assurance-title{font-size:1.3rem}.trade-assurance-headline{font-size:.9rem}.protection-features-grid{grid-template-columns:1fr;padding:1rem}.protection-feature-card{margin:.3rem 0;padding:1.2rem 1rem}.protection-icon{font-size:1.5rem;height:50px;width:50px}.protection-text{font-size:.85rem}.navbar-container{flex-wrap:wrap;gap:.8rem;padding:.6rem 1rem}.navbar-nav-links{display:none}.navbar-categories{order:1}.categories-trigger{font-size:.85rem;padding:.5rem .8rem}.categories-dropdown{max-height:400px;min-width:240px}.category-dropdown-item{padding:.6rem .8rem}.category-icon{font-size:1rem;width:20px}.category-name{font-size:.85rem}.navbar-search{max-width:100%;order:3;width:100%}.navbar-menu{gap:.5rem;order:1}.nav-link{font-size:.85rem;padding:.4rem .6rem}}@media (max-width:480px){.navbar-header-container{padding:.5rem .8rem}.navbar-logo h1{font-size:1.2rem}.navbar-utility{font-size:.7rem;gap:.4rem}.utility-item{font-size:.7rem;padding:.25rem .3rem}.btn-create-account{font-size:.75rem;padding:.35rem .7rem}.navbar-secondary-container{gap:.6rem;padding:.3rem .8rem}.secondary-link{font-size:.7rem}.navbar-container{gap:.5rem;padding:.5rem .8rem}.categories-trigger{font-size:.8rem;padding:.45rem .7rem}.navbar-search input{font-size:.8rem;padding:.45rem .7rem .45rem 2rem}.navbar-menu{gap:.3rem}.nav-link{font-size:.7rem;padding:.35rem .4rem}.nav-icon-link{height:32px;width:32px}.nav-icon{font-size:1rem}.app-dropdown-section{padding:1.2rem .8rem}.app-dropdown-title{font-size:1rem}.app-dropdown-description{font-size:.8rem}.order-protection-banner{padding:1.5rem .8rem}.trade-assurance-icon{font-size:2.5rem}.trade-assurance-title{font-size:1.1rem}.trade-assurance-headline{font-size:.85rem}.protection-features-grid{padding:.8rem}.protection-feature-card{padding:1rem .8rem}.protection-icon{font-size:1.3rem;height:45px;width:45px}.protection-text{font-size:.8rem}}.product-card-wrapper{position:relative}.product-card{border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 1px 3px #00000014;color:inherit;display:block;display:flex;flex-direction:column;height:100%;text-decoration:none}.product-card:hover{border-color:#ff6a00;box-shadow:0 2px 8px #0000001f}.product-image-container{background:#fafafa;flex-shrink:0;height:280px;overflow:hidden;position:relative;width:100%}.product-image{position:relative}.product-image img{transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{border-radius:5px;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;display:flex;flex:1 1;flex-direction:column;padding:12px}.product-card-title{font-size:.85rem;font-weight:400;line-height:1.4;margin:0 0 8px;min-height:2.8em}.product-card-title:hover{color:#ff6a00}.moq-info{border-radius:3px;display:inline-flex;margin-bottom:6px;padding:.15rem .5rem}.moq-label{color:#ff6a00;font-weight:500}.moq-value{color:#ff6a00;font-size:.7rem}.supplier-info{font-size:.7rem;margin-bottom:6px}.product-card-price-rating{gap:8px;margin-bottom:8px}.product-card-price{font-size:1.1rem;font-weight:600;line-height:1.2}.out-of-stock{margin-top:8px}.product-card-actions{gap:6px;margin-top:auto;padding-top:8px}.card-btn{border-radius:3px;font-size:.75rem;font-weight:400;padding:8px 10px;text-align:center}.card-btn:hover{border-color:#ff6a00;box-shadow:0 1px 4px #ff6a0033;color:#ff6a00}.card-btn-primary{background:#ff6a00;border-color:#ff6a00;font-weight:500}.card-btn-primary:hover{background:#e55a00;border-color:#e55a00;box-shadow:0 2px 6px #ff6a004d}.card-btn-secondary:hover{background:#fafafa;border-color:#ff6a00;color:#ff6a00}@media (max-width:768px){.product-image-container{height:300px}.product-info{padding:10px 12px}.product-card-title{font-size:.82rem;margin-bottom:6px;min-height:2.6em}.product-meta-info{font-size:.72rem;margin-bottom:6px}.product-card-price-rating{gap:6px;margin-bottom:10px}.product-card-price{font-size:1.05rem}.price-symbol{font-size:.85rem}.rating-stars{font-size:.8rem}.product-card-actions{gap:5px;padding-top:6px}.card-btn{font-size:.68rem;padding:7px 5px}.wishlist-btn{font-size:1.05rem;height:34px;width:34px}}@media (max-width:480px){.product-image-container{height:280px}.product-info{padding:10px 12px 12px}.product-card-title{font-size:.8rem;margin-bottom:6px;min-height:2.4em}.product-meta-info{font-size:.7rem;margin-bottom:6px}.moq-info{margin-bottom:4px;padding:.1rem .4rem}.moq-label,.moq-value,.supplier-info{font-size:.65rem}.supplier-info{margin-bottom:4px}.product-card-price-rating{gap:6px;margin-bottom:8px}.product-card-price{font-size:1rem}.price-symbol{font-size:.8rem}.product-card-rating{font-size:.7rem}.rating-stars{font-size:.75rem}.rating-count{font-size:.7rem}.product-card-actions{flex-direction:row;gap:4px;padding-top:6px}.card-btn{flex:1 1;font-size:.65rem;min-width:0;padding:6px 4px}.wishlist-btn{bottom:6px;font-size:1rem;height:32px;right:6px;width:32px}.product-badge{font-size:.7rem;left:8px;padding:.25rem .6rem;top:8px}.discount-badge{font-size:.65rem;padding:.2rem .5rem;right:6px;top:6px}}.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-alibaba{background:#fff;margin:0;min-height:100vh;overflow-x:hidden;padding:0;position:relative;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:#ff6a00;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:#e55a00;box-shadow:0 4px 12px #ff6a004d;transform:translateY(-2px)}.welcome-section-alibaba{background:#fff;border-bottom:1px solid #e0e0e0;padding:1.5rem 0}.welcome-container-alibaba{margin:0 auto;max-width:1400px;padding:0 2rem;text-align:center}.welcome-title-alibaba{color:#333;font-size:1.2rem;font-weight:400;margin:0 0 1rem}.welcome-links-alibaba{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.welcome-link-alibaba{color:#333;font-size:.95rem;position:relative;text-decoration:none;transition:color .3s}.welcome-link-alibaba:hover{color:#ff6a00}.welcome-link-alibaba:after{background:#ff6a00;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.welcome-link-alibaba:hover:after{width:100%}.main-content-alibaba{background:#fff;overflow-x:hidden;padding:2rem 0;width:100%}.main-container-alibaba{grid-gap:2rem;box-sizing:border-box;display:grid;gap:2rem;grid-template-columns:250px 1fr;margin:0 auto;max-width:1400px;padding:0 2rem;width:100%}.categories-sidebar-alibaba{background:#fff;border-right:1px solid #e0e0e0;padding-right:2rem}.categories-toggle-mobile{background:none;border:none;cursor:pointer;display:none;padding:0;text-align:left;width:100%}.categories-title-alibaba{border-bottom:1px solid #e0e0e0;color:#333;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.categories-title-desktop{display:none}.categories-toggle-icon{color:#666;display:none;font-size:.9rem;margin-left:auto}.categories-list-alibaba{display:flex;flex-direction:column;gap:0}@media (min-width:769px){.categories-list-alibaba.categories-closed,.categories-list-alibaba.categories-open{display:flex!important}.categories-toggle-mobile{display:none!important}.categories-title-desktop{display:block!important}}@media (max-width:768px){.categories-list-alibaba.categories-closed{display:none}.categories-list-alibaba.categories-open{display:flex}}.category-item-alibaba{align-items:center;border-bottom:1px solid #f5f5f5;color:#333;display:flex;justify-content:space-between;padding:.8rem 0;text-decoration:none;transition:all .3s}.category-item-alibaba:hover{background:#fafafa;color:#ff6a00;padding-left:.5rem}.category-text-alibaba{font-size:.9rem;font-weight:400}.category-arrow-alibaba{color:#999;font-size:.9rem;opacity:0;transition:all .3s}.category-item-alibaba:hover .category-arrow-alibaba{color:#ff6a00;opacity:1}.products-main-alibaba{min-width:0;overflow-x:hidden;width:100%}.products-section-alibaba{margin-bottom:3rem}.section-header-alibaba{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.section-title-alibaba{color:#333;font-size:1.3rem;font-weight:600;margin:0 0 .3rem}.section-subtitle-alibaba{color:#666;font-size:.9rem;font-weight:400;margin:0}.view-all-alibaba{color:#ff6a00;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .3s;white-space:nowrap}.view-all-alibaba:hover{color:#e55a00;text-decoration:underline}.products-grid-alibaba{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.products-grid-alibaba{gap:1rem;grid-template-columns:1fr}}.products-scroll-alibaba{-webkit-overflow-scrolling:touch;box-sizing:border-box;display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;padding:.5rem 0 1rem;scrollbar-color:#ff6a00 #f0f0f0;scrollbar-width:thin;width:100%}.products-scroll-alibaba::-webkit-scrollbar{height:6px}.products-scroll-alibaba::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.products-scroll-alibaba::-webkit-scrollbar-thumb{background:#ff6a00;border-radius:3px}.products-scroll-alibaba::-webkit-scrollbar-thumb:hover{background:#e55a00}.product-scroll-item{box-sizing:border-box;flex:0 0 280px;max-width:280px;min-width:280px;position:relative}.product-scroll-item .product-card{box-sizing:border-box;margin:0;width:100%}.recommended-business-alibaba{border-bottom:1px solid #e0e0e0;margin-bottom:3rem;overflow:visible;padding-bottom:2.5rem}.recommended-title-alibaba{color:#333;font-size:1.3rem;font-weight:600;margin:0 0 1.5rem}.recommended-cards-alibaba{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.recommended-card-alibaba{background:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;flex-direction:column;padding:1.5rem;transition:all .3s}.recommended-card-alibaba:hover{border-color:#ff6a00;box-shadow:0 2px 8px #0000001a}.recommended-card-header{align-items:center;border-radius:4px;color:#fff;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem;padding:.8rem 1rem}.us-local-card .recommended-card-header{background:#8b0000}.guaranteed-card .recommended-card-header{background:#654321}.customization-card .recommended-card-header{background:#6a1b9a}.card-flag-icon{font-size:1.2rem}.card-icon{font-size:1.1rem}.card-title-text{font-weight:600}.recommended-benefits{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.benefit-item{align-items:center;color:#333;display:flex;font-size:.85rem;gap:.5rem}.check-icon{color:#4caf50;font-size:1rem;font-weight:700}.recommended-products-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.recommended-product-item{color:inherit;display:flex;flex-direction:column;text-decoration:none;transition:all .3s}.recommended-product-item:hover{transform:translateY(-2px)}.recommended-product-image{background:#fafafa;border-radius:4px;height:100px;margin-bottom:.5rem;overflow:hidden;position:relative;width:100%}.recommended-product-image img{height:100%;object-fit:cover;width:100%}.placeholder-image{font-size:.7rem}.customization-tag,.local-tag{background:#ff6a00e6;border-radius:3px;color:#fff;font-size:.65rem;font-weight:600;left:4px;padding:.15rem .4rem;position:absolute;top:4px}.recommended-product-info{text-align:center}.recommended-product-price{color:#333;font-size:.9rem;font-weight:600;margin-bottom:.2rem}.recommended-product-moq{color:#666;font-size:.75rem}.explore-now-btn{background:#ff6a00;border-radius:4px;color:#fff;display:block;font-size:.9rem;font-weight:500;margin-top:auto;padding:.7rem;text-align:center;text-decoration:none;transition:all .3s;width:100%}.explore-now-btn:hover{background:#e55a00;box-shadow:0 2px 6px #ff6a004d;transform:translateY(-1px)}@media (max-width:1200px){.products-grid-alibaba{grid-template-columns:repeat(3,1fr)}}@media (max-width:968px){.main-container-alibaba{gap:1.5rem;grid-template-columns:200px 1fr;padding:0 1.5rem}.products-grid-alibaba{gap:1rem;grid-template-columns:1fr}.recommended-cards-alibaba{gap:1.5rem;grid-template-columns:1fr}.recommended-products-grid{grid-template-columns:repeat(3,1fr)}.product-scroll-item{flex:0 0 240px;max-width:240px;min-width:240px}.products-scroll-alibaba{padding-left:0;padding-right:0}}@media (max-width:768px){.welcome-section-alibaba{padding:1rem 0}.welcome-container-alibaba{padding:0 1rem}.welcome-title-alibaba{font-size:1.1rem;margin-bottom:.8rem}.welcome-links-alibaba{flex-direction:row;flex-wrap:wrap;gap:.8rem;justify-content:center}.welcome-link-alibaba{font-size:.85rem;padding:.4rem .8rem;white-space:nowrap}.main-container-alibaba{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.main-content-alibaba{padding:1rem 0}.categories-sidebar-alibaba{border-bottom:1px solid #e0e0e0;border-right:none;margin-bottom:1.5rem;padding-bottom:0;padding-right:0}.categories-toggle-mobile{align-items:center;background:#f8f9fa;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:0;padding:1rem;width:100%}.categories-title-alibaba{border:none;font-size:1rem;margin:0;padding:0}.categories-toggle-icon{color:#666;display:block;font-size:.9rem;transition:transform .3s}.categories-list-alibaba{display:flex;flex-direction:column;gap:0;max-height:0;overflow:hidden;padding:0 1rem;transition:max-height .3s ease,padding .3s ease}.categories-list-alibaba.categories-open{max-height:500px;padding:.5rem 1rem 1rem}.categories-list-alibaba.categories-closed{max-height:0;padding:0 1rem}.category-item-alibaba{border:1px solid #e0e0e0;border-radius:4px;font-size:.85rem;margin-bottom:.5rem;padding:.6rem .8rem}.category-arrow-alibaba{font-size:.8rem;opacity:1}.products-section-alibaba{margin-bottom:2rem}.section-header-alibaba{align-items:flex-start;flex-direction:column;gap:.5rem;margin-bottom:1rem}.section-title-alibaba{font-size:1.1rem;margin-bottom:.2rem}.section-subtitle-alibaba{font-size:.8rem}.view-all-alibaba{align-self:flex-end;font-size:.85rem}.products-grid-alibaba{gap:1rem;grid-template-columns:1fr}.recommended-business-alibaba{margin-bottom:2.5rem;overflow:visible;padding-bottom:2rem}.recommended-title-alibaba{font-size:1.1rem;margin-bottom:1rem;padding:0 .5rem}.recommended-cards-alibaba{align-items:start;gap:1.5rem;grid-template-columns:1fr;padding:0 .5rem}.recommended-card-alibaba{border-radius:8px;padding:1.2rem}.recommended-card-header{border-radius:6px;font-size:.95rem;padding:.7rem .9rem}.card-flag-icon,.card-icon{font-size:1.1rem}.recommended-benefits{gap:.5rem;margin-bottom:1rem}.benefit-item{font-size:.82rem;gap:.6rem}.check-icon{font-size:1rem}.recommended-products-grid{gap:.7rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.recommended-product-image{border-radius:6px;height:90px}.recommended-product-price{font-size:.85rem;margin-bottom:.15rem}.recommended-product-moq{font-size:.72rem}.customization-tag,.local-tag{font-size:.6rem;padding:.12rem .35rem}.explore-now-btn{border-radius:6px;font-size:.9rem;font-weight:600;padding:.75rem}.product-scroll-item{flex-basis:calc(100% - 2rem);flex-grow:0;flex-shrink:0;max-width:calc(100% - 2rem);min-width:calc(100% - 2rem)}.products-scroll-alibaba{margin:0;padding:.5rem 0 1rem;scroll-snap-type:x mandatory;width:100%}.products-section-alibaba{overflow-x:hidden;padding-left:0;padding-right:0;width:100%}.product-scroll-item{scroll-snap-align:start}.product-scroll-item .product-card{font-size:.85rem}.product-scroll-item .product-image-container{height:280px}.product-scroll-item .product-info{padding:10px}.product-scroll-item .product-card-title{font-size:.78rem;margin-bottom:6px;min-height:2.4em}.product-scroll-item .product-meta-info{font-size:.7rem;margin-bottom:4px}.product-scroll-item .product-card-price{font-size:.95rem}.product-scroll-item .product-card-price-rating{margin-bottom:8px}.product-scroll-item .card-btn{font-size:.68rem;padding:6px 4px}.product-scroll-item .product-card-actions{gap:4px;padding-top:6px}}@media (max-width:480px){.welcome-section-alibaba{padding:.8rem 0}.welcome-title-alibaba{font-size:1rem;margin-bottom:.6rem}.welcome-links-alibaba{flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center}.welcome-link-alibaba{font-size:.75rem;padding:.35rem .6rem;text-align:center;white-space:nowrap;width:auto}.main-container-alibaba{gap:1rem}.main-content-alibaba{padding:.8rem 0}.categories-title-alibaba{font-size:.95rem}.categories-list-alibaba{gap:.4rem;grid-template-columns:1fr}.category-item-alibaba{font-size:.8rem;padding:.5rem .6rem}.products-section-alibaba{margin-bottom:1.5rem}.section-title-alibaba{font-size:1rem}.section-subtitle-alibaba{font-size:.75rem}.view-all-alibaba{font-size:.8rem}.products-grid-alibaba{gap:1rem;grid-template-columns:1fr!important}.recommended-business-alibaba{margin-bottom:2rem;overflow:visible;padding-bottom:2rem}.recommended-title-alibaba{font-size:1rem;margin-bottom:.9rem;padding:0 .3rem}.recommended-cards-alibaba{align-items:start;gap:1.2rem;padding:0 .3rem}.recommended-card-alibaba{border-radius:6px;min-height:auto;padding:1rem}.recommended-card-header{border-radius:5px;font-size:.9rem;padding:.65rem .8rem}.card-flag-icon,.card-icon{font-size:1rem}.recommended-benefits{gap:.45rem;margin-bottom:.9rem}.benefit-item{font-size:.78rem;gap:.5rem}.check-icon{font-size:.95rem}.recommended-products-grid{gap:.6rem;grid-template-columns:repeat(3,1fr);margin-bottom:.9rem}.recommended-product-image{border-radius:5px;height:85px}.recommended-product-price{font-size:.8rem;margin-bottom:.12rem}.recommended-product-moq{font-size:.65rem}.product-scroll-item{flex-basis:calc(100% - 1.6rem);flex-grow:0;flex-shrink:0;max-width:calc(100% - 1.6rem);min-width:calc(100% - 1.6rem);scroll-snap-align:start}.products-scroll-alibaba{margin:0;padding-left:0;padding-right:0;scroll-snap-type:x mandatory;width:100%}.products-section-alibaba{overflow-x:hidden;padding-left:0;padding-right:0;width:100%}.main-container-alibaba{box-sizing:border-box;padding:0 .8rem;width:100%}.product-scroll-item .product-image-container{height:280px}.product-scroll-item .product-info{padding:8px}.product-scroll-item .product-card-title{font-size:.72rem;line-height:1.3;margin-bottom:4px;min-height:2.2em}.product-scroll-item .product-meta-info{font-size:.65rem;gap:6px;margin-bottom:4px}.product-scroll-item .moq-info{padding:.1rem .35rem}.product-scroll-item .moq-label,.product-scroll-item .moq-value{font-size:.6rem}.product-scroll-item .supplier-info{font-size:.62rem;margin-bottom:3px}.product-scroll-item .product-card-price-rating{gap:4px;margin-bottom:6px}.product-scroll-item .product-card-price{font-size:.9rem}.product-scroll-item .price-symbol{font-size:.75rem}.product-scroll-item .product-card-rating{font-size:.65rem}.product-scroll-item .rating-stars{font-size:.7rem}.product-scroll-item .card-btn{font-size:.62rem;line-height:1.2;padding:5px 3px}.product-scroll-item .product-card-actions{gap:3px;padding-top:4px}.product-scroll-item .wishlist-btn{bottom:4px;font-size:.9rem;height:28px;right:4px;width:28px}}.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;margin-bottom:2rem}@media (min-width:768px){.products-grid{gap:1.2rem;gap:1.5rem;grid-template-columns:repeat(2,1fr);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{box-shadow:0 2px 10px #0000001a;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}.product-image img{height:100%;object-fit:cover;width:100%}.product-info h3{font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price{margin-bottom:.5rem}.price{color:#667eea;font-size:1.1rem;font-weight:700}.original-price{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: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;position:relative;touch-action:pan-y pinch-zoom;width:100%}.main-image.zoomed{cursor:grab;overflow:hidden}.main-image.zoomed:active{cursor:grabbing}.main-image.zoom-lens-active{cursor:crosshair}.main-image img{-webkit-user-drag:none;height:100%;object-fit:contain;pointer-events:auto;transition:transform .2s ease-out;-webkit-user-select:none;user-select:none;width:100%}.main-image img.zoom-image{transition:transform .15s ease-out;will-change:transform}.zoom-lens{background:radial-gradient(circle,#0000 0,#0000 100%);border:3px solid #ff6a00;border-radius:50%;box-shadow:0 0 0 9999px #0000004d,0 0 20px #ff6a0080;height:150px;width:150px;z-index:5}.zoom-lens,.zoom-overlay{pointer-events:none;position:absolute}.zoom-overlay{bottom:0;left:0;right:0;top:0;z-index:15}.zoom-controls{background:#000000b3;border-radius:25px;bottom:20px;gap:.5rem;left:50%;padding:.5rem 1rem;pointer-events:auto;position:absolute;transform:translateX(-50%)}.zoom-btn,.zoom-controls{align-items:center;display:flex}.zoom-btn{background:#fff3;border:1px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;height:32px;justify-content:center;transition:all .2s;width:32px}.zoom-btn:hover{background:#ffffff4d;transform:scale(1.1)}.zoom-btn:active{transform:scale(.95)}.zoom-level{color:#fff;font-size:.9rem;font-weight:600;min-width:50px;padding:0 .5rem;text-align:center}.zoom-reset-btn{font-size:1rem;margin-left:.5rem}.image-nav-btn{border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000001a;color:#333;transition:all .3s}.image-nav-btn:hover{box-shadow:0 4px 12px #00000026}.image-nav-btn.prev-btn{left:10px}.image-nav-btn.next-btn{right:10px}.image-indicator{background:#0009;border-radius:20px;bottom:10px;color:#fff;font-size:.85rem;font-weight:500;left:50%;padding:.4rem .8rem;position:absolute;transform:translateX(-50%);z-index:10}.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;font-size:.75rem;font-weight:700;padding:.4rem .8rem}.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;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{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{font-size:2.2rem;font-weight:800}.savings{color:#4caf50;font-size:.9rem;font-weight:600}.discount-badge{background:linear-gradient(135deg,#4caf50,#45a049);border-radius:6px;display:inline-block;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:12px;margin-bottom:2rem;margin-top:12px}.product-actions>.btn-select-variations{margin-bottom:0;width:100%}.product-actions-row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.quantity-selector{align-items:center;display:flex;flex-shrink:0;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}.product-actions-row .btn-add-cart,.product-actions-row .btn-buy-now{background:#fff;border:1px solid #d9d9d9;border-radius:4px;color:#333;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:500;min-width:120px;padding:9px 12px;transition:all .3s ease}.product-actions-row .btn-add-cart{background:linear-gradient(135deg,#ff6700,#f80);border-color:#ff6700;color:#fff}.product-actions-row .btn-add-cart:hover{background:linear-gradient(135deg,#f50,#f70);border-color:#f50;box-shadow:0 3px 8px #ff55004d;color:#fff;transform:translateY(-1px)}.product-actions-row .btn-buy-now{background:#fff;border-color:#d9d9d9;color:#333}.product-actions-row .btn-buy-now:hover{background:#f5f5f5;border-color:#ff6b00;box-shadow:0 2px 6px #ff6b0033;color:#ff6b00;transform:translateY(-1px)}.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}.variation-modal-overlay{align-items:stretch;animation:fadeIn .3s ease;background:#0009;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.variation-modal-content{animation:slideInFromRight .3s ease;background:#fff;border-radius:0;box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column;height:100vh;margin-left:auto;max-height:100vh;max-width:600px;overflow:hidden;position:relative;width:100%}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.variation-modal-header{align-items:center;background:#fff;border-bottom:1px solid #e8e8e8;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px}.variation-modal-header h2{color:#333;font-size:16px;font-weight:500;line-height:1.5;margin:0}.variation-modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#999;cursor:pointer;display:flex;font-size:24px;height:28px;justify-content:center;line-height:1;padding:0;transition:all .2s;width:28px}.variation-modal-close:hover{background:#f5f5f5;color:#333}.variation-modal-body{flex:1 1;overflow-y:auto;padding:20px}.modal-pricing-tiers{margin-bottom:20px;padding:0}.pricing-badge{background:#f44;border-radius:2px;color:#fff;display:inline-block;font-size:12px;font-weight:500;line-height:1.5;margin-bottom:12px;padding:2px 8px}.pricing-tiers-list{display:flex;flex-direction:column;gap:6px;padding:0}.pricing-tier-item{align-items:center;display:flex;font-size:14px;justify-content:space-between;line-height:1.5;padding:4px 0}.tier-range{color:#666;font-weight:400}.tier-price{color:#333;font-weight:500}.modal-size-selection{margin-bottom:20px}.modal-size-selection label{color:#333;display:block;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:10px}.modal-size-buttons{display:flex;flex-wrap:wrap;gap:8px}.modal-size-button{background:#fff;border:1px solid #d9d9d9;border-radius:4px;color:#333;cursor:pointer;font-size:14px;font-weight:400;line-height:1.5;padding:8px 16px;position:relative;transition:all .2s}.modal-size-button:hover{border-color:#f60;color:#f60}.modal-size-button.selected{background:#fff;border:1px solid #f60;color:#f60;font-weight:400}.size-badge{align-items:center;background:#f60;border-radius:10px;color:#fff;display:flex;font-size:11px;font-weight:500;height:20px;justify-content:center;line-height:1;min-width:20px;padding:0 4px;position:absolute;right:-6px;top:-6px}.modal-color-selection{margin-bottom:24px}.modal-color-selection label{color:#333;display:block;font-size:1rem;font-weight:500;margin-bottom:12px}.modal-color-buttons{display:flex;flex-wrap:wrap;gap:10px}.modal-color-button{align-items:center;background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 12px;transition:all .3s}.modal-color-button:hover{background:#fff5f0;border-color:#ff6700}.modal-color-button.selected{background:#fff5f0;border:2px solid #ff6700;font-weight:600}.color-variation-group{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:20px;padding:16px}.color-group-header{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:8px}.color-group-title{color:#333;font-size:15px;font-weight:600}.color-group-badge{background:#ff6700;border-radius:12px;color:#fff;font-size:12px;font-weight:600;padding:4px 10px}.color-size-list{display:flex;flex-direction:column;gap:8px}.modal-size-item{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:8px;display:flex;justify-content:space-between;padding:12px;transition:all .3s}.modal-size-item.focused{background:#fff5f0;border:2px solid #ff6700}.modal-variation-matrix{margin-bottom:24px}.modal-variation-matrix label{color:#333;display:block;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:12px}.variation-matrix-container{display:flex;flex-direction:column;gap:12px}.size-variation-group{background:#fff;border:1px solid #e8e8e8;border-radius:4px;margin-bottom:12px;padding:12px}.size-variation-group:last-child{margin-bottom:0}.size-group-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.size-group-title{color:#333;font-size:14px;font-weight:400;line-height:1.5}.size-group-badge{background:#f60;border-radius:10px;color:#fff;font-size:12px;font-weight:400;line-height:1.5;padding:2px 8px}.size-color-list{display:flex;flex-direction:column;gap:0}.modal-no-colors-message{background:#fffbe6;border:1px solid #ffe58f;border-radius:4px;color:#ad6800;font-size:14px;line-height:1.5;margin-bottom:20px;padding:12px;text-align:center}.modal-color-list{display:flex;flex-direction:column;gap:12px}.modal-color-item{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:4px;display:flex;gap:12px;margin-bottom:8px;padding:12px;transition:all .2s}.modal-color-item:last-child{margin-bottom:0}.modal-color-item.focused{background:#fafafa;border:1px solid #333}.color-item-image{align-items:center;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.color-circle,.color-item-image img{border:1px solid #e8e8e8;border-radius:4px;box-sizing:border-box;display:block;height:40px;width:40px}.color-item-image img{object-fit:cover}.color-placeholder{align-items:center;background:#f5f5f5;border-radius:4px;display:flex;font-size:24px;height:40px;justify-content:center;width:40px}.color-item-info{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.color-name{color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.color-name,.color-price{font-size:14px;font-weight:400;line-height:1.5}.color-price{color:#666}.color-quantity-controls{align-items:center;display:flex;flex-shrink:0;gap:6px}.qty-btn{align-items:center;background:#fff;border:1px solid #d9d9d9;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:16px;height:28px;justify-content:center;line-height:1;padding:0;transition:all .2s;width:28px}.qty-btn:hover:not(:disabled){border-color:#f60;color:#f60}.qty-btn:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.4}.qty-input{border:1px solid #d9d9d9;border-radius:4px;font-size:14px;height:28px;line-height:1.5;padding:0;text-align:center;width:48px}.qty-input:focus{border-color:#f60;outline:none}.modal-subtotal{background:#0000;border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;margin-top:20px;padding:12px 0}.subtotal-header{align-items:center;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:400;justify-content:space-between;line-height:1.5}.subtotal-toggle{color:#999;font-size:12px;transition:transform .2s}.subtotal-header:hover .subtotal-toggle{color:#666}.subtotal-details{border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:4px;margin-top:8px;padding-top:8px}.subtotal-amount{color:#333;font-size:14px;font-weight:400;line-height:1.5}.subtotal-quantity{color:#999;font-size:12px;line-height:1.5}.variation-modal-footer{background:#fff;border-top:1px solid #e8e8e8;display:flex;flex-direction:column;flex-shrink:0;gap:10px;padding:16px 20px}.btn-add-to-cart-modal{align-items:center;background:#f60;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;line-height:1.5;padding:12px 20px;transition:all .2s;width:100%}.btn-add-to-cart-modal:hover{background:#f50}.btn-add-to-cart-modal:active{background:#f40}.btn-buy-now-modal{background:#f60;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;line-height:1.5;margin-top:8px;padding:12px 20px;transition:all .2s;width:100%}.btn-buy-now-modal:hover{background:#f50}.btn-buy-now-modal:active{background:#f40}.modal-footer-secondary{display:flex;gap:10px}.btn-send-inquiry{background:#f60;border:none;border-radius:4px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:400;line-height:1.5;padding:10px 20px;transition:all .2s}.btn-send-inquiry:hover{background:#f50}.btn-send-inquiry:active{background:#f40}.btn-chat-now{background:#fff;border:1px solid #d9d9d9;border-radius:4px;color:#333;cursor:pointer;flex:1 1;font-size:14px;font-weight:400;line-height:1.5;padding:10px 20px;transition:all .2s}.btn-chat-now:hover{border-color:#f60;color:#f60}@media (max-width:968px){.product-detail-container{grid-template-columns:1fr}.main-image{height:400px;touch-action:pan-x pan-y pinch-zoom}.image-nav-btn{font-size:1.3rem;height:36px;width:36px}.image-nav-btn.prev-btn{left:5px}.image-nav-btn.next-btn{right:5px}.image-indicator{bottom:8px;font-size:.8rem;padding:.3rem .7rem}.size-button{font-size:.9rem;padding:.6rem 1rem}.product-actions{flex-direction:column;gap:12px}.quantity-selector{justify-content:center;margin-top:0;order:1;width:100%}.btn-add-cart{order:2;width:100%}.btn-buy-now{order:3;width:100%}.product-features-meesho{gap:1.5rem;grid-template-columns:repeat(2,1fr);padding:1.5rem}.variation-modal-content{height:100vh;max-height:100vh;max-width:100%;width:100%}.variation-modal-body{padding:16px}.modal-size-buttons{gap:6px}.modal-size-button{font-size:13px;padding:6px 12px}.color-item-image{height:45px;width:45px}.color-circle{height:35px;width:35px}.modal-footer-secondary,.variation-modal-footer{flex-direction:column;gap:8px}.btn-add-to-cart-modal,.btn-buy-now-modal,.btn-chat-now,.btn-send-inquiry{width:100%}}.product-card-slider{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.product-card-slider:hover{border-color:#e0e0e0;box-shadow:0 4px 16px #0000001f;transform:translateY(-4px)}.product-image-slider{background:#fafafa;height:280px;overflow:hidden;position:relative;width:100%}.product-slider-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card-slider:hover .product-slider-image{transform:scale(1.05)}.play-button-overlay{align-items:center;background:#0009;border-radius:50%;cursor:pointer;display:flex;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:60px;z-index:2}.play-button-overlay:hover{background:#000c;transform:translate(-50%,-50%) scale(1.1)}.play-icon{border-bottom:12px solid #0000;border-left:18px solid #fff;border-top:12px solid #0000;height:0;margin-left:4px;width:0}.similar-products-badge{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border-radius:4px;color:#fff;display:flex;font-size:.75rem;gap:5px;padding:6px 12px;position:absolute;right:10px;top:10px;z-index:3}.similar-icon{display:inline-block;height:14px;width:14px}.slider-nav-btn{align-items:center;background:#fffffff2;border:1px solid #0000001a;border-radius:50%;box-shadow:0 2px 8px #00000026;color:#666;cursor:pointer;display:flex;font-size:1.3rem;height:28px;justify-content:center;line-height:1;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:28px;z-index:5}.product-card-slider:hover .slider-nav-btn{opacity:1}.slider-nav-btn:hover{background:#fff;border-color:#ddd;color:#333}.slider-prev-btn{left:10px}.slider-next-btn{right:10px}.slider-image-dots{bottom:10px;display:flex;gap:5px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.slider-dot{background:#ffffff80;border-radius:2px;cursor:pointer;height:3px;transition:all .3s ease;width:20px}.slider-dot:hover{background:#fffc}.slider-dot.active{background:#fff;width:28px}.product-card-info{padding:16px 18px 18px}.product-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:.9rem;font-weight:500;line-height:1.5;overflow:hidden}.product-card-title:hover{color:#ff6b00}.product-meta-info{color:#999;font-size:.75rem;gap:10px;margin-bottom:8px}.moq-info,.product-meta-info{align-items:center;display:flex}.moq-info{background:#fff3e0;border-radius:4px;gap:.3rem;padding:.2rem .5rem;width:-webkit-fit-content;width:fit-content}.moq-label{color:#e65100;font-size:.7rem;font-weight:600;text-transform:uppercase}.moq-value{color:#f57c00;font-size:.75rem;font-weight:600}.views-info{align-items:center;display:flex;gap:3px}.supplier-info{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#999;display:-webkit-box;font-size:.75rem;margin-bottom:10px;overflow:hidden}.supplier-location{color:#666}.product-card-price-rating{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:14px}.product-card-price{color:#333;font-size:1.25rem;font-weight:700}.product-card-rating{align-items:center;display:flex;font-size:.75rem;gap:4px}.rating-stars{font-size:.9rem;line-height:1}.rating-count{color:#666;font-weight:500}.price-symbol{font-size:.875rem;font-weight:600}.price-range{color:#999;font-size:.75rem;font-weight:400;margin-left:4px}.product-card-actions{display:flex;gap:8px}.card-btn{background:#fff;border:1px solid #d9d9d9;border-radius:4px;color:#333;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:500;padding:9px 12px;transition:all .3s ease;white-space:nowrap}.card-btn:hover{border-color:#ff6b00;box-shadow:0 2px 6px #ff6b0033;color:#ff6b00;transform:translateY(-1px)}.card-btn-primary{background:linear-gradient(135deg,#ff6700,#f80);border-color:#ff6700;color:#fff}.card-btn-primary:hover{background:linear-gradient(135deg,#f50,#f70);border-color:#f50;box-shadow:0 3px 8px #ff55004d;color:#fff}.card-btn-secondary{background:#fff;border-color:#d9d9d9;color:#333}.card-btn-secondary:hover{background:#f5f5f5;border-color:#ff6b00;color:#ff6b00}@media (max-width:768px){.product-image-slider{height:230px}.product-card-title{font-size:.85rem}.product-card-price-rating{margin-bottom:12px}.product-card-price{font-size:1.15rem}.rating-stars{font-size:.85rem}.card-btn{font-size:.75rem;padding:7px 8px}.play-button-overlay{height:50px;width:50px}.product-card-actions{flex-direction:row;gap:6px}}@media (max-width:480px){.product-image-slider{height:280px}.product-card-info{padding:12px 14px 14px}.product-card-actions{flex-direction:row;gap:5px}.card-btn{font-size:.7rem;min-width:0;padding:7px 6px}.product-card-title{font-size:.8rem}.product-card-price-rating{margin-bottom:12px}.product-card-price{font-size:1.1rem}.rating-stars{font-size:.8rem}.rating-count{font-size:.7rem}}.product-landing-page{background:#f5f7fa;min-height:100vh}.container{max-width:1200px;padding:0 1.5rem}.landing-loading{gap:1rem}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-top-color:#8b5cf6;height:40px;width:40px}.landing-error{padding:2rem}.landing-error h2{color:#333;font-size:1.5rem;margin-bottom:1rem}.hero-product-section{background:#fff}.hero-product-card{border-radius:10px;box-shadow:0 2px 10px #00000014}.hero-badge{font-size:.85rem;padding:.4rem 1rem;right:15px;top:15px}.hero-content{grid-template-columns:1fr 1fr}.hero-image-wrapper{border-radius:10px;max-height:400px}.hero-product-image{height:100%;max-height:400px;object-fit:contain}.hero-title{color:#1a1a1a;font-size:1.8rem}.price-row{gap:1rem}.current-price{font-size:2rem}.original-price{color:#999;font-size:1.2rem}.discount-badge{font-size:.85rem}.hero-rating{font-size:1rem}.stars{color:#ffc107;font-size:1.1rem}.rating-text{color:#666}.hero-description{color:#555;font-size:1rem}.hero-meta{background:#f8f9fa;border-radius:8px}.meta-label{color:#333;min-width:120px}.meta-value{color:#666}.hero-actions{gap:1rem;margin-top:1rem}.btn-add-to-cart,.btn-start-order{font-size:1rem}.btn-view-details{font-size:1rem;transition:background .2s}.related-products-section{background:#f5f7fa;padding:3rem 0}.section-title{color:#1a1a1a;font-size:1.8rem;margin-bottom:.5rem}.section-subtitle{color:#666;font-size:1rem;margin-bottom:2rem}.products-grid{grid-template-columns:1fr}.product-card{box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:0 4px 12px #0000001f}.product-image-wrapper{background:#f8f9fa}.product-badge{font-size:.7rem;left:10px;padding:.3rem .8rem;top:10px}.badge-new{background:#667eea}.badge-featured{background:#30cfd0}.product-info{padding:1rem}.product-name{color:#1a1a1a;font-size:1rem;line-height:1.3;margin:0 0 .5rem}.product-price{align-items:center;gap:.5rem;margin-bottom:.3rem}.product-price .current-price{font-size:1.2rem}.product-price .original-price{color:#999;font-size:.9rem}.discount-tag{border-radius:10px;font-size:.75rem;margin-bottom:.3rem;padding:.2rem .5rem}.product-rating{font-size:.85rem;gap:.3rem;margin-top:.3rem}.product-rating .stars{font-size:.9rem}.product-brand{color:#666;font-size:.85rem;margin-top:.3rem}.cta-section{background:#8b5cf6;padding:3rem 0}.cta-card{padding:2rem}.cta-card h2{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.cta-card p{font-size:1.1rem;margin-bottom:1.5rem}.btn-browse-all,.btn-primary{border-radius:8px;color:#8b5cf6;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:background .2s,color .2s}.btn-browse-all:hover,.btn-primary:hover{background:#f8f9fa}@media (max-width:1024px){.hero-content{grid-template-columns:1fr}.hero-title{font-size:1.5rem}.current-price{font-size:1.8rem}.products-grid{grid-template-columns:1fr}}@media (min-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:768px){.container{padding:0 1rem}.hero-product-card{padding:1.5rem}.hero-title{font-size:1.3rem}.current-price{font-size:1.5rem}.products-grid{gap:1rem;grid-template-columns:1fr}.cta-card h2,.section-title{font-size:1.5rem}}@media (max-width:480px){.hero-product-section{padding:1.5rem 0}.hero-product-card{padding:1rem}.hero-title{font-size:1.2rem}.price-row{align-items:flex-start;flex-direction:column;gap:.3rem}.current-price{font-size:1.3rem}.products-grid{grid-template-columns:1fr}.btn-add-to-cart,.btn-browse-all,.btn-start-order,.btn-view-details{width:100%}}.landing-loading{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:60vh}.spinner{animation:spin 1s cubic-bezier(.4,0,.2,1) infinite;border-right:5px solid #667eea33;border-top:5px solid #667eea33;border-color:#667eea #764ba2 #667eea33 #667eea33;border-radius:50%;border-style:solid;border-width:5px;box-shadow:0 0 20px #667eea4d;height:60px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.landing-loading p{animation:fadeInOut 1.5s ease-in-out infinite;color:#667eea;font-size:1.2rem;font-weight:600}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}.landing-error{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:3rem;text-align:center}.container{margin:0 auto;max-width:1400px;padding:0 2rem}.hero-product-section{background:#fafafa;padding:2rem 0;position:relative;z-index:1}.hero-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 12px #00000014;margin:0 auto;max-width:1000px;overflow:hidden;padding:2rem;position:relative}.hero-product-card:hover{box-shadow:0 4px 20px #8b5cf61f}.hero-badge{background:#8b5cf6;border-radius:20px;box-shadow:0 2px 8px #8b5cf64d;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.3px;padding:.5rem 1.2rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem;z-index:10}.hero-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:400px 1fr}.hero-image-wrapper{background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;position:relative}.hero-product-image{display:block;height:auto;max-height:350px;min-height:300px;object-fit:cover;transition:opacity .3s ease;width:100%}.image-nav-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;color:#1f2937;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.image-nav-btn:hover{background:#fff;box-shadow:0 4px 12px #0003;transform:translateY(-50%) scale(1.1)}.prev-btn{left:10px}.next-btn{right:10px}.image-dots{bottom:15px;display:flex;gap:6px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.dot{background:#ffffff80;border-radius:2px;cursor:pointer;height:3px;transition:all .3s ease;width:25px}.dot:hover{background:#fffc}.dot.active{background:#fff;box-shadow:0 2px 8px #0000004d;width:35px}.hero-details{display:flex;flex-direction:column;gap:.5rem}.hero-title{color:#1f2937;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0}.hero-price-section{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.price-row{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem}.current-price{color:#8b5cf6;font-size:1.75rem;font-weight:700}.original-price{color:#9ca3af;font-size:1.1rem;text-decoration:line-through}.discount-badge{background:#ff4d4d;border-radius:15px;color:#fff;font-size:.75rem;font-weight:600;padding:.3rem .8rem}.hero-rating{align-items:center;display:flex;font-size:.9rem;gap:.5rem}.stars{color:#fbbf24;font-size:1rem}.rating-text{color:#6b7280;font-weight:500}.hero-description{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0}.hero-meta{background:#f9fafb;border-left:3px solid #8b5cf6;border-radius:10px;flex-direction:column;padding:1rem}.hero-meta,.meta-item{display:flex;gap:.5rem}.meta-item-single-line{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.meta-separator{color:#999;font-weight:400}.meta-label{color:#374151;font-size:.875rem;font-weight:600;min-width:110px}.meta-value{color:#6b7280;font-size:.875rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.5rem}.btn-add-to-cart{background:#fff;border:2px solid #ff6700;border-radius:8px;color:#ff6700;cursor:pointer;font-size:.95rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.btn-add-to-cart:hover{background:#ff6700;box-shadow:0 4px 12px #ff67004d;color:#fff;transform:translateY(-2px)}.btn-start-order{background:linear-gradient(135deg,#ff6700,#f80);border:none;border-radius:8px;box-shadow:0 2px 8px #ff67004d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.btn-start-order:hover{background:linear-gradient(135deg,#f50,#f70);box-shadow:0 4px 12px #f506;transform:translateY(-2px)}.btn-view-details{background:#8b5cf6;border:none;border-radius:8px;box-shadow:0 2px 8px #8b5cf64d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.btn-view-details:hover{background:#7c3aed;box-shadow:0 4px 12px #8b5cf666;transform:translateY(-2px)}.btn-view-details span,.related-products-section{position:relative;z-index:1}.related-products-section{background:#fafafa;padding:2rem 0}.section-title{color:#1f2937;font-size:1.3rem;font-weight:700;margin-bottom:.3rem;text-align:center}.section-subtitle{color:#6b7280;font-size:.8rem;font-weight:400;margin-bottom:1.2rem;text-align:center}.products-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-top:1.5rem}.product-card{border-radius:10px;box-shadow:0 2px 6px #00000014;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.product-card:before{background:linear-gradient(135deg,#8b5cf60d,#8b5cf61a);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;z-index:1}.product-card:hover:before{opacity:1}.product-card:hover{border-color:#8b5cf6;box-shadow:0 8px 20px #8b5cf626;transform:translateY(-4px)}.product-card:after{display:none}.product-image-wrapper{background:#fafafa;height:200px;overflow:hidden;position:relative;width:100%}.product-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-badge{border-radius:15px;box-shadow:0 2px 6px #00000026;color:#fff;font-size:.6rem;font-weight:600;letter-spacing:.3px;padding:.25rem .6rem;position:absolute;right:6px;text-transform:uppercase;top:6px;z-index:2}.badge-new{background:#8b5cf6;width:51px}.badge-hot{background:#f5576c;width:51px}.badge-sale{background:#fa709a;width:51px}.badge-featured{background:#3b82f6;width:71px}.product-info{padding:.6rem}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1f2937;display:-webkit-box;font-size:.75rem;font-weight:600;line-height:1.25;margin:0 0 .3rem;min-height:1.9rem;overflow:hidden}.product-price{align-items:baseline;display:flex;gap:.3rem;margin-bottom:.25rem}.product-price .current-price{color:#8b5cf6;font-size:.9rem;font-weight:700}.product-price .original-price{color:#9ca3af;font-size:.7rem;text-decoration:line-through}.discount-tag{background:#ff4d4d;border-radius:8px;color:#fff;display:inline-block;font-size:.6rem;font-weight:600;margin-bottom:.25rem;padding:.15rem .4rem}.product-rating{align-items:center;color:#6b7280;display:flex;font-size:.7rem;gap:.2rem;margin-top:.25rem}.product-rating .stars{color:#fbbf24;font-size:.75rem}.product-brand{color:#6b7280;font-size:.7rem;font-weight:500;margin-top:.25rem}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:5rem 0;position:relative}.cta-section:before{animation:float 20s ease-in-out infinite;background:#ffffff1a;height:600px;left:-200px;top:-300px;width:600px}.cta-section:after,.cta-section:before{border-radius:50%;content:"";position:absolute}.cta-section:after{animation:float 15s ease-in-out infinite reverse;background:#ffffff0d;bottom:-250px;height:500px;right:-150px;width:500px}.cta-card{color:#fff;padding:4rem;position:relative;text-align:center;z-index:1}.cta-card h2{animation:fadeInUp .6s ease;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 4px 10px #0003}.cta-card p{animation:fadeInUp .8s ease;font-size:1.3rem;margin-bottom:2.5rem;opacity:.95}.btn-browse-all,.btn-primary{background:#fff;border:none;border-radius:50px;box-shadow:0 8px 25px #0000004d,0 0 0 3px #ffffff4d;color:#667eea;cursor:pointer;font-size:1.2rem;font-weight:700;overflow:hidden;padding:1.2rem 3.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-browse-all:before,.btn-primary:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.btn-browse-all:hover:before,.btn-primary:hover:before{opacity:1}.btn-browse-all:hover,.btn-primary:hover{box-shadow:0 12px 35px #0006,0 0 0 3px #ffffff80;color:#fff;transform:translateY(-3px) scale(1.05)}.btn-browse-all span,.btn-primary span{position:relative;z-index:1}@media (max-width:1024px){.hero-content{grid-template-columns:1fr}.current-price,.hero-title{font-size:1.5rem}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.hero-badge{font-size:.7rem;padding:.4rem 1rem}.section-title{font-size:2.2rem}}@media (max-width:768px){.container{padding:0 1rem}.hero-product-card{border-radius:12px;padding:1.5rem}.hero-badge{font-size:.65rem;padding:.4rem .8rem;right:.75rem;top:.75rem}.hero-title{font-size:1.3rem}.current-price{font-size:1.4rem}.original-price{font-size:1rem}.hero-description{font-size:.9rem}.hero-rating{font-size:.85rem}.stars{font-size:.95rem}.rating-text{font-size:.85rem}.products-grid{gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.section-title{font-size:1.3rem}.section-subtitle{font-size:.8rem}.cta-card h2{font-size:1.8rem}.cta-card p{font-size:1.1rem}.btn-add-to-cart,.btn-browse-all,.btn-primary,.btn-start-order,.btn-view-details{font-size:.9rem;padding:.75rem 1.5rem}.hero-meta{padding:1rem}.meta-label{font-size:.85rem;min-width:90px}.product-image-wrapper{height:200px}.product-name{font-size:.75rem}.product-price .current-price{font-size:.9rem}.hero-product-image{max-height:280px;min-height:250px}.image-nav-btn{font-size:1.3rem;height:35px;width:35px}.prev-btn{left:8px}.next-btn{right:8px}.image-dots{bottom:10px;gap:5px}.dot{height:3px;width:22px}.dot.active{width:30px}}@media (max-width:480px){.hero-product-section{padding:1.5rem 0}.hero-product-card{border-radius:10px;padding:1.2rem}.hero-title{font-size:1.1rem}.price-row{align-items:flex-start;flex-direction:column;gap:.4rem}.current-price{font-size:1.3rem}.original-price{font-size:.9rem}.discount-badge{font-size:.7rem;padding:.25rem .6rem}.hero-rating{font-size:.8rem}.stars{font-size:.9rem}.hero-description{font-size:.85rem}.hero-meta{padding:.5rem}.meta-item{flex-direction:column;gap:.2rem}.meta-label{min-width:auto}.meta-label,.meta-value{font-size:.8rem}.products-grid{gap:.8rem;grid-template-columns:1fr}.product-image-wrapper{height:200px}.section-title{font-size:1.2rem}.section-subtitle{font-size:.75rem}.product-info{padding:.6rem}.product-name{font-size:.7rem;min-height:1.8rem}.product-price .current-price{font-size:.85rem}.product-price .original-price{font-size:.7rem}.discount-tag{font-size:.6rem;padding:.15rem .4rem}.product-rating{font-size:.7rem}.product-rating .stars{font-size:.75rem}.product-brand{font-size:.7rem}.cta-card{padding:3rem 2rem}.cta-card h2{font-size:1.5rem}.cta-card p{font-size:1rem}.btn-add-to-cart,.btn-browse-all,.btn-primary,.btn-start-order,.btn-view-details{font-size:.85rem;padding:.7rem 1.2rem}.hero-actions{display:flex;flex-direction:row;gap:.75rem}.hero-actions .btn-add-to-cart,.hero-actions .btn-start-order{flex:1 1;width:auto}.hero-badge{font-size:.6rem;padding:.35rem .7rem;right:.5rem;top:.5rem}.hero-product-image{max-height:220px;min-height:200px}.image-nav-btn{font-size:1.1rem;height:30px;width:30px}.prev-btn{left:5px}.next-btn{right:5px}.image-dots{bottom:8px;gap:4px}.dot{height:2.5px;width:18px}.dot.active{width:25px}}.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-items-section{width:100%}.cart-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.empty-cart{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:4rem 2rem;text-align:center}.empty-cart-icon{font-size:4rem;margin-bottom:1rem}.empty-cart h2{color:#333;font-size:1.8rem;margin-bottom:.5rem}.empty-cart p{color:#666;font-size:1rem;margin-bottom:2rem}.continue-shopping-btn{background:#8b5cf6;border-radius:10px;box-shadow:0 4px 12px #8b5cf64d;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s}.continue-shopping-btn:hover{background:#7c3aed;box-shadow:0 6px 16px #8b5cf666;transform:translateY(-2px)}.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){.breadcrumb-meesho{font-size:.85rem;padding:.8rem 1rem}.cart-container{gap:1.5rem;grid-template-columns:1fr;padding:1rem}.cart-title{font-size:1.3rem;margin-bottom:1rem}.cart-item{gap:1rem;grid-template-columns:1fr;margin-bottom:1rem;padding:1rem}.cart-item-image{height:200px;margin:0 auto;width:100%}.cart-item-info{width:100%}.cart-item-info h3{font-size:1rem;margin-bottom:.5rem}.cart-item-price{font-size:1.1rem;margin-bottom:.5rem}.cart-item-actions{align-items:center;flex-direction:row;gap:1rem;justify-content:space-between;margin-top:.5rem;width:100%}.quantity-controls{margin-top:0}.quantity-controls button{font-size:1rem;height:36px;width:36px}.quantity-controls span{font-size:1rem;min-width:50px}.btn-remove{flex:1 1;font-size:.85rem;margin-top:0;max-width:120px;padding:.5rem 1rem}.cart-item-total{border-top:1px solid #f0f0f0;font-size:1.2rem;margin-top:.5rem;padding-top:.5rem;text-align:left;width:100%}.cart-summary{margin-top:1rem;padding:1.5rem;position:static}.cart-summary h3{font-size:1.3rem;margin-bottom:1rem}.summary-row{font-size:.95rem;padding:.8rem 0}.summary-row.total{font-size:1.5rem;margin-top:.8rem;padding-top:.8rem}.summary-row.total span:first-child{font-size:1.1rem}.btn-checkout{font-size:1rem;margin-top:1rem;padding:.9rem}.btn-continue{font-size:.95rem;margin-top:.8rem;padding:.7rem}}@media (max-width:480px){.breadcrumb-meesho{font-size:.8rem;padding:.6rem .8rem}.cart-container{gap:1rem;padding:.8rem}.cart-title{font-size:1.1rem}.cart-item{gap:.8rem;padding:.8rem}.cart-item-image{height:180px}.cart-item-info h3{font-size:.95rem}.cart-item-price{font-size:1rem}.cart-item-actions{align-items:stretch;flex-direction:column;gap:.8rem}.quantity-controls{justify-content:center;width:100%}.btn-remove{max-width:none;width:100%}.cart-item-total{font-size:1.1rem;text-align:center}.cart-summary{padding:1rem}.cart-summary h3{font-size:1.1rem}.summary-row{font-size:.9rem;padding:.6rem 0}.summary-row.total{font-size:1.3rem}.btn-checkout{font-size:.95rem;padding:.8rem}.btn-continue{font-size:.9rem;padding:.6rem}.empty-cart{padding:3rem 1rem}.empty-cart-icon{font-size:3rem}.empty-cart h2{font-size:1.5rem}.empty-cart p{font-size:.9rem}.continue-shopping-btn{font-size:.95rem;padding:.9rem 1.5rem}.loading{font-size:1rem;padding:2rem}}.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:800px;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}.form-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:1.5rem}.form-section h3{border-bottom:2px solid #8b5cf6;color:#333;font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;padding-bottom:.7rem}.form-section:last-of-type{margin-bottom:0}.form-group input::placeholder,.form-group textarea::placeholder{color:#999;font-size:.95rem}.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-variants{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.variant-badge{background:#e3f2fd;border-radius:4px;color:#1976d2;display:inline-block;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.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.0c662eff.css.map*/