@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.header-wrapper{width:100%;position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 4px 12px #0000000d}.navbar{height:68px;display:flex;align-items:center;border-bottom:1px solid #f5f5f6}.navbar-container{max-width:1440px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 40px}.logo{height:32px;display:block}.navbar-center{flex:1;max-width:580px;margin:0 40px;position:relative}.search-container{background:#f0f2f5;border-radius:4px;display:flex;align-items:center;height:38px;padding:0 15px}.search-container input{border:none;background:transparent;width:100%;outline:none;font-size:14px;color:#282c3f}.search-icon-inner{color:#878787;margin-right:12px;display:flex}.search-dropdown-tray{position:absolute;top:38px;left:0;right:0;background:#fff;box-shadow:0 4px 12px #0000001a;border:1px solid #f5f5f6;border-top:none;z-index:1001;max-height:300px;overflow-y:auto}.search-row{padding:10px 15px;cursor:pointer;border-bottom:1px solid #f5f5f6;text-align:left}.search-row:hover{background:#f9f9f9}.search-name{font-size:14px;font-weight:600;color:#282c3f;margin:0}.search-cat{font-size:12px;color:#7e818c;margin:2px 0 0}.mobile-search-btn{display:none}.navbar-right{flex:0 0 auto;display:flex;justify-content:flex-end}.action-flex-group{display:flex;align-items:center;gap:32px;flex-shrink:0}.v-stack{text-decoration:none;color:#282c3f;display:flex;flex-direction:column;align-items:center;font-size:11px;font-weight:700;cursor:pointer;min-width:50px}.v-stack:hover{color:#ff3f6c}.badge-pos{position:relative;margin-bottom:3px}.header-badge{position:absolute;top:-8px;right:-12px;background:#ff3f6c;color:#fff;font-size:10px;height:18px;min-width:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;font-weight:800}.dropdown-anchor{position:relative}.dropdown-anchor:after{content:"";position:absolute;top:100%;left:0;width:100%;height:20px;background:transparent}.dropdown-box,.profile-dropdown-menu{position:absolute;top:50px;right:-10px;width:190px;background:#fff;box-shadow:0 4px 20px #0000001a;border-radius:6px;padding:10px 0;border:1px solid #f0f0f0;z-index:1002}.dropdown-user-header{padding:10px 20px;border-bottom:1px solid #f5f5f6;text-align:left}.dropdown-box a,.profile-dropdown-menu a,.dd-item,.dd-logout,.dd-logout-btn{display:block;padding:10px 20px;text-decoration:none;color:#282c3f;font-size:13px;font-weight:500;text-align:left}.dropdown-box a:hover,.profile-dropdown-menu a:hover,.dd-item:hover,.dd-logout:hover,.dd-logout-btn:hover{background:#f5f5f6;color:#ff3f6c;cursor:pointer}.login-btn-pill{background:#ff3f6c;color:#fff;text-decoration:none;padding:8px 30px;border-radius:4px;font-weight:700;font-size:13px}.category-bar{height:45px;background:#fff;display:flex;align-items:center}.category-container{max-width:1440px;width:100%;margin:0 auto;padding:0 40px;display:flex;justify-content:center;gap:45px}.nav-item-wrapper{position:relative;display:flex;align-items:center;height:100%;cursor:pointer}.cat-link{text-decoration:none;color:#282c3f;font-size:13px;font-weight:700;letter-spacing:.3px;transition:color .2s ease;display:flex;align-items:center}.drop-arrow{font-size:10px;margin-left:6px;color:#94969f;transition:color .2s ease,transform .2s ease}.nav-item-wrapper:hover .cat-link,.nav-item-wrapper:hover .drop-arrow{color:#ff3f6c}.nav-item-wrapper:hover .drop-arrow{transform:rotate(180deg)}.subcat-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #eaeaec;box-shadow:0 4px 12px #00000014;border-radius:4px;min-width:220px;display:flex;flex-direction:column;padding:10px 0;opacity:0;visibility:hidden;transition:all .2s ease-in-out;z-index:100}.nav-item-wrapper:hover .subcat-dropdown{opacity:1;visibility:visible}.subcat-dropdown:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:#fff;border-top:1px solid #eaeaec;border-left:1px solid #eaeaec}.subcat-link{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#535766;font-size:14px;padding:10px 20px;transition:all .2s;background:#fff;position:relative;z-index:2}.subcat-count{color:#94969f;font-size:12px;transition:color .2s}.subcat-link:hover{background:#f9f9f9;color:#ff3f6c;font-weight:500}.subcat-link:hover .subcat-count{color:#ff3f6c}@media(max-width:1024px){.navbar-container{padding:0 20px}.navbar-center{margin:0 20px}.action-flex-group{gap:20px}.category-container{gap:25px;padding:0 20px}}@media(max-width:768px){.navbar{height:60px}.v-stack>span{display:none}.header-badge{display:flex!important}.v-stack{min-width:35px}.action-flex-group{gap:12px}.category-bar{display:none}.hamburger-btn{display:block;cursor:pointer;padding:5px}.mobile-search-btn{display:flex}.navbar-center{display:none;position:absolute;top:60px;left:0;width:100%;max-width:100%;margin:0;padding:10px 15px;background:#fff;box-sizing:border-box;z-index:1005;box-shadow:0 4px 12px #00000014}.navbar-center.mobile-active{display:block}.search-dropdown-tray{position:absolute;top:55px;left:15px;right:15px;width:auto;max-width:none;border-radius:0 0 8px 8px;box-shadow:0 10px 25px #00000026;max-height:60vh}}@media(max-width:480px){.navbar-container{padding:0 10px}.logo{height:24px}.login-btn-pill{padding:6px 15px;font-size:11px}.action-flex-group{gap:8px}}:root{--brand-gradient: linear-gradient(135deg, #8A2387 0%, #E94057 50%, #F27121 100%)}.footer{background-color:#080c16;color:#94a3b8;font-family:Poppins,sans-serif;line-height:1.6;margin-top:60px;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--brand-gradient);box-shadow:0 4px 15px #e940574d}.footer-container{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto;padding:5rem 2rem 4rem}.footer-section h3{color:#fff;font-size:1.15rem;margin-top:0;margin-bottom:1.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;position:relative}.footer-section h3:after{content:"";position:absolute;left:0;bottom:-10px;width:40px;height:3px;background:var(--brand-gradient);border-radius:4px}.footer-section p{margin:0;font-size:.95rem;line-height:1.8;color:#cbd5e1}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:1rem}.footer-section ul li a,.footer-section ul.social-links li a{color:#94a3b8;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);font-size:.95rem;display:inline-block;font-weight:500}.footer-section ul li a:hover{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transform:translate(6px);font-weight:600}.footer-contact-info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.footer-contact-info p{margin-bottom:.8rem;font-size:.9rem;display:flex;align-items:flex-start;gap:10px;color:#cbd5e1}.footer-legal-strip{background:#04060b;border-top:1px solid rgba(255,255,255,.03);padding:1.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.footer-legal-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px}.footer-legal-links a{color:#64748b;font-size:.8rem;text-decoration:none;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-weight:600}.footer-legal-links a:hover{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transform:translateY(-2px)}.footer-legal-links .separator{color:#334155;font-size:.8rem;-webkit-user-select:none;user-select:none}.footer-copyright p{margin:0;font-size:.85rem;color:#475569;letter-spacing:.5px}@media(min-width:900px){.footer-legal-strip{flex-direction:row;justify-content:space-between;padding:1.5rem 5%}.footer-copyright p{text-align:right}}@media(max-width:1024px){.footer-container{grid-template-columns:1fr 1fr;gap:3rem 2rem}}@media(max-width:640px){.footer-container{grid-template-columns:1fr;padding:4rem 1.5rem 3rem;gap:2.5rem}.footer-section h3{margin-bottom:1.2rem}.footer-legal-links{flex-direction:column;gap:15px}.footer-legal-links .separator{display:none}.footer-legal-strip{padding:2.5rem 1.5rem;gap:2rem}}.admin-sidebar{width:190px;background:#fff;border-right:1px solid #eef2f5;height:100vh;position:sticky;top:0;display:flex;flex-direction:column;box-shadow:2px 0 10px #00000005;transition:all .3s ease;z-index:100;flex-shrink:0}.sidebar-brand{padding:1rem .8rem;border-bottom:1px solid #f0f0f0;flex-shrink:0}.sidebar-brand h2{margin:0;font-size:1rem;color:#333;font-weight:700;white-space:nowrap}.sidebar-nav{flex:1;padding:.8rem .3rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e0 transparent}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.sidebar-nav ul{list-style:none;padding:0;margin:0}.sidebar-nav li{margin-bottom:2px}.sidebar-nav a{display:flex;align-items:center;gap:8px;padding:8px 10px;color:#64748b;text-decoration:none;border-radius:6px;font-size:.85rem;font-weight:500;transition:all .2s ease}.sidebar-nav a:hover{background-color:#f8f9fa;color:#333}.sidebar-nav a.active{background-color:#eff6ff;color:#2563eb;font-weight:600}.spacer{height:12px;border-bottom:1px solid #f0f0f0;margin:6px 0}@media(min-width:769px){.admin-layout{display:flex;align-items:flex-start}}@media(max-width:768px){.admin-sidebar{width:60px}.sidebar-brand h2,.sidebar-nav a span{display:none}.sidebar-nav a{justify-content:center;padding:12px;font-size:1.1rem}}@media(max-width:480px){.admin-sidebar{position:fixed;bottom:0;top:auto;width:100%;height:60px;flex-direction:row;border-right:none;border-top:1px solid #f0f0f0;box-shadow:0 -2px 10px #0000000d}.sidebar-brand,.spacer{display:none}.sidebar-nav{padding:0;overflow-y:hidden;overflow-x:auto}.sidebar-nav ul{display:flex;justify-content:space-around;align-items:center;height:100%;padding:0 5px}.sidebar-nav li{margin:0}.sidebar-nav a{flex-direction:column;gap:2px;font-size:.65rem;padding:4px;border-radius:0}}.product-card{width:100%;height:100%;background:#fff;border-radius:4px;cursor:pointer;position:relative;transition:transform .2s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001f}.img-wrapper{width:100%;aspect-ratio:3 / 4;flex-shrink:0;background:#f4f4f4;position:relative;overflow:hidden;border-radius:4px 4px 0 0}.prod-img{width:100%;height:100%;object-fit:cover;object-position:top;transition:opacity .2s ease}.carousel-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:5;pointer-events:none}.dot{width:6px;height:6px;background:#ffffffb3;border-radius:50%}.dot.active{background:#ff3f6c;transform:scale(1.2)}.view-similar-btn.top-left{position:absolute;top:10px;left:10px;background:#fffffff2;height:32px;width:32px;border-radius:16px;display:flex;align-items:center;justify-content:flex-start;box-shadow:0 2px 8px #00000026;z-index:10;overflow:hidden;transition:width .3s cubic-bezier(.4,0,.2,1),opacity .3s ease;border:1px solid #f0f0f0;opacity:0}.product-card:hover .view-similar-btn.top-left{opacity:1}.view-similar-btn.top-left:hover{width:120px}.icon-box{min-width:32px;height:32px;display:flex;align-items:center;justify-content:center}.view-similar-svg{width:16px;height:16px}.view-similar-btn .text{font-size:10px;font-weight:700;color:#ff3f6c;white-space:nowrap;opacity:0;transition:opacity .2s .1s;padding-left:2px}.view-similar-btn:hover .text{opacity:1}.card-wishlist-icon{position:absolute;top:10px;right:10px;background:#fffffff2;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;z-index:10;font-size:18px;color:#94969f;box-shadow:0 2px 5px #0000001a;cursor:pointer}.card-wishlist-icon.active{color:#ff3f6c}.hover-size-tag{position:absolute;bottom:10px;left:10px;background:#ffffffe6;padding:5px 14px;border-radius:20px;font-size:10px;font-weight:700;color:#282c3f;box-shadow:0 2px 8px #0000001a;z-index:10;border:1px solid #eee;opacity:1;transition:opacity .2s ease,transform .2s ease}.product-card:hover .hover-size-tag{opacity:0;transform:translateY(5px)}.prod-details{padding:12px 10px;background:#fff;display:flex;flex-direction:column;flex-grow:1}.prod-cat{font-size:14px;color:#282c3f;font-weight:700;display:block;margin-bottom:2px}.prod-title{font-size:12px;font-weight:400;color:#535766;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price-row{display:flex;align-items:baseline;gap:6px;margin-top:auto}.current-price{font-size:14px;font-weight:700;color:#282c3f}.mrp-price{font-size:12px;color:#7e818c;text-decoration:line-through}.discount-off{font-size:12px;color:#ff905a;font-weight:700}.tag-out{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#fff;padding:5px 15px;font-size:13px;font-weight:700;border-radius:4px;text-transform:uppercase}.small-card .view-similar-btn.top-left{top:6px;left:6px;height:26px;width:26px}.small-card .view-similar-btn.top-left:hover{width:95px}.small-card .card-wishlist-icon{top:6px;right:6px;width:26px;height:26px;font-size:14px}.small-card .hover-size-tag{bottom:6px;left:6px;padding:2px 8px;font-size:9px}.card-similar-drawer-overlay{position:fixed;top:0;right:0;width:100vw;height:100vh;background:#00000080;z-index:10000;visibility:hidden;opacity:0;transition:.3s ease;cursor:default}.card-similar-drawer-overlay.open{visibility:visible;opacity:1}.card-similar-drawer-content{position:absolute;top:0;right:0;width:550px;height:100%;background:#fff;transform:translate(100%);transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;box-shadow:-5px 0 15px #0000001a}.card-similar-drawer-overlay.open .card-similar-drawer-content{transform:translate(0)}.card-similar-drawer-content .drawer-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.card-similar-drawer-content .drawer-header h3{margin:0;font-size:16px;font-weight:700;color:#282c3f}.card-similar-drawer-content .drawer-body{padding:20px;overflow-y:auto;flex:1;display:grid;grid-template-columns:1fr 1fr;gap:15px}.card-similar-drawer-content .drawer-close{font-size:30px;border:none;background:none;cursor:pointer;color:#535665}.loading-similar{grid-column:span 2;text-align:center;padding:30px;color:#ff3f6c;font-weight:600}@media(max-width:600px){.card-similar-drawer-content{width:100%}}:root{--brand-gradient: linear-gradient(135deg, #8A2387 0%, #E94057 50%, #F27121 100%);--brand-light: #fff0f4;--brand-primary: #E94057;--surface: #ffffff;--background: #f8fafc;--text-dark: #0f172a;--text-muted: #64748b;--border-light: #e2e8f0;--shadow-soft: 0 10px 40px rgba(0, 0, 0, .05);--shadow-glow: 0 8px 25px rgba(233, 64, 87, .25)}.home-page{width:100%;overflow-x:hidden;font-family:Poppins,sans-serif;color:var(--text-dark);background-color:var(--background);box-sizing:border-box}.hero-section{position:relative;width:100%;height:85vh;overflow:hidden;background:var(--text-dark);border-radius:0 0 40px 40px;box-shadow:var(--shadow-soft)}.hero-slide{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;transition:opacity 1.2s ease-in-out}.hero-slide.active{opacity:1;z-index:1}.hero-bg{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1);transition:transform 8s cubic-bezier(.25,.46,.45,.94)}.hero-slide.active .hero-bg{transform:scale(1.08)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0f172ad9,#e9405733);z-index:1}.hero-content{position:absolute;top:50%;left:10%;transform:translateY(-50%);z-index:2;color:#fff;max-width:650px}.hero-subtitle{display:block;font-size:.95rem;text-transform:uppercase;letter-spacing:4px;margin-bottom:1.5rem;font-weight:600;color:#f1f5f9;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-title{font-family:Playfair Display,serif;font-size:4.8rem;line-height:1.1;margin-bottom:2.5rem;font-weight:700;text-shadow:0 4px 12px rgba(0,0,0,.2)}.hero-btn{padding:16px 45px;background:var(--brand-gradient);color:#fff;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;font-weight:800;border:none;border-radius:50px;cursor:pointer;box-shadow:var(--shadow-glow);transition:all .4s cubic-bezier(.16,1,.3,1)}.hero-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #e9405766}.hero-dots{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:15px}.dot{width:10px;height:10px;background:#fff6;border-radius:50%;cursor:pointer;transition:all .4s ease}.dot.active{background:#fff;transform:scale(1.4);box-shadow:0 0 10px #ffffff80}.section-container{max-width:1440px;margin:0 auto;padding:5rem 2rem;box-sizing:border-box}.home-page>.section-container:first-of-type{padding-top:4rem}.bg-offset{background:var(--surface)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-family:Playfair Display,serif;font-size:3rem;font-weight:800;margin-bottom:.5rem;background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.section-header p{color:var(--text-muted);font-size:.95rem;text-transform:uppercase;font-weight:600;letter-spacing:2px}.section-header:after{content:"";display:block;width:80px;height:4px;background:var(--brand-gradient);margin:20px auto 0;border-radius:4px}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:30px;width:100%}.category-tile{position:relative;aspect-ratio:3 / 4;cursor:pointer;border-radius:20px;background:#fff;box-shadow:var(--shadow-soft);transform:translateY(0);transition:all .4s cubic-bezier(.16,1,.3,1)}.category-tile:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.cat-tile-img{position:absolute;top:12px;left:12px;width:calc(100% - 24px);height:calc(100% - 24px);object-fit:cover;border-radius:12px;transition:opacity .3s ease}.category-tile:hover .cat-tile-img{opacity:.9}.cat-tile-overlay{position:absolute;bottom:12px;left:12px;width:calc(100% - 24px);padding:2.5rem 1.5rem 1.5rem;background:linear-gradient(to top,rgba(15,23,42,.95) 0%,rgba(15,23,42,.4) 60%,transparent 100%);border-radius:0 0 12px 12px;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;transition:padding-bottom .4s ease;box-sizing:border-box}.category-tile:hover .cat-tile-overlay{padding-bottom:2rem}.cat-tile-overlay h3{font-family:Playfair Display,serif;margin:0 0 8px;font-size:1.6rem;font-weight:700;letter-spacing:1px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.cat-tile-overlay span{font-size:.75rem;text-transform:uppercase;font-weight:700;letter-spacing:2px;color:var(--brand-light);border-bottom:2px solid transparent;transition:all .3s ease}.category-tile:hover .cat-tile-overlay span{border-color:var(--brand-primary);color:#fff}.product-grid-modern{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin:20px 0;width:100%}.center-btn{text-align:center;margin-top:4rem}.btn-outline{background:var(--surface);border:2px solid var(--brand-primary);padding:16px 50px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.2,1,.3,1);color:var(--brand-primary);letter-spacing:2px;font-size:.9rem;border-radius:50px}.btn-outline:hover{background:var(--brand-gradient);border-color:transparent;color:#fff;transform:translateY(-3px);box-shadow:var(--shadow-glow)}@media(max-width:1200px){.product-grid-modern{grid-template-columns:repeat(3,1fr);gap:25px}.section-header h2{font-size:2.6rem}}@media(max-width:992px){.product-grid-modern{grid-template-columns:repeat(2,1fr);gap:20px}.hero-title{font-size:3.8rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:20px}.hero-section{border-radius:0 0 30px 30px}}@media(max-width:850px){.section-container{padding:3rem 15px;overflow:hidden}.hero-section{height:60vh;border-radius:0 0 20px 20px}.hero-content{left:5%;width:90%;text-align:center}.hero-title{font-size:2.6rem;margin-bottom:1.5rem}.hero-subtitle{font-size:.8rem;letter-spacing:3px}.hero-btn{padding:14px 35px}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:2rem}.section-header p{font-size:.8rem;letter-spacing:1px}.category-grid,.product-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px;width:100%}.category-grid>div,.product-grid-modern>div{min-width:0;width:100%}.category-tile{border-radius:12px}.cat-tile-overlay{padding:1.5rem .8rem 1rem;background:linear-gradient(to top,rgba(15,23,42,.95) 0%,rgba(15,23,42,.5) 60%,transparent 100%)}.cat-tile-overlay h3{font-size:1.1rem;margin-bottom:4px;line-height:1.2}.cat-tile-overlay span{font-size:.75rem;letter-spacing:1px}.category-tile:hover .cat-tile-overlay{padding-bottom:1rem}}@media(max-width:480px){.section-container{padding:2.5rem 10px}.hero-section{height:55vh}.hero-title{font-size:2.2rem}.product-grid-modern,.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.btn-outline{width:100%;padding:14px 20px;font-size:.8rem;box-sizing:border-box}.cat-tile-overlay h3{font-size:.95rem}.cat-tile-overlay span{font-size:.65rem}}.login-container{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:20px}.login-card{position:relative;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:400px}.close-btn{position:absolute;top:10px;right:15px;background:none;border:none;font-size:2rem;cursor:pointer;color:#999;line-height:1;padding:0;transition:color .2s}.close-btn:hover{color:#333}.login-card h2{text-align:center;margin-bottom:.5rem;color:#333}.login-subtitle{text-align:center;color:#666;margin-bottom:1.5rem}.success-message{background-color:#e8f5e9;color:#2e7d32;padding:12px;border-radius:6px;margin-bottom:20px;text-align:center;font-size:.95rem;border:1px solid #a5d6a7;font-weight:500}.error-message{background-color:#ffebee;color:#c62828;padding:12px;border-radius:6px;margin-bottom:20px;text-align:center;font-size:.95rem;border:1px solid #ef9a9a}.form-group{margin-bottom:1.5rem}.form-actions{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.forgot-link{color:#007bff;text-decoration:none;font-size:.9rem}.submit-btn{width:100%;padding:12px;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.login-footer{margin-top:1.5rem;text-align:center;font-size:.9rem}.login-footer a{color:#007bff;text-decoration:none;font-weight:500}body.dark-mode .login-card{background:#1a1a1a;border:1px solid #333}body.dark-mode .login-card h2,body.dark-mode .form-group label{color:#e0e0e0}body.dark-mode .login-subtitle{color:#aaa}body.dark-mode .login-footer{color:#aaa}.signup-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:10px;box-sizing:border-box;background-color:#f8fafc}.signup-card{position:relative;background:#fff;padding:1.5rem 1.2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:380px;max-height:95vh;overflow-y:auto;box-sizing:border-box}.signup-card::-webkit-scrollbar{width:5px}.signup-card::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.signup-header h2{text-align:center;margin:0 0 .2rem;color:#1e293b;font-size:1.3rem;font-weight:800}.signup-subtitle{text-align:center;color:#64748b;margin:0 0 1rem;font-size:.8rem}.success-message{background-color:#f0fdf4;color:#15803d;padding:8px 10px;border-radius:6px;margin-bottom:12px;text-align:center;font-size:.8rem;border:1px solid #bbf7d0;font-weight:600;animation:fadeIn .2s}.error-message{background-color:#fef2f2;color:#b91c1c;padding:8px 10px;border-radius:6px;margin-bottom:12px;text-align:center;font-size:.8rem;border:1px solid #fecaca;font-weight:600;animation:fadeIn .2s}.form-group{margin-bottom:.8rem}.form-group label{display:block;margin-bottom:.3rem;color:#475569;font-weight:600;font-size:.8rem}.form-group input{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;box-sizing:border-box;transition:all .2s;color:#1e293b}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.form-group input::placeholder{color:#94a3b8}.submit-btn{width:100%;padding:10px;background:#ff3f6c;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s;margin-top:.4rem}.submit-btn:hover{background:#e63560}.submit-btn:active{transform:scale(.98)}.submit-btn:disabled{background-color:#94a3b8;cursor:not-allowed;transform:none}.submit-btn.resend{background-color:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.submit-btn.resend:hover{background-color:#e2e8f0}.signup-footer{margin-top:1rem;text-align:center;font-size:.85rem;color:#64748b}.signup-footer a,.back-link{color:#3b82f6;text-decoration:none;font-weight:600;cursor:pointer;background:none;border:none;font-size:.85rem}.signup-footer a:hover,.back-link:hover{text-decoration:underline}.close-btn{position:absolute;top:10px;right:10px;background:#f1f5f9;border:none;font-size:1.1rem;cursor:pointer;color:#475569;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.2s}.close-btn:hover{background:#e2e8f0;color:#0f172a}.timer-display{text-align:center;margin-bottom:.8rem;font-size:.85rem;color:#475569}.timer-count{font-weight:700;color:#ff3f6c}.timer-expired{color:#ef4444;font-weight:600}.otp-input{text-align:center;letter-spacing:4px;font-weight:700;font-size:1.1rem!important}@media(max-width:480px){.signup-container{padding:8px}.signup-card{padding:1.2rem 1rem;max-height:98vh}}.manage-address-container{padding:10px;width:100%;box-sizing:border-box;position:relative}.stylish-toast-error{position:fixed;top:30px;left:50%;transform:translate(-50%) translateY(-150%);background:#fff;border-left:5px solid #ff3f6c;color:#282c3f;padding:16px 24px;border-radius:8px;box-shadow:0 10px 30px #00000026;z-index:10000;display:flex;align-items:center;gap:15px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);max-width:90%;width:max-content}.stylish-toast-error .toast-info{display:flex;flex-direction:column}.stylish-toast-error .toast-info strong{font-size:14px;color:#282c3f;margin-bottom:4px}.stylish-toast-error .toast-info span{font-size:13px;color:#535766}.header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:15px}.header-row h3{margin:0;color:#282c3f}.add-btn-main{padding:12px 24px;background:#fff;border:1px solid #ddd;color:#ff3f6c;font-weight:600;cursor:pointer;border-radius:4px;transition:all .2s}.add-btn-main:hover{background:#fdfdfd;border-color:#ff3f6c}.address-form-card{background:#fdfdfd;padding:24px;border:1px solid #eaeaec;margin-bottom:24px;border-radius:4px}.address-form-card h4{margin-top:0;margin-bottom:20px;color:#282c3f}.form-row{display:flex;gap:16px;margin-bottom:16px}.form-full{margin-bottom:16px}.form-row input,.form-full textarea{flex:1;width:100%;padding:12px;border:1px solid #e0e0e0;outline:none;box-sizing:border-box;border-radius:4px;font-size:14px}.form-row input:focus,.form-full textarea:focus{border-color:#282c3f}.form-full textarea{resize:vertical;min-height:80px}.form-actions{display:flex;gap:15px;margin-top:20px}.save-btn{padding:12px 30px;background:#ff3f6c;color:#fff;border:none;font-weight:600;cursor:pointer;border-radius:4px;text-transform:uppercase}.save-btn:disabled{background:#ffd3dd;cursor:not-allowed}.cancel-btn{padding:12px 20px;background:transparent;color:#282c3f;border:none;font-weight:600;cursor:pointer}.address-card-display{border:1px solid #e0e0e0;padding:20px;margin-bottom:16px;background:#fff;border-radius:4px;position:relative}.addr-tag{font-size:10px;background:#f5f5f6;display:inline-block;padding:4px 8px;border-radius:4px;font-weight:700;color:#94969f;margin-bottom:10px}.addr-header{display:flex;gap:15px;align-items:baseline;margin-bottom:8px}.addr-name{font-weight:700;color:#282c3f;font-size:16px}.addr-mobile{color:#535766;font-size:14px;font-weight:500}.addr-text{color:#535766;font-size:14px;line-height:1.5;margin:0}.addr-bold{font-weight:600;color:#282c3f}.addr-menu{margin-top:15px;display:flex;gap:20px;border-top:1px solid #f0f0f0;padding-top:15px}.edit-text-btn{background:none;border:none;color:#2874f0;font-weight:600;text-transform:uppercase;cursor:pointer;font-size:13px;padding:0}.delete-text-btn{background:none;border:none;color:#ff3f6c;font-weight:600;cursor:pointer;padding:0;font-size:13px;text-transform:uppercase}.edit-text-btn:hover,.delete-text-btn:hover{text-decoration:underline}.no-address{text-align:center;color:#94969f;margin-top:50px;font-size:14px}@media(max-width:600px){.manage-address-container{padding:5px}.form-row{flex-direction:column;gap:16px}.address-form-card{padding:15px}.form-actions{flex-direction:column}.save-btn,.cancel-btn,.add-btn-main{width:100%;text-align:center}.addr-header{flex-direction:column;gap:2px}.addr-menu{justify-content:space-between;gap:0}}.pan-container{padding:10px;max-width:600px;width:100%;box-sizing:border-box}.pan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.pan-header h3{margin:0;color:#282c3f}.pan-display-card{background:#f9f9f9;padding:20px;border:1px solid #eee;border-radius:4px}.pan-field{margin-bottom:15px}.pan-field label{font-size:12px;color:#878787;display:block;margin-bottom:4px}.pan-field p{font-size:16px;font-weight:500;color:#212121;margin:0}.pan-status .badge{color:#28a745;font-weight:600;font-size:14px}.pan-note{font-size:12px;color:#94969f;margin-top:15px}.pan-form .form-group{margin-bottom:16px}.pan-form label{font-size:13px;font-weight:600;color:#282c3f;display:block}.pan-input{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:4px;outline:none;margin-top:5px;box-sizing:border-box;font-size:14px}.pan-input:focus{border-color:#ff3f6c}.checkbox-group{display:flex;align-items:flex-start;gap:10px;margin:20px 0;font-size:13px;color:#535766}.checkbox-group input{margin-top:3px;accent-color:#ff3f6c}.edit-btn{color:#ff3f6c;background:none;border:none;font-weight:600;cursor:pointer;font-size:14px}.form-actions{display:flex;gap:15px;margin-top:24px}.save-btn{background:#ff3f6c;color:#fff;border:none;padding:12px 30px;font-weight:600;cursor:pointer;border-radius:4px}.cancel-btn{background:none;border:none;color:#282c3f;font-weight:600;cursor:pointer}@media(max-width:600px){.pan-container{padding:0}.form-actions{flex-direction:column;gap:10px}.save-btn,.cancel-btn{width:100%;text-align:center;padding:14px}}.profile-container{max-width:1200px;margin:40px auto;padding:0 20px;font-family:Inter,sans-serif}.profile-loading{text-align:center;padding:100px;font-size:1.2rem;color:#64748b;font-weight:600}.profile-wrapper{display:flex;gap:30px;align-items:flex-start}.profile-sidebar{width:280px;flex-shrink:0}.user-hello-card{display:flex;align-items:center;gap:15px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;border:1px solid #f1f5f9}.user-avatar{width:50px;height:50px;background:#ff3f6c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800}.user-hello-text{display:flex;flex-direction:column}.hello-label{font-size:12px;color:#64748b;text-transform:uppercase;font-weight:700;letter-spacing:.5px}.user-name{margin:0;font-size:16px;color:#0f172a;font-weight:800}.profile-menu{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden;border:1px solid #f1f5f9}.menu-group{border-bottom:1px solid #f1f5f9}.menu-group:last-child{border-bottom:none}.menu-header{padding:18px 20px;font-weight:800;font-size:14px;color:#475569;display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.5px}.menu-header.active-header{color:#0f172a;background:#f8fafc}.menu-header .icon{font-size:18px}.submenu{list-style:none;margin:0;padding:0 0 10px;background:#fff}.submenu li{padding:12px 20px 12px 50px;font-size:14px;color:#64748b;cursor:pointer;transition:all .2s ease;font-weight:500}.submenu li:hover{color:#ff3f6c;background:#fff0f4}.submenu li.active{color:#ff3f6c;background:#fff0f4;font-weight:700;border-right:3px solid #ff3f6c}.logout-group{cursor:pointer;transition:background .2s}.logout-group:hover{background:#f8fafc}.profile-content{flex:1;min-width:0}.content-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000000d;border:1px solid #f1f5f9}.card-header{border-bottom:1px solid #f1f5f9;padding-bottom:20px;margin-bottom:25px}.card-header h2{margin:0;font-size:1.5rem;color:#0f172a;font-weight:800}.form-row{display:flex;gap:20px;margin-bottom:20px}.form-group{flex:1;display:flex;flex-direction:column;gap:8px}.form-group.full-width{width:100%}.form-group label{font-size:13px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px}.input-field{padding:12px 15px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;font-family:inherit;color:#0f172a;transition:all .3s ease;width:100%;box-sizing:border-box}.input-field:focus{outline:none;border-color:#ff3f6c;box-shadow:0 0 0 3px #fff0f4}.input-field.disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.input-with-action{display:flex;align-items:center;gap:15px}.action-link{color:#ff3f6c;font-weight:700;font-size:13px;cursor:pointer;text-transform:uppercase}.save-btn{background:#ff3f6c;color:#fff;border:none;padding:14px 30px;border-radius:8px;font-size:14px;font-weight:800;cursor:pointer;text-transform:uppercase;letter-spacing:1px;margin-top:10px;transition:all .3s ease}.save-btn:hover{background:#e9355f;transform:translateY(-2px);box-shadow:0 6px 15px #ff3f6c33}.radio-group{display:flex;gap:15px}.radio-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;color:#475569;transition:all .2s}.radio-btn.selected{border-color:#ff3f6c;background:#fff0f4;color:#ff3f6c}.add-btn-outline{width:100%;padding:15px;background:transparent;border:2px dashed #cbd5e1;color:#ff3f6c;font-weight:800;font-size:14px;border-radius:12px;cursor:pointer;text-transform:uppercase;transition:all .2s}.add-btn-outline:hover{border-color:#ff3f6c;background:#fff0f4}.mobile-back-btn{display:none;background:#f1f5f9;border:1px solid #cbd5e1;padding:10px 16px;border-radius:8px;font-weight:700;color:#334155;margin-bottom:16px;cursor:pointer;align-items:center;gap:8px;width:fit-content;transition:all .2s ease}.mobile-back-btn:hover{background:#e2e8f0;color:#0f172a}@media(max-width:768px){.profile-wrapper{gap:0}.mobile-back-btn{display:flex}.profile-wrapper.mobile-menu-open .profile-sidebar{display:block;width:100%}.profile-wrapper.mobile-menu-open .profile-content,.profile-wrapper.mobile-content-open .profile-sidebar{display:none}.profile-wrapper.mobile-content-open .profile-content{display:block;width:100%;margin-top:10px}.content-card{padding:20px}.form-row{flex-direction:column;gap:15px}}.forgot-container{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:10px}.forgot-card{position:relative;background:#fff;padding:1.2rem 1.5rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:400px}.forgot-card h2{text-align:center;margin-bottom:.5rem;color:#333}.forgot-subtitle{text-align:center;color:#666;margin-bottom:2rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.submit-btn{width:100%;padding:10px;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.7rem}.submit-btn:hover{background:#0056b3}.forgot-footer{margin-top:1rem;text-align:center;font-size:.9rem}.forgot-footer a{color:#007bff;text-decoration:none;font-weight:500}.close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;line-height:1}.required-asterisk{color:red}.forgot-success{text-align:center;margin:2rem 0 1rem}.forgot-success a{color:#007bff;text-decoration:none;font-weight:500}body.dark-mode .forgot-card{background:#1a1a1a;border:1px solid #333}body.dark-mode .forgot-card h2,body.dark-mode .form-group label{color:#e0e0e0}body.dark-mode .forgot-subtitle{color:#aaa}body.dark-mode .form-group input{background:#2a2a2a;border-color:#444;color:#e0e0e0}body.dark-mode .forgot-footer{color:#aaa}body.dark-mode .forgot-success{color:#e0e0e0}.cart-container{background-color:var(--background);min-height:100vh;padding:40px 20px;font-family:Poppins,sans-serif;box-sizing:border-box}.cart-wrapper{max-width:1150px;margin:0 auto;display:flex;gap:24px;align-items:flex-start}.cart-limit-toast{position:fixed;top:20px;left:50%;transform:translate(-50%) translateY(-150%);background:#0f172af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,63,108,.3);border-left:4px solid var(--brand-primary);color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 20px 40px -10px #0006;z-index:10000;display:flex;align-items:center;gap:15px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);max-width:400px;width:max-content;font-size:13px;font-weight:600}.cart-limit-toast.visible{transform:translate(-50%) translateY(0)}.cart-main-content{flex:2;display:flex;flex-direction:column;gap:24px}.cart-items-section,.saved-later-area{background:var(--surface);border:1px solid var(--border-light);border-radius:16px;box-shadow:var(--shadow-soft);overflow:hidden}.section-header{padding:20px 24px;border-bottom:1px solid var(--border-light);background:var(--surface)}.section-header h1,.section-header h2{font-size:16px;font-weight:800;color:var(--text-dark);margin:0;text-transform:uppercase;letter-spacing:.5px}.cart-item-card{display:flex;padding:24px;border-bottom:1px solid var(--border-light);gap:24px;transition:background .3s ease}.cart-item-card:hover{background:#fdfdfd}.cart-item-card:last-child{border-bottom:none}.item-visuals{width:100px;display:flex;flex-direction:column;align-items:center;gap:15px;flex-shrink:0}.cart-prod-img{width:100%;height:120px;object-fit:cover;border-radius:12px;border:1px solid var(--border-light);box-shadow:0 4px 10px #0000000a}.qty-control-pill{display:flex;border:1px solid var(--border-light);border-radius:20px;height:36px;background:var(--surface);box-shadow:0 2px 6px #00000008;overflow:hidden}.qty-control-pill button{width:32px;border:none;background:transparent;cursor:pointer;font-size:16px;font-weight:600;color:var(--text-dark);transition:all .2s ease}.qty-control-pill button:hover{background:var(--brand-light);color:var(--brand-primary)}.qty-control-pill input{width:35px;border:none;border-left:1px solid var(--border-light);border-right:1px solid var(--border-light);text-align:center;font-weight:800;font-size:13px;color:var(--text-dark);background:transparent}.qty-control-pill input:focus{outline:none}.item-content{flex:1;display:flex;flex-direction:column}.item-title{font-size:16px;font-weight:700;color:var(--text-dark);margin:0 0 6px;line-height:1.4}.item-meta{font-size:13px;color:var(--text-muted);margin-bottom:12px;font-weight:500}.item-pricing{margin-bottom:12px;display:flex;align-items:center;gap:12px}.price-tag{font-size:20px;font-weight:800;color:var(--text-dark)}.mrp-tag{font-size:14px;color:var(--text-muted);text-decoration:line-through;font-weight:600}.stock-alert{font-size:11px;color:var(--brand-primary);margin-top:5px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;background:var(--brand-light);padding:4px 10px;border-radius:8px;display:inline-block}.item-actions{display:flex;gap:15px;margin-top:auto;padding-top:15px;border-top:1px dashed var(--border-light)}.btn-text{background:var(--surface);border:1px solid var(--border-light);font-size:11px;font-weight:800;text-transform:uppercase;color:var(--text-dark);cursor:pointer;padding:8px 16px;border-radius:8px;letter-spacing:.5px;transition:all .2s ease}.btn-text.remove{background:var(--brand-light);color:var(--brand-primary);border-color:transparent}.btn-text:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0000000d}.cart-sidebar{flex:1;min-width:360px;position:sticky;top:24px}.summary-card{background:var(--surface);padding:0 0 24px;border-radius:20px;border:1px solid var(--border-light);box-shadow:var(--shadow-soft);overflow:hidden}.summary-title{font-size:14px;font-weight:800;color:var(--text-dark);text-transform:uppercase;margin:0 0 20px;padding:20px 24px;background:#f8fafc;border-bottom:1px solid var(--border-light);letter-spacing:1px}.summary-line{display:flex;justify-content:space-between;font-size:14px;margin-bottom:18px;color:var(--text-muted);font-weight:500;align-items:center;padding:0 24px}.summary-line span:first-child{color:var(--text-muted)}.summary-line span:last-child{color:var(--text-dark);font-weight:700;font-size:15px}.accent-green{color:#10b981!important;font-weight:800!important}.summary-divider{height:1px;background:var(--border-light);margin:20px 24px}.summary-total{display:flex;justify-content:space-between;font-size:16px;font-weight:800;color:var(--text-dark);margin:20px 24px 25px;align-items:center;border-top:2px dashed #cbd5e1;padding-top:24px}.summary-total span:first-child{text-transform:uppercase;letter-spacing:.5px}.summary-total span:last-child{font-size:22px;color:var(--brand-primary);font-weight:800}.place-order-btn{width:calc(100% - 48px);margin:0 24px;padding:16px 24px;background:var(--brand-gradient);color:#fff;border:none;border-radius:12px;font-weight:800;font-size:15px;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-glow);transition:all .3s ease;letter-spacing:1px}.place-order-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #e9405759}.place-order-btn:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;transform:none}.empty-mode{display:flex;align-items:center;justify-content:center;height:70vh}.cart-empty-card{text-align:center;background:var(--surface);padding:50px;border-radius:20px;border:1px dashed #cbd5e1}.cart-empty-card img{width:150px;margin-bottom:25px;opacity:.8}.cart-empty-card h2{font-size:24px;font-weight:800;color:var(--text-dark);margin-bottom:10px}.cart-empty-card p{color:var(--text-muted);font-size:15px;margin-bottom:30px}.primary-shop-btn{padding:16px 40px;background:var(--text-dark);color:#fff;border:none;font-weight:800;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:15px;text-transform:uppercase;letter-spacing:1px}.primary-shop-btn:hover{background:var(--brand-gradient);transform:translateY(-2px);box-shadow:var(--shadow-glow)}@media(max-width:1024px){.cart-sidebar{min-width:320px}}@media(max-width:900px){.cart-wrapper{flex-direction:column}.cart-sidebar{width:100%;position:static;order:2}.cart-main-content{width:100%;order:1}}@media(max-width:600px){.cart-container{padding:15px 10px}.cart-items-section,.summary-card{border:none;box-shadow:0 4px 15px #00000008}.section-header{padding:15px}.cart-item-card{padding:15px;gap:15px}.item-visuals{width:80px;min-width:80px}.cart-prod-img{height:100px}.item-title{font-size:14px}.price-tag{font-size:16px}.slashed-price{font-size:12px}.item-actions{gap:10px;justify-content:flex-start;flex-wrap:wrap}.btn-text{font-size:10px;padding:6px 12px}.summary-content{padding:15px}.place-order-btn{position:fixed;bottom:0;left:0;border-radius:0;padding:18px;z-index:1000}.cart-container{padding-bottom:80px}}.wishlist-page{max-width:1400px;margin:0 auto;padding:40px;font-family:Poppins,sans-serif;background-color:var(--background);min-height:80vh;box-sizing:border-box}.wishlist-title{font-size:24px;font-weight:800;margin-bottom:30px;text-transform:uppercase;letter-spacing:1px;background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;position:relative}.wishlist-title:after{content:"";display:block;width:50px;height:4px;background:var(--brand-gradient);margin-top:8px;border-radius:4px}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:30px}.wishlist-item-wrapper{position:relative;background:var(--surface);border-radius:16px;border:1px solid var(--border-light);box-shadow:0 4px 15px #00000005;overflow:hidden;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1)}.wishlist-item-wrapper:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000014;border-color:#cbd5e1}.remove-wish-btn{position:absolute;top:12px;right:12px;z-index:5;background:#ffffffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:none;border-radius:50%;width:36px;height:36px;font-size:16px;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000014;transition:all .2s ease}.remove-wish-btn:hover{background:#fee2e2;color:#e11d48;transform:scale(1.1)}.move-to-bag-btn{width:100%;padding:16px;background:var(--surface);border:none;border-top:1px solid var(--border-light);color:var(--brand-primary);font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;margin-top:auto}.move-to-bag-btn:hover{background:var(--brand-gradient);color:#fff;border-top-color:transparent}.empty-wishlist{text-align:center;padding:80px 20px;background:var(--surface);border-radius:20px;border:2px dashed #cbd5e1;margin-top:20px}.empty-wishlist h2{font-size:24px;font-weight:800;color:var(--text-dark);margin-bottom:10px}.empty-wishlist p{color:var(--text-muted);font-size:15px;margin-bottom:30px}@media(max-width:1024px){.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}}@media(max-width:768px){.wishlist-page{padding:30px 20px}.wishlist-title{font-size:20px}}@media(max-width:480px){.wishlist-page{padding:20px 15px}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wishlist-item-wrapper{border-radius:12px}.remove-wish-btn{width:30px;height:30px;font-size:14px;top:8px;right:8px}.move-to-bag-btn{padding:12px;font-size:12px}.empty-wishlist{padding:50px 15px}.empty-wishlist h2{font-size:20px}}.checkout-container{background:var(--background);padding:40px 20px;min-height:100vh;font-family:Poppins,sans-serif;box-sizing:border-box;position:relative}.checkout-wrapper{max-width:1150px;margin:0 auto;display:flex;gap:24px;align-items:flex-start}.checkout-left{flex:1.8;display:flex;flex-direction:column;gap:24px}.checkout-block{background:var(--surface);box-shadow:var(--shadow-soft);border-radius:16px;border:1px solid var(--border-light);overflow:hidden;transition:all .3s ease}.active-header{background:var(--surface);padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-light)}.header-label{display:flex;align-items:center;gap:15px}.step-tag{background:var(--brand-light);color:var(--brand-primary);padding:6px 12px;font-weight:800;font-size:13px;border-radius:8px}.active-header h3{font-size:16px;font-weight:800;color:var(--text-dark);margin:0;text-transform:uppercase;letter-spacing:.5px}.change-btn{background:var(--brand-light);color:var(--brand-primary);border:none;padding:8px 16px;font-weight:700;cursor:pointer;border-radius:8px;font-size:13px;transition:all .2s ease}.change-btn:hover{background:#ffe4e8;transform:translateY(-1px)}.white-bg{background:var(--surface)}.border-bottom{border-bottom:1px solid var(--border-light)}.grey-txt{color:var(--text-muted)}.block-body{padding:24px;box-sizing:border-box}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.form-full{margin-bottom:15px}.form-grid input,.form-full textarea,.form-full input{padding:14px 16px;border:2px solid var(--border-light);border-radius:10px;font-size:14px;color:var(--text-dark);width:100%;box-sizing:border-box;background:#fdfdfd;transition:all .3s ease;font-family:inherit;font-weight:500}.form-grid input:focus,.form-full textarea:focus,.form-full input:focus{border-color:var(--brand-primary);background:var(--surface);outline:none;box-shadow:0 0 0 4px var(--brand-light)}.form-full textarea{height:80px;resize:none}.action-btn-orange,.order-btn{background:var(--brand-gradient);color:#fff;border:none;padding:16px 24px;font-weight:800;cursor:pointer;border-radius:12px;font-size:15px;width:auto;box-shadow:var(--shadow-glow);transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.action-btn-orange:hover:not(:disabled),.order-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #e9405759}.action-btn-orange:disabled,.order-btn:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed;transform:none}.address-summary strong{font-size:16px;display:block;margin-bottom:8px;color:var(--text-dark);text-align:left;font-weight:700}.address-summary p{margin:4px 0;font-size:14px;color:var(--text-muted);line-height:1.6;text-align:left;font-weight:500}.phone-txt{font-weight:700!important;margin-top:12px!important;color:var(--text-dark)!important}.block-header.white-bg h3.grey-txt{font-size:15px;font-weight:800;color:var(--text-dark);padding:20px 24px;margin:0;text-transform:uppercase;letter-spacing:.5px}.item-card{display:flex;padding:24px;border-bottom:1px solid var(--border-light);gap:20px;align-items:center;background:var(--surface);transition:background .3s ease}.item-card:hover{background:#fdfdfd}.item-card:last-child{border-bottom:none}.item-image-area{width:90px;display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.item-image-area img{width:85px;height:105px;object-fit:cover;border-radius:12px;border:1px solid var(--border-light);box-shadow:0 4px 10px #0000000a}.qty-control-row{background:var(--surface);padding:5px 14px;border-radius:20px;border:1px solid var(--border-light);box-shadow:0 2px 6px #00000008;display:inline-flex;justify-content:center;align-items:center}.qty-control-row span{font-size:11px;font-weight:800;color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px}.item-details-area{flex:1;text-align:left;display:flex;flex-direction:column;gap:12px}.flex-header{display:flex;justify-content:space-between;align-items:center}.item-details-area h4{font-size:16px;color:var(--text-dark);margin:0;line-height:1.4;font-weight:700}.remove-btn{background:var(--brand-light);color:var(--brand-primary);border:none;font-weight:800;font-size:11px;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.remove-btn:hover{background:#ffe4e8;transform:translateY(-1px)}.price-row-modern{display:flex;gap:12px;align-items:center}.final-price{font-size:20px;font-weight:800;color:var(--text-dark)}.slashed-price{text-decoration:line-through;color:var(--text-muted);font-size:14px;font-weight:600}.off-tag{color:#059669;font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.5px;background:#d1fae5;padding:5px 12px;border-radius:20px}.checkout-right{flex:1;min-width:360px;position:sticky;top:24px}.summary-card-right{background:var(--surface);box-shadow:var(--shadow-soft);border-radius:20px;border:1px solid var(--border-light);padding-bottom:24px;overflow:hidden}.card-title{color:var(--text-dark);font-size:14px;font-weight:800;padding:24px;background:#f8fafc;border-bottom:1px solid var(--border-light);margin:0;text-align:left;text-transform:uppercase;letter-spacing:1px}.summary-row-flex{display:flex;justify-content:space-between;padding:12px 24px;font-size:14px;color:var(--text-muted);font-weight:500;align-items:center}.summary-row-flex span:last-child{color:var(--text-dark);font-weight:700;font-size:15px}.summary-row-flex .green-txt{color:#10b981!important;font-weight:800!important}.total-amount-row{border-top:2px dashed var(--border-light);margin:15px 24px;padding:20px 0 10px;font-weight:800;font-size:16px;color:var(--text-dark);display:flex;justify-content:space-between;align-items:center}.total-amount-row span:last-child{font-size:24px;color:var(--text-dark)}.savings-highlight{padding:12px 20px;color:#059669;font-weight:800;font-size:12px;background:#ecfdf5;margin:0 24px 10px;border-radius:10px;text-align:center;border:1px dashed #a7f3d0;text-transform:uppercase;letter-spacing:.5px}.order-btn{margin:20px 24px 0;width:calc(100% - 48px)}.payment-tabs-wrapper{padding:24px}.main-payment-toggle{display:flex;gap:15px;margin-bottom:30px}.pay-type-card{flex:1;border:2px solid var(--border-light);padding:16px;border-radius:12px;cursor:pointer;display:flex;gap:12px;transition:all .3s ease;align-items:flex-start;background:var(--surface)}.pay-type-card input[type=radio]{margin-top:4px;accent-color:var(--brand-primary);transform:scale(1.3);cursor:pointer}.pay-type-card.selected{border-color:var(--brand-primary);background:var(--brand-light);box-shadow:0 4px 15px #e9405714}.pay-card-info strong{display:block;font-size:15px;margin-bottom:4px;color:var(--text-dark);font-weight:700}.pay-card-info span{font-size:12px;color:var(--text-muted);font-weight:500}.sub-method-tabs{display:flex;border-bottom:2px solid var(--border-light);margin-bottom:20px}.sub-method-tabs button{flex:1;padding:14px 10px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:13px;font-weight:800;color:var(--text-muted);transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.sub-method-tabs button:hover{color:var(--text-dark)}.sub-method-tabs button.active{color:var(--brand-primary);border-bottom-color:var(--brand-primary)}.payment-list{display:flex;flex-direction:column;gap:12px}.saved-pay-row{display:flex;align-items:center;gap:15px;padding:16px;border:2px solid var(--border-light);border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;color:var(--text-dark);transition:all .2s ease;background:var(--surface)}.saved-pay-row input[type=radio]{accent-color:var(--brand-primary);transform:scale(1.3);cursor:pointer}.saved-pay-row.active{border-color:var(--brand-primary);background:var(--brand-light);box-shadow:0 4px 15px #e9405714}.saved-pay-row:hover:not(.active){border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 10px #00000008}.verify-badge{margin-left:auto;font-size:11px;color:#059669;font-weight:800;background:#d1fae5;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.nb-info-text{font-size:14px;color:var(--text-muted);padding:30px 10px;text-align:center;font-weight:500}.wallet-coming-soon{margin-top:25px;padding:20px;background:var(--background);border-radius:12px;border:1px dashed #cbd5e1;text-align:center;font-size:13px;color:#94a3b8;font-weight:800;text-transform:uppercase;letter-spacing:1px}.stylish-toast-error{position:fixed;top:20px;left:50%;transform:translate(-50%) translateY(-150%);background:#0f172af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,63,108,.3);border-left:4px solid var(--brand-primary);color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 20px 40px -10px #0006;z-index:10000;display:flex;align-items:center;gap:15px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);max-width:400px;width:max-content}.stylish-toast-error.visible{transform:translate(-50%) translateY(0)}.stylish-toast-error .toast-icon{font-size:24px}.stylish-toast-error .toast-info{display:flex;flex-direction:column;gap:4px}.stylish-toast-error .toast-info strong{font-size:13px;color:#fff;letter-spacing:.5px;text-transform:uppercase;font-weight:800}.stylish-toast-error .toast-info span{font-size:13px;color:#cbd5e1;line-height:1.4;font-weight:500}@media(max-width:1024px){.checkout-wrapper{gap:16px}.checkout-right{min-width:320px}}@media(max-width:900px){.checkout-wrapper{flex-direction:column;padding:0 10px;gap:20px}.checkout-left,.checkout-right{width:100%;min-width:100%}.checkout-right{position:static;margin-bottom:20px}}@media(max-width:480px){.checkout-container{padding:15px 0}.form-grid{grid-template-columns:1fr;gap:15px}.action-btn-orange,.order-btn{width:100%;text-align:center}.item-card{padding:20px 15px;gap:15px}.item-image-area{width:75px}.item-image-area img{height:95px}.qty-control-row{padding:4px 10px}.item-details-area h4{font-size:14px}.final-price{font-size:18px}.remove-btn{padding:6px 12px}.main-payment-toggle{flex-direction:column;gap:10px}.payment-tabs-wrapper{padding:15px}.summary-row-flex{padding:10px 15px}.total-amount-row{padding:15px;margin:10px 15px}.savings-highlight{margin:0 15px 10px}.order-btn{margin:15px 15px 0;width:calc(100% - 30px)}.stylish-toast-error{width:90%;padding:14px 20px}}.order-success-wrapper{display:flex;align-items:center;justify-content:center;min-height:80vh;background:#f8f9fa;padding:20px;font-family:Poppins,sans-serif}.order-success-card{background:#fff;padding:60px 40px;border-radius:12px;box-shadow:0 10px 30px #0000000d;max-width:550px;width:100%;text-align:center}.success-icon-animated{font-size:5rem;margin-bottom:20px;animation:scaleIn .5s ease-out forwards}.success-heading{font-size:2.2rem;margin-bottom:15px;color:#282c3f;font-weight:700;letter-spacing:-.5px}.success-subtext{color:#7e818c;max-width:450px;margin:0 auto 40px;line-height:1.6;font-size:1.1rem}.success-btn-group{display:flex;gap:15px;justify-content:center}.btn-shop-more{flex:1;padding:14px 25px;background:#fff;color:#282c3f;border:1px solid #d4d5d9;font-size:.9rem;font-weight:700;cursor:pointer;border-radius:4px;text-transform:uppercase;transition:all .2s}.btn-shop-more:hover{background:#f5f5f6}.btn-view-orders{flex:1;padding:14px 25px;background:#ff3f6c;color:#fff;border:none;font-size:.9rem;font-weight:700;cursor:pointer;border-radius:4px;text-transform:uppercase;box-shadow:0 4px 12px #ff3f6c33;transition:all .2s}.btn-view-orders:hover{background:#e63560}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:600px){.success-btn-group{flex-direction:column}}:root{--brand-gradient: linear-gradient(135deg, #8A2387 0%, #E94057 50%, #F27121 100%);--surface: #ffffff;--background: #f8fafc;--text-dark: #0f172a;--text-muted: #64748b;--border-light: #e2e8f0;--brand-primary: #E94057;--shadow-glow: 0 8px 25px rgba(233, 64, 87, .25)}.cat-page-wrapper{max-width:1536px;margin:0 auto;padding:30px 40px 100px;font-family:Poppins,sans-serif;background-color:var(--background)}.cat-top-bar{padding-bottom:15px;border-bottom:1px solid var(--border-light);margin-bottom:25px}.cat-header-flex{display:flex;justify-content:space-between;align-items:center}.cat-header-flex h1{font-size:24px;font-weight:800;background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0;display:flex;align-items:center}.inline-size-container strong{font-size:13px;color:var(--text-muted);font-weight:700}.cat-main-layout{display:flex;gap:40px}.cat-sidebar{width:260px;flex-shrink:0;background:#fff;padding:24px;border-radius:20px;border:1px solid var(--border-light);position:sticky;top:20px}.filter-section h4{font-size:14px;font-weight:800;margin-bottom:15px;color:var(--text-dark)}.filter-list{list-style:none;padding:0}.filter-list label{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-muted);cursor:pointer}.color-swatch-circle{width:20px;height:20px;border-radius:50%;border:1px solid var(--border-light)}.cat-product-area{flex-grow:1}.cat-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;width:100%}.filter-pill i{cursor:pointer;color:var(--text-muted);font-style:normal;font-size:14px;background:#f1f5f9;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%}.clear-all-text{background:var(--brand-light);border:none;color:var(--brand-primary);font-weight:800;cursor:pointer;font-size:12px;padding:6px 14px;border-radius:50px;text-transform:uppercase}@media(max-width:1200px){.cat-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.cat-page-wrapper{padding:15px 12px 120px!important}.cat-main-layout{flex-direction:column}.cat-header-flex{flex-direction:column;align-items:flex-start;gap:15px}.header-actions-wrapper{flex-direction:column;align-items:flex-start;width:100%;gap:10px}.desktop-sort{display:none!important}.inline-size-container{width:100%;overflow-x:auto;white-space:nowrap;padding-bottom:5px;-webkit-overflow-scrolling:touch}.inline-size-container::-webkit-scrollbar{display:none}.cat-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.sidebar-overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:10001;opacity:0;visibility:hidden;transition:.3s}.sidebar-overlay.show{opacity:1;visibility:visible}.cat-sidebar{position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100vw!important;height:85vh;background:#fff;z-index:10002;border-radius:25px 25px 0 0;padding:30px 30px 120px!important;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);box-sizing:border-box!important;border:none;margin:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.cat-sidebar.open{transform:translateY(0)!important}.mobile-sidebar-header{display:flex!important;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-light);padding-bottom:15px;margin-bottom:20px}.close-sidebar-btn{background:#f1f5f9;border:none;width:44px;height:44px;border-radius:50%;font-size:24px;cursor:pointer}.mobile-filter-bar{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;width:100vw!important;background:#fff;z-index:999999!important;border-top:1px solid var(--border-light);padding:10px 15px;gap:15px;box-sizing:border-box}.mobile-action-container{flex:1;display:flex}.mobile-action-btn{flex:1;width:100%;height:50px;padding:0 15px;border-radius:12px;font-weight:800;font-size:14px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;appearance:none;text-align:center;border:none!important;background:var(--brand-gradient)!important;color:#fff!important;box-shadow:var(--shadow-glow)}select.mobile-action-btn option{color:var(--text-dark);background:var(--surface)}}body{background-color:#fcfcfd;margin:0;padding:0}.product-details-page{max-width:1600px;margin:0 auto;padding:20px 4% 60px;background:transparent;font-family:Poppins,sans-serif;box-sizing:border-box;overflow-x:hidden}.breadcrumb-nav{font-size:12px;color:#6b7280;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;font-weight:500}.breadcrumb-nav strong{color:#e94057}.details-main-grid{display:grid;grid-template-columns:55% 41%;justify-content:space-between;gap:4%;position:relative;align-items:start;box-sizing:border-box}.gallery-section{display:grid;grid-template-columns:1fr 1fr;gap:15px;width:100%;align-content:start}.gallery-img-container{position:relative;width:100%;background:#f8fafc;cursor:zoom-in;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000a}.base-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,1,.5,1)}.gallery-img-container:hover .base-img{transform:scale(1.03)}.img-wishlist-heart-pleasant{position:absolute;top:15px;right:15px;width:42px;height:42px;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;color:#9ca3af;box-shadow:0 4px 12px #00000014;z-index:10;cursor:pointer;transition:all .3s ease}.img-wishlist-heart-pleasant:hover{background:#fff;transform:scale(1.05);color:#e94057}.img-wishlist-heart-pleasant.is-wished{color:#e94057!important}.pd-view-similar-btn{position:absolute;top:15px;left:15px;width:42px;height:42px;background-image:linear-gradient(135deg,#8a2387,#e94057,#f27121);background-size:200% auto;border-radius:30px;display:flex;align-items:center;overflow:hidden;cursor:pointer;box-shadow:0 4px 15px #e940574d;z-index:10;opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1)}.gallery-img-container:hover .pd-view-similar-btn{opacity:1}.pd-view-similar-btn:hover{width:145px;background-position:right center}.pd-view-similar-btn .icon-box{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pd-view-similar-svg{width:18px;height:18px;stroke:#fff}.pd-view-similar-btn .text{font-size:11px;font-weight:600;color:#fff;white-space:nowrap;opacity:0;transition:opacity .2s ease;margin-left:2px;letter-spacing:1px}.pd-view-similar-btn:hover .text{opacity:1;transition-delay:.15s}.info-section{position:relative;height:100%}.info-sticky{position:sticky;top:80px;padding:0 0 20px;width:100%;height:max-content}.zoom-result-window{position:absolute;top:0;left:-10px;width:calc(100% + 20px);height:500px;background-repeat:no-repeat;background-size:250%;background-color:#fff;border-radius:12px;box-shadow:0 15px 40px #00000026;z-index:99;pointer-events:none}.category-highlight{font-size:16px;font-weight:800;background:linear-gradient(135deg,#8a2387,#e94057,#f27121);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 6px;letter-spacing:1px;text-transform:uppercase}.product-name-sub{font-size:22px;color:#4b5563;margin:0 0 12px;font-weight:600;line-height:1.3}.rating-pill{display:inline-flex;align-items:center;background-image:linear-gradient(135deg,#8a2387,#e94057,#f27121);color:#fff;padding:4px 12px;border-radius:50px;font-weight:600;font-size:12px;margin-bottom:15px;box-shadow:0 4px 10px #e9405733}.divider{border:0;border-top:1px solid #f3f4f6;margin:15px 0}.price-container{display:flex;align-items:baseline;gap:10px}.price-now{font-size:26px;font-weight:700;color:#111827;letter-spacing:-.5px}.price-mrp{font-size:15px;color:#9ca3af;text-decoration:line-through}.price-discount{font-size:15px;font-weight:700;color:#e94057}.tax-info{color:#6b7280;font-size:11px;font-weight:500;margin:4px 0 20px;text-transform:uppercase;letter-spacing:.5px}.variant-selector-block{margin-bottom:20px}.variant-selector-block h3,.size-flex h3{font-size:11px;font-weight:700;color:#4b5563;margin-bottom:10px;letter-spacing:1px}.color-grid{display:flex;gap:8px;flex-wrap:wrap}.color-pill{padding:8px 16px;border:2px solid transparent;background:#fff;border-radius:6px;font-weight:600;font-size:12px;color:#4b5563;cursor:pointer;transition:all .3s ease;text-transform:capitalize;box-shadow:0 2px 6px #0000000a}.color-pill:hover{box-shadow:0 4px 10px #e9405726}.color-pill.active{border-color:#e94057;color:#e94057;background-color:#fff0f4;box-shadow:0 4px 10px #e9405726}.size-selector{margin-bottom:20px}.size-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.size-chart-btn{font-size:11px;font-weight:700;color:#e94057;cursor:pointer;border-bottom:1px dashed #e94057;text-transform:uppercase;letter-spacing:.5px;transition:all .2s}.size-chart-btn:hover{color:#8a2387;border-color:#8a2387}.size-grid{display:flex;gap:10px;flex-wrap:wrap}.size-circle{min-width:44px;height:44px;padding:0 10px;border:2px solid transparent;border-radius:10px;background:#fff;font-weight:600;font-size:13px;color:#4b5563;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25,.8,.25,1);white-space:nowrap;box-shadow:0 2px 6px #0000000a}.size-circle:hover:not(.out-of-stock){box-shadow:0 4px 10px #e9405726;color:#e94057}.size-circle.active,.size-circle.active:hover{background-image:linear-gradient(135deg,#8a2387,#e94057,#f27121);color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 12px #e940574d;border-color:transparent}.size-circle.out-of-stock{background:#f9fafb;color:#d1d5db;border:1px solid #f3f4f6;box-shadow:none;cursor:not-allowed;position:relative;overflow:hidden}.size-circle.out-of-stock:after{content:"";position:absolute;width:150%;height:1px;background:#d1d5db;transform:rotate(-35deg)}.size-error-shake{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both;border:1px solid #e11d48;padding:12px;border-radius:12px;background:#fff0f2}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.inline-error-msg{color:#e11d48;font-size:12px;font-weight:600;margin-top:8px}.action-row{display:flex;gap:12px;margin:20px 0}.buy-btn{flex:1;background-image:linear-gradient(135deg,#8a2387,#e94057,#f27121);background-size:200% auto;color:#fff;border:none;padding:14px 16px;font-size:13px;font-weight:700;border-radius:10px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;box-shadow:0 6px 15px #e9405740;transition:all .4s ease}.bag-btn-alt{flex:1;background:#fff;border:2px solid #e94057;color:#e94057;padding:14px 16px;font-size:13px;font-weight:700;border-radius:10px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}.buy-btn:hover:not(:disabled){background-position:right center;transform:translateY(-2px);box-shadow:0 8px 20px #e9405759}.bag-btn-alt:hover{background:#fff0f4;transform:translateY(-2px);box-shadow:0 6px 15px #e9405726}.out-of-stock-btn{background:#d1d5db!important;color:#fff!important;cursor:not-allowed!important;box-shadow:none!important}.delivery-box{margin-top:25px;border:none;padding:16px;border-radius:12px;background:#fff;box-shadow:0 2px 10px #00000008}.delivery-box h3{font-size:11px;font-weight:700;margin-bottom:10px;color:#4b5563;letter-spacing:1px}.pin-input-group{display:flex;background:#f9fafb;border:1px solid transparent;width:100%;padding:4px 4px 4px 12px;border-radius:50px;transition:border .3s;box-sizing:border-box}.pin-input-group:focus-within{border-color:#e94057;background:#fff}.pin-input-group input{background:transparent;border:none;outline:none;flex:1;min-width:0;font-size:13px;color:#111827;font-family:inherit}.pin-input-group button{background-image:linear-gradient(135deg,#8a2387,#e94057);color:#fff;border:none;border-radius:50px;padding:6px 16px;font-weight:600;font-size:12px;cursor:pointer;transition:filter .2s;white-space:nowrap}.pin-input-group button:hover:not(:disabled){filter:brightness(1.1)}.pin-input-group button:disabled{background:#e5e7eb;color:#9ca3af}.pin-success{color:#059669;font-size:12px;font-weight:600;margin-top:10px;margin-left:8px}.pin-error{color:#e11d48;font-size:12px;font-weight:600;margin-top:10px;margin-left:8px}.return-policy-box{margin-top:15px;padding:15px 20px;border-radius:12px;background:#f8fafc;border:1px dashed #cbd5e1}.return-policy-box h3{font-size:11px;font-weight:700;margin-bottom:5px;color:#4b5563;letter-spacing:1px;display:flex;align-items:center;gap:6px}.return-policy-box p{font-size:13px;color:#475569;margin:0;line-height:1.4}.offers-section{margin-top:30px;border-top:1px solid #e5e7eb;padding-top:25px}.offers-title,.product-info-block h3,.specs-box h3{font-size:11px;margin-bottom:15px;font-weight:700;color:#4b5563;letter-spacing:1px;display:flex;align-items:center;gap:8px;text-transform:uppercase}.apply-code-btn{background:#fff;color:#e94057;border:1px solid #e94057;padding:6px 14px;border-radius:50px;font-size:10px;font-weight:700;cursor:pointer;margin-top:8px;transition:all .3s ease;letter-spacing:.5px}.apply-code-btn:hover:not(:disabled){background-image:linear-gradient(135deg,#8a2387,#e94057);color:#fff;border-color:transparent}.apply-code-btn.applied{background:#059669;color:#fff;border:1px solid #059669;cursor:default}.apply-code-btn.exhausted{background:#f3f4f6!important;color:#9ca3af!important;border:1px solid #e5e7eb!important;cursor:not-allowed!important}.product-info-block,.specs-box{margin-top:30px;border-top:1px solid #e5e7eb;padding-top:25px}.text-list p{font-size:14px;line-height:1.6;color:#4b5563;margin:0}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.spec-item span{font-size:11px;color:#6b7280;display:block;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.spec-item p{font-size:13px;color:#111827;margin:0;font-weight:600}.size-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#111827b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10002;display:flex;align-items:center;justify-content:center}.size-modal-content{background:#fff;width:90%;max-width:600px;border-radius:20px;padding:30px;box-shadow:0 20px 40px #e9405726;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.size-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #f3f4f6;padding-bottom:15px}.size-modal-header h3{font-size:18px;margin:0;color:#111827}.close-modal{background:#f3f4f6;border:none;font-size:20px;width:36px;height:36px;border-radius:50%;cursor:pointer;color:#4b5563;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-modal:hover{background:#ffe4e6;color:#e94057}.unit-info{font-size:12px;color:#e94057;margin-bottom:15px;background:#fff0f4;display:inline-block;padding:4px 12px;border-radius:6px;font-weight:600}.table-container{overflow-x:auto;border:1px solid #f3f4f6;border-radius:10px;-webkit-overflow-scrolling:touch}.table-container table{width:100%;border-collapse:collapse;min-width:400px}.table-container th{background:#f9fafb;padding:12px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb}.table-container td{padding:12px;font-size:13px;color:#111827;border-bottom:1px solid #f3f4f6;font-weight:500}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.reviews-advanced-section{margin-top:50px;border-top:1px solid #e5e7eb;padding-top:40px}.reviews-advanced-title{font-size:20px;font-weight:800;margin-bottom:30px;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(135deg,#8a2387,#e94057,#f27121);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;position:relative}.reviews-advanced-title:after{content:"";display:block;width:50px;height:3px;background:linear-gradient(135deg,#8a2387,#e94057);margin-top:8px;border-radius:4px}.reviews-advanced-grid{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}.rating-summary-board{background:#fff;border:1px solid #fff;padding:25px;border-radius:16px;position:sticky;top:40px;display:flex;flex-direction:column;gap:20px;box-shadow:0 8px 30px #e940570f}.main-rating{text-align:center}.main-rating h1{font-size:42px;margin:0;color:#111827;line-height:1;font-weight:800}.main-rating h1 small{font-size:22px;color:#f27121}.main-rating p{font-size:13px;color:#6b7280;margin:8px 0 0;font-weight:500}.rating-bars{width:100%}.bar-row{display:flex;align-items:center;gap:10px;font-size:12px;margin-bottom:10px;color:#4b5563;font-weight:600}.bar{flex:1;height:6px;background:#f3f4f6;border-radius:10px;overflow:hidden}.fill{height:100%;background-image:linear-gradient(90deg,#e94057,#f27121);border-radius:10px;transition:width .5s ease-in-out}.comments-feed{display:flex;flex-direction:column;gap:15px}.stylish-review-card{background:#fff;border:none;padding:20px;border-radius:12px;box-shadow:0 4px 15px #00000008}.sr-header{display:flex;gap:12px;align-items:flex-start;margin-bottom:12px}.sr-badge{background-image:linear-gradient(135deg,#8a2387,#e94057);color:#fff;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;box-shadow:0 4px 10px #e9405733}.sr-text{font-size:14px;color:#374151;line-height:1.5;margin:0}.sr-images{display:flex;gap:8px;margin-bottom:15px;overflow-x:auto;padding-bottom:5px}.sr-img{width:80px;height:80px;object-fit:cover;border-radius:10px;cursor:pointer;border:1px solid #f3f4f6;transition:transform .2s}.sr-img:hover{transform:scale(1.05)}.sr-img.placeholder{background:#f9fafb;animation:pulse 1.5s infinite}.sr-footer{font-size:12px;color:#6b7280;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f3f4f6;line-height:1.5}.sr-author{background:#f9fafb;padding:4px 12px;border-radius:50px;font-weight:600;display:inline-block;color:#374151}.sr-helpful-row{display:flex;align-items:center;gap:12px}.help-text{font-size:11px;font-weight:700;color:#9ca3af;letter-spacing:.5px}.help-btn{background:#f9fafb;border:1px solid transparent;padding:6px 12px;border-radius:50px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;color:#4b5563}.help-btn:hover{background:#f3f4f6}.help-btn.yes.clicked{background-image:linear-gradient(135deg,#8a2387,#e94057);color:#fff;box-shadow:0 4px 10px #e9405733}.help-btn.no.clicked{color:#e11d48;background:#ffe4e6}.load-more-reviews-btn{background:#fff;border:2px solid #e94057;color:#e94057;font-weight:700;font-size:13px;padding:12px 20px;border-radius:10px;cursor:pointer;margin-top:8px;width:100%;transition:all .4s ease;text-transform:uppercase;letter-spacing:1px;background-size:200% auto}.load-more-reviews-btn:hover{background-image:linear-gradient(135deg,#8a2387,#e94057,#f27121);color:#fff;border-color:transparent;background-position:right center;box-shadow:0 6px 15px #e9405740}.stylish-toast{position:fixed;top:40px;right:40px;background-image:linear-gradient(135deg,#8a2387,#e94057);color:#fff;padding:16px 20px;border-radius:12px;box-shadow:0 10px 30px #e940574d;z-index:10000;pointer-events:none;transform:translateY(-200%);transition:transform .5s cubic-bezier(.16,1,.3,1)}.stylish-toast.visible{transform:translateY(0)}.toast-body{display:flex;align-items:center;gap:14px}.toast-check{font-size:18px;color:#fff;font-weight:900;background:#fff3;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.toast-info{display:flex;flex-direction:column}.toast-info strong{font-size:14px;margin-bottom:2px;font-weight:600}.toast-info span{font-size:12px;color:#fffc}.lightbox-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#111827f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;align-items:center;justify-content:center}.lightbox-content{width:100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.close-btn{position:absolute;top:25px;right:35px;font-size:40px;border:none;background:none;cursor:pointer;color:#fff;z-index:10;font-weight:300}.lightbox-main-img{height:75vh;margin-bottom:25px;display:flex;justify-content:center;align-items:center}.lightbox-main-img img{height:100%;object-fit:contain;border-radius:10px;box-shadow:0 15px 40px #0000004d}.nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;font-size:24px;padding:15px 20px;cursor:pointer;border-radius:50%;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .3s}.nav-arrow:hover{background:#fff3}.nav-arrow.left{left:30px}.nav-arrow.right{right:30px}.lightbox-thumbs{display:flex;gap:12px;padding-bottom:15px}.lightbox-thumbs img{width:56px;height:76px;object-fit:cover;cursor:pointer;border:2px solid transparent;opacity:.5;border-radius:6px;transition:all .2s}.lightbox-thumbs img.active{border-color:#e94057;opacity:1;transform:scale(1.1)}.similar-products-section{margin-top:60px;border-top:1px solid #e5e7eb;padding-top:50px}.similar-title{font-size:20px;font-weight:800;margin-bottom:30px;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(135deg,#8a2387,#e94057,#f27121);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;position:relative}.similar-title:after{content:"";display:block;width:50px;height:3px;background:linear-gradient(135deg,#8a2387,#e94057);margin-top:8px;border-radius:4px}.similar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.similar-drawer-overlay{position:fixed;top:0;right:0;width:100%;height:100%;background:#11182799;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10001;visibility:hidden;opacity:0;transition:.4s ease}.similar-drawer-overlay.open{visibility:visible;opacity:1}.similar-drawer-content{position:absolute;top:0;right:0;width:400px;height:100%;background:#fcfcfd;transform:translate(100%);transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:-10px 0 30px #e9405726;border-left:4px solid transparent;background-clip:padding-box}.similar-drawer-content:before{content:"";position:absolute;top:0;left:-4px;bottom:0;width:4px;background:linear-gradient(to bottom,#8a2387,#e94057,#f27121)}.similar-drawer-overlay.open .similar-drawer-content{transform:translate(0)}.drawer-header{padding:20px 25px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.drawer-header h3{margin:0;font-size:16px;font-weight:800;letter-spacing:1px;background:linear-gradient(135deg,#8a2387,#e94057,#f27121);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}.drawer-body{padding:20px 25px;overflow-y:auto;flex:1;display:grid;grid-template-columns:1fr 1fr;gap:15px}.drawer-body::-webkit-scrollbar{width:5px}.drawer-body::-webkit-scrollbar-track{background:#f3f4f6}.drawer-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.drawer-body::-webkit-scrollbar-thumb:hover{background:#e94057}.drawer-close{font-size:28px;border:none;background:none;cursor:pointer;color:#9ca3af;font-weight:300;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%}.drawer-close:hover{background:#fff0f4;color:#e94057;transform:rotate(90deg)}@media(min-width:1440px){.product-details-page{max-width:1600px;padding-left:5%;padding-right:5%}.details-main-grid{gap:5%;grid-template-columns:58% 37%}.gallery-section{gap:20px}}@media(max-width:1100px){.details-main-grid{grid-template-columns:50% 48%;gap:2%}}@media(max-width:900px){.product-details-page{padding:0 0 100px;background:#fff;max-width:100%}.breadcrumb-nav{padding:20px 20px 10px;margin-bottom:0}.details-main-grid{grid-template-columns:1fr;gap:0}.gallery-section{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding:0 15px}.gallery-section::-webkit-scrollbar{display:none}.gallery-img-container{min-width:85vw;scroll-snap-align:center}.base-img{height:65vh}.info-sticky{position:static;padding:20px}.zoom-result-window{display:none!important}.reviews-advanced-grid{grid-template-columns:1fr;gap:20px}.rating-summary-board{position:static;box-shadow:none;border-radius:12px;background:#fcfcfd}.similar-products-section{padding:30px 20px}}@media(max-width:480px){.product-details-page{padding-bottom:100px}.reviews-advanced-section{padding-bottom:30px}.category-highlight{font-size:14px}.product-name-sub{font-size:18px}.price-now{font-size:24px}.price-mrp,.price-discount{font-size:14px}.size-flex{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:12px}.size-flex h3{margin:0;font-size:12px}.size-chart-btn{font-size:10px;margin:0 15px 0 0}.size-circle{min-width:40px;height:40px;font-size:12px;padding:0 8px}.reviews-advanced-title,.similar-title{font-size:18px;text-align:center;display:block}.reviews-advanced-title:after,.similar-title:after{margin:8px auto 0}.main-rating h1{font-size:38px}.main-rating h1 small{font-size:20px}.similar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.action-row{position:fixed;bottom:0;left:0;right:0;margin:0;padding:10px 15px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;gap:10px;z-index:1000;box-shadow:0 -8px 20px #e940571a;border-top:1px solid #fff0f4}.buy-btn,.bag-btn-alt{padding:12px;font-size:13px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:8px}.specs-grid{grid-template-columns:1fr;gap:12px}.similar-drawer-content{width:100%}.drawer-body{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:15px}.rating-summary-board{padding:15px}.sr-header{flex-direction:column;gap:8px}.sr-author{font-size:11px;padding:4px 10px}.sr-helpful-row{flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:8px}.help-text{width:100%;margin-bottom:2px;font-size:10px}.help-btn{flex:1;display:flex;justify-content:center;align-items:center;padding:8px;font-size:12px}.delivery-box{padding:15px;text-align:center}.delivery-box h3{margin-bottom:12px}.pin-input-group{padding:4px;width:100%;max-width:300px;margin:0 auto;box-sizing:border-box;overflow:hidden}.pin-input-group input{padding-left:10px;font-size:12px;flex:1 1 0%;min-width:0;text-align:left}.pin-input-group button{padding:8px 16px;font-size:11px;flex-shrink:0;white-space:nowrap}.size-modal-content{width:calc(100% - 30px);padding:15px;max-height:85vh;overflow-y:auto;box-sizing:border-box}.size-modal-header{margin-bottom:12px;padding-bottom:12px}.size-modal-header h3{font-size:15px}.close-modal{width:28px;height:28px;font-size:18px}.table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:5px}.table-container table{min-width:100%}.table-container th,.table-container td{padding:8px 6px;font-size:11px;white-space:nowrap}}*{box-sizing:border-box}.shop-page-wrapper{max-width:1536px;margin:0 auto;padding:30px 40px 100px;font-family:Poppins,sans-serif;background-color:var(--background)}.shop-top-bar{padding-bottom:15px;border-bottom:1px solid var(--border-light);margin-bottom:25px}.breadcrumbs{font-size:12px;color:var(--text-muted);margin-bottom:12px;text-transform:uppercase;font-weight:500}.breadcrumbs a{text-decoration:none;color:var(--text-dark);font-weight:600}.shop-header-flex{display:flex;justify-content:space-between;align-items:center}.shop-header-flex h1{font-size:24px;font-weight:800;background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0;display:flex;align-items:center;text-transform:uppercase}.item-count{color:var(--text-muted);font-weight:600;font-size:14px;margin-left:12px;background:var(--border-light);padding:4px 10px;border-radius:20px;-webkit-text-fill-color:var(--text-muted)}.header-actions-wrapper{display:flex;align-items:center;gap:20px}.inline-size-container{display:flex;align-items:center;gap:10px}.inline-size-container strong{font-size:13px;color:var(--text-muted);font-weight:700;text-transform:uppercase}.inline-size-pill{padding:6px 16px;border-radius:50px;background:#fff;font-weight:700;font-size:13px;border:1px solid var(--border-light);cursor:pointer;transition:.3s;color:var(--text-dark)}.inline-size-pill.active{background:var(--brand-gradient);color:#fff;border:none;box-shadow:var(--shadow-glow)}.inline-size-pill input{display:none}.desktop-sort-select{padding:8px 16px;border-radius:50px;border:1px solid var(--border-light);font-family:Poppins,sans-serif;font-size:13px;font-weight:700;color:var(--text-dark);cursor:pointer;outline:none;background:var(--surface)}.shop-main-layout{display:flex;gap:40px}.shop-sidebar{width:260px;flex-shrink:0;background:#fff;padding:24px;border-radius:20px;box-shadow:var(--shadow-soft);border:1px solid var(--border-light);position:sticky;top:20px}.filter-section{border-bottom:1px dashed var(--border-light);padding:20px 0}.filter-section:first-child{padding-top:0}.filter-section:last-child{border-bottom:none;padding-bottom:0}.filter-section h4{font-size:14px;font-weight:800;margin-bottom:15px;color:var(--text-dark);text-transform:uppercase}.filter-list{list-style:none;padding:0;margin:0}.filter-list li{margin-bottom:12px}.filter-list label{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-muted);cursor:pointer;font-weight:500}input[type=checkbox]{accent-color:var(--brand-primary);width:18px;height:18px;cursor:pointer;border-radius:4px}.tree-group{margin-bottom:15px}.parent-label{font-weight:700!important;color:var(--text-dark);display:flex;align-items:center;gap:10px;font-size:14px;cursor:pointer}.subtree{padding-left:28px;margin-top:10px;border-left:2px solid var(--border-light)}.child-label{font-weight:500!important;color:var(--text-muted);display:flex;align-items:center;gap:10px;font-size:13px;margin-bottom:10px;cursor:pointer}.count{color:#94a3b8;font-size:11px;font-weight:600;margin-left:auto;background:#f1f5f9;padding:2px 8px;border-radius:20px}.dual-range-wrapper{position:relative;width:100%;height:25px;margin-top:15px}.dual-range-wrapper:before{content:"";position:absolute;width:100%;height:6px;background:#e2e8f0;border-radius:10px;top:10px;z-index:0}.slider-track{position:absolute;height:6px;background:var(--brand-gradient);border-radius:10px;z-index:1;top:10px}.range-thumb{position:absolute;width:100%;background:none;pointer-events:none;-webkit-appearance:none;top:10px;margin:0;z-index:2;outline:none}.range-thumb::-webkit-slider-thumb{height:20px;width:20px;border-radius:50%;background:#fff;border:3px solid var(--brand-primary);pointer-events:auto;-webkit-appearance:none;cursor:pointer;box-shadow:0 2px 6px #e940574d;transform:translateY(-35%);transition:transform .2s ease}.range-thumb::-webkit-slider-thumb:hover{transform:translateY(-35%) scale(1.15)}.price-label-row{display:flex;justify-content:space-between;margin-top:15px;font-size:13px;font-weight:800;color:var(--text-dark)}.max-indicator{color:var(--brand-primary);background:var(--brand-light);padding:4px 10px;border-radius:8px}.color-swatch-circle{width:20px;height:20px;border-radius:50%;display:inline-block;border:1px solid var(--border-light);flex-shrink:0}.shop-product-area{flex-grow:1}.shop-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;width:100%}.compact-action-bar{display:flex;justify-content:space-between;margin-bottom:20px}.applied-filters-bar{display:flex;flex-wrap:wrap;gap:10px}.filter-pill{background:#fff;padding:5px 12px;border-radius:50px;font-size:12px;font-weight:700;border:1px solid var(--border-light);display:flex;align-items:center;gap:6px}.filter-pill i{cursor:pointer;color:var(--text-muted);font-style:normal;font-size:14px;background:#f1f5f9;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s}.filter-pill i:hover{color:#fff;background:var(--brand-primary)}.clear-all-text{background:var(--brand-light);border:none;color:var(--brand-primary);font-weight:800;cursor:pointer;font-size:12px;padding:6px 14px;border-radius:50px;text-transform:uppercase;transition:.3s}.clear-all-text:hover{background:#ffe4e8;transform:translateY(-1px)}.pagination-bottom-wrapper{display:flex;justify-content:center;margin-top:40px;padding-top:30px;border-top:1px dashed var(--border-light)}.pagination-bar{display:flex;align-items:center;gap:15px;background:var(--surface);padding:8px 20px;border-radius:50px;box-shadow:var(--shadow-soft);border:1px solid var(--border-light)}.page-btn{background:transparent;border:none;color:var(--text-dark);font-weight:800;font-size:14px;cursor:pointer;transition:.2s;text-transform:uppercase}.page-btn:hover:not(:disabled){color:var(--brand-primary)}.page-btn:disabled{color:#cbd5e1;cursor:not-allowed}.page-info{font-weight:600;font-size:13px;color:var(--text-muted);background:#f1f5f9;padding:4px 12px;border-radius:20px}.mobile-filter-bar,.sidebar-overlay,.mobile-sidebar-header{display:none}@media(max-width:1200px){.shop-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.shop-page-wrapper{padding:15px 12px 120px!important}.shop-main-layout{flex-direction:column;gap:0}.shop-header-flex{flex-direction:column;align-items:flex-start;gap:15px}.header-actions-wrapper{flex-direction:column;align-items:flex-start;width:100%;gap:10px}.desktop-sort{display:none!important}.inline-size-container{width:100%;overflow-x:auto;white-space:nowrap;padding-bottom:5px;-webkit-overflow-scrolling:touch}.inline-size-container::-webkit-scrollbar{display:none}.applied-filters-bar{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;-webkit-overflow-scrolling:touch}.applied-filters-bar::-webkit-scrollbar{display:none}.filter-pill,.clear-all-text{flex-shrink:0}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px;width:100%;margin-top:10px}.sidebar-overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:10001;opacity:0;visibility:hidden;transition:.3s}.sidebar-overlay.show{opacity:1;visibility:visible}.shop-sidebar{position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100vw!important;height:85vh;background:#fff;z-index:10002;border-radius:25px 25px 0 0;padding:30px 30px 120px!important;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);box-sizing:border-box!important;border:none;margin:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.shop-sidebar.open{transform:translateY(0)!important}.mobile-sidebar-header{display:flex!important;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-light);padding-bottom:15px;margin-bottom:20px}.mobile-sidebar-header h3{margin:0;font-size:18px;font-weight:800;color:var(--text-dark);text-transform:uppercase}.close-sidebar-btn{background:#f1f5f9;border:none;width:44px;height:44px;border-radius:50%;font-size:24px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer}.mobile-filter-bar{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;width:100vw!important;background:#fff;z-index:999999!important;border-top:1px solid var(--border-light);padding:10px 15px;gap:15px;box-sizing:border-box}.mobile-action-container{flex:1;display:flex}.mobile-action-btn{flex:1;width:100%;height:50px;padding:0 15px;border-radius:12px;font-weight:800;font-size:14px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;appearance:none;text-align:center;border:none!important;background:var(--brand-gradient)!important;color:#fff!important;box-shadow:var(--shadow-glow)}select.mobile-action-btn option{color:var(--text-dark);background:var(--surface)}}@media(max-width:480px){.shop-header-flex h1{font-size:18px}.item-count{font-size:12px;padding:2px 8px}.pagination-bar{padding:8px 12px;width:100%;justify-content:space-between;box-sizing:border-box}.page-btn{font-size:12px}}.orders-page{max-width:850px;margin:20px auto;padding:0 15px;font-family:Inter,sans-serif}.orders-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #f1f5f9;padding-bottom:12px;margin-bottom:15px}.orders-header h1{font-size:24px;font-weight:800;color:#1e293b;margin:0;letter-spacing:-.5px}.orders-header p{color:#64748b;margin:0;font-size:13px;font-weight:500}@media(max-width:650px){.orders-header{flex-direction:column;align-items:flex-start;gap:4px;padding-bottom:10px;margin-bottom:15px}.orders-header h1{font-size:22px}}.order-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:16px;overflow:hidden;transition:box-shadow .2s ease}.order-card:hover{box-shadow:0 8px 20px -5px #0000000d}.status-fill-delivered{border-top:5px solid #10b981}.status-fill-shipped{border-top:5px solid #3b82f6}.status-fill-pending{border-top:5px solid #f59e0b}.status-fill-cancelled{border-top:5px solid #ef4444}.status-fill-rejected{border-top:5px solid #f59e0b}.order-main-view{padding:18px 20px;cursor:pointer}.order-summary-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.order-id{font-size:12px;font-weight:700;color:#94a3b8}.status-pill{padding:5px 12px;border-radius:20px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.status-pill.delivered{background:#dcfce7;color:#15803d}.status-pill.shipped{background:#dbeafe;color:#1d4ed8}.status-pill.pending,.status-pill.processing{background:#fef3c7;color:#b45309}.status-pill.cancelled{background:#fee2e2;color:#b91c1c}.status-pill.rejected{background:#fef3c7;color:#b45309}.visible-items-preview{display:flex;flex-direction:column;gap:12px}.preview-row{display:flex;gap:16px;align-items:center}.preview-img{width:60px;height:60px;min-width:60px;border-radius:8px;overflow:hidden;background:#f1f5f9;border:1px solid #e2e8f0}.preview-img img{width:100%;height:100%;object-fit:cover}.preview-details{display:flex;flex-direction:column;flex:1;overflow:hidden}.item-name{font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-price-tag{font-size:13px;color:#64748b;font-weight:500;margin-top:2px}.footer-toggle{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid #f1f5f9}.total-block{display:flex;flex-direction:column}.total-block .label{font-size:10px;color:#94a3b8;text-transform:uppercase;font-weight:700}.total-block .value{font-size:16px;font-weight:800;color:#1e293b}.details-btn{background:#f1f5f9;border:none;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:700;color:#475569;cursor:pointer;transition:background .2s}.details-btn:hover{background:#e2e8f0}.order-details-drawer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);background:#f8fafc}.order-details-drawer.open{max-height:800px}.drawer-inner{padding:20px;border-top:1px solid #e2e8f0}.shipping-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;margin-bottom:15px}.ship-col h4{font-size:11px;text-transform:uppercase;color:#94a3b8;margin-bottom:8px;letter-spacing:1px}.ship-col p{font-size:13px;color:#475569;margin:4px 0;line-height:1.5}.customer-name{font-weight:700;color:#1e293b!important}.action-row-footer{display:flex;gap:10px;border-top:1px solid #e2e8f0;padding-top:15px}.btn-review,.btn-buy-similar,.btn-view-review-main{flex:1;padding:10px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s}.btn-review{background:#1e293b;color:#fff;border:none}.btn-review:hover{background:#0f172a;transform:translateY(-2px)}.btn-buy-similar{background:#fff;border:1px solid #cbd5e1;color:#475569}.btn-buy-similar:hover{background:#f1f5f9;border-color:#94a3b8}.btn-view-review-main{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;cursor:pointer;transition:background .2s}.btn-view-review-main:hover{background:#dcfce7}.review-modal-overlay{position:fixed;inset:0;background:#0f172ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:3000}.review-modal{background:#fff;padding:25px;border-radius:16px;width:90%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;overflow-y:auto}.review-modal h3{margin-top:0;color:#1e293b;font-size:16px;font-weight:800}.star-selector{font-size:30px;color:#e2e8f0;display:flex;gap:6px;margin-bottom:15px;cursor:pointer}.star-selector span{transition:color .2s}.star-selector span.active,.star-selector span:hover{color:#f59e0b}.star-selector.read-only{cursor:default;pointer-events:none}.wr-dropzone{border:2px dashed #cbd5e1;border-radius:10px;padding:20px;text-align:center;background:#f8fafc;cursor:pointer;transition:all .2s ease;position:relative;margin-bottom:15px}.wr-dropzone:hover{border-color:#3b82f6;background:#eff6ff}.wr-dropzone input[type=file]{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}.sr-images{display:flex;gap:10px;margin:15px 0;overflow-x:auto;padding-bottom:5px}.sr-img{width:70px;height:70px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0;cursor:pointer;transition:transform .2s}.sr-img:hover{transform:scale(1.05);border-color:#94a3b8}.sr-img.placeholder{background:#f1f5f9;animation:pulse 1.5s infinite}.review-modal textarea{width:100%;border:1px solid #e2e8f0;border-radius:10px;padding:12px;font-family:inherit;font-size:13px;resize:vertical;box-sizing:border-box;outline:none;transition:border-color .2s}.review-modal textarea:focus{border-color:#3b82f6}.read-only-comment{font-size:13px;color:#475569;line-height:1.5;background:#f8fafc;padding:15px;border-radius:10px;border:1px solid #e2e8f0}.modal-actions{display:flex;gap:10px;margin-top:20px}.btn-cancel,.btn-submit{flex:1;padding:12px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;border:none;transition:background .2s}.btn-cancel{background:#f1f5f9;color:#475569}.btn-cancel:hover{background:#e2e8f0}.btn-submit{background:#1e293b;color:#fff}.btn-submit:hover:not(:disabled){background:#0f172a}.btn-submit:disabled{background:#94a3b8;cursor:not-allowed}.full-width{width:100%}.modern-toast{position:fixed;top:20px;right:20px;padding:15px 25px;border-radius:8px;color:#fff;font-weight:600;font-size:13px;box-shadow:0 10px 25px #00000026;z-index:4000;animation:slideIn .3s ease forwards}.modern-toast.success{background:#10b981}.modern-toast.error{background:#ef4444}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media(max-width:650px){.orders-page{padding:0 10px;margin-top:15px}.shipping-grid{grid-template-columns:1fr;gap:15px}.preview-img{width:50px;height:50px;min-width:50px}.order-main-view,.drawer-inner{padding:15px}.action-row-footer{flex-direction:column}.details-btn{padding:6px 12px}.review-modal{padding:20px}}.alerts-page{background-color:#f9fafb;min-height:80vh;padding:40px 20px;font-family:Inter,sans-serif}.alerts-container{max-width:800px;margin:0 auto}.alerts-header{font-size:28px;font-weight:700;color:#111827;margin-bottom:24px}.alerts-empty{background:#fff;padding:60px 20px;border-radius:16px;text-align:center;border:1px dashed #d1d5db}.empty-bell-icon{font-size:48px;display:block;margin-bottom:16px}.alerts-empty h3{margin:0 0 8px;color:#111827;font-size:20px}.alerts-empty p{color:#6b7280;font-size:14px;margin:0 0 24px}.btn-shop-now{background:#111827;color:#fff;border:none;padding:12px 28px;border-radius:30px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .2s}.btn-shop-now:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.alerts-list{display:flex;flex-direction:column;gap:16px}.alert-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:20px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb;transition:transform .2s ease}.alert-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.alert-card.unread{border-left:4px solid #ff3f6c}.alert-icon-wrapper{background:#fff1f2;width:50px;height:50px;min-width:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.alert-content{flex-grow:1}.alert-title{margin:0 0 4px;font-size:16px;font-weight:600;color:#111827}.alert-msg{margin:0 0 8px;font-size:14px;color:#4b5563;line-height:1.4}.alert-date{font-size:12px;color:#9ca3af;font-weight:500}.alert-action{flex-shrink:0}.btn-action-alert{background:#ff3f6c;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:background .2s}.btn-action-alert:hover{background:#e63560}.alerts-loader{text-align:center;padding:100px;color:#111827;font-weight:600}@media(max-width:600px){.alert-card{flex-direction:column;align-items:flex-start;gap:16px}.alert-action,.btn-action-alert{width:100%}}:root{--brand-gradient: linear-gradient(135deg, #8A2387 0%, #E94057 50%, #F27121 100%);--brand-light: #fff0f4;--brand-primary: #E94057;--surface: #ffffff;--background: #f8fafc;--text-dark: #0f172a;--text-muted: #64748b;--border-light: #e2e8f0;--shadow-soft: 0 8px 30px rgba(0, 0, 0, .04);--shadow-glow: 0 8px 25px rgba(233, 64, 87, .25)}.helpcenter-wrapper{max-width:1500px;margin:0 auto;padding:20px;font-family:Inter,sans-serif;background-color:var(--background);height:calc(100vh - 120px);min-height:500px;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-muted);font-weight:600;font-size:.85rem;gap:15px}.toast-alert{position:fixed;top:20px;right:20px;background:#10b981;color:#fff;padding:10px 16px;border-radius:8px;box-shadow:0 10px 30px #10b9814d;display:flex;align-items:center;gap:12px;font-weight:700;z-index:1000;font-size:.75rem;animation:slideInRight .4s cubic-bezier(.16,1,.3,1) forwards}.toast-alert button{background:#ffffff40;border:none;color:#fff;cursor:pointer;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;transition:.2s}.toast-alert button:hover{background:#fff6;transform:scale(1.1)}@keyframes slideInRight{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.helpcenter-header{display:flex;align-items:baseline;gap:12px;margin-bottom:12px;flex-shrink:0}.helpcenter-header h1{font-size:1.15rem;font-weight:800;margin:0;background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.helpcenter-header p{color:var(--text-muted);font-size:.75rem;margin:0;font-weight:500}.helpcenter-grid{display:grid;grid-template-columns:260px 1fr;gap:16px;flex:1;min-height:0;height:100%}.ticket-sidebar{display:flex;flex-direction:column;gap:12px;height:100%;overflow:hidden}.btn-new-ticket{flex-shrink:0;background:var(--brand-gradient);color:#fff;border:none;padding:10px 14px;border-radius:8px;font-weight:800;font-size:.75rem;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-glow);text-transform:uppercase;letter-spacing:.5px}.btn-new-ticket:hover{transform:translateY(-2px);box-shadow:0 12px 25px #e940574d}.ticket-search-filter{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.ticket-filter-input{width:100%;padding:8px 12px;background:var(--surface);border:1px solid var(--border-light);border-radius:8px;font-size:.75rem;color:var(--text-dark);font-family:inherit;font-weight:500;box-sizing:border-box;transition:all .3s ease}.ticket-filter-input::placeholder{color:#94a3b8;font-weight:400}.ticket-filter-input:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-light)}.ticket-filter-input[type=date]{color:var(--text-muted);cursor:pointer}.ticket-filter-input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.5;transition:.2s}.ticket-filter-input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1;color:var(--brand-primary)}.ticket-list{background:var(--surface);border-radius:12px;border:1px solid var(--border-light);flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:6px;box-shadow:var(--shadow-soft);min-height:0}.ticket-list::-webkit-scrollbar{width:4px}.ticket-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.list-title{margin:4px 0 4px 6px;font-size:.65rem;text-transform:uppercase;color:var(--text-muted);font-weight:800;letter-spacing:1px;flex-shrink:0}.no-tickets{font-size:.75rem;color:#94a3b8;text-align:center;padding:2rem 0;font-weight:500}.ticket-item{padding:10px;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;background:var(--background);flex-shrink:0}.ticket-item:hover{background:#f1f5f9;border-color:var(--border-light);transform:translateY(-1px)}.ticket-item.active{background:var(--surface);border-color:var(--brand-primary);box-shadow:0 6px 15px #e9405714;border-left:3px solid var(--brand-primary)}.ticket-item-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.ticket-item-head strong{font-size:.75rem;color:var(--text-dark);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:85%}.action-dot{width:6px;height:6px;background:var(--brand-primary);border-radius:50%;box-shadow:0 0 10px #e9405799;animation:pulseDot 2s infinite}@keyframes pulseDot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.ticket-id{font-size:.6rem;color:#94a3b8;font-family:Courier New,Courier,monospace;display:block;margin-bottom:6px;font-weight:600}.ticket-status{font-size:.55rem;padding:3px 8px;border-radius:20px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.ticket-status.unread,.ticket-status.read{background:#f1f5f9;color:var(--text-muted)}.ticket-status.admin_replied{background:var(--brand-light);color:var(--brand-primary);border:1px solid #fecdd3}.ticket-status.user_replied{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.ticket-status.resolved{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.helpcenter-main{background:var(--surface);border-radius:12px;border:1px solid var(--border-light);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.new-ticket-form{padding:0;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.new-ticket-form form{padding:20px 25px;display:flex;flex-direction:column;flex:1;overflow-y:auto}.new-ticket-form form::-webkit-scrollbar{width:6px}.new-ticket-form form::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.mobile-header-nav{display:flex;align-items:center;gap:12px;margin-bottom:1.2rem;flex-shrink:0}.mobile-header-nav h3{margin:0;font-size:1rem;color:var(--text-dark);font-weight:800}.btn-back-mobile{display:none;background:#f1f5f9;border:none;padding:6px 10px;border-radius:6px;font-weight:700;font-size:.75rem;color:var(--text-muted);cursor:pointer;transition:.2s}.btn-back-mobile:hover{background:#e2e8f0;color:var(--text-dark)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;flex-shrink:0}.input-group{margin-bottom:15px;width:100%;position:relative;flex-shrink:0}.input-group label{display:block;margin-bottom:6px;font-weight:800;font-size:.65rem;text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px}.input-group input,.input-group textarea{width:100%;padding:8px 12px;background:var(--background);border:1px solid var(--border-light);border-radius:8px;font-size:.75rem;color:var(--text-dark);transition:all .3s ease;font-family:inherit;box-sizing:border-box}.input-group .readonly-input{background:#f1f5f9;cursor:not-allowed;color:#94a3b8}.input-group input:focus:not(.readonly-input),.input-group textarea:focus{background:var(--surface);border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px var(--brand-light)}form>.input-group:last-of-type{flex:0 0 auto;margin-bottom:0}.input-group textarea{min-height:100px;height:100px;resize:vertical}.submit-btn{background:var(--brand-gradient);color:#fff;border:none;padding:20px 16px 10px;border-radius:8px;font-weight:800;font-size:.8rem;cursor:pointer;transition:all .3s ease;width:100%;flex-shrink:0;text-transform:uppercase;letter-spacing:1px;box-shadow:var(--shadow-glow);margin-top:auto;margin-bottom:10px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #e9405759}.submit-btn:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.smart-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--surface);border:1px solid var(--border-light);border-radius:8px;box-shadow:0 10px 30px #0000001a;margin-top:4px;max-height:200px;overflow-y:auto;z-index:100;padding:4px}.dropdown-item{display:flex;align-items:center;gap:10px;padding:8px 10px;cursor:pointer;border-radius:6px;transition:.2s}.dropdown-item:hover{background:var(--background)}.dropdown-img{width:32px;height:32px;border-radius:6px;object-fit:cover;border:1px solid var(--border-light)}.dropdown-info strong{font-size:.7rem;color:var(--text-dark);display:block;margin-bottom:2px;font-weight:700}.dropdown-info span{font-size:.65rem;color:var(--text-muted);font-weight:500}.dropdown-empty{padding:10px;text-align:center;color:#94a3b8;font-size:.75rem;font-weight:500}.user-chat-container{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.chat-header-user{padding:12px 16px;border-bottom:1px solid var(--border-light);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:10px;flex-shrink:0;z-index:10}.chat-header-details h3{margin:0 0 2px;font-size:.9rem;color:var(--text-dark);font-weight:800}.chat-subtitle{font-size:.65rem;color:var(--text-muted);font-family:Courier New,Courier,monospace;letter-spacing:.5px}.chat-bubbles-area{flex:1;overflow-y:auto;padding:15px;background:#fdfdfd;display:flex;flex-direction:column;gap:10px;min-height:0}.chat-bubbles-area::-webkit-scrollbar{width:6px}.chat-bubbles-area::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.chat-bubble-wrapper.my-msg{justify-content:flex-end}.chat-bubble-wrapper.support-msg{justify-content:flex-start}.chat-bubble{max-width:75%;padding:10px 12px;border-radius:10px;position:relative;box-shadow:0 2px 10px #00000005}.my-msg .chat-bubble{background:var(--brand-gradient);color:#fff;border-bottom-right-radius:4px}.support-msg .chat-bubble{background:var(--surface);color:var(--text-dark);border-bottom-left-radius:4px;border:1px solid var(--border-light)}.my-msg .chat-sender,.my-msg .chat-time{color:#fffc}.support-msg .chat-sender{color:var(--brand-primary)}.support-msg .chat-time{color:#94a3b8}.chat-sender{font-size:.6rem;font-weight:800;display:block;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.chat-bubble p{margin:0;font-size:.75rem;line-height:1.4;white-space:pre-wrap;font-weight:500}.chat-time{font-size:.6rem;display:block;text-align:right;margin-top:4px;font-weight:600}.chat-attachment{max-width:100%;max-height:120px;border-radius:6px;margin:6px 0;border:2px solid rgba(255,255,255,.2);display:block}.chat-input-area{display:flex;gap:8px;padding:10px 15px;background:var(--surface);border-top:1px solid var(--border-light);align-items:flex-end;flex-shrink:0;box-sizing:border-box;position:sticky;bottom:0}.btn-upload{background:var(--background);color:var(--text-muted);border:none;border-radius:50%;width:36px;height:36px;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-upload:hover{background:var(--border-light);color:var(--text-dark);transform:scale(1.05)}.chat-input-area textarea{flex:1;border-radius:20px;border:1px solid var(--border-light);padding:8px 12px;resize:none;height:36px;min-height:36px;max-height:100px;box-sizing:border-box;font-family:inherit;font-size:.8rem;font-weight:500;background:var(--background);transition:all .3s ease;line-height:1.3;overflow-y:auto}.chat-input-area textarea::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.chat-input-area textarea:focus{outline:none;border-color:var(--brand-primary);background:var(--surface);box-shadow:0 0 0 3px var(--brand-light)}.btn-send-reply{background:var(--brand-gradient);color:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;box-shadow:var(--shadow-glow)}.btn-send-reply:hover:not(:disabled){transform:scale(1.1) rotate(5deg)}.btn-send-reply:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed;transform:none}.resolved-banner{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:15px;padding:10px 20px;background:#ecfdf5;border-top:1px solid #a7f3d0;flex-shrink:0!important;box-sizing:border-box}.resolved-banner p{margin:0;color:#065f46;font-weight:700;font-size:.8rem}.btn-reopen{background:var(--surface);color:#065f46;border:2px solid #065f46;padding:6px 12px;border-radius:6px;font-weight:800;font-size:.75rem;cursor:pointer;transition:all .3s ease}.btn-reopen:hover{background:#065f46;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #065f4633}@media(max-width:900px){.form-row{grid-template-columns:1fr;gap:15px;margin-bottom:15px}.helpcenter-header{flex-direction:column;align-items:flex-start;gap:6px}}@media(max-width:768px){.helpcenter-wrapper{padding:10px;height:calc(100dvh - 80px)}.helpcenter-header{display:none}.helpcenter-grid{display:flex;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;border:1px solid var(--border-light);margin-bottom:0}.ticket-sidebar{width:100%;flex-shrink:0;display:flex;background:var(--surface);padding:12px;box-sizing:border-box}.helpcenter-main{width:100%;flex-shrink:0;display:none;border:none;border-radius:0;box-shadow:none}.helpcenter-grid.mobile-chat-active .ticket-sidebar{display:none}.helpcenter-grid.mobile-chat-active .helpcenter-main{display:flex}.btn-back-mobile{display:block}.ticket-list{border:none;border-radius:0;box-shadow:none;padding:0}.new-ticket-form form{padding:15px}.chat-header-user{padding:10px 15px}.chat-input-area{padding:10px 12px}.chat-bubbles-area{padding:15px}.resolved-banner{flex-direction:column;gap:8px;padding:12px;text-align:center}.ticket-search-filter{flex-direction:row;flex-wrap:wrap}.ticket-filter-input{flex:1;min-width:120px}}@media(max-width:480px){.ticket-search-filter{flex-direction:column}.ticket-filter-input{width:100%}}.policy-page-wrapper{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;width:100%;padding:80px 20px;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.policy-container{background-color:#fff;max-width:800px;width:100%;margin:0 auto;padding:50px 60px;border-radius:20px;box-shadow:0 20px 40px #0f172a0f,0 1px 3px #0f172a0a;position:relative;overflow:hidden;animation:slideUpFade .5s ease-out forwards}.policy-container:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#ff3f6c,#ff758c,#fda4af)}.policy-header{text-align:center;margin-bottom:40px}.policy-subtitle{display:inline-block;background:#fff1f2;color:#e11d48;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:15px}.policy-header h1{font-size:2.5rem;color:#0f172a;margin:0 0 20px;font-weight:800;letter-spacing:-.5px}.policy-divider{width:60px;height:4px;background-color:#e2e8f0;margin:0 auto;border-radius:2px}.policy-content{white-space:pre-wrap;line-height:1.8;font-size:1.05rem;color:#475569;text-align:center;max-width:650px;margin:0 auto}.policy-content h1,.policy-content h2,.policy-content h3{color:#1e293b;margin-top:30px;margin-bottom:15px;font-weight:700;text-align:center}.policy-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;color:#94a3b8;font-weight:500}.policy-spinner{width:40px;height:40px;border:3px solid #f1f5f9;border-top-color:#ff3f6c;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.policy-page-wrapper{padding:40px 15px}.policy-container{padding:40px 25px;border-radius:16px}.policy-header h1{font-size:2rem}.policy-content{font-size:1rem;text-align:center}}:root{--admin-bg: #f8fafc;--admin-card: #ffffff;--admin-border: #e2e8f0;--admin-text-main: #0f172a;--admin-text-muted: #64748b;--admin-text-light: #94a3b8;--admin-primary: #E94057;--brand-gradient: linear-gradient(135deg, #8A2387 0%, #E94057 50%, #F27121 100%);--chart-gradient: linear-gradient(180deg, #E94057 0%, #F27121 100%);--brand-light: #fff0f4}.admin-dashboard-compact{padding:16px 20px;background-color:var(--admin-bg);min-height:100vh;font-family:Poppins,sans-serif;color:var(--admin-text-main);width:100%;box-sizing:border-box;overflow-x:hidden}.dashboard-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;width:100%;box-sizing:border-box;gap:12px;flex-wrap:wrap}.dashboard-toolbar h1{font-size:20px;font-weight:800;margin:0;background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}.date-filter-group select{padding:6px 12px;border-radius:6px;border:1px solid var(--admin-border);font-size:12px;font-weight:600;font-family:Poppins,sans-serif;background:#fff;color:var(--admin-text-main);outline:none;cursor:pointer;box-shadow:0 2px 6px #00000005}.stats-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:20px;width:100%;box-sizing:border-box}.stat-box{background:var(--admin-card);padding:12px 16px;border-radius:10px;border:1px solid var(--admin-border);box-shadow:0 2px 8px #00000005;display:flex;flex-direction:column}.stat-box label{font-size:10px;font-weight:700;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.stat-value{font-size:20px;font-weight:800;color:var(--admin-text-main);margin:0;line-height:1.1}.stat-box p,.stat-sub{font-size:10px;color:var(--admin-text-light);margin:4px 0 0;font-weight:500}.text-green{color:#059669}.dashboard-grid-layout{display:grid;grid-template-columns:2fr 1fr;gap:16px;width:100%;box-sizing:border-box;min-width:0}.dash-panel:nth-child(1){grid-column:1 / -1}.dash-panel:nth-child(2){grid-column:1 / 2}.dash-panel:nth-child(3){grid-column:2 / 3}.dash-panel{background:var(--admin-card);border-radius:12px;border:1px solid var(--admin-border);padding:16px;box-shadow:0 2px 8px #00000005;width:100%;box-sizing:border-box;min-width:0}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.panel-header h3{margin:0;font-size:13px;font-weight:800;color:var(--admin-text-main)}.panel-header span{font-size:12px;color:var(--admin-text-muted);font-weight:500}.panel-header button{background:var(--brand-light);border:none;color:var(--admin-primary);font-size:10px;cursor:pointer;font-weight:700;padding:4px 10px;border-radius:50px}.scroll-container-mobile{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:8px}.scroll-container-mobile::-webkit-scrollbar{height:4px}.scroll-container-mobile::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.scroll-container-mobile::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.css-bar-chart{display:flex;justify-content:space-between;align-items:flex-end;height:180px;padding-top:20px;gap:8px;width:100%;min-width:600px}.chart-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.bar-wrapper{width:100%;flex:1;display:flex;align-items:flex-end;justify-content:center;position:relative}.bar-fill{width:100%;max-width:24px;background:var(--chart-gradient);border-radius:4px 4px 0 0;position:relative;transition:height .6s ease;min-height:4px}.bar-tooltip{position:absolute;top:-24px;left:50%;transform:translate(-50%);background:var(--admin-text-main);color:#fff;padding:2px 6px;border-radius:4px;font-size:9px;font-weight:700;opacity:0;white-space:nowrap;pointer-events:none}.bar-fill:hover .bar-tooltip{opacity:1}.bar-label{margin-top:8px;font-size:10px;font-weight:600;color:var(--admin-text-muted);white-space:nowrap}.mini-table{width:100%;border-collapse:collapse;white-space:nowrap;min-width:500px}.mini-table th{text-align:left;color:var(--admin-text-muted);font-weight:700;font-size:10px;padding:10px;background:#f8fafc;text-transform:uppercase;border-bottom:1px solid var(--admin-border)}.mini-table th:first-child{border-radius:6px 0 0 6px}.mini-table th:last-child{border-radius:0 6px 6px 0}.mini-table td{padding:10px;border-bottom:1px solid #f1f5f9;color:var(--admin-text-main);font-size:11px;font-weight:600}.mono{font-family:monospace;color:var(--admin-text-muted);background:#f1f5f9;padding:3px 6px;border-radius:4px;font-size:10px}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:6px}.status-dot.pending{background:#ecc94b}.status-dot.delivered{background:#48bb78}.status-dot.cancelled{background:#f56565}.sub-section{margin-bottom:16px}.sub-section h3{font-size:12px;margin:0 0 10px;color:var(--admin-text-main)}.alert-list{list-style:none;padding:0;margin:0}.alert-list li{display:flex;justify-content:space-between;font-size:11px;padding:6px 0;border-bottom:1px dashed #e2e8f0}.badge-red{background:#fee2e2;color:#e11d48;padding:2px 6px;border-radius:4px;font-weight:700}.ok-text{font-size:11px;color:#10b981;font-style:italic;margin:0}.quick-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.quick-links-grid button{background:#fff;border:1px solid var(--admin-border);color:var(--admin-text-main);padding:8px 12px;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Poppins,sans-serif}.quick-links-grid button:hover{background:var(--brand-light);border-color:var(--admin-primary);color:var(--admin-primary)}@media(max-width:1024px){.dashboard-grid-layout{grid-template-columns:1fr}.dash-panel:nth-child(1),.dash-panel:nth-child(2),.dash-panel:nth-child(3){grid-column:1 / -1}.quick-actions-list{flex-direction:row;flex-wrap:wrap}.quick-actions-list button{width:auto}}@media(max-width:600px){.admin-dashboard-compact{padding:12px}.dashboard-toolbar h1{font-size:16px}.date-filter-group{width:100%}.date-filter-group select{width:100%;padding:6px 10px;font-size:11px}.stats-strip{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px}.stat-box{padding:10px 12px;border-radius:8px}.stat-box label{font-size:9px;margin-bottom:2px}.stat-value{font-size:16px}.stat-box p,.stat-sub{font-size:9px;margin-top:2px}.dashboard-grid-layout{gap:12px}.dash-panel{padding:12px;border-radius:10px}.panel-header{margin-bottom:10px}.panel-header h3{font-size:12px}.scroll-container-mobile{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px;width:calc(100% + 24px)}.css-bar-chart{height:140px;min-width:500px;padding-top:15px}.bar-label{font-size:9px;margin-top:6px}.mini-table{min-width:450px}.mini-table th{font-size:9px;padding:8px}.mini-table td{font-size:10px;padding:8px}.mono{font-size:9px}}.admin-products{max-width:1500px;margin:0 auto;padding:15px 1.5rem 1.5rem;background:#f8fafc;min-height:85vh;width:100%;box-sizing:border-box;font-family:Inter,sans-serif}.admin-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;background:#fff;padding:.6rem 1.2rem;border-radius:8px;box-shadow:0 2px 8px #0000000a;border:1px solid #e2e8f0;gap:15px;flex-wrap:wrap;width:100%;box-sizing:border-box}.admin-header-row h2{margin:0;color:#0f172a;font-size:1.25rem;font-weight:700;white-space:nowrap}.admin-products .search-container{flex-grow:1;display:flex;justify-content:flex-end;min-width:200px;background:transparent!important;border:none!important;padding:0!important;box-shadow:none!important}.admin-products .search-input{width:100%;max-width:320px;padding:8px 14px;border:1px solid #cbd5e1;border-radius:30px;font-size:.85rem;background-color:#fff!important;outline:none;transition:all .2s;box-shadow:0 2px 5px #00000005!important}.admin-products .search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a!important}.manage-btn{background:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;white-space:nowrap;box-shadow:0 4px 6px #3b82f633;transition:all .2s ease}.manage-btn:hover{background:#2563eb;transform:translateY(-1px)}.product-list{background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden;padding:0;box-shadow:0 4px 15px #00000008;width:100%;box-sizing:border-box;overflow-x:auto}.product-list>div:first-child{padding:12px 16px!important;min-height:auto!important;display:flex;align-items:center;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important}.product-list h3{padding:0!important;margin:0;font-size:.95rem;color:#334155;background:transparent;font-weight:600}.products-table{width:100%;border-collapse:collapse;min-width:1050px}.products-table th{background:#fff;color:#64748b;font-weight:600;font-size:.75rem;padding:10px 12px;text-align:left;border-bottom:2px solid #f1f5f9;text-transform:uppercase;letter-spacing:.5px}.products-table td{padding:8px 12px;vertical-align:middle;color:#334155;font-size:.85rem;border-bottom:1px solid #f1f5f9}.products-table tbody tr:hover{background-color:#f8fafc}.products-table th:nth-child(1){width:50px}.products-table th:nth-child(2){width:60px}.products-table th:nth-child(3){width:18%}.products-table th:nth-child(4){width:10%}.products-table th:nth-child(5){width:15%}.products-table th:nth-child(6){width:12%}.products-table th:nth-child(7){width:10%}.products-table th:nth-child(8){width:8%}.products-table th:nth-child(9){width:120px;text-align:right}.products-table td:nth-child(8){text-align:right;white-space:nowrap;min-width:120px}.img-thumbnail-wrapper{position:relative;width:40px;height:50px;cursor:pointer;border-radius:4px;overflow:hidden;border:1px solid #e2e8f0;background:#fff}.table-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.zoom-icon{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;font-size:.9rem}.img-thumbnail-wrapper:hover .zoom-icon{opacity:1}.img-thumbnail-wrapper:hover .table-img{transform:scale(1.1)}.product-action-btn{padding:6px 10px;border-radius:4px;cursor:pointer;font-weight:600;font-size:.75rem;transition:all .2s ease;margin-left:6px;display:inline-block}.product-action-btn.edit{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8}.product-action-btn.edit:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.product-action-btn.delete{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.product-action-btn.delete:hover{background:#ef4444;color:#fff;border-color:#ef4444}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a99;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:10px;box-sizing:border-box}.modal-content{background:#fff;width:700px;max-width:100%;max-height:90vh;display:flex;flex-direction:column;border-radius:12px;box-shadow:0 20px 40px #0003;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(30px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-header{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.modal-header h3{margin:0;color:#0f172a;font-size:1.1rem}.modal-body-scroll{padding:1.5rem;overflow-y:auto;flex-grow:1}.modal-body-scroll label{display:block;margin-bottom:6px;font-size:.85rem;font-weight:600;color:#475569}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem;flex-shrink:0;background:#f8fafc;border-radius:0 0 12px 12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.modal-content input,.modal-content select,.modal-content textarea{width:100%;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;box-sizing:border-box;transition:border-color .2s;font-family:inherit;font-size:.85rem}.modal-content input:focus,.modal-content select:focus,.modal-content textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}textarea{min-height:80px;resize:vertical;margin-bottom:1.5rem}.stock-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;background:#f8fafc;padding:12px;border-radius:8px;border:1px solid #e2e8f0}.stock-item{display:flex;flex-direction:column;align-items:center;background:#fff;padding:8px;border:1px solid #cbd5e1;border-radius:6px;box-shadow:0 1px 2px #00000005;gap:6px}.stock-label{font-size:.7rem;font-weight:700;color:#334155;margin-bottom:2px;background:#e2e8f0;padding:2px 8px;border-radius:12px}.variant-input{width:100%;text-align:center;font-size:.8rem!important;border:1px solid #cbd5e1!important;border-radius:4px!important;padding:4px!important}.variant-input:focus{border-color:#3b82f6!important;background:#fff!important}.variant-input.cost{background-color:#f8fafc}.variant-input.price{border-color:#fde047!important;background-color:#fefce8}.variant-input.mrp{border-color:#bfdbfe!important;background-color:#eff6ff}.variant-input.stock{border-color:#bbf7d0!important;background-color:#f0fdf4;font-weight:700}.input-with-label{display:flex;flex-direction:column}.save-btn{background:#10b981;color:#fff;border:none;padding:8px 20px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:background .2s}.save-btn:hover:not(:disabled){background:#059669}.close-x{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#94a3b8;transition:color .2s}.close-x:hover{color:#0f172a}.image-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:2000;display:flex;justify-content:center;align-items:center;cursor:zoom-out}.image-modal-content img{max-width:100%;max-height:90vh;border-radius:4px;box-shadow:0 0 30px #00000080}.selected-files-preview{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;padding:10px;background:#f1f5f9;border-radius:6px;border:1px dashed #cbd5e1}.file-preview-badge{display:flex;align-items:center;gap:6px;background:#fff;padding:4px 8px;border-radius:4px;border:1px solid #e2e8f0;font-size:.75rem;color:#334155;box-shadow:0 1px 2px #00000005;max-width:200px}.file-preview-badge .file-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.remove-file-btn{background:#fee2e2;color:#ef4444;border:none;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;cursor:pointer;flex-shrink:0;transition:all .2s}.remove-file-btn:hover{background:#ef4444;color:#fff}@media(max-width:992px){.admin-products{padding:15px 1rem 1rem;margin:0 auto}.form-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:768px){.admin-header-row{flex-direction:column;align-items:stretch;gap:10px;padding:.75rem}.admin-header-row h2{text-align:center}.admin-products .search-container{justify-content:center}.admin-products .search-input{max-width:100%}.manage-btn{width:100%;padding:10px}.product-list{margin-top:.5rem;border-radius:8px}.stock-grid-container{grid-template-columns:repeat(2,1fr);padding:10px}.modal-content{width:100%;height:95vh;border-radius:12px 12px 0 0;margin-top:auto}.product-action-btn{padding:6px 10px;margin-bottom:4px;display:inline-block}}.admin-orders{padding:1.5rem;background:#f8fafc;min-height:85vh;width:100%;box-sizing:border-box;font-family:Inter,-apple-system,sans-serif}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:30px}.header-left{display:flex;align-items:center;gap:15px;white-space:nowrap}.orders-header h2{margin:0;color:#0f172a;font-size:1.25rem;font-weight:700}.order-count{background:#eff6ff;color:#2563eb;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600}.search-container{flex-grow:1;display:flex;justify-content:flex-end;align-items:center;gap:10px}.search-input{width:100%;max-width:600px;padding:10px 18px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;color:#1e293b;background:#fff;outline:none;box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease}.search-input::placeholder{color:#94a3b8}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.refresh-btn{background:#fff;border:1px solid #cbd5e1;color:#475569;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.refresh-btn:hover{background:#f1f5f9;color:#0f172a}.refresh-btn:active{transform:rotate(45deg) scale(.95)}.orders-card{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000a;border:1px solid #e2e8f0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.orders-table{width:100%;border-collapse:collapse;min-width:1050px}.orders-table th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.7rem;padding:12px 10px;text-align:left;border-bottom:1px solid #e2e8f0;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.orders-table td{padding:12px 10px;border-bottom:1px solid #f1f5f9;font-size:.82rem;color:#334155;vertical-align:middle}.orders-table tr{transition:background-color .15s ease}.orders-table tr:hover{background:#f8fafc}.btn-copy-id{background:none;border:none;padding:3px;border-radius:4px;color:#94a3b8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.2s}.btn-copy-id:hover{background:#e2e8f0;color:#0f172a}.order-id-cell{white-space:nowrap}.date-cell{color:#94a3b8;font-size:.75rem;white-space:nowrap}.cust-name{font-weight:600;color:#1e293b}.cust-phone{font-size:.75rem;color:#64748b;margin-top:2px;white-space:nowrap}.total-price{font-weight:700;color:#0f172a;white-space:nowrap}.table-product-cell{display:flex;flex-direction:column;gap:3px;align-items:flex-start}.table-product-link{color:#2563eb;font-weight:600;text-decoration:none;font-size:.8rem;display:inline-flex;align-items:center}.table-product-link:hover{text-decoration:underline}.more-items-badge{font-size:.65rem;background:#f1f5f9;color:#475569;padding:2px 6px;border-radius:4px;cursor:pointer;font-weight:600;width:fit-content;margin-top:4px}.status-dropdown{padding:6px;border-radius:6px;border:1px solid #cbd5e1;cursor:pointer;font-weight:700;font-size:.72rem;outline:none;width:100%;min-width:110px;max-width:130px;box-sizing:border-box}.method-badge{padding:3px 6px;border-radius:4px;font-size:.65rem;font-weight:800;text-transform:uppercase;white-space:nowrap}.method-badge.cod{background:#f1f5f9;color:#475569}.method-badge.online{background:#ecfdf5;color:#059669}.action-buttons{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:nowrap}.view-btn{background:transparent;color:#2563eb;border:none;cursor:pointer;font-size:.78rem;font-weight:700;padding:0;white-space:nowrap}.view-btn:hover{text-decoration:underline}.delete-icon-btn{background:none;border:none;cursor:pointer;font-size:1rem;opacity:.4;transition:.2s}.delete-icon-btn:hover{opacity:1;color:#dc2626}.load-more-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:25px;gap:8px}.btn-load-more{background:#fff;color:#0f172a;border:1px solid #cbd5e1;padding:10px 24px;border-radius:30px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #00000005}.btn-load-more:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.load-more-text{font-size:.75rem;color:#64748b;margin:0}.modal-overlay{position:fixed;inset:0;background:#0f172a80;display:flex;justify-content:center;align-items:center;z-index:1000;padding:15px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content.order-modal{background:#fff;width:520px;max-width:100%;max-height:85vh;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;overflow:hidden}.modal-header{padding:16px 20px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:1rem;color:#0f172a;font-weight:700}.close-x{background:#f1f5f9;border:none;font-size:1.1rem;cursor:pointer;color:#64748b;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.2s;flex-shrink:0}.close-x:hover{background:#e2e8f0;color:#0f172a}.modal-body-scroll{padding:20px;overflow-y:auto;flex:1}.section-label{display:block;font-size:.65rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.info-grid p{margin:0;font-size:.82rem;color:#334155;line-height:1.5}.info-grid p strong{color:#64748b;font-weight:500;margin-right:4px}.full-width{grid-column:span 2}.order-item-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f8fafc}.item-thumb{width:42px;height:52px;border-radius:4px;overflow:hidden;border:1px solid #e2e8f0;flex-shrink:0}.item-thumb img{width:100%;height:100%;object-fit:cover}.item-name-link{text-decoration:none;color:#0f172a;font-weight:600;font-size:.85rem;display:block}.item-meta{font-size:.75rem;color:#64748b}.item-total{font-weight:700;font-size:.85rem;margin-left:auto;color:#0f172a}.order-total-row{display:flex;justify-content:space-between;margin-top:20px;padding-top:15px;border-top:1px solid #f1f5f9;font-size:1rem;font-weight:700;color:#0f172a}.modal-footer{padding:12px 20px;border-top:1px solid #f1f5f9;text-align:right;background:#f8fafc}.close-modal-btn{padding:8px 20px;background:#0f172a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:600;transition:.2s}.close-modal-btn:hover{background:#334155;transform:translateY(-1px)}.custom-modal-overlay{position:fixed;inset:0;background:#0f172ab3;display:flex;align-items:center;justify-content:center;z-index:1100}.alert-box{width:340px!important;padding:24px!important;text-align:center;background:#fff;border-radius:12px}.alert-box h3{margin:0 0 10px;font-size:1.1rem}.alert-box h3.error{color:#dc2626}.alert-box h3.confirm{color:#d97706}.alert-box p{font-size:.85rem;color:#475569;line-height:1.5;margin-bottom:20px}.custom-modal-actions{display:flex;gap:10px;justify-content:center}.modal-btn{padding:8px 16px;border-radius:6px;border:none;font-weight:600;cursor:pointer;font-size:.8rem;transition:.2s}.modal-btn.danger{background:#dc2626;color:#fff}.modal-btn.danger:hover{background:#b91c1c}.empty-state{text-align:center;padding:40px;color:#94a3b8;font-size:.85rem}@media(max-width:1024px){.orders-header{flex-direction:column;align-items:stretch;gap:15px}.search-container{width:100%;justify-content:flex-start}.search-input{max-width:100%}}@media(max-width:768px){.admin-orders{padding:1rem}.info-grid{grid-template-columns:1fr}.full-width{grid-column:span 1}}.admin-users{padding:1.5rem;background:#f8f9fa;min-height:85vh;width:100%;box-sizing:border-box}.admin-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.admin-header-row h2{margin:0;color:#333;font-size:1.4rem}.sub-header-text{color:#666;font-size:.85rem;margin:4px 0 0}.header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.search-box{position:relative;width:280px;max-width:100%}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#999;font-size:.8rem}.search-box input{width:100%;padding:8px 10px 8px 35px;border:1px solid #ddd;border-radius:6px;outline:none;font-size:.85rem;transition:all .2s;box-sizing:border-box}.search-box input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.user-count-badge{background:#fff;color:#333;padding:6px 12px;border-radius:6px;font-size:.8rem;border:1px solid #ddd;white-space:nowrap;flex-shrink:0}.user-list-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;border:1px solid #eee;overflow:hidden;width:100%}.users-table{width:100%;border-collapse:collapse;table-layout:auto}.users-table th{background:#fafbfc;color:#555;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;padding:.75rem 1rem;text-align:left;border-bottom:1px solid #eee}.users-table td{padding:.75rem 1rem;vertical-align:middle;border-bottom:1px solid #f5f5f5}.users-table tr:hover{background-color:#f8fbff}.users-table tr:last-child td{border-bottom:none}.user-profile-flex{display:flex;align-items:center;gap:10px}.user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.user-info-col{display:flex;flex-direction:column;min-width:0}.user-name{font-weight:600;font-size:.9rem;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.8rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-id-row{font-size:.7rem;color:#999;cursor:pointer;display:flex;gap:4px;align-items:center}.user-id-row:hover{color:#007bff}.copy-icon{opacity:0;transition:opacity .2s;font-size:.7rem}.user-id-row:hover .copy-icon{opacity:1}.role-badge{padding:4px 10px;border-radius:4px;font-size:.7rem;font-weight:700;text-transform:uppercase;display:inline-block;text-align:center;min-width:75px}.role-badge.customer{background:#f0fdf4;color:#16a34a;border:1px solid #dcfce7}.role-badge.admin{background:#f3e8ff;color:#7e22ce;border:1px solid #d8b4fe}.status-dot{font-size:.75rem;color:#444;display:inline-flex;align-items:center;gap:5px;font-weight:500}.status-dot.active:before{content:"";width:6px;height:6px;background:#2ecc71;border-radius:50%}.user-delete-btn{background:#fff;border:1px solid #ffdede;color:#e74c3c;padding:4px 10px;border-radius:4px;font-size:.75rem;cursor:pointer;transition:.2s;font-weight:500}.user-delete-btn:hover{background:#fff5f5;border-color:#e74c3c}.empty-state{text-align:center;padding:30px;color:#888;font-style:italic;font-size:.9rem}@media(max-width:768px){.admin-header-row{flex-direction:column;align-items:flex-start}.header-actions{width:100%;justify-content:space-between;margin-top:10px}.search-box{flex-grow:1;width:auto;margin-right:10px}.user-list-card{overflow-x:auto}.users-table{min-width:600px}}.admin-categories{padding:1.5rem;background:#f8f9fa;min-height:85vh;width:100%;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.admin-header-row h2{margin:0;color:#1a202c;font-size:1.5rem;font-weight:700}.sub-header-text{color:#718096;font-size:.9rem;margin:4px 0 0}.category-form-card{background:#fff;padding:1.5rem;border-radius:10px;border:1px solid #e2e8f0;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000001a;animation:slideDown .3s ease-out}.category-form-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1.5rem;align-items:end}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1;margin-top:10px}.form-group label{font-size:.85rem;font-weight:600;color:#4a5568;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;border:1px solid #cbd5e0;border-radius:6px;outline:none;font-size:.95rem;transition:all .2s;background:#fff;width:100%;box-sizing:border-box}.form-group textarea{resize:vertical;min-height:60px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3182ce;box-shadow:0 0 0 3px #4299e126}.form-group input[type=file]{padding:6px;background:#f7fafc;font-size:.85rem}.add-main-btn{background:#3182ce;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:.2s;font-size:.9rem}.add-main-btn.cancel{background:#718096}.add-main-btn:hover{background:#2b6cb0;transform:translateY(-1px)}.save-btn{background:#38a169;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;width:auto;min-width:150px;align-self:flex-start;transition:background .2s}.save-btn:hover:not(:disabled){background:#2f855a}.save-btn:disabled{background:#a0aec0;cursor:not-allowed;opacity:.7}.delete-icon-btn{background:transparent;border:1px solid transparent;color:#e53e3e;padding:6px;border-radius:4px;font-size:1.1rem;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.delete-icon-btn:hover{background:#fff5f5;border-color:#feb2b2;transform:scale(1.1)}.categories-list-card{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0;overflow:hidden;width:100%}.categories-table{width:100%;border-collapse:collapse;min-width:800px}.categories-table th{background:#f7fafc;color:#4a5568;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;padding:1rem 1.5rem;text-align:left;border-bottom:2px solid #edf2f7}.categories-table td{padding:1rem 1.5rem;vertical-align:middle;border-bottom:1px solid #edf2f7;color:#2d3748}.categories-table tr:hover{background-color:#f8fbff}.categories-table tr:last-child td{border-bottom:none}.cat-table-img-wrapper{width:48px;height:48px;border-radius:6px;overflow:hidden;background:#f1f5f9;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.table-img{width:100%;height:100%;object-fit:cover}.no-img{font-size:.65rem;color:#a0aec0;font-weight:500;text-align:center;line-height:1.2}.tree-item{display:flex;align-items:center}.tree-line{color:#cbd5e0;margin-right:8px;font-weight:300}.main-cat-text{font-weight:700;color:#2d3748;font-size:.95rem}.sub-cat-text{color:#4a5568;font-size:.9rem}.slug-text{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;color:#718096;font-size:.8rem;background:#f7fafc;padding:2px 6px;border-radius:4px;border:1px solid #edf2f7}.badge{padding:4px 8px;border-radius:12px;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;display:inline-block}.badge.main{background:#ebf8ff;color:#3182ce;border:1px solid #bee3f8}.badge.sub{background:#edf2f7;color:#718096;border:1px solid #e2e8f0}.empty-state{text-align:center;padding:40px;color:#a0aec0;font-style:italic}.process-guide-banner{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid}.process-guide-banner.error{background-color:#fff5f5;border-left-color:#e53e3e}.process-guide-banner.error h4{margin:0 0 8px;color:#c53030;font-size:1.1rem}.process-guide-banner.error p{margin:0 0 6px;color:#742a2a;font-size:.95rem}.process-guide-banner.info{background-color:#ebf8ff;border-left-color:#3182ce}.process-guide-banner.info p{margin:0;color:#2a4365;font-size:.95rem}.workflow-steps{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;background:#fff9;padding:4px 8px;border-radius:4px;display:inline-block;margin-top:5px!important}.required-label{color:#d63301!important}select.needs-selection{border-color:#fc8181;background-color:#fffaf0}.custom-modal-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-out}.custom-modal-content{background:#fff;padding:30px;border-radius:12px;width:90%;max-width:400px;box-shadow:0 10px 25px #00000026;text-align:center;animation:slideUp .3s ease-out}.custom-modal-content h3{margin-top:0;margin-bottom:15px;font-size:1.4rem}.custom-modal-content p{color:#4a5568;font-size:1rem;margin-bottom:25px;line-height:1.5}.custom-modal-actions{display:flex;justify-content:center;gap:12px}.modal-btn{padding:10px 24px;border-radius:6px;border:none;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s}.action-buttons{display:flex;justify-content:flex-end;align-items:center;gap:12px}.modal-btn.ok:hover{background:#2563eb}.modal-btn.cancel{background:#f1f5f9;color:#475569}.modal-btn.danger:hover{background:#dc2626}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.category-form-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.admin-categories{padding:1rem}.category-form-grid{grid-template-columns:1fr;gap:1rem}.save-btn{width:100%}.categories-list-card{overflow-x:auto}}.admin-reviews-page{padding:2rem;max-width:100%;width:100%;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8f9fa;min-height:85vh}.reviews-header{margin-bottom:1.5rem}.reviews-header h2{margin:0;color:#1a202c;font-size:1.6rem;font-weight:700}.reviews-header p{color:#718096;margin:5px 0 0;font-size:.9rem}.review-tabs{display:flex;gap:10px;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:5px}.review-tabs button{background:transparent;border:none;padding:8px 16px;font-size:.9rem;color:#718096;cursor:pointer;border-bottom:2px solid transparent;font-weight:500;transition:all .2s;white-space:nowrap}.review-tabs button:hover{color:#3182ce;background-color:#f0f7ff;border-radius:4px 4px 0 0}.review-tabs button.active{color:#3182ce;border-bottom-color:#3182ce;font-weight:600}.reviews-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000008;border:1px solid #eef2f5;overflow:hidden;width:100%}.table-responsive{width:100%;overflow-x:auto}.reviews-table{width:100%;border-collapse:collapse;min-width:850px}.reviews-table th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.reviews-table td{padding:1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle;color:#334155;font-size:.9rem}.reviews-table tr:hover{background-color:#f8fbff}.product-col strong{color:#333;font-weight:600}.date-sub{font-size:.75rem;color:#94a3b8;display:block;margin-top:4px}.star-col{color:#f59e0b;letter-spacing:2px;font-size:1.1rem}.comment-col{max-width:300px}.comment-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-style:italic;color:#475569}.status-badge{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase;display:inline-block;min-width:70px;text-align:center}.status-badge.pending{background:#fffbeb;color:#d97706;border:1px solid #fcd34d}.status-badge.approved{background:#dcfce7;color:#16a34a;border:1px solid #86efac}.status-badge.rejected{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.action-buttons{display:flex;gap:8px}.action-buttons button{width:34px;height:34px;border-radius:6px;border:1px solid transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:1rem;background:transparent}.btn-approve{background:#ecfdf5;color:#059669;border-color:#a7f3d0!important}.btn-approve:hover{background:#059669;color:#fff;transform:translateY(-2px)}.btn-reject{background:#fff1f2;color:#e11d48;border-color:#fecdd3!important}.btn-reject:hover{background:#e11d48;color:#fff;transform:translateY(-2px)}.btn-delete{background:#f8fafc;color:#64748b;border-color:#cbd5e1!important}.btn-delete:hover{background:#ef4444;color:#fff;border-color:#ef4444!important}.empty-state{text-align:center;padding:3rem;color:#94a3b8;font-style:italic}@media(max-width:768px){.admin-reviews-page{padding:1rem}.reviews-header h2{font-size:1.4rem}.review-tabs{padding-bottom:10px}}.admin-settings-page,.admin-settings-page *,.admin-settings-page *:before,.admin-settings-page *:after{box-sizing:border-box!important}.admin-settings-page{padding:15px 2rem 2rem 1.5rem;max-width:100%;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;width:100%;overflow-x:hidden}.settings-header{margin:0 0 15px;padding:0 0 10px;border-bottom:1px solid #e2e8f0}.settings-header h2{margin:0;color:#0f172a;font-size:1.3rem;font-weight:700;line-height:1.2}.settings-header p{color:#64748b;margin:4px 0 0;font-size:.8rem}.settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem;box-shadow:0 2px 5px #00000005;width:100%;max-width:100%}.settings-card h3{margin-top:0;margin-bottom:1.2rem;font-size:1.1rem;color:#0f172a;border-bottom:1px solid #f1f5f9;padding-bottom:.8rem;font-weight:700}.settings-card h4{margin:1.5rem 0 1rem;padding-top:1.5rem;font-size:.95rem;color:#1e293b;border-top:1px dashed #e2e8f0;font-weight:700}.desc{color:#64748b;font-size:.8rem;margin-bottom:1rem;line-height:1.4}.form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem;margin-bottom:1rem;width:100%;max-width:100%}.form-row.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.form-group{margin-bottom:1rem;display:flex;flex-direction:column;width:100%;max-width:100%}.form-group label{display:block;margin-bottom:6px;font-weight:700;font-size:.7rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group select,.form-group textarea{width:100%;max-width:100%;min-width:0!important;padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.85rem;color:#1e293b;transition:all .2s;background:#fff;font-family:inherit}.form-group div[style*="display: flex"]{max-width:100%}.form-group div[style*="display: flex"] input{flex:1;min-width:0!important}.form-group textarea{resize:vertical;min-height:90px;line-height:1.4}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;background:#fff;outline:none;box-shadow:0 0 0 3px #3b82f61a}.toggle-row{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f8fafc;border-radius:8px;margin-bottom:10px;border:1px solid #e2e8f0;gap:15px}.toggle-info{display:flex;flex-direction:column}.toggle-info strong{font-size:.85rem;color:#1e293b}.toggle-info span{font-size:.75rem;color:#64748b;margin-top:2px}.switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.4s}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#3b82f6}input:focus+.slider{box-shadow:0 0 1px #3b82f6}input:checked+.slider:before{transform:translate(20px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.settings-actions{display:flex;justify-content:flex-end;align-items:center;gap:1.5rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.inline-feedback{font-size:.85rem;font-weight:600;transition:opacity .3s ease;animation:fadeIn .3s ease forwards}.inline-feedback.success{color:#10b981}.inline-feedback.error{color:#ef4444}@keyframes fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.btn-save{background:#0f172a;border:none;color:#fff;padding:10px 24px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.85rem;box-shadow:0 2px 4px #0f172a33;transition:all .2s}.btn-save:hover{background:#3b82f6;transform:translateY(-1px)}.btn-save:disabled{background:#94a3b8;cursor:not-allowed;transform:none}@media(max-width:992px){.admin-settings-page{padding:15px 1rem 1rem}.form-row,.form-row.three-cols{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem}}@media(max-width:768px){.form-row,.form-row.three-cols{grid-template-columns:minmax(0,1fr);gap:0}.settings-card{padding:1.2rem}.toggle-row{align-items:flex-start;flex-direction:column;gap:12px}.settings-actions{flex-direction:column-reverse;align-items:stretch;gap:1rem}.inline-feedback{text-align:center}.btn-save{width:100%;padding:12px}}.admin-msg-page{max-width:1500px;margin:0 auto;padding:10px 20px 0;font-family:Inter,sans-serif;background-color:#f8fafc;height:calc(100vh - 120px);box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.toast-alert{position:fixed;top:20px;right:20px;background:#10b981;color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 10px 25px #10b9814d;display:flex;align-items:center;gap:12px;font-weight:700;font-size:.85rem;z-index:1000;animation:slideInRight .3s ease forwards}.toast-alert button{background:#fff3;border:none;color:#fff;cursor:pointer;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem}@keyframes slideInRight{0%{transform:translate(120%)}to{transform:translate(0)}}.msg-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;border-bottom:1px solid #e2e8f0;padding-bottom:8px;flex-wrap:wrap;gap:10px;flex-shrink:0}.msg-header h2{margin:0;color:#0f172a;font-size:1.15rem;font-weight:800;line-height:1.2}.msg-header p{color:#64748b;margin:4px 0 0;font-size:.75rem}.admin-controls{display:flex;gap:8px;width:100%;max-width:550px;align-items:center}.admin-search-box{flex:1;padding:6px 10px;border-radius:6px;border:1px solid #cbd5e1;font-size:.75rem;outline:none;transition:border-color .2s}.admin-search-box:focus{border-color:#3b82f6}.admin-filter-box{padding:6px 10px;border-radius:6px;border:1px solid #cbd5e1;font-size:.75rem;outline:none;background:#fff;cursor:pointer;font-weight:600;color:#1e293b}.msg-layout{display:grid;grid-template-columns:280px 1fr;gap:15px;flex:1;min-height:0;overflow:hidden;margin-bottom:20px}.msg-list-card{background:#fff;border-radius:10px;border:1px solid #e2e8f0;height:100%;overflow-y:auto;box-shadow:0 4px 15px #00000008;display:flex;flex-direction:column}.empty-list{padding:1.5rem;text-align:center;color:#94a3b8;font-size:.85rem}.msg-list-item{padding:10px 12px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .2s ease;border-left:3px solid transparent;flex-shrink:0}.msg-list-item:hover{background:#f8fafc}.msg-list-item.active{background:#eff6ff;border-left-color:#3b82f6}.msg-list-item.unread{background:#fffbeb}.msg-list-item.unread strong{color:#0f172a;font-weight:800}.msg-item-header{display:flex;justify-content:space-between;margin-bottom:4px;align-items:center}.msg-item-header strong{color:#334155;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:75%}.msg-date{font-size:.65rem;color:#94a3b8;font-weight:600;flex-shrink:0}.msg-item-subject{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}.msg-status-row{display:flex;justify-content:space-between;align-items:center}.ticket-id-mini{font-size:.65rem;color:#cbd5e1;font-family:monospace}.status-badge{font-size:.55rem;padding:3px 6px;border-radius:10px;font-weight:800;text-transform:uppercase}.status-badge.unread{background:#fee2e2;color:#dc2626}.status-badge.read{background:#f1f5f9;color:#64748b}.status-badge.admin_replied{background:#dcfce7;color:#166534}.status-badge.user_replied{background:#fef3c7;color:#b45309;border:1px solid #fde68a}.status-badge.resolved{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.msg-detail-card{background:#fff;border-radius:10px;border:1px solid #e2e8f0;height:100%;box-shadow:0 4px 15px #00000008;display:flex;flex-direction:column;overflow:hidden}.empty-detail{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#94a3b8;background:#f8fafc;font-size:.85rem}.empty-icon{font-size:2.5rem;margin-bottom:.5rem;opacity:.5}.chat-container{display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:8px 15px;background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0}.chat-header-info{display:flex;align-items:center;gap:12px}.btn-back-mobile{display:none;background:#f1f5f9;border:none;padding:6px 10px;border-radius:6px;font-weight:600;color:#475569;font-size:.8rem;cursor:pointer}.chat-header-info h3{margin:0 0 2px;font-size:.95rem;color:#0f172a}.chat-header-info p{margin:0;font-size:.7rem;color:#64748b}.btn-resolve{background:#10b981;color:#fff;border:none;padding:5px 12px;border-radius:6px;font-weight:700;font-size:.75rem;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-resolve:hover{background:#059669;transform:translateY(-2px)}.order-context-wrapper{padding:6px 15px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.order-context-loading{padding:6px;background:#fff;border-radius:6px;font-size:.75rem;color:#64748b;text-align:center;border:1px dashed #cbd5e1}.order-context-card{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;padding:6px 10px;border-radius:6px;box-shadow:0 2px 5px #00000005}.context-img{width:35px;height:35px;border-radius:6px;object-fit:cover;border:1px solid #e2e8f0;flex-shrink:0}.context-details{flex:1;display:flex;flex-direction:column}.context-label{font-size:.55rem;color:#3b82f6;font-weight:800;text-transform:uppercase;margin-bottom:2px}.context-details strong{font-size:.8rem;color:#0f172a;margin-bottom:0}.context-details span{font-size:.65rem;color:#64748b}.context-actions{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.status-pill{font-size:.55rem;padding:3px 6px;border-radius:10px;font-weight:700;text-transform:uppercase;background:#e2e8f0;color:#475569}.btn-view-order{background:#fff;color:#3b82f6;border:1px solid #bfdbfe;padding:3px 6px;border-radius:4px;font-size:.6rem;font-weight:700;cursor:pointer;transition:all .2s}.btn-view-order:hover{background:#eff6ff;border-color:#3b82f6}.chat-bubbles-area{flex:1;overflow-y:auto;padding:12px 15px;display:flex;flex-direction:column;gap:8px;background:#e5e5e5;min-height:0}.chat-bubble-wrapper{display:flex;width:100%}.chat-bubble-wrapper.user-msg{justify-content:flex-start}.chat-bubble-wrapper.admin-msg{justify-content:flex-end}.chat-bubble{max-width:80%;padding:6px 10px;border-radius:8px;position:relative;box-shadow:0 1px 2px #0000001a}.user-msg .chat-bubble{background:#fff;border-top-left-radius:0}.admin-msg .chat-bubble{background:#0f172a;color:#fff;border-top-right-radius:0}.chat-sender{font-size:.55rem;font-weight:800;display:block;margin-bottom:2px;text-transform:uppercase}.user-msg .chat-sender{color:#64748b}.admin-msg .chat-sender{color:#94a3b8}.chat-bubble p{margin:0;font-size:.8rem;line-height:1.3;white-space:pre-wrap;word-break:break-word}.admin-msg .chat-bubble p{color:#fff}.user-msg .chat-bubble p{color:#1e293b}.chat-time{font-size:.55rem;display:block;text-align:right;margin-top:2px;opacity:.7}.chat-attachment{max-width:100%;max-height:120px;border-radius:6px;margin:4px 0;border:1px solid rgba(0,0,0,.1);display:block}.chat-input-area{display:flex!important;gap:8px!important;padding:8px 12px!important;background:#f0f2f5!important;border-top:1px solid #d1d7db!important;align-items:flex-end!important;flex-shrink:0!important;height:auto!important;min-height:50px!important;box-sizing:border-box!important;transition:height .1s ease}.chat-input-area textarea{flex:1!important;border-radius:18px!important;border:none!important;padding:8px 14px!important;resize:none!important;height:36px!important;min-height:36px!important;max-height:100px!important;font-family:inherit!important;font-size:.85rem!important;background:#fff!important;line-height:18px!important;margin:0!important;overflow-y:auto!important;box-sizing:border-box!important;box-shadow:0 1px 2px #0000000d!important}.chat-input-area textarea::-webkit-scrollbar{width:4px}.chat-input-area textarea::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.chat-input-area textarea:focus{outline:none!important}.btn-send-reply{background:#0f172a!important;color:#fff!important;border:none!important;border-radius:50%!important;width:36px!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s!important;flex-shrink:0!important;margin-bottom:0!important}.btn-send-reply svg{width:16px!important;height:16px!important;transform:translate(-1px)!important}.resolved-banner{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;padding:6px 12px;background:#f0fdf4;border-top:1px solid #bbf7d0;flex-shrink:0!important;min-height:50px!important;height:50px!important;box-sizing:border-box}.resolved-banner p{margin:0;color:#166534;font-weight:600;font-size:.75rem}.btn-reopen{background:#fff;color:#166534;border:1px solid #166534;padding:4px 10px;border-radius:6px;font-weight:700;font-size:.7rem;cursor:pointer;transition:all .2s}.btn-reopen:hover{background:#166534;color:#fff}@media(max-width:950px){.msg-header{flex-direction:column;align-items:stretch}.admin-controls{max-width:100%}}@media(max-width:768px){.admin-msg-page{padding:8px;height:calc(100dvh - 70px);overflow:hidden;margin-bottom:0}.msg-header{display:none}.msg-layout{display:flex;height:100%;min-height:auto;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.msg-list-card{width:100%;flex-shrink:0;border:none;border-radius:0}.msg-detail-card{width:100%;flex-shrink:0;display:none;border:none;border-radius:0}.msg-layout.mobile-chat-active .msg-list-card{display:none}.msg-layout.mobile-chat-active .msg-detail-card{display:flex}.btn-back-mobile{display:block}.chat-header{padding:8px;flex-wrap:wrap;gap:6px}.chat-input-area{padding:6px 8px!important}.chat-bubbles-area{padding:10px 8px}.resolved-banner{flex-direction:column;gap:6px;padding:8px;height:auto!important;min-height:auto!important}}.admin-categories{padding:1.5rem;background:#f8f9fa;min-height:85vh;width:100%;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1e293b}.admin-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:15px}.admin-header-row h2{margin:0 0 4px;color:#0f172a;font-size:1.3rem;font-weight:700;letter-spacing:-.3px}.sub-header-text{margin:0;color:#64748b;font-size:.8rem;font-weight:500}.add-main-btn{background:#ff3f6c;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.85rem;box-shadow:0 2px 8px #ff3f6c26}.add-main-btn:hover{background:#e63560;transform:translateY(-1px);box-shadow:0 4px 12px #ff3f6c40}.add-main-btn.cancel{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;box-shadow:none}.add-main-btn.cancel:hover{background:#e2e8f0;color:#1e293b}.save-btn{background:#10b981;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:700;cursor:pointer;font-size:.9rem;letter-spacing:.3px;transition:all .2s;width:100%;box-shadow:0 2px 8px #10b98126}.save-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.save-btn:disabled{background:#a7f3d0;cursor:not-allowed;box-shadow:none;transform:none}.delete-icon-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:6px;border-radius:4px;transition:all .2s}.delete-icon-btn:hover{background:#fee2e2;transform:scale(1.05)}.category-form-card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 20px #00000008;margin-bottom:2rem;border:1px solid #e2e8f0}.category-form-card label{display:block;font-size:.8rem;font-weight:600;color:#475569;margin-bottom:6px}.variant-input{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.85rem;color:#0f172a;outline:none;transition:all .2s;box-sizing:border-box;background-color:#f8fafc}.variant-input:focus{border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a}.variant-input::placeholder{color:#94a3b8}.categories-list-card{background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000008;border:1px solid #e2e8f0;overflow-x:auto}.categories-table{width:100%;border-collapse:collapse;min-width:600px}.categories-table th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;text-align:left;border-bottom:1px solid #e2e8f0}.categories-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:.85rem;color:#334155}.categories-table tr:hover{background:#f8fafc}.badge{padding:4px 10px;border-radius:12px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.badge-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.custom-modal-overlay{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-out}.custom-modal-content{background:#fff;padding:24px 20px;border-radius:12px;width:90%;max-width:400px;box-shadow:0 10px 25px #00000026;text-align:center;animation:slideUp .3s ease-out}.custom-modal-content h3{margin-top:0;margin-bottom:10px;font-size:1.25rem;font-weight:700}.custom-modal-content h3.success{color:#10b981}.custom-modal-content h3.error{color:#ef4444}.custom-modal-content h3.confirm{color:#f59e0b}.custom-modal-content p{color:#475569;font-size:.9rem;margin-bottom:20px;line-height:1.5}.custom-modal-actions{display:flex;justify-content:center;gap:10px}.modal-btn{padding:10px 20px;border-radius:6px;border:none;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s;flex:1}.modal-btn.ok{background:#3b82f6;color:#fff;width:100%}.modal-btn.ok:hover{background:#2563eb;transform:translateY(-1px)}.modal-btn.cancel{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.modal-btn.cancel:hover{background:#e2e8f0}.modal-btn.danger{background:#ef4444;color:#fff}.modal-btn.danger:hover{background:#dc2626;transform:translateY(-1px)}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.admin-categories{padding:1rem}.admin-header-row{flex-direction:column;align-items:flex-start;gap:10px}.category-form-card>form>div:first-child{grid-template-columns:1fr 1fr!important}}@media(max-width:480px){.category-form-card>form>div:first-child{grid-template-columns:1fr!important}}
