@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.laptop-login-wrapper{position:relative;width:100vw;height:100vh;overflow:hidden}.laptop-login-content{position:relative;z-index:1;width:100%;max-width:400px;margin:0 auto;padding:2rem;background-color:#ffffffe6;border-radius:12px;box-shadow:0 0 15px #0000004d;top:50%;transform:translateY(-50%)}.laptop-radio-group{display:flex;gap:1.5rem;margin-bottom:1rem;align-items:center;justify-content:space-around}.laptop-radio-group label{font-size:.95rem;display:flex;align-items:center;gap:.3rem;width:100px;font-family:Verdana,Geneva,Tahoma,sans-serif;text-align:left}.laptop-c-radio{text-align:left;margin-top:3px}.laptop-s-radio{margin-right:-40%;margin-top:3px;border:0;text-align:left;margin-left:-40%}.laptop-login-form{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 10px 25px #0000001a;width:100%;max-width:400px}.laptop-login-wrapper h4{text-align:center;margin-bottom:25px;font-size:large}.laptop-user-type-selector{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px;padding:10px 0}.laptop-user-type-selector label{font-size:14px;font-weight:500;color:#333}.laptop-user-type-dropdown{padding:10px 36px 10px 16px;font-size:14px;border:1px solid #ccc;border-radius:8px;background-color:#fff;color:#333;cursor:pointer;min-width:140px;transition:border-color .3s,box-shadow .3s;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.laptop-user-type-dropdown:focus{outline:none;border-color:#ff6f61;box-shadow:0 0 0 3px #ff6f6133}.laptop-user-type-dropdown:hover{border-color:#ff6f61}.laptop-forgot-password{text-align:center;margin-top:15px;color:#ff6f61;cursor:pointer;font-size:14px}.laptop-forgot-password:hover{text-decoration:underline}.laptop-login-form input[type=tel],.laptop-login-form input[type=text],.laptop-login-form input[type=email],.laptop-login-form input[type=password],.laptop-login-form input[type=number]{width:100%;padding:12px 15px;margin:10px 0 20px;border:1px solid #ccc;border-radius:8px;outline:none;transition:.3s}.laptop-login-form input:focus{border-color:#ff6f61;box-shadow:0 0 0 3px #ff6f6133}.laptop-login-form button{width:100%;padding:12px;background-color:#ff6f61;margin-top:15px;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.laptop-login-form button:hover{background-color:#e4574f}.laptop-login-form .laptop-extra-options{text-align:left;margin-top:10px;margin-bottom:10px}.laptop-login-form .laptop-extra-options a{color:#ff6f61;text-decoration:none;font-size:14px}.laptop-login-form .laptop-extra-options a:hover{text-decoration:underline}.laptop-login-form .laptop-signup-link{margin-top:25px;margin-left:15%;text-align:center;border:1px solid grey;border-radius:15px;padding:5px;width:70%}.laptop-login-form .laptop-signup-link span{color:#ff6f61;text-decoration:none;font-size:14px;cursor:pointer}.laptop-login-form .laptop-backtoLogin{text-align:center;margin-top:15px;color:#ff6f61;cursor:pointer}.laptop-signup-wrapper{position:relative;width:100vw;height:100vh;overflow:hidden}.laptop-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.laptop-signup-content{position:relative;z-index:1;max-width:600px;height:90%;margin:0 auto;padding:2rem;background-color:#ffffffe6;border-radius:12px;box-shadow:0 0 15px #0000004d;top:50%;transform:translateY(-50%)}.laptop-signup-content h4{font-size:1.3rem;text-align:left;margin-bottom:1.5rem;color:#333}.laptop-signup-container{display:flex;flex-direction:column;gap:1rem}.laptop-form-row{display:flex;gap:1rem;flex-wrap:wrap}.laptop-form-group{flex:1;display:flex;flex-direction:column}.laptop-signup-container h2{text-align:center;margin-bottom:25px;color:#333}.laptop-signup-container label{display:block;margin-bottom:5px;color:#555;font-weight:500}.laptop-signup-container input,.laptop-signup-container select{width:100%;padding:12px 15px;margin-bottom:20px;border:1px solid #ccc;border-radius:8px;transition:border-color .3s,box-shadow .3s}.laptop-signup-container input:focus,.laptop-signup-container select:focus{border-color:#f27059;box-shadow:0 0 0 3px #f2705933;outline:none}.laptop-signup-container button{width:100%;padding:12px;background-color:#f27059;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.laptop-signup-container button:hover{background-color:#e4574f}.laptop-signup-container p{text-align:center;margin-top:20px;font-size:14px}.laptop-signup-container span{color:#f27059;font-weight:700;cursor:pointer}.laptop-signup-container span:hover{text-decoration:underline}.snackbar{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background-color:#444;color:#fff;padding:12px 24px;border-radius:4px;font-size:16px;z-index:9999;opacity:.95;animation:fadein .3s,fadeout .3s 2.7s}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:.95}}@keyframes fadeout{0%{bottom:30px;opacity:.95}to{bottom:0;opacity:0}}.carousel-container{position:relative;width:100%;height:400px;overflow:hidden}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out}.carousel-slide.active{opacity:1}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;padding:10px;border-radius:50%;cursor:pointer;z-index:10;width:40px}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-prev:hover,.carousel-next:hover{background-color:#000c}.pr-laptop-product-cardproduct-row{position:relative;margin:20px 0;padding:0 12px;overflow:hidden}.pr-laptop-product-cardproduct-row-title{margin-left:1%!important;text-align:center!important;width:30%!important;padding:15px!important;border-bottom:4px solid #b63e2b!important;border-left:1px solid #b63e2b!important;border-top:1px solid #b63e2b!important;border-right:4px solid #b63e2b!important;color:#b63e2b!important;border-radius:20px 4px!important;margin-bottom:2%!important;font-size:medium!important}.pr-laptop-product-cardscroll-btns{position:absolute;top:40%;width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:1}.pr-laptop-product-cardscroll-btn{background-color:var(--th-card-bg);border:1px solid #e14d37;border-radius:50%;width:36px;height:36px;font-size:16px;color:#e14d37;pointer-events:all;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 4px var(--th-shadow);cursor:pointer}.pr-laptop-product-cardproduct-scroll-container{display:flex;gap:15px;overflow-x:scroll;scroll-behavior:smooth;padding:10px 0}.pr-laptop-product-cardproduct-scroll-container::-webkit-scrollbar{display:none}.laptop-product-info{display:flex;flex-direction:column;gap:4px;bottom:0}.pr-laptop-product-name{font-size:13px;font-weight:600;margin:0}.laptop-product-description{font-size:12px;color:var(--th-text-secondary);margin:0}.laptop-product-price,.laptop-product-color{font-size:13px;margin:0}.laptop-product-image-wrapper{position:relative;width:100%}.pr-laptop-product-cardproduct-card{position:relative;flex:0 0 auto;width:250px;background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:8px;box-shadow:0 2px 6px var(--th-shadow);text-align:center;transition:transform .2s ease;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.pr-laptop-product-cardproduct-card-upper{width:230px;margin-bottom:20px}.pr-laptop-product-cardproduct-card:hover{transform:translateY(-2px)}.pr-laptop-product-cardproduct-image{width:100%;height:160px;object-fit:contain;border-radius:6px}.pr-laptop-product-cardproduct-name{font-size:13px;font-weight:600;margin:6px 0 2px;color:var(--th-text)}.pr-laptop-product-cardproduct-description{font-size:11px;color:var(--th-text-muted);margin-bottom:6px;min-height:30px}.pr-laptop-product-cardproduct-price{font-size:12px;font-weight:700;color:var(--th-text);margin-bottom:6px}.pr-laptop-product-cardproduct-actions{display:flex;gap:4px;justify-content:center;margin-top:6px;flex-wrap:wrap}.pr-laptop-product-cardbtn-outline{flex:1;padding:4px 6px;font-size:10px;border:1px solid var(--th-border);color:var(--th-text-secondary);background-color:transparent;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.pr-laptop-product-cardbtn-outline:hover{background-color:var(--th-table-hover)}.pr-laptop-product-cardbtn-primary{flex:1;padding:4px 6px;font-size:10px;background-color:#e14d37;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.pr-laptop-product-cardbtn-primary:hover{background-color:#c23e2d}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;width:100%;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{width:100%;background:var(--th-bg, white);display:flex;align-items:center;justify-content:center}.page-wrapper{background-color:var(--th-bg, #f9f9f9);font-family:Segoe UI,sans-serif}.section{margin:40px auto}.section h4{width:fit-content;margin-left:4%;text-align:center;font-size:small;padding:5px 15px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;color:#b63e2b;border-radius:15px 4px;margin-bottom:20px}.product-row-wrapper{margin-bottom:40px}#bulk-request{background:#fff5f0;border-radius:12px;padding:30px 20px;box-shadow:0 4px 12px #0000000d}.header-container{width:100%;background-color:var(--th-card-bg, #ffffff);box-shadow:0 2px 4px #00000014;position:sticky;top:0;z-index:1000}.top-header{display:flex;justify-content:space-between;align-items:center;padding:12px 0;background-color:#f4ebd0}.logo{font-size:24px;font-weight:700;color:#c94b33;width:10%;margin-left:2%;font-family:Verdana,Geneva,Tahoma,sans-serif;letter-spacing:5px}.slogan{font-size:16px;color:var(--th-text-secondary, #444);font-style:italic;text-align:center;width:40%}.userIcon{width:3%;margin-right:-20%}.dropdown-menu{position:absolute;right:0;width:7%;top:45px;background:var(--th-card-bg, white);box-shadow:0 4px 10px #00000026;border-radius:6px;padding:.5rem;z-index:10;display:flex;flex-direction:column;margin-right:1%}.dropdown-menu button{padding:.5rem 1rem;background:none;border:none;text-align:left;cursor:pointer;color:var(--th-text, inherit)}.dropdown-menu button:hover{background-color:var(--th-table-hover, #f0f0f0)}.bottom-header{display:flex;justify-content:space-between;align-items:center;padding:10px 24px;border-top:1px solid var(--th-border, #eee)}.nav-links{display:flex;background-color:var(--th-card-bg, white);width:40%;justify-content:space-between}.nav-links a{display:flex;align-items:center;gap:6px;font-weight:500;text-decoration:none;color:inherit}.nav-links a:hover{color:#c94b33}.search-input{padding:6px 10px;border:1px solid var(--th-border, #ccc);border-radius:20px;outline:none;margin-right:5px;font-size:14px;width:70%}.search-icon{color:var(--th-text-muted, #888);cursor:pointer;margin-right:10px}.cartBtn{width:6%;align-items:center}.cart-icon{color:var(--th-text-secondary, #444);cursor:pointer;width:100%;margin-top:3px}.productPage-main{background-color:var(--th-bg, whitesmoke)}.category-buttons-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;justify-items:center;padding:20px;margin:20px auto}.category-button{background-color:#b63e2b!important;color:#fff;border:1px solid #ccc;padding:12px 20px;font-size:16px;cursor:pointer;border-radius:8px;transition:background-color .3s,transform .3s;display:flex;align-items:center;justify-content:center}.category-button:hover{background-color:#e14d37!important;color:#fff;transform:scale(1.05)}.category-button:focus{outline:none}.category-button:active{transform:scale(.98)}.bulk-request-form-container{padding:20px;background-color:var(--th-card-bg, #fff);border-radius:10px;box-shadow:0 4px 8px #0000001a;max-width:600px;margin:0 auto;text-align:center}.bulk-request-form h2{font-size:24px;color:var(--th-text, #333);margin-bottom:20px}.form-group{margin-bottom:15px;text-align:left}.form-group label{display:block;font-weight:600;margin-bottom:8px;color:var(--th-text-secondary, #444)}.form-input{width:100%;padding:10px;border:1px solid var(--th-border, #ccc);border-radius:8px;font-size:14px;box-sizing:border-box;margin-bottom:10px;background-color:var(--th-bg, #f9f9f9);color:var(--th-text, inherit)}.form-input:focus{border-color:#b63e2b;outline:none;background-color:var(--th-card-bg, #fff)}.submit-button{background-color:#b63e2b;color:#fff;padding:12px 20px;font-size:16px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s}.submit-button:hover{background-color:#dd4d36}.submit-button:focus{outline:none}.main-layout{background-color:var(--th-sidebar-bg, #e1e0e0);padding:10px;color:var(--th-text, #333);font-size:14px;border-top:1px solid var(--th-border, #e0e0e0)}.social-icon{color:var(--th-text, #333);transition:color .3s;display:inline-block}@media (max-width: 768px){.footer-columns{flex-direction:column;align-items:flex-start}.main-column,.social-media-column,.become-seller-column{width:100%}}.social-media-column h4{font-size:large;color:#b63e2b}.products-page{display:flex;gap:20px;padding:20px}.sidebar{width:240px;position:sticky;top:135px;height:fit-content;background-color:var(--th-bg, #f9f9f9);padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;border-right:1px solid var(--th-border, #ddd)}.sidebar-title{font-size:1.2rem;font-weight:600;margin-bottom:20px}.category-list{list-style:none;padding:0;margin:0}.category-item{padding:10px;border-radius:6px;text-align:center;margin-bottom:8px;cursor:pointer;background:var(--th-bg, #f9f9f9);transition:background .3s,color .3s}.category-item:hover{background:#ffb0a4}.active-category{background-color:#e14d37;color:#fff}.product-content{flex:1;padding:24px}.category-heading{font-size:1.8rem;font-weight:700;margin-bottom:20px}.product-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.product-card{flex:0 0 auto;width:250px;background-color:var(--th-card-bg, #fff);border:1px solid var(--th-border, #ddd);border-radius:10px;padding:15px;text-align:center;scroll-snap-align:start;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease-in-out;display:flex;flex-direction:column;justify-content:space-between;height:100%}.product-image{width:100%;height:150px;object-fit:cover;border-radius:6px;margin-bottom:10px}.product-info{flex-grow:1;display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.product-name{font-size:16px;font-weight:600;margin:0}.product-price,.product-color{font-size:14px;font-weight:500;margin:0}.product-actions{display:flex;justify-content:space-between;gap:8px;margin-top:auto}.btn-outline,.btn-primary{flex:1;padding:8px;font-size:14px;border-radius:4px;cursor:pointer}.btn-outline{border:1px solid var(--th-border, #333);background:var(--th-card-bg, #fff);color:var(--th-text, #333)}.btn-outline:hover{background:var(--th-table-hover, #f0f0f0)}.btn-primary{background:#b63e2b;color:#fff;border:none}.btn-primary:hover{background:#dd4d36}.refund-btn{background-color:#dc143c;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;cursor:pointer;margin-top:10px;width:15%;font-size:medium}.offers-main{background-color:var(--th-bg, #f9f9f9);min-height:100vh}.offer-card{background-color:#fdeacc;border-radius:20px;width:300px;padding:1rem;box-shadow:0 2px 8px #0000000d;font-family:Arial,sans-serif;display:flex;flex-direction:column;gap:.5rem;transition:transform .2s ease}.offer-code-box{border:2px dotted #000;padding:.25rem .5rem;font-weight:700;font-size:.85rem;cursor:pointer;background:var(--th-card-bg, #fff);border-radius:6px;width:100px;color:var(--th-text, inherit)}.offer-tagline{font-size:.95rem;color:#222}.product-offer-desc{font-size:medium;font-family:Times New Roman,Times,serif;color:var(--th-text-secondary, #444);text-align:center;margin-bottom:4%}.cart-wrapper{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:var(--th-bg, #f9f9f9)}.cart-card{display:flex;background:var(--th-card-bg, #fff);padding:1rem;border-radius:10px;gap:1rem;box-shadow:0 2px 10px #0000001a}.cart-card img{width:120px;height:auto;border-radius:6px}.cart-additional{background:var(--th-card-bg, #fff);padding:1rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;gap:1rem}.cart-additional input,.cart-additional textarea{width:100%;margin-top:.3rem;padding:.5rem;border:1px solid var(--th-border, #ddd);border-radius:6px}.payment-btn{margin-top:1rem;padding:.75rem;width:100%;background-color:#0a6eff;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.profile-container{max-width:600px;margin:40px auto;padding:1.5rem;border-radius:12px;background:var(--th-card-bg, #fff);box-shadow:0 0 10px #0000001a}.profile-field span,.profile-field input{width:58%;font-size:1rem;padding:.4rem;border:none;background:var(--th-bg, #f9f9f9);border-radius:6px;color:var(--th-text, inherit)}.profile-field input{border:1px solid var(--th-border, #ccc);background:var(--th-card-bg, white)}.profile-actions button{flex:1;padding:.6rem 1rem;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s}.sell-options-container{display:flex;flex-direction:column;align-items:center;padding:1rem;min-height:100vh;background-color:var(--th-bg, #f9fafb)}.button-group{display:flex;gap:1rem;width:100%;justify-content:center;margin-bottom:1.5rem}.option-button{width:40%;padding:.75rem 1rem;border:none;border-radius:1rem;color:#fff;font-weight:600;cursor:pointer;transition:background-color .3s ease}.option-button:hover{opacity:.9}.active-customer{background-color:#e14d37;color:#fff;border:1px solid #e14d37}.option-button:not(.active-customer):not(.active-seller){background-color:var(--th-card-bg, white);color:#e14d37;border:1px solid #e14d37}.active-seller{background-color:#e14d37;color:#fff;border:1px solid #e14d37}.option-button:not(.active-seller):not(.active-customer){background-color:var(--th-card-bg, white);color:#e14d37;border:1px solid #e14d37}.option-content{width:100%}.signup-wrapper-sell{background-color:gray}.cusResellOther{display:flex;width:100%;margin-top:2%;border-top:1px solid grey;padding-top:1rem}.cusResellOther h3{width:20%}.cusResellOther button{width:10%;background-color:var(--th-card-bg, white);border:1px solid #e14d37;color:#e14d37;border-radius:6px;cursor:pointer;font-weight:700;transition:background-color .2s,color .2s}.cusResellOther button:hover{background-color:#e14d37;color:#fff}.signup-wrapper-sell .signup-content{position:absolute;top:65%;left:50%;transform:translate(-50%,-50%)}.explore-wrapper{padding:2rem;position:relative;background-color:var(--th-bg, #fdfdfd)}.explore-heading{margin-left:1%;text-align:center;width:30%;padding:10px 15px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;color:#b63e2b;border-radius:20px 4px;margin-bottom:2%}.explore-card{position:relative;flex:0 0 auto;width:250px;background-color:var(--th-card-bg, #fff);border:1px solid var(--th-border, #ddd);border-radius:10px;text-align:center;scroll-snap-align:start;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease-in-out;display:flex;flex-direction:column;justify-content:space-between}.scroll-btn{background:var(--th-card-bg, #fff);border:none;box-shadow:0 0 10px #00000026;border-radius:50%;width:36px;height:36px;z-index:2;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.scroll-btn:hover{background:var(--th-table-hover, #f0f0f0)}.scroll-btn.left{margin-right:1rem}.scroll-btn.right{margin-left:1rem}.blogs-wrapper{padding:40px 0;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.blogs-container{width:50%;display:flex;gap:10px;justify-content:center}.blog-card{position:relative;flex-shrink:0;overflow:hidden;border-radius:8px;background-color:gray;width:50%}.blog-img{height:auto;width:100%;object-fit:cover;display:block;border-radius:8px}.blog-hover-btn{position:absolute;bottom:10px;left:50%;transform:translate(-50%);padding:8px 16px;background-color:#000000b3;color:#fff;border:none;border-radius:20px;opacity:0;transition:opacity .3s ease;cursor:pointer;z-index:2}.blog-card:hover .blog-hover-btn{opacity:1}.faq-wrapper{max-width:800px;margin:40px auto;padding:20px}.faq-heading{font-size:28px;margin-bottom:20px;text-align:center}.faq-container{display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid var(--th-border, #ddd);border-radius:8px;overflow:hidden;background-color:var(--th-bg, #fafafa)}.faq-question{padding:15px 20px;cursor:pointer;font-weight:600;display:flex;justify-content:space-between;align-items:center;background-color:var(--th-card-bg, #fff);transition:background-color .3s;color:var(--th-text, inherit)}.faq-question:hover{background-color:var(--th-table-hover, #f0f0f0)}.faq-toggle{font-size:22px;font-weight:700}.faq-answer{padding:15px 20px;background-color:var(--th-bg, #fdfdfd);color:var(--th-text-secondary, inherit);font-size:15px;line-height:1.6}.about-wrapper{display:flex;gap:40px;max-width:1000px;margin:40px auto;padding:20px;flex-wrap:wrap}.about-left{flex:1;min-width:250px;display:flex;flex-direction:column;align-items:center}.founder-img{width:250px;height:250px;border-radius:50%;object-fit:cover;margin-bottom:20px;border:3px solid #eee}.social-links{border:1px solid #e14d37;display:flex;width:250px;padding:5px 0 0;border-radius:10px}.social-links a{color:var(--th-text, #333);transition:color .3s}.social-links a:hover{color:#0077b5}.about-right{flex:2;min-width:300px}.about-right h2{font-size:28px;margin-bottom:15px}.about-right h3{margin-top:30px;font-size:22px}.about-right p{line-height:1.6;margin-top:10px}.seller-testimonials-container{padding:30px;background-color:var(--th-bg, #fffaf8)}.seller-testimonials-title{margin-left:1%;text-align:center;width:30%;padding:10px 15px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;color:#b63e2b;border-radius:20px 4px;margin-bottom:2%}.seller-testimonial-card{flex:1;min-width:250px;max-width:32%;background-color:var(--th-card-bg, #ffffff);border-radius:12px;padding:20px;text-align:center;box-shadow:0 2px 8px #0000001a}.seller-testimonial-order{font-size:14px;color:var(--th-text-muted, #888);margin-bottom:8px}.seller-testimonial-feedback{font-style:italic;font-size:15px;color:var(--th-text-secondary, #444)}.filter-sort-controls{display:flex;gap:10px;margin-bottom:20px}.search-input,.sort-select{padding:8px;border-radius:5px;border:1px solid var(--th-border, #ccc);background-color:var(--th-card-bg, #fff);color:var(--th-text, inherit)}.filter-toggle-bar{display:flex;justify-content:flex-end;margin:1rem 0}.btn-outline{padding:8px 16px;border:1px solid var(--th-border, #333);background:var(--th-card-bg, white);color:var(--th-text, #333);cursor:pointer;border-radius:4px;font-size:14px;transition:all .3s ease}.btn-outline:hover{background-color:var(--th-table-hover, #f5f5f5)}.filter-panel{display:flex;gap:2rem;padding:1rem;background-color:var(--th-bg, #fafafa);border:1px solid var(--th-border, #ddd);border-radius:8px;width:100%}.filter-group{display:flex;flex-direction:column}.filter-group label{font-weight:600;margin-bottom:6px;color:var(--th-text, #333)}.filter-group select{padding:6px 10px;border:1px solid var(--th-border, #ccc);border-radius:4px;min-width:160px;font-size:14px;background-color:var(--th-card-bg, #fff);color:var(--th-text, inherit)}@media screen and (max-width: 768px){.filter-panel{flex-direction:column;gap:1rem}.filter-toggle-bar{justify-content:center}.filter-group select{width:100%}}.product-form{max-width:600px;margin:20px auto;padding:20px;border-radius:10px;background:var(--th-card-bg, #fff);box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column;gap:15px}.form-row{display:flex;gap:15px}input[type=text],input[type=number],input[type=email],input[type=tel],textarea{flex:1;padding:10px;border:1px solid var(--th-border, #ccc);border-radius:6px;font-size:14px;background-color:var(--th-card-bg, #fff);color:var(--th-text, inherit)}textarea{resize:vertical}.landmark-pincode{display:flex;gap:10px}.file-label{display:inline-block;padding:10px 15px;background-color:var(--th-table-hover, #eee);border:1px solid var(--th-border, #ccc);border-radius:6px;cursor:pointer;font-size:14px;color:var(--th-text, inherit)}.file-label:hover{background-color:var(--th-border, #ddd)}.resell-buttons{display:flex;justify-content:space-evenly;width:100%;margin-top:20px}.btn-submit{padding:10px;font-size:16px;background-color:#b63e2b;color:#fff;border:none;border-radius:6px;cursor:pointer;width:40%}.btn-cancel{padding:10px;font-size:16px;background-color:var(--th-card-bg, white);color:#b63e2b;border:1px solid #b63e2b;border-radius:6px;cursor:pointer;width:40%}.btn-submit:hover{background-color:#e14d37}.btn-cancel:hover{background-color:#e14d37;color:#fff}@media (max-width: 600px){.form-row{flex-direction:column}}.filterandsort{width:100%;position:sticky;top:14.4%;z-index:2;background-color:var(--th-card-bg, white);padding:50px 10px 0;margin-bottom:5%;margin-top:-4%;margin-left:-5px}.category-toolbar{display:flex;gap:10px;margin-bottom:20px;width:100%}.category-heading{margin:0;font-size:24px;font-weight:700;width:12%}.filter-sort-controls{width:40%;margin-left:43%;display:flex;align-items:center;justify-content:space-between}.sort-select,.btn-outline-filters{padding:6px 12px;font-size:14px;border-radius:4px;border:1px solid var(--th-border, #ccc);width:49%;background-color:var(--th-card-bg, #fff);color:var(--th-text, inherit)}@media (max-width: 600px){.filter-sort-controls{flex-direction:column;align-items:flex-start}}.explore-section{padding:40px 20px;text-align:center;background-color:var(--th-bg, #f9f9f9)}.explore-title{margin-left:2%;text-align:center;width:30%;padding:10px 15px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;color:#b63e2b;border-radius:20px 4px;margin-bottom:2%}.category-card{flex:1 1 calc(20% - 20px);background-color:var(--th-card-bg, #fff);border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:15px;text-align:center;transition:transform .3s ease}.category-title{margin:15px 0 10px;font-size:18px;color:var(--th-text, #222)}.explore-category-button{background-color:var(--th-card-bg, white);color:#e6584e;border:1px solid #e6584e;padding:10px 15px;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.explore-container{padding:20px;font-family:Arial,sans-serif}.explore-layout{display:flex;gap:20px}.category-sidebar{display:flex;flex-direction:column;gap:15px;width:180px;font-size:small;margin-top:8%}.category-small-card{background-color:var(--th-bg, #f8f8f8);border-radius:10px;text-align:center;padding:5px;box-shadow:0 0 5px #0000001a;width:120px;aspect-ratio:1 / 1;display:flex;flex-direction:column}.category-thumb{width:100%;height:60px;object-fit:cover;border-radius:6px}.category-thumb-main{width:100%;height:150px;object-fit:cover;border-radius:6px}.category-label{font-weight:700;font-size:12px}.category-action-button{padding:4px 10px;font-size:12px;background-color:#ff914d;border:none;border-radius:4px;color:#fff;cursor:pointer}.product-section{margin-top:40px}.product-heading{margin-bottom:20px;width:30%;margin-left:35%;text-align:center;padding:10px 15px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;color:#b63e2b;border-radius:20px 4px}.product-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px}.product-card-explore{width:18%;background-color:var(--th-card-bg, #fff);border:1px solid var(--th-border, #ddd);padding:10px;border-radius:8px;text-align:center}.product-placeholder{width:100%;height:120px;background-color:var(--th-table-hover, #eaeaea);border-radius:4px;margin-bottom:10px}.product-name{font-size:14px;margin:5px 0}.product-price{color:var(--th-text, #333);font-weight:700}.product-buttons{display:flex;justify-content:space-between;margin-top:10px}.add-to-cart-btn,.buy-now-btn{padding:6px 10px;width:48%;border:none;border-radius:5px;cursor:pointer}.add-to-cart-btn{background-color:#f0c14b;color:#111}.buy-now-btn{background-color:#f90;color:#fff}.header-container{width:100%;background-color:var(--th-card-bg);box-shadow:0 2px 4px #00000014;position:sticky;top:0;z-index:1000}.top-header{display:flex;justify-content:space-between;align-items:center;padding:12px 0;background-color:var(--th-sidebar-bg)}.laptop-logo-img{width:45px;height:45px;border-radius:50%;margin-left:2%;cursor:pointer}.logo{font-size:24px;font-weight:700;color:#c94b33;width:10%;margin-left:-18%;font-family:Verdana,Geneva,Tahoma,sans-serif;letter-spacing:5px}.slogan{font-size:16px;color:var(--th-text-secondary);font-style:italic;text-align:center;width:35%;margin-left:-8%}.userIcon{width:3%;margin-right:-22%}.dropdown-menu{position:absolute;right:0;width:7%;top:55px;background:var(--th-card-bg);box-shadow:0 4px 10px #00000026;border-radius:6px;padding:.5rem;z-index:10;display:flex;flex-direction:column;margin-right:1.5%}.dropdown-menu button{padding:.5rem 1rem;background:none;border:none;text-align:left;cursor:pointer;color:var(--th-text);font-size:.88rem}.dropdown-menu button:hover{background-color:var(--th-table-hover);border-radius:4px}.dropdown-bottom-row{display:flex;flex-direction:column;align-items:center;border-top:1px solid var(--th-border);margin-top:.25rem;padding-top:.25rem}.dropdown-bottom-row button{flex:1;border-top:none!important;margin-top:0!important;padding:.5rem!important;font-size:.82rem}.dropdown-theme-btn{display:flex;align-items:center;justify-content:center;gap:.3rem;color:var(--th-accent)!important;font-weight:600}.bottom-header{display:flex;justify-content:space-between;align-items:center;padding:10px 24px;border-top:1px solid var(--th-border);background-color:var(--th-card-bg)}.nav-links{display:flex;background-color:var(--th-card-bg);width:42%;justify-content:space-between}.nav-links a,.nav-links span{display:flex;align-items:center;gap:6px;font-weight:500;text-decoration:none;color:inherit}.nav-icons{width:20%}.nav-links a:hover,.nav-links .span-link:hover{color:#c94b33}.search-cart{display:flex;align-items:center;width:55%;margin-left:1%;text-align:right}.search-input{padding:6px 10px;border:1px solid var(--th-border);border-radius:20px;outline:none;margin-right:5px;font-size:14px;width:70%}.search-icon{color:var(--th-text-muted);cursor:pointer;margin-right:10px}.cartBtn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px;margin-left:3%;margin-right:1%}.cart-icon-wrapper{position:relative;display:inline-block}.cartCount{position:absolute;top:-10px;right:-10px;width:25px;background-color:#e4574f;color:#fff;border-radius:50%;padding:6px 0;font-size:12px;font-weight:700;line-height:1;min-width:18px;text-align:center}.cart-icon{color:var(--th-text-secondary);cursor:pointer}.becomeSeller{width:20%;margin-left:10%;color:#e4574f;text-align:center;padding:5px 10px;border:1px solid #e4574f;border-radius:5px;cursor:pointer;transition:background-color .2s,transform .2s}.becomeSeller:hover{background-color:#e4574f;color:#fff}.sellwithus,.fabars{display:none}.laptop-search-suggestions{position:absolute;top:130px;left:45%;width:37.5%;max-height:300px;overflow-y:auto;background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:1001}.laptop-suggestion-item{padding:10px;border-bottom:1px solid var(--th-border);cursor:pointer;color:var(--th-text)}.laptop-suggestion-item:hover,.mobile-search-suggestion:hover{background-color:var(--th-table-hover)}.main-layout{background-color:var(--th-sidebar-bg);padding:10px;color:var(--th-text);font-size:14px;border-top:1px solid var(--th-border)}.footer-columns{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;max-width:1200px;margin:auto}.main-column,.social-media-column,.become-seller-column{flex:1;min-width:250px}.footer-section{margin-bottom:20px}.footer-section h4{font-size:18px;color:#b63e2b;margin-bottom:10px;cursor:pointer;transition:color .3s}.footer-section-2 h4{font-size:18px;color:#b63e2b;cursor:pointer;transition:color .3s}.footer-section h4:hover{color:#dd4d36}.footer-section p{font-size:14px;line-height:1.6}.footer-section-2 h4:hover{color:#dd4d36}.footer-section-2 p{font-size:14px;line-height:1.6}.footer-section-2{margin-top:15px}.social-icon{color:var(--th-text);transition:color .3s;display:inline-block}.social-icon:hover{color:#dd4d36}.become-seller-column h4{font-size:18px;color:#b63e2b;margin-bottom:10px}.become-seller-column p{font-size:14px;margin-bottom:10px}.become-seller-btn{background-color:#b63e2b;color:#fff;border:none;padding:10px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.become-seller-btn:hover{background-color:#a13220}.footer-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--th-overlay);display:flex;justify-content:center;align-items:center;z-index:999}.footer-popup-box{background:var(--th-card-bg);padding:20px 30px;border-radius:12px;text-align:center;max-width:400px;box-shadow:0 5px 15px var(--th-shadow);color:var(--th-text)}.footer-close-btn{margin-top:15px;padding:8px 16px;border:none;background:#ff4d4d;text-align:center;color:#fff;border-radius:6px;cursor:pointer}.footer-close-btn:hover{background:#e60000}.explore-wrapper{padding:2rem;position:relative;background-color:var(--th-bg)}.explore-heading{margin-left:1%!important;text-align:center!important;width:30%!important;padding:15px!important;border-bottom:4px solid #b63e2b!important;border-left:1px solid #b63e2b!important;border-top:1px solid #b63e2b!important;border-right:4px solid #b63e2b!important;color:#b63e2b!important;border-radius:20px 4px!important;margin-bottom:2%!important;font-size:medium!important}.explore-carousel{position:relative;display:flex;align-items:center}.explore-cards-container{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;padding:20px}.explore-card{position:relative;flex:0 0 auto;width:250px;background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;text-align:center;scroll-snap-align:start;box-shadow:0 4px 8px var(--th-shadow);transition:transform .3s ease-in-out;display:flex;flex-direction:column;justify-content:space-between}.explore-card img{width:100%;height:180px;object-fit:cover;border-radius:8px}.hover-btn{position:absolute;bottom:0;left:0;background:#000000a6;color:#fff;padding:.5rem;width:94%;margin:0 0 3% 3%;text-align:center;opacity:0;transition:opacity .3s ease;font-weight:700;box-sizing:border-box;border-radius:10px;cursor:pointer}.explore-card:hover .hover-btn{opacity:1}.seller-testimonials-container{padding:30px;background-color:var(--th-bg)}.seller-testimonials-title{margin-left:1%!important;text-align:center!important;width:30%!important;padding:15px!important;border-bottom:4px solid #b63e2b!important;border-left:1px solid #b63e2b!important;border-top:1px solid #b63e2b!important;border-right:4px solid #b63e2b!important;color:#b63e2b!important;border-radius:20px 4px!important;margin-bottom:2%!important;font-size:medium!important}.seller-testimonials-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.seller-testimonial-card{flex:1;min-width:250px;max-width:32%;background-color:var(--th-card-bg);border-radius:12px;padding:20px;text-align:center;box-shadow:0 2px 8px #0000001a;color:var(--th-text)}.seller-testimonial-img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:10px}.seller-testimonial-name{font-size:18px;font-weight:600;margin:5px 0}.seller-testimonial-order{font-size:14px;color:var(--th-text-muted);margin-bottom:8px}.seller-testimonial-rating{font-size:18px;color:#ff9529;margin-bottom:10px}.seller-testimonial-feedback{font-style:italic;font-size:15px;color:var(--th-text-secondary)}.topblogs{width:100%}.topblogs h3{margin-left:1%!important;text-align:center!important;width:30%!important;padding:15px!important;border-bottom:4px solid #b63e2b!important;border-left:1px solid #b63e2b!important;border-top:1px solid #b63e2b!important;border-right:4px solid #b63e2b!important;color:#b63e2b!important;border-radius:20px 4px!important;margin-bottom:2%!important;font-size:medium!important}.seller-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:16px;padding:20px;height:840px}.seller-image-card{position:relative;overflow:hidden}.seller-image{width:100%;height:auto;display:block;transition:transform .3s ease}.seller-image-card:hover .seller-image{transform:scale(1.03)}.seller-image-card-6,.seller-image-card-8{margin-top:-360px}.seller-image-card-5,.seller-image-card-7{margin-top:-60px}.seller-image-card-1,.seller-image-card-3,.seller-image-card-6,.seller-image-card-8{height:600px}.seller-image-card-2,.seller-image-card-4,.seller-image-card-5,.seller-image-card-7{height:300px}.seller-image-btn{position:absolute;left:50%;width:80%;transform:translate(-50%);background-color:var(--th-card-bg);color:var(--th-text);border:none;padding:8px 14px;border-radius:20px;font-weight:500;box-shadow:0 2px 8px var(--th-shadow);cursor:pointer;transition:background-color .3s ease}.seller-image-btn-1,.seller-image-btn-3,.seller-image-btn-6,.seller-image-btn-8{top:480px}.seller-image-btn-2,.seller-image-btn-4,.seller-image-btn-5,.seller-image-btn-7{top:180px}.seller-image-btn:hover{background-color:var(--th-table-hover)}.explore-section{padding:40px 20px;text-align:center;background-color:var(--th-bg)}.explore-title{margin-left:1%!important;text-align:center!important;width:30%!important;padding:15px!important;border-bottom:4px solid #b63e2b!important;border-left:1px solid #b63e2b!important;border-top:1px solid #b63e2b!important;border-right:4px solid #b63e2b!important;color:#b63e2b!important;border-radius:20px 4px!important;margin-bottom:2%!important;font-size:medium!important}.category-cards{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.category-card{flex:1 1 calc(20% - 20px);background-color:var(--th-card-bg);border-radius:12px;box-shadow:0 4px 10px var(--th-shadow);padding:15px;text-align:center;transition:transform .3s ease}.category-card:hover{transform:translateY(-5px)}.category-image{width:100%;height:200px;object-fit:cover;border-radius:8px}.category-title{margin:15px 0 10px;font-size:18px;color:var(--th-text)}.explore-category-button{background-color:var(--th-card-bg);color:#e6584e;border:1px solid #e6584e;padding:10px 15px;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.explore-category-button:hover{background-color:#e6584e;color:#fff}.product-offer-row{display:flex;flex-wrap:wrap;justify-content:center;gap:6%;margin-top:40px}.product-offer-desc{font-size:medium;font-family:Times New Roman,Times,serif;color:#5a3921;text-align:center;margin-bottom:4%}.offers-title{margin-left:1.5%!important;text-align:center!important;width:30%!important;padding:15px!important;border-bottom:4px solid #b63e2b!important;border-left:1px solid #b63e2b!important;border-top:1px solid #b63e2b!important;border-right:4px solid #b63e2b!important;color:#b63e2b!important;border-radius:20px 4px!important;margin-bottom:2%!important;font-size:medium!important;margin-top:40px!important}.product-offer-card{width:250px;background:linear-gradient(90deg,#d9ba87,#f9e4ca,#d9ba87);border-radius:12px;padding:0 0 16px;text-align:center;box-shadow:0 4px 8px #0000001a;transition:transform .3s;overflow:hidden}.product-offer-card:hover{transform:translateY(-5px)}.product-offer-header{font-weight:700;font-size:16px;color:#5a3921;margin-bottom:12px}.product-offer-image{width:100%;height:300px;margin-bottom:12px}.product-offer-price{background-color:#5a3921;width:80%;margin-left:10%;color:#fff;font-weight:700;padding:8px;border-radius:8px;font-size:14px;cursor:pointer;transition:background-color .3s}.product-offer-price:hover{background-color:#7a4a31}.laptop-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--th-overlay);display:flex;justify-content:center;align-items:center;z-index:1000}.laptop-popup-box{background:var(--th-card-bg);padding:20px;border-radius:10px;text-align:center;max-width:300px;width:80%;box-shadow:0 2px 10px var(--th-shadow);color:var(--th-text)}.laptop-popup-box p{font-size:16px;margin-bottom:20px}.laptop-popup-box button{padding:8px 16px;border:none;background:#5a3921;color:#fff;border-radius:6px;cursor:pointer}.laptop-popup-box button:hover{background:#a86d42}.laptop-product-page{font-family:Arial,sans-serif;padding:.5rem;margin-bottom:5%;background-color:var(--th-bg);color:var(--th-text)}.laptop-product-details-container{display:flex;gap:1rem}.laptop-product-info-column{width:100%}.laptop-product-description{font-size:medium!important}.laptop-product-images-column{width:100%;display:flex;align-items:center}.laptop-thumbnail-column{display:flex;flex-direction:column;justify-content:center;padding-left:10px;gap:20px;margin-bottom:1rem;width:18%;margin-right:2%}.laptop-thumbnail-vertical{width:80px;height:80px;object-fit:cover;border:2px solid transparent;border-radius:4px;cursor:pointer}.laptop-thumbnail-vertical.active{border-color:coral}.laptop-main-product-image{width:65%;height:500px;border-radius:8px;object-fit:contain;background-color:var(--th-bg)}.laptop-product-title{margin-bottom:.5rem}.laptop-original-price{margin-top:10px}.laptop-offer-price{font-weight:700;color:#b63e2b;margin-bottom:10px}.laptop-limited-deal-tag{background-color:#ffe4b5;color:#b63e2b;padding:5px 8px;font-size:.875rem;display:inline-block;width:40%;text-align:center;margin:5px 0;border-radius:4px}.laptop-action-buttons{display:flex;gap:10px;margin:1rem 0;margin-left:5%;justify-content:space-between;width:90%}.laptop-quantity-section{display:flex;align-items:center;gap:10px;margin-right:15px;width:50%}.laptop-quantity-section label{font-size:15px}.laptop-quantity-section select{width:60px;height:28px}.laptop-quantity-section option{background-color:var(--th-card-bg);height:10px;margin-top:-5px}.laptop-highlights-section{padding:8px;border-radius:6px;background-color:var(--th-card-bg);border:1px solid var(--th-border);height:180px;width:60%;box-shadow:1px 1px 3px var(--th-shadow);color:var(--th-text)}.laptop-quantity-select{width:100px;padding:5px;border:1px solid var(--th-border);border-radius:4px;font-size:.9rem;background-color:var(--th-card-bg);color:var(--th-text)}.laptop-highlights-section ul li{list-style-type:none;font-size:medium}.laptop-action-buttons button{padding:10px 5px;font-size:1rem;border:none;border-radius:6px;font-weight:700;box-shadow:1px 1px 3px gray;cursor:pointer;width:45%}.laptop-add-to-cart{background-color:orange;color:#fff}.laptop-proceed-to-payment{background-color:#58c030;color:#fff}.laptop-easy-emis{background-color:#33b2cc;color:#fff}.laptop-rating-breakdown{display:flex;flex-wrap:wrap;gap:10px}.laptop-suggestions{margin:2rem 0 1rem;width:100%}.laptop-suggestions-title{font-size:1.2rem;font-weight:700;padding:.2rem 1rem;border:1px solid #b63e2b;color:#b63e2b;margin-left:1rem;background-color:var(--th-card-bg);border-radius:4px}.laptop-suggestion-row{display:flex;gap:.7rem;overflow-x:auto;padding:0 .5rem;margin-top:1rem;width:100%}.laptop-suggestion-card{flex:0 0 auto;width:220px;padding:.5rem;border:1px solid var(--th-border);border-radius:6px;text-align:center;background-color:var(--th-card-bg);font-size:10px;color:var(--th-text)}.laptop-suggestion-image{width:100%;height:150px;object-fit:cover;border-radius:6px}.laptop-card-actions{display:flex;gap:.5rem;justify-content:center}.laptop-buy-now{background-color:#ff4500;color:#fff;border:none;border-radius:4px;font-size:10px;font-weight:700;padding:5px 8px}.laptop-add-to-cart{background-color:orange;color:#fff;padding:5px 8px;border:none;border-radius:4px;font-size:10px;font-weight:700}.laptop-ratings-section{margin-top:1rem;padding:1rem;background-color:var(--th-table-hover);border-radius:6px;color:var(--th-text)}.laptop-rating-breakdown{display:flex;flex-direction:column;gap:10px}.laptop-variety-section{display:flex;margin-left:5px;align-items:center}.laptop-variety-section label{font-size:16px;width:15%;align-items:center}.variety-btn{width:50px;border:1px solid var(--th-border);background:var(--th-card-bg);cursor:pointer;border-radius:4px;font-size:small;color:var(--th-text)}.variety-btn.active{border-color:var(--th-text);background:var(--th-table-hover)}.laptop-offerImage{width:22%;margin-left:3%}.laptop-offerImage img{border-radius:15px}.laptop-products-page{display:flex;gap:20px;padding:20px;background-color:var(--th-bg)}.laptop-sidebar{width:240px;position:sticky;top:140px;height:fit-content;background-color:var(--th-bg);padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;border-right:1px solid var(--th-border);color:var(--th-text)}.laptop-sidebar-title{font-size:1.2rem;font-weight:600;margin-bottom:20px}.laptop-category-list{list-style:none;padding:0;margin:0}.laptop-category-item{padding:10px;border-radius:6px;text-align:center;margin-bottom:8px;cursor:pointer;background:var(--th-bg);color:var(--th-text);transition:background .3s,color .3s}.laptop-category-item:hover{background:#ffb0a4}.laptop-active-category{background-color:#e14d37;color:#fff}.laptop-product-content{flex:1;padding:24px}.laptop-category-heading{font-size:1.8rem;font-weight:700;margin-bottom:20px}.laptop-product-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.laptop-product-card{flex:0 0 auto;width:250px;background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:15px;text-align:center;scroll-snap-align:start;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease-in-out;display:flex;flex-direction:column;justify-content:space-between;color:var(--th-text)}.laptop-product-image{width:100%;height:300px!important;object-fit:fill;border-radius:6px}.laptop-product-info{flex-grow:1;margin-top:-10px;display:flex;flex-direction:column;justify-content:space-between;gap:6px}.laptop-product-description{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:12px!important;margin-bottom:8px}.read-more-toggle{color:#007bff;cursor:pointer;margin-left:5px}.read-more-toggle:hover{text-decoration:underline}.laptop-price-color{margin-top:auto}.laptop-product-name{font-size:16px;font-weight:600;margin:0}.laptop-product-price,.laptop-product-color{font-size:14px;font-weight:500;margin:0}.laptop-product-actions{display:flex;justify-content:space-between;gap:8px;margin-top:10px}.laptop-btn-outline,.laptop-btn-primary{flex:1;padding:8px;font-size:14px;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out}.laptop-btn-outline{border:1px solid var(--th-border);background:var(--th-card-bg);color:var(--th-text)}.laptop-btn-outline:hover{background:var(--th-table-hover)}.laptop-btn-primary{background:#b63e2b;color:#fff;border:none}.laptop-btn-primary:hover{background:#dd4d36}.laptopfilterandsort{width:100%;position:sticky;top:117px;z-index:2;background-color:var(--th-card-bg);padding:40px 10px 0;margin-bottom:3%;margin-top:-4%;margin-left:-5px}.laptop-category-toolbar{display:flex;gap:10px;margin-bottom:20px;width:100%;height:50px}.laptop-category-heading{margin:0;font-size:24px;font-weight:700;width:12%}.laptop-filter-sort-controls{width:40%;margin-left:25%;display:flex;align-items:center;justify-content:space-between;margin-top:-7px}.laptop-sort-select,.laptop-btn-outline-filters{padding:6px 12px;font-size:14px;border-radius:4px;border:1px solid var(--th-border);width:48%;background-color:var(--th-card-bg);color:var(--th-text)}.laptop-filter-panel{display:flex;width:60%;justify-content:space-between;border:1px solid var(--th-border);padding:10px 20px;border-radius:10px;background-color:var(--th-card-bg)}.laptop-filter-group-1{width:40%;text-align:center}.laptop-filter-group-2{width:33%;text-align:center}.laptop-filter-group-1 select{border:1px solid #b63e2b;text-align:center;width:60%;margin-left:15px;border-radius:10px;color:#b63e2b}.laptop-filter-group-2 select{border:1px solid #b63e2b;text-align:center;width:70%;margin-left:15px;border-radius:10px;color:#b63e2b}.toggle-wrapper{display:flex;flex-direction:column;align-items:center;width:15%;text-align:center}.toggle-buttons{display:flex;border:1px solid #b63e2b;border-radius:8px;overflow:hidden;margin-top:5px;width:100%}.toggle-btn{border:none;background:none;color:var(--th-text);font-weight:600;cursor:pointer;transition:color .3s}.toggle-btn.active{color:#b63e2b}.toggle-status{font-size:12px;font-weight:700;margin-top:3px}.toggle-status .highlight{color:#b63e2b}.laptop-wishlist-icon{position:absolute;top:12px;right:12px;width:38px;height:38px;color:var(--th-text);background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.laptop-wishlist-icon:hover{background:var(--th-table-hover);border-color:var(--th-border)}.laptop-addnewbycx{width:100%;display:flex;border-radius:20px;margin-top:20px;padding:10px;background-color:var(--th-card-bg);box-shadow:1px 1px 3px var(--th-shadow);justify-content:space-between}.laptop-addnewbycx span{font-family:Verdana,Geneva,Tahoma,sans-serif;color:#b63e2b;margin-top:10px;width:70%;font-size:14px}.laptop-add-product-btn{width:35px;height:35px;padding-bottom:5px;background-color:var(--th-card-bg);border:1px solid #b63e2b;color:#b63e2b;font-size:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:1px 1px 10px #b63e2b}.laptop-form-popup-overlay{position:fixed;top:120px;left:0;width:100%;height:90%;background:#00000080;display:flex;align-items:center;justify-content:center;overflow-y:scroll;z-index:2000}.laptop-form-popup{background:var(--th-card-bg);padding:20px;width:90%;max-width:360px;border-radius:8px;position:relative;overflow-y:scroll;color:var(--th-text)}.laptop-popup-close{position:absolute;top:8px;right:8px;background:none;border:none;font-size:24px;cursor:pointer}.laptop-add-product-container{padding:1rem;max-width:600px;margin:50px auto;background-color:var(--th-card-bg);border-radius:8px;box-shadow:0 2px 8px #0000001a;color:var(--th-text)}.laptop-add-product-container h2{text-align:center;margin-bottom:1rem;color:#b63e2b}.laptop-add-product-form{display:flex;flex-direction:column;gap:1rem}.laptop-add-product-form input,.laptop-add-product-form textarea,.laptop-add-product-form select{padding:10px;border:1px solid var(--th-border);border-radius:6px;font-size:1rem;width:100%;background-color:var(--th-bg);color:var(--th-text)}.laptop-add-product-form button{padding:10px;border:1px solid var(--th-border);border-radius:6px;font-size:1rem;width:100%}.laptop-add-product-form textarea{resize:vertical;min-height:80px}.laptop-add-product-form button{background-color:#b63e2b;color:#fff;border:none;cursor:pointer;transition:background .3s ease}.laptop-add-product-form button:hover{background-color:#8e2d1f}.variety-row input{flex:1;min-width:100px;padding:6px;border:1px solid var(--th-border);border-radius:4px;background-color:var(--th-bg);color:var(--th-text)}@media (max-width: 768px){.laptop-add-product-container{padding:5%;max-width:100%;margin-top:40px;border-radius:0}.laptop-add-product-form input,.laptop-add-product-form textarea,.laptop-add-product-form button{font-size:.95rem;padding:8px}.laptop-add-product-form h2{font-size:1.2rem}}.cart-wrapper{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background-color:var(--th-bg)}.laptop-cart-card{display:flex;background:var(--th-card-bg);padding:1rem;border-radius:10px;gap:1rem;box-shadow:0 2px 10px #0000001a;color:var(--th-text)}.laptop-cart-card img{width:150px;height:auto}.laptop-cart-info{flex:1}.laptop-quantity-control{display:flex;align-items:center;gap:1rem;margin-top:.5rem;margin-left:5px;width:5%}.laptop-quantity-control button{width:2%;height:2%;font-weight:700;border:1px solid var(--th-border);background:#b63e2b;cursor:pointer}.cart-additional{background:var(--th-card-bg);padding:1rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;color:var(--th-text)}.cart-additional input,.cart-additional textarea{width:100%;margin-top:5px;padding:.5rem;border:1px solid var(--th-border);border-radius:6px;background-color:var(--th-bg);color:var(--th-text)}.laptop-remove-btn{background:#ff4d4f;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;margin-top:12px;width:100px}.laptop-remove-btn:hover{background:#d9363e}.coupon-list{background:var(--th-card-bg);border:1px solid var(--th-border);margin-top:4px;border-radius:6px;max-height:150px;overflow-y:auto;padding:0;list-style:none;position:absolute;width:90%;z-index:100;color:var(--th-text)}.resell-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));gap:1rem;padding:2rem}.resell-heading{text-align:center;margin-bottom:1rem;margin-top:2%;color:var(--th-text)}.resell-btn{border:1px solid #b63e2b;background-color:var(--th-card-bg);color:#b63e2b;padding:.3rem .5rem;border-radius:6px;cursor:pointer;margin-top:10px;width:25%;transition:background-color .3s,color .3s;font-size:medium;font-weight:700}.resell-status{display:inline-block;margin-top:10px;padding:5px 10px;border-radius:5px;background-color:var(--th-table-hover);font-weight:700;color:var(--th-text)}.resell-status:hover{background-color:#dedede}.view-status{border:1px solid #b63e2b;background-color:var(--th-card-bg);color:#b63e2b;padding:.3rem .5rem;border-radius:6px;cursor:pointer;margin-top:10px;width:40%;transition:background-color .3s,color .3s;font-size:medium;font-weight:700}.view-status:hover{background-color:#b63e2b;color:#fff;font-weight:700}.offers-main{background-color:var(--th-bg);min-height:100vh}.offers-container{padding:2rem 0}.offers-title{margin-bottom:2rem;margin-left:35%;width:30%;text-align:center;padding:10px 15px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;color:#b63e2b;border-radius:20px 4px;margin-bottom:2%}.offers-row{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center}.offer-card{background-color:var(--th-card-bg);border-radius:20px;width:300px;padding:1rem;box-shadow:0 2px 8px #0000000d;font-family:Arial,sans-serif;display:flex;flex-direction:column;gap:.5rem;transition:transform .2s ease}.offer-card:hover{transform:scale(1.03)}.offer-top{display:flex;justify-content:space-between;align-items:flex-start}.offer-code-box{border:2px dotted var(--th-text);padding:.25rem .5rem;font-weight:700;font-size:.85rem;cursor:pointer;background:var(--th-card-bg);border-radius:6px;width:100px;color:var(--th-text)}.copy-icon{margin-left:.3rem;font-size:.85rem}.offer-image{width:100px;height:80px;object-fit:cover;border-radius:4px}.offer-discount{font-size:1.3rem;font-weight:700;margin-top:.5rem}.offer-tagline{font-size:.95rem;color:var(--th-text)}.trends-container{display:flex;justify-content:center;padding:1rem;background:var(--th-bg)}.trends-title{width:25%;margin-left:5%;margin-top:2%;color:#b63e2b;border-radius:20px 4px;text-align:center;padding:5px 10px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;margin-bottom:1%}.trends-card{background:var(--th-card-bg);border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #0000001a;width:800px;max-width:95%}.trend-video{width:100%;height:auto;border-bottom:1px solid var(--th-border)}.trend-blogs{padding:1.5rem}.trend-blogs h3{margin-bottom:1rem;font-size:1.6rem;color:var(--th-text)}.blog-entry{margin-bottom:1rem}.blog-entry h4{margin:0 0 .25rem;color:var(--th-text)}.blog-entry p{margin:0;color:var(--th-text-secondary);font-size:.95rem}.trends-container{padding:2rem 5%;background-color:var(--th-bg)}.trends-title{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center;color:var(--th-text)}.trends-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.trends-card{background-color:var(--th-card-bg);border-radius:12px;box-shadow:0 4px 20px #0000000f;overflow:hidden;display:flex;flex-direction:column}.trend-video{width:100%;height:300px;object-fit:cover;border-bottom:1px solid var(--th-border)}.trend-blogs{padding:1rem 1.5rem}.trend-blogs h3{font-size:1.4rem;margin-bottom:1rem;color:var(--th-text)}.blog-entry{margin-bottom:.8rem}.blog-entry h4{font-size:1.1rem;margin-bottom:.2rem;color:var(--th-text)}.blog-entry p{font-size:.95rem;color:var(--th-text-secondary);line-height:1.4}.resell-main{background-color:var(--th-bg);padding-top:2%;color:var(--th-text)}.resell-main h3{width:25%;margin-left:3%;color:#b63e2b;border-radius:20px 4px;text-align:center;padding:10px 15px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;margin-bottom:1%}.resell-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1rem;padding:2rem}.resell-card{display:flex;background:var(--th-card-bg);border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.resell-card img{width:150px;object-fit:cover}.resell-details{padding:1rem;flex:1}.resell-btn{border:1px solid #b63e2b;background-color:var(--th-card-bg);color:#b63e2b;padding:.3rem .5rem;border-radius:6px;cursor:pointer;margin-top:10px;width:40%;transition:background-color .3s,color .3s;font-size:medium;font-weight:700}.resell-btn:hover{background-color:#b63e2b;color:#fff;font-weight:700}.profile-container{max-width:600px;width:90%;margin:40px auto 40px 5%;padding:1.5rem;border-radius:12px;background-color:var(--th-card-bg);box-shadow:0 0 10px #0000001a;color:var(--th-text)}.profile-card{display:flex;flex-direction:column;background-color:var(--th-card-bg);padding:1rem;gap:1rem}.profile-field{display:flex;justify-content:space-between;align-items:center;background-color:var(--th-bg);padding:.5rem}.profile-field span,.profile-field input{width:58%;font-size:1rem;padding:.4rem;overflow-x:hidden;border:none;background-color:var(--th-card-bg);border-radius:6px;color:var(--th-text)}.laptop-checkout-layout{display:flex;padding:1rem;background-color:var(--th-bg);color:var(--th-text)}.laptop-checkout-title{text-align:center;font-size:1.5rem;margin-bottom:1rem;margin-top:.5rem;width:96%;margin-left:2%;font-weight:700;background-color:#f2e6c5}.laptop-checkout-sidebar{width:30%;margin-bottom:1rem;padding:10px}.laptop-product-accordion{margin-top:15px;border:1px solid var(--th-border);border-radius:6px;padding:10px;background-color:var(--th-card-bg)}.laptop-checkout-container{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:20px;height:auto;padding:0}.laptop-checkout-topper{display:flex;flex-direction:column}.laptop-checkout-section{background:var(--th-bg);border:1px solid var(--th-border);padding:.5rem 1rem;margin-bottom:.5rem}.addressArea{margin-top:-20px;background-color:gray!important}.laptop-checkout-section-header{font-weight:700;margin-bottom:.5rem;font-size:1.1rem}.laptop-checkout-section-body{display:flex;align-items:flex-start;gap:10px;font-size:.95rem}.laptop-change-btn{width:50%;padding:8px;border:1px solid var(--th-border);background:var(--th-card-bg);cursor:pointer;color:#d2ac7b;border-radius:6px;font-weight:700}.laptop-address-form{margin-bottom:1rem;margin-top:-120px}.laptop-checkout-address-form{display:flex;flex-direction:column}.laptop-checkout-address-form input{margin-right:0;margin-bottom:10px;padding:8px;border:1px solid var(--th-border);border-radius:5px;background-color:var(--th-card-bg);color:var(--th-text)}.laptop-address-form input,.laptop-summary-details input{width:100%;padding:8px;border:1px solid var(--th-border);border-radius:5px;margin-bottom:10px;background-color:var(--th-card-bg);color:var(--th-text)}.laptop-payment-section{height:160px;padding:1rem .5rem;background:var(--th-card-bg);border:1px solid var(--th-border);margin-bottom:1rem}.laptop-payment-option{display:flex;flex-direction:row;justify-content:space-between;padding:0 .5rem;margin:.5rem 0}.laptop-payment-option label{width:80%}.laptop-payment-option input{width:20px;height:20px}.laptop-order-summary{padding:1rem .5rem;border:2px solid var(--th-border);background:var(--th-bg);color:var(--th-text)}.laptop-order-summary h3{font-size:1.2rem;margin-bottom:10px}.laptop-order-summary p{font-size:.95rem}.laptop-summary-details{margin-top:1rem}.laptop-summary-details input{margin-left:0}.laptop-summary-line{display:flex;justify-content:space-between;margin:5px 0;font-size:.95rem}.laptop-summary-line.laptop-total{font-weight:700;border-top:1px solid var(--th-border);padding-top:10px}.laptop-payment-btn{padding:10px;background:#d2ac7b;border:none;color:#fff;width:70%;margin-left:15%;margin-top:1rem;cursor:pointer;font-weight:700;letter-spacing:2px;border-radius:5px}.laptop-accordion-image{max-height:200px;width:100%;object-fit:cover;margin-top:8px;margin-bottom:8px;border-radius:4px}.laptop-coupon-input{background-color:var(--th-card-bg);width:100%;height:auto;margin:0 0 20px;border:1px solid var(--th-border);border-radius:10px;padding:10px 5px;color:var(--th-text)}.laptop-coupon-input input{padding:3px;border-radius:5px;margin-top:10px;border:1px solid var(--th-border);background-color:var(--th-bg);color:var(--th-text)}.laptop-coupon-list{background:var(--th-card-bg);border:1px solid var(--th-border);margin-top:4px;border-radius:6px;max-height:150px;overflow-y:auto;padding:0;list-style:none;position:absolute;width:36%;z-index:100;color:var(--th-text)}.laptop-coupon-item{padding:8px 10px;border-bottom:1px solid var(--th-border);cursor:pointer}.laptop-coupon-item:hover{background-color:var(--th-table-hover)}.laptop-explore-container{padding:10px;font-family:Arial,sans-serif;background-color:var(--th-bg);color:var(--th-text)}.laptop-explore-layout{display:flex;gap:20px}.laptop-category-sidebar{display:flex;flex-direction:column;gap:15px;width:180px;font-size:small;margin-top:8%}.laptop-category-small-card{background-color:var(--th-bg);border-radius:10px;text-align:center;padding:5px;box-shadow:0 0 5px #0000001a;width:120px;margin-left:30px;aspect-ratio:1 / 1;display:flex;flex-direction:column;flex-shrink:0;color:var(--th-text)}.laptop-category-thumb{width:100%;height:60px;object-fit:cover;border-radius:6px}.laptop-category-thumb-main{width:100%;height:150px;object-fit:cover;border-radius:6px}.laptop-category-label{font-weight:700;font-size:12px}.laptop-product-section{margin-top:40px;flex:1}.laptop-product-heading{text-align:center;margin-bottom:20px;width:30%;margin-left:35%;padding:10px 15px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;color:#b63e2b;border-radius:20px 4px}.laptop-product-grid-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:13px}.empp-laptop-product-card{flex:0 0 auto;width:300px;background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:12px;text-align:center;scroll-snap-align:start;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease-in-out;display:flex;flex-direction:column;justify-content:space-between;color:var(--th-text)}.laptop-product-grid-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:0 1rem;scroll-behavior:smooth}.laptop-product-grid-row::-webkit-scrollbar{height:6px}.laptop-product-grid-row::-webkit-scrollbar-thumb{background-color:#bbb;border-radius:3px}.empp-laptop-product-card img{width:100%;height:300px;object-fit:cover;border-radius:6px}.empp-laptop-product-card h5{font-size:1rem;margin:.3rem 0}.empp-laptop-product-card p{font-size:.8rem}.laptop-product-name{font-size:14px;margin:5px 0}.laptop-product-price{color:var(--th-text);font-weight:700}.laptop-product-buttons{display:flex;justify-content:space-around;margin-top:10px;width:100%}.laptop-add-to-cart-btn,.laptop-buy-now-btn{padding:3px 5px;width:110px;border:1px solid #b63e2b;border-radius:5px;cursor:pointer}.laptop-add-to-cart-btn{background-color:#fff;color:#b63e2b}.laptop-buy-now-btn{background-color:#b63e2b;color:#fff}.laptop-product-image-wrapper{position:relative}.laptop-add-to-cart-btn,.laptop-buy-now-btn{padding:4px 6px;font-size:12px;border-radius:4px}.laptop-add-to-cart-btn{border:1px solid var(--th-border);background:transparent;color:var(--th-text)}.laptop-buy-now-btn{background-color:tomato;color:#fff;border:none}@media (max-width: 768px){.laptop-explore-layout{flex-direction:column;gap:1rem}.laptop-category-sidebar{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;width:100%;margin-top:1rem;padding-bottom:1rem;gap:.5rem;-webkit-overflow-scrolling:touch}.laptop-category-small-card{min-width:110px;height:90px}.laptop-category-label{font-size:10px}.laptop-product-section{margin-top:1rem}.laptop-product-heading{width:90%;margin:0 auto 1rem;font-size:1rem;padding:8px}.laptop-product-grid{flex-direction:column;align-items:center;gap:1rem}.empp-laptop-product-card h5{font-size:.7rem;margin:.3rem 0}.empp-laptop-product-card-explore{width:90%;padding:1rem}.laptop-category-thumb-main{height:180px}.laptop-product-buttons{gap:.5rem}.laptop-add-to-cart-btn{width:50%;font-size:.5rem}.laptop-buy-now-btn{width:40%;font-size:.5rem}.laptop-category-sidebar::-webkit-scrollbar{display:none}.wishlist-icon{position:absolute;top:8px;right:8px;background:transparent;border:none;cursor:pointer;z-index:2}.laptop-product-image-wrapper{position:relative}.laptop-add-to-cart-btn,.laptop-buy-now-btn{padding:4px 6px;font-size:12px;border-radius:4px}.laptop-add-to-cart-btn{border:1px solid #b63e2b;background:transparent;color:#b63e2b}.laptop-buy-now-btn{background-color:#b63e2b;color:#fff;border:none}.empp-card-bottom{position:relative;bottom:0}}.laptop-sell-options-container{display:flex;flex-direction:column;padding:.2rem;background-color:var(--th-bg)}.laptop-button-group{display:flex;gap:1rem;margin-bottom:1rem;padding:.5rem}.laptop-option-button{width:100%;padding:.75rem;border:1px solid #e14d37;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;background-color:var(--th-card-bg);color:#e14d37}.laptop-active-customer,.laptop-active-seller{background-color:#e14d37;color:#fff}.laptop-option-content{width:100%}.laptop-resell-main h2{width:40%;text-align:center;border-radius:20px 4px;padding:5px 10px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;margin-bottom:1.5rem;color:#b63e2b;font-size:1.2rem}.laptop-resell-container{display:flex;flex-direction:column;gap:.3rem}.laptop-resell-card{border:1px solid var(--th-border);border-radius:8px;padding:.5rem;width:450px;margin-left:15px;background-color:var(--th-card-bg);color:var(--th-text);display:flex}.laptop-resell-card img{width:100%;height:160px;object-fit:fill;border-radius:6px}.laptop-resell-details{padding:.5rem 0;margin-left:10px;display:flex;flex-direction:column;flex-wrap:wrap}.laptop-resell-details p{margin:.2rem 0;font-size:.9rem;color:var(--th-text-secondary)}.laptop-resell-btn{padding:.5rem;width:70%;border:none;background-color:#e14d37;color:#fff;font-weight:700;border-radius:6px;cursor:pointer}.laptop-cusResellOther{margin-top:1rem;margin-left:10px;border-top:1px solid var(--th-border);padding-top:1.2rem;padding-bottom:1rem;width:450px;display:flex;gap:.5rem}.laptop-cusResellOther h4{font-size:.7rem;color:var(--th-text)}.laptop-cusResellOther button{padding:.3rem;background-color:var(--th-card-bg);width:40%;margin-top:-5px;color:#e14d37;border:1px solid #e14d37;border-radius:6px;font-weight:700}.laptop-signup-wrapper-sell{background-color:var(--th-bg);padding:1rem 0;margin-top:300px}.laptop-signup-content{background-color:var(--th-card-bg);border-radius:12px;padding:1rem;box-shadow:0 0 10px #0003;color:var(--th-text)}.laptop-signup-container,.laptop-form-row{display:flex;flex-direction:column;gap:1rem}.laptop-form-group label{font-size:.9rem;margin-bottom:.3rem}.laptop-form-group input,.laptop-form-group select{padding:.7rem;font-size:1rem;border-radius:6px;border:1px solid var(--th-border);background-color:var(--th-bg);color:var(--th-text)}.laptop-signup-container button{padding:.7rem;background-color:#e14d37;color:#fff;font-weight:700;border-radius:6px;border:none;cursor:pointer}.laptop-wishlist-container{padding:1rem .6rem .6rem;background-color:var(--th-bg);min-height:100vh}.laptop-wishlist-header{font-size:1.3rem;width:30%;margin-left:35%;font-weight:600;margin-bottom:1.5rem;color:#b63e2b;box-shadow:1px 1px 5px #b63e2b;text-align:center;border-radius:10px}.laptop-wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.laptop-wishlist-card{position:relative;background-color:var(--th-card-bg);border-radius:8px;padding:.4rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease;color:var(--th-text)}.laptop-wishlist-card:hover{transform:translateY(-5px)}.laptop-wishlist-image{width:100%;height:160px;object-fit:cover;border-radius:6px}.laptop-wishlist-details{margin-top:.8rem}.laptop-wishlist-name{font-size:1.2rem;margin:.3rem 0;color:var(--th-text)}.laptop-wishlist-category{font-size:.9rem;color:var(--th-text-muted)}.laptop-wishlist-description{font-size:.9rem;margin:.4rem 0;color:var(--th-text-secondary)}.laptop-wishlist-price{font-size:1rem;font-weight:700;color:#e91e63;margin-bottom:.6rem}.laptop-wishlist-buttons{display:flex;justify-content:space-between;gap:.5rem}.laptop-wishlist-buttons button{flex:1;padding:4px 6px;font-size:.8rem;border-radius:4px;cursor:pointer;background-color:var(--th-card-bg);color:#b63e2b;border:1px solid #b63e2b;transition:background-color .2s}.laptop-wishlist-buttons .laptop-btn-primary{background-color:#b63e2b;color:#fff;border:none}.laptop-wishlist-heart{position:absolute;top:8px;right:8px;width:30px;height:30px;color:red}.laptop-wishlist-heart-icon{font-size:22px;color:gray;cursor:pointer}.laptop-wishlist-heart-icon.filled{color:red}.laptop-snackbar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#b63e2b;color:#fff;width:40%;padding:12px 24px;border-radius:15px;text-align:center;z-index:1000;font-size:14px;animation:fadeInOut 3s}.emptyWishlist{text-align:center;border-radius:10px;font-size:larger;margin-left:480px}.resell-order-card{display:flex;background:var(--th-card-bg);border-radius:12px;padding:12px;margin-bottom:12px;box-shadow:0 2px 8px #00000014;color:var(--th-text)}.resell-order-image{width:90px;height:90px;object-fit:cover;border-radius:8px}.resell-order-right{margin-left:12px;flex:1}.resell-order-id{font-size:12px;color:var(--th-text-muted)}.resell-order-name{font-size:15px;font-weight:600;margin:4px 0}.resell-order-description{font-size:13px;color:var(--th-text-secondary);margin-bottom:6px}.resell-order-status{font-size:12px;padding:4px 8px;border-radius:6px;font-weight:500}.resell-order-status.pending{background:#fff3cd;color:#856404}.resell-order-status.approved{background:#d4edda;color:#155724}.resell-order-status.rejected{background:#f8d7da;color:#721c24}.resell-order-status.sold{background:#d1ecf1;color:#0c5460}.seller-sidebar{position:fixed;top:var(--seller-header-height, 60px);left:0;width:var(--seller-sidebar-width, 220px);height:calc(100vh - var(--seller-header-height, 60px));background-color:var(--th-sidebar-bg);padding:1.5rem 1rem;box-shadow:2px 0 5px #0000000d;display:flex;flex-direction:column;overflow-y:auto;z-index:900}.seller-nav-main{display:flex;flex-direction:column;gap:1rem;width:100%}.nav-icon{color:var(--th-text-secondary);flex-shrink:0}.seller-header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;background-color:var(--th-header-bg);padding:0 1.5rem;height:var(--seller-header-height, 60px);color:var(--th-header-text);box-shadow:0 2px 5px #0000001a}.seller-header-brand{display:flex;align-items:center;gap:.5rem}.seller-logo{font-size:1.3rem;font-weight:700;white-space:nowrap}.seller-hub-title{font-size:1.1rem;font-weight:500;position:absolute;left:50%;transform:translate(-50%);text-align:center;white-space:nowrap}.seller-user-menu{position:relative;margin-left:auto;width:auto}.seller-user-btn{background:var(--th-toggle-bg);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--th-toggle-color);padding:0}.seller-user-btn:hover{background-color:var(--th-toggle-hover)}.seller-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:var(--th-card-bg);border-radius:8px;box-shadow:0 4px 16px #00000026;min-width:160px;overflow:hidden;z-index:1100}.seller-dropdown-item{display:block;width:100%;padding:.7rem 1.2rem;background:none;border:none;text-align:left;font-size:.9rem;color:var(--th-text);cursor:pointer;border-top:1px solid var(--th-border)}.seller-dropdown-item:hover{background-color:var(--th-card-bg-alt);color:var(--th-accent)}.seller-dropdown-theme{display:flex;align-items:center;gap:.5rem;border-top:1px solid var(--th-border)}.seller-dropdown-theme .moonsunicon{color:var(--th-toggle-color);width:15px}.seller-dropdown-logout{border-top:1px solid var(--th-border);color:#e74c3c;font-weight:600}.seller-dropdown-logout:hover{background-color:#fff0ef;color:#c0392b}:root{--seller-sidebar-width: 240px;--seller-header-height: 60px}button{width:auto}body{background:var(--th-bg);font-family:Segoe UI,sans-serif}.seller-content{margin-top:var(--seller-header-height);margin-left:var(--seller-sidebar-width, 240px);min-height:calc(100vh - var(--seller-header-height));background:var(--th-bg)}.seller-page-container{width:80%;display:flex;flex-direction:column}.seller-page-scroll{flex:1;overflow-y:auto;min-height:0}.seller-page-heading{font-size:1.5rem;font-weight:700;color:var(--th-text);padding:1.2rem 1.5rem .4rem;border-left:4px solid var(--th-accent);margin-bottom:.5rem}.seller-sticky-header{flex-shrink:0;background:var(--th-card-bg);border-bottom:1px solid var(--th-border);z-index:10}.seller-filter-bar{display:flex;align-items:center;gap:.6rem;padding:.5rem 1.5rem .8rem;flex-wrap:nowrap;overflow-x:auto}.seller-search-bar{padding:.45rem .8rem;border:1px solid var(--th-input-border);border-radius:6px;font-size:.88rem;outline:none;min-width:180px;flex-shrink:0;background:var(--th-input-bg);color:var(--th-text)}.seller-search-bar:focus{border-color:var(--th-accent)}.seller-nav-btn{padding:.4rem .9rem;border:1px solid var(--th-accent);border-radius:6px;background:var(--th-card-bg);color:var(--th-accent);font-size:.82rem;cursor:pointer;white-space:nowrap;flex-shrink:0;width:auto}.seller-nav-btn.active{background:var(--th-accent);color:#fff;font-weight:600}.seller-nav-btn:hover{background:var(--th-accent);color:#fff}.seller-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;padding:1.5rem}.seller-product-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;overflow:hidden;transition:box-shadow .2s}.seller-product-card:hover{box-shadow:0 4px 12px #fa807233}.seller-product-card img{width:100%;height:160px;object-fit:cover;display:block}.seller-product-card h3{font-size:.95rem;font-weight:600;color:var(--th-text);padding:.6rem .8rem .2rem}.seller-product-meta{font-size:.82rem;color:var(--th-text-secondary);padding:.1rem .8rem}.seller-orders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;padding:1.5rem}.seller-order-card{display:flex;flex-direction:column;background:var(--th-card-bg-alt);border:1px solid var(--th-border);border-radius:12px;overflow:hidden;transition:box-shadow .2s}.seller-order-card:hover{box-shadow:0 2px 8px #fa807233}.seller-order-image{width:100%;height:180px;object-fit:cover;display:block}.seller-order-details{padding:1rem;display:flex;flex-direction:column;gap:.25rem}.seller-order-title{font-size:.95rem;font-weight:600;color:var(--th-text)}.seller-order-info{font-size:.82rem;color:var(--th-text-secondary)}.seller-order-status{font-weight:600;color:#27ae60;font-size:.85rem}.seller-order-actions{display:flex;gap:.5rem;margin-top:.5rem}.seller-btn-accept{background:#27ae60;color:#fff;padding:5px 12px;border-radius:5px;border:none;cursor:pointer;font-size:.82rem}.seller-btn-reject{background:#e74c3c;color:#fff;padding:5px 12px;border-radius:5px;border:none;cursor:pointer;font-size:.82rem}.seller-status-msg{padding:2rem 1.5rem;color:var(--th-text-muted);font-size:.95rem}.seller-error-msg{color:#e74c3c}.admin-home-container{padding:0;width:80%}.sh-wrapper{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem;width:calc(100% - var(--seller-sidebar-width, 240px))}.sh-welcome{background:var(--th-accent);color:#fff;border-radius:14px;padding:1.2rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.sh-greeting{font-size:.85rem;opacity:.85;margin-bottom:3px}.sh-store-name{font-size:1.25rem;font-weight:700}.sh-store-badge{background:#ffffff40;color:#fff;font-size:.8rem;width:fit-content;font-weight:700;border-radius:20px;padding:4px 14px;flex-shrink:0}.sh-section{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1.2rem 1.5rem;box-shadow:0 2px 5px var(--th-shadow)}.sh-section-title{font-size:.82rem;font-weight:700;color:var(--th-accent);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.9rem;padding-bottom:.5rem;border-bottom:1px solid var(--th-border)}.sh-order-list{display:flex;flex-direction:column;gap:.65rem}.sh-order-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem .8rem;width:100%;border-radius:8px;background:var(--th-bg);border:1px solid var(--th-border)}.sh-order-info{display:flex;flex-direction:column;width:fit-content;gap:2px}.sh-order-id{font-size:.75rem;color:var(--th-accent);width:fit-content;padding:2px 8px;margin-bottom:2%;background-color:var(--th-border);border-radius:12px}.sh-order-product{font-size:.9rem;font-weight:500;margin-bottom:2%;color:var(--th-text)}.sh-order-right{width:fit-content}.sh-order-price{font-size:.9rem;font-weight:700;color:var(--th-text)}.sh-status{font-size:.72rem;font-weight:600;border-radius:20px;padding:3px 10px;width:fit-content}.sh-status-placed{background:#fff3cd;color:#856404}.sh-status-processing{background:#cce5ff;color:#004085}.sh-status-delivered{background:#d4edda;color:#155724}.sh-status-rejected{background:#f8d7da;color:#721c24}.seller-overview-wrapper{width:100%;padding:0}.overview-container{padding:1.5rem;display:flex;flex-direction:column;gap:2rem}.overview-chart-section{background-color:var(--th-card-bg-alt);border:1px solid var(--th-border);border-radius:12px;padding:1.5rem;box-shadow:0 2px 6px var(--th-shadow);overflow:hidden}.chart-wrapper{width:100%;height:300px;overflow:hidden}.seller-overview-msg{padding:2rem 1.5rem;color:var(--th-text-muted);font-size:.95rem}.seller-overview-error{color:#e74c3c}.sales-profit-container{padding:1.5rem;background-color:var(--th-bg);width:100%}.sales-table-container{background-color:var(--th-card-bg);padding:1.5rem;border-radius:10px;box-shadow:0 2px 6px var(--th-shadow);margin-top:1.5rem}.sales-table-container h2{margin-bottom:1rem;font-size:1.1rem;font-weight:600;color:var(--th-text)}.sales-table{width:100%}.sales-table table{width:100%;border-collapse:collapse;table-layout:fixed}.sales-table th,.sales-table td{padding:8px 10px;text-align:center;border:1px solid var(--th-border);font-size:.84rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--th-text)}.sales-table th:first-child,.sales-table td:first-child{width:48px}.sales-table th{background-color:var(--th-table-header);font-weight:600;color:var(--th-text-secondary)}.sales-table tr:hover td{background-color:var(--th-table-hover)}.sales-table tr:nth-child(2n) td{background-color:var(--th-table-row-alt)}.sales-table tr:nth-child(2n):hover td{background-color:var(--th-table-hover)}.download-pdf-btn{padding:8px 18px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;font-size:.88rem;cursor:pointer;margin-top:1rem;display:block;margin-right:auto}.download-pdf-btn:hover{background-color:#45a049}.add-product-container{padding:1rem;width:100%;background-color:var(--th-card-bg);border-radius:8px}.add-product-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.add-product-header h2{color:#b63e2b;font-size:1.2rem}.add-product-close-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--th-text-muted);line-height:1;padding:.2rem .4rem;border-radius:4px;width:auto}.add-product-close-btn:hover{background-color:var(--th-card-bg-alt);color:var(--th-text)}.add-product-form input,.add-product-form textarea,.add-product-form button,.add-product-form select{padding:10px;border:1px solid var(--th-border);border-radius:6px;font-size:1rem;width:100%;background:var(--th-input-bg);color:var(--th-text)}.seller-products-heading-row{display:flex;align-items:center;justify-content:space-between;padding-right:1.5rem}.seller-add-product-btn{background-color:var(--th-accent);color:#fff;border:none;border-radius:6px;padding:.45rem 1rem;font-size:.88rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s ease;flex-shrink:0}.seller-add-product-btn:hover{background-color:var(--th-accent-hover)}.laptop-card-actions{display:flex;justify-content:space-around;padding:.6rem .8rem .8rem;gap:.5rem}.laptop-card-actions button{padding:6px 16px;border:none;border-radius:4px;color:#fff;font-size:.82rem;cursor:pointer;width:auto}.laptop-edit-btn{background-color:#357edd}.laptop-delete-btn{background-color:#d9534f}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--th-overlay);display:flex;justify-content:center;align-items:center;z-index:1100}.modal-content{background:var(--th-card-bg);width:90%;max-width:800px;max-height:88vh;overflow-y:auto;padding:20px;border-radius:10px}.flex-edit-model{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}.modal-img{width:30%;height:auto;object-fit:cover;border-radius:6px;flex-shrink:0}.editable-content{flex:1}.edit-input{display:flex;align-items:center;justify-content:space-between;margin:8px 0;gap:10px}.edit-input label{flex:0 0 100px;font-weight:500;font-size:.9rem;color:var(--th-text)}.edit-input input,.edit-input textarea,.edit-input select{flex:1;padding:6px 8px;border:1px solid var(--th-border);border-radius:4px;font-size:.88rem;background:var(--th-input-bg);color:var(--th-text)}.variety-row{display:flex;gap:10px;margin-bottom:8px;width:100%}.variety-row input{flex:1;min-width:60px}.modal-btns{margin-top:15px;display:flex;justify-content:space-between;gap:.5rem}.modal-btns button{padding:8px 16px;font-weight:700;border:none;border-radius:4px;cursor:pointer;flex:1}.modal-btns .cancel-btn{background-color:#999;color:#fff}.modal-btns button:first-child{background-color:#b63e2b;color:#fff}.order-card{display:flex;flex-direction:column;background:var(--th-card-bg-alt);border:1px solid var(--th-border);border-radius:12px;overflow:hidden;transition:box-shadow .2s ease}.order-card:hover{box-shadow:0 2px 8px #fa807233}.order-image{width:100%;height:180px;object-fit:cover;display:block}.order-details{padding:1rem;display:flex;flex-direction:column;gap:.25rem}.order-title{font-size:.95rem;font-weight:600;color:var(--th-text)}.order-info{font-size:.82rem;color:var(--th-text-secondary)}.order-status{font-weight:600;color:#27ae60;font-size:.85rem}.btn-accept{background:#27ae60;color:#fff;padding:5px 12px;border-radius:5px;border:none;cursor:pointer;font-size:.82rem}.btn-reject{background:#e74c3c;color:#fff;padding:5px 12px;border-radius:5px;border:none;cursor:pointer;font-size:.82rem}.seller-txn-header-row{display:flex;justify-content:space-between;align-items:center;padding-right:1.5rem}.seller-txn-table-wrap{padding:1.5rem 0}.seller-download-btn{padding:.4rem 1rem;background-color:#e36a6a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.88rem;white-space:nowrap}.seller-download-btn:hover{background-color:#c25454}.seller-transaction-table{width:100%;border-collapse:collapse;table-layout:fixed}.seller-transaction-table th,.seller-transaction-table td{width:25%;padding:8px 10px;border:1px solid var(--th-border);text-align:center;font-size:.84rem;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--th-text)}.seller-transaction-table th:first-child,.seller-transaction-table td:first-child{width:48px}.seller-transaction-table th{background-color:var(--th-table-header);font-weight:600;color:var(--th-text-secondary)}.seller-transaction-table tr:hover td{background-color:var(--th-table-hover)}.seller-pagination{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.seller-pagination button{padding:6px 12px;background-color:var(--th-accent);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem}.seller-pagination button:disabled{background-color:var(--th-border);cursor:not-allowed}.seller-pagination span{font-size:.88rem;color:var(--th-text-secondary);text-align:center}.seller-rating-stats{display:flex;gap:1.5rem;padding:.4rem 1.5rem .6rem;font-size:.9rem;color:var(--th-text-secondary)}.seller-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;padding:1.5rem}.seller-review-card{background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1rem 1.2rem;box-shadow:0 2px 6px var(--th-shadow);transition:box-shadow .2s;display:flex;flex-direction:column;gap:.4rem}.seller-review-card:hover{box-shadow:0 4px 12px #fa807233}.seller-review-rating{color:#f39c12;font-size:1rem;font-weight:600}.seller-review-rating-num{color:var(--th-text-muted);font-size:.82rem;font-weight:400}.seller-review-text{font-size:.88rem;color:var(--th-text-secondary);line-height:1.5}.seller-review-meta{font-size:.8rem;color:var(--th-text-muted)}.seller-review-date{font-size:.78rem;color:var(--th-text-muted);margin-top:auto}.seller-note-wrapper{padding:1.5rem;display:flex;gap:1.5rem;align-items:flex-start;height:100%}.seller-note-form{flex:0 0 380px;background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1.4rem 1.5rem;box-shadow:0 2px 6px var(--th-shadow)}.form-label{font-weight:600;margin-bottom:.5rem;color:var(--th-text);font-size:.95rem}.form-submit-btn{background-color:var(--th-accent);color:#fff;border:none;padding:.75rem 2rem;width:fit-content;border-radius:8px;cursor:pointer;font-weight:700;transition:background .3s ease;font-size:.95rem}.note-history{flex:1;min-width:0;background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1.4rem 1.5rem;box-shadow:0 2px 6px var(--th-shadow)}.note-history-title{font-size:1rem;font-weight:700;color:var(--th-text);margin-bottom:1rem;padding-bottom:.4rem;border-bottom:2px solid var(--th-border)}.note-list{display:flex;flex-direction:column;gap:.8rem}.note-item{background:var(--th-card-bg-alt);border:1px solid var(--th-border);border-left:4px solid var(--th-accent);border-radius:8px;padding:.8rem 1rem}.note-date{font-size:.78rem;color:var(--th-accent);font-weight:600;display:block;margin-bottom:.3rem}.note-message{font-size:.9rem;color:var(--th-text-secondary);line-height:1.5}.sp-wrapper{padding:1rem}.sp-avatar-row{display:flex;align-items:center;gap:1.2rem;margin-bottom:2rem}.sp-avatar{width:64px;height:64px;border-radius:50%;background-color:var(--th-accent);color:#fff;font-size:1.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sp-name{font-size:1.2rem;font-weight:700;color:var(--th-text);margin-bottom:.3rem}.sp-badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:.78rem;font-weight:600;width:fit-content}.sp-badge-active{background-color:#d4edda;color:#27ae60}.sp-badge-inactive{background-color:#fde8e8;color:#e74c3c}.sp-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.sp-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1.2rem 1.4rem}.sp-card-title{font-size:.9rem;font-weight:700;color:var(--th-accent);margin-bottom:1rem;padding-bottom:.4rem;border-bottom:1px solid var(--th-border);text-transform:uppercase;letter-spacing:.04em}.sp-fields{display:flex;flex-direction:column;gap:.75rem}.sp-field{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0}.sp-label{font-size:.83rem;color:var(--th-text-muted);flex-shrink:0;width:110px}.sp-value{font-size:.88rem;color:var(--th-text);font-weight:500;text-align:right;min-width:0;word-break:break-word;overflow-wrap:break-word}.sp-page-header{display:flex;align-items:center;justify-content:space-between;padding-right:1.5rem}.sp-edit-btn{font-size:.83rem;font-weight:600;color:var(--th-accent);background:transparent;border:1.5px solid var(--th-accent);border-radius:8px;width:15%;padding:.4rem 1rem;cursor:pointer;transition:background .15s,color .15s}.sp-edit-btn:hover{background:var(--th-accent);color:#fff}.sp-action-btns{display:flex;gap:.6rem}.sp-cancel-btn{font-size:.83rem;font-weight:600;color:var(--th-text-muted);background:transparent;border:1.5px solid var(--th-border);border-radius:8px;padding:.4rem 1rem;cursor:pointer}.sp-cancel-btn:hover{background:var(--th-card-bg-alt)}.sp-save-btn{font-size:.83rem;font-weight:600;color:#fff;background:var(--th-accent);border:1.5px solid var(--th-accent);border-radius:8px;padding:.4rem 1rem;cursor:pointer}.sp-save-btn:hover{background:var(--th-accent-hover);border-color:var(--th-accent-hover)}.sp-edit-input{font-size:.88rem;color:var(--th-text);background:var(--th-input-bg);border:1.5px solid var(--th-input-border);border-radius:6px;padding:.25rem .5rem;text-align:right;min-width:0;width:100%;max-width:200px;outline:none;font-family:inherit}.sp-edit-input:focus{border-color:var(--th-accent)}.sd-wrapper{padding:1rem}.sd-summary{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.sd-summary-item{display:flex;align-items:center;gap:.4rem;padding:.35rem .9rem;width:fit-content;border-radius:20px;font-size:.82rem;font-weight:600}.sd-sum-verified{background:#d4edda;color:#27ae60}.sd-sum-pending{background:#fff3cd;color:#e67e22}.sd-sum-rejected{background:#fde8e8;color:#e74c3c}.sd-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.sd-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1.1rem 1.2rem;display:flex;flex-direction:column;gap:.7rem;transition:box-shadow .2s}.sd-card:hover{box-shadow:0 4px 12px #fa80722e}.sd-card-top{display:flex;align-items:flex-start;flex-direction:column;gap:.8rem}.sd-file-icon{flex-shrink:0;background:var(--th-card-bg-alt);border-radius:8px;padding:.5rem;display:flex;align-items:center;justify-content:center}.sd-card-info{flex:1;min-width:0}.sd-doc-name{font-size:.95rem;font-weight:700;color:var(--th-text);margin-bottom:.2rem;word-break:break-word}.sd-doc-desc{font-size:.78rem;color:var(--th-text-muted);line-height:1.4;word-break:break-word}.sd-meta{display:flex;justify-content:space-between;align-items:center;gap:.5rem;min-width:0}.sd-filename{font-size:.78rem;color:var(--th-accent);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.sd-size{font-size:.75rem;color:var(--th-text-muted)}.sd-card-footer{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.5rem;border-top:1px solid var(--th-border);min-width:0}.sd-date{font-size:.76rem;color:var(--th-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:fit-content}.sd-status{display:flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;padding:2px 8px;border-radius:12px;width:fit-content}.sd-status-verified{background:#d4edda;color:#27ae60}.sd-status-pending{background:#fff3cd;color:#e67e22}.sd-status-rejected{background:#fde8e8;color:#e74c3c}.sd-page-header{display:flex;align-items:center;justify-content:space-between}.sd-upload-toggle-btn{display:flex;align-items:center;gap:.4rem;padding:.45rem 1rem;background:salmon;color:#fff;border:none;border-radius:8px;width:fit-content;margin-right:1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.sd-upload-toggle-btn:hover{background:#e06050}.sd-upload-section{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1.4rem 1.5rem;margin-bottom:1.5rem}.sd-upload-title{font-size:1rem;font-weight:700;color:var(--th-text);margin-bottom:1rem}.sd-upload-form{display:flex;flex-direction:column;gap:1rem}.sd-upload-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.sd-upload-field{display:flex;flex-direction:column;gap:.35rem}.sd-field-label{font-size:.82rem;font-weight:600;color:var(--th-text-muted)}.sd-field-input{padding:.5rem .75rem;border:1px solid var(--th-border);border-radius:8px;background:var(--th-bg);color:var(--th-text);font-size:.88rem;outline:none;transition:border-color .2s}.sd-field-input:focus{border-color:salmon}.sd-dropzone{border:2px dashed var(--th-border);border-radius:10px;padding:1.5rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:var(--th-bg)}.sd-dropzone:hover,.sd-dropzone-has-file{border-color:salmon}.sd-dropzone-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--th-text-muted);font-size:.88rem}.sd-dropzone-placeholder span{color:salmon;font-weight:600;text-decoration:underline}.sd-dropzone-hint{font-size:.76rem;color:var(--th-text-muted)}.sd-file-selected{display:flex;align-items:center;gap:.6rem;justify-content:center;flex-wrap:wrap}.sd-file-name{font-size:.88rem;font-weight:600;color:var(--th-text);word-break:break-all}.sd-file-size{font-size:.78rem;color:var(--th-text-muted)}.sd-file-clear{display:flex;align-items:center;background:#fde8e8;color:#e74c3c;border:none;border-radius:50%;padding:3px;cursor:pointer;margin-left:.2rem}.sd-upload-msg{font-size:.85rem;font-weight:600;padding:.5rem .75rem;border-radius:8px}.sd-upload-msg-success{background:#d4edda;color:#27ae60}.sd-upload-msg-error{background:#fde8e8;color:#e74c3c}.sd-submit-btn{align-self:flex-start;padding:.55rem 1.4rem;background:salmon;color:#fff;border:none;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .2s}.sd-submit-btn:hover:not(:disabled){background:#e06050}.sd-submit-btn:disabled{opacity:.6;cursor:not-allowed}.admin-sidebar{position:fixed;top:var(--header-height, 60px);left:0;width:var(--sidebar-width, 220px);height:calc(100vh - var(--header-height, 60px));background-color:var(--th-sidebar-bg);padding:1.5rem 1rem;box-shadow:2px 0 5px #0000000d;display:flex;flex-direction:column;overflow-y:auto;z-index:900}.admin-nav-main{display:flex;width:100%;flex-direction:column;gap:1rem}.nav-link{display:flex;align-items:center;gap:10px;padding:10px 15px;color:var(--th-text);text-decoration:none;font-weight:500;border-radius:8px;transition:background-color .2s ease;cursor:pointer!important}.nav-link:hover{background-color:var(--th-sidebar-hover)}.nav-icon{color:var(--th-text-secondary);width:20%;margin-right:-5%}.admin-header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;background-color:var(--th-header-bg);padding:0 1.5rem;height:var(--header-height, 60px);color:var(--th-header-text);font-family:Segoe UI,sans-serif;box-shadow:0 2px 5px #0000001a}.admin-header-brand{display:flex;align-items:center;gap:.5rem;cursor:pointer}.admin-logo{font-size:1.3rem;font-weight:700;white-space:nowrap}.hub-title{font-size:1.1rem;font-weight:500;white-space:nowrap;position:absolute;left:50%;transform:translate(-50%);text-align:center}.admin-user-menu{position:relative;margin-left:auto;width:auto}.admin-user-btn{background:var(--th-toggle-bg);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--th-toggle-color);padding:0}.admin-user-btn:hover{background-color:var(--th-toggle-hover)}.admin-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:var(--th-card-bg);border-radius:8px;box-shadow:0 4px 16px #00000026;min-width:160px;overflow:hidden;z-index:1100}.admin-dropdown-item{display:block;width:100%;padding:.7rem 1.2rem;background:none;border:none;border-top:1px solid var(--th-border);text-align:left;font-size:.9rem;color:var(--th-text);cursor:pointer}.admin-dropdown-item:first-child{border-top:none}.admin-dropdown-item:hover{background-color:var(--th-card-bg-alt);color:var(--th-accent)}.admin-dropdown-theme{display:flex;align-items:center;gap:.5rem}.admin-dropdown-theme .moonsunicon{color:var(--th-toggle-color);width:auto}.admin-dropdown-logout{color:#e74c3c;font-weight:600}.admin-dropdown-logout:hover{background-color:#fff0ef;color:#c0392b}:root{--sidebar-width: 250px;--header-height: 60px}.admin-content{margin-left:var(--sidebar-width);margin-top:var(--header-height);width:calc(100vw - var(--sidebar-width));min-height:calc(100vh - var(--header-height));overflow-x:hidden;overflow-y:auto;background:var(--th-bg);color:var(--th-text)}.adminHome{width:100%}.laptop-dashboard-wrapper{width:calc(100vw - var(--sidebar-width))}.admin-page-container{height:calc(100vh - var(--header-height, 60px));display:flex;flex-direction:column;overflow:hidden;width:calc(100vw - var(--sidebar-width));min-height:unset;margin-left:var(--sidebar-width);background-color:var(--th-bg);color:var(--th-text)}.admin-products-container{padding:0;background-color:var(--th-bg);width:100%;height:calc(100vh - var(--header-height, 60px));display:flex;flex-direction:column;overflow:hidden}.products-sticky-header{background-color:var(--th-bg);border-bottom:1px solid var(--th-border);flex-shrink:0}.products-scroll-area{flex:1;overflow-y:auto;min-height:0;background-color:var(--th-bg)}.products-filter-bar{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;padding:.5rem 1.5rem .8rem;overflow-x:auto}.laptop-admin-nav-btn{padding:8px 16px;background-color:var(--th-card-bg);border:1px solid var(--th-accent-hover);color:var(--th-accent-hover);border-radius:5px;cursor:pointer;font-size:.875rem;transition:.3s ease;white-space:nowrap;flex-shrink:0;width:fit-content}.laptop-admin-nav-btn.active{background-color:var(--th-accent-hover);color:#fff;font-weight:700}.laptop-admin-nav-btn:hover:not(.active){background-color:var(--th-card-bg-alt)}.products-search-bar{padding:8px 12px;width:180px;min-width:120px;border:1px solid var(--th-accent-hover);border-radius:5px;color:var(--th-text);font-size:.875rem;flex-shrink:0;background:var(--th-input-bg)}.products-status-msg{padding:2rem 1.5rem;color:var(--th-text-muted);font-size:.95rem}.products-error{color:#e74c3c}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;padding:1.2rem 1.5rem 1.5rem}.product-card{background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:15px;text-align:center;box-shadow:0 4px 8px var(--th-shadow);transition:transform .3s ease-in-out;display:flex;flex-direction:column;gap:4px;color:var(--th-text)}.product-card:hover{transform:translateY(-5px)}.product-card img{width:100%;height:160px;object-fit:cover;border-radius:8px;margin-bottom:6px}.product-card h3{font-size:15px;font-weight:600;color:var(--th-text)}.product-meta{font-size:13px;color:var(--th-text-secondary)}.orders-sticky-header{background-color:var(--th-bg);border-bottom:1px solid var(--th-border);flex-shrink:0}.orders-filter-bar{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;padding:.5rem 1.5rem .8rem;overflow-x:auto}.laptop-admin-orders-nav-btn{padding:8px 16px;background-color:var(--th-card-bg);border:1px solid var(--th-accent-hover);color:var(--th-accent-hover);border-radius:5px;cursor:pointer;font-size:.875rem;transition:.3s ease;white-space:nowrap;flex-shrink:0;width:fit-content}.laptop-admin-orders-nav-btn.active{background-color:var(--th-accent-hover);color:#fff;font-weight:700}.laptop-admin-orders-nav-btn:hover:not(.active){background-color:var(--th-card-bg-alt)}.laptop-admin-orders-search-bar{padding:8px 12px;width:180px;min-width:120px;border:1px solid var(--th-accent-hover);border-radius:5px;color:var(--th-text);font-size:.875rem;flex-shrink:0;background:var(--th-input-bg)}.laptop-admin-orders-wrapper{display:flex;flex-direction:column;width:calc(100vw - var(--sidebar-width));background-color:var(--th-bg);min-height:100%}.admin-orders-container{padding:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}.orders-status-msg{padding:2rem 1.5rem;color:var(--th-text-muted);font-size:.95rem}.admin-orders-error{color:#e74c3c}.admin-order-status.pending{color:#e67e22}.admin-order-status.cancelled{color:#e74c3c}.admin-order-card{display:flex;flex-direction:column;background:var(--th-card-bg-alt);border:1px solid var(--th-border);border-radius:12px;overflow:hidden;transition:box-shadow .2s ease}.admin-order-card:hover{box-shadow:0 2px 8px #fa807233}.admin-order-image{width:100%;height:180px;object-fit:cover;border-radius:0;border:none;display:block}.admin-order-details{display:flex;flex-direction:column;padding:1rem}.admin-order-title{font-size:1.1rem;margin-bottom:.3rem;color:var(--th-text)}.admin-order-info{margin:2px 0;font-size:.95rem;color:var(--th-text-secondary)}.admin-order-status{font-weight:600;color:#27ae60;margin-top:.3rem}.admin-returns-container{padding:20px;background-color:var(--th-bg);min-height:100%;width:100%}.admin-order-card .admin-order-details{display:flex;flex-direction:column;justify-content:space-between}.admin-order-card h4{font-size:18px;color:var(--th-text);margin-bottom:10px}.admin-order-card p{font-size:14px;color:var(--th-text-muted);margin:5px 0}.laptop-admin-transaction-container{padding:1.5rem;background-color:var(--th-bg);width:calc(100vw - var(--sidebar-width));min-height:calc(100vh - var(--header-height))}.laptop-admin-transaction-header{display:flex;justify-content:space-between;border-left:4px solid var(--th-accent);align-items:center;margin-top:10px;margin-bottom:10px}.laptop-admin-transaction-header h2{font-size:24px;color:var(--th-text);margin-left:10px}.admin-download-btn{padding:10px 20px;background-color:var(--th-accent);color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;width:15%}.laptop-admin-reviews-container{width:calc(100vw - var(--sidebar-width));min-height:calc(100vh - var(--header-height));background-color:var(--th-bg)}.review-status-msg{padding:2rem 1.5rem;color:var(--th-text-muted);font-size:.95rem}.review-error{color:#e74c3c}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;padding:1.5rem}.review-card{background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:1rem;box-shadow:0 2px 6px var(--th-shadow);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:.4rem}.review-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #fa807226}.review-product{font-size:.95rem;font-weight:600;color:var(--th-text);margin:0}.rating{color:#f39c12;font-size:.82rem;white-space:nowrap}.review-comment{font-size:.85rem;color:var(--th-text-secondary);margin:0;line-height:1.4}.laptop-admin-offers-container{padding:1.5rem;background-color:var(--th-bg);width:calc(100vw - var(--sidebar-width));min-height:calc(100vh - var(--header-height))}.laptop-offers-header{display:flex;justify-content:space-between;border-left:4px solid var(--th-accent);align-items:center;margin:25px 0}.laptop-offers-header h2{font-size:24px;color:var(--th-text);margin-left:10px}.laptop-create-offer-btn{padding:12px 24px;background-color:var(--th-accent);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:background-color .3s ease;width:20%}.laptop-create-offer-btn:hover{background-color:var(--th-accent-hover)}.laptop-no-offers{text-align:center;color:var(--th-text-secondary);font-size:16px;padding:40px}.laptop-offers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.laptop-offer-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:20px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.laptop-offer-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #fa807233}.laptop-offer-card.inactive{opacity:.7;background:var(--th-card-bg-alt);border-color:var(--th-border)}.laptop-offer-badge{position:absolute;top:0;right:0;background:linear-gradient(135deg,salmon,#e9655e);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:700;box-shadow:0 4px 10px #fa80724d}.laptop-offer-card.inactive .laptop-offer-badge{background:linear-gradient(135deg,#999,#777)}.laptop-offer-title{font-size:18px;color:var(--th-text);margin:15px 0 10px;font-weight:600}.laptop-offer-description{font-size:14px;color:var(--th-text-secondary);margin-bottom:15px;line-height:1.5}.laptop-offer-details{background-color:#fa80721a;padding:12px;border-radius:8px;margin-bottom:15px}.laptop-offer-details p{margin:5px 0;font-size:13px;color:var(--th-text-secondary)}.laptop-offer-details strong{color:var(--th-text)}.laptop-offer-status{margin-bottom:15px}.laptop-offer-status span{padding:5px 12px;border-radius:15px;font-size:12px;font-weight:600}.laptop-offer-status span.active{background-color:#d4edda;color:#155724}.laptop-offer-status span.inactive{background-color:#f8d7da;color:#721c24}.laptop-offer-actions{display:flex;gap:10px;flex-wrap:wrap}.laptop-offer-actions button{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:all .3s ease;width:auto}.laptop-edit-btn{background-color:#3498db;color:#fff}.laptop-edit-btn:hover{background-color:#2980b9}.laptop-toggle-btn{background-color:#f39c12;color:#fff}.laptop-toggle-btn:hover{background-color:#d68910}.laptop-delete-btn{background-color:#e74c3c;color:#fff}.laptop-delete-btn:hover{background-color:#c0392b}.laptop-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--th-overlay);display:flex;justify-content:center;align-items:center;z-index:1001}.laptop-offer-modal{background:var(--th-card-bg);padding:30px;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto}.laptop-offer-modal h3{margin-bottom:25px;color:var(--th-text);font-size:22px;text-align:center}.laptop-offer-modal .admin-form-row{display:flex;gap:20px;margin-bottom:0}.laptop-offer-modal .admin-form-row .admin-form-group{flex:1}.laptop-offer-modal .admin-form-group{margin-bottom:18px}.laptop-offer-modal .admin-form-group label{display:block;margin-bottom:6px;font-weight:600;color:var(--th-text);font-size:14px}.laptop-offer-modal .admin-form-group input,.laptop-offer-modal .admin-form-group select,.laptop-offer-modal .admin-form-group textarea{width:100%;padding:10px 12px;border:1px solid var(--th-input-border);border-radius:8px;font-size:14px;background:var(--th-input-bg);color:var(--th-text);transition:border-color .3s ease}.laptop-offer-modal .admin-form-group input:focus,.laptop-offer-modal .admin-form-group select:focus,.laptop-offer-modal .admin-form-group textarea:focus{outline:none;border-color:var(--th-accent)}.laptop-offer-modal .admin-checkbox-group label{display:flex;align-items:center;gap:10px;cursor:pointer}.laptop-offer-modal .admin-checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.laptop-modal-actions{display:flex;gap:15px;margin-top:25px;justify-content:flex-end}.laptop-modal-actions button{padding:12px 30px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;width:auto}.laptop-submit-btn{background-color:#27ae60;color:#fff}.laptop-submit-btn:hover{background-color:#219a52}.laptop-cancel-btn{background-color:#95a5a6;color:#fff}.laptop-cancel-btn:hover{background-color:#7f8c8d}.laptop-error-message{color:#e74c3c;text-align:center;padding:20px}.laptop-admin-customers-wrapper{display:flex;flex-direction:column;width:calc(100vw - var(--sidebar-width));background-color:var(--th-bg)}.customer-status-msg{padding:2rem 1.5rem;color:var(--th-text-muted);font-size:.95rem}.customer-error{color:#e74c3c}.customers-table-wrapper{padding:1.5rem;overflow-x:auto}.customers-table{width:100%;border-collapse:collapse;background:var(--th-card-bg);border-radius:10px;overflow:hidden;box-shadow:0 2px 8px var(--th-shadow);table-layout:fixed}.customers-table thead tr{background:var(--th-accent);color:#fff}.customers-table th{padding:10px 14px;text-align:left;font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customers-table th:nth-child(1){width:48px;text-align:center}.customers-table th:nth-child(2){width:18%}.customers-table th:nth-child(3){width:24%}.customers-table th:nth-child(4){width:14%}.customers-table th:nth-child(5){width:14%}.customers-table th:nth-child(6){width:12%}.customers-table td{padding:10px 14px;font-size:.88rem;color:var(--th-text-secondary);border-bottom:1px solid var(--th-border);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customers-table td:first-child{text-align:center;color:var(--th-text-muted);font-size:.8rem}.customers-table tbody tr:hover{background:var(--th-table-hover)}.customers-table tbody tr:last-child td{border-bottom:none}.laptop-admin-seller-notes-container{padding:1.5rem;width:calc(100vw - var(--sidebar-width));background-color:var(--th-bg);min-height:calc(100vh - var(--header-height))}.laptop-admin-seller-notes-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;border-left:4px solid var(--th-accent)}.laptop-admin-seller-notes-header h2{font-size:1.3rem;font-weight:700;color:var(--th-text);margin:0 0 0 10px}.laptop-admin-seller-notes-count{background-color:var(--th-accent);color:#fff;font-size:.78rem;font-weight:600;padding:.2rem .6rem;text-align:center;border-radius:12px;width:6%}.admin-seller-notes-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:start}.ap-wrapper{padding:1.2rem 1.5rem 2rem}.ap-stats-row{display:flex;gap:1rem;margin-bottom:1.5rem}.ap-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.ap-page-header{display:flex;align-items:center;justify-content:space-between;padding-right:1.5rem}.ap-edit-btn{font-size:.83rem;font-weight:600;color:var(--th-accent);background:transparent;border:1.5px solid var(--th-accent);border-radius:8px;padding:.4rem 1rem;cursor:pointer;transition:background .15s,color .15s;width:10%;margin-top:.8rem}.ap-action-btns{display:flex;gap:.6rem;margin-top:.8rem}.laptop-all-sellers-wrapper{display:flex;flex-direction:column;width:calc(100vw - var(--sidebar-width));background-color:var(--th-bg)}.all-sellers-status-msg{padding:2rem 1.5rem;color:var(--th-text-muted);font-size:.95rem}.all-sellers-error{color:#e74c3c}.all-sellers-table-wrapper{padding:1.5rem;overflow-x:auto}.all-sellers-table{width:100%;border-collapse:collapse;background:var(--th-card-bg);border-radius:10px;overflow:hidden;box-shadow:0 2px 8px var(--th-shadow);table-layout:fixed}.all-sellers-table thead tr{background:var(--th-accent);color:#fff}.all-sellers-table th{padding:10px 14px;text-align:left;font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.all-sellers-table th:nth-child(1){width:40px;text-align:center}.all-sellers-table th:nth-child(2){width:12%}.all-sellers-table th:nth-child(3){width:15%}.all-sellers-table th:nth-child(4){width:18%}.all-sellers-table th:nth-child(5){width:12%}.all-sellers-table th:nth-child(6){width:9%}.all-sellers-table th:nth-child(7){width:8%}.all-sellers-table th:nth-child(8){width:10%}.all-sellers-table th:nth-child(9){width:7%}.all-sellers-table td{padding:10px 14px;font-size:.88rem;color:var(--th-text-secondary);border-bottom:1px solid var(--th-border);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.all-sellers-table td:first-child{text-align:center;color:var(--th-text-muted);font-size:.8rem}.all-sellers-table tbody tr:hover{background:var(--th-table-hover)}.all-sellers-table tbody tr:last-child td{border-bottom:none}.seller-status-badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:.75rem;font-weight:600}.as-edit-row-btn{font-size:.8rem;font-weight:600;color:var(--th-accent);background:transparent;border:1.5px solid var(--th-accent);border-radius:6px;padding:.22rem .65rem;cursor:pointer;transition:background .15s,color .15s}.as-modal{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:14px;padding:1.8rem 2rem;width:480px;max-width:95vw;max-height:90vh;overflow-y:auto;box-shadow:0 8px 30px var(--th-shadow)}.as-modal-title{font-size:1rem;font-weight:700;color:var(--th-accent);margin-bottom:1.4rem;padding-bottom:.5rem;border-bottom:1px solid var(--th-border);text-transform:uppercase;letter-spacing:.04em}.as-modal-fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.6rem}.as-modal-cancel{font-size:.85rem;font-weight:600;color:var(--th-text-muted);background:transparent;border:1.5px solid var(--th-border);border-radius:8px;padding:.45rem 1.2rem;cursor:pointer}.as-modal-save{font-size:.85rem;font-weight:600;color:#fff;background:var(--th-accent);border:1.5px solid var(--th-accent);border-radius:8px;padding:.45rem 1.2rem;cursor:pointer}.laptop-order-card{border:1px solid var(--th-border);border-radius:12px;padding:16px;margin:16px 0;background-color:var(--th-card-bg);box-shadow:0 2px 6px #00000014;transition:transform .2s ease;color:var(--th-text)}.laptop-order-card:hover{transform:translateY(-2px)}.laptop-order-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.laptop-order-image{width:140px;height:140px;border-radius:8px;object-fit:cover}.laptop-order-info{flex:1}.laptop-order-info p{margin:4px 0;font-size:14px;color:var(--th-text-secondary)}.laptop-order-info strong{color:var(--th-text)}.laptop-order-review{margin:16px 0}.laptop-order-review h4{margin-bottom:8px;font-size:16px;color:var(--th-text)}.laptop-rating-stars{margin-bottom:8px}.laptop-rating-stars span{margin-right:4px;transition:color .2s ease}.laptop-review-box{width:100%;min-height:60px;padding:10px;border-radius:8px;border:1px solid var(--th-border);resize:none;font-size:14px;margin-bottom:10px;background-color:var(--th-bg);color:var(--th-text)}.laptop-submit-review,.laptop-download-invoice{display:inline-block;background:#ff6f61;color:#fff;font-size:14px;font-weight:500;padding:10px 16px;border-radius:8px;border:none;cursor:pointer;transition:background .3s ease}.laptop-submit-review:hover,.laptop-download-invoice:hover{background:#e95a4f}.laptop-download-invoice{margin-top:12px;width:100%;text-align:center}.chooseWardrobe-cta-box{background:var(--th-card-bg);border:1px solid var(--th-border);padding:15px;margin-top:25px;text-align:center;border-radius:10px;font-weight:500}.chooseWardrobe-brand{font-weight:700;cursor:pointer;color:#e6735c}.furnishMumbai-container{width:90%;max-width:900px;margin:40px auto;padding:20px 30px;background:var(--th-card-bg);border-radius:12px;box-shadow:0 4px 15px #00000014;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:var(--th-text)}.furnishMumbai-brand{font-weight:700;color:#e6735c;cursor:pointer}.furnishMumbai-cta-box{background:var(--th-card-bg);border:1px solid var(--th-border);padding:12px 15px;margin:18px 0;text-align:center;border-radius:10px;font-weight:500}.rvb-product-card{border:1px solid var(--th-border);padding:15px;border-radius:10px;background:var(--th-card-bg);box-shadow:0 2px 5px #0000001a}.budgetfriendly-container{width:90%;max-width:900px;margin:auto;padding:20px;font-family:Arial,sans-serif;line-height:1.6;color:var(--th-text);background-color:var(--th-bg)}.budgetfriendly-image-placeholder{background-color:var(--th-table-hover);height:200px;margin:15px 0;display:flex;align-items:center;justify-content:center;color:var(--th-text-secondary);font-style:italic}.policy-table th,.policy-table td{border:1px solid var(--th-border);padding:10px;text-align:center;word-wrap:break-word;color:var(--th-text)}@media (max-width: 768px){.mobile-login-wrapper{position:relative;width:100vw;height:100vh;overflow:hidden}.mobile-login-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.mobile-login-content{position:relative;z-index:1;background:#ffffffeb;margin:15% auto 0;width:90%;padding:1.5rem;border-radius:12px;box-shadow:0 0 10px #00000040}.mobile-login-content h4{font-size:1.1rem;text-align:center;margin-bottom:20px}.mobile-user-type-selector{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:18px;padding:8px 0}.mobile-user-type-selector label{font-size:14px;font-weight:500;color:#333}.mobile-user-type-dropdown{padding:10px 32px 10px 14px;font-size:14px;border:1px solid #ccc;border-radius:8px;background-color:#fff;color:#333;cursor:pointer;min-width:120px;transition:border-color .3s,box-shadow .3s;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.mobile-user-type-dropdown:focus{outline:none;border-color:#ff6f61;box-shadow:0 0 0 3px #ff6f6133}.mobile-forgot-password{text-align:center;margin-top:12px;color:#ff6f61;cursor:pointer;font-size:13px}.mobile-forgot-password:hover{text-decoration:underline}.mobile-login-form input[type=email],.mobile-login-form input[type=tel],.mobile-login-form input[type=text],.mobile-login-form input[type=password]{width:100%;padding:10px 12px;margin-bottom:16px;margin-top:10px;border:1px solid #ccc;border-radius:8px;font-size:14px}.mobile-radio-group{display:flex;justify-content:space-around;margin-bottom:15px;font-size:14px}.mobile-radio-label{width:100px}.mobile-radio-group label{display:flex;align-items:center;text-align:left}.mobile-radio-input{margin-right:8px;width:16px;height:16px}.mobile-extra-options{text-align:right;margin-bottom:15px}.mobile-extra-options a{color:#ff6f61;font-size:13px;text-decoration:none}.mobile-extra-options a:hover{text-decoration:underline}.mobile-login-form button{width:100%;background-color:#ff6f61;color:#fff;border:none;padding:12px;font-size:16px;border-radius:8px;cursor:pointer;margin-top:5px}.mobile-login-form button:hover{background-color:#e4574f}.mobile-signup-link{text-align:center;margin-top:15px;font-size:14px}.mobile-signup-link span{color:#ff6f61;cursor:pointer;font-weight:500}.mobile-login-wrapper{width:100vw;min-height:80vh;background-color:var(--th-bg);display:flex;flex-direction:column;align-items:center;padding:1rem;position:relative}.mobile-bg-image{display:none}.mobile-login-content{width:100%;max-width:400px;background-color:var(--th-card-bg);padding:2rem 1.5rem;border-radius:12px;box-shadow:0 0 12px #0000001a}.mobile-login-content h3{font-size:1.3rem;text-align:center;margin-bottom:1.5rem;color:var(--th-text)}.mobile-login-container{display:flex;flex-direction:column;gap:1rem}.mobile-login-container label{font-size:14px;margin-bottom:4px;color:var(--th-text-secondary)}.mobile-login-container input{padding:10px 12px;font-size:14px;border-radius:8px;border:1px solid var(--th-border);transition:border-color .3s,box-shadow .3s}.mobile-login-container input:focus{border-color:#f27059;box-shadow:0 0 0 3px #f2705933;outline:none}.mobile-login-container button{padding:12px;background-color:#f27059;color:#fff;border:none;border-radius:8px;font-size:15px;cursor:pointer;transition:background-color .3s ease}.mobile-login-container button:hover{background-color:#e4574f}.mobile-backtoLogin{margin-top:1rem;text-align:center;color:#f27059;font-weight:500;cursor:pointer;font-size:14px}.mobile-backtoLogin:hover{text-decoration:underline}}.snackbar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:10px 20px;font-size:14px;border-radius:6px;z-index:999;max-width:90%;text-align:center;animation:fadein .3s,fadeout .3s 2.7s}.msu-highlight{color:#ff9800;font-weight:700;animation:blink .6s ease-in-out infinite alternate}@keyframes blink{0%{opacity:1;background-color:#ff6f61;color:#fff;padding:2px 5px;border-radius:10px}to{opacity:.5}}.mobile-signup-wrapper{width:100vw;min-height:100vh;padding:1rem;background-color:var(--th-bg)}.mobile-signup-content{width:100%;background-color:var(--th-card-bg);padding:1.5rem;border-radius:12px;box-shadow:0 0 10px #0000001a}.mobile-signup-content h4{font-size:.9rem;text-align:left;margin-bottom:1.5rem;color:var(--th-text)}.mobile-signup-container{display:flex;flex-direction:column;gap:1rem}.mobile-form-row{display:flex;flex-direction:column;gap:.75rem}.mobile-form-group{display:flex;flex-direction:column}.mobile-signup-container input,.mobile-signup-container select{width:100%;padding:10px 12px;font-size:14px;margin-bottom:10px;border:1px solid var(--th-border);border-radius:8px;transition:border-color .3s,box-shadow .3s}.mobile-signup-container input:focus,.mobile-signup-container select:focus{border-color:#f27059;box-shadow:0 0 0 3px #f2705933;outline:none}.mobile-signup-container button{width:100%;padding:12px;background-color:#f27059;color:#fff;border:none;border-radius:8px;font-size:15px;cursor:pointer;transition:background-color .3s ease}.mobile-signup-container button:hover{background-color:#e4574f}.mobile-signup-container p{text-align:center;margin-top:15px;font-size:13px}.mobile-signup-container span{color:#f27059;font-weight:700;cursor:pointer}.mobile-signup-container span:hover{text-decoration:underline}.snackbar{position:fixed;top:20px;left:50%;transform:translate(-50%);height:40px;background-color:#333;color:#fff;padding:10px 20px;font-size:14px;border-radius:6px;z-index:999;max-width:90%;text-align:center;animation:fadein .3s,fadeout .3s 2.7s}.snackbar.success{background-color:#28a745}.snackbar.error{background-color:#dc3545}.otp-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.otp-modal-content{background:var(--th-card-bg);padding:20px;border-radius:12px;width:90%;max-width:350px;text-align:center;box-shadow:0 4px 12px #0003;animation:slideDown .3s ease}.otp-modal-content input{width:100%;padding:10px;font-size:18px;text-align:center;border:1px solid var(--th-border);border-radius:8px;margin-bottom:15px;outline:none;transition:border-color .2s}.otp-modal-content input:focus{border-color:#ff6b6b}.otp-modal-content button{padding:10px 15px;margin:5px;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:background .2s}.otp-modal-content button:first-of-type{background:#ff6b6b;color:#fff}.otp-modal-content button:first-of-type:hover{background:#e65555}.otp-modal-content button:last-of-type{background:var(--th-table-hover);color:var(--th-text)}.otp-modal-content button:last-of-type:hover{background:var(--th-border)}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.pr-mobile-product-cardproduct-row{position:relative;margin:20px 0;padding:0 12px;overflow:hidden}.pr-mobile-product-cardproduct-row-title{font-size:18px;color:#b63e2b;border-left:4px solid #b63e2b;padding-left:10px;margin-bottom:10px}.pr-mobile-product-cardscroll-btns{position:absolute;top:40%;width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:1}.pr-mobile-product-cardscroll-btn{background-color:var(--th-card-bg);border:1px solid #e14d37;border-radius:50%;width:36px;height:36px;font-size:16px;color:#e14d37;pointer-events:all;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 4px #0000001a;cursor:pointer}.pr-mobile-product-cardproduct-scroll-container{display:flex;gap:15px;overflow-x:scroll;scroll-behavior:smooth;padding:10px 0}.pr-mobile-product-cardproduct-scroll-container::-webkit-scrollbar{display:none}.mobile-product-info{display:flex;flex-direction:column;gap:4px;bottom:0}.mobile-product-name{font-size:15px;font-weight:600;margin:0}.mobile-product-description{font-size:12px;color:var(--th-text-secondary);margin:0}.mobile-product-price,.mobile-product-color{font-size:13px;margin:0}.mobile-product-image-wrapper{position:relative;width:100%}.pr-mobile-product-cardproduct-card{position:relative;flex:0 0 auto;width:180px;background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:8px;box-shadow:0 2px 6px #981e1e1a;text-align:center;transition:transform .2s ease;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.pr-mobile-product-cardproduct-card-upper{width:160px;margin-bottom:15px}.pr-mobile-product-cardproduct-card:hover{transform:translateY(-2px)}.pr-mobile-product-cardproduct-image{width:100%;height:140px;object-fit:contain;border-radius:6px}.wishlist-icon{position:absolute;top:8px;right:8px;width:30px;height:30px;background:transparent;border:none;color:red;font-size:18px;z-index:2;cursor:pointer}.pr-mobile-product-cardproduct-name{font-size:13px;font-weight:600;margin:6px 0 2px;color:var(--th-text)}.pr-mobile-product-cardproduct-description{font-size:11px;color:var(--th-text-muted);margin-bottom:6px;min-height:30px}.pr-mobile-product-cardproduct-price{font-size:12px;font-weight:700;color:var(--th-text);margin-bottom:6px}.pr-mobile-product-cardproduct-actions{display:flex;gap:4px;justify-content:center;margin-top:6px;flex-wrap:wrap}.pr-mobile-product-cardbtn-outline{flex:1;padding:4px 6px;font-size:10px;border:1px solid var(--th-border);color:var(--th-text-secondary);background-color:transparent;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.pr-mobile-product-cardbtn-outline:hover{background-color:var(--th-table-hover)}.pr-mobile-product-cardbtn-primary{flex:1;padding:4px 6px;font-size:10px;background-color:#e14d37;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.pr-mobile-product-cardbtn-primary:hover{background-color:#c23e2d}.snackbar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:12px 24px;border-radius:4px;z-index:9999;font-size:14px;animation:fadein .5s,fadeout .5s 2.5s}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:20px;opacity:1}}@keyframes fadeout{0%{bottom:20px;opacity:1}to{bottom:0;opacity:0}}.mobile-header-container{width:100%;background-color:var(--th-card-bg);box-shadow:0 2px 4px #00000014;position:sticky;top:0;z-index:1000}.mobile-header-container:after{content:"";display:block;height:50px}.mobile-top-bar{width:100%;display:flex;align-items:center;padding:10px;background-color:var(--th-card-bg)}.mobile-logo-img{width:50px;height:50px;border-radius:50%;margin-right:10px}.mobile-cart-link{position:fixed;right:10px;width:10%}.mobile-resell-button{background-color:var(--th-card-bg);color:#c94b33;border:1px solid #c94b33;position:fixed;right:60px;padding:3px 6px;width:18%;border-radius:5px;font-size:13px;cursor:pointer;display:flex;justify-content:center;gap:2px;overflow:hidden}.resell-letter{opacity:0;animation:showLetter .3s forwards;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-direction:normal;animation-duration:2.6s}@keyframes showLetter{to{opacity:1}}.mobile-user-icon{color:var(--th-text-secondary);cursor:pointer;width:10%}.mobile-cart-icon{color:var(--th-text-secondary);cursor:pointer;width:100%}.cartCount{position:absolute;top:-10px;right:-5px;width:20px;background-color:#e4574f;color:#fff;border-radius:50%;padding:4px 0;font-size:12px;font-weight:700;line-height:1;min-width:18px;text-align:center}.mobile-logo-slogan{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;margin:0 10px}.mobile-logo{font-size:20px;font-weight:700;color:#c94b33;font-family:Verdana,Geneva,Tahoma,sans-serif;letter-spacing:4px;width:100%}.mobile-slogan{width:100%;font-size:13px;color:var(--th-text-secondary);font-style:italic;text-align:center}.mobile-dropdown-menu{position:absolute;right:10px;top:60px;background:var(--th-card-bg);box-shadow:0 4px 10px #00000026;border-radius:6px;padding:.5rem;z-index:1010;display:flex;flex-direction:column;width:25%}.mobile-dropdown-menu button{padding:.5rem;background:none;border:none;text-align:left;cursor:pointer;color:var(--th-text)}.mobile-dropdown-menu button:hover{background-color:var(--th-table-hover)}.dropdown-theme-btn{display:flex;align-items:center;gap:6px}.mobile-bottom-bar{display:flex;align-items:center;justify-content:space-evenly;border-top:1px solid var(--th-border);background-color:var(--th-card-bg);width:100%;height:50px}.burger-icon{position:fixed;left:5px;width:10%;margin-right:200px;color:var(--th-text-secondary);cursor:pointer}.mobile-bottom-bar .mobile-search-input{position:fixed;left:50px;flex:1;padding:6px 10px;border:1px solid var(--th-border);background-color:var(--th-bg);color:var(--th-text);border-radius:20px;outline:none;width:50%;margin:10px 0;font-size:14px}.mobile-sell-btn:hover{background-color:#e4574f;color:#fff}.mobile-side-nav{position:fixed;top:123px;left:3px;background-color:var(--th-card-bg);width:50%;border-radius:10px;height:300px;padding:10px;box-shadow:2px 0 8px #0000001a;z-index:99;display:flex;flex-direction:column}.mobile-side-nav a,.mobile-side-nav span{text-decoration:none;padding:12px 0;color:var(--th-text);font-weight:500;border-bottom:1px solid var(--th-border)}.side-nav-links{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:0 10px;color:var(--th-text);text-decoration:none}.side-nav-links:hover,.side-nav-links .nav-link:hover{background-color:var(--th-table-hover)}.side-nav-links .nav-link.active{background-color:#e4574f;color:#fff}.side-nav-links .nav-link.active:hover{background-color:#c94b33}.side-nav-header{display:flex;justify-content:flex-end;padding:10px}.close-btn{font-size:24px;cursor:pointer;color:#c94b33;text-align:right;width:100%;margin-top:-10px;margin-bottom:-10px}.mobile-search-suggestions{position:fixed;top:60px;width:90%;background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:8px;z-index:1000;box-shadow:0 2px 6px #00000026;max-height:200px;overflow-y:auto;padding:5px 0}.mobile-search-suggestion{padding:8px 10px;font-size:14px;color:var(--th-text);cursor:pointer;transition:background-color .2s ease}.mobile-search-suggestion:hover{background-color:var(--th-table-hover)}.mobile-main-layout{background-color:var(--th-bg);padding:10px 15px 0;color:var(--th-text);font-size:14px;border-top:1px solid var(--th-border);margin-top:20px}.mobile-footer-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.mobile-main-column{display:grid;align-items:center;grid-template-columns:repeat(1,1fr);text-align:center;width:50%;padding-left:40px}.mobile-main-column,.mobile-social-media-column,.mobile-become-seller-column{width:100%}.mobile-become-seller-column{display:flex;align-items:center;justify-content:center;margin-top:-100px}.mobile-footer-section{text-align:left}.mobile-footer-section h5{font-size:10px;color:#b63e2b;margin-bottom:6px;cursor:pointer;transition:color .3s}.mobile-footer-section h5:hover{color:#dd4d36}.mobile-footer-section p{font-size:8px;line-height:1.5}.mobile-social-media-column h5{font-size:10px;color:#b63e2b}.mobile-social-links{display:flex;justify-content:start;gap:14px;margin-top:10px}.mobile-social-icon{color:var(--th-text-secondary);transition:color .3s}.mobile-social-icon:hover{color:#dd4d36}.mobile-become-seller-column h5{font-size:16px;color:#b63e2b}.mobile-become-seller-column p{font-size:7px}.mobile-become-seller-btn{background-color:#b63e2b;color:#fff;padding:3px 8px;border-radius:4px;font-size:10px;border:none;cursor:pointer;width:120px;transition:background-color .3s}.mobile-become-seller-btn:hover{background-color:#a13220}.mobile-footer-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:999}.mobile-footer-popup-box{background:var(--th-card-bg);padding:20px 30px;border-radius:12px;text-align:center;max-width:400px;box-shadow:0 5px 15px #0000004d}.mobile-footer-close-btn{margin-top:15px;padding:8px 16px;border:none;background:#ff4d4d;text-align:center;color:#fff;border-radius:6px;cursor:pointer}.mobile-footer-close-btn:hover{background:#e60000}.mobile-explore-wrapper{padding:1rem;background-color:var(--th-bg)}.mobile-explore-show-more-container{text-align:center;margin-top:12px}.mobile-explore-show-more-btn{padding:5px 10px;font-size:10px;background-color:var(--th-card-bg);color:#b63e2b;border:1px solid #b63e2b;border-radius:6px;cursor:pointer;transition:.3s ease;width:30%}.mobile-explore-show-more-btn:hover{background-color:#922c1e}.mobile-explore-heading{width:50%;margin:0 auto 1.5rem;padding:10px 15px;border:2px solid #b63e2b;border-left-width:1px;border-right-width:4px;border-bottom-width:4px;color:#b63e2b;border-radius:20px 4px;text-align:center;font-size:1.2rem}.mobile-explore-cards-container{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.mobile-explore-card{position:relative;width:45%;background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;text-align:center;box-shadow:0 2px 6px #0000001a;transition:transform .3s}.mobile-explore-image{width:100%;height:140px;object-fit:cover;border-radius:10px 10px 0 0}.mobile-hover-btn{position:absolute;bottom:0;background:#000000a6;color:#fff;padding:6px;font-size:.6rem;font-weight:700;border-radius:0 0 6px 6px;opacity:1;transition:opacity .3s;pointer-events:none}.mobile-seller-testimonials-container{padding:20px;background-color:var(--th-bg)}.mobile-seller-testimonials-title{margin:0 auto 10px 3%;width:fit-content;text-align:center;padding:5px 15px;border:1px solid #b63e2b;border-right-width:4px;border-bottom-width:4px;color:#b63e2b;border-radius:15px 4px;font-size:small}.mobile-seller-testimonials-scroll{display:flex;overflow-x:auto;gap:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.mobile-seller-testimonial-card{width:150px;flex-shrink:0;background-color:var(--th-card-bg);border-radius:12px;padding:6px;text-align:center;scroll-snap-align:start;box-shadow:0 2px 8px #0000001a}.mobile-seller-testimonial-img{width:60px;height:60px;border-radius:50%;object-fit:cover;margin-bottom:6px}.mobile-seller-testimonial-name{font-size:10px;font-weight:400}.mobile-seller-testimonial-order{font-size:10px;color:var(--th-text-muted)}.mobile-seller-testimonial-rating{font-size:16px;color:#ff9529;margin-bottom:5px}.mobile-seller-testimonial-feedback{font-style:italic;font-size:11px;color:var(--th-text-secondary);padding:0 6px}.mobile-topblogs{width:100%}.mobile-topblogs h4{width:fit-content;margin:0 auto 1rem 5%;text-align:center;padding:5px 15px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;color:#b63e2b;border-radius:15px 4px;font-size:small}.mobile-seller-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:6px;padding:4px;height:170px}.mobile-seller-image-card{position:relative;overflow:hidden}.mobile-seller-image{width:100%;height:auto;display:block;transition:transform .3s ease}.mobile-seller-image-card:hover .mobile-seller-image{transform:scale(1.03)}.mobile-seller-image-card-6,.mobile-seller-image-card-8{margin-top:-55px}.mobile-seller-image-card-5,.mobile-seller-image-card-7{margin-top:-5px}.mobile-seller-image-card-1,.mobile-seller-image-card-3,.mobile-seller-image-card-6,.mobile-seller-image-card-8{height:100px}.mobile-seller-image-card-2,.mobile-seller-image-card-4,.mobile-seller-image-card-5,.mobile-seller-image-card-7{height:50px}.mobile-seller-image-btn{position:absolute;bottom:7px;left:50%;transform:translate(-50%);width:70%;background-color:var(--th-card-bg);color:var(--th-text);border:none;border-radius:10px;font-size:.2rem;text-align:center;box-shadow:0 2px 8px #0003;cursor:pointer;z-index:2;transition:background-color .3s ease}.mobile-seller-image-btn-1,.mobile-seller-image-btn-3,.mobile-seller-image-btn-6,.mobile-seller-image-btn-8{top:80px}.mobile-seller-image-btn-2,.mobile-seller-image-btn-4,.mobile-seller-image-btn-5,.mobile-seller-image-btn-7{top:30px}.mobile-seller-image-btn:hover{background-color:var(--th-table-hover)}@media screen and (max-width: 389px) and (min-width: 350px){.mobile-seller-image-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:4px;padding:2px}.mobile-topblogs h4{font-size:.7rem;margin:0 auto .8rem 4%;padding:4px 10px}.mobile-seller-image-btn{width:75%;font-size:.2rem}.mobile-seller-image-card-6,.mobile-seller-image-card-8{margin-top:-58px}.mobile-seller-image-card-5,.mobile-seller-image-card-7{margin-top:-8px}}.mobile-explore-section{padding:1.5rem 1rem;background-color:var(--th-bg);text-align:center}.mobile-explore-title{font-size:1.2rem;padding:6px 10px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;color:#b63e2b;border-radius:20px 4px;width:80%;margin:0 auto 1.5rem}.mobile-category-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.mobile-category-card{background-color:var(--th-card-bg);border-radius:10px;padding:.75rem;box-shadow:0 3px 8px #00000014;transition:transform .2s;text-align:center}.mobile-category-card:active{transform:scale(.97)}.mobile-category-image{width:100%;height:100px;object-fit:cover;border-radius:6px;margin-bottom:.5rem}.mobile-category-title{font-size:.95rem;margin-bottom:.4rem;color:var(--th-text)}.mobile-explore-category-button{background-color:var(--th-card-bg);color:#e6584e;border:1px solid #e6584e;padding:6px 10px;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:background-color .3s}.mobile-explore-category-button:hover{background-color:#e6584e;color:#fff}.mobile-offers-title-special{font-size:1.4rem;font-weight:700;text-align:center;color:#b63e2b;border-radius:15px 4px;padding:5px 10px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;width:80%;margin:1rem auto}.mobile-product-offer-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem;margin-top:30px;margin-bottom:20px}.mobile-product-offer-card{background:linear-gradient(90deg,#d9ba87,#f9e4ca,#d9ba87);border-radius:12px;text-align:center;box-shadow:0 3px 6px #0000001a;overflow:hidden;padding-bottom:.75rem;transition:transform .2s}.mobile-product-offer-card:active{transform:scale(.98)}.mobile-product-offer-image{width:100%;height:100px;object-fit:contain;display:block}.mobile-product-offer-header{font-weight:600;font-size:.95rem;color:#5a3921;margin-bottom:.25rem}.mobile-product-offer-desc{font-size:.8rem;color:var(--th-text-secondary);margin-bottom:.5rem;padding:0 .3rem}.mobile-product-offer-price{background-color:#5a3921;color:#fff;font-size:.8rem;font-size:small;padding:4px 8px;border-radius:6px;width:80%;margin:0 auto}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-box{background:var(--th-card-bg);padding:20px 30px;border-radius:10px;text-align:center;max-width:300px;width:80%;box-shadow:0 2px 10px #0000004d}.popup-box p{font-size:16px;margin-bottom:20px}.popup-box button{padding:8px 16px;border:none;background:#5a3921;color:#fff;border-radius:6px;cursor:pointer}.popup-box button:hover{background:#a86d42}.mobile-product-page{font-family:Arial,sans-serif;padding:.5rem}.mobile-product-details-container{display:flex;flex-direction:column;gap:1rem}.mobile-product-images-column,.mobile-product-info-column{width:100%}.mobile-product-images-column{display:flex;align-items:center}.mobile-thumbnail-column{display:flex;flex-direction:column;justify-content:center;gap:7px;margin-bottom:1rem;width:18%;margin-right:2%}.mobile-thumbnail-vertical{width:50px;height:50px;object-fit:cover;border:2px solid transparent;border-radius:4px;cursor:pointer}.mobile-thumbnail-vertical.active{border-color:coral}.mobile-main-product-image{width:82%;height:250px;border-radius:8px;object-fit:contain;text-align:left;background-color:var(--th-bg)}.mobile-product-title{margin-bottom:.5rem}.mobile-original-price{margin-top:10px}.mobile-offer-price{font-weight:700;color:#b63e2b;margin-bottom:10px}.mobile-limited-deal-tag{background-color:#ffe4b5;color:#b63e2b;padding:5px 8px;font-size:.875rem;display:inline-block;width:40%;text-align:center;margin:5px 0;border-radius:4px}.mobile-action-buttons{display:flex;gap:10px;margin:1rem 0}.mobile-quantity-section{display:flex;align-items:center;gap:10px;margin-right:15px;width:50%}.mobile-quantity-section label{font-size:15px}.mobile-quantity-section select{width:60px;height:28px}.mobile-quantity-section option{background-color:var(--th-card-bg);height:10px;margin-top:-5px}.mobile-highlights-section{padding:8px;border-radius:6px;background-color:var(--th-card-bg);border:1px solid var(--th-border);width:60%;box-shadow:1px 1px 3px var(--th-shadow);color:var(--th-text)}.mobile-quantity-select{width:100px;padding:5px;border:1px solid var(--th-border);border-radius:4px;font-size:.9rem}.mobile-highlights-section ul li{list-style-type:none;font-size:small}.mobile-action-buttons button{padding:10px 5px;font-size:.7rem;border:none;border-radius:6px;font-weight:700;box-shadow:1px 1px 3px gray;cursor:pointer}.mobile-add-to-cart{background-color:orange;color:#fff}.mobile-proceed-to-payment{background-color:#58c030;color:#fff}.mobile-easy-emis{background-color:#33b2cc;color:#fff}.mobile-rating-breakdown{display:flex;flex-wrap:wrap;gap:10px}.mobile-suggestions{margin:2rem 0 1rem;width:100%}.mobile-suggestions-title{font-size:1.2rem;font-weight:700;padding:.2rem 1rem;border:1px solid #b63e2b;color:#b63e2b;margin-left:1rem;background-color:var(--th-card-bg);border-radius:4px}.mobile-suggestion-row{display:flex;gap:.7rem;overflow-x:auto;padding:0 .5rem;margin-top:1rem;width:100%}.mobile-suggestion-card{flex:0 0 auto;width:220px;padding:.5rem;border:1px solid var(--th-border);border-radius:6px;text-align:center;background-color:var(--th-card-bg);font-size:10px}.mobile-suggestion-image{width:100%;height:150px;object-fit:cover;border-radius:6px}.mobile-card-actions{display:flex;gap:.5rem;justify-content:center}.mobile-buy-now{background-color:#ff4500;color:#fff;border:none;border-radius:4px;font-size:10px;font-weight:700;padding:5px 8px}.mobile-add-to-cart{background-color:orange;color:#fff;padding:5px 8px;border:none;border-radius:4px;font-size:10px;font-weight:700}.mobile-ratings-section{margin-top:1rem;padding:1rem;background-color:var(--th-bg);border-radius:6px}.mobile-rating-breakdown{display:flex;flex-direction:column;gap:10px}.mobile-variety-section{display:flex;margin-left:5px;align-items:center}.mobile-variety-section label{font-size:16px;width:15%;align-items:center}.variety-buttons{display:grid;justify-content:space-evenly;grid-template-columns:repeat(4,1fr);gap:4px;height:20px;flex-wrap:wrap;margin-left:5px}.variety-btn{width:50px;border:1px solid var(--th-border);background:var(--th-card-bg);cursor:pointer;border-radius:4px;font-size:small}.variety-btn.active{border-color:#000;background:var(--th-table-row-alt)}.sizeAndQty{display:flex;margin:15px 0}.hgltsAndAction{display:flex}.offerImage{width:38%;margin-left:2%}.offerImage img{border-radius:15px}.deliveryCheck{display:flex;justify-content:space-around;width:100%;margin:15px 0}.pincode-input{margin-right:10px}.pincode-check{width:100px;background-color:var(--th-card-bg);border:1px solid #b63e2b;color:#b63e2b;border-radius:10px}.delivery-container{margin-bottom:15px}.mobile-emi-panel{position:fixed;top:15%;right:0;width:100vw;max-width:360px;height:80vh;background-color:var(--th-card-bg);box-shadow:-2px 0 10px #0003;z-index:999;animation:mobile-slideIn .3s ease forwards;display:flex;flex-direction:column;padding:16px;overflow-y:auto}@keyframes mobile-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-emi-header{display:flex;justify-content:space-between;align-items:center}.mobile-close-btn{background:none;border:none;width:30px;height:30px;font-size:24px;cursor:pointer}.mobile-emi-content{margin-top:16px}.mobile-emi-content label{display:block;margin-bottom:8px;font-size:14px}.mobile-bank-select{width:100%;padding:8px;margin-bottom:16px;font-size:14px}.mobile-emi-breakdown p{font-size:14px;margin-bottom:10px;margin-top:10px}.mobile-emi-breakdown ul{list-style:none;padding:0}.mobile-emi-breakdown li{font-size:13px;margin-bottom:6px}.mobile-emi-disclaimer{font-size:12px;color:var(--th-text-muted);margin-top:10px}.mobile-continue-btn{margin-top:20px;background-color:#000;color:#fff;padding:10px;width:100%;border:none;cursor:pointer;font-size:14px;border-radius:4px}@media (max-width: 360px){.mobile-emi-panel{height:70vh;padding:12px}.mobile-close-btn{font-size:22px}.mobile-bank-select,.mobile-continue-btn,.mobile-emi-breakdown p,.mobile-emi-breakdown li{font-size:13px}}@media (min-width: 360px) and (max-width: 768px){.mobile-products-page{display:block;width:100%}.mobile-product-content{display:flex;flex-direction:column;width:100%}.mobile-filterandsort{display:flex;flex-wrap:wrap;justify-content:space-between;background-color:var(--th-card-bg);align-items:flex-start;gap:10px;position:fixed;top:110px;z-index:10;margin-bottom:16px;width:100%;padding:10px 5px 5px}.mobile-category-scroll{display:grid;grid-template-columns:auto auto;gap:8px;padding:5px;width:65%}.mobile-category-btn{padding:6px 12px;font-size:14px;border:1px solid #b63e2b;color:#b63e2b;background-color:var(--th-card-bg);border-radius:5px;cursor:pointer;white-space:nowrap;flex-shrink:0}.mobile-category-btn.mobile-active-category{background-color:#e14d37;color:#fff;border-color:#b63e2b}.mobile-filter-sort-controls{display:flex;flex-direction:column;justify-content:space-evenly;gap:10px;width:32%;border-left:1px solid #b63e2b;padding:0 0 0 20px}.mobile-sort-select,.mobile-btn-outline-filters{padding:6px;font-size:10px;border:1px solid #b63e2b;border-radius:4px;background-color:var(--th-card-bg);color:#b63e2b;text-align:center;width:90%}.mobile-filter-panel{display:flex;flex-direction:column;width:28%;position:fixed;right:8px;top:245px;gap:12px;padding:5px 10px;border:1px solid var(--th-border);border-radius:8px;background-color:var(--th-card-bg);z-index:10}.mobile-filter-group label{font-size:14px;font-weight:600;margin-bottom:4px;display:block}.mobile-filter-group select{width:100%;padding:6px 10px;font-size:13px;border:1px solid var(--th-border);border-radius:4px;text-align:left}.mobile-product-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;position:relative;top:140px;margin-bottom:150px}.mobile-main-product-card{display:flex;flex-direction:column;justify-content:space-between;gap:6px;width:100%;border:1px solid var(--th-border);border-radius:10px;background-color:var(--th-card-bg);padding:10px;box-shadow:2px 2px 5px #0000001a}.mobile-main-product-card-upper{width:100%;font-size:13px;display:flex;flex-direction:column}.mobile-product-image{width:100%;height:200px;object-fit:cover;border-radius:6px;margin-bottom:10px}.mobile-product-info{display:flex;flex-direction:column;gap:4px;text-align:center}.mobile-main-product-name{font-size:15px;font-weight:600;margin:0;position:relative;top:0}.mobile-product-price,.mobile-product-color{font-size:13px;margin:0}.product-actions{display:flex;justify-content:space-between;gap:8px}.btn-outline,.btn-primary{flex:1;padding:6px;font-size:9px;border-radius:4px;cursor:pointer}.btn-outline{border:1px solid var(--th-border);background:var(--th-card-bg);color:var(--th-text)}.btn-outline:hover{background:var(--th-table-hover)}.btn-primary{background:#b63e2b;color:#fff;border:none}.btn-primary:hover{background:#dd4d36}.mobile-toggle-buttons{display:flex;flex-direction:column;border:1px solid var(--th-border);border-radius:8px;overflow:hidden;margin-top:5px;width:85px}.mobile-toggle-btn{border:none;background:none;color:var(--th-text);font-weight:400;cursor:pointer;transition:color .3s}.mobile-toggle-btn.active{color:#b63e2b}.mobile-product-image-wrapper{position:relative;width:100%}.mobile-product-card-bottom{text-align:center}.wishlist-icon{position:absolute;top:8px;right:8px;width:30px;height:30px;color:#fff;background:transparent;border:none;border-radius:50%;cursor:pointer}.addnewbycx{width:75%;display:flex;margin-left:12.5%;border-radius:20px;margin-top:20px;padding:10px;background-color:var(--th-card-bg);box-shadow:1px 1px 3px gray;justify-content:space-between}.addnewbycx span{font-family:Verdana,Geneva,Tahoma,sans-serif;color:#b63e2b;margin-top:10px;width:82%}.mobile-add-product-btn{width:44px;height:44px;padding-bottom:5px;background-color:var(--th-card-bg);border:1px solid #b63e2b;color:#b63e2b;font-size:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:1px 1px 10px #b63e2b}.mobile-form-popup-overlay{position:fixed;top:120px;left:0;width:100%;height:90%;background:#9e9c9c80;display:flex;align-items:center;justify-content:center;overflow-y:scroll;z-index:2000;padding-top:50px}.mobile-form-popup{background:var(--th-card-bg);padding:20px;width:90%;max-width:360px;border-radius:8px;position:relative}.mobile-popup-close{position:absolute;top:8px;width:20%;margin-left:35%;background:none;border:none;font-size:24px;cursor:pointer}}.loader-container{display:flex;justify-content:center;align-items:center;height:200px}.spinner{width:50px;height:50px;border:6px solid var(--th-bg);border-top:6px solid #ff6b6b;border-radius:50%;background-color:transparent;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.add-product-container{padding:1rem;max-width:600px;margin:50px auto;background-color:var(--th-card-bg);border-radius:8px;box-shadow:0 2px 8px #0000001a}.add-product-form input,.add-product-form textarea,.add-product-form button,.add-product-form select{padding:10px;border:1px solid var(--th-border);border-radius:6px;font-size:1rem;width:100%}.variety-row input{flex:1;min-width:100px;padding:6px;border:1px solid var(--th-border);border-radius:4px}.cart-wrapper{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.cart-card{display:flex;background:var(--th-card-bg);padding:1rem;border-radius:10px;gap:1rem;box-shadow:0 2px 10px #0000001a}.cart-card img{width:120px;height:auto}.cart-info{flex:1}.mobile-quantity-control{display:flex;align-items:center;gap:1rem;margin-top:.5rem;width:65px}.mobile-quantity-control button{width:40px;font-weight:700;border:1px solid var(--th-border);padding:5px;border-radius:10px;background:var(--th-bg);cursor:pointer}.cart-additional{background:var(--th-card-bg);padding:1rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.cart-additional input,.cart-additional textarea{width:100%;margin-top:5px;padding:.5rem;border:1px solid var(--th-border);border-radius:6px}.payment-btn{margin-top:1rem;padding:.75rem;width:100%;background-color:#b63e2b!important;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.remove-btn{background:#ff4d4f;color:#fff;border:none;padding:6px 12px;border-radius:4px;text-align:center;cursor:pointer;margin-top:12px;width:50%}.remove-btn:hover{background:#d9363e}.coupon-list{background:var(--th-card-bg);color:var(--th-text);border:1px solid var(--th-border);margin-top:4px;border-radius:6px;max-height:150px;overflow-y:auto;padding:0;list-style:none;position:absolute;width:90%;z-index:100}.coupon-item:hover{background-color:var(--th-table-hover)}.mobile-resell-order-container{padding:140px 16px 80px;min-height:100vh;background:var(--th-bg)}.mobile-resell-order-title{font-size:20px;font-weight:600;color:var(--th-text);margin-bottom:16px;text-align:center}.mobile-resell-order-card{background:var(--th-card-bg);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000001a;margin-bottom:20px}.mobile-resell-order-image-wrapper{width:100%;height:200px;overflow:hidden}.mobile-resell-order-image{width:100%;height:100%;object-fit:cover}.mobile-resell-order-info{padding:16px}.mobile-resell-order-name{font-size:18px;font-weight:600;color:var(--th-text);margin-bottom:8px}.mobile-resell-order-description{font-size:14px;color:var(--th-text-secondary);line-height:1.5;margin-bottom:12px}.mobile-resell-order-ids{background:var(--th-bg);padding:12px;border-radius:8px;margin-bottom:12px}.mobile-resell-order-id{font-size:13px;color:var(--th-text-secondary);margin-bottom:6px}.mobile-resell-order-id:last-child{margin-bottom:0}.mobile-resell-order-id span{font-weight:600;color:var(--th-text)}.mobile-resell-order-status-wrapper{display:flex;justify-content:center;margin-top:8px}.mobile-resell-order-status{display:inline-block;font-size:14px;padding:8px 20px;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.mobile-resell-order-status.pending{background:#fff3cd;color:#856404}.mobile-resell-order-status.approved{background:#d4edda;color:#155724}.mobile-resell-order-status.rejected{background:#f8d7da;color:#721c24}.mobile-resell-order-status.sold{background:#d1ecf1;color:#0c5460}.mobile-resell-order-status.processing{background:#e2e3f3;color:#383d8b}.mobile-resell-order-timeline{background:var(--th-card-bg);border-radius:12px;padding:16px;box-shadow:0 2px 12px #0000001a}.mobile-resell-order-timeline h3{font-size:16px;font-weight:600;color:var(--th-text);margin-bottom:16px;text-align:center}.mobile-timeline{display:flex;flex-direction:column;gap:0;position:relative;padding-left:20px}.mobile-timeline:before{content:"";position:absolute;left:6px;top:10px;bottom:10px;width:2px;background:var(--th-border)}.mobile-timeline-item{display:flex;align-items:center;gap:12px;padding:12px 0;position:relative}.mobile-timeline-dot{width:14px;height:14px;border-radius:50%;background:var(--th-border);border:2px solid var(--th-card-bg);box-shadow:0 0 0 2px var(--th-border);position:absolute;left:-20px;z-index:1}.mobile-timeline-item.active .mobile-timeline-dot{background:#4caf50;box-shadow:0 0 0 2px #4caf50}.mobile-timeline-item p{font-size:14px;color:var(--th-text-muted);margin:0}.mobile-timeline-item.active p{color:var(--th-text);font-weight:500}.mobile-resell-order-loading,.mobile-resell-order-error,.mobile-resell-order-empty{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:140px 20px 20px}.mobile-resell-order-loading p,.mobile-resell-order-empty p{font-size:16px;color:var(--th-text-secondary);text-align:center}.mobile-resell-order-error p{font-size:16px;color:#dc3545;text-align:center}@media (max-width: 360px){.mobile-resell-order-container{padding:130px 12px 70px}.mobile-resell-order-title{font-size:18px}.mobile-resell-order-name{font-size:16px}.mobile-resell-order-image-wrapper{height:160px}}.mobile-offers-main{background-color:var(--th-bg);min-height:100vh;padding-bottom:2rem}.mobile-offers-container{padding:1rem}.mobile-offers-title{font-size:1.4rem;font-weight:700;text-align:center;color:#b63e2b;border-radius:20px 4px;padding:5px 10px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;margin-bottom:1.5rem;width:80%;margin:0 auto 1.5rem}.mobile-offers-row{display:grid;grid-template-columns:repeat(1,1fr);gap:.5rem}.mobile-offer-card{background-color:#fdeacc;border-radius:16px;padding:10px;box-shadow:0 2px 8px #0000000d;display:flex;gap:.5rem;transition:transform .2s ease}.mobile-offer-card:active{transform:scale(.98)}.mobile-offer-top{display:flex;justify-content:space-between;align-items:center}.mobile-offer-code-box{border:1.5px dashed #000;width:fit-content;background:var(--th-card-bg);padding:.3rem .6rem;font-size:.75rem;font-weight:700;border-radius:6px;cursor:pointer}.mobile-offer-image{width:60px;height:50px;object-fit:cover;border-radius:4px}.mobile-offer-discount{font-size:.8rem;font-weight:700;margin-top:5px;color:#b63e2b}.mobile-offer-tagline{font-size:.85rem;color:var(--th-text)}.mobile-trends-container{padding:1rem;background-color:var(--th-bg)}.mobile-trends-title{width:90%;margin-left:5%;margin-top:2%;color:#b63e2b;border-radius:20px 4px;text-align:center;padding:5px 10px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;margin-bottom:1%}.mobile-trends-grid{display:flex;flex-direction:column;gap:2rem}.mobile-trends-card{background-color:var(--th-card-bg);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.mobile-trend-video{width:100%;height:auto;object-fit:cover;border-bottom:1px solid #eee}.mobile-trend-blogs{padding:1rem}.mobile-trend-blogs h3{font-size:1.3rem;margin-bottom:1rem;color:var(--th-text)}.mobile-blog-entry{margin-bottom:1rem}.mobile-blog-entry h4{font-size:1.1rem;color:var(--th-text);margin-bottom:.3rem}.mobile-blog-entry p{font-size:.95rem;color:var(--th-text-secondary);line-height:1.5}@media (min-width: 768px){.mobile-trends-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.mobile-trend-video{height:300px}.mobile-trend-blogs h3{font-size:1.5rem}}.mobile-resell-main{background-color:var(--th-bg);padding:2% 5%}.mobile-resell-heading{color:#b63e2b;border-radius:20px 4px;text-align:center;padding:10px 15px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;margin-bottom:1.5rem;font-size:1.2rem;width:fit-content;margin-left:auto;margin-right:auto}.mobile-order-container{width:100%;display:grid;grid-template-columns:1fr;gap:1rem;padding-bottom:2rem}.mobile-resell-card{display:flex;background:var(--th-card-bg);border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.mobile-resell-image{width:40%;object-fit:contain}.mobile-order-details{width:60%;padding-left:1rem;display:flex;flex-direction:column}.mobile-order-btn{border:1px solid #b63e2b;background-color:var(--th-card-bg);color:#b63e2b;padding:.4rem;border-radius:6px;cursor:pointer;margin-top:.5rem;width:70%;align-self:flex-start;transition:background-color .3s,color .3s;font-size:.9rem;font-weight:600}.mobile-resell-id{font-size:.8rem}.mobile-resell-btn:hover{background-color:#b63e2b;color:#fff}@media (min-width: 600px){.mobile-order-container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.mobile-resell-card{flex-direction:row}.mobile-resell-image{width:150px;height:auto}.mobile-resell-btn{width:30%}}.profile-container{max-width:600px;width:90%;margin:40px auto 40px 5%;padding:1.5rem;border-radius:12px;background:var(--th-card-bg);box-shadow:0 0 10px #0000001a;color:var(--th-text)}.profile-container h2{text-align:center;margin-bottom:1.5rem}.profile-card{display:flex;flex-direction:column;gap:1rem}.profile-field{display:flex;justify-content:space-between;align-items:center}.profile-field label{font-weight:700;width:40%}.profile-field span,.profile-field input{width:58%;font-size:1rem;padding:.4rem;overflow-x:hidden;border:none;background:var(--th-card-bg);border-radius:6px}.profile-field input{border:1px solid var(--th-border);background:var(--th-card-bg)}.profile-actions{display:flex;justify-content:space-between;margin-top:1rem;flex-wrap:wrap;gap:.5rem}.profile-actions button{flex:1;padding:.3rem .7rem;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s}.edit-btn{background-color:#4caf50;color:#fff}.save-btn{background-color:#2196f3;color:#fff}.logout-btn{background-color:#ff9800;color:#fff}.deactivate-btn{background-color:#f44336;color:#fff}.profile-actions button:hover{opacity:.9}.mobile-checkout-layout{display:flex;flex-direction:column;padding:1rem}.mobile-checkout-title{text-align:center;font-size:1.5rem;margin-bottom:1rem;font-weight:700;background-color:#f2e6c5}.mobile-checkout-sidebar{width:100%;margin-bottom:1rem;padding:10px}.mobile-product-accordion{margin-bottom:15px;border:1px solid var(--th-border);border-radius:6px;padding:10px;background-color:var(--th-card-bg)}.mobile-checkout-container{width:100%;display:flex;flex-direction:column;height:auto;padding:0}.mobile-checkout-topper{display:flex;flex-direction:column}.mobile-checkout-section{background:var(--th-bg);border:1px solid var(--th-border);padding:1rem;margin-bottom:1rem}.mobile-checkout-section-header{font-weight:700;margin-bottom:.5rem;font-size:1.1rem}.mobile-checkout-section-body{display:flex;align-items:flex-start;gap:10px;font-size:.95rem}.mobile-change-btn{width:50%;padding:8px;border:1px solid var(--th-border);background:var(--th-card-bg);cursor:pointer;color:#d2ac7b;border-radius:6px;font-weight:700}.mobile-address-form{margin-bottom:1rem}.mobile-checkout-address-form{display:flex;flex-direction:column}.mobile-checkout-address-form input{margin-right:0;margin-bottom:10px;padding:8px;border:1px solid var(--th-border);border-radius:5px}.mobile-address-form input,.mobile-summary-details input{width:100%;padding:8px;border:1px solid var(--th-border);border-radius:5px;margin-bottom:10px}.addadrsbtn{width:50%;margin-left:25%;padding:10px;background-color:#d2ac7b;color:#fff;border:none;border-radius:5px;cursor:pointer;letter-spacing:2px;font-weight:700}.mobile-payment-section{height:auto;padding:1rem .5rem;background:var(--th-card-bg);border:1px solid var(--th-border);margin-bottom:1rem}.mobile-payment-option{display:flex;flex-direction:row;justify-content:space-between;padding:0 .5rem;margin:.5rem 0}.mobile-payment-option label{width:80%}.mobile-payment-option input{width:20px;height:20px}.mobile-order-summary{padding:1rem .5rem;border:2px solid var(--th-border);background:var(--th-bg)}.mobile-order-summary h3{font-size:1.2rem;margin-bottom:10px}.mobile-order-summary p{font-size:.95rem}.mobile-summary-details{margin-top:1rem}.mobile-summary-details input{margin-left:0}.mobile-summary-line{display:flex;justify-content:space-between;margin:5px 0;font-size:.95rem}.mobile-summary-line.mobile-total{font-weight:700;border-top:1px solid var(--th-border);padding-top:10px}.mobile-payment-btn{padding:10px;background:#d2ac7b;border:none;color:#fff;width:70%;margin-left:15%;margin-top:1rem;cursor:pointer;font-weight:700;letter-spacing:2px;border-radius:5px}.mobile-accordion-image{max-height:200px;width:100%;object-fit:cover;margin-top:8px;margin-bottom:8px;border-radius:4px}.quantity-controls{display:flex}.quantity-controls p{width:25%;text-align:center}.qty-buttons{display:flex;justify-content:space-between;width:28%}.qty-buttons button{background-color:#b63e2b;border:1px solid #b63e2b;width:25px;color:#fff;height:25px;border-radius:50%;font-weight:700;text-align:center;align-items:center}.mobile-coupon-input{background-color:var(--th-card-bg);width:100%;height:auto;margin:10px 0 20px;border:1px solid var(--th-border);border-radius:10px;padding:5px}.mobile-coupon-input input{padding:3px;border-radius:5px;margin-top:5px;border:1px solid var(--th-border)}.coupon-list{background-color:var(--th-card-bg);color:var(--th-text);border:1px solid var(--th-border);margin-top:4px;border-radius:6px;max-height:150px;overflow-y:auto;padding:0;list-style:none;position:absolute;width:90%;z-index:100}.coupon-item{padding:8px 10px;cursor:pointer}.mobile-explore-container{padding:10px;font-family:Arial,sans-serif}.mobile-explore-layout{display:flex;gap:20px}.mobile-category-sidebar{display:flex;flex-direction:column;gap:15px;width:180px;font-size:small;margin-top:8%}.mobile-category-small-card{background-color:var(--th-bg);border-radius:10px;text-align:center;padding:5px;box-shadow:0 0 5px #0000001a;width:120px;aspect-ratio:1 / 1;display:flex;flex-direction:column;flex-shrink:0}.mobile-category-thumb{width:100%;height:60px;object-fit:cover;border-radius:6px}.mobile-category-thumb-main{width:100%;height:150px;object-fit:cover;border-radius:6px}.mobile-category-label{font-weight:700;font-size:12px}.mobile-product-section{margin-top:40px;flex:1}.mobile-product-heading{text-align:center;margin-bottom:20px;width:30%;margin-left:35%;padding:10px 15px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;color:#b63e2b;border-radius:20px 4px}.mobile-product-grid-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:4px}.empp-mobile-product-card{width:100%;border:1px solid var(--th-border);border-radius:8px;padding:5px;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--th-card-bg);text-align:center}.mobile-product-grid-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:0 1rem;scroll-behavior:smooth}.mobile-product-grid-row::-webkit-scrollbar{height:6px}.mobile-product-grid-row::-webkit-scrollbar-thumb{background-color:#bbb;border-radius:3px}.empp-mobile-product-card img{width:100%;height:120px;object-fit:cover;border-radius:6px}.empp-mobile-product-card h5{font-size:1rem;margin:.3rem 0}.empp-mobile-product-card p{font-size:.8rem}.mobile-product-name{font-size:14px;margin:5px 0}.mobile-product-price{color:var(--th-text);font-weight:700}.mobile-product-buttons{display:flex;margin-top:10px;width:100%}.mobile-add-to-cart-btn{padding:3px 5px;width:100px;border:1px solid #b63e2b;border-radius:5px;cursor:pointer}.mobile-buy-now-btn{padding:3px 5px;border:1px solid #b63e2b;border-radius:5px;cursor:pointer}.mobile-add-to-cart-btn{background-color:var(--th-card-bg);color:#b63e2b}.mobile-buy-now-btn{background-color:#b63e2b;color:#fff}.wishlist-icon{position:absolute;top:8px;right:8px;background:transparent;border:none;cursor:pointer;z-index:2}.mobile-product-image-wrapper{position:relative}.mobile-add-to-cart-btn,.mobile-buy-now-btn{padding:4px 6px;font-size:12px;border-radius:4px}.mobile-add-to-cart-btn{border:1px solid #555;background:transparent;color:var(--th-text)}.mobile-buy-now-btn{background-color:tomato;color:#fff;border:none}@media (max-width: 768px){.mobile-explore-layout{flex-direction:column;gap:1rem}.mobile-category-sidebar{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;width:100%;margin-top:1rem;padding-bottom:1rem;gap:.5rem;-webkit-overflow-scrolling:touch}.mobile-category-small-card{min-width:110px;height:90px}.mobile-category-label{font-size:10px}.mobile-product-section{margin-top:1rem}.mobile-product-heading{width:90%;margin:0 auto 1rem;font-size:1rem;padding:8px}.mobile-product-grid{flex-direction:column;align-items:center;gap:1rem}.empp-mobile-product-card h5{font-size:.7rem;margin:.3rem 0}.empp-mobile-product-card-explore{width:90%;padding:1rem}.mobile-category-thumb-main{height:180px}.mobile-product-buttons{gap:.5rem}.mobile-add-to-cart-btn{width:50%;font-size:.5rem}.mobile-buy-now-btn{width:40%;font-size:.5rem}.mobile-category-sidebar::-webkit-scrollbar{display:none}.wishlist-icon{position:absolute;top:8px;right:8px;background:transparent;border:none;cursor:pointer;z-index:2}.mobile-product-image-wrapper{position:relative}.mobile-add-to-cart-btn,.mobile-buy-now-btn{padding:4px 6px;font-size:12px;border-radius:4px}.mobile-add-to-cart-btn{border:1px solid #b63e2b;background:transparent;color:#b63e2b}.mobile-buy-now-btn{background-color:#b63e2b;color:#fff;border:none}.empp-card-bottom{position:relative;bottom:0}}.mobile-sell-options-container{display:flex;flex-direction:column;padding:.2rem;background-color:var(--th-bg)}.mobile-button-group{display:flex;gap:1rem;margin-bottom:1rem;padding:.5rem}.mobile-option-button{width:100%;padding:.75rem;border:1px solid #e14d37;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;background-color:var(--th-card-bg);color:#e14d37}.mobile-active-customer,.mobile-active-seller{background-color:#e14d37;color:#fff}.mobile-option-content{width:100%}.mobile-resell-main h2{width:40%;text-align:center;border-radius:20px 4px;padding:5px 10px;border-bottom:4px solid #b63e2b;border-left:1px solid #b63e2b;border-top:1px solid #b63e2b;border-right:4px solid #b63e2b;margin-bottom:1.5rem;color:#b63e2b;font-size:1.2rem}.mobile-resell-container{display:flex;flex-direction:column;gap:.3rem}.mobile-resell-card{border:1px solid var(--th-border);border-radius:8px;padding:.5rem;background-color:var(--th-card-bg);display:flex}.mobile-resell-card img{width:100%;height:150px;object-fit:fill;border-radius:6px}.mobile-resell-details{padding:.5rem 0;margin-left:10px;display:flex;flex-direction:column;flex-wrap:wrap}.mobile-resell-details p{margin:.2rem 0;font-size:.9rem;color:var(--th-text-secondary)}.mobile-resell-btn{padding:.5rem;width:70%;border:none;background-color:#e14d37;color:#fff;font-weight:700;border-radius:6px;cursor:pointer}.mobile-cusResellOther{margin-top:1rem;border-top:1px solid var(--th-border);padding-top:1.2rem;padding-bottom:1rem;display:flex;gap:.5rem}.mobile-cusResellOther h4{font-size:.7rem;color:var(--th-text)}.mobile-cusResellOther button{padding:.3rem;background-color:var(--th-card-bg);width:40%;margin-top:-5px;margin-left:-180px;color:#e14d37;border:1px solid #e14d37;border-radius:6px;font-weight:700}.mobile-signup-wrapper-sell{background-color:var(--th-bg);padding:1rem 0}.mobile-signup-content{background-color:var(--th-card-bg);border-radius:12px;padding:1rem;box-shadow:0 0 10px #0003}.mobile-signup-container,.mobile-form-row{display:flex;flex-direction:column;gap:1rem}.mobile-form-group label{font-size:.9rem;margin-bottom:.3rem}.mobile-form-group input,.mobile-form-group select{padding:.7rem;font-size:1rem;border-radius:6px;border:1px solid var(--th-border)}.mobile-signup-container button{padding:.7rem;background-color:#e14d37;color:#fff;font-weight:700;border-radius:6px;border:none;cursor:pointer}.wishlist-container{padding:1rem .8rem .8rem;background-color:var(--th-bg);min-height:100vh;padding-bottom:80px}.wishlist-header{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#b63e2b;box-shadow:1px 1px 5px #b63e2b;text-align:center;border-radius:10px;padding:4px 0}.wishlist-grid{display:flex;flex-direction:column;gap:.8rem}.wishlist-card{position:relative;background-color:var(--th-card-bg);border-radius:10px;padding:.6rem;box-shadow:0 2px 6px #0000001a;display:flex;flex-direction:row;gap:.8rem;align-items:flex-start}.wishlist-image{width:110px;height:110px;object-fit:cover;border-radius:8px;flex-shrink:0;cursor:pointer}.wishlist-details{flex:1;display:flex;flex-direction:column;gap:.2rem;overflow:hidden}.wishlist-name{font-size:.95rem;font-weight:600;margin:0;color:var(--th-text);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wishlist-category{font-size:.78rem;color:var(--th-text-muted);margin:0}.wishlist-description{font-size:.78rem;color:var(--th-text-secondary);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-price{font-size:1rem;font-weight:700;color:#e91e63;margin:.2rem 0 .4rem}.wishlist-buttons{display:flex;gap:.5rem}.wishlist-buttons .btn-outline{flex:1;padding:5px 6px;font-size:.75rem;border-radius:5px;cursor:pointer;background-color:var(--th-card-bg);color:#b63e2b;border:1px solid #b63e2b;transition:background-color .2s}.wishlist-buttons .btn-outline:hover{background-color:#b63e2b;color:#fff}.wishlist-buttons .btn-primary{flex:1;padding:5px 6px;font-size:.75rem;border-radius:5px;cursor:pointer;background-color:#b63e2b;color:#fff;border:none;transition:background-color .2s}.wishlist-buttons .btn-primary:hover{background-color:#9a3224}.wishlist-heart{position:absolute;top:8px;right:8px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:red}.wishlist-heart-icon{font-size:20px;color:red}.emptyWishlist{text-align:center;padding:3rem 1rem;color:var(--th-text-muted);font-size:1rem}.snackbar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#b63e2b;color:#fff;padding:12px 24px;border-radius:15px;z-index:1000;font-size:14px;animation:fadeInOut 3s}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}.mobile-seller-sidebar{position:fixed;top:45px;left:-100%;width:60%;background-color:var(--th-sidebar-bg);border-right:1px solid var(--th-border);border-bottom:1px solid var(--th-border);border-radius:0 0 10px;transition:left .3s ease-in-out;z-index:999;box-shadow:2px 4px 10px var(--th-shadow)}.mobile-seller-sidebar.open{left:0!important}.mobile-seller-nav-main{display:flex;flex-direction:column;padding:6px 0}.mobile-nav-link{display:flex;align-items:center;padding:12px 14px;text-decoration:none;color:var(--th-text);border-bottom:1px solid var(--th-border);font-size:14px;font-weight:500;transition:background .15s}.mobile-nav-icon{margin-right:10px;width:auto;flex-shrink:0}.mobile-seller-header{display:flex;justify-content:space-between;align-items:center;background-color:var(--th-header-bg);padding:6px 10px;color:var(--th-header-text);position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 5px var(--th-shadow)}.mobile-seller-title{font-weight:700;font-size:15px;text-align:center;flex:1;width:auto;color:var(--th-header-text)}*{margin:0;padding:0;width:100%;box-sizing:border-box}body{width:100%;background:var(--th-bg);color:var(--th-text);font-family:Segoe UI,sans-serif;display:flex;align-items:center;justify-content:center}.mobile-seller-content{margin-top:45px;width:100%;min-height:calc(100vh - 45px);background:var(--th-bg);color:var(--th-text);overflow-y:auto}.seller-header{position:fixed;top:0;left:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;background-color:var(--th-header-bg);padding:1rem 2rem;color:var(--th-header-text);font-family:Segoe UI,sans-serif;box-shadow:0 2px 5px var(--th-shadow);width:100%}.logo{font-size:1.8rem;font-weight:700;width:20%}.hub-title{font-size:1.2rem;font-weight:500;width:15%;text-align:center}.logout-btn{background-color:var(--th-logout-bg);color:var(--th-logout-text);padding:.5rem 1rem;font-weight:600;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;width:8%;font-size:medium}.logout-btn:hover{background-color:var(--th-logout-hover)}.seller-content{flex:1;padding:2rem;overflow-y:auto}.MobileSellerHome{width:85%;margin-left:15%;position:absolute;top:9%}.product-card:hover{transform:translateY(-10px)}.product-card img{width:100%;height:180px;object-fit:cover;border-radius:8px}.product-card h3{margin-top:10px;font-size:18px;color:var(--th-text)}.product-card p{font-size:14px;color:var(--th-text-muted);margin-top:5px}.seller-returns-container{padding:20px;background-color:var(--th-bg)}.order-card{display:flex;background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:15px;margin-bottom:15px;box-shadow:0 4px 8px var(--th-shadow);transition:transform .3s ease-in-out}.order-card:hover{transform:translateY(-5px)}.order-card img{width:100px;height:100px;border-radius:8px;object-fit:cover;margin-right:15px}.order-card .order-details{display:flex;flex-direction:column;justify-content:space-between}.order-card h4{font-size:18px;color:var(--th-text);margin-bottom:10px}.order-card p{font-size:14px;color:var(--th-text-secondary);margin:5px 0}.msh-wrapper{padding:1rem;background:var(--th-bg);color:var(--th-text);min-height:100%}.msh-welcome{background:var(--th-accent);color:#fff;border-radius:14px;padding:1rem 1.1rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.msh-greeting{font-size:.78rem;opacity:.85;margin-bottom:2px}.msh-store-name{font-size:1rem;font-weight:700}.msh-store-badge{background:#ffffff40;color:#fff;font-size:.72rem;font-weight:700;border-radius:20px;padding:3px 10px;flex-shrink:0;width:fit-content}.msh-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}.msh-stat-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:.9rem 1rem;text-align:center;box-shadow:0 2px 5px var(--th-shadow)}.msh-stat-value{font-size:1.3rem;font-weight:700;color:var(--th-accent);margin-bottom:2px}.msh-stat-label{font-size:.75rem;color:var(--th-text-muted);font-weight:500}.msh-section{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1rem;box-shadow:0 2px 5px var(--th-shadow)}.msh-section-title{font-size:.78rem;font-weight:700;color:var(--th-accent);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid var(--th-border);width:100%}.msh-order-list{display:flex;flex-direction:column;gap:.6rem}.msh-order-row{display:flex;justify-content:space-between;flex-direction:column;align-items:flex-start;border:1px solid var(--th-border);border-radius:10px;padding:.75rem;background:var(--th-bg);gap:.5rem}.msh-order-id{font-size:.75rem;color:var(--th-accent);margin-bottom:2px;border:1px solid var(--th-border);padding:2px 6px;border-radius:6px;width:fit-content}.msh-order-product{font-size:.85rem;font-weight:500;color:var(--th-text)}.msh-order-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.msh-order-price{font-size:.85rem;font-weight:700;color:var(--th-text);margin-bottom:3px}.msh-status{font-size:.7rem;font-weight:600;border-radius:20px;padding:2px 8px;width:fit-content}.msh-status-placed{background:#fff3cd;color:#856404}.msh-status-processing{background:#cce5ff;color:#004085}.msh-status-delivered{background:#d4edda;color:#155724}.msh-status-rejected{background:#f8d7da;color:#721c24}.msp-wrapper{padding:1rem;background:var(--th-bg);min-height:100%}.msp-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.msp-heading{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem}.msp-edit-btn{font-size:.8rem;font-weight:600;color:var(--th-accent);background:transparent;border:1.5px solid var(--th-accent);border-radius:8px;padding:.35rem .9rem;cursor:pointer;width:auto;flex-shrink:0;transition:background .15s,color .15s}.msp-edit-btn:hover{background:var(--th-accent);color:#fff}.msp-action-btns{display:flex;gap:.5rem}.msp-cancel-btn{font-size:.8rem;font-weight:600;color:var(--th-text-muted);background:transparent;border:1.5px solid var(--th-border);border-radius:8px;padding:.35rem .9rem;cursor:pointer;width:auto}.msp-cancel-btn:hover{background:var(--th-card-bg-alt)}.msp-save-btn{font-size:.8rem;font-weight:600;color:#fff;background:var(--th-accent);border:1.5px solid var(--th-accent);border-radius:8px;padding:.35rem .9rem;cursor:pointer;width:auto}.msp-save-btn:hover{background:var(--th-accent-hover);border-color:var(--th-accent-hover)}.msp-avatar-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem;background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1rem}.msp-avatar{width:54px;height:54px;border-radius:50%;background-color:var(--th-accent);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:auto;min-width:54px;max-width:54px}.msp-name{font-size:1rem;font-weight:700;color:var(--th-text);margin-bottom:.25rem;width:100%}.msp-badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:.75rem;font-weight:600;width:fit-content}.msp-badge-active{background-color:#d4edda;color:#27ae60}.msp-badge-inactive{background-color:#fde8e8;color:#e74c3c}.msp-cards{display:flex;flex-direction:column;gap:1rem}.msp-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1rem 1.1rem;box-shadow:0 2px 5px var(--th-shadow)}.msp-card-title{font-size:.78rem;font-weight:700;color:var(--th-accent);margin-bottom:.8rem;padding-bottom:.35rem;border-bottom:1px solid var(--th-border);text-transform:uppercase;letter-spacing:.04em;width:100%}.msp-fields{display:flex;flex-direction:column;gap:.65rem;width:100%}.msp-field{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;min-width:0}.msp-label{font-size:.8rem;color:var(--th-text-muted);flex-shrink:0;width:105px}.msp-value{font-size:.85rem;color:var(--th-text);font-weight:500;text-align:right;min-width:0;word-break:break-word;width:100%}.msp-edit-input{font-size:.85rem;color:var(--th-text);background:var(--th-input-bg);border:1.5px solid var(--th-input-border);border-radius:6px;padding:.22rem .5rem;text-align:right;width:100%;outline:none;font-family:inherit}.msp-edit-input:focus{border-color:var(--th-accent)}.seller-overview-wrapper{width:100%;background:var(--th-bg);padding:1rem}.seller-overview-wrapper h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin-bottom:1rem}.overview-container{display:flex;flex-direction:column;gap:1.2rem}.mobile-overview-chart-section{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1rem;box-shadow:0 2px 5px var(--th-shadow);height:fit-content}.chart-title{font-size:.9rem;font-weight:700;color:var(--th-accent);margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.04em}.chart-wrapper{height:220px}@media screen and (max-width: 768px){.sales-profit-container{position:static;width:100%;padding:12px;top:auto;left:auto;background-color:transparent;margin-top:30px}.sales-table-container{padding:12px;box-shadow:none;border-radius:8px}.sales-table-container h2{font-size:1rem;margin-bottom:12px}.sales-table{overflow-x:auto}.sales-table table{min-width:600px;font-size:.75rem}.sales-table th,.sales-table td{padding:8px}.download-pdf-btn{font-size:.75rem;width:150px;padding:8px 12px}}.mobile-seller-products-container{background:var(--th-bg);color:var(--th-text);width:100%;min-height:100%;padding:1rem;box-sizing:border-box}.mobile-seller-products-container h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin-bottom:1rem}.mobile-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px;padding-bottom:8px}.mobile-seller-nav-btn{padding:8px 0;background:var(--th-card-bg);border:1px solid var(--th-accent);color:var(--th-accent);border-radius:5px;font-size:13px;text-align:center;cursor:pointer;transition:.2s ease}.mobile-seller-nav-btn.mobile-active{background:var(--th-accent);color:#fff;font-weight:600}.mobile-seller-nav-btn:hover{background:var(--th-sidebar-hover)}.mobile-search-bar{padding:8px 10px;width:100%;border:1px solid var(--th-input-border);border-radius:6px;background:var(--th-input-bg);color:var(--th-text);margin-bottom:12px;box-sizing:border-box;font-size:.9rem}.mobile-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mobile-product-card{width:100%;background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:10px;text-align:center;box-shadow:0 2px 5px var(--th-shadow)}.mobile-product-card h3{font-size:.85rem;font-weight:600;color:var(--th-text);margin:6px 0 4px}.mobile-product-card p{font-size:.8rem;color:var(--th-text-secondary);margin:2px 0}.mobile-product-card img{width:100%;height:130px;object-fit:cover;border-radius:8px;margin-bottom:6px}.varieties-list{list-style:none;padding:0;margin:4px 0;font-size:.78rem;color:var(--th-text-muted)}.mobile-card-actions{display:flex;justify-content:space-between;margin-top:8px;gap:6px}.mobile-card-actions button{flex:1;padding:6px 8px;border:none;border-radius:4px;color:#fff;font-size:.8rem;cursor:pointer;font-weight:600}.mobile-edit-btn{background-color:#357edd}.mobile-delete-btn{background-color:#d9534f}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--th-overlay);display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:var(--th-card-bg);color:var(--th-text);width:90%;max-height:85vh;overflow-y:auto;padding:20px;border-radius:12px;border:1px solid var(--th-border)}.modal-content h3{font-size:1rem;font-weight:700;color:var(--th-text);margin-bottom:1rem;border-left:4px solid var(--th-accent);padding-left:.6rem}.flex-edit-model{display:flex;flex-direction:column;gap:10px}.modal-img{width:50%;height:auto;object-fit:cover;border-radius:6px;align-self:center}.editable-content{display:flex;flex-direction:column;gap:8px}.edit-input{display:flex;align-items:center;justify-content:space-between;gap:10px}.edit-input label{flex:0 0 90px;font-size:.82rem;font-weight:500;color:var(--th-text-muted)}.edit-input input,.edit-input textarea,.edit-input select{flex:1;padding:6px 8px;border:1px solid var(--th-input-border);border-radius:4px;background:var(--th-input-bg);color:var(--th-text);font-size:.85rem;font-family:inherit}.edit-input input:focus,.edit-input textarea:focus,.edit-input select:focus{outline:none;border-color:var(--th-accent)}.modal-btns{margin-top:15px;display:flex;justify-content:space-between;gap:10px}.modal-btns button{flex:1;padding:10px;font-weight:600;border:none;border-radius:8px;cursor:pointer;font-size:.9rem}.modal-btns button:first-child{background:var(--th-accent);color:#fff}.modal-btns button:first-child:hover{background:var(--th-accent-hover)}.modal-btns .cancel-btn{background:var(--th-card-bg-alt);color:var(--th-text-muted);border:1px solid var(--th-border)}.seller-orders-wrapper{padding:1rem;background:var(--th-bg);color:var(--th-text);min-height:100%}.seller-orders-wrapper h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin-bottom:1rem}.orders-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px;padding-bottom:8px}.orders-nav-btn{padding:8px 0;background:var(--th-card-bg);border:1px solid var(--th-accent);color:var(--th-accent);border-radius:5px;font-size:13px;text-align:center;cursor:pointer;transition:.2s ease;width:auto}.orders-nav-btn.active{background:var(--th-accent);color:#fff;font-weight:600}.orders-nav-btn:hover:not(.active){background:var(--th-sidebar-hover)}.orders-search-bar{padding:8px 10px;width:100%;border:1px solid var(--th-input-border);border-radius:6px;background:var(--th-input-bg);color:var(--th-text);margin-bottom:12px;box-sizing:border-box;font-size:.9rem}.orders-container{display:flex;flex-direction:column;gap:1rem}.order-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:.8rem;box-shadow:0 2px 5px var(--th-shadow);display:flex;flex-direction:column;gap:.5rem}.order-image-wrap{width:100%;height:180px;border-radius:8px;overflow:hidden;background:var(--th-card-bg-alt);display:flex;align-items:center;justify-content:center}.order-image{width:100%;height:100%;object-fit:contain;border-radius:8px}.order-details{display:flex;flex-direction:column;gap:4px}.order-title{font-size:1rem;font-weight:700;color:var(--th-text)}.order-info{font-size:.9rem;color:var(--th-text-secondary)}.order-status{font-size:.9rem;color:var(--th-text)}.order-actions{display:flex;gap:.5rem;margin-top:.5rem}.btn-accept{flex:1;padding:8px;background:#27ae60;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:.85rem}.btn-reject{flex:1;padding:8px;background:#e74c3c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:.85rem}.seller-transaction-container{width:100%;padding:1rem;background:var(--th-bg);color:var(--th-text);min-height:100%}.seller-transaction-header{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;margin-bottom:1rem}.seller-transaction-header h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin:0}.seller-download-btn{width:35%;font-size:.9rem;background:var(--th-accent);color:#fff;border:none;border-radius:8px;text-align:center;cursor:pointer;font-weight:600}.seller-download-btn:hover{background:var(--th-accent-hover)}.mobile-seller-transaction-table{width:100%;overflow-x:auto;display:block;background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;box-shadow:0 2px 5px var(--th-shadow)}.mobile-seller-transaction-table table{min-width:500px;width:100%;border-collapse:collapse}.mobile-seller-transaction-table th{background:var(--th-table-header);color:var(--th-text);font-size:.82rem;font-weight:700;padding:10px 8px;text-align:left;border-bottom:1px solid var(--th-border);width:fit-content}.mobile-seller-transaction-table td{font-size:.85rem;padding:8px;color:var(--th-text);border-bottom:1px solid var(--th-border);width:fit-content}.mobile-seller-transaction-table tr:last-child td{border-bottom:none}.mobile-seller-transaction-table tr:nth-child(2n) td{background:var(--th-table-row-alt)}.seller-pagination{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-top:1rem;color:var(--th-text-muted)}.seller-pagination button{width:100px;font-size:.85rem;padding:8px;background:var(--th-card-bg-alt);color:var(--th-text);border:1px solid var(--th-border);border-radius:6px;cursor:pointer}.seller-pagination button:hover{background:var(--th-sidebar-hover)}.eller-pagination span{font-size:.85rem;color:var(--th-text-muted);text-align:center}.seller-reviews-container{width:100%;padding:1rem;background:var(--th-bg);color:var(--th-text);min-height:100%}.seller-reviews-container h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin-bottom:1rem}.review-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1rem;margin-bottom:.75rem;box-shadow:0 2px 5px var(--th-shadow)}.review-card h4{font-size:1rem;font-weight:700;color:var(--th-text);margin-bottom:.4rem}.review-card p{font-size:.9rem;color:var(--th-text-secondary);margin:2px 0}.review-card .rating{font-size:1rem;color:var(--th-accent);font-weight:600}.seller-note-wrapper{padding:1rem;display:flex;flex-direction:column;gap:1rem;background:var(--th-bg);min-height:100%}.seller-note-wrapper h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin-bottom:.5rem}.seller-note-form{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1.2rem;box-shadow:0 2px 6px var(--th-shadow);width:100%}.form-group{margin-bottom:1rem;display:flex;flex-direction:column;width:100%}.form-label{font-weight:600;margin-bottom:.4rem;color:var(--th-text);font-size:.9rem;width:100%}.form-input,.form-textarea{padding:.65rem .75rem;border:1.5px solid var(--th-input-border);border-radius:8px;font-size:.9rem;font-family:inherit;background-color:var(--th-input-bg);color:var(--th-text);width:100%}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--th-accent)}.form-submit-btn{background-color:var(--th-accent);color:#fff;border:none;padding:.7rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:700;font-size:.95rem;width:fit-content;transition:background .2s}.form-submit-btn:hover{background-color:var(--th-accent-hover)}.note-history{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1.2rem;box-shadow:0 2px 6px var(--th-shadow);width:100%}.note-history-title{font-size:.95rem;font-weight:700;color:var(--th-text);margin-bottom:.9rem;padding-bottom:.4rem;border-bottom:2px solid var(--th-border);width:100%}.note-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.note-item{background:var(--th-card-bg-alt);border:1px solid var(--th-border);border-left:4px solid var(--th-accent);border-radius:8px;padding:.75rem .9rem;width:100%}.note-date{font-size:.75rem;color:var(--th-accent);font-weight:600;display:block;margin-bottom:.25rem;width:100%}.note-message{font-size:.88rem;color:var(--th-text-secondary);line-height:1.5;width:100%;margin:0}.add-product-container{padding:1rem;max-width:600px;margin:50px auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.add-product-container h2{text-align:center;margin-bottom:1rem;color:#b63e2b}.add-product-form{display:flex;flex-direction:column;gap:1rem}.add-product-form input,.add-product-form textarea,.add-product-form button,.add-product-form select{padding:10px;border:1px solid #ccc;border-radius:6px;font-size:1rem;width:100%}.isRefurbished{display:flex;align-items:center;text-align:left;width:35%}.add-product-form textarea{resize:vertical;min-height:80px}.add-product-form button{background-color:#b63e2b;color:#fff;border:none;cursor:pointer;transition:background .3s ease}.add-product-form button:hover{background-color:#8e2d1f}.variety-row{display:flex;gap:10px;align-items:center;padding:8px;border-radius:4px}.variety-row input{flex:1;min-width:100px;padding:6px;border:1px solid #ccc;border-radius:4px}@media (max-width: 768px){.add-product-container{padding:5%;max-width:100%;margin-top:40px;border-radius:0}.add-product-form input,.add-product-form textarea,.add-product-form button{font-size:.95rem;padding:8px}.add-product-form h2{font-size:1.2rem}}.msd-wrapper{padding:1rem;display:flex;flex-direction:column;gap:1rem}.msd-page-header{display:flex;align-items:center;justify-content:space-between}.msd-heading{font-size:1.1rem;font-weight:700;color:var(--th-text)}.msd-upload-toggle-btn{display:flex;align-items:center;gap:.35rem;padding:.4rem .85rem;background:salmon;color:#fff;border:none;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer}.msd-upload-section{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1.1rem}.msd-upload-title{font-size:.95rem;font-weight:700;color:var(--th-text);margin-bottom:.9rem}.msd-upload-form{display:flex;flex-direction:column;gap:.85rem}.msd-upload-field{display:flex;flex-direction:column;gap:.3rem}.msd-field-label{font-size:.78rem;font-weight:600;color:var(--th-text-muted)}.msd-field-input{padding:.5rem .7rem;border:1px solid var(--th-border);border-radius:8px;background:var(--th-bg);color:var(--th-text);font-size:.85rem;outline:none}.msd-field-input:focus{border-color:salmon}.msd-file-pick{border:2px dashed var(--th-border);border-radius:10px;padding:1.1rem;text-align:center;cursor:pointer;background:var(--th-bg)}.msd-file-placeholder{display:flex;flex-direction:column;align-items:center;gap:.4rem;font-size:.85rem;color:var(--th-text-muted)}.msd-file-hint{font-size:.72rem;color:var(--th-text-muted)}.msd-file-selected{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.msd-file-name{font-size:.82rem;font-weight:600;color:var(--th-text);word-break:break-all}.msd-file-size{font-size:.74rem;color:var(--th-text-muted)}.msd-file-clear{display:flex;align-items:center;background:#fde8e8;color:#e74c3c;border:none;border-radius:50%;padding:3px;cursor:pointer}.msd-upload-msg{font-size:.82rem;font-weight:600;padding:.45rem .7rem;border-radius:8px}.msd-upload-msg-success{background:#d4edda;color:#27ae60}.msd-upload-msg-error{background:#fde8e8;color:#e74c3c}.msd-submit-btn{padding:.5rem 1.2rem;background:salmon;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;align-self:flex-start}.msd-submit-btn:disabled{opacity:.6;cursor:not-allowed}.msd-summary{display:flex;gap:.6rem;flex-wrap:wrap}.msd-summary-item{display:flex;align-items:center;gap:.35rem;padding:.28rem .7rem;border-radius:20px;font-size:.76rem;font-weight:600}.msd-sum-verified{background:#d4edda;color:#27ae60}.msd-sum-pending{background:#fff3cd;color:#e67e22}.msd-sum-rejected{background:#fde8e8;color:#e74c3c}.msd-list{display:flex;flex-direction:column;gap:.75rem}.msd-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.6rem}.msd-card-top{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}.msd-file-icon{flex-shrink:0;background:var(--th-card-bg-alt);border-radius:8px;padding:.4rem;display:flex;align-items:center;justify-content:center}.msd-card-info{flex:1;min-width:0}.msd-doc-name{font-size:.9rem;font-weight:700;color:var(--th-text);margin-bottom:.15rem}.msd-doc-desc{font-size:.76rem;color:var(--th-text-muted);line-height:1.4}.msd-status{display:flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:600;width:fit-content;padding:2px 7px;border-radius:12px;white-space:nowrap;flex-shrink:0}.msd-status-verified{background:#d4edda;color:#27ae60}.msd-status-pending{background:#fff3cd;color:#e67e22}.msd-status-rejected{background:#fde8e8;color:#e74c3c}.msd-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid var(--th-border);gap:.5rem}.msd-filename{font-size:.76rem;color:var(--th-accent);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.msd-meta-right{display:flex;gap:.6rem;align-items:center;flex-shrink:0}.msd-size,.msd-date{font-size:.72rem;color:var(--th-text-muted);white-space:nowrap}.mobile-admin-sidebar{position:fixed;top:45px;left:-100%;width:65%;background-color:var(--th-sidebar-bg);border-right:1px solid var(--th-border);border-bottom:1px solid var(--th-border);border-radius:0 0 10px;transition:left .3s ease-in-out;z-index:999;box-shadow:2px 4px 10px var(--th-shadow);overflow-y:auto;max-height:calc(100vh - 45px)}.mobile-admin-sidebar.open{left:0!important}.mobile-admin-nav-main{display:flex;flex-direction:column;padding:6px 0}.mobile-nav-link{display:flex;align-items:center;padding:12px 14px;text-decoration:none;color:var(--th-text);border-bottom:1px solid var(--th-border);font-size:14px;font-weight:500;gap:10px;transition:background .15s}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover{background-color:var(--th-sidebar-hover)}.mobile-nav-icon{flex-shrink:0;width:auto}.mobile-admin-header{display:flex;justify-content:space-between;align-items:center;background-color:var(--th-header-bg);padding:6px 10px;color:var(--th-header-text);position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 5px var(--th-shadow)}.mobile-burger-btn{background:none;border:none;color:var(--th-header-text);cursor:pointer;width:auto;flex-shrink:0;display:flex;align-items:center;padding:4px}.mobile-admin-title{font-weight:700;font-size:15px;text-align:center;flex:1;width:auto;color:var(--th-header-text)}.mobile-theme-btn{background:none;border:none;color:var(--th-header-text);cursor:pointer;width:auto;flex-shrink:0;display:flex;align-items:center;padding:4px 6px}.mobile-logout-btn{background:var(--th-logout-bg);border:none;color:var(--th-logout-text);padding:5px 8px;border-radius:5px;font-weight:700;font-size:12px;cursor:pointer;width:auto;flex-shrink:0}.mobile-logout-btn:hover{background:var(--th-logout-hover)}.laptop-logo-img{height:36px;width:auto;object-fit:contain;cursor:pointer}:root{--sidebar-width: 240px;--header-height: 60px}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--th-bg);color:var(--th-text);font-family:Segoe UI,sans-serif;overflow-x:hidden}.admin-content{margin-left:0;margin-top:45px;width:100%;min-height:calc(100vh - 45px);overflow-x:hidden;overflow-y:auto;background:var(--th-bg);color:var(--th-text)}.adminHome,.dashboard-wrapper{width:100%}.mobile-admin-page-container{height:calc(100vh - var(--header-height, 60px));display:flex;flex-direction:column;overflow:hidden;width:100%;min-height:unset;background-color:var(--th-bg);color:var(--th-text)}.admin-page-scroll{flex:1;overflow-y:auto;min-height:0;background-color:var(--th-bg)}.admin-page-heading{font-size:1.5rem;font-weight:700;color:var(--th-text);padding:1.2rem 1.5rem .4rem;border-left:4px solid var(--th-accent);margin-bottom:.5rem;letter-spacing:.01em}.mobile-mobile-admin-home-container{padding:0;width:100%}.admin-home-title{font-size:1.4rem;font-weight:600;color:var(--th-text);padding:1.2rem 1.5rem .8rem}.admin-tiles-grid{padding:0 1.5rem 1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.2rem}.admin-tile{background:var(--th-card-bg);border-radius:10px;padding:1.2rem 1.4rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px var(--th-shadow);transition:transform .2s ease,box-shadow .2s ease}.admin-tile:hover{transform:translateY(-3px);box-shadow:0 6px 16px var(--th-shadow)}.tile-icon-wrap{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tile-info{display:flex;flex-direction:column;gap:2px;min-width:0}.tile-value{font-size:1.6rem;font-weight:700;color:var(--th-text);line-height:1.1;white-space:nowrap}.tile-label{font-size:.8rem;color:var(--th-text-muted);font-weight:500;white-space:nowrap}.tile-loading{font-size:1.2rem;color:var(--th-text-muted);font-weight:400}.admin-overview-wrapper{display:flex;flex-direction:column;width:100%;overflow:hidden}.admin-overview-container{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.overview-chart-section{background-color:var(--th-card-bg-alt);border:1px solid var(--th-border);border-radius:12px;padding:1.5rem;box-shadow:0 2px 6px var(--th-shadow)}.chart-title{font-size:1.2rem;color:var(--th-accent);margin-bottom:1rem;font-weight:600}.chart-wrapper{width:100%;height:300px}.chart-wrapper .recharts-tooltip-wrapper{width:auto!important}.admin-sales-profit-container{padding:0 1.5rem 1.5rem;background-color:var(--th-bg);width:100%}.admin-sales-table-container{background-color:var(--th-card-bg);padding:20px;border-radius:10px;box-shadow:0 4px 8px var(--th-shadow);text-align:center;margin-top:1.5rem}.admin-sales-table-container h2{margin-bottom:20px;font-size:24px;color:var(--th-text)}.admin-sales-table{overflow-x:hidden}.admin-sales-table table{width:100%;border-collapse:collapse;margin-bottom:20px;table-layout:fixed}.admin-sales-table th:first-child,.admin-sales-table td:first-child{width:48px}.admin-sales-table th,.admin-sales-table td{padding:4px 8px;text-align:center;border:1px solid var(--th-border);font-size:.8rem;color:var(--th-text)}.admin-sales-table th{background-color:var(--th-table-header);font-weight:700;color:var(--th-text-secondary)}.admin-sales-table tr:nth-child(2n){background-color:var(--th-table-row-alt)}.admin-sales-table tbody tr{transition:background-color .15s ease}.admin-sales-table tbody tr:hover{background-color:var(--th-table-hover)}.admin-download-pdf-btn{padding:10px 20px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;font-size:14px;cursor:pointer;margin-top:20px;width:auto}.admin-download-pdf-btn:hover{background-color:#45a049}.admin-products-container{background:var(--th-bg);color:var(--th-text);width:100%;min-height:100%;padding:1rem;box-sizing:border-box}.admin-products-container h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin-bottom:1rem}.admin-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px;padding-bottom:8px}.admin-nav-btn{padding:8px 0;background:var(--th-card-bg);border:1px solid var(--th-accent);color:var(--th-accent);border-radius:5px;font-size:13px;text-align:center;cursor:pointer;transition:.2s ease;width:auto}.admin-nav-btn.active{background:var(--th-accent);color:#fff;font-weight:600}.admin-nav-btn:hover:not(.active){background:var(--th-sidebar-hover)}.admin-search-bar{padding:8px 10px;width:100%;border:1px solid var(--th-input-border);border-radius:6px;background:var(--th-input-bg);color:var(--th-text);margin-bottom:12px;box-sizing:border-box;font-size:.9rem}.products-status-msg{padding:2rem 0;color:var(--th-text-muted);font-size:.95rem}.admin-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.admin-product-card{width:100%;background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:10px;text-align:center;box-shadow:0 2px 5px var(--th-shadow)}.admin-product-card img{width:100%;height:130px;object-fit:cover;border-radius:8px;margin-bottom:6px}.admin-product-card h3{font-size:.85rem;font-weight:600;color:var(--th-text);margin:6px 0 4px}.admin-product-card p{font-size:.8rem;color:var(--th-text-secondary);margin:2px 0}.admin-orders-wrapper{padding:1rem;background:var(--th-bg);color:var(--th-text);min-height:100%}.admin-orders-wrapper h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin-bottom:1rem}.admin-orders-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px;padding-bottom:8px}.admin-orders-nav-btn{padding:8px 0;background:var(--th-card-bg);border:1px solid var(--th-accent);color:var(--th-accent);border-radius:5px;font-size:13px;text-align:center;cursor:pointer;transition:.2s ease;width:auto}.admin-orders-nav-btn.active{background:var(--th-accent);color:#fff;font-weight:600}.admin-orders-nav-btn:hover:not(.active){background:var(--th-sidebar-hover)}.admin-orders-search-bar{padding:8px 10px;width:100%;border:1px solid var(--th-input-border);border-radius:6px;background:var(--th-input-bg);color:var(--th-text);margin-bottom:12px;box-sizing:border-box;font-size:.9rem}.orders-status-msg{padding:2rem 0;color:var(--th-text-muted);font-size:.95rem}.admin-orders-list{display:flex;flex-direction:column;gap:1rem}.admin-order-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:.8rem;box-shadow:0 2px 5px var(--th-shadow);display:flex;flex-direction:column;gap:.5rem}.admin-order-image{width:100%;height:250px;object-fit:cover;border-radius:8px}.admin-order-details{display:flex;flex-direction:column;gap:4px}.admin-order-title{font-size:1rem;font-weight:700;color:var(--th-text)}.admin-order-info{font-size:.9rem;color:var(--th-text-secondary)}.admin-order-status{font-size:.9rem;font-weight:600;color:var(--th-text);margin-top:2px}.admin-order-status.delivered{color:#27ae60}.admin-order-status.processing{color:#2980b9}.admin-order-status.placed,.admin-order-status.pending{color:#e67e22}.admin-order-status.rejected{color:#e74c3c}.admin-order-status.refunded{color:#8e44ad}.admin-transaction-container{padding:1rem;background-color:var(--th-bg);width:100%;min-height:100%}.admin-transaction-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.admin-transaction-header h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem}.admin-download-btn{padding:.4rem 1rem;background-color:var(--th-accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.83rem;font-weight:600;white-space:nowrap;width:auto}.admin-download-btn:hover{background-color:var(--th-accent-hover)}.admin-transaction-table{width:100%;table-layout:fixed;border-collapse:collapse;background-color:var(--th-card-bg);border-radius:10px;overflow:hidden;box-shadow:0 4px 8px var(--th-shadow)}.admin-transaction-table th,.admin-transaction-table td{width:25%;padding:12px;text-align:center;border:1px solid var(--th-border);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--th-text)}.admin-transaction-table th{background-color:var(--th-accent);color:#fff;cursor:pointer}.admin-transaction-table tr:nth-child(2n){background-color:var(--th-table-row-alt)}.admin-pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:10px}.admin-pagination button{padding:10px 20px;background-color:var(--th-accent);color:#fff;border:none;border-radius:5px;cursor:pointer;width:auto}.admin-pagination button:disabled{background-color:var(--th-border);cursor:not-allowed}.admin-pagination span{font-size:14px;color:var(--th-text);width:auto}.admin-reviews-container{padding:1rem;background:var(--th-bg);color:var(--th-text);min-height:100%}.admin-reviews-container h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin-bottom:1rem}.admin-reviews-search-bar{padding:8px 10px;width:100%;border:1px solid var(--th-input-border);border-radius:6px;background:var(--th-input-bg);color:var(--th-text);margin-bottom:12px;box-sizing:border-box;font-size:.9rem}.review-status-msg{padding:2rem 0;color:var(--th-text-muted);font-size:.95rem}.reviews-list{display:flex;flex-direction:column;gap:1rem}.review-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:1rem;box-shadow:0 2px 6px var(--th-shadow);display:flex;flex-direction:column;gap:.4rem}.review-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.rating{color:#f39c12;font-size:.85rem;white-space:nowrap}.review-customer{font-size:.82rem;color:var(--th-accent);font-weight:500;margin:0}.review-comment{font-size:.88rem;color:var(--th-text-secondary);margin:0;line-height:1.5}.review-date{font-size:.78rem;color:var(--th-text-muted);margin:auto 0 0}.admin-note-wrapper{display:flex;flex-direction:column;padding:1.5rem;width:100%}.admin-note-form{padding:2rem;max-width:600px;display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem;display:flex;flex-direction:column}.form-label{font-weight:600;margin-bottom:.5rem;color:var(--th-text)}.form-input,.form-textarea{padding:.75rem;border:1px solid var(--th-input-border);border-radius:8px;font-size:1rem;font-family:inherit;background-color:var(--th-input-bg);color:var(--th-text)}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--th-accent);background-color:var(--th-card-bg)}.admin-form-submit-btn{background-color:var(--th-accent);color:#fff;border:none;padding:.65rem 2rem;border-radius:8px;width:fit-content;cursor:pointer;font-weight:700;transition:background .3s ease;font-size:.95rem;align-self:flex-start}.admin-form-submit-btn:hover{background-color:var(--th-accent-hover)}.note-history{margin-top:2rem;max-width:600px}.note-history-title{font-size:1rem;font-weight:700;color:var(--th-text);margin-bottom:.75rem}.note-list{display:flex;flex-direction:column;gap:.75rem}.note-item{background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:8px;padding:.75rem 1rem}.note-date{font-size:.75rem;font-weight:600;color:var(--th-accent);display:block;margin-bottom:.3rem}.note-message{font-size:.875rem;color:var(--th-text);margin:0;line-height:1.5}.admin-offers-container{padding:1rem;background-color:var(--th-bg);width:100%;min-height:100%}.offers-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.offers-header h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin:0}.mob-create-offer-btn{padding:.4rem 1rem;background-color:var(--th-accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.83rem;font-weight:600;white-space:nowrap;width:auto}.mob-create-offer-btn:hover{background-color:var(--th-accent-hover)}.mob-no-offers{text-align:center;color:var(--th-text-secondary);font-size:16px;padding:40px}.mob-offers-grid{display:flex;flex-direction:column;gap:1rem}.mob-offer-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:20px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.mob-offer-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #fa807233}.mob-offer-card.inactive{opacity:.7;background:var(--th-card-bg-alt);border-color:var(--th-border)}.mob-offer-badge{position:absolute;top:0;right:0;background:linear-gradient(135deg,salmon,#e9655e);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:700;box-shadow:0 4px 10px #fa80724d}.mob-offer-card.inactive .mob-offer-badge{background:linear-gradient(135deg,#999,#777)}.mob-offer-title{font-size:18px;color:var(--th-text);margin:15px 0 10px;font-weight:600}.mob-offer-description{font-size:14px;color:var(--th-text-secondary);margin-bottom:15px;line-height:1.5}.mob-offer-details{background-color:#fa80721a;padding:12px;border-radius:8px;margin-bottom:15px}.mob-offer-details p{margin:5px 0;font-size:13px;color:var(--th-text-secondary)}.mob-offer-details strong{color:var(--th-text)}.mob-offer-status{margin-bottom:15px}.mob-offer-status span{padding:5px 12px;border-radius:15px;font-size:12px;font-weight:600}.mob-offer-status span.active{background-color:#d4edda;color:#155724}.mob-offer-status span.inactive{background-color:#f8d7da;color:#721c24}.mob-offer-actions{display:flex;gap:10px;flex-wrap:wrap}.mob-offer-actions button{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:all .3s ease;width:auto}.mob-edit-btn{background-color:#3498db;color:#fff}.mob-edit-btn:hover{background-color:#2980b9}.mob-toggle-btn{background-color:#f39c12;color:#fff}.mob-toggle-btn:hover{background-color:#d68910}.mob-delete-btn{background-color:#e74c3c;color:#fff}.mob-delete-btn:hover{background-color:#c0392b}.mob-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--th-overlay);display:flex;justify-content:center;align-items:center;z-index:1001}.mob-offer-modal{background:var(--th-card-bg);padding:30px;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto}.mob-offer-modal h3{margin-bottom:25px;color:var(--th-text);font-size:22px;text-align:center}.mob-offer-modal .admin-form-row{display:flex;gap:20px;margin-bottom:0}.mob-offer-modal .admin-form-row .admin-form-group{flex:1}.mob-offer-modal .admin-form-group{margin-bottom:18px}.mob-offer-modal .admin-form-group label{display:block;margin-bottom:6px;font-weight:600;color:var(--th-text);font-size:14px}.mob-offer-modal .admin-form-group input,.mob-offer-modal .admin-form-group select,.mob-offer-modal .admin-form-group textarea{width:100%;padding:10px 12px;border:1px solid var(--th-input-border);border-radius:8px;font-size:14px;background:var(--th-input-bg);color:var(--th-text);transition:border-color .3s ease}.mob-offer-modal .admin-form-group input:focus,.mob-offer-modal .admin-form-group select:focus,.mob-offer-modal .admin-form-group textarea:focus{outline:none;border-color:var(--th-accent)}.mob-offer-modal .admin-checkbox-group label{display:flex;align-items:center;gap:10px;cursor:pointer}.mob-offer-modal .admin-checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.mob-modal-actions{display:flex;gap:15px;margin-top:25px;justify-content:flex-end}.mob-modal-actions button{padding:12px 30px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;width:auto}.mob-submit-btn{background-color:#27ae60;color:#fff}.mob-submit-btn:hover{background-color:#219a52}.mob-cancel-btn{background-color:#95a5a6;color:#fff}.mob-cancel-btn:hover{background-color:#7f8c8d}.mob-error-message{color:#e74c3c;text-align:center;padding:20px}.admin-customers-wrapper{padding:1rem;background:var(--th-bg);color:var(--th-text);min-height:100%}.admin-customers-wrapper h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin-bottom:1rem}.customers-search-bar{padding:8px 10px;width:100%;border:1px solid var(--th-input-border);border-radius:6px;background:var(--th-input-bg);color:var(--th-text);margin-bottom:12px;box-sizing:border-box;font-size:.9rem}.customer-status-msg{padding:2rem 0;color:var(--th-text-muted);font-size:.95rem}.customers-list{display:flex;flex-direction:column;gap:1rem}.user-card-name{font-size:.95rem;font-weight:700;color:var(--th-text);display:block}.all-sellers-wrapper{padding:1rem;background:var(--th-bg);color:var(--th-text);min-height:100%}.all-sellers-wrapper h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin-bottom:1rem}.sellers-search-bar{padding:8px 10px;width:100%;border:1px solid var(--th-input-border);border-radius:6px;background:var(--th-input-bg);color:var(--th-text);margin-bottom:12px;box-sizing:border-box;font-size:.9rem}.all-sellers-status-msg{padding:2rem 0;color:var(--th-text-muted);font-size:.95rem}.sellers-list{display:flex;flex-direction:column;gap:1rem}.user-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:.9rem 1rem;box-shadow:0 2px 5px var(--th-shadow);display:flex;flex-direction:column;gap:.75rem}.user-card-row{display:flex;align-items:flex-start;gap:.85rem}.user-avatar{width:44px;height:44px;border-radius:50%;background:var(--th-accent);color:#fff;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.user-card-name-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.user-card-name{font-size:.95rem;font-weight:700;color:var(--th-text)}.user-card-store{font-size:.82rem;font-weight:600;color:var(--th-accent)}.user-card-detail{font-size:.82rem;color:var(--th-text-secondary);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-status-badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:.72rem;font-weight:600;white-space:nowrap;width:auto}.seller-badge-active{background-color:#d4edda;color:#27ae60}.seller-badge-inactive{background-color:#fde8e8;color:#e74c3c}.as-edit-row-btn{font-size:.82rem;font-weight:600;color:var(--th-accent);background:transparent;border:1.5px solid var(--th-accent);border-radius:6px;padding:.35rem 1rem;cursor:pointer;transition:background .15s,color .15s;width:auto;align-self:flex-end}.as-edit-row-btn:hover{background:var(--th-accent);color:#fff}.as-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--th-overlay);z-index:2000;display:flex;align-items:center;justify-content:center}.as-modal{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:14px;padding:1.5rem;width:92vw;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 30px var(--th-shadow)}.as-modal-title{font-size:1rem;font-weight:700;color:var(--th-accent);margin-bottom:1.2rem;padding-bottom:.5rem;border-bottom:1px solid var(--th-border);text-transform:uppercase;letter-spacing:.04em}.as-modal-fields{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1.4rem}.as-modal-field{display:flex;flex-direction:column;gap:.3rem}.as-modal-label{font-size:.8rem;color:var(--th-text-muted);font-weight:500}.as-modal-input,.as-modal-select{font-size:.88rem;color:var(--th-text);background:var(--th-input-bg);border:1.5px solid var(--th-input-border);border-radius:8px;padding:.45rem .75rem;outline:none;font-family:inherit;width:100%}.as-modal-input:focus,.as-modal-select:focus{border-color:var(--th-accent)}.as-modal-footer{display:flex;justify-content:flex-end;gap:.6rem}.as-modal-cancel{font-size:.85rem;font-weight:600;color:var(--th-text-muted);background:transparent;border:1.5px solid var(--th-border);border-radius:8px;padding:.45rem 1.2rem;cursor:pointer;width:auto}.as-modal-cancel:hover{background:var(--th-card-bg-alt)}.as-modal-save{font-size:.85rem;font-weight:600;color:#fff;background:var(--th-accent);border:1.5px solid var(--th-accent);border-radius:8px;padding:.45rem 1.2rem;cursor:pointer;width:auto}.as-modal-save:hover{background:var(--th-accent-hover);border-color:var(--th-accent-hover)}.admin-seller-notes-container{padding:1.5rem;width:100%;background-color:var(--th-bg);min-height:100%}.admin-seller-notes-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.admin-seller-notes-header h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem;margin:0}.admin-seller-notes-count{background-color:var(--th-accent);color:#fff;font-size:.78rem;font-weight:600;padding:.2rem .6rem;border-radius:12px;width:auto}.admin-seller-notes-list{display:flex;flex-direction:column;gap:1rem}.admin-seller-note-card{background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:1rem 1.25rem;box-shadow:0 2px 6px var(--th-shadow)}.admin-seller-note-meta{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.6rem}.admin-seller-note-sender{display:flex;flex-direction:column;gap:.15rem}.admin-seller-note-name{font-weight:600;font-size:.95rem;color:var(--th-accent)}.admin-seller-note-id{font-size:.78rem;color:var(--th-text-muted)}.admin-seller-note-date{font-size:.82rem;color:var(--th-text-muted);white-space:nowrap}.admin-seller-note-message{font-size:.9rem;color:var(--th-text-secondary);line-height:1.55;margin:0}.ap-wrapper{padding:1rem;background:var(--th-bg);min-height:100%}.ap-avatar-row{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.5rem}.ap-avatar{width:64px;height:64px;border-radius:50%;background-color:var(--th-accent);color:#fff;font-size:1.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ap-name{font-size:1.2rem;font-weight:700;color:var(--th-text);margin-bottom:.3rem}.ap-role-tag{display:inline-block;font-size:.78rem;font-weight:600;color:var(--th-accent);background-color:var(--th-card-bg-alt);border:1px solid var(--th-border);padding:2px 10px;border-radius:20px;margin-right:.4rem;width:fit-content}.ap-badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:.78rem;font-weight:600;width:fit-content}.ap-badge-active{background-color:#d4edda;color:#27ae60}.ap-badge-inactive{background-color:#fde8e8;color:#e74c3c}.ap-stats-row{display:flex;gap:.6rem;margin-bottom:1rem}.ap-stat{flex:1;background-color:var(--th-card-bg);border:1px solid var(--th-border);border-radius:10px;padding:.9rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.2rem;box-shadow:0 2px 6px var(--th-shadow)}.ap-stat-value{font-size:1.4rem;font-weight:700;color:var(--th-accent)}.ap-stat-label{font-size:.78rem;color:var(--th-text-muted);font-weight:500}.ap-cards{display:flex;flex-direction:column;gap:1rem}.ap-card{background:var(--th-card-bg);border:1px solid var(--th-border);border-radius:12px;padding:1.2rem 1.4rem;box-shadow:0 2px 6px var(--th-shadow)}.ap-card-title{font-size:.85rem;font-weight:700;color:var(--th-accent);margin-bottom:1rem;padding-bottom:.4rem;border-bottom:1px solid var(--th-border);text-transform:uppercase;letter-spacing:.04em}.ap-fields{display:flex;flex-direction:column;gap:.75rem}.ap-field{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0}.ap-label{font-size:.83rem;color:var(--th-text-muted);flex-shrink:0;width:115px}.ap-value{font-size:.88rem;color:var(--th-text);font-weight:500;text-align:right;min-width:0;word-break:break-word}.ap-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.ap-page-header h2{font-size:1.15rem;font-weight:700;color:var(--th-text);border-left:4px solid var(--th-accent);padding-left:.6rem}.ap-edit-btn{font-size:.83rem;font-weight:600;color:var(--th-accent);background:transparent;border:1.5px solid var(--th-accent);border-radius:8px;cursor:pointer;transition:background .15s,color .15s;width:45%}.ap-edit-btn:hover{background:var(--th-accent);color:#fff}.ap-action-btns{display:flex;gap:.6rem}.ap-cancel-btn{font-size:.83rem;font-weight:600;color:var(--th-text-muted);background:transparent;border:1.5px solid var(--th-border);border-radius:8px;padding:.4rem 1rem;cursor:pointer}.ap-cancel-btn:hover{background:var(--th-card-bg-alt)}.ap-save-btn{font-size:.83rem;font-weight:600;color:#fff;background:var(--th-accent);border:1.5px solid var(--th-accent);border-radius:8px;padding:.4rem 1rem;cursor:pointer}.ap-save-btn:hover{background:var(--th-accent-hover);border-color:var(--th-accent-hover)}.ap-edit-input{font-size:.88rem;color:var(--th-text);background:var(--th-input-bg);border:1.5px solid var(--th-input-border);border-radius:6px;padding:.25rem .5rem;text-align:right;min-width:0;width:100%;max-width:200px;outline:none;font-family:inherit}.ap-edit-input:focus{border-color:var(--th-accent)}.snackbar{position:fixed;bottom:30px;left:50%;transform:translate(-50%);min-width:250px;background-color:#323232;color:#fff;padding:12px 24px;border-radius:4px;font-size:16px;opacity:.95;z-index:9999;transition:all .3s ease-in-out;box-shadow:0 4px 12px #0000004d}.snackbar.success{background-color:#4caf50}.snackbar.error{background-color:#f44336}.mobile-order-card{border:1px solid var(--th-border);border-radius:12px;padding:16px;margin:16px 0;background-color:var(--th-card-bg);box-shadow:0 2px 6px #00000014;transition:transform .2s ease}.mobile-order-card:hover{transform:translateY(-2px)}.mobile-order-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.mobile-order-image{width:140px;height:140px;border-radius:8px;object-fit:cover}.mobile-order-info{flex:1}.mobile-order-info p{margin:4px 0;font-size:14px;color:var(--th-text-secondary)}.mobile-order-info strong{color:var(--th-text)}.mobile-order-review{margin:16px 0}.mobile-order-review h4{margin-bottom:8px;font-size:16px;color:var(--th-text)}.mobile-rating-stars{margin-bottom:8px}.mobile-rating-stars span{margin-right:4px;transition:color .2s ease}.mobile-review-box{width:100%;min-height:60px;padding:10px;border-radius:8px;border:1px solid var(--th-border);resize:none;font-size:14px;margin-bottom:10px}.mobile-submit-review,.mobile-download-invoice{display:inline-block;background:#ff6f61;color:#fff;font-size:14px;font-weight:500;padding:10px 16px;border-radius:8px;border:none;cursor:pointer;transition:background .3s ease}.mobile-submit-review:hover,.mobile-download-invoice:hover{background:#e95a4f}.mobile-download-invoice{margin-top:12px;width:100%;text-align:center}.policy-container{max-width:900px;margin:2rem auto;padding:2rem;background:var(--th-card-bg);border-radius:12px;box-shadow:0 4px 10px #0000001a;line-height:1.6;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.policy-title{color:#c04a3c;font-size:1.2rem;margin-bottom:1rem;text-align:center}.policy-intro,.policy-section{margin-bottom:1.5rem}.policy-section h2{font-size:1.2rem;color:var(--th-text);margin-bottom:.5rem}.policy-section ul,.policy-section ol{padding-left:1.2rem}.policy-disclaimer{margin-top:2rem;font-size:.95rem;color:var(--th-text-secondary);text-align:center}.chooseWardrobe-container{width:90%;max-width:900px;margin:40px auto;padding:20px 30px;background:var(--th-card-bg);border-radius:12px;box-shadow:0 4px 15px #00000014;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:var(--th-text)}.chooseWardrobe-title{font-size:2.2rem;color:#e6735c;text-align:center;margin-bottom:20px}.chooseWardrobe-subtitle{font-size:1.5rem;margin-top:25px;color:var(--th-text-secondary);border-left:4px solid #e6735c;padding-left:10px}.chooseWardrobe-subsubtitle{font-size:1.2rem;margin-top:18px;color:var(--th-text-secondary)}.chooseWardrobe-paragraph{margin:12px 0;font-size:1rem}.chooseWardrobe-list{margin:12px 0 20px 25px}.chooseWardrobe-list li{margin:6px 0;font-size:1rem}.chooseWardrobe-cta-box{background:var(--th-card-bg-alt);border:1px solid var(--th-border);padding:15px;margin-top:25px;text-align:center;border-radius:10px;font-weight:500}.chooseWardrobe-brand{font-weight:700;color:#e6735c}@media (max-width: 768px){.chooseWardrobe-container{padding:15px 20px;margin:20px}.chooseWardrobe-title{font-size:1.8rem}.chooseWardrobe-subtitle{font-size:1.3rem;padding-left:8px}.chooseWardrobe-subsubtitle{font-size:1.1rem}.chooseWardrobe-paragraph,.chooseWardrobe-list li{font-size:.95rem;line-height:1.6}.chooseWardrobe-list{margin-left:18px}.chooseWardrobe-cta-box{font-size:.95rem;padding:12px}}@media (max-width: 480px){.chooseWardrobe-container{padding:12px 15px;margin:15px;border-radius:10px}.chooseWardrobe-title{font-size:1.5rem}.chooseWardrobe-subtitle{font-size:1.1rem;border-left:3px solid #e6735c}.chooseWardrobe-subsubtitle{font-size:1rem}.chooseWardrobe-paragraph,.chooseWardrobe-list li{font-size:.9rem;line-height:1.5}.chooseWardrobe-cta-box{font-size:.9rem;padding:10px}}.furnishMumbai-container{max-width:900px;margin:40px auto;padding:20px 30px;width:90%;background:var(--th-card-bg);border-radius:12px;box-shadow:0 4px 15px #00000014;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:var(--th-text)}.furnishMumbai-title{font-size:2.2rem;color:#e6735c;text-align:center;margin-bottom:20px}.furnishMumbai-subtitle{font-size:1.5rem;margin-top:25px;color:var(--th-text-secondary);border-left:4px solid #e6735c;padding-left:10px}.furnishMumbai-paragraph{margin:12px 0;font-size:1rem}.furnishMumbai-list{margin:12px 0 20px 25px}.furnishMumbai-list li{margin:6px 0;font-size:1rem}.furnishMumbai-brand{font-weight:700;color:#e6735c}.furnishMumbai-cta-box{background:var(--th-card-bg-alt);border:1px solid var(--th-border);padding:12px 15px;margin:18px 0;text-align:center;border-radius:10px;font-weight:500}.furnishMumbai-cta-box .furnishMumbai-link{color:#e6735c;cursor:pointer;font-weight:600;transition:.3s ease}.furnishMumbai-cta-box .furnishMumbai-link:hover{text-decoration:underline}.furnishMumbai-final-cta{background:var(--th-card-bg-alt);border-color:var(--th-border);font-size:1rem}.furnishMumbai-closing-text{margin-top:20px;font-size:1rem;font-style:italic}@media (max-width: 768px){.furnishMumbai-container{padding:15px 20px;margin:20px}.furnishMumbai-title{font-size:1.8rem}.furnishMumbai-subtitle{font-size:1.3rem;padding-left:8px}.furnishMumbai-paragraph,.furnishMumbai-list li{font-size:.95rem;line-height:1.6}.furnishMumbai-cta-box{font-size:.95rem;padding:10px}}@media (max-width: 480px){.furnishMumbai-container{padding:12px 15px;margin:15px;border-radius:10px}.furnishMumbai-title{font-size:1.5rem}.furnishMumbai-subtitle{font-size:1.1rem;border-left:3px solid #e6735c}.furnishMumbai-paragraph,.furnishMumbai-list li{font-size:.9rem;line-height:1.5}.furnishMumbai-cta-box{font-size:.9rem;padding:8px}}.rvb-container{width:90%;max-width:900px;margin:auto;padding:20px;font-family:Arial,sans-serif;line-height:1.6;color:var(--th-text);background-color:var(--th-bg)}.rvb-title{font-size:2rem;margin-bottom:15px;color:#b22222}.rvb-intro{font-size:1.1rem;margin-bottom:20px}.rvb-section{margin:25px 0}.rvb-subtitle{font-size:1.5rem;margin-bottom:10px;color:var(--th-text-secondary)}.rvb-paragraph{margin:12px 0;font-size:1rem}.rvb-list{margin:12px 0 20px 25px}.rvb-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:30px 0}.rvb-product-card{border:1px solid var(--th-border);padding:15px;border-radius:10px;background:var(--th-card-bg-alt);box-shadow:0 2px 5px #0000001a}.rvb-product-title{color:#b22222;margin-bottom:10px}.rvb-shop-btn{background:#b22222;color:#fff;border:none;padding:10px 15px;margin-top:10px;border-radius:8px;cursor:pointer;font-size:.9rem}.rvb-shop-btn:hover{background:#8b1a1a}.rvb-final{background:var(--th-card-bg);padding:20px;border-radius:12px;margin-top:40px}@media (max-width: 768px){.rvb-container{padding:15px}.rvb-title{font-size:1.5rem;text-align:center}.rvb-intro{font-size:1rem;text-align:justify}.rvb-subtitle{font-size:1.25rem}.rvb-products{grid-template-columns:1fr}.rvb-product-card{padding:12px}.rvb-shop-btn{width:100%;font-size:1rem;padding:12px}}@media (max-width: 480px){.rvb-title{font-size:1.3rem}.rvb-intro,.rvb-paragraph{font-size:.95rem}.rvb-product-title{font-size:1.1rem}}.budgetfriendly-container{max-width:900px;margin:auto;width:90%;padding:20px;font-family:Arial,sans-serif;line-height:1.6;color:var(--th-text);background-color:var(--th-bg)}.budgetfriendly-title{font-size:2rem;font-weight:700;margin-bottom:20px}.budgetfriendly-subtitle{font-size:1.5rem;font-weight:600;margin-top:30px;margin-bottom:15px}.budgetfriendly-paragraph{font-size:1rem;margin-bottom:15px}.budgetfriendly-list{list-style-type:disc;padding-left:20px;margin-bottom:20px}.budgetfriendly-button{background-color:#ff6b6b;color:#fff;padding:10px 20px;border:none;margin:10px 0;cursor:pointer;border-radius:5px;font-size:1rem}.budgetfriendly-button:hover{background-color:#ff5252}.budgetfriendly-image-placeholder{background-color:var(--th-border);height:200px;margin:15px 0;display:flex;align-items:center;justify-content:center;color:var(--th-text-secondary);font-style:italic}.budgetfriendly-ai-note{font-size:.85rem;color:var(--th-text-muted);margin-bottom:15px}@media (max-width: 768px){.budgetfriendly-container{padding:15px}.budgetfriendly-title{font-size:1.7rem}.budgetfriendly-subtitle{font-size:1.3rem}.budgetfriendly-paragraph{font-size:.95rem}.budgetfriendly-button{font-size:.95rem;padding:8px 15px}}@media (max-width: 480px){.budgetfriendly-title{font-size:1.5rem}.budgetfriendly-subtitle{font-size:1.2rem}.budgetfriendly-paragraph{font-size:.9rem}.budgetfriendly-button{font-size:.9rem;padding:7px 12px}.budgetfriendly-image-placeholder{height:150px}}.dbedblog-container{width:90%;max-width:900px;margin:auto;padding:20px;font-family:Arial,sans-serif;line-height:1.6;color:var(--th-text);background-color:var(--th-bg)}.dbedblog-title{font-size:2rem;font-weight:700;margin-bottom:20px}.dbedblog-subtitle{font-size:1.5rem;font-weight:600;margin-top:30px;margin-bottom:15px}.dbedblog-paragraph{font-size:1rem;margin-bottom:15px}.dbedblog-list{list-style-type:disc;padding-left:20px;margin-bottom:20px}.dbedblog-button{background-color:#ff6b6b;color:#fff;padding:10px 20px;border:none;margin:10px 10px 10px 0;cursor:pointer;border-radius:5px;font-size:1rem}.dbedblog-button:hover{background-color:#ff5252}@media (max-width: 768px){.dbedblog-container{padding:15px}.dbedblog-title{font-size:1.7rem}.dbedblog-subtitle{font-size:1.3rem}.dbedblog-paragraph{font-size:.95rem}.dbedblog-button{font-size:.95rem;padding:8px 15px}}@media (max-width: 480px){.dbedblog-title{font-size:1.5rem}.dbedblog-subtitle{font-size:1.2rem}.dbedblog-paragraph{font-size:.9rem}.dbedblog-button{font-size:.9rem;padding:7px 12px}}.sbBlog-container{width:90%;max-width:900px;margin:auto;padding:20px;font-family:Arial,sans-serif;line-height:1.6;color:var(--th-text);background-color:var(--th-bg)}.sbBlog-title{font-size:2rem;font-weight:700;margin-bottom:20px}.sbBlog-subtitle{font-size:1.5rem;font-weight:600;margin-top:30px;margin-bottom:15px}.sbBlog-paragraph{font-size:1rem;margin-bottom:15px}.sbBlog-list{list-style-type:disc;padding-left:20px;margin-bottom:20px}.sbBlog-button{background-color:#ff6b6b;color:#fff;padding:10px 20px;border:none;margin:10px 10px 10px 0;cursor:pointer;border-radius:5px;font-size:1rem}.sbBlog-button:hover{background-color:#ff5252}@media (max-width: 768px){.sbBlog-container{padding:15px}.sbBlog-title{font-size:1.7rem}.sbBlog-subtitle{font-size:1.3rem}.sbBlog-paragraph{font-size:.95rem}.sbBlog-button{font-size:.95rem;padding:8px 15px}}@media (max-width: 480px){.sbBlog-title{font-size:1.5rem}.sbBlog-subtitle{font-size:1.2rem}.sbBlog-paragraph{font-size:.9rem}.sbBlog-button{font-size:.9rem;padding:7px 12px}}.tbBlog-container{width:90%;max-width:900px;margin:auto;padding:20px;font-family:Arial,sans-serif;line-height:1.6;color:var(--th-text);background-color:var(--th-bg)}.tbBlog-title{font-size:2rem;font-weight:700;margin-bottom:20px}.tbBlog-subtitle{font-size:1.5rem;font-weight:600;margin-top:30px;margin-bottom:15px}.tbBlog-subsubtitle{font-size:1.2rem;font-weight:500;margin-top:20px;margin-bottom:10px}.tbBlog-paragraph{font-size:1rem;margin-bottom:15px}.tbBlog-list{list-style-type:disc;padding-left:20px;margin-bottom:20px}.tbBlog-button{background-color:#ff6b6b;color:#fff;padding:10px 20px;border:none;margin:10px 10px 10px 0;cursor:pointer;border-radius:5px;font-size:1rem}.tbBlog-button:hover{background-color:#ff5252}@media (max-width: 768px){.tbBlog-container{padding:15px}.tbBlog-title{font-size:1.7rem}.tbBlog-subtitle{font-size:1.3rem}.tbBlog-subsubtitle{font-size:1.1rem}.tbBlog-paragraph{font-size:.95rem}.tbBlog-button{font-size:.95rem;padding:8px 15px}}@media (max-width: 480px){.tbBlog-title{font-size:1.5rem}.tbBlog-subtitle{font-size:1.2rem}.tbBlog-subsubtitle{font-size:1rem}.tbBlog-paragraph{font-size:.9rem}.tbBlog-button{font-size:.9rem;padding:7px 12px}}:root{--th-bg: #f9f9f9;--th-sidebar-bg: #f8d8d1;--th-sidebar-hover: #edd6ba;--th-card-bg: #ffffff;--th-card-bg-alt: #fff6f5;--th-header-bg: #fa8072;--th-header-text: #ffffff;--th-border: #f5d0cc;--th-text: #333333;--th-text-secondary: #666666;--th-text-muted: #999999;--th-accent: #fa8072;--th-accent-hover: #e9655e;--th-input-bg: #fff6f5;--th-input-border: #f5d0cc;--th-table-header: #fff0ee;--th-table-row-alt: #fafafa;--th-table-hover: #fff6f5;--th-shadow: rgba(0, 0, 0, .07);--th-overlay: rgba(0, 0, 0, .5);--th-logout-text: #fa8072;--th-logout-bg: #ffffff;--th-logout-hover: #ffe1de;--th-toggle-bg: #ffffff;--th-toggle-color: #fa8072;--th-toggle-hover: #ffe1de}[data-theme=dark]{--th-bg: #2b2b2b;--th-sidebar-bg: #333333;--th-sidebar-hover: #3d3d3d;--th-card-bg: #3a3a3a;--th-card-bg-alt: #404040;--th-header-bg: #8b3a3a;--th-header-text: #ffffff;--th-border: #555555;--th-text: #e0e0e0;--th-text-secondary: #bbbbbb;--th-text-muted: #999999;--th-accent: #fa8072;--th-accent-hover: #e9655e;--th-input-bg: #444444;--th-input-border: #555555;--th-table-header: #404040;--th-table-row-alt: #3a3a3a;--th-table-hover: #484848;--th-shadow: rgba(0, 0, 0, .25);--th-overlay: rgba(0, 0, 0, .65);--th-logout-text: #fa8072;--th-logout-bg: #444444;--th-logout-hover: #4a2f2f;--th-toggle-bg: #444444;--th-toggle-color: #fa8072;--th-toggle-hover: #4a2f2f}.policy-container{max-width:900px;margin:2rem auto;padding:2rem;background:var(--th-card-bg);border-radius:12px;box-shadow:0 4px 10px #0000001a;line-height:1.6;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--th-text)}.policy-title{color:#c04a3c;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.policy-section{margin-bottom:2rem}.policy-section h2{font-size:1.2rem;font-weight:600;color:#c04a3c;margin-bottom:.6rem;border-left:4px solid #c04a3c;padding-left:8px}.policy-section h3{font-size:1.05rem;font-weight:600;color:var(--th-text);margin-top:1rem;margin-bottom:.5rem}.policy-section p{margin-bottom:.8rem;text-align:justify}.policy-section ul,.policy-section ol{padding-left:1.5rem;margin-bottom:1rem}.policy-section li{margin-bottom:.4rem}.policy-table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.95rem;background-color:var(--th-card-bg);border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #0000000d;table-layout:fixed}.policy-table th,.policy-table td{border:1px solid var(--th-border);padding:10px;text-align:center;word-wrap:break-word}.policy-table th:nth-child(1),.policy-table td:nth-child(1),.policy-table th:nth-child(2),.policy-table td:nth-child(2){width:25%}.policy-table th:nth-child(3),.policy-table td:nth-child(3){width:50%}.policy-table th{background-color:var(--th-table-header);color:var(--th-text);font-weight:600}.policy-table tr:nth-child(2n){background-color:var(--th-table-row-alt)}.policy-table tr:hover{background-color:var(--th-table-hover);transition:.2s ease}.policy-disclaimer{margin-top:2.5rem;font-size:.95rem;color:var(--th-text-secondary);text-align:center;border-top:1px solid var(--th-border);padding-top:1rem}.policy-disclaimer strong{color:#c04a3c}@media (max-width: 768px){.policy-container{padding:1.5rem}.policy-title{font-size:1.5rem}.policy-section h2{font-size:1.05rem}.policy-section h3{font-size:1rem}.policy-table{font-size:.9rem}.policy-table th,.policy-table td{padding:8px}}@media (max-width: 480px){.policy-container{padding:1rem}.policy-title{font-size:1.3rem}.policy-table{display:block;overflow-x:auto;white-space:nowrap;border:none}.policy-table th,.policy-table td{width:auto;min-width:150px;font-size:.85rem;padding:6px 8px}}
