@import"https://fonts.googleapis.com/icon?family=Material+Icons";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:only light}html{color-scheme:only light;background-color:#fff}body{margin:0;min-height:100vh;background-color:#fff!important;color:#1a1a1a!important;color-scheme:only light}#root{min-height:100vh}a{color:inherit}button{font:inherit}.admin-login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#f9fafb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:1rem}.admin-login-card{background:#fff;width:100%;max-width:440px;padding:3rem;border-radius:8px;box-shadow:0 20px 60px #00000026;animation:adminLoginSlideUp .5s ease-out}@keyframes adminLoginSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.admin-login-header{text-align:center;margin-bottom:2.5rem}.admin-login-title{font-family:Georgia,Times New Roman,serif;font-size:2.25rem;font-weight:400;color:#1a1a1a;margin:0 0 .5rem;letter-spacing:-.5px}.admin-login-subtitle{font-size:.875rem;color:#666;margin:0;font-weight:400}.admin-google-login-section{margin-bottom:1.5rem}.google-btn-wrapper{display:flex;justify-content:center;width:100%}.admin-login-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0 1rem;color:#9ca3af}.admin-login-divider:before,.admin-login-divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.admin-login-divider span{padding:0 12px;font-size:.72rem;font-weight:600;letter-spacing:1px}.admin-login-error-alert{background-color:#fef2f2;border:1px solid #fee2e2;color:#ef4444;padding:.75rem 1rem;border-radius:4px;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;animation:adminLoginShake .3s ease-in-out}.admin-login-error-icon{background:#ef4444;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}@keyframes adminLoginShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.admin-login-form{display:flex;flex-direction:column}.admin-login-form-group{margin-bottom:1.5rem}.admin-login-form-group label{display:block;font-size:.7rem;letter-spacing:1.5px;color:#1a1a1a;margin-bottom:.5rem;font-weight:600;text-transform:uppercase}.admin-login-password-container{position:relative;width:100%;display:flex;align-items:center;height:44px}.admin-login-form-input{width:100%;padding:.875rem 2.75rem .875rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:Georgia,serif;color:#1a1a1a;transition:all .3s ease;box-sizing:border-box;height:44px}.admin-login-form-input:focus{outline:none;border-color:#1a1a1a;background-color:#fcfcfc}.admin-login-form-input.admin-login-input-error{border-color:#ef4444;background-color:snow}.admin-login-form-input::placeholder{color:#9ca3af;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem}.admin-login-password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease;width:40px;height:40px;flex-shrink:0}.admin-login-password-toggle:hover{color:#1a1a1a}.admin-login-password-toggle:focus{outline:none}.admin-login-password-icon{font-size:1.25rem}.admin-login-btn{width:100%;padding:1rem;background:#1a1a1a;color:#fff;border:none;font-size:.8rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:4px;margin-top:.5rem}.admin-login-btn:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.admin-login-btn:active{transform:translateY(0)}@media(max-width:768px){.admin-login-page{padding:1rem}.admin-login-card{max-width:100%;padding:2.5rem 2rem}.admin-login-title{font-size:2rem}}@media(max-width:480px){.admin-login-card{padding:2rem 1.5rem;box-shadow:none;border:1px solid #e5e7eb}.admin-login-title{font-size:1.75rem}.admin-login-subtitle{font-size:.875rem}.admin-login-form-input{height:44px}.admin-login-password-toggle{right:.5rem}.admin-login-btn{padding:.875rem}}.admin-login-form-input:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}.admin-login-btn:disabled{cursor:not-allowed;opacity:.7}.admin-login-btn-loading{background:#333!important;transform:none!important;box-shadow:none!important}.admin-login-spinner-wrapper{display:flex;align-items:center;justify-content:center;gap:.5rem}.admin-login-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:adminLoginSpin .6s linear infinite}@keyframes adminLoginSpin{to{transform:rotate(360deg)}}:root{--at-bg: #f8fafc;--at-sidebar-bg: #ffffff;--at-border: #e2e8f0;--at-border-light: #f1f5f9;--at-text-dark: #0f172a;--at-text-medium: #334155;--at-text-muted: #64748b;--at-text-light: #94a3b8;--at-primary: #3b82f6;--at-primary-hover: #2563eb;--at-primary-light: #eff6ff;--at-primary-border: #dbeafe;--at-emerald: #10b981;--at-red: #ef4444;--at-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .04);--at-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -1px rgba(0, 0, 0, .04);--at-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}.admin-tab-layout,.admin-tab-layout *{box-sizing:border-box}.admin-tab-layout{display:flex;height:100vh;width:100vw;background:var(--at-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--at-text-dark);overflow:hidden}.admin-sidebar{width:255px;min-width:255px;max-width:255px;background:var(--at-sidebar-bg);border-right:1px solid var(--at-border);display:flex;flex-direction:column;height:100vh;position:relative;z-index:50;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:1px 0 3px #00000005}.sidebar-header{height:72px;min-height:72px;max-height:72px;padding:0 14px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--at-border);background:#fff;overflow:hidden;box-sizing:border-box}.sidebar-brand-wrap{width:100%;height:100%;max-width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.sidebar-brand-logo{width:100%;max-width:240px;height:54px;object-fit:contain;object-position:center;transform:scale(2.4);transform-origin:center center;transition:transform .2s ease}.admin-sidebar-close-btn{display:none;position:absolute;top:14px;right:14px;width:32px;height:32px;align-items:center;justify-content:center;background:#f1f5f9;border:1px solid var(--at-border);cursor:pointer;border-radius:8px;color:var(--at-text-medium);transition:all .2s ease}.admin-sidebar-close-btn:hover{background:#e2e8f0;color:var(--at-text-dark)}.sidebar-nav{flex:1;padding:12px 10px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;overflow-x:hidden}.sidebar-nav::-webkit-scrollbar{width:5px}.sidebar-nav::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:999px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.nav-section{display:flex;flex-direction:column;gap:3px}.nav-section-title{padding:0 10px 3px;font-size:11.5px;font-weight:800;letter-spacing:.07em;color:var(--at-text-light);text-transform:uppercase}.nav-items-list{display:flex;flex-direction:column;gap:2px}.admin-nav-item{display:flex;align-items:center;gap:12px;padding:7px 12px;border-radius:8px;background:transparent;border:1px solid transparent;color:var(--at-text-medium);font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease;position:relative;text-align:left;width:100%;text-decoration:none}.admin-nav-item:hover{background:#f1f5f9;color:var(--at-text-dark)}.admin-nav-item.active{background:var(--at-primary-light);color:var(--at-primary-hover);font-weight:700;border-color:var(--at-primary-border)}.admin-nav-icon{font-size:21px!important;width:22px;height:22px;color:var(--at-text-muted);transition:color .15s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.admin-nav-item:hover .admin-nav-icon{color:var(--at-text-dark)}.admin-nav-item.active .admin-nav-icon{color:var(--at-primary-hover)}.admin-nav-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-nav-active-pill{width:6px;height:6px;border-radius:50%;background:var(--at-primary)}.store-link-item{color:#059669;background:#f0fdf4;border:1px solid #dcfce7}.store-link-item:hover{background:#dcfce7;color:#047857}.store-link-item .admin-nav-icon{color:#059669!important}.store-link-arrow{font-size:15px!important;color:#059669}.sidebar-footer{padding:12px 14px 14px;border-top:1px solid var(--at-border-light);background:#fff}.sidebar-user-card{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#f8fafc;border:1px solid var(--at-border);border-radius:10px;transition:all .2s ease}.sidebar-user-avatar{position:relative;width:34px;height:34px;flex-shrink:0}.sidebar-user-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.sidebar-user-initials{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.sidebar-user-online{position:absolute;bottom:0;right:0;width:9px;height:9px;border-radius:50%;background:var(--at-emerald);border:1.5px solid #ffffff}.sidebar-user-info{flex:1;overflow:hidden;display:flex;flex-direction:column}.sidebar-user-name{font-size:12.5px;font-weight:700;color:var(--at-text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:10.5px;font-weight:600;color:var(--at-text-muted)}.sidebar-logout-icon-btn{background:transparent;border:none;color:var(--at-text-muted);cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.sidebar-logout-icon-btn:hover{background:#fee2e2;color:var(--at-red)}.admin-main{flex:1;display:flex;flex-direction:column;min-width:0;height:100vh;overflow:hidden;background:var(--at-bg)}.admin-header{height:72px;min-height:72px;max-height:72px;padding:0 28px;background:#fff;border-bottom:1px solid var(--at-border);display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box;z-index:10}.admin-header-left{display:flex;align-items:center;gap:12px}.admin-header-menu-btn{display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid var(--at-border);background:#fff;color:var(--at-text-medium);cursor:pointer;transition:all .2s ease}.admin-header-menu-btn:hover{background:#f8fafc;color:var(--at-text-dark)}.admin-header-title-box{display:flex;flex-direction:column}.admin-breadcrumb-tag{font-size:10px;font-weight:800;color:var(--at-primary);letter-spacing:.06em;text-transform:uppercase}.admin-header .page-title{font-size:18px;font-weight:800;color:var(--at-text-dark);margin:0;letter-spacing:-.02em}.admin-header-right{display:flex;align-items:center;gap:12px}.admin-top-user-chip{display:flex;align-items:center;gap:8px;padding:4px 10px 4px 6px;background:#f8fafc;border:1px solid var(--at-border);border-radius:999px}.top-user-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.top-user-text{display:flex;flex-direction:column}.top-user-name{font-size:12px;font-weight:700;color:var(--at-text-dark);line-height:1.1}.top-user-status{font-size:9.5px;font-weight:600;color:var(--at-emerald);line-height:1.1}.admin-content{flex:1;padding:20px 24px;overflow-y:auto;overflow-x:hidden;background:var(--at-bg);min-height:0;display:flex;flex-direction:column}@media(max-width:900px){.admin-sidebar{position:fixed;top:0;left:0;bottom:0;transform:translate(-100%);box-shadow:4px 0 24px #0f172a26;z-index:1000}.admin-sidebar.open{transform:translate(0)}.admin-sidebar-close-btn,.admin-header-menu-btn{display:flex}.admin-header{padding:0 16px}.admin-content{padding:16px}.admin-mobile-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:999}.admin-mobile-overlay.active{opacity:1;pointer-events:auto}}*{margin:0;padding:0;box-sizing:border-box}:root{--user-header-height: 100px}.user-header{background-color:#fff;border-bottom:1px solid #e5e5e5;position:fixed;top:0;left:0;z-index:1000;width:100%;box-shadow:0 1px 3px #0000000d}.user-header-container{max-width:1400px;margin:0 auto;padding:0 50px;display:flex;align-items:center;justify-content:space-between;height:var(--user-header-height)}.user-logo-section{display:flex;align-items:center;gap:12px;text-decoration:none;cursor:pointer;flex-shrink:0;transition:transform .2s ease}.user-logo-section:hover{transform:translateY(-1px)}.user-logo-image{height:190px;width:380px;margin-left:-95px;object-fit:contain;transition:transform .3s ease}.user-logo-section:hover .user-logo-image{transform:scale(1.05)}.user-logo-text{font-family:Playfair Display,serif;font-size:22px;color:#1a1a1a;font-weight:500;letter-spacing:.3px;line-height:1.2;white-space:nowrap}.user-logo-text .ampersand{font-style:italic;font-weight:400;margin:0 2px;color:#666}.user-nav{display:flex;align-items:center;height:100%;position:absolute;left:50%;transform:translate(-46%)}.user-nav-menu{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0;height:100%}.user-nav-item{position:relative;height:100%;display:flex;align-items:center;animation:navItemFadeIn .4s cubic-bezier(.16,1,.3,1) both}.user-nav-item:nth-child(1){animation-delay:.02s}.user-nav-item:nth-child(2){animation-delay:.05s}.user-nav-item:nth-child(3){animation-delay:.08s}.user-nav-item:nth-child(4){animation-delay:.11s}.user-nav-item:nth-child(5){animation-delay:.14s}.user-nav-item:nth-child(6){animation-delay:.17s}.user-nav-item:nth-child(7){animation-delay:.2s}.user-nav-item:nth-child(8){animation-delay:.23s}@keyframes navItemFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-nav-link{display:flex;align-items:center;gap:3px;text-decoration:none;color:#666;font-size:15px;font-weight:500;padding:8px 10px 6px;transition:color .3s ease;position:relative;cursor:pointer;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.2px;white-space:nowrap}.user-nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:3px;background:linear-gradient(90deg,#1a1a1a,#444,#1a1a1a);border-radius:3px 3px 0 0;width:0;transition:width .4s cubic-bezier(.25,.8,.25,1);box-shadow:0 -2px 8px #00000026}.user-nav-icon{font-size:17px!important;color:inherit;transition:all .3s ease}.user-nav-link:hover{color:#333}.user-nav-link.active{color:#1a1a1a;font-weight:600}.user-nav-link.active:after,.user-nav-link:hover:after{width:100%}.user-nav-link.active .user-nav-icon{transform:scale(1.1)}.user-nav-item.has-dropdown{position:relative}.user-nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(8px);min-width:220px;opacity:0;visibility:hidden;pointer-events:none;transition:all .25s cubic-bezier(.16,1,.3,1);z-index:1000;padding-top:10px}.user-nav-dropdown.visible,.user-nav-item:hover .user-nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.user-dropdown-card{background:#fff;border-radius:8px;box-shadow:0 16px 40px #0000001f,0 2px 8px #0000000a;border:1px solid #eef2f6;padding:8px;overflow:hidden}.user-dropdown-topbar{padding:8px 12px 6px}.dropdown-category-title{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;color:#94a3b8;text-transform:uppercase}.dropdown-category-divider{height:1px;background:#f1f5f9;margin:4px 6px}.dropdown-category-list{display:flex;flex-direction:column;gap:2px}.dropdown-category-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:6px;font-size:13.5px;font-weight:500;color:#334155;text-decoration:none;transition:all .2s ease;font-family:Poppins,sans-serif}.cat-item-name{white-space:nowrap}.cat-arrow-icon{font-size:16px;color:#94a3b8;transition:transform .2s ease,color .2s ease;line-height:1}.dropdown-category-item:hover{background-color:#f8fafc;color:#000}.dropdown-category-item:hover .cat-arrow-icon{color:#000;transform:translate(3px)}.dropdown-category-item.view-all-cat{font-weight:600;color:#0f172a}.dropdown-category-item.view-all-cat:hover{background-color:#0f172a;color:#fff}.dropdown-category-item.view-all-cat:hover .cat-arrow-icon{color:#fff}.mobile-nav-item-header{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-cat-expand-btn{background:transparent;border:none;font-size:18px;color:#64748b;padding:8px 14px;cursor:pointer;transition:transform .25s ease,color .2s ease}.mobile-cat-expand-btn.expanded{transform:rotate(180deg);color:#0f172a}.mobile-subcategory-list{display:flex;flex-direction:column;padding-left:28px;padding-top:4px;padding-bottom:8px;gap:6px;border-left:2px solid #e2e8f0;margin-left:18px;margin-top:4px;animation:fadeIn .2s ease-out}.mobile-subcat-link{font-size:13.5px;color:#64748b;text-decoration:none;padding:6px 0;font-weight:500;transition:color .2s ease}.mobile-subcat-link:hover,.mobile-subcat-link:active{color:#000}.mobile-subcat-link.view-all{font-weight:600;color:#0f172a}.user-header-right{display:flex;align-items:center;gap:15px;flex-shrink:0}.user-notif-menu-wrapper{position:relative}.user-notif-icon{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;color:#1e293b;transition:all .25s cubic-bezier(.16,1,.3,1)}.user-notif-icon:hover,.user-notif-icon.active{background:#0f172a;color:#fff;border-color:#0f172a;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}.user-notif-bell{font-size:22px!important}.user-notif-badge{position:absolute;top:-3px;right:-3px;min-width:18px;height:18px;padding:0 5px;border-radius:10px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:0 2px 5px #ef444466;animation:notifPulse 2s infinite ease-in-out}@keyframes notifPulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.user-notif-popover{position:absolute;top:calc(100% + 12px);right:0;width:380px;max-width:calc(100vw - 32px);background:#fff;border-radius:16px;box-shadow:0 20px 40px -10px #0f172a2e,0 0 0 1px #0f172a0f;z-index:1100;overflow:hidden;display:flex;flex-direction:column;animation:notifSlideDown .25s cubic-bezier(.16,1,.3,1)}@keyframes notifSlideDown{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.notif-drag-handle-bar,.notif-mobile-backdrop{display:none}.user-notif-header{padding:16px 18px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;background:#fff}.notif-header-title-wrap{display:flex;align-items:center;gap:8px}.notif-header-title{font-size:15px;font-weight:700;color:#0f172a;margin:0}.notif-unread-tag{font-size:11px;font-weight:700;background:#eff6ff;color:#2563eb;padding:2px 8px;border-radius:20px;border:1px solid #dbeafe}.notif-header-actions{display:flex;align-items:center;gap:6px}.notif-mark-read-btn{background:transparent;border:none;font-size:12px;font-weight:600;color:#64748b;display:inline-flex;align-items:center;gap:4px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s ease}.notif-mark-read-btn:hover{background:#f1f5f9;color:#0f172a}.notif-close-btn{background:transparent;border:none;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px;transition:all .2s ease}.notif-close-btn:hover{background:#f1f5f9;color:#0f172a}.user-notif-body{max-height:380px;overflow-y:auto}.user-notif-list{display:flex;flex-direction:column}.user-notif-card{position:relative;display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border-bottom:1px solid #f8fafc;cursor:pointer;transition:all .2s ease;text-decoration:none}.user-notif-card:last-child{border-bottom:none}.user-notif-card:hover{background:#f8fafc}.user-notif-card.unread{background:#fdfdfd}.user-notif-card.unread:hover{background:#f1f5f9}.notif-card-icon-col{flex-shrink:0}.notif-type-icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px}.notif-type-icon.order,.notif-type-icon.order.confirmed{background:#ecfdf5;color:#059669}.notif-type-icon.order.crafting{background:#fdf4ff;color:#a855f7}.notif-type-icon.order.transit{background:#f0f9ff;color:#0284c7}.notif-type-icon.order.delivered{background:#f0fdf4;color:#16a34a}.notif-type-icon.order.cancelled{background:#fef2f2;color:#ef4444}.notif-type-icon.promo{background:#eff6ff;color:#2563eb}.notif-type-icon.product{background:#faf5ff;color:#9333ea}.notif-type-icon.announcement{background:#fffbeb;color:#d97706}.notif-card-content{flex:1;min-width:0}.notif-card-top{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:2px}.notif-card-title{font-size:13px;font-weight:700;color:#0f172a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-card-time{font-size:11px;color:#94a3b8;font-weight:500;flex-shrink:0}.notif-card-msg{font-size:12px;color:#64748b;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notif-card-product-pill{display:inline-flex;align-items:center;gap:6px;margin-top:6px;background:#f1f5f9;padding:3px 8px;border-radius:6px;font-size:11px;color:#334155}.notif-unread-dot{position:absolute;top:18px;right:12px;width:7px;height:7px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 2px #2563eb33}.notif-empty-state{padding:36px 24px;text-align:center;color:#64748b}.notif-empty-icon-box{width:52px;height:52px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:#94a3b8}.notif-empty-state h4{font-size:14px;font-weight:700;color:#1e293b;margin:0 0 4px}.notif-empty-state p{font-size:12px;color:#94a3b8;margin:0;line-height:1.4}.notif-loading-state{display:flex;align-items:center;justify-content:center;gap:10px;padding:30px;color:#64748b;font-size:13px}.notif-spinner{width:18px;height:18px;border:2px solid #e2e8f0;border-top-color:#0f172a;border-radius:50%;animation:notifSpin .7s linear infinite}@keyframes notifSpin{to{transform:rotate(360deg)}}.user-profile-menu-wrapper{position:relative}.user-login-nav-btn{display:inline-flex;align-items:center;gap:6px;background:#f8f9fa;border:1px solid #e5e7eb;padding:8px 14px;border-radius:20px;font-size:.85rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif}.user-login-nav-btn:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.user-login-icon{font-size:20px!important}.user-profile-trigger{cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #1a1a1a;overflow:hidden;width:38px;height:38px;transition:transform .2s ease,box-shadow .2s ease}.user-profile-trigger:hover{transform:scale(1.05);box-shadow:0 4px 10px #00000026}.user-nav-avatar{width:100%;height:100%;object-fit:cover}.user-avatar-initials{width:100%;height:100%;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:600}.user-profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:220px;padding:12px;box-shadow:0 10px 25px #0000001f;z-index:1000;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-user-info{display:flex;flex-direction:column;padding:4px 8px 8px}.dropdown-user-info strong{font-size:.92rem;color:#111827}.dropdown-email{font-size:.78rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background:#f3f4f6;margin:6px 0}.dropdown-item{width:100%;display:flex;align-items:center;gap:8px;background:none;border:none;padding:8px 10px;font-size:.86rem;color:#374151;border-radius:4px;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease}.dropdown-item:hover{background:#f9fafb;color:#111827}.dropdown-logout{color:#ef4444}.dropdown-logout:hover{background:#fef2f2;color:#dc2626}.mobile-user-auth-section{padding:20px 24px;border-bottom:1px solid #f3f4f6}.mobile-notif-quick-row{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0;cursor:pointer;font-size:14px;font-weight:600;color:#1e293b;transition:background .2s ease}.mobile-notif-quick-row:hover{background:#f1f5f9}.mobile-notif-left{display:flex;align-items:center;gap:10px}.mobile-notif-left .mobile-notif-icon{font-size:20px!important;color:#0f172a}.mobile-notif-badge{background:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px}.mobile-notif-all-read{color:#94a3b8;font-size:12px;font-weight:500}.mobile-login-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#1a1a1a;color:#fff;border:none;padding:12px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer}.mobile-user-profile{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.mobile-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.mobile-avatar-initials{width:50px;height:50px;border-radius:50%;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600}.mobile-user-info strong{display:block;font-size:.96rem;color:#111827}.mobile-user-info span{font-size:.8rem;color:#6b7280}.mobile-logout-btn{background:none;border:1px solid #ef4444;color:#ef4444;padding:6px 16px;border-radius:4px;font-size:.82rem;font-weight:500;margin-top:6px;cursor:pointer}.user-cart-icon{position:relative;cursor:pointer;flex-shrink:0;padding:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:50%;background-color:#f8f9fa}.user-cart-icon:hover{background-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.user-cart-bag{font-size:26px!important;color:#1a1a1a;transition:all .3s ease}.user-cart-icon:hover .user-cart-bag{transform:scale(1.1);color:#fff}.user-cart-badge{position:absolute;top:4px;right:4px;background:#000;color:#fff;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;font-family:Poppins,sans-serif;box-shadow:0 2px 6px #0006;animation:pulse 2s ease-in-out infinite}.hamburger-menu{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer;transition:all .3s ease}.hamburger-menu:hover{opacity:.7}.hamburger-icon{font-size:28px!important;color:#1a1a1a}.mobile-sidebar{display:none;position:fixed;top:0;right:-300px;width:280px;height:100vh;background-color:#fff;z-index:1001;transition:right .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:-4px 0 25px #00000026}.mobile-sidebar.open{right:0}.sidebar-close-btn{position:absolute;top:18px;right:18px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:50%;transition:all .2s ease;color:#333}.sidebar-close-btn:hover{background-color:#f0f0f0}.sidebar-close-btn svg{font-size:24px!important}.mobile-nav{padding:80px 0 40px}.mobile-nav-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.mobile-nav-item{border-bottom:1px solid #f0f0f0}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-link{display:flex;align-items:center;gap:16px;padding:18px 28px;text-decoration:none;color:#333;font-size:15px;font-weight:400;font-family:Poppins,sans-serif;transition:all .2s ease;position:relative}.mobile-nav-link:hover{background-color:#fafafa}.mobile-nav-link.active{background-color:#1a1a1a;color:#fff}.mobile-nav-icon{font-size:22px!important;color:inherit;opacity:.85}.mobile-nav-link.active .mobile-nav-icon{opacity:1}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(min-width:1400px){.user-header-container{max-width:1600px;padding:0 60px}.user-nav-link{font-size:16px;padding:10px 16px}.user-logo-image{height:200px;width:400px}}@media(max-width:1399px){.user-header-container{padding:0 45px}.user-nav-menu{gap:10px}.user-nav-link{font-size:14px;padding:10px 12px;gap:4px}.user-logo-image{height:190px;width:380px;margin-left:-100px}}@media(max-width:1199px){:root{--user-header-height: 115px}.user-header-container{padding:0 35px}.user-nav{position:static;transform:none}.user-nav-menu{gap:5px}.user-nav-link{font-size:13px;padding:8px 10px;gap:3px}.user-nav-icon{font-size:16px!important}.user-logo-image{height:170px;width:340px;margin-left:-80px}.user-cart-icon{padding:8px}.user-cart-bag{font-size:24px!important}}@media(max-width:1023px){:root{--user-header-height: 105px}.user-header-container{padding:0 30px;gap:15px}.user-nav-menu{gap:3px;background:linear-gradient(135deg,#f8f9fa,#fff);padding:6px 10px;border-radius:50px;box-shadow:0 2px 10px #0000000f}.user-nav-link{font-size:12px;padding:6px 8px;gap:3px;border-radius:25px;transition:all .3s ease}.user-nav-link:hover{background-color:#1a1a1a14}.user-nav-link.active{background-color:#1a1a1a;color:#fff}.user-nav-link.active .user-nav-icon{color:#fff}.user-nav-link:after{display:none}.user-nav-icon{font-size:15px!important}.user-logo-image{height:150px;width:300px;margin-left:-60px}.user-logo-text{font-size:18px}}@media(max-width:991px){:root{--user-header-height: 90px}.user-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffffa}.user-header-container{padding:0 20px}.desktop-nav{display:none}.hamburger-menu{display:flex}.mobile-sidebar,.mobile-menu-overlay{display:block}.user-logo-image{height:160px;width:320px;margin-left:-60px}.user-logo-text{display:none}.user-header-right{gap:15px}.user-cart-icon{padding:8px;background:transparent;box-shadow:none}.user-cart-bag{font-size:28px!important;color:#1a1a1a}.user-cart-badge{min-width:18px;height:18px;font-size:10px;top:0;right:0}}@media(max-width:767px){:root{--user-header-height: 85px}.user-header-container{padding:0 16px}.user-logo-image{height:150px;width:300px;margin-left:-55px}.mobile-sidebar{width:260px;right:-280px}.mobile-nav-link{padding:16px 24px;font-size:14px;gap:14px}.mobile-nav-icon{font-size:20px!important}.hamburger-menu{width:44px;height:44px}.hamburger-icon{font-size:30px!important}}@media(max-width:639px){:root{--user-header-height: 80px}.user-header-container{padding:0 14px}.user-logo-image{height:140px;width:280px;margin-left:-50px}.mobile-sidebar{width:250px;right:-270px}.sidebar-close-btn{top:15px;right:15px;width:34px;height:34px}.mobile-nav{padding:70px 0 35px}.mobile-nav-link{padding:15px 22px;font-size:14px;gap:12px}.mobile-nav-icon{font-size:19px!important}.hamburger-menu{width:40px;height:40px}.hamburger-icon{font-size:28px!important}.user-cart-bag{font-size:26px!important}.user-cart-badge{min-width:16px;height:16px;font-size:9px}.user-header-right{gap:10px}.user-main-content{padding-bottom:30px}}@media(max-width:479px){:root{--user-header-height: 76px}.user-header-container{padding:0 10px}.user-logo-image{height:130px;width:260px;margin-left:-45px}.mobile-sidebar{width:240px;right:-260px}.sidebar-close-btn{top:14px;right:14px;width:32px;height:32px}.sidebar-close-btn svg{font-size:22px!important}.mobile-nav{padding:65px 0 30px}.mobile-nav-link{padding:14px 20px;font-size:13px;gap:12px}.mobile-nav-icon{font-size:18px!important}.hamburger-menu{width:38px;height:38px}.hamburger-icon{font-size:26px!important}.user-cart-bag{font-size:24px!important}.user-cart-badge{min-width:15px;height:15px;font-size:8px}.user-header-right{gap:8px}.user-main-content{padding-bottom:25px}.user-page-placeholder{font-size:24px;padding:0 20px;text-align:center}}@media(max-width:379px){:root{--user-header-height: 72px}.user-header-container{padding:0 8px}.user-logo-image{height:120px;width:240px;margin-left:-40px}.mobile-sidebar{width:220px;right:-240px}.sidebar-close-btn{top:12px;right:12px;width:30px;height:30px}.sidebar-close-btn svg{font-size:20px!important}.mobile-nav{padding:60px 0 25px}.mobile-nav-link{padding:13px 18px;font-size:13px;gap:10px}.mobile-nav-icon{font-size:17px!important}.hamburger-menu{width:36px;height:36px}.hamburger-icon{font-size:24px!important}.user-cart-bag{font-size:22px!important}.user-cart-badge{min-width:14px;height:14px;font-size:7px}.user-header-right{gap:6px}.user-main-content{padding-bottom:20px}.user-page-placeholder{font-size:20px}}@media(hover:none)and (pointer:coarse){.mobile-nav-link{-webkit-tap-highlight-color:transparent}.mobile-nav-link:active{transform:scale(.98);transition:transform .1s ease}.user-nav-link{-webkit-tap-highlight-color:transparent}.user-nav-link:active,.user-cart-icon:active{transform:scale(.95);transition:transform .1s ease}.user-logo-section:active{transform:scale(.98)}.hamburger-menu:active{opacity:.6;transition:opacity .1s ease}.sidebar-close-btn:active{transform:scale(.9);transition:transform .1s ease}}@media(max-height:500px)and (orientation:landscape){:root{--user-header-height: 68px}.user-logo-image{height:80px;width:160px;margin-left:-16px}.mobile-sidebar{width:50vw;max-width:280px}.mobile-nav{padding-top:50px}.mobile-nav-link{padding:12px 20px;font-size:13px}.hamburger-menu{width:34px;height:34px}.hamburger-icon{font-size:20px!important}.user-main-content{padding-bottom:20px}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.user-header,.mobile-nav-item{border-bottom-width:.5px}}@media(prefers-reduced-motion:reduce){.user-nav-link,.user-cart-icon,.user-logo-section,.user-nav-link:after,.user-cart-badge,.hamburger-menu,.mobile-sidebar,.mobile-nav-link,.mobile-menu-overlay,.sidebar-close-btn{transition:none;animation:none}.user-cart-badge{animation:none}}@media print{.user-header{position:static;box-shadow:none;border-bottom:1px solid #000}.user-header-right,.mobile-sidebar,.mobile-menu-overlay{display:none!important}.desktop-nav{display:flex!important;position:static}.user-nav-menu{flex-direction:row}.user-main-content{padding-top:0}}.user-app-container{min-height:100vh;background-color:#f8f9fa;overflow-x:clip}.user-main-content{padding-top:var(--user-header-height);padding-bottom:40px}.user-main-content .all-products-collection-page,.user-main-content .mens-collection-page,.user-main-content .womens-collection-page,.user-main-content .childrens-collection-page,.user-main-content .baby-collection-page,.user-main-content .sports-collection-page,.user-main-content .customize-page,.user-main-content .luxury-about-page{min-height:auto}.user-page-placeholder{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 140px);font-size:32px;color:#999;font-family:Playfair Display,serif}.user-header.scrolled{background-color:#fffffffa;box-shadow:0 4px 20px #00000014}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:999;background:#ffffffeb;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-top:1px solid rgba(0,0,0,.06);padding:6px 0 max(6px,env(safe-area-inset-bottom));box-shadow:0 -4px 20px #0000000f;justify-content:space-around;align-items:center;height:auto}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 12px;text-decoration:none;color:#9ca3af;cursor:pointer;position:relative;transition:color .25s ease,transform .2s ease;-webkit-tap-highlight-color:transparent;min-width:60px}.bottom-nav-item:active{transform:scale(.92)}.bottom-nav-item.active{color:#1a1a1a}.bottom-nav-item.active:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:24px;height:3px;background:#1a1a1a;border-radius:0 0 4px 4px}.bottom-nav-icon{font-size:24px!important;transition:transform .2s ease}.bottom-nav-item.active .bottom-nav-icon{transform:scale(1.1)}.bottom-nav-label{font-family:Poppins,sans-serif;font-size:10px;font-weight:500;letter-spacing:.02em;line-height:1;white-space:nowrap}.bottom-nav-item.active .bottom-nav-label{font-weight:600;color:#1a1a1a}.bottom-nav-cart-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.bottom-nav-cart-badge{position:absolute;top:-6px;right:-10px;background:#1a1a1a;color:#fff;font-size:9px;font-weight:700;font-family:Poppins,sans-serif;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000004d;animation:pulse 2s ease-in-out infinite}.bottom-nav-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;border:1.5px solid #1a1a1a}.bottom-nav-avatar-initials{width:24px;height:24px;border-radius:50%;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;font-family:Poppins,sans-serif}@media(max-width:991px){.mobile-bottom-nav{display:flex}.user-main-content{padding-bottom:80px}}@media(max-width:479px){.bottom-nav-item{min-width:50px;padding:5px 8px}.bottom-nav-icon{font-size:22px!important}.bottom-nav-label{font-size:9px}}@media(max-width:379px){.bottom-nav-item{min-width:44px;padding:4px 6px}.bottom-nav-icon{font-size:20px!important}.bottom-nav-label{font-size:8px}}.user-nav-skeleton-wrap{display:flex;align-items:center;gap:12px;height:100%}.user-nav-skeleton-pill{height:38px;border-radius:20px;background:linear-gradient(90deg,#f3f3f3 25%,#e6e6e6,#f3f3f3 75%);background-size:200% 100%;animation:navSkeletonShimmer 1.4s infinite ease-in-out;border:1px solid rgba(0,0,0,.04)}.user-mobile-nav-skeleton{display:flex;flex-direction:column;gap:12px;padding:16px 20px;width:100%}.user-mobile-skeleton-row{width:100%;height:46px;border-radius:8px;background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb,#f5f5f5 75%);background-size:200% 100%;animation:navSkeletonShimmer 1.4s infinite ease-in-out;border:1px solid rgba(0,0,0,.03)}@keyframes navSkeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.bottom-nav-notif-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.user-notif-body::-webkit-scrollbar{width:5px}.user-notif-body::-webkit-scrollbar-track{background:transparent}.user-notif-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.user-notif-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:991px){.notif-mobile-backdrop{display:block;position:fixed;inset:0;width:100vw;height:100vh;background:#0f172a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:9998;animation:notifBackdropFade .25s ease forwards}@keyframes notifBackdropFade{0%{opacity:0}to{opacity:1}}.notif-drag-handle-bar{display:flex;justify-content:center;align-items:center;padding-top:12px;padding-bottom:6px;cursor:grab;width:100%;background:#fff;border-radius:24px 24px 0 0}.notif-drag-handle{width:44px;height:5px;background:#cbd5e1;border-radius:6px;transition:background .2s ease}.notif-drag-handle-bar:active .notif-drag-handle{background:#94a3b8}.user-notif-popover{position:fixed!important;inset:auto 0 0!important;width:100vw!important;max-width:100vw!important;max-height:84vh;border-radius:24px 24px 0 0;box-shadow:0 -12px 48px #00000052;z-index:9999;border:none;border-top:1px solid rgba(226,232,240,.85);animation:notifSlideUpMobile .32s cubic-bezier(.16,1,.3,1) forwards;padding-bottom:max(16px,env(safe-area-inset-bottom,16px));display:flex;flex-direction:column;overflow:hidden;background:#fff}@keyframes notifSlideUpMobile{0%{transform:translateY(100%);opacity:.8}to{transform:translateY(0);opacity:1}}.user-notif-header{padding:14px 22px;border-bottom:1px solid #f1f5f9}.user-notif-body{max-height:calc(84vh - 100px);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1}.user-notif-card{padding:16px 22px;gap:14px}.user-notif-card:active{background:#f1f5f9}.notif-type-icon{width:38px;height:38px;border-radius:12px;font-size:18px}.notif-card-title{font-size:14px}.notif-card-msg{font-size:13px;-webkit-line-clamp:3;line-clamp:3}}@media(max-width:639px){.user-notif-popover{max-height:86vh;border-radius:22px 22px 0 0}.user-notif-header{padding:12px 18px}.notif-header-title{font-size:14.5px}.notif-unread-tag{font-size:10px;padding:2px 7px}.notif-mark-read-btn{font-size:11.5px;padding:3px 6px;gap:3px}.user-notif-card{padding:14px 18px;gap:12px}.notif-type-icon{width:36px;height:36px;border-radius:10px;font-size:17px}.notif-card-title{font-size:13.5px}.notif-card-time{font-size:10.5px}.notif-card-msg{font-size:12.5px}.notif-card-product-pill{font-size:10.5px;padding:2.5px 7px;max-width:100%;box-sizing:border-box}.notif-unread-dot{top:16px;right:14px;width:6px;height:6px}}@media(max-width:479px){.user-notif-popover{max-height:88vh;border-radius:20px 20px 0 0}.notif-drag-handle{width:36px;height:4px}.user-notif-header{padding:11px 14px}.notif-header-title{font-size:14px}.notif-mark-read-btn span{font-size:11px}.user-notif-body{max-height:calc(88vh - 85px)}.user-notif-card{padding:12px 14px;gap:10px}.notif-type-icon{width:34px;height:34px;border-radius:8px}.notif-card-title{font-size:13px}.notif-card-msg{font-size:12px;-webkit-line-clamp:2;line-clamp:2}.notif-empty-state{padding:28px 16px}.notif-empty-icon-box{width:44px;height:44px;margin-bottom:8px}.notif-empty-state h4{font-size:13.5px}.notif-empty-state p{font-size:11.5px}}@media(max-width:379px){.user-notif-header{padding:10px 12px}.notif-header-title{font-size:13px}.notif-unread-tag{font-size:9.5px;padding:1px 5px}.notif-mark-read-btn{padding:2px 4px}.notif-mark-read-btn span{display:none}.user-notif-card{padding:10px 12px;gap:8px}.notif-type-icon{width:30px;height:30px;font-size:14px}.notif-card-title{font-size:12.5px}.notif-card-time{font-size:10px}.notif-card-msg{font-size:11.5px}}@media(max-height:520px)and (orientation:landscape){.user-notif-popover{max-height:94vh;border-radius:16px 16px 0 0}.notif-drag-handle-bar{padding-top:6px;padding-bottom:2px}.user-notif-header{padding:8px 16px}.user-notif-body{max-height:calc(94vh - 65px)}.user-notif-card{padding:10px 16px}}.store-auth-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.store-auth-modal-card{background:#fff;border-radius:12px;max-width:440px;width:100%;padding:36px 32px;position:relative;box-shadow:0 20px 40px #0003;text-align:center;animation:authModalPop .25s cubic-bezier(.16,1,.3,1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@keyframes authModalPop{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.store-auth-close-btn{position:absolute;top:16px;right:16px;background:#f3f4f6;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s ease}.store-auth-close-btn:hover{background:#e5e7eb;color:#111827}.store-auth-header{margin-bottom:24px}.store-auth-icon-wrap{width:60px;height:60px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#111827;margin:0 auto 16px}.store-auth-title{font-family:Playfair Display,serif;font-size:1.7rem;font-weight:500;color:#111827;margin:0 0 8px}.store-auth-subtitle{font-size:.88rem;line-height:1.5;color:#6b7280;margin:0}.store-auth-error{display:flex;align-items:center;justify-content:center;gap:8px;background:#fef2f2;border:1px solid #fee2e2;color:#dc2626;padding:10px 14px;border-radius:6px;font-size:.84rem;margin-bottom:20px}.store-auth-google-btn-box{display:flex;justify-content:center;margin-bottom:24px}.store-auth-footer-note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.78rem;color:#9ca3af;border-top:1px solid #f3f4f6;padding-top:18px}.secure-badge-icon{color:#10b981;flex-shrink:0}.notif-modal-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:#0f172a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;animation:notifOverlayFadeIn .25s ease forwards;box-sizing:border-box}@keyframes notifOverlayFadeIn{0%{opacity:0}to{opacity:1}}.notif-modal-sheet{background:#fff;border-radius:20px;width:100%;max-width:480px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 25px 60px -15px #0f172a59,0 0 0 1px #0f172a0f;overflow:hidden;animation:notifModalScaleIn .28s cubic-bezier(.16,1,.3,1) forwards;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}@keyframes notifModalScaleIn{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.notif-modal-handle-bar{display:none}.notif-modal-header{padding:20px 24px 16px;border-bottom:1px solid #f1f5f9;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:#fff}.notif-modal-header-left{display:flex;flex-direction:column;gap:4px}.notif-modal-title-row{display:flex;align-items:center;gap:10px}.notif-modal-bell-icon-wrap{width:32px;height:32px;border-radius:8px;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center}.notif-modal-title{font-size:18px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.notif-modal-badge{background:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px;border:1.5px solid #ffffff;box-shadow:0 2px 6px #ef44444d}.notif-modal-subtitle{font-size:12px;color:#64748b;margin:0;font-weight:400}.notif-modal-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.notif-modal-mark-btn{background:#f8fafc;border:1px solid #e2e8f0;font-size:12px;font-weight:600;color:#334155;display:inline-flex;align-items:center;gap:5px;cursor:pointer;padding:6px 12px;border-radius:8px;transition:all .2s ease;font-family:inherit}.notif-modal-mark-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a}.notif-modal-close-btn{background:#f1f5f9;border:none;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .2s ease}.notif-modal-close-btn:hover{background:#e2e8f0;color:#0f172a}.notif-modal-body{flex:1;max-height:480px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.notif-modal-body::-webkit-scrollbar{width:5px}.notif-modal-body::-webkit-scrollbar-track{background:transparent}.notif-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.notif-modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.notif-modal-list{display:flex;flex-direction:column}.notif-modal-card{position:relative;display:flex;align-items:flex-start;gap:14px;padding:16px 24px;border-bottom:1px solid #f8fafc;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.notif-modal-card:last-child{border-bottom:none}.notif-modal-card:hover{background:#f8fafc}.notif-modal-card.unread{background:#fdfdfd}.notif-modal-card.unread:hover{background:#f1f5f9}.notif-modal-card-icon-col{flex-shrink:0;margin-top:2px}.notif-modal-icon-badge{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center}.notif-modal-icon-badge.order-confirmed{background:#ecfdf5;color:#059669}.notif-modal-icon-badge.order-crafting{background:#faf5ff;color:#9333ea}.notif-modal-icon-badge.order-transit{background:#f0f9ff;color:#0284c7}.notif-modal-icon-badge.order-delivered{background:#f0fdf4;color:#16a34a}.notif-modal-icon-badge.order-cancelled{background:#fef2f2;color:#ef4444}.notif-modal-icon-badge.promo-badge{background:#eff6ff;color:#2563eb}.notif-modal-icon-badge.product-badge{background:#fdf4ff;color:#a855f7}.notif-modal-icon-badge.announcement-badge{background:#fffbeb;color:#d97706}.notif-modal-card-main{flex:1;min-width:0}.notif-modal-card-top-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:4px}.notif-modal-card-title{font-size:14px;font-weight:700;color:#0f172a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-modal-card-time{font-size:11px;color:#94a3b8;font-weight:500;display:inline-flex;align-items:center;gap:3px;flex-shrink:0}.notif-modal-card-msg{font-size:12.5px;color:#475569;line-height:1.45;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notif-modal-product-tag{display:inline-flex;align-items:center;gap:6px;margin-top:8px;background:#f1f5f9;padding:4px 10px;border-radius:8px;font-size:11.5px;color:#1e293b;max-width:100%;box-sizing:border-box;transition:all .2s ease}.notif-modal-card:hover .notif-modal-product-tag{background:#e2e8f0;color:#0f172a}.notif-prod-tag-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-prod-tag-price{color:#0f172a;font-weight:700}.notif-prod-arrow{color:#94a3b8;margin-left:-2px}.notif-modal-unread-dot{position:absolute;top:18px;right:14px;width:8px;height:8px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 2px #2563eb40}.notif-modal-empty{padding:48px 24px;text-align:center;color:#64748b}.notif-modal-empty-icon-wrap{width:64px;height:64px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#94a3b8}.notif-modal-empty h3{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 6px}.notif-modal-empty p{font-size:13px;color:#94a3b8;margin:0;line-height:1.5}.notif-modal-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:#64748b;font-size:13.5px}.notif-modal-spinner{width:20px;height:20px;border:2px solid #e2e8f0;border-top-color:#0f172a;border-radius:50%;animation:notifModalSpin .7s linear infinite}@keyframes notifModalSpin{to{transform:rotate(360deg)}}.notif-modal-footer{padding:10px 24px;background:#f8fafc;border-top:1px solid #f1f5f9;text-align:center;font-size:11px;font-weight:600;color:#94a3b8;letter-spacing:.04em;text-transform:uppercase}@media(max-width:768px){.notif-modal-overlay{padding:0;align-items:flex-end}.notif-modal-sheet{max-width:100vw;width:100vw;max-height:88vh;border-radius:24px 24px 0 0;box-shadow:0 -10px 40px #00000059;animation:notifSheetSlideUp .32s cubic-bezier(.16,1,.3,1) forwards;padding-bottom:max(16px,env(safe-area-inset-bottom,16px))}@keyframes notifSheetSlideUp{0%{opacity:.7;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.notif-modal-handle-bar{display:flex;justify-content:center;align-items:center;padding-top:12px;padding-bottom:4px;background:#fff;cursor:grab}.notif-modal-handle{width:44px;height:5px;background:#cbd5e1;border-radius:6px}.notif-modal-header{padding:14px 20px}.notif-modal-title{font-size:16px}.notif-modal-card{padding:16px 20px;gap:12px}.notif-modal-card-msg{font-size:12.5px;-webkit-line-clamp:3;line-clamp:3}.notif-modal-body{max-height:calc(88vh - 120px)}}@media(max-width:480px){.notif-modal-header{padding:12px 16px;gap:10px}.notif-modal-title{font-size:15px}.notif-modal-subtitle{font-size:11px}.notif-modal-bell-icon-wrap{width:28px;height:28px}.notif-modal-mark-btn{padding:4px 8px;font-size:11px}.notif-modal-card{padding:12px 16px;gap:10px}.notif-modal-icon-badge{width:34px;height:34px;border-radius:10px}.notif-modal-card-title{font-size:13.5px}.notif-modal-card-msg{font-size:12px}.notif-modal-product-tag{font-size:10.5px;padding:3px 8px}}@media(max-width:360px){.notif-modal-mark-btn span{display:none}.notif-modal-card{padding:10px 14px}.notif-modal-card-title{font-size:12.5px}}.lottie-loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;width:100%;min-height:280px;grid-column:1 / -1}.lottie-animation-wrapper{display:flex;align-items:center;justify-content:center}.lottie-loader-message{margin-top:15px;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;color:#64748b;font-weight:500;letter-spacing:.5px}.footer-main-wrapper{background:linear-gradient(180deg,#070707,#0c0c0c 45%,#070707);color:#fff;padding:80px 0 30px;font-family:Poppins,sans-serif;width:100%;box-sizing:border-box;margin-bottom:-45px}.footer-main-wrapper *,.footer-main-wrapper *:before,.footer-main-wrapper *:after{box-sizing:border-box}.footer-top-grid{max-width:1370px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:50px;padding:0 22px}.footer-col{display:flex;flex-direction:column}.footer-logo-wrapper{display:inline-flex;align-items:center;gap:10px}.logo-icon-hanger{width:26px;height:18px;position:relative;display:inline-block}.logo-icon-hanger:before{content:"";position:absolute;left:50%;top:-2px;width:10px;height:8px;border:2px solid rgba(255,255,255,.7);border-bottom:none;border-radius:12px 12px 0 0;transform:translate(-50%)}.logo-icon-hanger:after{content:"";position:absolute;left:50%;top:6px;width:22px;height:10px;border:2px solid rgba(255,255,255,.7);border-top:none;border-radius:0 0 14px 14px;transform:translate(-50%)}.footer-logo-text{font-family:Playfair Display,serif;font-size:24px;font-weight:600;margin:0;line-height:1.2}.footer-description{margin-top:25px;color:#ffffff8c;font-size:15px;line-height:1.7;max-width:440px}.footer-social-tray{display:flex;gap:16px;margin-top:30px}.social-circle{width:50px;height:50px;border-radius:50%;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:transform .25s ease,background-color .25s ease,color .25s ease}.social-circle svg{font-size:20px!important}.social-circle:hover{background-color:#333;color:#ffb2bb;transform:translateY(-2px)}.footer-header-title{font-family:Playfair Display,serif;font-size:16px;font-weight:700;letter-spacing:2px;margin-bottom:30px;position:relative;display:inline-block;padding-bottom:8px}.footer-header-title:after{content:"";position:absolute;bottom:0;left:0;width:44px;height:2px;background-color:#fff}.footer-link-list{list-style:none;padding:0;margin:0}.footer-link-list li{margin-bottom:16px}.footer-link-list a{color:#ffffff8c;text-decoration:none;font-size:15px;transition:color .2s ease}.footer-link-list a:hover{color:#fff}.contact-row{display:flex;align-items:center;gap:15px;margin-bottom:20px;color:#ffffff8c;font-size:15px}.contact-row.align-start{align-items:flex-start}.contact-icon{font-size:18px!important;color:#ffffffe6}.contact-row span{line-height:1.6}.footer-divider{max-width:1370px;margin:50px auto 25px;border-top:1px solid rgba(255,255,255,.08)}.footer-bottom-bar{max-width:1370px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:18px 22px 12px}.copyright-container p{font-size:13px;color:#ffffff61;margin:0}.policy-container{display:flex;gap:30px}.policy-container a{font-size:13px;color:#ffffff61;text-decoration:none;transition:.2s}.policy-container a:hover{color:#999}@media(max-width:1399px){.footer-top-grid{max-width:1200px;padding:0 22px;gap:45px}.footer-bottom-bar{max-width:1200px;padding:18px 22px 12px}.footer-divider{max-width:1200px}}@media(max-width:1199px){.footer-main-wrapper{padding:70px 0 25px}.footer-top-grid{max-width:1040px;grid-template-columns:1fr .9fr .9fr 1fr;gap:40px;padding:0 22px}.footer-logo-text{font-size:22px}.footer-description{font-size:13px;max-width:380px}.footer-bottom-bar{max-width:1040px;padding:16px 22px 10px}.footer-divider{max-width:1040px;margin:45px auto 20px}}@media(max-width:1023px){.footer-main-wrapper{padding:60px 0 20px}.footer-top-grid{grid-template-columns:1fr 1fr;gap:35px;padding:0 20px}.footer-logo-text{font-size:20px}.footer-description{font-size:13px;max-width:100%}.footer-header-title{font-size:14px;margin-bottom:25px}.social-circle{width:36px;height:36px}.footer-bottom-bar{padding:16px 20px 10px}.footer-divider{margin:40px auto 18px}}@media(max-width:991px){.footer-main-wrapper{padding:50px 0 20px}.footer-top-grid{gap:30px;padding:0 20px}.footer-logo-text{font-size:19px}.footer-description{font-size:12px;margin-top:20px}.footer-social-tray{margin-top:25px}.footer-header-title{font-size:13px;margin-bottom:22px}.footer-link-list li{margin-bottom:12px}.footer-link-list a{font-size:13px}.contact-row{font-size:13px;margin-bottom:18px}.footer-bottom-bar{padding:16px 18px 10px}.footer-divider{margin:35px auto 18px}}@media(max-width:767px){.footer-main-wrapper{padding:50px 0 20px}.footer-top-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:35px 20px;padding:0 16px;text-align:center}.footer-col{display:flex;flex-direction:column;align-items:center}.brand-info{width:100%;order:1;margin-bottom:5px}.footer-col:nth-child(2),.footer-col:nth-child(3){width:48%;min-width:150px;order:2}.footer-col:nth-child(2){text-align:center}.footer-col:nth-child(3){text-align:center}.contact-details{width:100%;order:3}.footer-logo-text{font-size:24px;text-align:center}.footer-description{margin:20px auto 0;max-width:520px;text-align:center}.footer-social-tray{justify-content:center;margin-top:25px;gap:15px}.social-circle{width:48px;height:48px}.social-circle svg{font-size:23px!important}.footer-header-title{font-size:14px;font-weight:700;letter-spacing:1.5px;margin-bottom:20px;text-align:center}.footer-header-title:after{left:50%;transform:translate(-50%)}.footer-link-list{display:flex;flex-direction:column;align-items:center;width:100%}.footer-link-list li{margin-bottom:12px;text-align:center}.footer-link-list a{font-size:13px;color:#999}.contact-details{display:flex;flex-direction:column;align-items:center}.contact-row{justify-content:center;font-size:13px;margin-bottom:18px;text-align:center}.contact-row span{text-align:center}.footer-bottom-bar{flex-direction:column;gap:15px;padding:16px 16px 10px;text-align:center}.policy-container{gap:20px;justify-content:center}.footer-divider{margin:40px auto 20px}}@media(max-width:639px){.footer-main-wrapper{padding:45px 0 18px}.footer-top-grid{gap:30px 20px;padding:0 14px}.footer-col:nth-child(2),.footer-col:nth-child(3){width:48%;min-width:140px}.footer-logo-text{font-size:22px}.footer-description{font-size:13px;max-width:350px;line-height:1.7}.footer-social-tray{gap:14px}.social-circle{width:46px;height:46px}.social-circle svg{font-size:22px!important}.footer-header-title{font-size:13px;margin-bottom:18px}.footer-link-list li{margin-bottom:11px}.footer-link-list a{font-size:13px}.contact-row{font-size:13px;margin-bottom:16px}.contact-icon{font-size:17px!important}.copyright-container p,.policy-container a{font-size:13px}.policy-container{gap:15px}.footer-bottom-bar{padding:16px 20px 10px}.footer-divider{margin:35px auto 18px}}@media(max-width:479px){.footer-main-wrapper{padding:40px 0 15px}.footer-top-grid{gap:28px 15px;padding:0 20px}.footer-col:nth-child(2),.footer-col:nth-child(3){width:47%;min-width:130px}.footer-logo-text{font-size:20px}.footer-description{font-size:12px;max-width:300px;line-height:1.6}.footer-social-tray{gap:12px;margin-top:22px}.social-circle{width:38px;height:38px}.footer-header-title{font-size:13px;margin-bottom:16px;letter-spacing:1.2px}.footer-header-title:after{width:35px}.footer-link-list li{margin-bottom:10px}.footer-link-list a{font-size:12px}.contact-row{font-size:12px;margin-bottom:15px;gap:12px}.contact-icon{font-size:16px!important}.copyright-container p,.policy-container a{font-size:11px}.policy-container{gap:12px;flex-wrap:wrap;justify-content:center}.footer-bottom-bar{padding:14px 16px 10px;gap:12px}.footer-divider{margin:30px auto 15px}}@media(max-width:379px){.footer-main-wrapper{padding:35px 0 15px}.footer-top-grid{gap:25px 12px;padding:0 16px}.footer-col:nth-child(2),.footer-col:nth-child(3){width:46%;min-width:120px}.footer-logo-text{font-size:18px}.footer-description{font-size:11px;max-width:260px;margin-top:18px;line-height:1.6}.footer-social-tray{gap:10px;margin-top:20px}.social-circle{width:36px;height:36px;font-size:14px}.footer-header-title{font-size:12px;margin-bottom:14px;letter-spacing:1px}.footer-header-title:after{width:32px;height:1px}.footer-link-list li{margin-bottom:9px}.footer-link-list a{font-size:11px}.contact-row{font-size:11px;margin-bottom:13px;gap:10px}.contact-icon{font-size:15px!important}.copyright-container p,.policy-container a{font-size:10px}.policy-container{gap:10px}.footer-bottom-bar{padding:12px 14px 10px;gap:10px}.footer-divider{margin:28px auto 14px}}@media(max-height:500px)and (orientation:landscape){.footer-main-wrapper{padding:30px 0 15px}.footer-top-grid{gap:25px}.footer-social-tray{margin-top:15px}.footer-divider{margin:20px auto 10px}}@media(hover:none)and (pointer:coarse){.social-circle:active{transform:scale(.95);transition:transform .1s ease}.footer-link-list a:active,.policy-container a:active{opacity:.7;transition:opacity .1s ease}}@media(prefers-reduced-motion:reduce){.social-circle,.footer-link-list a,.policy-container a,.social-circle:active,.footer-link-list a:active,.policy-container a:active{transition:none}}@keyframes skeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-box{background-color:#f1f3f5;border-radius:4px}.skeleton-shimmer{background:linear-gradient(90deg,#f0f2f5,#e4e7ec 35%,#f8f9fa,#e4e7ec 65%,#f0f2f5);background-size:250% 100%;animation:skeletonShimmer 1.6s ease-in-out infinite}.product-skeleton-card,.luxury-skeleton-card{display:flex;flex-direction:column;background:transparent;border-radius:0;box-shadow:none;border:none;width:100%;max-width:none;margin:0;box-sizing:border-box}.product-skeleton-image-wrapper,.luxury-skeleton-image-wrap{width:100%;aspect-ratio:1 / 1.15;background-color:#f0f0f0;overflow:hidden;margin-bottom:1.25rem;border-radius:0;position:relative}.product-skeleton-image{width:100%;height:100%;border-radius:0}.product-skeleton-details,.luxury-skeleton-details{padding:0;display:flex;flex-direction:column;gap:8px}.luxury-skeleton-category{height:11px;width:38%;border-radius:2px;background:#e8eaed}.luxury-skeleton-title{height:20px;width:82%;border-radius:3px;background:#e0e2e6;margin:2px 0}.luxury-skeleton-price{height:14.5px;width:25%;border-radius:2px;background:#e8eaed}.product-skeleton-grid,.luxury-skeleton-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;box-sizing:border-box;animation:fadeIn .4s ease-out}@media(max-width:1200px){.product-skeleton-grid,.luxury-skeleton-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.product-skeleton-grid,.luxury-skeleton-grid{grid-template-columns:1fr;gap:2rem}}.luxury-editorial-grid,.product-collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;animation:fadeIn .8s ease-out;box-sizing:border-box}.luxury-product-card{display:flex;flex-direction:column;text-decoration:none;background:transparent;cursor:default;width:100%;box-sizing:border-box}.luxury-product-card:hover{transform:none}.luxury-product-image-container{position:relative;width:100%;aspect-ratio:1 / 1.15;background-color:#f0f0f0;overflow:hidden;margin-bottom:1.25rem;cursor:pointer;border-radius:0}.luxury-product-img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.luxury-product-card:hover .luxury-product-img{transform:scale(1.06)}.luxury-product-hover-overlay,.all-products-product-hover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.75) 100%);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);padding:1.5rem;z-index:2;box-sizing:border-box}.luxury-product-card:hover .luxury-product-hover-overlay,.luxury-product-card:hover .all-products-product-hover-overlay{opacity:1}.luxury-view-details-btn,.all-products-view-details-btn{background:#fff;color:#1a1a1a;border:2px solid transparent;padding:12px 28px;font-weight:600;font-size:13px;letter-spacing:.1em;cursor:pointer;box-shadow:0 6px 20px #00000040;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;font-family:Poppins,sans-serif;text-decoration:none;display:inline-block;transform:translateY(12px)}.luxury-product-card:hover .luxury-view-details-btn,.luxury-product-card:hover .all-products-view-details-btn{transform:translateY(0)}.luxury-view-details-btn:hover,.all-products-view-details-btn:hover{background:#000;color:#fff;transform:translateY(-2px);box-shadow:0 10px 28px #00000073}.luxury-product-meta{display:flex;flex-direction:column;gap:4px}.luxury-product-category{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#8c8c8c;margin-bottom:2px}.luxury-product-title{font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:#111827;margin:0;line-height:1.3;letter-spacing:-.01em;transition:color .2s ease}.luxury-product-title-link{text-decoration:none;color:inherit;transition:color .2s ease}.luxury-product-title-link:hover,.luxury-product-card:hover .luxury-product-title{color:#000}.luxury-product-price{font-family:Poppins,sans-serif;font-size:14.5px;font-weight:500;color:#4b5563;margin:4px 0 0}@media(max-width:1200px){.luxury-editorial-grid,.product-collection-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.luxury-editorial-grid,.product-collection-grid{grid-template-columns:1fr;gap:2rem}.luxury-product-title{font-size:18px}}.userpanal-homepage .home-static-page,.userpanal-homepage.home-static-page{width:100%;margin:0 auto;background-color:#fbfbfb;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.userpanal-homepage .hero-banner{position:relative;width:94%;margin:0 auto;min-height:600px;height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#111827;box-sizing:border-box}.userpanal-homepage .hero-visual{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;opacity:.65;filter:grayscale(15%) brightness(.85) contrast(1.15);animation:heroFadeIn .8s cubic-bezier(.16,1,.3,1) forwards;transition:opacity .5s ease-out}@keyframes heroFadeIn{0%{opacity:0;transform:scale(1.03)}to{opacity:.65;transform:scale(1)}}.userpanal-homepage .hero-tint{position:absolute;inset:0;z-index:1}.userpanal-homepage .hero-tint:before{content:"";position:absolute;inset:0;pointer-events:none}.userpanal-homepage .hero-text-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:900px;padding:0 30px;animation:fadeInUp 1s ease-out}.userpanal-homepage .hero-main-title{font-family:Playfair Display,serif;font-size:clamp(37px,6vw,78px);font-weight:300;margin-bottom:20px;letter-spacing:-.03em;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.5);animation:fadeInUp 1s ease-out .2s both}.userpanal-homepage .hero-sub-text{font-family:Poppins,sans-serif;font-size:clamp(14px,1.8vw,18px);font-weight:300;margin-bottom:45px;opacity:.95;line-height:1.7;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:.03em;animation:fadeInUp 1s ease-out .4s both}.userpanal-homepage .hero-cta-button{background:#fff;color:#000;border:2px solid transparent;padding:18px 50px;font-size:14px;font-weight:600;letter-spacing:.1em;border-radius:2px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 32px #0006;text-transform:uppercase;font-family:Poppins,sans-serif;position:relative;overflow:hidden;animation:fadeInUp 1s ease-out .6s both;text-decoration:none;display:inline-block}.userpanal-homepage .hero-cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.userpanal-homepage .hero-cta-button:hover:before{width:300px;height:300px}.userpanal-homepage .hero-cta-button:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#000;color:#fff}.userpanal-homepage .hero-cta-button:active{transform:translateY(-2px);background:#000;color:#fff}.userpanal-homepage .hero-buttons{display:flex;gap:20px;align-items:center;justify-content:center;flex-wrap:wrap}.userpanal-homepage .hero-secondary-button{background:transparent;color:#fff;border:2px solid #ffffff;padding:18px 50px;font-size:14px;font-weight:600;letter-spacing:.1em;border-radius:2px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;font-family:Poppins,sans-serif;position:relative;overflow:hidden;animation:fadeInUp 1s ease-out .7s both;text-decoration:none;display:inline-block}.userpanal-homepage .hero-secondary-button:hover{transform:translateY(-4px);box-shadow:0 16px 48px #fff3;background:#fff;color:#000}.userpanal-homepage .hero-secondary-button:active{transform:translateY(-2px)}.userpanal-homepage .hero-scroll-down{position:absolute;bottom:40px;z-index:2;color:#fff;cursor:pointer;transition:transform .3s ease}.userpanal-homepage .hero-scroll-down:hover{transform:scale(1.1)}.userpanal-homepage .bounce-icon{font-size:44px!important;animation:bounce 2s infinite ease-in-out;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.userpanal-homepage .product-section{width:87%;padding:3.5rem 0 4.5rem;max-width:1440px;margin:0 auto;background:#fbfbfb}.userpanal-homepage .product-section:nth-child(2n){background:#fbfbfb}.userpanal-homepage .alt-bg,.userpanal-homepage .product-section.alt-bg{background-color:#fbfbfb}.userpanal-homepage .section-intro{text-align:center;margin-bottom:2.5rem;animation:fadeIn .8s ease-out}.userpanal-homepage .section-heading{font-family:Playfair Display,serif;font-size:clamp(36px,5vw,52px);font-weight:300;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em;position:relative;display:inline-block}.userpanal-homepage .section-heading:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60px;height:2px;background:linear-gradient(90deg,transparent,#1a1a1a,transparent)}.userpanal-homepage .heading-accent{width:70px;height:2px;background:linear-gradient(90deg,transparent,#1a1a1a,transparent);margin:0 auto 30px;border-radius:10px}.userpanal-homepage .section-description{color:#666;font-size:16px;font-weight:300;max-width:600px;margin:1.5rem auto 0;line-height:1.8}.userpanal-homepage .product-layout-grid{display:grid;grid-template-columns:repeat(3,380px);gap:3rem;animation:fadeIn .8s ease-out;justify-content:center}.userpanal-homepage .all-products-product-card{background:#fff;border-radius:0;box-shadow:0 2px 8px #0000000a;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;cursor:pointer;opacity:0;animation:revealCard .6s ease-out forwards;max-width:380px;width:100%}.userpanal-homepage .all-products-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1a05,#1a1a1a00);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.userpanal-homepage .all-products-product-card:hover:before{opacity:1}.userpanal-homepage .all-products-product-card:hover{box-shadow:0 24px 64px #0000001f;transform:translateY(-12px)}.userpanal-homepage .all-products-product-image-container{position:relative;height:440px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);overflow:hidden}.userpanal-homepage .all-products-product-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1);filter:grayscale(.1);will-change:transform}.userpanal-homepage .all-products-product-card:hover .all-products-product-img{transform:scale(1.08);filter:grayscale(0)}.userpanal-homepage .all-products-product-hover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1);padding:2rem;z-index:2}.userpanal-homepage .all-products-product-card:hover .all-products-product-hover-overlay{opacity:1}.userpanal-homepage .all-products-view-details-btn{background:#fff;color:#1a1a1a;border:2px solid transparent;padding:12px 32px;font-weight:600;font-size:13px;letter-spacing:.08em;cursor:pointer;box-shadow:0 6px 20px #00000040;border-radius:2px;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;font-family:Poppins,sans-serif;transform:translateY(20px);position:relative;overflow:hidden;text-decoration:none;display:inline-block}.userpanal-homepage .all-products-view-details-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.userpanal-homepage .all-products-view-details-btn:hover:before{width:300px;height:300px}.userpanal-homepage .all-products-product-card:hover .all-products-view-details-btn{transform:translateY(0)}.userpanal-homepage .all-products-view-details-btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#1a1a1a;color:#fff}.userpanal-homepage .all-products-view-details-btn:active{transform:translateY(-2px);background:#000;color:#fff}.userpanal-homepage .all-products-product-details{padding:2.2rem;text-align:center;background-color:#fff;position:relative}.userpanal-homepage .all-products-product-title{font-family:Playfair Display,serif;font-size:23px;font-weight:500;margin-bottom:11px;color:#1a1a1a;line-height:1.4;letter-spacing:.01em;transition:color .3s ease}.userpanal-homepage .all-products-product-card:hover .all-products-product-title{color:#000}.userpanal-homepage .all-products-product-brand{font-family:Poppins,sans-serif;font-size:15px;color:#a0a0a0;letter-spacing:.15em;text-transform:uppercase;margin-bottom:17px;font-weight:500}.userpanal-homepage .all-products-product-price{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#1a1a1a}.userpanal-homepage .all-products-product-card:nth-child(1){animation-delay:.1s}.userpanal-homepage .all-products-product-card:nth-child(2){animation-delay:.2s}.userpanal-homepage .all-products-product-card:nth-child(3){animation-delay:.3s}.userpanal-homepage .all-products-product-card:nth-child(4){animation-delay:.4s}.userpanal-homepage .all-products-product-card:nth-child(5){animation-delay:.5s}.userpanal-homepage .all-products-product-card:nth-child(6){animation-delay:.6s}.userpanal-homepage .all-products-product-card:nth-child(7){animation-delay:.7s}.userpanal-homepage .all-products-product-card:nth-child(8){animation-delay:.8s}.userpanal-homepage .all-products-product-card{will-change:transform}.userpanal-homepage .footer-main-wrapper{width:100vw;margin-left:calc(-50vw + 50%);box-sizing:border-box}@media(max-width:1399px)and (min-width:1200px){.userpanal-homepage .product-layout-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}@media(max-width:1199px)and (min-width:1024px){.userpanal-homepage .hero-banner{height:75vh}.userpanal-homepage .product-section{padding:6rem 4%}.userpanal-homepage .product-layout-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.userpanal-homepage .all-products-product-image-container{height:380px}}@media(max-width:1023px)and (min-width:992px){.userpanal-homepage .hero-banner{height:70vh;min-height:450px}.userpanal-homepage .hero-visual{background-attachment:scroll}.userpanal-homepage .product-section{padding:5rem 4%}.userpanal-homepage .section-intro{margin-bottom:3.5rem}.userpanal-homepage .product-layout-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.userpanal-homepage .all-products-product-image-container{height:380px}}@media(max-width:991px)and (min-width:768px){.userpanal-homepage .hero-banner{width:100%;height:65vh;min-height:400px}.userpanal-homepage .hero-visual{background-attachment:scroll}.userpanal-homepage .hero-main-title{font-size:48px}.userpanal-homepage .hero-sub-text{font-size:15px}.userpanal-homepage .hero-cta-button,.userpanal-homepage .hero-secondary-button{padding:16px 42px;font-size:13px}.userpanal-homepage .editorial-section-header{flex-direction:column;align-items:flex-start;gap:12px}.userpanal-homepage .product-section{padding:4.5rem 5%}.userpanal-homepage .section-intro{margin-bottom:3rem}.userpanal-homepage .section-heading{font-size:42px}.userpanal-homepage .section-description{font-size:15px}.userpanal-homepage .product-layout-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem}.userpanal-homepage .all-products-product-image-container{height:340px}.userpanal-homepage .all-products-product-details{padding:1.8rem}.userpanal-homepage .all-products-product-title{font-size:20px}.userpanal-homepage .all-products-product-brand{font-size:13px}.userpanal-homepage .all-products-product-price{font-size:18px}}@media(max-width:767px)and (min-width:640px){.userpanal-homepage .hero-banner{width:100%;min-height:360px;height:55vh}.userpanal-homepage .hero-visual{background-attachment:scroll}.userpanal-homepage .hero-main-title{font-size:38px}.userpanal-homepage .hero-sub-text{font-size:14px;margin-bottom:35px}.userpanal-homepage .hero-cta-button,.userpanal-homepage .hero-secondary-button{padding:14px 36px;font-size:12px}.userpanal-homepage .hero-buttons{flex-direction:column;gap:12px;width:100%;max-width:360px;margin:0 auto}.userpanal-homepage .hero-cta-button,.userpanal-homepage .hero-secondary-button{width:100%;text-align:center;box-sizing:border-box}.userpanal-homepage .editorial-section-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:2rem}.userpanal-homepage .product-section{padding:4rem 5%}.userpanal-homepage .section-heading{font-size:36px}.userpanal-homepage .section-description{font-size:14px}.userpanal-homepage .product-layout-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.userpanal-homepage .all-products-product-image-container{height:300px}.userpanal-homepage .all-products-product-details{padding:1.5rem}.userpanal-homepage .all-products-product-title{font-size:18px}.userpanal-homepage .all-products-product-price{font-size:17px}}@media(max-width:639px)and (min-width:480px){.userpanal-homepage .hero-banner{width:100%;min-height:320px;height:50vh}.userpanal-homepage .hero-visual{background-attachment:scroll}.userpanal-homepage .hero-text-content{padding:0 24px}.userpanal-homepage .hero-main-title{font-size:32px;margin-bottom:16px}.userpanal-homepage .hero-sub-text{font-size:13px;margin-bottom:28px}.userpanal-homepage .hero-cta-button,.userpanal-homepage .hero-secondary-button{padding:13px 32px;font-size:11px}.userpanal-homepage .hero-buttons{flex-direction:column;gap:10px;width:100%;max-width:340px;margin:0 auto}.userpanal-homepage .hero-cta-button,.userpanal-homepage .hero-secondary-button{width:100%;text-align:center;box-sizing:border-box}.userpanal-homepage .bounce-icon{font-size:36px!important}.userpanal-homepage .editorial-section-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:1.5rem}.userpanal-homepage .product-section{padding:3.5rem 5%}.userpanal-homepage .section-intro{margin-bottom:2.5rem}.userpanal-homepage .section-heading{font-size:30px}.userpanal-homepage .section-description{font-size:13px;max-width:450px}.userpanal-homepage .product-layout-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.userpanal-homepage .all-products-product-image-container{height:260px}.userpanal-homepage .all-products-product-details{padding:1.2rem}.userpanal-homepage .all-products-product-title{font-size:16px;margin-bottom:8px}.userpanal-homepage .all-products-product-brand{font-size:12px;margin-bottom:12px}.userpanal-homepage .all-products-product-price{font-size:15px}}@media(max-width:479px)and (min-width:380px){.userpanal-homepage .hero-banner{width:100%;min-height:280px;height:45vh}.userpanal-homepage .hero-visual{background-attachment:scroll}.userpanal-homepage .hero-text-content{padding:0 20px}.userpanal-homepage .hero-main-title{font-size:28px;margin-bottom:14px}.userpanal-homepage .hero-sub-text{font-size:12px;margin-bottom:24px}.userpanal-homepage .hero-cta-button,.userpanal-homepage .hero-secondary-button{padding:12px 28px;font-size:10px}.userpanal-homepage .hero-scroll-down{bottom:30px}.userpanal-homepage .bounce-icon{font-size:32px!important}.userpanal-homepage .editorial-section-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:1.5rem}.userpanal-homepage .editorial-view-all-link{font-size:10px}.userpanal-homepage .product-section{padding:3rem 4%}.userpanal-homepage .section-intro{margin-bottom:2rem}.userpanal-homepage .section-heading{font-size:26px}.userpanal-homepage .section-heading:after{width:50px;bottom:-10px}.userpanal-homepage .heading-accent{width:50px;margin:0 auto 20px}.userpanal-homepage .section-description{font-size:12px;max-width:350px}.userpanal-homepage .product-layout-grid{grid-template-columns:1fr;gap:1.5rem}.userpanal-homepage .all-products-product-image-container{height:320px}.userpanal-homepage .all-products-product-card:hover{transform:translateY(-6px)}.userpanal-homepage .all-products-product-details{padding:1.2rem 1rem}.userpanal-homepage .all-products-product-title{font-size:18px}.userpanal-homepage .all-products-product-brand{font-size:12px}.userpanal-homepage .all-products-product-price{font-size:16px}}@media(max-width:379px){.userpanal-homepage .hero-banner{width:100%;min-height:260px;height:42vh}.userpanal-homepage .hero-visual{background-attachment:scroll}.userpanal-homepage .hero-text-content{padding:0 16px}.userpanal-homepage .hero-main-title{font-size:24px;margin-bottom:12px}.userpanal-homepage .hero-sub-text{font-size:11px;margin-bottom:20px}.userpanal-homepage .hero-cta-button,.userpanal-homepage .hero-secondary-button{padding:10px 24px;font-size:9px}.userpanal-homepage .hero-scroll-down{bottom:25px}.userpanal-homepage .bounce-icon{font-size:28px!important}.userpanal-homepage .editorial-section-header{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:1.2rem}.userpanal-homepage .editorial-view-all-link{font-size:9px}.userpanal-homepage .luxury-featured-section{width:95%;padding:2.5rem 0 3rem}.userpanal-homepage .product-section{padding:2.5rem 3%}.userpanal-homepage .section-intro{margin-bottom:1.8rem}.userpanal-homepage .section-heading{font-size:22px}.userpanal-homepage .section-heading:after{width:40px;bottom:-8px}.userpanal-homepage .heading-accent{width:40px;margin:0 auto 16px}.userpanal-homepage .section-description{font-size:11px;max-width:280px}.userpanal-homepage .product-layout-grid{grid-template-columns:1fr;gap:1.2rem}.userpanal-homepage .all-products-product-image-container{height:280px}.userpanal-homepage .all-products-product-details{padding:1rem .8rem}.userpanal-homepage .all-products-product-title{font-size:16px}.userpanal-homepage .all-products-product-brand{font-size:11px;margin-bottom:10px}.userpanal-homepage .all-products-product-price{font-size:15px}.userpanal-homepage .craftsmanship-title{font-size:22px}.userpanal-homepage .craftsmanship-description{font-size:12.5px;line-height:1.65}.userpanal-homepage .craftsmanship-tag{font-size:10px}.userpanal-homepage .craftsmanship-link{font-size:10.5px}}@media(hover:none)and (pointer:coarse){.userpanal-homepage .all-products-product-hover-overlay{opacity:.8}.userpanal-homepage .all-products-view-details-btn{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.userpanal-homepage *,.userpanal-homepage *:before,.userpanal-homepage *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.userpanal-homepage .luxury-featured-section{padding:3.5rem 0 4rem;max-width:1400px;width:90%;margin:0 auto}.userpanal-homepage .editorial-section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;position:relative}.userpanal-homepage .editorial-header-left{text-align:left}.userpanal-homepage .editorial-header-left .section-heading{margin-bottom:0;display:block}.userpanal-homepage .editorial-header-left .section-heading:after{display:none}.userpanal-homepage .editorial-header-left .heading-accent{margin:0}.userpanal-homepage .editorial-header-left .section-description{margin:0;max-width:600px;text-align:left}.userpanal-homepage .editorial-header-right{padding-bottom:6px;flex-shrink:0}.userpanal-homepage .editorial-view-all-link{font-family:Poppins,sans-serif;font-size:11.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#4b5563;text-decoration:none;padding-bottom:4px;border-bottom:1.5px solid #111827;transition:all .25s ease;display:inline-block}.userpanal-homepage .editorial-view-all-link:hover{color:#000;border-bottom-color:#000;letter-spacing:.18em}.userpanal-homepage .luxury-editorial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;animation:fadeIn .8s ease-out}.userpanal-homepage .luxury-product-card{display:flex;flex-direction:column;text-decoration:none;background:transparent;cursor:default}.userpanal-homepage .luxury-product-card:hover{transform:none}.userpanal-homepage .luxury-product-image-container{position:relative;width:100%;aspect-ratio:1 / 1.15;background-color:#f0f0f0;overflow:hidden;margin-bottom:1.25rem;cursor:pointer}.userpanal-homepage .luxury-product-img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .6s cubic-bezier(.16,1,.3,1)}.userpanal-homepage .luxury-product-card:hover .luxury-product-img{transform:scale(1.06)}.userpanal-homepage .luxury-product-card .all-products-product-hover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.75) 100%);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);padding:1.5rem;z-index:2}.userpanal-homepage .luxury-product-card:hover .all-products-product-hover-overlay{opacity:1}.userpanal-homepage .luxury-product-card:hover .all-products-view-details-btn{transform:translateY(0)}.userpanal-homepage .luxury-product-title-link{text-decoration:none;color:inherit;transition:color .2s ease}.userpanal-homepage .luxury-product-title-link:hover{color:#000}.userpanal-homepage .luxury-product-meta{display:flex;flex-direction:column;gap:4px}.userpanal-homepage .luxury-product-category{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#8c8c8c;margin-bottom:2px}.userpanal-homepage .luxury-product-title{font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:#111827;margin:0;line-height:1.3;letter-spacing:-.01em;transition:color .2s ease}.userpanal-homepage .luxury-product-card:hover .luxury-product-title{color:#000}.userpanal-homepage .luxury-product-price{font-family:Poppins,sans-serif;font-size:14.5px;font-weight:500;color:#4b5563;margin:4px 0 0}.userpanal-homepage .craftsmanship-story-section{background-color:#fbfbfb;border-top:none;border-bottom:none;padding:3.5rem 0}.userpanal-homepage .craftsmanship-container{max-width:1320px;width:90%;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:5rem;align-items:center}.userpanal-homepage .craftsmanship-content{display:flex;flex-direction:column;padding-right:1.5rem}.userpanal-homepage .craftsmanship-tag{font-family:Poppins,sans-serif;font-size:11.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#8c8c8c;margin-bottom:1rem}.userpanal-homepage .craftsmanship-title{font-family:Playfair Display,serif;font-size:clamp(34px,4vw,48px);font-weight:500;color:#111827;line-height:1.15;margin:0 0 1.75rem;letter-spacing:-.02em}.userpanal-homepage .craftsmanship-description{font-family:Poppins,sans-serif;font-size:15.5px;line-height:1.85;color:#555;font-weight:300;margin:0 0 2.5rem;max-width:540px}.userpanal-homepage .craftsmanship-cta-wrap{display:flex;align-items:center}.userpanal-homepage .craftsmanship-link{display:inline-flex;align-items:center;gap:10px;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#111827;text-decoration:none;padding-bottom:6px;border-bottom:1.5px solid #111827;transition:all .3s ease}.userpanal-homepage .craftsmanship-arrow{font-size:16px;transition:transform .3s cubic-bezier(.16,1,.3,1)}.userpanal-homepage .craftsmanship-link:hover{color:#000;border-bottom-color:#000}.userpanal-homepage .craftsmanship-link:hover .craftsmanship-arrow{transform:translate(6px)}.userpanal-homepage .craftsmanship-visual-wrap{width:100%}.userpanal-homepage .craftsmanship-image-frame{width:100%;aspect-ratio:4 / 3.4;overflow:hidden;box-shadow:0 24px 60px #00000014}.userpanal-homepage .craftsmanship-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .9s cubic-bezier(.16,1,.3,1)}.userpanal-homepage .craftsmanship-image-frame:hover .craftsmanship-image{transform:scale(1.04)}@media(max-width:1200px){.userpanal-homepage .luxury-editorial-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.userpanal-homepage .craftsmanship-container{gap:3.5rem}}@media(max-width:768px){.userpanal-homepage .luxury-featured-section{padding:3.5rem 0 4rem}.userpanal-homepage .luxury-editorial-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.userpanal-homepage .craftsmanship-story-section{padding:3.5rem 0}.userpanal-homepage .craftsmanship-container{grid-template-columns:1fr;gap:2.5rem}.userpanal-homepage .craftsmanship-content{padding-right:0}.userpanal-homepage .craftsmanship-title{font-size:26px}.userpanal-homepage .craftsmanship-description{font-size:13.5px;line-height:1.7}}@media(max-width:480px){.userpanal-homepage .luxury-editorial-grid{grid-template-columns:repeat(2,1fr);gap:10px}.userpanal-homepage .luxury-product-card{margin-bottom:.5rem}.userpanal-homepage .luxury-product-title{font-size:13px}.userpanal-homepage .luxury-product-category{font-size:9.5px}.userpanal-homepage .luxury-product-price{font-size:13.5px}.userpanal-homepage .hero-buttons{flex-direction:column;gap:10px;width:100%;max-width:320px;margin:0 auto}.userpanal-homepage .hero-cta-button,.userpanal-homepage .hero-secondary-button{width:100%;text-align:center;padding:12px 18px;box-sizing:border-box}}.userpanal-homepage .luxury-ticker-section{background:#111827;color:#fff;padding:18px 0;overflow:hidden;white-space:nowrap;position:relative;-webkit-user-select:none;user-select:none;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.userpanal-homepage .luxury-ticker-track{display:flex;width:max-content;animation:luxuryTickerScroll 38s linear infinite}.userpanal-homepage .luxury-ticker-section:hover .luxury-ticker-track{animation-play-state:paused}.userpanal-homepage .luxury-ticker-group{display:flex;align-items:center;gap:2.75rem;padding-right:2.75rem;flex-shrink:0}.userpanal-homepage .ticker-item{display:inline-flex;align-items:center;gap:10px}.userpanal-homepage .ticker-icon{color:#e5e7eb;font-size:13px;opacity:.9}.userpanal-homepage .ticker-title{font-family:Poppins,sans-serif;font-size:12px;font-weight:700;letter-spacing:.14em;color:#fff;text-transform:uppercase}.userpanal-homepage .ticker-sub{font-family:Poppins,sans-serif;font-size:11px;font-weight:400;letter-spacing:.06em;color:#9ca3af;text-transform:uppercase;background:#ffffff14;padding:3px 8px;border-radius:20px;margin-left:4px}.userpanal-homepage .ticker-dot{color:#4b5563;font-size:14px}@media(max-width:768px){.userpanal-homepage .luxury-ticker-section{padding:14px 0}.userpanal-homepage .ticker-title{font-size:11px}.userpanal-homepage .ticker-sub{font-size:9.5px}.userpanal-homepage .luxury-ticker-group{gap:2rem;padding-right:2rem}}.all-products-collection-page{max-width:1400px;margin:0 auto;padding:30px 40px;background-color:#fafafa;min-height:100vh;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif}.all-products-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px;animation:fadeInUp .8s ease-out}.all-products-title{font-family:Playfair Display,serif;font-size:48px;font-weight:300;color:#1a1a1a;margin-bottom:0;margin-top:-10px;letter-spacing:-.02em;animation:fadeInUp .8s ease-out .1s both}.all-products-item-count{font-size:13px;color:#999;letter-spacing:2px;font-weight:400;animation:fadeInUp .8s ease-out .2s both}.all-products-divider{width:100%;height:1px;background-color:#d1d5db;margin-bottom:30px;animation:fadeInUp .8s ease-out .3s both}.all-products-filter-container{background-color:#fff;padding:30px;margin-bottom:40px;border:1px solid #e5e5e5;border-top:3px solid #1a1a1a;animation:fadeInUp .8s ease-out .4s both}.all-products-filter-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;text-align:center;margin-bottom:30px;letter-spacing:-.01em}.all-products-filter-row{display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:end}.all-products-filter-group{display:flex;flex-direction:column;gap:12px}.all-products-filter-label{font-size:11px;font-weight:600;color:#1a1a1a;letter-spacing:1.5px}.all-products-select-wrapper{position:relative}.all-products-select{width:100%;padding:16px 20px;font-size:15px;color:#1a1a1a;background-color:#f8f8f8;border:1px solid #e0e0e0;border-radius:0;appearance:none;cursor:pointer;font-family:Poppins,sans-serif;transition:all .3s ease;outline:none}.all-products-select:hover{border-color:#1a1a1a;background-color:#fff}.all-products-select-arrow{position:absolute;right:20px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:10px;color:#666}.all-products-button-group{display:flex;gap:15px;align-items:center}.all-products-apply-button{padding:16px 36px;background-color:#1a1a1a;color:#fff;border:none;font-size:12px;font-weight:700;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.all-products-apply-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.all-products-clear-button{padding:16px 36px;background-color:transparent;color:#666;border:none;font-size:12px;font-weight:600;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.all-products-clear-button:hover{color:#1a1a1a}.all-products-products-section{animation:fadeInUp .8s ease-out .5s both}.all-products-section-intro{text-align:center;margin-bottom:2rem;animation:fadeIn .8s ease-out}.all-products-section-heading{font-family:Playfair Display,serif;font-size:clamp(28px,4vw,42px);font-weight:500;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.all-products-heading-accent{width:70px;height:2px;background:linear-gradient(90deg,transparent,#1a1a1a,transparent);margin:0 auto 30px;border-radius:10px}.all-products-section-description{color:#666;font-size:16px;font-weight:300;max-width:600px;margin:1.5rem auto 0;line-height:1.8}.all-products-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;animation:fadeIn .8s ease-out;width:100%}@media(max-width:1200px){.all-products-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.all-products-product-grid{grid-template-columns:1fr;gap:2rem}}.all-products-product-card{background:#fff;border-radius:0;box-shadow:0 2px 8px #0000000a;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;cursor:pointer;opacity:0;animation:revealCard .6s ease-out forwards;max-width:380px;width:100%}.all-products-product-card:nth-child(1){animation-delay:.1s}.all-products-product-card:nth-child(2){animation-delay:.2s}.all-products-product-card:nth-child(3){animation-delay:.3s}.all-products-product-card:nth-child(4){animation-delay:.4s}.all-products-product-card:nth-child(5){animation-delay:.5s}.all-products-product-card:nth-child(6){animation-delay:.6s}.all-products-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1a05,#1a1a1a00);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.all-products-product-card:before{opacity:1}.all-products-product-card:hover{box-shadow:0 24px 64px #0000001f;transform:translateY(-12px)}.all-products-product-image-container{position:relative;height:440px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);overflow:hidden}.all-products-product-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1);filter:grayscale(.1);will-change:transform}.all-products-product-card:hover .all-products-product-img{transform:scale(1.08);filter:grayscale(0)}.all-products-product-hover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1);padding:2rem;z-index:2}.all-products-product-card:hover .all-products-product-hover-overlay{opacity:1}.all-products-view-details-btn{background:#fff;color:#1a1a1a;border:2px solid transparent;padding:12px 32px;font-weight:600;font-size:13px;letter-spacing:.08em;cursor:pointer;box-shadow:0 6px 20px #00000040;border-radius:2px;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;font-family:Poppins,sans-serif;transform:translateY(20px);position:relative;overflow:hidden}.all-products-view-details-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.all-products-view-details-btn:hover:before{width:300px;height:300px}.all-products-product-card:hover .all-products-view-details-btn{transform:translateY(0)}.all-products-view-details-btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#1a1a1a;color:#fff}.all-products-view-details-btn:active{transform:translateY(-2px);background:#000;color:#fff}.all-products-product-details{padding:2.2rem;text-align:center;background-color:#fff;position:relative}.all-products-product-title{font-family:Playfair Display,serif;font-size:23px;font-weight:500;margin-bottom:11px;color:#1a1a1a;line-height:1.4;letter-spacing:.01em;transition:color .3s ease}.all-products-product-card:hover .all-products-product-title{color:#000}.all-products-product-brand{font-family:Poppins,sans-serif;font-size:15px;color:#a0a0a0;letter-spacing:.15em;text-transform:uppercase;margin-bottom:17px;font-weight:500}.all-products-product-price{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#1a1a1a}.all-products-no-products-container{text-align:center;padding:100px 20px;animation:fadeInUp .8s ease-out .5s both}.all-products-no-products-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;margin-bottom:20px;letter-spacing:-.01em;margin-top:-30px}.all-products-no-products-text{font-size:16px;color:#666;line-height:1.8;margin-bottom:40px;font-weight:300}.all-products-view-all-button{padding:18px 48px;background-color:#1a1a1a;color:#fff;border:none;font-size:13px;font-weight:700;letter-spacing:1.8px;cursor:pointer;transition:all .4s ease;font-family:Poppins,sans-serif;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.all-products-view-all-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}@media(max-width:1399px)and (min-width:1200px){.all-products-product-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}@media(max-width:1199px)and (min-width:1024px){.all-products-collection-page{padding:50px 30px}.all-products-product-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.all-products-product-image-container{height:380px}.all-products-filter-container{padding:40px}}@media(max-width:1023px)and (min-width:992px){.all-products-collection-page{padding:45px 25px}.all-products-title{font-size:42px}.all-products-filter-container{padding:35px;margin-bottom:60px}.all-products-filter-title{font-size:32px;margin-bottom:40px}.all-products-filter-row{grid-template-columns:1fr 1fr;gap:25px}.all-products-button-group{grid-column:1 / -1;justify-content:center;margin-top:10px}.all-products-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.all-products-product-image-container{height:380px}}@media(max-width:991px)and (min-width:768px){.all-products-collection-page{padding:40px 20px}.all-products-header{margin-bottom:35px}.all-products-title{font-size:38px;margin-bottom:0}.all-products-item-count{font-size:12px}.all-products-divider{margin-bottom:50px}.all-products-filter-container{padding:30px 25px;margin-bottom:60px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.all-products-filter-title{font-size:24px;margin-bottom:30px;font-weight:400;text-align:center}.all-products-filter-title:after{width:50px;height:1px}.all-products-filter-row{grid-template-columns:1fr 1fr;gap:16px}.all-products-button-group{grid-column:1 / -1}.all-products-filter-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#000}.all-products-select{padding:12px 40px 12px 16px;border:1px solid #ddd;border-radius:2px;background:#fff;font-size:14px}.all-products-button-group{justify-content:space-between;margin-top:20px;flex-direction:row;width:100%}.all-products-apply-button{background:#000;color:#fff;padding:14px 32px;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.all-products-clear-button{background:transparent;color:#666;padding:14px 20px;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.all-products-section-intro{margin-bottom:4rem}.all-products-section-heading{font-size:34px}.all-products-section-description{font-size:15px}.all-products-product-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.all-products-product-image-container{height:340px}.all-products-product-details{padding:1.8rem}.all-products-product-title{font-size:20px}.all-products-product-brand{font-size:13px}.all-products-product-price{font-size:18px}}@media(max-width:767px)and (min-width:640px){.all-products-collection-page{padding:35px 18px}.all-products-title{font-size:34px}.all-products-filter-container{padding:25px 20px;margin-bottom:50px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.all-products-filter-title{font-size:22px;margin-bottom:25px;font-weight:400}.all-products-filter-title:after{width:45px}.all-products-filter-row{grid-template-columns:1fr 1fr;gap:14px}.all-products-button-group{grid-column:1 / -1}.all-products-filter-label{font-size:9px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.all-products-select{padding:12px 35px 12px 14px;font-size:13px;border:1px solid #ddd;background:#fff}.all-products-apply-button{padding:13px 28px;font-size:10px;background:#000}.all-products-clear-button{padding:13px 16px;font-size:10px}.all-products-button-group{justify-content:space-between;width:100%}.all-products-section-heading{font-size:30px}.all-products-section-description{font-size:14px}.all-products-product-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem}.all-products-product-image-container{height:300px}.all-products-product-details{padding:1.5rem}.all-products-product-title{font-size:18px}.all-products-product-price{font-size:17px}.all-products-view-details-btn{padding:10px 28px;font-size:12px}}@media(max-width:639px)and (min-width:480px){.all-products-collection-page{padding:30px 16px}.all-products-header{margin-bottom:30px}.all-products-title{font-size:30px}.all-products-item-count{font-size:11px}.all-products-divider{margin-bottom:40px}.all-products-filter-container{padding:22px 16px;margin-bottom:45px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.all-products-filter-title{font-size:20px;margin-bottom:22px;font-weight:400}.all-products-filter-title:after{width:40px}.all-products-filter-row{grid-template-columns:1fr 1fr;gap:14px}.all-products-button-group{grid-column:1 / -1}.all-products-filter-label{font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.all-products-select{padding:11px 35px 11px 14px;font-size:12px;border:1px solid #ddd;background:#fff}.all-products-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:12px;margin-top:18px}.all-products-apply-button{padding:12px 24px;font-size:9px;background:#000;flex:1}.all-products-clear-button{padding:12px 16px;font-size:9px;flex:0 0 auto}.all-products-section-intro{margin-bottom:3rem}.all-products-section-heading{font-size:26px}.all-products-section-description{font-size:13px;max-width:450px}.all-products-product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.all-products-product-image-container{height:260px}.all-products-product-details{padding:1.2rem}.all-products-product-title{font-size:16px;margin-bottom:8px}.all-products-product-brand{font-size:12px;margin-bottom:12px}.all-products-product-price{font-size:15px}.all-products-view-details-btn{padding:10px 24px;font-size:11px}.all-products-no-products-title{font-size:28px}.all-products-no-products-text{font-size:14px}}@media(max-width:479px)and (min-width:380px){.all-products-collection-page{padding:25px 14px}.all-products-header{margin-bottom:25px}.all-products-title{font-size:26px}.all-products-divider{margin-bottom:35px}.all-products-filter-container{padding:20px 14px;margin-bottom:40px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.all-products-filter-title{font-size:18px;margin-bottom:20px;font-weight:400}.all-products-filter-title:after{width:35px}.all-products-filter-row{grid-template-columns:1fr 1fr;gap:12px}.all-products-button-group{grid-column:1 / -1}.all-products-filter-label{font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.all-products-select{padding:11px 32px 11px 12px;font-size:12px;border:1px solid #ddd;background:#fff}.all-products-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:10px;margin-top:16px}.all-products-apply-button{padding:11px 20px;font-size:9px;background:#000;flex:1}.all-products-clear-button{padding:11px 12px;font-size:9px;flex:0 0 auto}.all-products-section-intro{margin-bottom:2.5rem}.all-products-section-heading{font-size:24px}.all-products-heading-accent{width:50px;margin-bottom:20px}.all-products-section-description{font-size:12px;max-width:350px}.all-products-product-grid{grid-template-columns:1fr;gap:1.5rem}.all-products-product-image-container{height:320px}.all-products-product-card:hover{transform:translateY(-6px)}.all-products-product-details{padding:1.2rem 1rem}.all-products-product-title{font-size:18px}.all-products-product-brand{font-size:12px}.all-products-product-price{font-size:16px}.all-products-view-details-btn{padding:10px 22px;font-size:10px}.all-products-no-products-container{padding:80px 16px}.all-products-no-products-title{font-size:24px}.all-products-view-all-button{padding:16px 40px;font-size:12px}}@media(max-width:379px){.all-products-collection-page{padding:20px 12px}.all-products-header{margin-bottom:20px}.all-products-title{font-size:22px}.all-products-item-count{font-size:10px}.all-products-divider{margin-bottom:30px}.all-products-filter-container{padding:18px 12px;margin-bottom:35px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.all-products-filter-title{font-size:16px;margin-bottom:18px;font-weight:400}.all-products-filter-title:after{width:30px}.all-products-filter-row{grid-template-columns:1fr 1fr;gap:10px}.all-products-button-group{grid-column:1 / -1}.all-products-filter-label{font-size:8px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.all-products-select{padding:10px 30px 10px 12px;font-size:11px;border:1px solid #ddd;background:#fff}.all-products-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:8px;margin-top:14px}.all-products-apply-button{padding:10px 18px;font-size:8px;background:#000;flex:1;letter-spacing:1px}.all-products-clear-button{padding:10px;font-size:8px;flex:0 0 auto;letter-spacing:1px}.all-products-section-intro{margin-bottom:2rem}.all-products-section-heading{font-size:20px}.all-products-heading-accent{width:40px;margin-bottom:16px}.all-products-section-description{font-size:11px;max-width:280px}.all-products-product-grid{grid-template-columns:1fr;gap:1.2rem}.all-products-product-image-container{height:280px}.all-products-product-details{padding:1rem .8rem}.all-products-product-title{font-size:16px;margin-bottom:8px}.all-products-product-brand{font-size:11px;margin-bottom:10px}.all-products-product-price{font-size:15px}.all-products-view-details-btn{padding:9px 20px;font-size:9px}.all-products-no-products-container{padding:60px 12px}.all-products-no-products-title{font-size:20px}.all-products-no-products-text{font-size:12px}.all-products-view-all-button{padding:14px 32px;font-size:11px}}@media(hover:none)and (pointer:coarse){.all-products-product-hover-overlay{opacity:.8}.all-products-view-details-btn{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.all-products-collection-page *,.all-products-collection-page *:before,.all-products-collection-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.all-products-collection-page .footer-main-wrapper{width:100vw;margin-left:calc(-50vw + 50%);margin-top:80px;margin-bottom:-50px;box-sizing:border-box}.all-products-collection-page{padding-bottom:0}.featured-products-page{background-color:#fbfbfb;min-height:100vh;width:100%}.featured-page-container{max-width:1400px;width:90%;margin:0 auto;padding:3.5rem 0 5rem}.featured-page-header{text-align:center;margin-bottom:3.5rem;animation:fadeIn .8s ease-out}.featured-page-tag{font-family:Poppins,sans-serif;font-size:11.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#8c8c8c;display:block;margin-bottom:.75rem}.featured-page-title{font-family:Playfair Display,serif;font-size:clamp(34px,4.5vw,48px);font-weight:500;color:#111827;letter-spacing:-.02em;margin:0 0 1rem}.featured-heading-accent{width:70px;height:2px;background:linear-gradient(90deg,transparent,#1a1a1a,transparent);margin:0 auto 1.5rem;border-radius:10px}.featured-page-subtitle{font-family:Poppins,sans-serif;font-size:15px;color:#666;font-weight:300;max-width:600px;margin:0 auto;line-height:1.7}.featured-page-loader{display:flex;justify-content:center;align-items:center;padding:6rem 0}.featured-full-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem 2rem;animation:fadeIn .8s ease-out}.featured-no-products{text-align:center;padding:5rem 1rem}.featured-no-products h2{font-family:Playfair Display,serif;font-size:28px;color:#1a1a1a;margin-bottom:.5rem}.featured-no-products p{color:#666;font-size:14.5px;margin-bottom:2rem}.featured-browse-all-btn{display:inline-block;background:#111827;color:#fff;padding:12px 32px;border-radius:2px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;letter-spacing:.1em;text-decoration:none;transition:background .3s ease}.featured-browse-all-btn:hover{background:#000}@media(max-width:1200px){.featured-full-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.featured-page-container{padding:2.5rem 0 4rem}.featured-full-grid{grid-template-columns:1fr;gap:2rem}}.mens-collection-page{max-width:1400px;margin:0 auto;padding:30px 40px;background-color:#fafafa;min-height:100vh;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif}.mens-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px;animation:fadeInUp .8s ease-out}.mens-title{font-family:Playfair Display,serif;font-size:48px;font-weight:300;color:#1a1a1a;margin-bottom:0;margin-top:-10px;letter-spacing:-.02em;animation:fadeInUp .8s ease-out .1s both}.mens-item-count{font-size:13px;color:#999;letter-spacing:2px;font-weight:400;animation:fadeInUp .8s ease-out .2s both}.mens-divider{width:100%;height:1px;background-color:#d1d5db;margin-bottom:30px;animation:fadeInUp .8s ease-out .3s both}.mens-filter-container{background-color:#fff;padding:30px;margin-bottom:40px;border:1px solid #e5e5e5;border-top:3px solid #1a1a1a;animation:fadeInUp .8s ease-out .4s both}.mens-filter-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;text-align:center;margin-bottom:30px;letter-spacing:-.01em}.mens-filter-row{display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:end}.mens-filter-group{display:flex;flex-direction:column;gap:12px}.mens-filter-label{font-size:11px;font-weight:600;color:#1a1a1a;letter-spacing:1.5px}.mens-select-wrapper{position:relative}.mens-select{width:100%;padding:16px 20px;font-size:15px;color:#1a1a1a;background-color:#f8f8f8;border:1px solid #e0e0e0;border-radius:0;appearance:none;cursor:pointer;font-family:Poppins,sans-serif;transition:all .3s ease;outline:none}.mens-select:hover{border-color:#1a1a1a;background-color:#fff}.mens-select-arrow{position:absolute;right:20px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:10px;color:#666}.mens-button-group{display:flex;gap:15px;align-items:center}.mens-apply-button{padding:16px 36px;background-color:#1a1a1a;color:#fff;border:none;font-size:12px;font-weight:700;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.mens-apply-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.mens-clear-button{padding:16px 36px;background-color:transparent;color:#666;border:none;font-size:12px;font-weight:600;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.mens-clear-button:hover{color:#1a1a1a}.mens-products-section{animation:fadeInUp .8s ease-out .5s both}.mens-section-intro{text-align:center;margin-bottom:2rem;animation:fadeIn .8s ease-out}.mens-section-heading{font-family:Playfair Display,serif;font-size:clamp(28px,4vw,42px);font-weight:500;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.mens-heading-accent{width:70px;height:2px;background:linear-gradient(90deg,transparent,#1a1a1a,transparent);margin:0 auto 16px;border-radius:10px}.mens-section-description{color:#666;font-size:16px;font-weight:300;max-width:600px;margin:1.5rem auto 0;line-height:1.8}.mens-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;animation:fadeIn .8s ease-out;width:100%}@media(max-width:1200px){.mens-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.mens-product-grid{grid-template-columns:1fr;gap:2rem}}.mens-product-card{background:#fff;border-radius:0;box-shadow:0 2px 8px #0000000a;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;cursor:pointer;opacity:0;animation:revealCard .6s ease-out forwards;max-width:380px;width:100%}.mens-product-card:nth-child(1){animation-delay:.1s}.mens-product-card:nth-child(2){animation-delay:.2s}.mens-product-card:nth-child(3){animation-delay:.3s}.mens-product-card:nth-child(4){animation-delay:.4s}.mens-product-card:nth-child(5){animation-delay:.5s}.mens-product-card:nth-child(6){animation-delay:.6s}.mens-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1a05,#1a1a1a00);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.mens-product-card:before{opacity:1}.mens-product-card:hover{box-shadow:0 24px 64px #0000001f;transform:translateY(-12px)}.mens-product-image-container{position:relative;height:440px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);overflow:hidden}.mens-product-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1);filter:grayscale(.1);will-change:transform}.mens-product-card:hover .mens-product-img{transform:scale(1.08);filter:grayscale(0)}.mens-product-hover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1);padding:2rem;z-index:2}.mens-product-card:hover .mens-product-hover-overlay{opacity:1}.mens-view-details-btn{background:#fff;color:#1a1a1a;border:2px solid transparent;padding:12px 32px;font-weight:600;font-size:13px;letter-spacing:.08em;cursor:pointer;box-shadow:0 6px 20px #00000040;border-radius:2px;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;font-family:Poppins,sans-serif;transform:translateY(20px);position:relative;overflow:hidden}.mens-view-details-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.mens-view-details-btn:hover:before{width:300px;height:300px}.mens-product-card:hover .mens-view-details-btn{transform:translateY(0)}.mens-view-details-btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#1a1a1a;color:#fff}.mens-view-details-btn:active{transform:translateY(-2px);background:#000;color:#fff}.mens-product-details{padding:2.2rem;text-align:center;background-color:#fff;position:relative}.mens-product-title{font-family:Playfair Display,serif;font-size:23px;font-weight:500;margin-bottom:11px;color:#1a1a1a;line-height:1.4;letter-spacing:.01em;transition:color .3s ease}.mens-product-card:hover .mens-product-title{color:#000}.mens-product-brand{font-family:Poppins,sans-serif;font-size:15px;color:#a0a0a0;letter-spacing:.15em;text-transform:uppercase;margin-bottom:17px;font-weight:500}.mens-product-price{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#1a1a1a}.mens-no-products-container{text-align:center;padding:100px 20px;animation:fadeInUp .8s ease-out .5s both}.mens-no-products-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;margin-bottom:20px;letter-spacing:-.01em;margin-top:-30px}.mens-no-products-text{font-size:16px;color:#666;line-height:1.8;margin-bottom:40px;font-weight:300}.mens-view-all-button{padding:18px 48px;background-color:#1a1a1a;color:#fff;border:none;font-size:13px;font-weight:700;letter-spacing:1.8px;cursor:pointer;transition:all .4s ease;font-family:Poppins,sans-serif;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.mens-view-all-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}@media(max-width:1399px)and (min-width:1200px){.mens-product-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}@media(max-width:1199px)and (min-width:1024px){.mens-collection-page{padding:50px 30px}.mens-product-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.mens-product-image-container{height:380px}.mens-filter-container{padding:40px}}@media(max-width:1023px)and (min-width:992px){.mens-collection-page{padding:45px 25px}.mens-title{font-size:42px}.mens-filter-container{padding:35px;margin-bottom:60px}.mens-filter-title{font-size:32px;margin-bottom:40px}.mens-filter-row{grid-template-columns:1fr 1fr;gap:25px}.mens-button-group{grid-column:1 / -1;justify-content:center;margin-top:10px}.mens-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.mens-product-image-container{height:380px}}@media(max-width:991px)and (min-width:768px){.mens-collection-page{padding:40px 20px}.mens-header{margin-bottom:35px}.mens-title{font-size:38px;margin-bottom:0}.mens-item-count{font-size:12px}.mens-divider{margin-bottom:50px}.mens-filter-container{padding:30px 25px;margin-bottom:60px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.mens-filter-title{font-size:24px;margin-bottom:30px;font-weight:400;text-align:center}.mens-filter-title:after{width:50px;height:1px}.mens-filter-row{grid-template-columns:1fr 1fr;gap:16px}.mens-button-group{grid-column:1 / -1}.mens-filter-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#000}.mens-select{padding:12px 40px 12px 16px;border:1px solid #ddd;border-radius:2px;background:#fff;font-size:14px}.mens-button-group{justify-content:space-between;margin-top:20px;flex-direction:row;width:100%}.mens-apply-button{background:#000;color:#fff;padding:14px 32px;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.mens-clear-button{background:transparent;color:#666;padding:14px 20px;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.mens-section-intro{margin-bottom:4rem}.mens-section-heading{font-size:34px}.mens-section-description{font-size:15px}.mens-product-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.mens-product-image-container{height:340px}.mens-product-details{padding:1.8rem}.mens-product-title{font-size:20px}.mens-product-brand{font-size:13px}.mens-product-price{font-size:18px}}@media(max-width:767px)and (min-width:640px){.mens-collection-page{padding:35px 18px}.mens-title{font-size:34px}.mens-filter-container{padding:25px 20px;margin-bottom:50px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.mens-filter-title{font-size:22px;margin-bottom:25px;font-weight:400}.mens-filter-title:after{width:45px}.mens-filter-row{grid-template-columns:1fr 1fr;gap:14px}.mens-button-group{grid-column:1 / -1}.mens-filter-label{font-size:9px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.mens-select{padding:12px 35px 12px 14px;font-size:13px;border:1px solid #ddd;background:#fff}.mens-apply-button{padding:13px 28px;font-size:10px;background:#000}.mens-clear-button{padding:13px 16px;font-size:10px}.mens-button-group{justify-content:space-between;width:100%}.mens-section-heading{font-size:30px}.mens-section-description{font-size:14px}.mens-product-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem}.mens-product-image-container{height:300px}.mens-product-details{padding:1.5rem}.mens-product-title{font-size:18px}.mens-product-price{font-size:17px}.mens-view-details-btn{padding:10px 28px;font-size:12px}}@media(max-width:639px)and (min-width:480px){.mens-collection-page{padding:30px 16px}.mens-header{margin-bottom:30px}.mens-title{font-size:30px}.mens-item-count{font-size:11px}.mens-divider{margin-bottom:40px}.mens-filter-container{padding:22px 16px;margin-bottom:45px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.mens-filter-title{font-size:20px;margin-bottom:22px;font-weight:400}.mens-filter-title:after{width:40px}.mens-filter-row{grid-template-columns:1fr 1fr;gap:14px}.mens-button-group{grid-column:1 / -1}.mens-filter-label{font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.mens-select{padding:11px 35px 11px 14px;font-size:12px;border:1px solid #ddd;background:#fff}.mens-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:12px;margin-top:18px}.mens-apply-button{padding:12px 24px;font-size:9px;background:#000;flex:1}.mens-clear-button{padding:12px 16px;font-size:9px;flex:0 0 auto}.mens-section-intro{margin-bottom:3rem}.mens-section-heading{font-size:26px}.mens-section-description{font-size:13px;max-width:450px}.mens-product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.mens-product-image-container{height:260px}.mens-product-details{padding:1.2rem}.mens-product-title{font-size:16px;margin-bottom:8px}.mens-product-brand{font-size:12px;margin-bottom:12px}.mens-product-price{font-size:15px}.mens-view-details-btn{padding:10px 24px;font-size:11px}.mens-no-products-title{font-size:28px}.mens-no-products-text{font-size:14px}}@media(max-width:479px)and (min-width:380px){.mens-collection-page{padding:25px 14px}.mens-header{margin-bottom:25px}.mens-title{font-size:26px}.mens-divider{margin-bottom:35px}.mens-filter-container{padding:20px 14px;margin-bottom:40px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.mens-filter-title{font-size:18px;margin-bottom:20px;font-weight:400}.mens-filter-title:after{width:35px}.mens-filter-row{grid-template-columns:1fr 1fr;gap:12px}.mens-button-group{grid-column:1 / -1}.mens-filter-label{font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.mens-select{padding:11px 32px 11px 12px;font-size:12px;border:1px solid #ddd;background:#fff}.mens-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:10px;margin-top:16px}.mens-apply-button{padding:11px 20px;font-size:9px;background:#000;flex:1}.mens-clear-button{padding:11px 12px;font-size:9px;flex:0 0 auto}.mens-section-intro{margin-bottom:2.5rem}.mens-section-heading{font-size:24px}.mens-heading-accent{width:50px;margin-bottom:20px}.mens-section-description{font-size:12px;max-width:350px}.mens-product-grid{grid-template-columns:1fr;gap:1.5rem}.mens-product-image-container{height:320px}.mens-product-card:hover{transform:translateY(-6px)}.mens-product-details{padding:1.2rem 1rem}.mens-product-title{font-size:18px}.mens-product-brand{font-size:12px}.mens-product-price{font-size:16px}.mens-view-details-btn{padding:10px 22px;font-size:10px}.mens-no-products-container{padding:80px 16px}.mens-no-products-title{font-size:24px}.mens-view-all-button{padding:16px 40px;font-size:12px}}@media(max-width:379px){.mens-collection-page{padding:20px 12px}.mens-header{margin-bottom:20px}.mens-title{font-size:22px}.mens-item-count{font-size:10px}.mens-divider{margin-bottom:30px}.mens-filter-container{padding:18px 12px;margin-bottom:35px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.mens-filter-title{font-size:16px;margin-bottom:18px;font-weight:400}.mens-filter-title:after{width:30px}.mens-filter-row{grid-template-columns:1fr 1fr;gap:10px}.mens-button-group{grid-column:1 / -1}.mens-filter-label{font-size:8px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.mens-select{padding:10px 30px 10px 12px;font-size:11px;border:1px solid #ddd;background:#fff}.mens-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:8px;margin-top:14px}.mens-apply-button{padding:10px 18px;font-size:8px;background:#000;flex:1;letter-spacing:1px}.mens-clear-button{padding:10px;font-size:8px;flex:0 0 auto;letter-spacing:1px}.mens-section-intro{margin-bottom:2rem}.mens-section-heading{font-size:20px}.mens-heading-accent{width:40px;margin-bottom:16px}.mens-section-description{font-size:11px;max-width:280px}.mens-product-grid{grid-template-columns:1fr;gap:1.2rem}.mens-product-image-container{height:280px}.mens-product-details{padding:1rem .8rem}.mens-product-title{font-size:16px;margin-bottom:8px}.mens-product-brand{font-size:11px;margin-bottom:10px}.mens-product-price{font-size:15px}.mens-view-details-btn{padding:9px 20px;font-size:9px}.mens-no-products-container{padding:60px 12px}.mens-no-products-title{font-size:20px}.mens-no-products-text{font-size:12px}.mens-view-all-button{padding:14px 32px;font-size:11px}}@media(hover:none)and (pointer:coarse){.mens-product-hover-overlay{opacity:.8}.mens-view-details-btn{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.mens-collection-page *,.mens-collection-page *:before,.mens-collection-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.mens-collection-page .footer-main-wrapper{width:100vw;margin-left:calc(-50vw + 50%);margin-top:80px;margin-bottom:-50px;box-sizing:border-box}.mens-collection-page{padding-bottom:0}.women-collection-page{max-width:1400px;margin:0 auto;padding:30px 40px;background-color:#fafafa;min-height:100vh;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif}.women-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px;animation:fadeInUp .8s ease-out}.women-title{font-family:Playfair Display,serif;font-size:48px;font-weight:300;color:#1a1a1a;margin-bottom:0;margin-top:-10px;letter-spacing:-.02em;animation:fadeInUp .8s ease-out .1s both}.women-item-count{font-size:13px;color:#999;letter-spacing:2px;font-weight:400;animation:fadeInUp .8s ease-out .2s both}.women-divider{width:100%;height:1px;background-color:#d1d5db;margin-bottom:30px;animation:fadeInUp .8s ease-out .3s both}.women-filter-container{background-color:#fff;padding:30px;margin-bottom:40px;border:1px solid #e5e5e5;border-top:3px solid #1a1a1a;animation:fadeInUp .8s ease-out .4s both}.women-filter-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;text-align:center;margin-bottom:30px;letter-spacing:-.01em}.women-filter-row{display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:end}.women-filter-group{display:flex;flex-direction:column;gap:12px}.women-filter-label{font-size:11px;font-weight:600;color:#1a1a1a;letter-spacing:1.5px}.women-select-wrapper{position:relative}.women-select{width:100%;padding:16px 20px;font-size:15px;color:#1a1a1a;background-color:#f8f8f8;border:1px solid #e0e0e0;border-radius:0;appearance:none;cursor:pointer;font-family:Poppins,sans-serif;transition:all .3s ease;outline:none}.women-select:hover{border-color:#1a1a1a;background-color:#fff}.women-select-arrow{position:absolute;right:20px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:10px;color:#666}.women-button-group{display:flex;gap:15px;align-items:center}.women-apply-button{padding:16px 36px;background-color:#1a1a1a;color:#fff;border:none;font-size:12px;font-weight:700;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.women-apply-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.women-clear-button{padding:16px 36px;background-color:transparent;color:#666;border:none;font-size:12px;font-weight:600;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.women-clear-button:hover{color:#1a1a1a}.women-products-section{animation:fadeInUp .8s ease-out .5s both}.women-section-intro{text-align:center;margin-bottom:2rem;animation:fadeIn .8s ease-out}.women-section-heading{font-family:Playfair Display,serif;font-size:clamp(28px,4vw,42px);font-weight:500;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.women-heading-accent{width:70px;height:2px;background:linear-gradient(90deg,transparent,#1a1a1a,transparent);margin:0 auto 16px;border-radius:10px}.women-section-description{color:#666;font-size:16px;font-weight:300;max-width:600px;margin:1.5rem auto 0;line-height:1.8}.women-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;animation:fadeIn .8s ease-out;width:100%}@media(max-width:1200px){.women-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.women-product-grid{grid-template-columns:1fr;gap:2rem}}.women-product-card{background:#fff;border-radius:0;box-shadow:0 2px 8px #0000000a;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;cursor:pointer;opacity:0;animation:revealCard .6s ease-out forwards;max-width:380px;width:100%}.women-product-card:nth-child(1){animation-delay:.1s}.women-product-card:nth-child(2){animation-delay:.2s}.women-product-card:nth-child(3){animation-delay:.3s}.women-product-card:nth-child(4){animation-delay:.4s}.women-product-card:nth-child(5){animation-delay:.5s}.women-product-card:nth-child(6){animation-delay:.6s}.women-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1a05,#1a1a1a00);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.women-product-card:hover:before{opacity:1}.women-product-card:hover{box-shadow:0 24px 64px #0000001f;transform:translateY(-12px)}.women-product-image-container{position:relative;height:440px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);overflow:hidden}.women-product-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1);filter:grayscale(.1);will-change:transform}.women-product-card:hover .women-product-img{transform:scale(1.08);filter:grayscale(0)}.women-product-hover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1);padding:2rem;z-index:2}.women-product-card:hover .women-product-hover-overlay{opacity:1}.women-view-details-btn{background:#fff;color:#1a1a1a;border:2px solid transparent;padding:12px 32px;font-weight:600;font-size:13px;letter-spacing:.08em;cursor:pointer;box-shadow:0 6px 20px #00000040;border-radius:2px;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;font-family:Poppins,sans-serif;transform:translateY(20px);position:relative;overflow:hidden;text-decoration:none}.women-view-details-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.women-view-details-btn:hover:before{width:300px;height:300px}.women-product-card:hover .women-view-details-btn{transform:translateY(0)}.women-view-details-btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#1a1a1a;color:#fff}.women-view-details-btn:active{transform:translateY(-2px);background:#000;color:#fff}.women-product-details{padding:2.2rem;text-align:center;background-color:#fff;position:relative}.women-product-title{font-family:Playfair Display,serif;font-size:23px;font-weight:500;margin-bottom:11px;color:#1a1a1a;line-height:1.4;letter-spacing:.01em;transition:color .3s ease}.women-product-card:hover .women-product-title{color:#000}.women-product-brand{font-family:Poppins,sans-serif;font-size:15px;color:#a0a0a0;letter-spacing:.15em;text-transform:uppercase;margin-bottom:17px;font-weight:500}.women-product-price{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#1a1a1a}.women-no-products-container{text-align:center;padding:100px 20px;animation:fadeInUp .8s ease-out .5s both}.women-no-products-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;margin-bottom:20px;letter-spacing:-.01em;margin-top:-30px}.women-no-products-text{font-size:16px;color:#666;line-height:1.8;margin-bottom:40px;font-weight:300}.women-view-all-button{padding:18px 48px;background-color:#1a1a1a;color:#fff;border:none;font-size:13px;font-weight:700;letter-spacing:1.8px;cursor:pointer;transition:all .4s ease;font-family:Poppins,sans-serif;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.women-view-all-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}@media(max-width:1399px)and (min-width:1200px){.women-product-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}@media(max-width:1199px)and (min-width:1024px){.women-collection-page{padding:50px 30px}.women-product-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.women-product-image-container{height:380px}.women-filter-container{padding:40px}}@media(max-width:1023px)and (min-width:992px){.women-collection-page{padding:45px 25px}.women-title{font-size:42px}.women-filter-container{padding:35px;margin-bottom:60px}.women-filter-title{font-size:32px;margin-bottom:40px}.women-filter-row{grid-template-columns:1fr 1fr;gap:25px}.women-button-group{grid-column:1 / -1;justify-content:center;margin-top:10px}.women-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.women-product-image-container{height:380px}}@media(max-width:991px)and (min-width:768px){.women-collection-page{padding:40px 20px}.women-header{margin-bottom:35px}.women-title{font-size:38px;margin-bottom:0}.women-item-count{font-size:12px}.women-divider{margin-bottom:50px}.women-filter-container{padding:30px 25px;margin-bottom:60px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.women-filter-title{font-size:24px;margin-bottom:30px;font-weight:400;text-align:center}.women-filter-title:after{width:50px;height:1px}.women-filter-row{grid-template-columns:1fr 1fr;gap:16px}.women-button-group{grid-column:1 / -1}.women-filter-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#000}.women-select{padding:12px 40px 12px 16px;border:1px solid #ddd;border-radius:2px;background:#fff;font-size:14px}.women-button-group{justify-content:space-between;margin-top:20px;flex-direction:row;width:100%}.women-apply-button{background:#000;color:#fff;padding:14px 32px;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.women-clear-button{background:transparent;color:#666;padding:14px 20px;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.women-section-intro{margin-bottom:4rem}.women-section-heading{font-size:34px}.women-section-description{font-size:15px}.women-product-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.women-product-image-container{height:340px}.women-product-details{padding:1.8rem}.women-product-title{font-size:20px}.women-product-brand{font-size:13px}.women-product-price{font-size:18px}}@media(max-width:767px)and (min-width:640px){.women-collection-page{padding:35px 18px}.women-title{font-size:34px}.women-filter-container{padding:25px 20px;margin-bottom:50px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.women-filter-title{font-size:22px;margin-bottom:25px;font-weight:400}.women-filter-title:after{width:45px}.women-filter-row{grid-template-columns:1fr 1fr;gap:14px}.women-button-group{grid-column:1 / -1}.women-filter-label{font-size:9px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.women-select{padding:12px 35px 12px 14px;font-size:13px;border:1px solid #ddd;background:#fff}.women-apply-button{padding:13px 28px;font-size:10px;background:#000}.women-clear-button{padding:13px 16px;font-size:10px}.women-button-group{justify-content:space-between;width:100%}.women-section-heading{font-size:30px}.women-section-description{font-size:14px}.women-product-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem}.women-product-image-container{height:300px}.women-product-details{padding:1.5rem}.women-product-title{font-size:18px}.women-product-price{font-size:17px}.women-view-details-btn{padding:10px 28px;font-size:12px}}@media(max-width:639px)and (min-width:480px){.women-collection-page{padding:30px 16px}.women-header{margin-bottom:30px}.women-title{font-size:30px}.women-item-count{font-size:11px}.women-divider{margin-bottom:40px}.women-filter-container{padding:22px 16px;margin-bottom:45px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.women-filter-title{font-size:20px;margin-bottom:22px;font-weight:400}.women-filter-title:after{width:40px}.women-filter-row{grid-template-columns:1fr 1fr;gap:14px}.women-button-group{grid-column:1 / -1}.women-filter-label{font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.women-select{padding:11px 35px 11px 14px;font-size:12px;border:1px solid #ddd;background:#fff}.women-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:12px;margin-top:18px}.women-apply-button{padding:12px 24px;font-size:9px;background:#000;flex:1}.women-clear-button{padding:12px 16px;font-size:9px;flex:0 0 auto}.women-section-intro{margin-bottom:3rem}.women-section-heading{font-size:26px}.women-section-description{font-size:13px;max-width:450px}.women-product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.women-product-image-container{height:260px}.women-product-details{padding:1.2rem}.women-product-title{font-size:16px;margin-bottom:8px}.women-product-brand{font-size:12px;margin-bottom:12px}.women-product-price{font-size:15px}.women-view-details-btn{padding:10px 24px;font-size:11px}.women-no-products-title{font-size:28px}.women-no-products-text{font-size:14px}}@media(max-width:479px)and (min-width:380px){.women-collection-page{padding:25px 14px}.women-header{margin-bottom:25px}.women-title{font-size:26px}.women-divider{margin-bottom:35px}.women-filter-container{padding:20px 14px;margin-bottom:40px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.women-filter-title{font-size:18px;margin-bottom:20px;font-weight:400}.women-filter-title:after{width:35px}.women-filter-row{grid-template-columns:1fr 1fr;gap:12px}.women-button-group{grid-column:1 / -1}.women-filter-label{font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.women-select{padding:11px 32px 11px 12px;font-size:12px;border:1px solid #ddd;background:#fff}.women-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:10px;margin-top:16px}.women-apply-button{padding:11px 20px;font-size:9px;background:#000;flex:1}.women-clear-button{padding:11px 12px;font-size:9px;flex:0 0 auto}.women-section-intro{margin-bottom:2.5rem}.women-section-heading{font-size:24px}.women-heading-accent{width:50px;margin-bottom:20px}.women-section-description{font-size:12px;max-width:350px}.women-product-grid{grid-template-columns:1fr;gap:1.5rem}.women-product-image-container{height:320px}.women-product-card:hover{transform:translateY(-6px)}.women-product-details{padding:1.2rem 1rem}.women-product-title{font-size:18px}.women-product-brand{font-size:12px}.women-product-price{font-size:16px}.women-view-details-btn{padding:10px 22px;font-size:10px}.women-no-products-container{padding:80px 16px}.women-no-products-title{font-size:24px}.women-view-all-button{padding:16px 40px;font-size:12px}}@media(max-width:379px){.women-collection-page{padding:20px 12px}.women-header{margin-bottom:20px}.women-title{font-size:22px}.women-item-count{font-size:10px}.women-divider{margin-bottom:30px}.women-filter-container{padding:18px 12px;margin-bottom:35px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.women-filter-title{font-size:16px;margin-bottom:18px;font-weight:400}.women-filter-title:after{width:30px}.women-filter-row{grid-template-columns:1fr 1fr;gap:10px}.women-button-group{grid-column:1 / -1}.women-filter-label{font-size:8px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.women-select{padding:10px 30px 10px 12px;font-size:11px;border:1px solid #ddd;background:#fff}.women-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:8px;margin-top:14px}.women-apply-button{padding:10px 18px;font-size:8px;background:#000;flex:1;letter-spacing:1px}.women-clear-button{padding:10px;font-size:8px;flex:0 0 auto;letter-spacing:1px}.women-section-intro{margin-bottom:2rem}.women-section-heading{font-size:20px}.women-heading-accent{width:40px;margin-bottom:16px}.women-section-description{font-size:11px;max-width:280px}.women-product-grid{grid-template-columns:1fr;gap:1.2rem}.women-product-image-container{height:280px}.women-product-details{padding:1rem .8rem}.women-product-title{font-size:16px;margin-bottom:8px}.women-product-brand{font-size:11px;margin-bottom:10px}.women-product-price{font-size:15px}.women-view-details-btn{padding:9px 20px;font-size:9px}.women-no-products-container{padding:60px 12px}.women-no-products-title{font-size:20px}.women-no-products-text{font-size:12px}.women-view-all-button{padding:14px 32px;font-size:11px}}@media(hover:none)and (pointer:coarse){.women-product-hover-overlay{opacity:.8}.women-view-details-btn{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.women-collection-page *,.women-collection-page *:before,.women-collection-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.women-collection-page .footer-main-wrapper{width:100vw;margin-left:calc(-50vw + 50%);margin-top:80px;margin-bottom:-50px;box-sizing:border-box}.women-collection-page{padding-bottom:0}.childrens-collection-page{max-width:1400px;margin:0 auto;padding:30px 40px;background-color:#fafafa;min-height:100vh;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif}.childrens-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px;animation:fadeInUp .8s ease-out}.childrens-title{font-family:Playfair Display,serif;font-size:48px;font-weight:300;color:#1a1a1a;margin-bottom:0;margin-top:-10px;letter-spacing:-.02em;animation:fadeInUp .8s ease-out .1s both}.childrens-item-count{font-size:13px;color:#999;letter-spacing:2px;font-weight:400;animation:fadeInUp .8s ease-out .2s both}.childrens-divider{width:100%;height:1px;background-color:#d1d5db;margin-bottom:30px;animation:fadeInUp .8s ease-out .3s both}.childrens-filter-container{background-color:#fff;padding:30px;margin-bottom:40px;border:1px solid #e5e5e5;border-top:3px solid #1a1a1a;animation:fadeInUp .8s ease-out .4s both}.childrens-filter-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;text-align:center;margin-bottom:30px;letter-spacing:-.01em}.childrens-filter-row{display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:end}.childrens-filter-group{display:flex;flex-direction:column;gap:12px}.childrens-filter-label{font-size:11px;font-weight:600;color:#1a1a1a;letter-spacing:1.5px}.childrens-select-wrapper{position:relative}.childrens-select{width:100%;padding:16px 20px;font-size:15px;color:#1a1a1a;background-color:#f8f8f8;border:1px solid #e0e0e0;border-radius:0;appearance:none;cursor:pointer;font-family:Poppins,sans-serif;transition:all .3s ease;outline:none}.childrens-select:hover{border-color:#1a1a1a;background-color:#fff}.childrens-select-arrow{position:absolute;right:20px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:10px;color:#666}.childrens-button-group{display:flex;gap:15px;align-items:center}.childrens-apply-button{padding:16px 36px;background-color:#1a1a1a;color:#fff;border:none;font-size:12px;font-weight:700;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.childrens-apply-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.childrens-clear-button{padding:16px 36px;background-color:transparent;color:#666;border:none;font-size:12px;font-weight:600;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.childrens-clear-button:hover{color:#1a1a1a}.childrens-products-section{animation:fadeInUp .8s ease-out .5s both}.childrens-section-intro{text-align:center;margin-bottom:2rem;animation:fadeIn .8s ease-out}.childrens-section-heading{font-family:Playfair Display,serif;font-size:clamp(28px,4vw,42px);font-weight:500;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.childrens-heading-accent{width:70px;height:2px;background:linear-gradient(90deg,transparent,#1a1a1a,transparent);margin:0 auto 16px;border-radius:10px}.childrens-section-description{color:#666;font-size:16px;font-weight:300;max-width:600px;margin:1.5rem auto 0;line-height:1.8}.childrens-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;animation:fadeIn .8s ease-out;width:100%}@media(max-width:1200px){.childrens-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.childrens-product-grid{grid-template-columns:1fr;gap:2rem}}.childrens-product-card{background:#fff;border-radius:0;box-shadow:0 2px 8px #0000000a;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;cursor:pointer;opacity:0;animation:revealCard .6s ease-out forwards;max-width:380px;width:100%}.childrens-product-card:nth-child(1){animation-delay:.1s}.childrens-product-card:nth-child(2){animation-delay:.2s}.childrens-product-card:nth-child(3){animation-delay:.3s}.childrens-product-card:nth-child(4){animation-delay:.4s}.childrens-product-card:nth-child(5){animation-delay:.5s}.childrens-product-card:nth-child(6){animation-delay:.6s}.childrens-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1a05,#1a1a1a00);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.childrens-product-card:hover:before{opacity:1}.childrens-product-card:hover{box-shadow:0 24px 64px #0000001f;transform:translateY(-12px)}.childrens-product-image-container{position:relative;height:440px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);overflow:hidden}.childrens-product-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1);filter:grayscale(.1);will-change:transform}.childrens-product-card:hover .childrens-product-img{transform:scale(1.08);filter:grayscale(0)}.childrens-product-hover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1);padding:2rem;z-index:2}.childrens-product-card:hover .childrens-product-hover-overlay{opacity:1}.childrens-view-details-btn{background:#fff;color:#1a1a1a;border:2px solid transparent;padding:12px 32px;font-weight:600;font-size:13px;letter-spacing:.08em;cursor:pointer;box-shadow:0 6px 20px #00000040;border-radius:2px;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;font-family:Poppins,sans-serif;transform:translateY(20px);position:relative;overflow:hidden}.childrens-view-details-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.childrens-view-details-btn:hover:before{width:300px;height:300px}.childrens-product-card:hover .childrens-view-details-btn{transform:translateY(0)}.childrens-view-details-btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#1a1a1a;color:#fff}.childrens-view-details-btn:active{transform:translateY(-2px);background:#000;color:#fff}.childrens-product-details{padding:2.2rem;text-align:center;background-color:#fff;position:relative}.childrens-product-title{font-family:Playfair Display,serif;font-size:23px;font-weight:500;margin-bottom:11px;color:#1a1a1a;line-height:1.4;letter-spacing:.01em;transition:color .3s ease}.childrens-product-card:hover .childrens-product-title{color:#000}.childrens-product-brand{font-family:Poppins,sans-serif;font-size:15px;color:#a0a0a0;letter-spacing:.15em;text-transform:uppercase;margin-bottom:17px;font-weight:500}.childrens-product-price{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#1a1a1a}.childrens-no-products-container{text-align:center;padding:100px 20px;animation:fadeInUp .8s ease-out .5s both}.childrens-no-products-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;margin-bottom:20px;letter-spacing:-.01em;margin-top:-30px}.childrens-no-products-text{font-size:16px;color:#666;line-height:1.8;margin-bottom:30px;font-weight:300}.childrens-view-all-button{padding:18px 48px;background-color:#1a1a1a;color:#fff;border:none;font-size:13px;font-weight:700;letter-spacing:1.8px;cursor:pointer;transition:all .4s ease;font-family:Poppins,sans-serif;position:relative;overflow:hidden;margin-top:10px;text-decoration:none;display:inline-block}.childrens-view-all-button:before{content:"";position:absolute;inset:0 50%;background:#fff;z-index:-1;transition:all .4s ease}.childrens-view-all-button:hover:before{left:0;right:0}.childrens-view-all-button:hover{color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}@media(max-width:1399px)and (min-width:1200px){.childrens-product-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}@media(max-width:1199px)and (min-width:1024px){.childrens-collection-page{padding:50px 30px}.childrens-product-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.childrens-product-image-container{height:380px}.childrens-filter-container{padding:40px}}@media(max-width:1023px)and (min-width:992px){.childrens-collection-page{padding:45px 25px}.childrens-title{font-size:42px}.childrens-filter-container{padding:35px;margin-bottom:60px}.childrens-filter-title{font-size:32px;margin-bottom:40px}.childrens-filter-row{grid-template-columns:1fr 1fr;gap:25px}.childrens-button-group{grid-column:1 / -1;justify-content:center;margin-top:10px}.childrens-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.childrens-product-image-container{height:380px}}@media(max-width:991px)and (min-width:768px){.childrens-collection-page{padding:40px 20px}.childrens-header{margin-bottom:35px}.childrens-title{font-size:38px;margin-bottom:0}.childrens-item-count{font-size:12px}.childrens-divider{margin-bottom:50px}.childrens-filter-container{padding:30px 25px;margin-bottom:60px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.childrens-filter-title{font-size:24px;margin-bottom:30px;font-weight:400;text-align:center}.childrens-filter-title:after{width:50px;height:1px}.childrens-filter-row{grid-template-columns:1fr 1fr;gap:16px}.childrens-button-group{grid-column:1 / -1}.childrens-filter-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#000}.childrens-select{padding:12px 40px 12px 16px;border:1px solid #ddd;border-radius:2px;background:#fff;font-size:14px}.childrens-button-group{justify-content:space-between;margin-top:20px;flex-direction:row;width:100%}.childrens-apply-button{background:#000;color:#fff;padding:14px 32px;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.childrens-clear-button{background:transparent;color:#666;padding:14px 20px;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.childrens-section-intro{margin-bottom:4rem}.childrens-section-heading{font-size:34px}.childrens-section-description{font-size:15px}.childrens-product-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.childrens-product-image-container{height:340px}.childrens-product-details{padding:1.8rem}.childrens-product-title{font-size:20px}.childrens-product-brand{font-size:13px}.childrens-product-price{font-size:18px}}@media(max-width:767px)and (min-width:640px){.childrens-collection-page{padding:35px 18px}.childrens-title{font-size:34px}.childrens-filter-container{padding:25px 20px;margin-bottom:50px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.childrens-filter-title{font-size:22px;margin-bottom:25px;font-weight:400}.childrens-filter-title:after{width:45px}.childrens-filter-row{grid-template-columns:1fr 1fr;gap:14px}.childrens-button-group{grid-column:1 / -1}.childrens-filter-label{font-size:9px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.childrens-select{padding:12px 35px 12px 14px;font-size:13px;border:1px solid #ddd;background:#fff}.childrens-apply-button{padding:13px 28px;font-size:10px;background:#000}.childrens-clear-button{padding:13px 16px;font-size:10px}.childrens-button-group{justify-content:space-between;width:100%}.childrens-section-heading{font-size:30px}.childrens-section-description{font-size:14px}.childrens-product-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem}.childrens-product-image-container{height:300px}.childrens-product-details{padding:1.5rem}.childrens-product-title{font-size:18px}.childrens-product-price{font-size:17px}.childrens-view-details-btn{padding:10px 28px;font-size:12px}}@media(max-width:639px)and (min-width:480px){.childrens-collection-page{padding:30px 16px}.childrens-header{margin-bottom:30px}.childrens-title{font-size:30px}.childrens-item-count{font-size:11px}.childrens-divider{margin-bottom:40px}.childrens-filter-container{padding:22px 16px;margin-bottom:45px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.childrens-filter-title{font-size:20px;margin-bottom:22px;font-weight:400}.childrens-filter-title:after{width:40px}.childrens-filter-row{grid-template-columns:1fr 1fr;gap:14px}.childrens-button-group{grid-column:1 / -1}.childrens-filter-label{font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.childrens-select{padding:11px 35px 11px 14px;font-size:12px;border:1px solid #ddd;background:#fff}.childrens-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:12px;margin-top:18px}.childrens-apply-button{padding:12px 24px;font-size:9px;background:#000;flex:1}.childrens-clear-button{padding:12px 16px;font-size:9px;flex:0 0 auto}.childrens-section-intro{margin-bottom:3rem}.childrens-section-heading{font-size:26px}.childrens-section-description{font-size:13px;max-width:450px}.childrens-product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.childrens-product-image-container{height:260px}.childrens-product-details{padding:1.2rem}.childrens-product-title{font-size:16px;margin-bottom:8px}.childrens-product-brand{font-size:12px;margin-bottom:12px}.childrens-product-price{font-size:15px}.childrens-view-details-btn{padding:10px 24px;font-size:11px}.childrens-no-products-title{font-size:28px}.childrens-no-products-text{font-size:14px}}@media(max-width:479px)and (min-width:380px){.childrens-collection-page{padding:25px 14px}.childrens-header{margin-bottom:25px}.childrens-title{font-size:26px}.childrens-divider{margin-bottom:35px}.childrens-filter-container{padding:20px 14px;margin-bottom:40px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.childrens-filter-title{font-size:18px;margin-bottom:20px;font-weight:400}.childrens-filter-title:after{width:35px}.childrens-filter-row{grid-template-columns:1fr 1fr;gap:12px}.childrens-button-group{grid-column:1 / -1}.childrens-filter-label{font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.childrens-select{padding:11px 32px 11px 12px;font-size:12px;border:1px solid #ddd;background:#fff}.childrens-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:10px;margin-top:16px}.childrens-apply-button{padding:11px 20px;font-size:9px;background:#000;flex:1}.childrens-clear-button{padding:11px 12px;font-size:9px;flex:0 0 auto}.childrens-section-intro{margin-bottom:2.5rem}.childrens-section-heading{font-size:24px}.childrens-heading-accent{width:50px;margin-bottom:20px}.childrens-section-description{font-size:12px;max-width:350px}.childrens-product-grid{grid-template-columns:1fr;gap:1.5rem}.childrens-product-image-container{height:320px}.childrens-product-card:hover{transform:translateY(-6px)}.childrens-product-details{padding:1.2rem 1rem}.childrens-product-title{font-size:18px}.childrens-product-brand{font-size:12px}.childrens-product-price{font-size:16px}.childrens-view-details-btn{padding:10px 22px;font-size:10px}.childrens-no-products-container{padding:80px 16px}.childrens-no-products-title{font-size:24px}.childrens-view-all-button{padding:16px 40px;font-size:12px}}@media(max-width:379px){.childrens-collection-page{padding:20px 12px}.childrens-header{margin-bottom:20px}.childrens-title{font-size:22px}.childrens-item-count{font-size:10px}.childrens-divider{margin-bottom:30px}.childrens-filter-container{padding:18px 12px;margin-bottom:35px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.childrens-filter-title{font-size:16px;margin-bottom:18px;font-weight:400}.childrens-filter-title:after{width:30px}.childrens-filter-row{grid-template-columns:1fr 1fr;gap:10px}.childrens-button-group{grid-column:1 / -1}.childrens-filter-label{font-size:8px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.childrens-select{padding:10px 30px 10px 12px;font-size:11px;border:1px solid #ddd;background:#fff}.childrens-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:8px;margin-top:14px}.childrens-apply-button{padding:10px 18px;font-size:8px;background:#000;flex:1;letter-spacing:1px}.childrens-clear-button{padding:10px;font-size:8px;flex:0 0 auto;letter-spacing:1px}.childrens-section-intro{margin-bottom:2rem}.childrens-section-heading{font-size:20px}.childrens-heading-accent{width:40px;margin-bottom:16px}.childrens-section-description{font-size:11px;max-width:280px}.childrens-product-grid{grid-template-columns:1fr;gap:1.2rem}.childrens-product-image-container{height:280px}.childrens-product-details{padding:1rem .8rem}.childrens-product-title{font-size:16px;margin-bottom:8px}.childrens-product-brand{font-size:11px;margin-bottom:10px}.childrens-product-price{font-size:15px}.childrens-view-details-btn{padding:9px 20px;font-size:9px}.childrens-no-products-container{padding:60px 12px}.childrens-no-products-title{font-size:20px}.childrens-no-products-text{font-size:12px}.childrens-view-all-button{padding:14px 32px;font-size:11px}}@media(hover:none)and (pointer:coarse){.childrens-product-hover-overlay{opacity:.8}.childrens-view-details-btn{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.childrens-collection-page *,.childrens-collection-page *:before,.childrens-collection-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.childrens-collection-page .footer-main-wrapper{width:100vw;margin-left:calc(-50vw + 50%);margin-top:80px;margin-bottom:-50px;box-sizing:border-box}.childrens-collection-page{padding-bottom:0}.baby-collection-page{max-width:1400px;margin:0 auto;padding:30px 40px;background-color:#fafafa;min-height:100vh;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif}.baby-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px;animation:fadeInUp .8s ease-out}.baby-title{font-family:Playfair Display,serif;font-size:48px;font-weight:300;color:#1a1a1a;margin-bottom:0;margin-top:-10px;letter-spacing:-.02em;animation:fadeInUp .8s ease-out .1s both}.baby-item-count{font-size:13px;color:#999;letter-spacing:2px;font-weight:400;animation:fadeInUp .8s ease-out .2s both}.baby-divider{width:100%;height:1px;background-color:#d1d5db;margin-bottom:30px;animation:fadeInUp .8s ease-out .3s both}.baby-filter-container{background-color:#fff;padding:30px;margin-bottom:40px;border:1px solid #e5e5e5;border-top:3px solid #1a1a1a;animation:fadeInUp .8s ease-out .4s both}.baby-filter-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;text-align:center;margin-bottom:30px;letter-spacing:-.01em}.baby-filter-row{display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:end}.baby-filter-group{display:flex;flex-direction:column;gap:12px}.baby-filter-label{font-size:11px;font-weight:600;color:#1a1a1a;letter-spacing:1.5px}.baby-select-wrapper{position:relative}.baby-select{width:100%;padding:16px 20px;font-size:15px;color:#1a1a1a;background-color:#f8f8f8;border:1px solid #e0e0e0;border-radius:0;appearance:none;cursor:pointer;font-family:Poppins,sans-serif;transition:all .3s ease;outline:none}.baby-select:hover{border-color:#1a1a1a;background-color:#fff}.baby-select-arrow{position:absolute;right:20px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:10px;color:#666}.baby-button-group{display:flex;gap:15px;align-items:center}.baby-apply-button{padding:16px 36px;background-color:#1a1a1a;color:#fff;border:none;font-size:12px;font-weight:700;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.baby-apply-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.baby-clear-button{padding:16px 36px;background-color:transparent;color:#666;border:none;font-size:12px;font-weight:600;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.baby-clear-button:hover{color:#1a1a1a}.baby-products-section{animation:fadeInUp .8s ease-out .5s both}.baby-section-intro{text-align:center;margin-bottom:2rem;animation:fadeIn .8s ease-out}.baby-section-heading{font-family:Playfair Display,serif;font-size:clamp(28px,4vw,42px);font-weight:500;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.baby-heading-accent{width:70px;height:2px;background:linear-gradient(90deg,transparent,#1a1a1a,transparent);margin:0 auto 16px;border-radius:10px}.baby-section-description{color:#666;font-size:16px;font-weight:300;max-width:600px;margin:1.5rem auto 0;line-height:1.8}.baby-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;animation:fadeIn .8s ease-out;width:100%}@media(max-width:1200px){.baby-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.baby-product-grid{grid-template-columns:1fr;gap:2rem}}.baby-product-card{background:#fff;border-radius:0;box-shadow:0 2px 8px #0000000a;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;cursor:pointer;opacity:0;animation:revealCard .6s ease-out forwards;max-width:380px;width:100%}.baby-product-card:nth-child(1){animation-delay:.1s}.baby-product-card:nth-child(2){animation-delay:.2s}.baby-product-card:nth-child(3){animation-delay:.3s}.baby-product-card:nth-child(4){animation-delay:.4s}.baby-product-card:nth-child(5){animation-delay:.5s}.baby-product-card:nth-child(6){animation-delay:.6s}.baby-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1a05,#1a1a1a00);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.baby-product-card:hover:before{opacity:1}.baby-product-card:hover{box-shadow:0 24px 64px #0000001f;transform:translateY(-12px)}.baby-product-image-container{position:relative;height:440px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);overflow:hidden}.baby-product-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1);filter:grayscale(.1);will-change:transform}.baby-product-card:hover .baby-product-img{transform:scale(1.08);filter:grayscale(0)}.baby-product-hover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1);padding:2rem;z-index:2}.baby-product-card:hover .baby-product-hover-overlay{opacity:1}.baby-view-details-btn{background:#fff;color:#1a1a1a;border:2px solid transparent;padding:12px 32px;font-weight:600;font-size:13px;letter-spacing:.08em;cursor:pointer;box-shadow:0 6px 20px #00000040;border-radius:2px;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;font-family:Poppins,sans-serif;transform:translateY(20px);position:relative;overflow:hidden}.baby-view-details-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.baby-view-details-btn:hover:before{width:300px;height:300px}.baby-product-card:hover .baby-view-details-btn{transform:translateY(0)}.baby-view-details-btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#1a1a1a;color:#fff}.baby-view-details-btn:active{transform:translateY(-2px);background:#000;color:#fff}.baby-product-details{padding:2.2rem;text-align:center;background-color:#fff;position:relative}.baby-product-title{font-family:Playfair Display,serif;font-size:23px;font-weight:500;margin-bottom:11px;color:#1a1a1a;line-height:1.4;letter-spacing:.01em;transition:color .3s ease}.baby-product-card:hover .baby-product-title{color:#000}.baby-product-brand{font-family:Poppins,sans-serif;font-size:15px;color:#a0a0a0;letter-spacing:.15em;text-transform:uppercase;margin-bottom:17px;font-weight:500}.baby-product-price{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#1a1a1a}.baby-no-products-container{text-align:center;padding:100px 20px;animation:fadeInUp .8s ease-out .5s both}.baby-no-products-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;margin-bottom:20px;letter-spacing:-.01em;margin-top:-30px}.baby-no-products-text{font-size:16px;color:#666;line-height:1.8;margin-bottom:40px;font-weight:300}.baby-view-all-button{padding:18px 48px;background-color:#1a1a1a;color:#fff;border:none;font-size:13px;font-weight:700;letter-spacing:1.8px;cursor:pointer;transition:all .4s ease;font-family:Poppins,sans-serif;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.baby-view-all-button:before{content:"";position:absolute;inset:0 50%;background:#fff;z-index:-1;transition:all .4s ease}.baby-view-all-button:hover:before{left:0;right:0}.baby-view-all-button:hover{color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}@media(max-width:1399px)and (min-width:1200px){.baby-product-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}@media(max-width:1199px)and (min-width:1024px){.baby-collection-page{padding:50px 30px}.baby-product-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.baby-product-image-container{height:380px}.baby-filter-container{padding:40px}}@media(max-width:1023px)and (min-width:992px){.baby-collection-page{padding:45px 25px}.baby-title{font-size:42px}.baby-filter-container{padding:35px;margin-bottom:60px}.baby-filter-title{font-size:32px;margin-bottom:40px}.baby-filter-row{grid-template-columns:1fr 1fr;gap:25px}.baby-button-group{grid-column:1 / -1;justify-content:center;margin-top:10px}.baby-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.baby-product-image-container{height:380px}}@media(max-width:991px)and (min-width:768px){.baby-collection-page{padding:40px 20px}.baby-header{margin-bottom:35px}.baby-title{font-size:38px;margin-bottom:0}.baby-item-count{font-size:12px}.baby-divider{margin-bottom:50px}.baby-filter-container{padding:30px 25px;margin-bottom:60px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.baby-filter-title{font-size:24px;margin-bottom:30px;font-weight:400;text-align:center}.baby-filter-title:after{width:50px;height:1px}.baby-filter-row{grid-template-columns:1fr 1fr;gap:16px}.baby-button-group{grid-column:1 / -1}.baby-filter-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#000}.baby-select{padding:12px 40px 12px 16px;border:1px solid #ddd;border-radius:2px;background:#fff;font-size:14px}.baby-button-group{justify-content:space-between;margin-top:20px;flex-direction:row;width:100%}.baby-apply-button{background:#000;color:#fff;padding:14px 32px;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.baby-clear-button{background:transparent;color:#666;padding:14px 20px;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.baby-section-intro{margin-bottom:4rem}.baby-section-heading{font-size:34px}.baby-section-description{font-size:15px}.baby-product-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.baby-product-image-container{height:340px}.baby-product-details{padding:1.8rem}.baby-product-title{font-size:20px}.baby-product-brand{font-size:13px}.baby-product-price{font-size:18px}}@media(max-width:767px)and (min-width:640px){.baby-collection-page{padding:35px 18px}.baby-title{font-size:34px}.baby-filter-container{padding:25px 20px;margin-bottom:50px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.baby-filter-title{font-size:22px;margin-bottom:25px;font-weight:400}.baby-filter-title:after{width:45px}.baby-filter-row{grid-template-columns:1fr 1fr;gap:14px}.baby-button-group{grid-column:1 / -1}.baby-filter-label{font-size:9px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.baby-select{padding:12px 35px 12px 14px;font-size:13px;border:1px solid #ddd;background:#fff}.baby-apply-button{padding:13px 28px;font-size:10px;background:#000}.baby-clear-button{padding:13px 16px;font-size:10px}.baby-button-group{justify-content:space-between;width:100%}.baby-section-heading{font-size:30px}.baby-section-description{font-size:14px}.baby-product-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem}.baby-product-image-container{height:300px}.baby-product-details{padding:1.5rem}.baby-product-title{font-size:18px}.baby-product-price{font-size:17px}.baby-view-details-btn{padding:10px 28px;font-size:12px}}@media(max-width:639px)and (min-width:480px){.baby-collection-page{padding:30px 16px}.baby-header{margin-bottom:30px}.baby-title{font-size:30px}.baby-item-count{font-size:11px}.baby-divider{margin-bottom:40px}.baby-filter-container{padding:22px 16px;margin-bottom:45px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.baby-filter-title{font-size:20px;margin-bottom:22px;font-weight:400}.baby-filter-title:after{width:40px}.baby-filter-row{grid-template-columns:1fr 1fr;gap:14px}.baby-button-group{grid-column:1 / -1}.baby-filter-label{font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.baby-select{padding:11px 35px 11px 14px;font-size:12px;border:1px solid #ddd;background:#fff}.baby-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:12px;margin-top:18px}.baby-apply-button{padding:12px 24px;font-size:9px;background:#000;flex:1}.baby-clear-button{padding:12px 16px;font-size:9px;flex:0 0 auto}.baby-section-intro{margin-bottom:3rem}.baby-section-heading{font-size:26px}.baby-section-description{font-size:13px;max-width:450px}.baby-product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.baby-product-image-container{height:260px}.baby-product-details{padding:1.2rem}.baby-product-title{font-size:16px;margin-bottom:8px}.baby-product-brand{font-size:12px;margin-bottom:12px}.baby-product-price{font-size:15px}.baby-view-details-btn{padding:10px 24px;font-size:11px}.baby-no-products-title{font-size:28px}.baby-no-products-text{font-size:14px}}@media(max-width:479px)and (min-width:380px){.baby-collection-page{padding:25px 14px}.baby-header{margin-bottom:25px}.baby-title{font-size:26px}.baby-divider{margin-bottom:35px}.baby-filter-container{padding:20px 14px;margin-bottom:40px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.baby-filter-title{font-size:18px;margin-bottom:20px;font-weight:400}.baby-filter-title:after{width:35px}.baby-filter-row{grid-template-columns:1fr 1fr;gap:12px}.baby-button-group{grid-column:1 / -1}.baby-filter-label{font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.baby-select{padding:11px 32px 11px 12px;font-size:12px;border:1px solid #ddd;background:#fff}.baby-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:10px;margin-top:16px}.baby-apply-button{padding:11px 20px;font-size:9px;background:#000;flex:1}.baby-clear-button{padding:11px 12px;font-size:9px;flex:0 0 auto}.baby-section-intro{margin-bottom:2.5rem}.baby-section-heading{font-size:24px}.baby-heading-accent{width:50px;margin-bottom:20px}.baby-section-description{font-size:12px;max-width:350px}.baby-product-grid{grid-template-columns:1fr;gap:1.5rem}.baby-product-image-container{height:320px}.baby-product-card:hover{transform:translateY(-6px)}.baby-product-details{padding:1.2rem 1rem}.baby-product-title{font-size:18px}.baby-product-brand{font-size:12px}.baby-product-price{font-size:16px}.baby-view-details-btn{padding:10px 22px;font-size:10px}.baby-no-products-container{padding:80px 16px}.baby-no-products-title{font-size:24px}.baby-view-all-button{padding:16px 40px;font-size:12px}}@media(max-width:379px){.baby-collection-page{padding:20px 12px}.baby-header{margin-bottom:20px}.baby-title{font-size:22px}.baby-item-count{font-size:10px}.baby-divider{margin-bottom:30px}.baby-filter-container{padding:18px 12px;margin-bottom:35px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.baby-filter-title{font-size:16px;margin-bottom:18px;font-weight:400}.baby-filter-title:after{width:30px}.baby-filter-row{grid-template-columns:1fr 1fr;gap:10px}.baby-button-group{grid-column:1 / -1}.baby-filter-label{font-size:8px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.baby-select{padding:10px 30px 10px 12px;font-size:11px;border:1px solid #ddd;background:#fff}.baby-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:8px;margin-top:14px}.baby-apply-button{padding:10px 18px;font-size:8px;background:#000;flex:1;letter-spacing:1px}.baby-clear-button{padding:10px;font-size:8px;flex:0 0 auto;letter-spacing:1px}.baby-section-intro{margin-bottom:2rem}.baby-section-heading{font-size:20px}.baby-heading-accent{width:40px;margin-bottom:16px}.baby-section-description{font-size:11px;max-width:280px}.baby-product-grid{grid-template-columns:1fr;gap:1.2rem}.baby-product-image-container{height:280px}.baby-product-details{padding:1rem .8rem}.baby-product-title{font-size:16px;margin-bottom:8px}.baby-product-brand{font-size:11px;margin-bottom:10px}.baby-product-price{font-size:15px}.baby-view-details-btn{padding:9px 20px;font-size:9px}.baby-no-products-container{padding:60px 12px}.baby-no-products-title{font-size:20px}.baby-no-products-text{font-size:12px}.baby-view-all-button{padding:14px 32px;font-size:11px}}@media(hover:none)and (pointer:coarse){.baby-product-hover-overlay{opacity:.8}.baby-view-details-btn{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.baby-collection-page *,.baby-collection-page *:before,.baby-collection-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.baby-collection-page .footer-main-wrapper{width:100vw;margin-left:calc(-50vw + 50%);margin-top:80px;margin-bottom:-50px;box-sizing:border-box}.baby-collection-page{padding-bottom:0}.sports-collection-page{max-width:1400px;margin:0 auto;padding:30px 40px;background-color:#fafafa;min-height:100vh;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif}.sports-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px;animation:fadeInUp .8s ease-out}.sports-title{font-family:Playfair Display,serif;font-size:48px;font-weight:300;color:#1a1a1a;margin-bottom:0;margin-top:-10px;letter-spacing:-.02em;animation:fadeInUp .8s ease-out .1s both}.sports-item-count{font-size:13px;color:#999;letter-spacing:2px;font-weight:400;animation:fadeInUp .8s ease-out .2s both}.sports-divider{width:100%;height:1px;background-color:#d1d5db;margin-bottom:30px;animation:fadeInUp .8s ease-out .3s both}.sports-filter-container{background-color:#fff;padding:30px;margin-bottom:40px;border:1px solid #e5e5e5;border-top:3px solid #1a1a1a;animation:fadeInUp .8s ease-out .4s both}.sports-filter-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;text-align:center;margin-bottom:30px;letter-spacing:-.01em}.sports-filter-row{display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:end}.sports-filter-group{display:flex;flex-direction:column;gap:12px}.sports-filter-label{font-size:11px;font-weight:600;color:#1a1a1a;letter-spacing:1.5px}.sports-select-wrapper{position:relative}.sports-select{width:100%;padding:16px 20px;font-size:15px;color:#1a1a1a;background-color:#f8f8f8;border:1px solid #e0e0e0;border-radius:0;appearance:none;cursor:pointer;font-family:Poppins,sans-serif;transition:all .3s ease;outline:none}.sports-select:hover{border-color:#1a1a1a;background-color:#fff}.sports-select-arrow{position:absolute;right:20px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:10px;color:#666}.sports-button-group{display:flex;gap:15px;align-items:center}.sports-apply-button{padding:16px 36px;background-color:#1a1a1a;color:#fff;border:none;font-size:12px;font-weight:700;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.sports-apply-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.sports-clear-button{padding:16px 36px;background-color:transparent;color:#666;border:none;font-size:12px;font-weight:600;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.sports-clear-button:hover{color:#1a1a1a}.sports-products-section{animation:fadeInUp .8s ease-out .5s both}.sports-section-intro{text-align:center;margin-bottom:2rem;animation:fadeIn .8s ease-out}.sports-section-heading{font-family:Playfair Display,serif;font-size:clamp(28px,4vw,42px);font-weight:500;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.sports-heading-accent{width:70px;height:2px;background:linear-gradient(90deg,transparent,#1a1a1a,transparent);margin:0 auto 16px;border-radius:10px}.active-category-filter-bar{display:inline-flex;align-items:center;gap:8px;margin-top:4px;margin-bottom:24px;animation:fadeIn .3s ease-out}.active-filter-label{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.active-filter-tag{display:inline-flex;align-items:center;gap:6px;background:#0f172a;color:#fff;padding:4px 12px;border-radius:20px;font-size:12.5px;font-weight:500;letter-spacing:.02em;box-shadow:0 2px 8px #0f172a26}.remove-filter-x{color:#94a3b8;text-decoration:none;font-size:16px;font-weight:700;line-height:1;transition:color .2s ease;margin-left:2px}.remove-filter-x:hover{color:#fff}.sports-section-description{color:#666;font-size:16px;font-weight:300;max-width:600px;margin:1.5rem auto 0;line-height:1.8}.sports-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;animation:fadeIn .8s ease-out;width:100%}@media(max-width:1200px){.sports-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.sports-product-grid{grid-template-columns:1fr;gap:2rem}}.sports-product-card{background:#fff;border-radius:0;box-shadow:0 2px 8px #0000000a;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;cursor:pointer;opacity:0;animation:revealCard .6s ease-out forwards;max-width:380px;width:100%}.sports-product-card:nth-child(1){animation-delay:.1s}.sports-product-card:nth-child(2){animation-delay:.2s}.sports-product-card:nth-child(3){animation-delay:.3s}.sports-product-card:nth-child(4){animation-delay:.4s}.sports-product-card:nth-child(5){animation-delay:.5s}.sports-product-card:nth-child(6){animation-delay:.6s}.sports-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1a05,#1a1a1a00);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.sports-product-card:hover:before{opacity:1}.sports-product-card:hover{box-shadow:0 24px 64px #0000001f;transform:translateY(-12px)}.sports-product-image-container{position:relative;height:440px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);overflow:hidden}.sports-product-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1);filter:grayscale(.1);will-change:transform}.sports-product-card:hover .sports-product-img{transform:scale(1.08);filter:grayscale(0)}.sports-product-hover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1);padding:2rem;z-index:2}.sports-product-card:hover .sports-product-hover-overlay{opacity:1}.sports-view-details-btn{background:#fff;color:#1a1a1a;border:2px solid transparent;padding:12px 32px;font-weight:600;font-size:13px;letter-spacing:.08em;cursor:pointer;box-shadow:0 6px 20px #00000040;border-radius:2px;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;font-family:Poppins,sans-serif;transform:translateY(20px);position:relative;overflow:hidden}.sports-view-details-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.sports-view-details-btn:hover:before{width:300px;height:300px}.sports-product-card:hover .sports-view-details-btn{transform:translateY(0)}.sports-view-details-btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#1a1a1a;color:#fff}.sports-view-details-btn:active{transform:translateY(-2px);background:#000;color:#fff}.sports-product-details{padding:2.2rem;text-align:center;background-color:#fff;position:relative}.sports-product-title{font-family:Playfair Display,serif;font-size:23px;font-weight:500;margin-bottom:11px;color:#1a1a1a;line-height:1.4;letter-spacing:.01em;transition:color .3s ease}.sports-product-card:hover .sports-product-title{color:#000}.sports-product-brand{font-family:Poppins,sans-serif;font-size:15px;color:#a0a0a0;letter-spacing:.15em;text-transform:uppercase;margin-bottom:17px;font-weight:500}.sports-product-price{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#1a1a1a}.sports-no-products-container{text-align:center;padding:100px 20px;animation:fadeInUp .8s ease-out .5s both}.sports-no-products-title{font-family:Playfair Display,serif;font-size:36px;font-weight:400;color:#1a1a1a;margin-bottom:20px;letter-spacing:-.01em;margin-top:-30px}.sports-no-products-text{font-size:16px;color:#666;line-height:1.8;margin-bottom:40px;font-weight:300}.sports-view-all-button{padding:18px 48px;background-color:#1a1a1a;color:#fff;border:none;font-size:13px;font-weight:700;letter-spacing:1.8px;cursor:pointer;transition:all .4s ease;font-family:Poppins,sans-serif;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.sports-view-all-button:before{content:"";position:absolute;inset:0 50%;background:#fff;z-index:-1;transition:all .4s ease}.sports-view-all-button:hover:before{left:0;right:0}.sports-view-all-button:hover{color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}@media(max-width:1399px)and (min-width:1200px){.sports-product-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}@media(max-width:1199px)and (min-width:1024px){.sports-collection-page{padding:50px 30px}.sports-product-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.sports-product-image-container{height:380px}.sports-filter-container{padding:40px}}@media(max-width:1023px)and (min-width:992px){.sports-collection-page{padding:45px 25px}.sports-title{font-size:42px}.sports-filter-container{padding:35px;margin-bottom:60px}.sports-filter-title{font-size:32px;margin-bottom:40px}.sports-filter-row{grid-template-columns:1fr 1fr;gap:25px}.sports-button-group{grid-column:1 / -1;justify-content:center;margin-top:10px}.sports-product-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.sports-product-image-container{height:380px}}@media(max-width:991px)and (min-width:768px){.sports-collection-page{padding:40px 20px}.sports-header{margin-bottom:35px}.sports-title{font-size:38px;margin-bottom:0}.sports-item-count{font-size:12px}.sports-divider{margin-bottom:50px}.sports-filter-container{padding:30px 25px;margin-bottom:60px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.sports-filter-title{font-size:24px;margin-bottom:30px;font-weight:400;text-align:center}.sports-filter-title:after{width:50px;height:1px}.sports-filter-row{grid-template-columns:1fr 1fr;gap:16px}.sports-button-group{grid-column:1 / -1}.sports-filter-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#000}.sports-select{padding:12px 40px 12px 16px;border:1px solid #ddd;border-radius:2px;background:#fff;font-size:14px}.sports-button-group{justify-content:space-between;margin-top:20px;flex-direction:row;width:100%}.sports-apply-button{background:#000;color:#fff;padding:14px 32px;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.sports-clear-button{background:transparent;color:#666;padding:14px 20px;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.sports-section-intro{margin-bottom:4rem}.sports-section-heading{font-size:34px}.sports-section-description{font-size:15px}.sports-product-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.sports-product-image-container{height:340px}.sports-product-details{padding:1.8rem}.sports-product-title{font-size:20px}.sports-product-brand{font-size:13px}.sports-product-price{font-size:18px}}@media(max-width:767px)and (min-width:640px){.sports-collection-page{padding:35px 18px}.sports-title{font-size:34px}.sports-filter-container{padding:25px 20px;margin-bottom:50px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.sports-filter-title{font-size:22px;margin-bottom:25px;font-weight:400}.sports-filter-title:after{width:45px}.sports-filter-row{grid-template-columns:1fr 1fr;gap:14px}.sports-button-group{grid-column:1 / -1}.sports-filter-label{font-size:9px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.sports-select{padding:12px 35px 12px 14px;font-size:13px;border:1px solid #ddd;background:#fff}.sports-apply-button{padding:13px 28px;font-size:10px;background:#000}.sports-clear-button{padding:13px 16px;font-size:10px}.sports-button-group{justify-content:space-between;width:100%}.sports-section-heading{font-size:30px}.sports-section-description{font-size:14px}.sports-product-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem}.sports-product-image-container{height:300px}.sports-product-details{padding:1.5rem}.sports-product-title{font-size:18px}.sports-product-price{font-size:17px}.sports-view-details-btn{padding:10px 28px;font-size:12px}}@media(max-width:639px)and (min-width:480px){.sports-collection-page{padding:30px 16px}.sports-header{margin-bottom:30px}.sports-title{font-size:30px}.sports-item-count{font-size:11px}.sports-divider{margin-bottom:40px}.sports-filter-container{padding:22px 16px;margin-bottom:45px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.sports-filter-title{font-size:20px;margin-bottom:22px;font-weight:400}.sports-filter-title:after{width:40px}.sports-filter-row{grid-template-columns:1fr 1fr;gap:14px}.sports-button-group{grid-column:1 / -1}.sports-filter-label{font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.sports-select{padding:11px 35px 11px 14px;font-size:12px;border:1px solid #ddd;background:#fff}.sports-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:12px;margin-top:18px}.sports-apply-button{padding:12px 24px;font-size:9px;background:#000;flex:1}.sports-clear-button{padding:12px 16px;font-size:9px;flex:0 0 auto}.sports-section-intro{margin-bottom:3rem}.sports-section-heading{font-size:26px}.sports-section-description{font-size:13px;max-width:450px}.sports-product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.sports-product-image-container{height:260px}.sports-product-details{padding:1.2rem}.sports-product-title{font-size:16px;margin-bottom:8px}.sports-product-brand{font-size:12px;margin-bottom:12px}.sports-product-price{font-size:15px}.sports-view-details-btn{padding:10px 24px;font-size:11px}.sports-no-products-title{font-size:28px}.sports-no-products-text{font-size:14px}}@media(max-width:479px)and (min-width:380px){.sports-collection-page{padding:25px 14px}.sports-header{margin-bottom:25px}.sports-title{font-size:26px}.sports-divider{margin-bottom:35px}.sports-filter-container{padding:20px 14px;margin-bottom:40px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.sports-filter-title{font-size:18px;margin-bottom:20px;font-weight:400}.sports-filter-title:after{width:35px}.sports-filter-row{grid-template-columns:1fr 1fr;gap:12px}.sports-button-group{grid-column:1 / -1}.sports-filter-label{font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.sports-select{padding:11px 32px 11px 12px;font-size:12px;border:1px solid #ddd;background:#fff}.sports-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:10px;margin-top:16px}.sports-apply-button{padding:11px 20px;font-size:9px;background:#000;flex:1}.sports-clear-button{padding:11px 12px;font-size:9px;flex:0 0 auto}.sports-section-intro{margin-bottom:2.5rem}.sports-section-heading{font-size:24px}.sports-heading-accent{width:50px;margin-bottom:20px}.sports-section-description{font-size:12px;max-width:350px}.sports-product-grid{grid-template-columns:1fr;gap:1.5rem}.sports-product-image-container{height:320px}.sports-product-card:hover{transform:translateY(-6px)}.sports-product-details{padding:1.2rem 1rem}.sports-product-title{font-size:18px}.sports-product-brand{font-size:12px}.sports-product-price{font-size:16px}.sports-view-details-btn{padding:10px 22px;font-size:10px}.sports-no-products-container{padding:80px 16px}.sports-no-products-title{font-size:24px}.sports-view-all-button{padding:16px 40px;font-size:12px}}@media(max-width:379px){.sports-collection-page{padding:20px 12px}.sports-header{margin-bottom:20px}.sports-title{font-size:22px}.sports-item-count{font-size:10px}.sports-divider{margin-bottom:30px}.sports-filter-container{padding:18px 12px;margin-bottom:35px;background:#fff;border:1px solid #e0e0e0;border-top:2px solid #000}.sports-filter-title{font-size:16px;margin-bottom:18px;font-weight:400}.sports-filter-title:after{width:30px}.sports-filter-row{grid-template-columns:1fr 1fr;gap:10px}.sports-button-group{grid-column:1 / -1}.sports-filter-label{font-size:8px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.sports-select{padding:10px 30px 10px 12px;font-size:11px;border:1px solid #ddd;background:#fff}.sports-button-group{flex-direction:row;justify-content:space-between;width:100%;gap:8px;margin-top:14px}.sports-apply-button{padding:10px 18px;font-size:8px;background:#000;flex:1;letter-spacing:1px}.sports-clear-button{padding:10px;font-size:8px;flex:0 0 auto;letter-spacing:1px}.sports-section-intro{margin-bottom:2rem}.sports-section-heading{font-size:20px}.sports-heading-accent{width:40px;margin-bottom:16px}.sports-section-description{font-size:11px;max-width:280px}.sports-product-grid{grid-template-columns:1fr;gap:1.2rem}.sports-product-image-container{height:280px}.sports-product-details{padding:1rem .8rem}.sports-product-title{font-size:16px;margin-bottom:8px}.sports-product-brand{font-size:11px;margin-bottom:10px}.sports-product-price{font-size:15px}.sports-view-details-btn{padding:9px 20px;font-size:9px}.sports-no-products-container{padding:60px 12px}.sports-no-products-title{font-size:20px}.sports-no-products-text{font-size:12px}.sports-view-all-button{padding:14px 32px;font-size:11px}}@media(hover:none)and (pointer:coarse){.sports-product-hover-overlay{opacity:.8}.sports-view-details-btn{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.sports-collection-page *,.sports-collection-page *:before,.sports-collection-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.sports-collection-page .footer-main-wrapper{width:100vw;margin-left:calc(-50vw + 50%);margin-top:80px;margin-bottom:-50px;box-sizing:border-box}.sports-collection-page{padding-bottom:0}.custom-garment-thumb-wrapper{position:relative;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.08);flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}.custom-garment-thumb-wrapper:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000001f}.cgt-img-fill,.cgt-base-garment{width:100%;height:100%;object-fit:cover;display:block}.cgt-silhouette-svg{width:90%;height:90%;display:block}.cgt-print-zone{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;z-index:2;overflow:visible}.cgt-motif-img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 1px 3px rgba(0,0,0,.2));transform-origin:center center}.cgt-text-overlay{font-size:7px;font-weight:700;line-height:1.1;text-align:center;white-space:nowrap;margin-top:2px;text-shadow:0 0 2px rgba(255,255,255,.8),0 1px 3px rgba(0,0,0,.2)}.cgt-bespoke-badge{position:absolute;bottom:2px;right:2px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:7px;font-weight:700;padding:1px 4px;border-radius:4px;letter-spacing:.5px;text-transform:uppercase;z-index:3;box-shadow:0 1px 3px #0003}.product-modal-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.product-modal-content{background:#fff;border-radius:0;padding:2.5rem;max-width:520px;width:90%;text-align:center;box-shadow:0 10px 40px #00000026;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.product-modal-title{margin:0 0 1rem;font-size:2.5rem;font-weight:400;color:#1a1a1a;font-family:Playfair Display,Georgia,serif;letter-spacing:-.01em;line-height:1.2}.product-modal-subtitle{margin:0 0 3rem;font-size:1.05rem;color:#666;line-height:1.6;font-weight:400;font-family:Inter,sans-serif}.product-modal-item-display{margin-bottom:3rem;text-align:left;position:relative;padding-left:22px}.product-modal-item-border{width:3px;background:#000;position:absolute;left:0;top:0;bottom:0}.product-modal-item-info{display:flex;flex-direction:row;gap:2rem;align-items:center;background:#fafafa;padding:1.75rem 2rem}.product-modal-item-image{flex-shrink:0;width:95px;height:95px;border-radius:0;overflow:hidden;background:#fff;box-shadow:0 4px 12px #0000001a}.product-modal-item-image img{width:100%;height:100%;object-fit:cover}.product-modal-item-details{flex:1;padding-top:0}.product-modal-item-name{margin:0 0 1.25rem;font-size:1.15rem;font-weight:500;color:#1a1a1a;font-family:Playfair Display,Georgia,serif;letter-spacing:-.01em;line-height:1.3}.product-modal-item-meta{display:flex;flex-direction:column;gap:.65rem}.product-modal-meta-row{margin:0;font-size:.95rem;color:#666;font-weight:400;font-family:Inter,sans-serif}.product-modal-meta-row span{font-weight:500;color:#1a1a1a}.product-modal-actions{display:flex;gap:1.5rem;margin-top:0}.product-modal-btn,.product-modal-btn-primary,.product-modal-btn-secondary{flex:1;padding:.5rem 2.5rem;font-size:.9rem;font-weight:600;border-radius:0;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;letter-spacing:.8px;text-transform:uppercase;position:relative;overflow:hidden;font-family:Inter,sans-serif;min-height:46px}.product-modal-btn-primary:before,.product-modal-btn-secondary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.product-modal-btn-primary:hover:before,.product-modal-btn-secondary:hover:before{width:300px;height:300px}.product-modal-btn-primary{background:#1a1a1a;color:#fff;border-color:#1a1a1a;box-shadow:0 6px 20px #00000040}.product-modal-btn-primary:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#000;color:#fff}.product-modal-btn-primary:active{transform:translateY(-2px)}.product-modal-btn-secondary{background:#fff;color:#1a1a1a;border-color:#1a1a1a;box-shadow:0 6px 20px #00000040}.product-modal-btn-secondary:before{background:#0000000d}.product-modal-btn-secondary:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#e8e8e8;color:#1a1a1a}.product-modal-btn-secondary:active{transform:translateY(-2px)}@media(max-width:1024px){.product-modal-content{max-width:480px;padding:2.25rem 2rem}.product-modal-title{font-size:2.25rem}.product-modal-item-image{width:88px;height:88px}.product-modal-item-name{font-size:1.25rem}}@media(max-width:640px){.product-modal-content{padding:2rem 1.5rem;width:92%;max-width:92%}.product-modal-title{font-size:1.75rem;margin-bottom:.75rem}.product-modal-subtitle{font-size:.9rem;margin-bottom:2rem;line-height:1.5}.product-modal-item-display{margin-bottom:2rem;padding-left:18px}.product-modal-item-border{width:3px}.product-modal-item-info{flex-direction:row;gap:1.15rem;align-items:center;padding:1.25rem}.product-modal-item-image{width:78px;height:78px}.product-modal-item-name{font-size:1.1rem;margin-bottom:1rem}.product-modal-meta-row{font-size:.9rem}.product-modal-item-meta{gap:.5rem}.product-modal-actions{flex-direction:column;gap:1rem;margin-top:0}.product-modal-btn-primary,.product-modal-btn-secondary{width:100%;padding:.5rem 1.5rem;font-size:.85rem;letter-spacing:.7px}}@media(max-width:480px){.product-modal-content{padding:1.75rem 1.25rem;width:95%}.product-modal-title{font-size:1.5rem}.product-modal-subtitle{font-size:.85rem;margin-bottom:1.75rem}.product-modal-item-display{padding:1.25rem}.product-modal-item-info{gap:1rem}.product-modal-item-image{width:75px;height:75px}.product-modal-item-name{font-size:1rem;margin-bottom:.875rem}.product-modal-meta-row{font-size:.85rem}.product-modal-meta-row span{font-size:.9rem}.product-modal-btn-primary,.product-modal-btn-secondary{padding:.5rem 1.25rem;font-size:.8rem}}@media(max-width:375px){.product-modal-content{padding:1.5rem 1rem}.product-modal-title{font-size:1.35rem}.product-modal-subtitle{font-size:.8rem}.product-modal-item-display{padding:1rem}.product-modal-item-info{gap:.875rem}.product-modal-item-image{width:65px;height:65px}.product-modal-item-name{font-size:.95rem}.product-modal-meta-row{font-size:.8rem}.product-modal-btn-primary,.product-modal-btn-secondary{padding:.5rem 1rem;font-size:.75rem}}.customize-studio-wrapper{background-color:#fbfbfb;min-height:100vh;color:#111;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column;padding-top:0}.studio-topbar{background:#fffffffa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #e5e5e5;padding:10px 32px;position:relative;z-index:50;box-shadow:0 4px 20px #00000008;transition:all .3s ease}.studio-topbar-inner{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.studio-header-left{display:flex;align-items:center;gap:16px}.studio-title{font-family:Playfair Display,serif;font-size:30px;font-weight:500;letter-spacing:-.01em;color:#111;margin:0;line-height:1.2}.studio-header-price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;background:#fff;border:1.5px solid #e5e5e5;border-radius:2px;padding:8px 20px;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}.studio-header-price:hover{border-color:#111;box-shadow:0 4px 16px #00000014}.studio-header-price .price-label{font-family:Poppins,sans-serif;font-size:10px;font-weight:600;letter-spacing:.15em;color:#777;text-transform:uppercase;margin-bottom:2px}.price-main-row{display:flex;align-items:baseline;gap:10px}.studio-header-price .price-amount{font-family:Poppins,sans-serif;font-size:26px;font-weight:700;color:#000;line-height:1.1;letter-spacing:-.02em}.studio-header-price .price-sub{font-family:Poppins,sans-serif;font-size:12px;color:#666;font-weight:400}.studio-container{max-width:1440px;margin:12px auto 20px;padding:0 32px;display:grid;grid-template-columns:1.18fr .82fr;gap:28px;flex:1;width:100%;box-sizing:border-box;align-items:flex-start}.studio-stage-column{display:flex;flex-direction:column;gap:16px;position:sticky;top:calc(var(--user-header-height, 100px) + 16px);align-self:flex-start;height:fit-content;max-height:calc(100vh - var(--user-header-height, 100px) - 32px);z-index:20}.stage-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px 20px;box-shadow:0 4px 20px #0000000a;display:flex;flex-direction:column;align-items:center;position:relative;transition:box-shadow .3s ease;box-sizing:border-box}.stage-card:hover{box-shadow:0 12px 36px #00000012}.stage-controls-header{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:10px;flex-wrap:wrap}.side-toggle-group{display:inline-flex;background:#f1f5f9;padding:3px;border-radius:6px;gap:4px;border:1px solid #e2e8f0}.side-toggle-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:4px;border:1.5px solid transparent;background:transparent;font-family:Poppins,sans-serif;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#64748b;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.side-toggle-pill.active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 3px 10px #0f172a33}.side-toggle-pill .pill-dot{width:6px;height:6px;border-radius:50%;background:#94a3b8;transition:background .2s ease}.side-toggle-pill.active .pill-dot{background:#fff}.side-indicator-dot{width:6px;height:6px;border-radius:50%;background:#10b981}.side-blank-badge{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#777;background:#e5e5e5;padding:2px 7px;border-radius:2px;margin-left:4px}.stage-aux-actions{display:flex;align-items:center;gap:8px}.stage-mini-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1.5px solid #e2e8f0;border-radius:6px;padding:7px 14px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1e293b;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.stage-mini-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}.stage-mini-btn.danger{color:#dc2626;border-color:#fecaca;background:snow}.stage-mini-btn.danger:hover{background:#dc2626;color:#fff;border-color:#dc2626;box-shadow:0 4px 12px #dc262640}.placement-mode-bar{width:100%;display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:5px 10px;margin-bottom:8px;gap:8px;box-sizing:border-box}.placement-mode-title{font-family:Poppins,sans-serif;font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#475569}.placement-mode-toggle-group{display:flex;gap:4px;background:#f1f5f9;padding:2px;border-radius:4px}.placement-mode-btn{display:inline-flex;align-items:center;gap:4px;border:1px solid transparent;background:transparent;padding:5px 10px;border-radius:4px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#64748b;cursor:pointer;transition:all .2s ease}.placement-mode-btn:hover{color:#0f172a;background:#fffc}.placement-mode-btn.active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 2px 6px #0f172a26}.stage-canvas-workspace-row{width:100%;display:flex;align-items:stretch;gap:12px;box-sizing:border-box}.tshirt-visualizer-box{flex:1;min-width:0;display:flex;justify-content:center;align-items:center;padding:0;height:475px;max-height:475px;position:relative;overflow:hidden;background:radial-gradient(circle at 45% 45%,#fbfbfc,#edf1f5);border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box}.plain-tshirt-svg-container{width:auto;height:100%;max-height:100%;max-width:100%;aspect-ratio:500 / 580;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:8px}.tshirt-2d-canvas-wrap{width:auto;height:100%;max-height:100%;max-width:100%;aspect-ratio:500 / 580;display:flex;justify-content:center;align-items:center}.tshirt-2d-svg{width:100%;height:100%;display:block;filter:drop-shadow(0 10px 24px rgba(0,0,0,.08));user-select:none;-webkit-user-select:none}.stage-side-tools-dock{width:108px;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 8px;box-sizing:border-box;gap:12px}.stage-side-dock-section{display:flex;flex-direction:column;gap:8px;align-items:center;width:100%}.stage-side-dock-label{font-family:Poppins,sans-serif;font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;text-align:center;border-bottom:1px solid #e2e8f0;width:100%;padding-bottom:4px}.dock-actions-stack{display:flex;flex-direction:column;gap:6px;width:100%}.dock-tool-btn{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;padding:8px 6px;background:#fff;border:1.5px solid #e2e8f0;border-radius:6px;font-family:Poppins,sans-serif;font-size:10.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#1e293b;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000a}.dock-tool-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a;transform:translateY(-1px);box-shadow:0 3px 8px #0f172a26}.dock-tool-btn.active{background:#0f172a;color:#fff;border-color:#0f172a}.dock-dpad{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.dock-dpad-mid{display:flex;align-items:center;justify-content:center;gap:4px}.dock-dpad-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid #cbd5e1;border-radius:6px;cursor:pointer;color:#1e293b;padding:0;transition:all .15s ease;box-shadow:0 1px 2px #0000000a}.dock-dpad-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a;transform:scale(1.08)}.dock-dpad-btn.center{background:#f1f5f9;font-size:13px;font-weight:700;color:#475569}.dock-dpad-btn.center:hover{background:#0f172a;color:#fff}.interactive-text-drag-group{user-select:none;-webkit-user-select:none;touch-action:none}.text-drag-outline{opacity:0;transition:opacity .15s ease,stroke .15s ease}.interactive-text-drag-group:hover .text-drag-outline{opacity:.8}.text-drag-outline.is-dragging{opacity:1;stroke:#000;stroke-width:2}.stage-quick-modifiers{width:100%;margin-top:10px;padding-top:10px;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:10px}.modifiers-grid-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modifier-col{display:flex;flex-direction:column;gap:4px}.modifier-col-header{display:flex;justify-content:space-between;align-items:center}.modifier-col .modifier-label{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#444}.modifier-val-badge{font-family:Poppins,sans-serif;font-size:10.5px;font-weight:700;color:#000;background:#f0f0f0;padding:1px 6px;border-radius:2px}.studio-range-slider{width:100%;height:4px;-webkit-appearance:none;appearance:none;background:#e5e5e5;border-radius:2px;outline:none;transition:background .2s ease}.studio-range-slider:focus{background:#ccc}.studio-range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#000;border:2px solid #ffffff;box-shadow:0 2px 5px #0000004d;cursor:pointer;transition:transform .15s ease}.studio-range-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.studio-control-column{display:flex;flex-direction:column;gap:24px}.studio-panel-card{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:26px;box-shadow:0 4px 20px #00000008;transition:box-shadow .3s ease}.studio-panel-card:hover{box-shadow:0 8px 28px #0000000f}.panel-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;gap:12px;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.panel-section-title{font-family:Playfair Display,serif;font-size:19px;font-weight:600;letter-spacing:-.01em;color:#111;margin:0}.selected-color-label{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#777}.plain-colors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:12px}.plain-color-swatch-btn{display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff;border:1.5px solid #e5e5e5;border-radius:2px;padding:12px 6px;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);text-align:center}.plain-color-swatch-btn:hover{border-color:#000;background:#fafafa;transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.plain-color-swatch-btn.active{border-color:#000;background:#fff;box-shadow:0 0 0 2px #000}.swatch-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001f;transition:transform .2s ease}.plain-color-swatch-btn:hover .swatch-circle{transform:scale(1.1)}.swatch-name{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:78px}.materials-selector-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.material-select-card{position:relative;background:#fff;border:1.5px solid #e5e5e5;border-radius:2px;padding:16px 18px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;-webkit-user-select:none;user-select:none;box-shadow:0 1px 3px #00000005}.material-select-card:hover{border-color:#000;background:#fafafa;transform:translateY(-3px);box-shadow:0 10px 24px #00000014}.material-select-card.selected{border-color:#000;background:#fafafa;box-shadow:0 0 0 2px #000}.mat-card-badge-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.mat-weight-tag{display:inline-block;font-family:Poppins,sans-serif;font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#000;background:#f0f0f0;padding:3px 8px;border-radius:2px}.mat-price-tag{font-family:Poppins,sans-serif;font-size:11px;font-weight:700;letter-spacing:.04em;color:#b45309;background:#fef3c7;padding:2px 7px;border-radius:2px}.mat-price-tag.free{color:#047857;background:#ecfdf5}.mat-card-title{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#111;margin:0 0 6px;line-height:1.3}.mat-card-desc{font-family:Poppins,sans-serif;font-size:12px;color:#666;line-height:1.5;margin:0 0 12px;flex-grow:1}.mat-selected-indicator{display:inline-flex;align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#000;margin-top:auto}.studio-tabs{display:flex;gap:4px;border-bottom:2px solid #e5e5e5;width:100%}.studio-tab-btn{border:none;border-bottom:2px solid transparent;background:transparent;padding:12px 18px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#777;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);margin-bottom:-2px;display:inline-flex;align-items:center}.studio-tab-btn:hover{color:#000}.studio-tab-btn.active{color:#000;border-bottom-color:#000;font-weight:700}.tool-body{padding-top:18px}.typography-editor{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#444}.studio-input,.studio-select{width:100%;padding:12px 16px;border-radius:2px;border:1.5px solid #e5e5e5;font-family:Poppins,sans-serif;font-size:13px;color:#111;background:#fafafa;box-sizing:border-box;outline:none;transition:all .25s ease}.studio-input:focus,.studio-select:focus{background:#fff;border-color:#000;box-shadow:0 0 0 1px #000}.text-drag-hint{display:inline-flex;align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#222;background:#f5f5f5;border:1px solid #e5e5e5;padding:5px 12px;border-radius:2px;margin-top:4px}.form-group-row{display:flex;gap:12px;align-items:flex-end}.flex-1{flex:1}.font-decor-toggles .btn-group-toggle{display:flex;gap:4px;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:2px;padding:3px}.icon-toggle-btn{border:1px solid transparent;background:transparent;padding:6px 10px;border-radius:2px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.icon-toggle-btn.active{background:#000;color:#fff}.text-colors-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.text-color-swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;box-shadow:inset 0 0 0 1px #00000026;transition:transform .2s ease}.text-color-swatch:hover{transform:scale(1.15)}.text-color-swatch.active{border-color:#000;transform:scale(1.2);box-shadow:0 0 0 2px #000}.color-custom-input{width:32px;height:32px;border-radius:50%;border:1.5px solid #e5e5e5;cursor:pointer;padding:0;background:transparent}.presets-selector{display:flex;flex-direction:column;gap:16px}.motifs-category-pills{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.category-pill{padding:6px 14px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:2px;border:1.5px solid #e5e5e5;background:#fff;color:#666;cursor:pointer;white-space:nowrap;transition:all .25s ease}.category-pill:hover{border-color:#000;color:#000}.category-pill.active{background:#000;color:#fff;border-color:#000;box-shadow:0 2px 8px #00000026}.motif-search-bar{position:relative;display:flex;align-items:center}.motif-search-icon{position:absolute;left:12px;color:#888;pointer-events:none}.motif-search-input{width:100%;padding:10px 32px 10px 36px;border-radius:2px;border:1.5px solid #e5e5e5;font-family:Poppins,sans-serif;font-size:13px;color:#111;background:#fafafa;outline:none;transition:all .2s ease;box-sizing:border-box}.motif-search-input:focus{background:#fff;border-color:#000;box-shadow:0 0 0 1px #000}.motif-search-clear{position:absolute;right:10px;background:none;border:none;color:#888;cursor:pointer}.active-motif-bar{display:flex;justify-content:space-between;align-items:center;background:#fafafa;border:1.5px solid #000000;border-radius:2px;padding:10px 14px}.active-motif-preview{display:flex;align-items:center;gap:12px}.active-motif-preview img{width:44px;height:44px;object-fit:contain;background:#fff;border:1px solid #e5e5e5;border-radius:2px;padding:2px}.active-motif-preview strong{display:block;font-size:13px;color:#111;font-weight:600}.motif-surcharge-text{font-size:11px;color:#666}.btn-remove-motif{border:1.5px solid #e5e5e5;background:#fff;border-radius:2px;padding:6px 12px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#dc2626;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all .2s ease}.btn-remove-motif:hover{background:#dc2626;color:#fff;border-color:#dc2626}.presets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px;max-height:320px;overflow-y:auto;padding-right:4px}.preset-item-card{border:1.5px solid #e5e5e5;border-radius:2px;padding:10px;background:#fff;text-align:center;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;box-shadow:0 1px 3px #00000005}.preset-item-card:hover{border-color:#000;background:#fafafa;transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.preset-item-card.applied{border-color:#000;background:#fafafa;box-shadow:0 0 0 2px #000}.preset-card-thumb{width:100%;height:80px;border-radius:2px;background-color:#fafafa;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;margin-bottom:6px;padding:6px}.preset-card-thumb img{max-width:90%;max-height:90%;object-fit:contain;transition:transform .2s ease}.preset-item-card:hover .preset-card-thumb img{transform:scale(1.08)}.preset-price-tag{position:absolute;top:4px;right:4px;font-family:Poppins,sans-serif;font-size:9.5px;font-weight:700;padding:2px 6px;border-radius:2px;background:#fef3c7;color:#b45309}.preset-price-tag.free{background:#ecfdf5;color:#047857}.preset-applied-badge{position:absolute;top:4px;left:4px;width:18px;height:18px;border-radius:2px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center}.preset-name{font-family:Poppins,sans-serif;font-size:11.5px;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-dropzone{border:2px dashed #cccccc;border-radius:2px;padding:36px 20px;text-align:center;background:#fafafa;cursor:pointer;transition:all .25s ease;display:flex;flex-direction:column;align-items:center;gap:10px}.upload-dropzone:hover{border-color:#000;background:#f5f5f5}.upload-icon{font-size:38px!important;color:#555}.upload-title{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#111;margin:0}.upload-hint{font-family:Poppins,sans-serif;font-size:11px;color:#777}.active-artwork-display{display:flex;align-items:center;gap:16px;background:#fafafa;border:1.5px solid #000000;border-radius:2px;padding:16px}.artwork-preview-thumb{width:72px;height:72px;border-radius:2px;background:#fff;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.artwork-preview-thumb img{max-width:100%;max-height:100%;object-fit:contain}.artwork-meta{flex:1}.artwork-title{font-family:Poppins,sans-serif;font-size:13px;font-weight:700;color:#111;display:block}.artwork-desc{font-family:Poppins,sans-serif;font-size:11.5px;color:#666;margin:2px 0 10px}.artwork-actions{display:flex;gap:8px}.btn-outline-small{border:1.5px solid #e5e5e5;background:#fff;border-radius:2px;padding:6px 14px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#111;cursor:pointer;transition:all .2s ease}.btn-outline-small:hover{background:#000;color:#fff;border-color:#000}.btn-danger-small{border:1.5px solid #fecaca;background:#fff;color:#dc2626;border-radius:2px;padding:6px 14px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all .2s ease}.btn-danger-small:hover{background:#dc2626;color:#fff;border-color:#dc2626}.btn-size-guide{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;font-family:Poppins,sans-serif;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#111;cursor:pointer;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s ease}.btn-size-guide:hover{opacity:.7}.sizes-selector-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:10px;margin-bottom:20px}.size-btn{background:#fff;border:1.5px solid #e5e5e5;border-radius:2px;padding:12px 10px;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;-webkit-user-select:none;user-select:none}.size-btn:hover{border-color:#000;background:#fafafa;transform:translateY(-2px)}.size-btn.active{border-color:#000;background:#000;color:#fff;box-shadow:0 4px 14px #0000002e}.size-label{font-family:Poppins,sans-serif;font-size:13px;font-weight:700;letter-spacing:.05em;color:#111;line-height:1}.size-btn.active .size-label{color:#fff}.size-chest{font-family:Poppins,sans-serif;font-size:10px;color:#777}.size-btn.active .size-chest{color:#ccc}.size-surcharge-pill{display:inline-block;font-family:Poppins,sans-serif;font-size:9.5px;font-weight:700;color:#b45309;background:#fef3c7;padding:1px 5px;border-radius:2px;margin-top:2px}.size-btn.active .size-surcharge-pill{background:#fff;color:#000}.quantity-and-summary-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:14px;border-top:1px solid #f0f0f0}.quantity-selector{display:flex;align-items:center;gap:10px}.qty-label{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#444}.qty-stepper{display:flex;align-items:center;border:1.5px solid #e5e5e5;border-radius:2px;background:#fff;overflow:hidden}.qty-stepper button{border:none;background:transparent;width:34px;height:34px;font-size:16px;font-weight:700;color:#111;cursor:pointer;transition:all .2s ease}.qty-stepper button:hover{background:#000;color:#fff}.qty-stepper span{width:36px;text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;color:#000}.pricing-breakdown-compact{font-family:Poppins,sans-serif;font-size:11.5px;color:#666;font-weight:500;background:#fafafa;padding:8px 14px;border-radius:2px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;gap:8px}.studio-action-box{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:10px}.studio-btn-primary{position:relative;width:100%;padding:16px 20px;background:#fff;color:#000;border:2px solid #000000;font-family:Poppins,sans-serif;font-weight:600;font-size:13px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:2px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;gap:10px;box-shadow:0 4px 14px #0000000f}.studio-btn-primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#00000014;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.studio-btn-primary:hover:before{width:360px;height:360px}.studio-btn-primary:hover{background:#000;color:#fff;border-color:#000;transform:translateY(-3px);box-shadow:0 12px 32px #00000040}.studio-btn-primary:active{transform:translateY(-1px)}.studio-btn-secondary{position:relative;width:100%;padding:16px 20px;background:#000;color:#fff;border:2px solid #000000;font-family:Poppins,sans-serif;font-weight:600;font-size:13px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:2px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;gap:8px;box-shadow:0 8px 24px #00000040}.studio-btn-secondary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.studio-btn-secondary:hover:before{width:360px;height:360px}.studio-btn-secondary:hover{background:#fff;color:#000;border-color:#000;transform:translateY(-3px);box-shadow:0 16px 40px #00000059}.studio-btn-secondary:active{transform:translateY(-1px)}.studio-modal-overlay{position:fixed;inset:0;background:#000000b8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px 20px;box-sizing:border-box;overflow-y:auto}.studio-modal{background:#fff;border:1.5px solid #e5e5e5;border-radius:4px;box-shadow:0 25px 60px #0000004d;width:100%;max-width:680px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;margin:auto}.studio-modal-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:flex-start;padding:22px 28px;border-bottom:1px solid #e5e5e5;background:#fff}.studio-modal-title{font-family:Playfair Display,serif;font-size:22px;font-weight:600;color:#111;margin:0 0 4px}.studio-modal-sub{font-family:Poppins,sans-serif;font-size:12px;color:#777;margin:0}.studio-modal-close{background:transparent;border:1.5px solid #e5e5e5;border-radius:2px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#111;transition:all .2s ease}.studio-modal-close:hover{background:#000;color:#fff;border-color:#000}.size-table-wrap{padding:20px 28px;overflow-x:auto;flex:1}.size-table{width:100%;border-collapse:collapse;text-align:left;font-family:Poppins,sans-serif;font-size:13px}.size-table th{padding:12px 14px;background:#fafafa;color:#111;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-bottom:2px solid #e5e5e5}.size-table td{padding:12px 14px;border-bottom:1px solid #f0f0f0;color:#333}.size-table tr.active-row td{background:#fafafa;color:#000;font-weight:700}.size-guide-tip{display:flex;align-items:center;gap:10px;padding:14px 28px;background:#fafafa;border-top:1px solid #e5e5e5;font-family:Poppins,sans-serif;font-size:12px;color:#666;flex-shrink:0}.preview-modal{max-width:960px;max-height:92vh}.preview-modal-body{padding:24px 28px;max-height:calc(92vh - 170px);overflow-y:auto;flex:1;min-height:0;background:#fbfbfb}.preview-duo-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.preview-stage-box{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1.5px solid #e5e5e5;border-radius:2px;padding:24px 16px 16px;position:relative;min-height:380px;box-shadow:0 4px 16px #00000008}.preview-stage-box .tshirt-2d-canvas-wrap{max-width:360px;width:100%}.preview-tag{position:absolute;top:12px;left:14px;font-family:Poppins,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#222;background:#f5f5f5;border:1px solid #e5e5e5;padding:3px 9px;border-radius:2px}.preview-modal-footer{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:18px 28px;border-top:1px solid #e5e5e5;background:#fff;gap:16px;flex-wrap:wrap}.preview-summary-text{font-family:Poppins,sans-serif;display:flex;flex-direction:column;gap:2px}.preview-summary-price{font-size:22px;font-weight:700;color:#000;letter-spacing:-.02em;line-height:1.1}.preview-summary-sub{font-size:11.5px;color:#666;font-weight:500}.preview-footer-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.preview-btn-back{display:inline-flex;align-items:center;gap:8px;padding:14px 20px;background:#fff;color:#222;border:1.5px solid #e5e5e5;font-family:Poppins,sans-serif;font-weight:600;font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;border-radius:2px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.preview-btn-back:hover{background:#f5f5f5;border-color:#000;color:#000;transform:translateY(-2px)}.preview-btn-cart{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;background:#fff;color:#000;border:2px solid #000000;font-family:Poppins,sans-serif;font-weight:600;font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;border-radius:2px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.preview-btn-cart:hover{background:#000;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.preview-btn-buy{position:relative;display:inline-flex;align-items:center;gap:8px;padding:14px 26px;background:#000;color:#fff;border:2px solid #000000;font-family:Poppins,sans-serif;font-weight:600;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #00000040}.preview-btn-buy:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.preview-btn-buy:hover:before{width:340px;height:340px}.preview-btn-buy:hover{background:#fff;color:#000;border-color:#000;transform:translateY(-2px);box-shadow:0 14px 36px #00000059}.tshirt-skeleton-box{width:100%;max-width:500px;height:500px;margin:0 auto;border-radius:4px;background:#fafafa;border:1px dashed #cccccc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;position:relative;overflow:hidden}.skeleton-shimmer{position:absolute;inset:0;background:linear-gradient(90deg,#fff0,#ffffffb3,#fff0);animation:skeletonShimmer 1.5s infinite}@keyframes skeletonShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-loader-circle{width:48px;height:48px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top-color:#000;animation:studioSpin .8s linear infinite;z-index:2}@keyframes studioSpin{to{transform:rotate(360deg)}}.skeleton-text{font-family:Poppins,sans-serif;font-size:13px;font-weight:500;color:#666;letter-spacing:.05em;z-index:2}.swatches-loading-skeleton{display:flex;gap:12px;padding:8px 0}.skeleton-swatch{width:44px;height:44px;border-radius:50%;background:#e5e5e5;animation:pulseOpacity 1.2s ease-in-out infinite alternate}@keyframes pulseOpacity{0%{opacity:.4}to{opacity:.9}}.motifs-loading,.motifs-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 16px;text-align:center;color:#777;gap:10px}.mc-spinner{width:32px;height:32px;border-radius:50%;border:2.5px solid rgba(0,0,0,.1);border-top-color:#000;animation:studioSpin .8s linear infinite}.btn-link{background:transparent;border:none;color:#000;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;text-decoration:underline;cursor:pointer;padding:0}@media(max-width:1024px){.studio-container{grid-template-columns:1fr;gap:32px;padding:0 20px}.studio-stage-column{position:relative;top:0}.stage-card{padding:20px 16px}}@media(max-width:640px){.studio-topbar{padding:16px 20px}.studio-title{font-size:24px}.studio-header-price{text-align:left;align-items:flex-start}.studio-action-box{grid-template-columns:1fr}.sizes-selector-grid{grid-template-columns:repeat(3,1fr)}.preview-duo-grid{grid-template-columns:1fr}}.side-price-chip{font-size:10px;font-weight:700;padding:2px 7px;border-radius:2px;letter-spacing:.05em;transition:all .2s ease}.side-price-chip.plain{background:#e5e5e5;color:#666}.side-toggle-pill.active .side-price-chip.plain{background:#fff3;color:#fff}.side-price-chip.customized{background:#10b981;color:#fff;box-shadow:0 2px 6px #10b9814d}.side-toggle-pill.active .side-price-chip.customized{background:#fff;color:#000}.section-title-with-pill{display:flex;flex-direction:column;gap:6px}.side-current-cost-pill{font-family:Poppins,sans-serif;font-size:11.5px;color:#111;background:#f4f4f5;padding:4px 10px;border-radius:2px;border-left:3px solid #000000;display:inline-block;width:fit-content}.side-current-cost-pill strong{color:#059669;font-weight:700}.side-current-cost-pill small{color:#71717a;font-size:10.5px}.side-current-cost-pill .plain-status{color:#71717a;font-style:italic}.motif-calc-breakdown-row{display:flex;flex-direction:column;gap:3px;margin-top:4px}.motif-calc-total-pill{font-size:10.5px;color:#059669;font-weight:600;background:#ecfdf5;border:1px solid #a7f3d0;padding:2px 8px;border-radius:2px;display:inline-block;width:fit-content}.quantity-row-simple{display:flex;justify-content:space-between;align-items:center;padding-top:14px;margin-top:14px;border-top:1px solid #f0f0f0;flex-wrap:wrap;gap:12px}.qty-unit-price-preview{font-family:Poppins,sans-serif;font-size:13px;color:#52525b}.qty-unit-price-preview strong{color:#000;font-size:15px}.calculation-summary-card{border:1.5px solid #000000;background:#fff;box-shadow:0 4px 20px #0000000a;position:relative;overflow:hidden}.calculation-summary-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#000,#444)}.calc-header-title-wrap{display:flex;align-items:center;gap:8px}.calc-header-icon{color:#000}.calc-badge-live{font-family:Poppins,sans-serif;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#000;color:#fff;padding:3px 8px;border-radius:2px}.calculation-breakdown-table{display:flex;flex-direction:column;gap:12px;margin-top:12px}.calc-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:8px 0;border-bottom:1px dashed #e4e4e7}.calc-row:last-child{border-bottom:none}.calc-row-left{display:flex;flex-direction:column;gap:2px;flex:1}.calc-item-title{font-family:Poppins,sans-serif;font-size:12.5px;font-weight:600;color:#18181b}.calc-item-desc{font-family:Poppins,sans-serif;font-size:11px;color:#71717a;line-height:1.4}.calc-row-price{font-family:Poppins,sans-serif;font-size:13.5px;font-weight:600;color:#000;text-align:right;white-space:nowrap}.calc-added{color:#0284c7;font-weight:600}.calc-added-bold{color:#059669;font-weight:700;background:#ecfdf5;padding:2px 6px;border-radius:2px}.calc-free{color:#71717a;font-size:11.5px;font-weight:500}.calc-customized-row{background:#fafafa;padding:10px 12px;border-radius:3px;border:1px solid #e4e4e7}.calc-side-title-row{display:flex;align-items:center;gap:8px}.calc-side-status-tag{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:1px 6px;border-radius:2px}.calc-side-status-tag.active{background:#d1fae5;color:#065f46}.calc-side-status-tag.plain{background:#f4f4f5;color:#71717a}.calc-divider{height:1px;background:#e4e4e7;margin:6px 0}.calc-subtotal-row{padding:6px 0}.calc-subtotal-label{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#3f3f46}.calc-subtotal-price{font-family:Poppins,sans-serif;font-size:15px;font-weight:700;color:#18181b}.calc-quantity-row{padding:6px 0;align-items:center}.calc-quantity-summary{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;color:#000}.calc-total-box{background:#000;color:#fff;padding:14px 18px;border-radius:3px;display:flex;justify-content:space-between;align-items:center;margin-top:10px;gap:12px}.calc-total-left{display:flex;flex-direction:column;gap:2px}.calc-total-label{font-family:Poppins,sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#d4d4d8}.calc-total-sub{font-size:10px;color:#a1a1aa}.calc-total-amount{font-family:Poppins,sans-serif;font-size:24px;font-weight:800;color:#fff;letter-spacing:-.02em}.preview-cost-breakdown{display:flex;flex-direction:column;gap:8px;margin-top:20px;background:#f9f9f9;border:1px solid #e5e5e5;border-radius:4px;padding:16px 20px}.preview-cost-item{display:flex;justify-content:space-between;align-items:center;font-family:Poppins,sans-serif;font-size:12px}.pci-label{color:#555}.pci-val{font-weight:600;color:#111}.pci-val.pci-custom{color:#059669}.preview-cost-item.pci-total{border-top:1.5px solid #000000;padding-top:8px;margin-top:4px;font-weight:700}.preview-cost-item.pci-total .pci-label{color:#000;font-size:13px}.preview-cost-item.pci-total .pci-val{color:#000;font-size:14px}.userpanal-cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:.5rem 0 .75rem;border-bottom:1px solid #e8e8e8;animation:fadeInDown .6s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.userpanal-cart-page-title{font-family:Playfair Display,serif;font-size:3.4rem;color:#1a1a1a;margin:-10px 0 0;font-weight:300;letter-spacing:-.03em;position:relative}.userpanal-cart-count{color:#777;font-size:1rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.userpanal-cart-empty-cart{text-align:center;padding:6rem 2rem;animation:fadeIn .6s ease-out}.userpanal-cart-empty-cart h2{font-family:Playfair Display,serif;font-size:2.5rem;color:#1a1a1a;margin-bottom:1.5rem;font-weight:300;letter-spacing:-.02em}.userpanal-cart-empty-cart p{font-size:1.15rem;margin-bottom:3rem;max-width:500px;margin-left:auto;margin-right:auto;color:#666;line-height:1.8;font-weight:300}.userpanal-cart-items{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 4px 24px #0000000f;margin-bottom:3rem;border:1px solid #e8e8e8;animation:fadeIn .6s ease-out .2s both}.userpanal-cart-item{padding:2.5rem;border-bottom:2px solid #f5f5f5;background:#fff;transition:all .4s cubic-bezier(.4,0,.2,1)}.userpanal-cart-item:last-child{border-bottom:none}.userpanal-cart-item-main{display:flex;justify-content:space-between;align-items:center;gap:3rem}.userpanal-cart-item-left{display:flex;align-items:center;gap:2rem;flex:1}.userpanal-cart-item-image{width:140px;height:140px;object-fit:cover;border-radius:0;box-shadow:0 4px 16px #00000014;filter:grayscale(.1);transition:all .3s ease}.userpanal-cart-placeholder-image{width:140px;height:140px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#999;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.userpanal-cart-item-left:hover .userpanal-cart-item-image{filter:grayscale(0);transform:scale(1.02)}.userpanal-cart-item-info{display:flex;flex-direction:column;gap:.5rem;text-align:left}.userpanal-cart-item-title{font-size:1.5rem;font-weight:400;color:#1a1a1a;margin:0 0 .4rem;font-family:Playfair Display,serif;letter-spacing:-.01em;line-height:1.3}.userpanal-cart-item-brand{font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;margin:0 0 .5rem;font-family:Inter,sans-serif;text-align:left}.userpanal-cart-item-meta{display:flex;gap:0;flex-direction:column;font-size:.95rem;color:#666;font-family:Inter,sans-serif;font-weight:400;line-height:1.6;text-align:left}.userpanal-cart-meta-separator{display:none}.userpanal-cart-item-right{display:grid;grid-template-columns:150px 180px;gap:1.5rem 2.5rem;align-items:center}.userpanal-cart-unit-price{font-size:1.4rem;font-weight:400;color:#1a1a1a;text-align:right;font-family:Inter,sans-serif}.userpanal-cart-total-price{font-size:1.5rem;font-weight:400;color:#000;text-align:right;font-family:Inter,sans-serif}.userpanal-cart-controls-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.userpanal-cart-quantity-controls{display:flex;border:1px solid #ddd;border-radius:0;overflow:hidden;background:#fff;width:100%}.userpanal-cart-qty-btn{flex:1;height:44px;border:none;background:#f9f9f9;cursor:pointer;font-weight:500;color:#1a1a1a;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.userpanal-cart-qty-btn:hover:not(:disabled){background:#f0f0f0}.userpanal-cart-qty-btn:disabled{color:#ddd;cursor:not-allowed}.userpanal-cart-qty-value{width:60px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;border-left:1px solid #ddd;border-right:1px solid #ddd;color:#111}.userpanal-cart-availability-tag{font-size:.7rem;font-weight:600;color:#27ae60;text-transform:uppercase;letter-spacing:.08em;font-family:Inter,sans-serif;text-align:right}.userpanal-cart-remove-action-btn{width:100%;height:44px;background:transparent;color:#dc3545;border:2px solid #dc3545;padding:0;border-radius:0;cursor:pointer;font-size:.8rem;font-weight:600;transition:all .3s ease;letter-spacing:.12em;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;text-transform:uppercase}.userpanal-cart-remove-action-btn:hover{background:#dc3545;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.userpanal-cart-item-row{display:contents}.userpanal-cart-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.userpanal-cart-btn{display:inline-flex;align-items:center;justify-content:center;padding:18px 55px;border-radius:0;text-decoration:none;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.1em;position:relative;overflow:hidden;min-height:54px}.userpanal-cart-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.userpanal-cart-btn:hover:before{width:300px;height:300px}.userpanal-cart-btn-primary{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.userpanal-cart-btn-primary:hover{transform:translateY(-4px);background:#000;color:#fff}.userpanal-cart-btn-primary:active{transform:translateY(-2px)}.userpanal-cart-btn-outline{background:transparent;color:#1a1a1a;border:2px solid #1a1a1a}.userpanal-cart-btn-outline:before{background:#0000000d}.userpanal-cart-btn-outline:hover{transform:translateY(-4px);background:#e8e8e8;color:#000}.userpanal-cart-btn-outline:active{transform:translateY(-2px)}.userpanal-cart-btn-secondary{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.userpanal-cart-order-summary{background:#fff;padding:3rem;border-radius:0;box-shadow:0 4px 24px #0000000f;border:1px solid #e8e8e8;animation:fadeIn .6s ease-out .3s both;position:relative}.userpanal-cart-order-summary:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a1a1a,#666,#1a1a1a)}.userpanal-cart-order-summary h2{font-family:Playfair Display,serif;font-size:2.2rem;color:#1a1a1a;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f5f5f5;font-weight:300;letter-spacing:-.02em}.userpanal-cart-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #f5f5f5}.userpanal-cart-summary-label{color:#666;font-weight:500;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.userpanal-cart-summary-value{color:#1a1a1a;font-weight:600;font-size:1.1rem;letter-spacing:-.01em;font-family:Inter,sans-serif}.userpanal-cart-summary-total{font-size:1.8rem;font-weight:700;color:#1a1a1a;font-family:Inter,sans-serif}.userpanal-cart-summary-divider{height:2px;background:linear-gradient(90deg,transparent,#e8e8e8,transparent);margin:2rem 0}.userpanal-cart-order-instructions{margin:2.5rem 0}.userpanal-cart-instructions-label{display:block;font-weight:500;color:#1a1a1a;margin-bottom:1rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em}.userpanal-cart-instructions-textarea{width:100%;padding:1.25rem;border:2px solid #e8e8e8;border-radius:0;font-family:Inter,sans-serif;font-size:.95rem;resize:vertical;min-height:100px;transition:all .3s ease;background:#fafafa;color:#1a1a1a;line-height:1.6}.userpanal-cart-instructions-textarea:hover{border-color:#bbb;background:#fff}.userpanal-cart-instructions-textarea:focus{outline:none;border-color:#1a1a1a;background:#fff;box-shadow:0 0 0 4px #1a1a1a0d}.userpanal-cart-instructions-textarea::placeholder{color:#bbb}.userpanal-cart-checkout-section{margin-top:3rem;display:flex;justify-content:flex-start;gap:1.5rem;flex-wrap:wrap}.userpanal-cart-checkout-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 3rem;background:#1a1a1a;color:#fff;border:2px solid transparent;border-radius:0;text-decoration:none;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;width:fit-content;text-transform:uppercase;letter-spacing:.12em;box-shadow:0 6px 20px #00000040;position:relative;overflow:hidden}.userpanal-cart-track-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem 3rem;background:transparent;color:#1a1a1a;border:2px solid #1a1a1a;border-radius:0;text-decoration:none;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;width:fit-content;text-transform:uppercase;letter-spacing:.12em;position:relative;overflow:hidden}.userpanal-cart-track-btn:hover{background:#1a1a1a;color:#fff;transform:translateY(-4px);box-shadow:0 16px 48px #00000026}.userpanal-cart-track-btn:active{transform:translateY(-2px)}.userpanal-cart-btn-track{background:transparent;color:#1a1a1a;border:2px solid #1a1a1a;margin-left:1.5rem;display:inline-flex;align-items:center;gap:.5rem}.userpanal-cart-btn-track:hover{background:#1a1a1a;color:#fff;transform:translateY(-4px)}.userpanal-cart-checkout-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.userpanal-cart-checkout-btn:enabled:hover:before{width:300px;height:300px}.userpanal-cart-checkout-btn:enabled:hover{background:#000;transform:translateY(-4px);box-shadow:0 16px 48px #00000080}.userpanal-cart-checkout-btn:enabled:active{transform:translateY(-2px)}.userpanal-cart-checkout-btn:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.userpanal-cart-alert{padding:1rem 1.5rem;margin-bottom:2rem;border-radius:0;font-weight:500;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-success{background:#d4edda;color:#155724;border-left:4px solid #28a745}.alert-error{background:#f8d7da;color:#721c24;border-left:4px solid #dc3545}@media(max-width:1399px){.userpanal-cart-page-title{font-size:3rem}.userpanal-cart-item{padding:2.25rem}.userpanal-cart-item-main{gap:2.5rem}.userpanal-cart-item-image,.userpanal-cart-placeholder-image{width:130px;height:130px}.userpanal-cart-item-title{font-size:1.35rem}.userpanal-cart-item-right{grid-template-columns:140px 170px;gap:1.25rem 2rem}.userpanal-cart-order-summary{padding:2.75rem}.userpanal-cart-order-summary h2{font-size:2rem}}@media(max-width:1199px){.userpanal-cart-page-title{font-size:2.8rem}.userpanal-cart-item{padding:2rem}.userpanal-cart-item-main{gap:2rem}.userpanal-cart-item-image,.userpanal-cart-placeholder-image{width:120px;height:120px}.userpanal-cart-item-title{font-size:1.3rem}.userpanal-cart-item-right{grid-template-columns:130px 160px;gap:1rem 1.75rem}.userpanal-cart-unit-price{font-size:1.2rem}.userpanal-cart-total-price{font-size:1.5rem}.userpanal-cart-order-summary{padding:2.5rem}.userpanal-cart-order-summary h2{font-size:1.9rem}.userpanal-cart-summary-total{font-size:1.7rem}}@media(max-width:1023px){.userpanal-cart-page-title{font-size:2.6rem}.userpanal-cart-count{font-size:.95rem}.userpanal-cart-item{padding:1.75rem}.userpanal-cart-item-main{flex-direction:column;align-items:flex-start;gap:1.75rem}.userpanal-cart-item-left{width:100%;gap:1.5rem}.userpanal-cart-item-right{width:100%;grid-template-columns:1fr 1fr;gap:1rem 1.5rem}.userpanal-cart-item-image,.userpanal-cart-placeholder-image{width:110px;height:110px}.userpanal-cart-item-title{font-size:1.25rem}.userpanal-cart-order-summary{padding:2.25rem}.userpanal-cart-btn{padding:14px 40px;font-size:.85rem}}@media(max-width:991px){.userpanal-cart-page-title{font-size:2.4rem}.userpanal-cart-header{margin-bottom:1.75rem;padding:.5rem 0}.userpanal-cart-item{padding:1.5rem}.userpanal-cart-item-main{gap:1.5rem}.userpanal-cart-item-left{gap:1.25rem}.userpanal-cart-item-image,.userpanal-cart-placeholder-image{width:100px;height:100px}.userpanal-cart-item-title{font-size:1.2rem}.userpanal-cart-item-brand{font-size:.75rem}.userpanal-cart-item-meta{font-size:.85rem}.userpanal-cart-unit-price{font-size:1.15rem}.userpanal-cart-total-price{font-size:1.4rem}.userpanal-cart-qty-btn{height:42px;font-size:1.1rem}.userpanal-cart-qty-value{width:55px;font-size:1rem}.userpanal-cart-remove-action-btn{height:42px;font-size:.8rem}.userpanal-cart-order-summary{padding:2rem;margin-top:2rem}.userpanal-cart-order-summary h2{font-size:1.8rem;margin-bottom:1.75rem}.userpanal-cart-summary-total{font-size:1.6rem}.userpanal-cart-checkout-btn{padding:1.15rem 2.75rem;font-size:.85rem}}@media(max-width:767px){.userpanal-cart-page-title{font-size:2.2rem;margin-top:-5px}.userpanal-cart-count{font-size:.9rem}.userpanal-cart-header{margin-bottom:1.5rem}.userpanal-cart-empty-cart{padding:4rem 1.5rem}.userpanal-cart-empty-cart h2{font-size:2.2rem}.userpanal-cart-empty-cart p{font-size:1.05rem}.userpanal-cart-items{margin-bottom:2rem}.userpanal-cart-item{padding:1.25rem}.userpanal-cart-item-main{gap:1.25rem}.userpanal-cart-item-left{flex-direction:column;align-items:flex-start;width:100%;gap:1rem}.userpanal-cart-item-image,.userpanal-cart-placeholder-image{width:100%;height:auto;aspect-ratio:1;max-width:280px}.userpanal-cart-item-title{font-size:1.15rem}.userpanal-cart-item-brand{font-size:.7rem}.userpanal-cart-item-meta{font-size:.8rem;gap:.75rem}.userpanal-cart-item-right{gap:1rem 1.25rem}.userpanal-cart-unit-price{font-size:1.1rem}.userpanal-cart-total-price{font-size:1.35rem}.userpanal-cart-qty-btn{height:40px;font-size:1rem}.userpanal-cart-qty-value{width:50px;font-size:.95rem}.userpanal-cart-remove-action-btn{height:40px;font-size:.75rem}.userpanal-cart-availability-tag{font-size:.7rem}.userpanal-cart-actions{flex-direction:column;gap:.75rem}.userpanal-cart-btn{width:100%;padding:14px 32px;font-size:.8rem}.userpanal-cart-order-summary{padding:1.75rem}.userpanal-cart-order-summary h2{font-size:1.7rem;margin-bottom:1.5rem}.userpanal-cart-summary-label{font-size:.9rem}.userpanal-cart-summary-value{font-size:1.05rem}.userpanal-cart-summary-total{font-size:1.5rem}.userpanal-cart-order-instructions{margin:2rem 0}.userpanal-cart-instructions-label{font-size:.9rem}.userpanal-cart-instructions-textarea{padding:1rem;font-size:.9rem;min-height:90px}.userpanal-cart-checkout-section{margin-top:2.5rem}.userpanal-cart-checkout-btn{width:100%;padding:1.1rem 2.5rem;font-size:.8rem}}@media(max-width:639px){.userpanal-cart-page-title{font-size:2rem}.userpanal-cart-count{font-size:.85rem}.userpanal-cart-empty-cart{padding:3.5rem 1.25rem}.userpanal-cart-empty-cart h2{font-size:2rem}.userpanal-cart-empty-cart p{font-size:1rem}.userpanal-cart-item{padding:1rem}.userpanal-cart-item-main{gap:1rem}.userpanal-cart-item-image,.userpanal-cart-placeholder-image{max-width:240px}.userpanal-cart-item-title{font-size:1.1rem}.userpanal-cart-item-right{gap:.875rem 1rem}.userpanal-cart-unit-price{font-size:1.05rem}.userpanal-cart-total-price{font-size:1.3rem}.userpanal-cart-order-summary{padding:1.5rem}.userpanal-cart-order-summary h2{font-size:1.6rem}.userpanal-cart-summary-total{font-size:1.4rem}.userpanal-cart-checkout-btn{padding:1rem 2.25rem;font-size:.75rem}}@media(max-width:479px){.userpanal-cart-page-title{font-size:1.8rem}.userpanal-cart-count{font-size:.8rem}.userpanal-cart-header{margin-bottom:1.25rem;padding:.25rem 0 .5rem}.userpanal-cart-empty-cart{padding:3rem 1rem}.userpanal-cart-empty-cart h2{font-size:1.8rem;margin-bottom:1.25rem}.userpanal-cart-empty-cart p{font-size:.95rem;margin-bottom:2.5rem}.userpanal-cart-item{padding:.875rem}.userpanal-cart-item-main{gap:.875rem}.userpanal-cart-item-image,.userpanal-cart-placeholder-image{max-width:200px}.userpanal-cart-item-title{font-size:1.05rem;margin-bottom:.375rem}.userpanal-cart-item-brand{font-size:.65rem;margin-bottom:.5rem}.userpanal-cart-item-meta{font-size:.75rem;gap:.5rem}.userpanal-cart-item-right{gap:.75rem .875rem}.userpanal-cart-unit-price{font-size:1rem}.userpanal-cart-total-price{font-size:1.25rem}.userpanal-cart-qty-btn{height:38px;font-size:.95rem}.userpanal-cart-qty-value{width:45px;font-size:.9rem}.userpanal-cart-remove-action-btn{height:38px;font-size:.7rem;letter-spacing:.08em}.userpanal-cart-availability-tag{font-size:.65rem}.userpanal-cart-btn{padding:12px 28px;font-size:.75rem}.userpanal-cart-order-summary{padding:1.25rem}.userpanal-cart-order-summary h2{font-size:1.5rem;margin-bottom:1.25rem}.userpanal-cart-summary-row{margin-bottom:1rem;padding-bottom:1rem}.userpanal-cart-summary-label{font-size:.85rem}.userpanal-cart-summary-value{font-size:1rem}.userpanal-cart-summary-total{font-size:1.35rem}.userpanal-cart-summary-divider{margin:1.5rem 0}.userpanal-cart-order-instructions{margin:1.75rem 0}.userpanal-cart-instructions-label{font-size:.85rem;margin-bottom:.875rem}.userpanal-cart-instructions-textarea{padding:.875rem;font-size:.85rem;min-height:80px}.userpanal-cart-checkout-section{margin-top:2rem}.userpanal-cart-checkout-btn{padding:.95rem 2rem;font-size:.7rem}}@media(max-width:379px){.userpanal-cart-page-title{font-size:1.6rem}.userpanal-cart-count{font-size:.75rem}.userpanal-cart-empty-cart{padding:2.5rem .875rem}.userpanal-cart-empty-cart h2{font-size:1.6rem}.userpanal-cart-empty-cart p{font-size:.9rem;margin-bottom:2rem}.userpanal-cart-item{padding:.75rem}.userpanal-cart-item-main{gap:.75rem}.userpanal-cart-item-image,.userpanal-cart-placeholder-image{max-width:180px}.userpanal-cart-item-title{font-size:1rem}.userpanal-cart-item-brand{font-size:.6rem}.userpanal-cart-item-meta{font-size:.7rem}.userpanal-cart-item-right{gap:.625rem .75rem;grid-template-columns:1fr}.userpanal-cart-controls-wrapper,.userpanal-cart-remove-action-btn{width:100%}.userpanal-cart-unit-price{font-size:.95rem}.userpanal-cart-total-price{font-size:1.2rem}.userpanal-cart-qty-btn{height:36px;font-size:.9rem}.userpanal-cart-qty-value{width:40px;font-size:.85rem}.userpanal-cart-remove-action-btn{height:36px;font-size:.65rem}.userpanal-cart-availability-tag{font-size:.6rem}.userpanal-cart-btn{padding:11px 24px;font-size:.7rem;letter-spacing:.08em}.userpanal-cart-order-summary{padding:1rem}.userpanal-cart-order-summary h2{font-size:1.4rem}.userpanal-cart-summary-label{font-size:.8rem}.userpanal-cart-summary-value{font-size:.95rem}.userpanal-cart-summary-total{font-size:1.3rem}.userpanal-cart-instructions-label{font-size:.8rem}.userpanal-cart-instructions-textarea{padding:.75rem;font-size:.8rem;min-height:70px}.userpanal-cart-checkout-btn{padding:.875rem 1.75rem;font-size:.65rem}}@media(hover:none)and (pointer:coarse){.userpanal-cart-qty-btn,.userpanal-cart-remove-action-btn,.userpanal-cart-btn,.userpanal-cart-checkout-btn{min-height:44px;touch-action:manipulation}.userpanal-cart-item-image{-webkit-user-select:none;user-select:none}}@media(max-width:767px)and (orientation:landscape){.userpanal-cart-page-title{font-size:1.8rem}.userpanal-cart-header{margin-bottom:1rem}.userpanal-cart-empty-cart{padding:3rem 1.5rem}.userpanal-cart-item{padding:1rem}.userpanal-cart-item-left{flex-direction:row;align-items:center}.userpanal-cart-item-image,.userpanal-cart-placeholder-image{width:100px;height:100px;max-width:none}.userpanal-cart-order-summary{padding:1.5rem}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.userpanal-cart-item-image,.userpanal-cart-btn,.userpanal-cart-checkout-btn{transition:none}}@media(prefers-contrast:high){.userpanal-cart-item{border:2px solid #000}.userpanal-cart-btn-outline{border-width:3px}.userpanal-cart-order-summary:before{height:5px}}.userpanal-cart-remove-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.userpanal-cart-remove-modal{background:#fff;border-radius:0;max-width:500px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.userpanal-cart-remove-modal-header{padding:2rem 2.5rem 1.5rem;border-bottom:2px solid #f5f5f5}.userpanal-cart-remove-modal-header h3{font-family:Playfair Display,serif;font-size:1.8rem;color:#1a1a1a;margin:0;font-weight:400;letter-spacing:-.01em}.userpanal-cart-remove-modal-body{padding:2rem 2.5rem}.userpanal-cart-remove-modal-body p{font-family:Inter,sans-serif;font-size:1rem;color:#666;margin:0;line-height:1.6}.userpanal-cart-remove-modal-body strong{color:#1a1a1a;font-weight:600}.userpanal-cart-remove-modal-footer{padding:1.5rem 2.5rem 2rem;display:flex;gap:1rem;justify-content:flex-end;border-top:1px solid #f5f5f5}.userpanal-cart-modal-btn{padding:.875rem 2rem;border:none;border-radius:0;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.userpanal-cart-modal-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.userpanal-cart-modal-btn:hover:before{width:300px;height:300px}.userpanal-cart-modal-btn-cancel{background:#f5f5f5;color:#666}.userpanal-cart-modal-btn-cancel:hover{background:#e8e8e8;color:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.userpanal-cart-modal-btn-confirm{background:#dc3545;color:#fff}.userpanal-cart-modal-btn-confirm:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 8px 24px #dc35454d}.userpanal-cart-modal-btn:active{transform:translateY(-1px)}.product-reviews-section{margin-top:70px;padding-top:40px;border-top:1px solid #eaeaea;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a}.reviews-section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;flex-wrap:wrap;gap:16px}.reviews-eyebrow{display:block;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:#71717a;font-weight:600;margin-bottom:6px}.reviews-main-title{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:500;color:#111827;margin:0;line-height:1.15}.write-review-trigger-btn{display:inline-flex;align-items:center;gap:10px;background:#111827;color:#fff;border:1px solid #111827;padding:12px 24px;font-size:.92rem;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:all .25s ease;border-radius:4px}.write-review-trigger-btn:hover{background:#fff;color:#111827;box-shadow:0 4px 14px #00000014}.reviews-divider{height:1px;background:#f0f0f0;margin-bottom:35px}.reviews-summary-card{display:grid;grid-template-columns:240px 1fr 280px;gap:40px;background:#fafafa;border:1px solid #ebebeb;border-radius:8px;padding:36px 32px;margin-bottom:40px;align-items:center}.reviews-score-block{text-align:center;border-right:1px solid #e5e5e5;padding-right:32px}.reviews-big-score{font-size:3.8rem;font-weight:700;line-height:1;color:#111827;letter-spacing:-.02em;margin-bottom:8px}.reviews-stars-score{display:flex;justify-content:center;margin-bottom:10px}.reviews-count-caption{font-size:.88rem;color:#6b7280}.reviews-count-caption strong{color:#111827}.reviews-breakdown-bars{display:flex;flex-direction:column;gap:10px}.breakdown-row{display:flex;align-items:center;gap:14px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s ease}.breakdown-row:hover{background:#f0f0f0}.breakdown-row.active-filter{background:#e5e7eb;font-weight:600}.breakdown-star-label{display:flex;align-items:center;gap:4px;width:32px;font-size:.88rem;font-weight:500;color:#374151}.breakdown-track{flex:1;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.breakdown-fill{height:100%;background:#111827;border-radius:999px;transition:width .4s ease}.breakdown-percentage{width:70px;display:flex;align-items:baseline;justify-content:flex-end;gap:5px;font-size:.82rem;color:#4b5563}.breakdown-percentage small{color:#9ca3af}.reviews-guarantee-badge{display:flex;align-items:flex-start;gap:16px;background:#fff;padding:20px;border-radius:6px;border:1px solid #e5e7eb}.shield-icon{color:#10b981;flex-shrink:0;margin-top:2px}.guarantee-text h4{margin:0 0 4px;font-size:.94rem;font-weight:600;color:#111827}.guarantee-text p{margin:0;font-size:.82rem;line-height:1.45;color:#6b7280}.reviews-controls-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:28px}.reviews-filter-tags{display:flex;flex-wrap:wrap;gap:8px}.filter-pill{background:#fff;border:1px solid #d1d5db;color:#374151;padding:6px 14px;border-radius:20px;font-size:.84rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-pill:hover{border-color:#111827;color:#111827}.filter-pill.active{background:#111827;color:#fff;border-color:#111827}.reviews-sort-container{display:flex;align-items:center;gap:10px}.sort-label{font-size:.88rem;color:#6b7280;font-weight:500}.reviews-sort-select{padding:6px 14px;border:1px solid #d1d5db;border-radius:4px;font-size:.88rem;color:#111827;background-color:#fff;cursor:pointer;outline:none}.reviews-sort-select:focus{border-color:#111827}.reviews-slider-wrapper{position:relative;width:100%;overflow:hidden;padding:10px 0 30px;mask-image:linear-gradient(to right,transparent,black 4%,black 96%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 4%,black 96%,transparent)}.reviews-carousel-track{display:flex;width:max-content}.reviews-ticker-group{display:flex;gap:20px;padding-right:20px;animation:reviewMarquee 60s linear infinite;flex-shrink:0}.reviews-carousel-track.paused .reviews-ticker-group{animation-play-state:paused}@keyframes reviewMarquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.review-sliding-card{flex:0 0 340px;max-width:340px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:22px;cursor:pointer;box-shadow:0 2px 8px #00000008;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.review-sliding-card:hover{transform:translateY(-4px);border-color:#111827;box-shadow:0 10px 24px #00000014}.sliding-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.sliding-card-stars{margin-bottom:12px}.sliding-card-title{font-size:.96rem;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sliding-card-snippet{font-size:.86rem;color:#4b5563;line-height:1.5;margin:0 0 16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis;flex:1}.sliding-card-footer{margin-top:auto;padding-top:10px;border-top:1px dashed #f1f5f9}.read-more-hint{font-size:.8rem;font-weight:600;color:#111827;display:inline-flex;align-items:center;gap:4px}.review-detail-modal-overlay{position:fixed;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:99999;padding:20px;animation:fadeInModal .25s ease forwards}.review-detail-modal-box{background:#fff;border-radius:14px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;padding:36px;position:relative;box-shadow:0 20px 40px #0003;animation:scaleUpModal .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes scaleUpModal{0%{opacity:0;transform:scale(.94) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.review-detail-modal-close{position:absolute;top:20px;right:20px;background:#f3f4f6;border:none;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#4b5563;cursor:pointer;transition:all .2s ease}.review-detail-modal-close:hover{background:#111827;color:#fff}.detail-modal-header{display:flex;align-items:center;gap:16px;margin-bottom:18px}.detail-avatar{width:52px;height:52px;font-size:1.1rem}.detail-name-row{display:flex;align-items:center;gap:10px}.detail-reviewer-name{font-size:1.15rem;font-weight:600;color:#111827;margin:0}.detail-date{font-size:.82rem;color:#9ca3af;margin-top:2px;display:block}.detail-stars-row{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.detail-rating-num{font-size:.88rem;font-weight:600;color:#374151}.detail-review-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 12px;line-height:1.35}.detail-review-body{font-size:.96rem;color:#374151;line-height:1.65;margin-bottom:28px;white-space:pre-line}.detail-modal-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:12px}.detail-product-tag{font-size:.84rem;color:#6b7280}.detail-product-tag strong{color:#111827}.detail-close-action-btn{background:#111827;color:#fff;border:none;padding:10px 22px;border-radius:6px;font-weight:500;font-size:.88rem;cursor:pointer;transition:all .2s ease}.detail-close-action-btn:hover{background:#374151}.reviewer-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#27272a,#09090b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.92rem;font-weight:600;letter-spacing:.05em;flex-shrink:0}.reviewer-meta{flex:1}.reviewer-name-row{display:flex;align-items:center;gap:8px}.reviewer-name{font-weight:600;font-size:.98rem;color:#111827}.verified-badge{display:inline-flex;align-items:center;gap:3px;background:#ecfdf5;color:#059669;font-size:.72rem;font-weight:600;padding:2px 7px;border-radius:12px;border:1px solid #a7f3d0}.review-date{display:block;font-size:.78rem;color:#9ca3af;margin-top:2px}.review-stars-badge{display:flex;align-items:center}.stars-row{display:flex;align-items:center;gap:3px}.star-solid{color:#1a1a1a}.star-muted{color:#d1d5db}.review-card-title{font-size:1.05rem;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.35}.review-card-comment{font-size:.93rem;line-height:1.6;color:#4b5563;margin:0;white-space:pre-line}.reviews-empty-box{background:#fafafa;border:1px dashed #d1d5db;border-radius:8px;padding:50px 24px;text-align:center;margin:20px 0}.empty-icon-wrap{width:64px;height:64px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#6b7280;box-shadow:0 2px 8px #0000000d}.empty-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 8px}.empty-desc{font-size:.92rem;color:#6b7280;max-width:460px;margin:0 auto 20px;line-height:1.5}.write-first-review-btn,.reset-filter-btn{background:#111827;color:#fff;border:none;padding:10px 22px;font-size:.88rem;font-weight:500;cursor:pointer;border-radius:4px;transition:background .2s ease}.write-first-review-btn:hover,.reset-filter-btn:hover{background:#374151}.review-modal-overlay{position:fixed;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.review-modal-content{background:#fff;border-radius:8px;max-width:580px;width:100%;max-height:90vh;overflow-y:auto;padding:36px;position:relative;box-shadow:0 20px 40px #0003;animation:modalFadeIn .25s cubic-bezier(.16,1,.3,1)}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.review-modal-close-btn{position:absolute;top:20px;right:20px;background:#f3f4f6;border:none;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s ease}.review-modal-close-btn:hover{background:#e5e7eb;color:#111827}.review-modal-header{margin-bottom:24px}.review-modal-badge{display:inline-block;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#6b7280;margin-bottom:6px}.review-modal-title{font-family:Playfair Display,serif;font-size:1.85rem;font-weight:500;color:#111827;margin:0 0 6px}.review-modal-subtitle{font-size:.88rem;color:#6b7280;margin:0}.review-modal-subtitle strong{color:#111827}.review-error-banner{display:flex;align-items:center;gap:10px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:10px 14px;border-radius:6px;font-size:.86rem;margin-bottom:20px}.review-form{display:flex;flex-direction:column;gap:18px}.review-rating-select-group{display:flex;flex-direction:column;gap:8px;background:#fafafa;padding:16px;border-radius:6px;border:1px solid #f0f0f0}.review-stars-picker{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.star-pick-btn{background:transparent;border:none;padding:2px;cursor:pointer;transition:transform .15s ease;line-height:1}.star-pick-btn:hover{transform:scale(1.18)}.rating-feedback-label{margin-left:10px;font-size:.88rem;font-weight:600;color:#111827}.review-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.review-form-field{display:flex;flex-direction:column;gap:6px}.review-field-label{font-size:.84rem;font-weight:600;color:#374151}.review-text-input,.review-textarea{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:4px;font-size:.9rem;color:#111827;background:#fff;outline:none;box-sizing:border-box;font-family:inherit;transition:border-color .2s ease}.review-text-input:focus,.review-textarea:focus{border-color:#111827}.review-textarea{resize:vertical;min-height:90px}.review-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}.review-cancel-btn{background:transparent;border:1px solid #d1d5db;color:#4b5563;padding:10px 20px;font-size:.9rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s ease}.review-cancel-btn:hover{background:#f3f4f6;color:#111827}.review-submit-btn{background:#111827;color:#fff;border:1px solid #111827;padding:10px 24px;font-size:.9rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s ease}.review-submit-btn:hover:not(:disabled){background:#374151}.review-submit-btn:disabled{opacity:.6;cursor:not-allowed}.review-success-state{text-align:center;padding:40px 20px}.review-success-icon{color:#10b981;margin-bottom:16px}.review-success-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:500;color:#111827;margin:0 0 10px}.review-success-text{font-size:.94rem;color:#6b7280;max-width:380px;margin:0 auto;line-height:1.5}@media(max-width:992px){.reviews-summary-card{grid-template-columns:1fr;gap:24px}.reviews-score-block{border-right:none;border-bottom:1px solid #e5e5e5;padding-right:0;padding-bottom:24px}}@media(max-width:640px){.review-form-row{grid-template-columns:1fr}.reviews-section-header{flex-direction:column;align-items:flex-start}.write-review-trigger-btn{width:100%;justify-content:center}.reviews-controls-bar{flex-direction:column;align-items:stretch}.reviews-sort-container{justify-content:space-between}.review-modal-content{padding:24px 18px}}.userpanal-product-details-page{font-family:Inter,sans-serif;background:#fff;color:#1a1a1a;min-height:100vh}.userpanal-product-details-page .container{max-width:1180px;margin:0 auto;padding:0 24px}.userpanal-product-details-page .product-detail-layout{display:grid;grid-template-columns:46% 54%;gap:36px;padding:20px 0 40px;align-items:flex-start;justify-content:center}.userpanal-product-details-page .product-gallery-container{position:sticky;top:calc(var(--user-header-height, 100px) + 20px);align-self:flex-start;height:fit-content;width:100%;max-width:460px;z-index:10}.userpanal-product-details-page .product-main-image{background:#f8fafc;margin-bottom:12px;max-height:calc(100vh - var(--user-header-height, 100px) - 130px);min-height:420px;width:100%;aspect-ratio:.82;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;border:1px solid #f1f5f9}.userpanal-product-details-page .product-main-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.userpanal-product-details-page .thumbnail-gallery{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.userpanal-product-details-page .thumbnail{width:68px;height:68px;border:1.5px solid #e2e8f0;cursor:pointer;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:2px;border-radius:6px;transition:all .2s ease}.userpanal-product-details-page .thumbnail img{width:100%;height:100%;display:block;object-fit:cover;border-radius:4px}.userpanal-product-details-page .thumbnail.active{border:2px solid #0f172a;box-shadow:0 2px 8px #0000001f}.userpanal-product-details-page .product-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;margin-bottom:10px;line-height:1.25;color:#0f172a;letter-spacing:-.01em}.userpanal-product-details-page .price-section{margin-bottom:18px}.userpanal-product-details-page .dynamic-price{font-size:1.95rem;font-weight:700;color:#0f172a}.userpanal-product-details-page .original-price{color:#94a3b8;text-decoration:line-through;font-size:1rem;margin-top:2px}.userpanal-product-details-page .product-meta-strip{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px}.userpanal-product-details-page .meta-pill{display:inline-flex;align-items:center;gap:5px;background:#f8fafc;border:1px solid #e2e8f0;padding:5px 12px;border-radius:20px;font-size:.8rem}.userpanal-product-details-page .meta-pill-label{color:#64748b;font-weight:500}.userpanal-product-details-page .meta-pill-val{color:#0f172a;font-weight:600}.userpanal-product-details-page .meta-pill.sku-pill{background:#f1f5f9;border-color:#cbd5e1}.userpanal-product-details-page .selection-section{margin-bottom:24px}.userpanal-product-details-page .sub-title{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;margin-bottom:12px;color:#0f172a;border-bottom:none;padding-bottom:0}.userpanal-product-details-page .size-options{display:flex;flex-wrap:wrap;gap:12px}.userpanal-product-details-page .size-btn{background:#fff;border:1.5px solid #e2e8f0;padding:10px 18px;min-width:80px;min-height:auto;border-radius:6px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.userpanal-product-details-page .size-btn:hover{border-color:#94a3b8;background:#f8fafc}.userpanal-product-details-page .size-btn.selected{border-color:#0f172a;background:#0f172a;box-shadow:0 4px 12px #0f172a26}.userpanal-product-details-page .size-btn.selected .size-name{color:#fff}.userpanal-product-details-page .size-btn.selected .stock-tag.in{color:#86efac}.userpanal-product-details-page .size-btn.selected .stock-tag.low{color:#fde047}.userpanal-product-details-page .size-btn.selected .stock-tag.out{color:#fca5a5}.userpanal-product-details-page .size-btn.out-of-stock{opacity:.65;background:#f8fafc;border-style:dashed}.userpanal-product-details-page .size-name{display:block;font-size:.95rem;font-weight:700;color:#0f172a}.userpanal-product-details-page .stock-tag{display:block;font-size:.68rem;letter-spacing:.03em;font-weight:600;text-transform:uppercase;margin-top:2px}.userpanal-product-details-page .stock-tag.in{color:#059669}.userpanal-product-details-page .stock-tag.low{color:#d97706}.userpanal-product-details-page .stock-tag.out{color:#dc2626}.userpanal-product-details-page .stock-availability-card{margin:18px 0 24px}.userpanal-product-details-page .stock-badge{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:8px;border:1px solid transparent;transition:all .3s ease}.userpanal-product-details-page .stock-badge.in-stock{background:#f0fdf4;border-color:#bbf7d0}.userpanal-product-details-page .stock-badge.low-stock{background:#fffbeb;border-color:#fde68a}.userpanal-product-details-page .stock-badge.out-of-stock{background:#fef2f2;border-color:#fecaca}.userpanal-product-details-page .stock-badge.store-overview{background:#f8fafc;border-color:#e2e8f0}.userpanal-product-details-page .stock-pulse-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;flex-shrink:0}.userpanal-product-details-page .green-dot{background-color:#16a34a;box-shadow:0 0 0 3px #16a34a33}.userpanal-product-details-page .amber-dot{background-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b33}.userpanal-product-details-page .red-dot{background-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.userpanal-product-details-page .blue-dot{background-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.userpanal-product-details-page .stock-badge-info{display:flex;flex-direction:column;gap:2px}.userpanal-product-details-page .stock-primary-text{font-size:.92rem;color:#1e293b;line-height:1.4}.userpanal-product-details-page .stock-secondary-text{font-size:.8rem;color:#64748b;line-height:1.3}.userpanal-product-details-page .urgency-flame{display:inline-block;color:#ea580c;font-weight:700}.userpanal-product-details-page .stock-summary-tag{font-size:.8rem;font-weight:600;color:#0f172a;background:#f1f5f9;padding:3px 8px;border-radius:4px}.userpanal-product-details-page .selected-size-info{margin-top:14px;padding:10px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.92rem;font-weight:600;color:#0f172a;display:flex;justify-content:space-between;align-items:center}.userpanal-product-details-page .selected-size-stock-note{font-size:.82rem;color:#059669;font-weight:500}.userpanal-product-details-page .quantity-stock-helper{font-size:.85rem;color:#64748b}.userpanal-product-details-page .max-stock-notice{font-size:.78rem;color:#d97706;margin:4px 0 0;font-weight:500}.userpanal-product-details-page .cart-submit-btn.disabled,.userpanal-product-details-page .buy-now-submit-btn.disabled{background:#f1f5f9!important;color:#94a3b8!important;border-color:transparent!important;cursor:not-allowed!important;box-shadow:none!important}.userpanal-product-details-page .quantity-ctrl{display:inline-flex;border:1.5px solid #e2e8f0;border-radius:6px;overflow:hidden;margin-bottom:8px}.userpanal-product-details-page .quantity-ctrl button{width:44px;height:40px;background:#f8fafc;border:none;font-size:1.2rem;cursor:pointer;transition:background .2s;color:#0f172a}.userpanal-product-details-page .quantity-ctrl button:hover{background:#e2e8f0}.userpanal-product-details-page .quantity-ctrl input{width:54px;text-align:center;border:none;font-size:1rem;font-weight:600;color:#0f172a}.userpanal-product-details-page .availability-msg{font-size:.8rem;color:#666;text-transform:uppercase}.userpanal-product-details-page .product-action-buttons-group{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:36px}.userpanal-product-details-page .cart-submit-btn,.userpanal-product-details-page .buy-now-submit-btn{position:relative;width:100%;padding:16px 20px;background:#f1f5f9;color:#94a3b8;border:2px solid transparent;font-family:Poppins,sans-serif;font-weight:600;font-size:13px;letter-spacing:.1em;text-transform:uppercase;cursor:not-allowed;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:2px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box}.userpanal-product-details-page .cart-submit-btn.enabled{background:#fff;color:#000;border:2px solid #000000;cursor:pointer;box-shadow:0 4px 14px #0000000f}.userpanal-product-details-page .cart-submit-btn.enabled:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#00000014;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.userpanal-product-details-page .cart-submit-btn.enabled:hover:before{width:320px;height:320px}.userpanal-product-details-page .cart-submit-btn.enabled:hover{background:#000;color:#fff;border-color:#000;transform:translateY(-4px);box-shadow:0 12px 32px #00000040}.userpanal-product-details-page .cart-submit-btn.enabled:active{transform:translateY(-2px)}.userpanal-product-details-page .buy-now-submit-btn.enabled{background:#000;color:#fff;border:2px solid #000000;cursor:pointer;box-shadow:0 8px 24px #00000040}.userpanal-product-details-page .buy-now-submit-btn.enabled:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.userpanal-product-details-page .buy-now-submit-btn.enabled:hover:before{width:320px;height:320px}.userpanal-product-details-page .buy-now-submit-btn.enabled:hover{background:#fff;color:#000;border-color:#000;transform:translateY(-4px);box-shadow:0 16px 40px #00000059}.userpanal-product-details-page .buy-now-submit-btn.enabled:active{transform:translateY(-2px)}@media(max-width:640px){.userpanal-product-details-page .product-action-buttons-group{grid-template-columns:1fr}}.userpanal-product-details-page .description-box{margin-bottom:40px}.userpanal-product-details-page .description-box p{line-height:1.8;color:#555;font-size:1.1rem}.userpanal-product-details-page .care-box{margin-bottom:40px}.userpanal-product-details-page .care-list{margin:0;padding-left:18px;color:#555;font-size:1.1rem;line-height:1.9}.userpanal-product-details-page .product-details-card{background:#fafafa;padding:30px;border:1px solid #eee;margin-bottom:60px}.userpanal-product-details-page .detail-row{margin-bottom:15px}.userpanal-product-details-page .detail-row:last-child{margin-bottom:0}.userpanal-product-details-page .detail-row .label{color:#999;font-size:.9rem;margin-right:10px}.userpanal-product-details-page .detail-row .value{font-weight:600}.userpanal-product-details-page .related-section{padding:80px 0;border-top:1px solid #eee;text-align:center;margin-bottom:80px;width:100%}.userpanal-product-details-page .related-heading{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:400;margin-bottom:15px}.userpanal-product-details-page .related-divider{width:60px;height:2px;background:#1a1a1a;margin:0 auto 40px}.userpanal-product-details-page .related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:60px;max-width:1400px;margin-left:auto;margin-right:auto}@media(max-width:1200px){.userpanal-product-details-page .related-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.userpanal-product-details-page .related-grid{grid-template-columns:1fr;gap:2rem}}.userpanal-product-details-page .related-card{background:#fff;box-shadow:0 2px 8px #0000000a;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;cursor:pointer}.userpanal-product-details-page .related-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1a05,#1a1a1a00);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.userpanal-product-details-page .related-card:hover:before{opacity:1}.userpanal-product-details-page .related-card:hover{box-shadow:0 24px 64px #0000001f;transform:translateY(-12px)}.userpanal-product-details-page .related-product-image-container{position:relative;height:400px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);overflow:hidden;display:flex;align-items:center;justify-content:center}.userpanal-product-details-page .related-product-image-container img{width:100%;height:100%;display:block;object-fit:cover}.userpanal-product-details-page .related-img-placeholder{color:#999;font-size:1.1rem;transition:transform .7s cubic-bezier(.4,0,.2,1)}.userpanal-product-details-page .related-card:hover .related-img-placeholder{transform:scale(1.08)}.userpanal-product-details-page .related-product-hover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1);padding:2rem;z-index:2}.userpanal-product-details-page .related-card:hover .related-product-hover-overlay{opacity:1}.userpanal-product-details-page .related-view-details-btn{background:#fff;color:#1a1a1a;border:2px solid transparent;padding:12px 32px;font-weight:600;font-size:13px;letter-spacing:.08em;cursor:pointer;box-shadow:0 6px 20px #00000040;border-radius:2px;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;transform:translateY(20px);position:relative;overflow:hidden}.userpanal-product-details-page .related-view-details-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.userpanal-product-details-page .related-view-details-btn:hover:before{width:300px;height:300px}.userpanal-product-details-page .related-card:hover .related-view-details-btn{transform:translateY(0)}.userpanal-product-details-page .related-view-details-btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#1a1a1a;color:#fff}.userpanal-product-details-page .related-product-details{padding:2.2rem;text-align:center;background-color:#fff}.userpanal-product-details-page .related-product-title{font-family:Playfair Display,serif;font-size:23px;font-weight:500;margin-bottom:11px;color:#1a1a1a;line-height:1.4;letter-spacing:.01em;transition:color .3s ease}.userpanal-product-details-page .related-card:hover .related-product-title{color:#000}.userpanal-product-details-page .related-product-brand{font-family:Poppins,sans-serif;font-size:15px;color:#a0a0a0;letter-spacing:.15em;text-transform:uppercase;margin-bottom:17px;font-weight:500}.userpanal-product-details-page .related-product-price{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#1a1a1a}.userpanal-product-details-page .view-more-products{background:#1a1a1a;color:#fff;border:2px solid transparent;padding:15px 40px;font-weight:600;font-size:13px;letter-spacing:.1em;cursor:pointer;text-transform:uppercase;font-family:Poppins,sans-serif;border-radius:2px;box-shadow:0 6px 20px #00000040;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;margin-bottom:-50px}.userpanal-product-details-page .view-more-products:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.userpanal-product-details-page .view-more-products:hover:before{width:300px;height:300px}.userpanal-product-details-page .view-more-products:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#000;color:#fff}.userpanal-product-details-page .view-more-products:active{transform:translateY(-2px);background:#000;color:#fff}@media(max-width:1399px){.userpanal-product-details-page .container{max-width:1200px;padding:0 35px}.userpanal-product-details-page .product-detail-layout{gap:70px;padding:55px 0}.userpanal-product-details-page .product-title{font-size:3rem}.userpanal-product-details-page .dynamic-price{font-size:2.6rem}.userpanal-product-details-page .related-grid{max-width:1200px}}@media(max-width:1199px){.userpanal-product-details-page .container{max-width:1000px;padding:0 30px}.userpanal-product-details-page .product-detail-layout{gap:60px;padding:50px 0}.userpanal-product-details-page .product-title{font-size:2.8rem}.userpanal-product-details-page .dynamic-price{font-size:2.4rem}.userpanal-product-details-page .meta-grid{padding:40px 35px;column-gap:50px;row-gap:30px}.userpanal-product-details-page .thumbnail{width:70px;height:70px}.userpanal-product-details-page .related-product-image-container{height:360px}.userpanal-product-details-page .related-grid{gap:2.5rem}}@media(max-width:1023px){.userpanal-product-details-page .container{padding:0 25px}.userpanal-product-details-page .product-detail-layout{gap:50px;padding:45px 0}.userpanal-product-details-page .product-title{font-size:2.6rem}.userpanal-product-details-page .dynamic-price{font-size:2.2rem}.userpanal-product-details-page .original-price{font-size:1.2rem}.userpanal-product-details-page .meta-grid{padding:35px 30px;column-gap:40px;row-gap:28px}.userpanal-product-details-page .sub-title{font-size:1.6rem}.userpanal-product-details-page .size-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.userpanal-product-details-page .size-btn{padding:22px 16px;min-height:85px}.userpanal-product-details-page .related-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.userpanal-product-details-page .related-product-image-container{height:340px}.userpanal-product-details-page .related-heading{font-size:2.4rem}.userpanal-product-details-page .related-divider{margin-bottom:80px}}@media(max-width:991px){.userpanal-product-details-page .product-detail-layout{grid-template-columns:1fr;gap:40px;padding:40px 0}.userpanal-product-details-page .product-gallery-container{position:relative;top:0}.userpanal-product-details-page .container{padding:0 20px}.userpanal-product-details-page .product-title{font-size:2.4rem}.userpanal-product-details-page .dynamic-price{font-size:2rem}.userpanal-product-details-page .meta-grid{grid-template-columns:1fr;padding:30px 25px;row-gap:25px}.userpanal-product-details-page .size-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.userpanal-product-details-page .cart-submit-btn{margin-bottom:50px}.userpanal-product-details-page .related-section{padding:60px 0;margin-bottom:60px}.userpanal-product-details-page .related-heading{font-size:2.2rem}.userpanal-product-details-page .related-divider{margin-bottom:60px}.userpanal-product-details-page .related-product-image-container{height:320px}}@media(max-width:767px){.userpanal-product-details-page .container{padding:0 18px}.userpanal-product-details-page .product-detail-layout{gap:35px;padding:35px 0}.userpanal-product-details-page .product-title{font-size:2.2rem;margin-bottom:18px}.userpanal-product-details-page .dynamic-price{font-size:1.9rem}.userpanal-product-details-page .original-price{font-size:1.1rem}.userpanal-product-details-page .price-section{margin-bottom:35px}.userpanal-product-details-page .meta-grid{padding:28px 22px;row-gap:22px;margin-bottom:35px}.userpanal-product-details-page .meta-item .label{font-size:.75rem}.userpanal-product-details-page .meta-item .value{font-size:1rem}.userpanal-product-details-page .sub-title{font-size:1.5rem;margin-bottom:18px}.userpanal-product-details-page .selection-section{margin-bottom:35px}.userpanal-product-details-page .size-options{gap:16px}.userpanal-product-details-page .size-btn{padding:20px 14px;min-height:80px}.userpanal-product-details-page .size-name{font-size:16px}.userpanal-product-details-page .stock-tag{font-size:11px}.userpanal-product-details-page .quantity-ctrl button{width:50px;height:45px;font-size:1.3rem}.userpanal-product-details-page .quantity-ctrl input{width:70px;font-size:1.1rem}.userpanal-product-details-page .cart-submit-btn{padding:18px;margin-bottom:45px;font-size:14px}.userpanal-product-details-page .description-box,.userpanal-product-details-page .care-box{margin-bottom:35px}.userpanal-product-details-page .description-box p,.userpanal-product-details-page .care-list{font-size:1rem;line-height:1.7}.userpanal-product-details-page .product-details-card{padding:25px;margin-bottom:50px}.userpanal-product-details-page .detail-row .label{font-size:.85rem}.userpanal-product-details-page .thumbnail{width:65px;height:65px}.userpanal-product-details-page .related-section{padding:50px 0;margin-bottom:50px}.userpanal-product-details-page .related-heading{font-size:2rem}.userpanal-product-details-page .related-divider{margin-bottom:50px;width:50px}.userpanal-product-details-page .related-grid{grid-template-columns:1fr;gap:1.8rem}.userpanal-product-details-page .related-product-image-container{height:380px}.userpanal-product-details-page .related-product-details{padding:1.8rem}.userpanal-product-details-page .related-product-title{font-size:21px}.userpanal-product-details-page .related-product-brand{font-size:14px}.userpanal-product-details-page .related-product-price{font-size:18px}.userpanal-product-details-page .view-more-products{padding:14px 35px;font-size:12px}}@media(max-width:639px){.userpanal-product-details-page .container{padding:0 16px}.userpanal-product-details-page .product-detail-layout{gap:30px;padding:30px 0}.userpanal-product-details-page .product-title{font-size:2rem;margin-bottom:16px}.userpanal-product-details-page .dynamic-price{font-size:1.8rem}.userpanal-product-details-page .original-price{font-size:1rem}.userpanal-product-details-page .price-section{margin-bottom:30px}.userpanal-product-details-page .meta-grid{padding:25px 20px;row-gap:20px;margin-bottom:30px}.userpanal-product-details-page .meta-item .label{font-size:.7rem}.userpanal-product-details-page .meta-item .value{font-size:.95rem}.userpanal-product-details-page .sub-title{font-size:1.4rem;margin-bottom:16px}.userpanal-product-details-page .selection-section{margin-bottom:30px}.userpanal-product-details-page .size-options{gap:14px}.userpanal-product-details-page .size-btn{padding:18px 12px;min-height:75px}.userpanal-product-details-page .size-name{font-size:15px}.userpanal-product-details-page .stock-tag{font-size:10px}.userpanal-product-details-page .quantity-ctrl button{width:45px;height:42px;font-size:1.2rem}.userpanal-product-details-page .quantity-ctrl input{width:65px;font-size:1rem}.userpanal-product-details-page .cart-submit-btn{padding:16px;margin-bottom:40px;font-size:13px;letter-spacing:1.5px}.userpanal-product-details-page .description-box,.userpanal-product-details-page .care-box{margin-bottom:30px}.userpanal-product-details-page .description-box p,.userpanal-product-details-page .care-list{font-size:.95rem;line-height:1.65}.userpanal-product-details-page .product-details-card{padding:22px;margin-bottom:45px}.userpanal-product-details-page .detail-row{margin-bottom:12px}.userpanal-product-details-page .detail-row .label{font-size:.8rem}.userpanal-product-details-page .thumbnail{width:60px;height:60px;gap:10px}.userpanal-product-details-page .thumbnail-gallery{gap:10px}.userpanal-product-details-page .related-section{padding:45px 0;margin-bottom:45px}.userpanal-product-details-page .related-heading{font-size:1.8rem}.userpanal-product-details-page .related-divider{margin-bottom:45px;width:45px}.userpanal-product-details-page .related-grid{gap:1.5rem}.userpanal-product-details-page .related-product-image-container{height:350px}.userpanal-product-details-page .related-product-details{padding:1.6rem}.userpanal-product-details-page .related-product-title{font-size:19px}.userpanal-product-details-page .related-product-brand{font-size:13px;margin-bottom:14px}.userpanal-product-details-page .related-product-price{font-size:17px}.userpanal-product-details-page .view-more-products{padding:13px 32px;font-size:11px}}@media(max-width:479px){.userpanal-product-details-page .container{padding:0 14px}.userpanal-product-details-page .product-detail-layout{gap:28px;padding:28px 0}.userpanal-product-details-page .product-title{font-size:1.8rem;margin-bottom:14px}.userpanal-product-details-page .dynamic-price{font-size:1.6rem}.userpanal-product-details-page .original-price{font-size:.95rem}.userpanal-product-details-page .price-section{margin-bottom:28px}.userpanal-product-details-page .meta-grid{padding:22px 18px;row-gap:18px;margin-bottom:28px}.userpanal-product-details-page .meta-item .label{font-size:.65rem}.userpanal-product-details-page .meta-item .value{font-size:.9rem}.userpanal-product-details-page .sub-title{font-size:1.3rem;margin-bottom:14px}.userpanal-product-details-page .selection-section{margin-bottom:28px}.userpanal-product-details-page .size-options{grid-template-columns:1fr;gap:12px}.userpanal-product-details-page .size-btn{padding:16px 12px;min-height:70px}.userpanal-product-details-page .size-name{font-size:14px}.userpanal-product-details-page .stock-tag{font-size:10px}.userpanal-product-details-page .quantity-ctrl button{width:42px;height:40px;font-size:1.1rem}.userpanal-product-details-page .quantity-ctrl input{width:60px;font-size:.95rem}.userpanal-product-details-page .cart-submit-btn{padding:15px;margin-bottom:35px;font-size:12px;letter-spacing:1.2px}.userpanal-product-details-page .description-box,.userpanal-product-details-page .care-box{margin-bottom:28px}.userpanal-product-details-page .description-box p,.userpanal-product-details-page .care-list{font-size:.9rem;line-height:1.6}.userpanal-product-details-page .product-details-card{padding:20px;margin-bottom:40px}.userpanal-product-details-page .detail-row{margin-bottom:11px}.userpanal-product-details-page .detail-row .label{font-size:.75rem}.userpanal-product-details-page .detail-row .value{font-size:.9rem}.userpanal-product-details-page .thumbnail{width:55px;height:55px}.userpanal-product-details-page .thumbnail-gallery{gap:8px}.userpanal-product-details-page .related-section{padding:40px 0;margin-bottom:40px}.userpanal-product-details-page .related-heading{font-size:1.6rem}.userpanal-product-details-page .related-divider{margin-bottom:40px;width:40px}.userpanal-product-details-page .related-grid{gap:1.3rem}.userpanal-product-details-page .related-product-image-container{height:320px}.userpanal-product-details-page .related-product-details{padding:1.4rem}.userpanal-product-details-page .related-product-title{font-size:17px;margin-bottom:9px}.userpanal-product-details-page .related-product-brand{font-size:12px;margin-bottom:12px}.userpanal-product-details-page .related-product-price{font-size:16px}.userpanal-product-details-page .related-view-details-btn{padding:10px 28px;font-size:11px}.userpanal-product-details-page .view-more-products{padding:12px 28px;font-size:11px}}@media(max-width:379px){.userpanal-product-details-page .container{padding:0 12px}.userpanal-product-details-page .product-detail-layout{gap:25px;padding:25px 0}.userpanal-product-details-page .product-title{font-size:1.6rem;margin-bottom:12px}.userpanal-product-details-page .dynamic-price{font-size:1.5rem}.userpanal-product-details-page .original-price{font-size:.9rem}.userpanal-product-details-page .price-section{margin-bottom:25px}.userpanal-product-details-page .meta-grid{padding:20px 16px;row-gap:16px;margin-bottom:25px}.userpanal-product-details-page .meta-item .label{font-size:.6rem}.userpanal-product-details-page .meta-item .value{font-size:.85rem}.userpanal-product-details-page .sub-title{font-size:1.2rem;margin-bottom:12px}.userpanal-product-details-page .selection-section{margin-bottom:25px}.userpanal-product-details-page .size-options{gap:10px}.userpanal-product-details-page .size-btn{padding:14px 10px;min-height:65px}.userpanal-product-details-page .size-name{font-size:13px;margin-bottom:4px}.userpanal-product-details-page .stock-tag{font-size:9px}.userpanal-product-details-page .quantity-ctrl button{width:40px;height:38px;font-size:1rem}.userpanal-product-details-page .quantity-ctrl input{width:55px;font-size:.9rem}.userpanal-product-details-page .cart-submit-btn{padding:14px;margin-bottom:30px;font-size:11px;letter-spacing:1px}.userpanal-product-details-page .description-box,.userpanal-product-details-page .care-box{margin-bottom:25px}.userpanal-product-details-page .description-box p,.userpanal-product-details-page .care-list{font-size:.85rem;line-height:1.55}.userpanal-product-details-page .product-details-card{padding:18px;margin-bottom:35px}.userpanal-product-details-page .detail-row{margin-bottom:10px}.userpanal-product-details-page .detail-row .label{font-size:.7rem}.userpanal-product-details-page .detail-row .value{font-size:.85rem}.userpanal-product-details-page .thumbnail{width:50px;height:50px}.userpanal-product-details-page .thumbnail-gallery{gap:7px}.userpanal-product-details-page .related-section{padding:35px 0;margin-bottom:35px}.userpanal-product-details-page .related-heading{font-size:1.4rem}.userpanal-product-details-page .related-divider{margin-bottom:35px;width:35px}.userpanal-product-details-page .related-grid{gap:1.2rem}.userpanal-product-details-page .related-product-image-container{height:280px}.userpanal-product-details-page .related-product-details{padding:1.2rem}.userpanal-product-details-page .related-product-title{font-size:16px;margin-bottom:8px}.userpanal-product-details-page .related-product-brand{font-size:11px;margin-bottom:10px}.userpanal-product-details-page .related-product-price{font-size:15px}.userpanal-product-details-page .related-view-details-btn{padding:9px 24px;font-size:10px}.userpanal-product-details-page .view-more-products{padding:11px 24px;font-size:10px}}@media(hover:none)and (pointer:coarse){.userpanal-product-details-page .thumbnail:active{transform:scale(.95);transition:transform .1s ease}.userpanal-product-details-page .size-btn:active,.userpanal-product-details-page .cart-submit-btn:active{transform:scale(.98);transition:transform .1s ease}.userpanal-product-details-page .related-card:active{transform:translateY(-8px)}}@media(prefers-reduced-motion:reduce){.userpanal-product-details-page .related-card,.userpanal-product-details-page .related-view-details-btn,.userpanal-product-details-page .view-more-products,.userpanal-product-details-page .size-btn,.userpanal-product-details-page .cart-submit-btn{transition:none}.userpanal-product-details-page .related-card:hover,.userpanal-product-details-page .related-view-details-btn:hover,.userpanal-product-details-page .view-more-products:hover{transform:none}}.userpanal-checkout-page{max-width:1400px;margin:0 auto;padding:1rem 2rem}.userpanal-checkout-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e8e8e8;animation:userpanalCheckoutFadeInDown .6s ease-out}@keyframes userpanalCheckoutFadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.userpanal-checkout-page-title{font-family:Playfair Display,serif;font-size:3.5rem;color:#1a1a1a;margin:0 0 1rem;font-weight:300;letter-spacing:-.03em;position:relative;display:inline-block}.userpanal-checkout-page-subtitle{color:#666;font-size:1.15rem;margin:1.5rem 0 0;font-weight:300;line-height:1.6}.userpanal-checkout-layout{display:grid;grid-template-columns:1.8fr 1fr;gap:4rem;align-items:start}.userpanal-checkout-section{animation:userpanalSectionFadeIn .6s ease-out both}@keyframes userpanalSectionFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes userpanalCheckoutFadeIn{0%{opacity:0}to{opacity:1}}.userpanal-checkout-right-column{display:flex;flex-direction:column;gap:25px;isolation:isolate;transform:translateZ(0)}.userpanal-checkout-section{background:#fff;padding:3rem;border-radius:0;box-shadow:0 4px 24px #0000000f;border:1px solid #e8e8e8;position:relative;margin-bottom:2rem}.userpanal-checkout-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a1a1a,#666,#1a1a1a)}.userpanal-checkout-section-title{font-family:Playfair Display,serif;font-size:1.8rem;color:#1a1a1a;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f5f5f5;font-weight:300;letter-spacing:-.02em}.checkout-section-header-flex{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:1rem}.checkout-section-header-flex .userpanal-checkout-section-title{margin-bottom:0;border-bottom:none;padding-bottom:0}.checkout-logged-badge{display:inline-flex;align-items:center;gap:6px;background:#ecfdf5;color:#059669;border:1px solid #a7f3d0;padding:6px 14px;border-radius:20px;font-size:.84rem}.checkout-auth-gate-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2.5rem 2rem;text-align:center;box-shadow:0 4px 20px #0000000a;margin:1.5rem 0}.checkout-auth-gate-icon{width:64px;height:64px;border-radius:32px;background:#faf5ee;border:1.5px solid #EAE2D8;display:inline-flex;align-items:center;justify-content:center;color:#704f38;margin-bottom:1.25rem}.checkout-auth-gate-title{font-size:1.35rem;font-weight:600;color:#1f1a17;margin-bottom:.5rem;letter-spacing:-.01em}.checkout-auth-gate-desc{font-size:.92rem;color:#6b7280;max-width:480px;margin:0 auto 1.75rem;line-height:1.55}.checkout-auth-gate-btn-wrap{display:flex;justify-content:center;margin-bottom:2rem}.checkout-auth-perks{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;border-top:1px solid #f3f4f6;padding-top:1.5rem}.checkout-auth-perk-item{display:inline-flex;align-items:center;gap:6px;font-size:.84rem;color:#4b5563;font-weight:500}.checkout-auth-perk-item svg{color:#10b981}.checkout-logged-user-bar{display:flex;align-items:center;justify-content:space-between;background:#faf8f5;border:1px solid #EAE4DC;border-radius:8px;padding:12px 18px;margin-bottom:1.5rem;flex-wrap:wrap;gap:10px}.checkout-logged-user-info{display:flex;align-items:center;gap:12px}.checkout-logged-avatar{width:40px;height:40px;border-radius:20px;border:1.5px solid #704F38;object-fit:cover;background:#faf5ee;flex-shrink:0}.checkout-logged-avatar-initials{width:40px;height:40px;border-radius:20px;background:linear-gradient(135deg,#704f38,#4a3425);color:#faf8f5;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.88rem;letter-spacing:.04em;box-shadow:0 2px 8px #704f3840;flex-shrink:0}.checkout-logged-user-name{font-weight:600;font-size:.95rem;color:#1f1a17}.checkout-logged-user-email{font-size:.82rem;color:#7d726a}.checkout-autofill-badge{display:inline-flex;align-items:center;gap:5px;background:#ecfdf5;color:#059669;border:1px solid #A7F3D0;padding:4px 10px;border-radius:12px;font-size:.78rem;font-weight:600}.userpanal-checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.userpanal-checkout-form-full{grid-column:1 / -1}.userpanal-checkout-form-group{margin-bottom:1.5rem}.userpanal-checkout-form-label{display:block;font-weight:500;color:#1a1a1a;margin-bottom:.75rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;font-family:Inter,sans-serif}.userpanal-checkout-form-label.userpanal-checkout-required:after{content:" *";color:#e74c3c;font-weight:700}.userpanal-checkout-form-input,.userpanal-checkout-form-textarea{width:100%;padding:16px 20px;border:2px solid #e8e8e8;border-radius:0;font-size:15px;font-family:Inter,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fafafa;color:#1a1a1a}.userpanal-checkout-form-input:hover,.userpanal-checkout-form-textarea:hover{border-color:#bbb;background:#fff}.userpanal-checkout-form-input:focus,.userpanal-checkout-form-textarea:focus{outline:none;border-color:#1a1a1a;background:#fff;box-shadow:0 0 0 4px #1a1a1a0d}.userpanal-checkout-form-textarea{resize:vertical;min-height:120px;line-height:1.6}.userpanal-checkout-promo-input-group{display:flex;gap:10px}.userpanal-checkout-promo-input{flex:1;padding:12px 16px;border:2px solid #e8e8e8;border-radius:0;font-size:14px;font-family:Inter,sans-serif;background:#fafafa;transition:all .3s ease}.userpanal-checkout-promo-input:focus{outline:none;border-color:#1a1a1a;background:#fff}.userpanal-checkout-apply-promo-btn{padding:12px 24px;background:#27ae60;color:#fff;border:none;border-radius:0;cursor:pointer;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease}.userpanal-checkout-apply-promo-btn:hover{background:#219a52}.userpanal-checkout-order-items{margin-bottom:2.5rem}.userpanal-checkout-order-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #f5f5f5;align-items:flex-start;transition:all .3s ease}.userpanal-checkout-order-item:hover{background:#fafafa;margin:0 -1.5rem;padding:1.5rem;border-radius:0}.userpanal-checkout-order-item:last-child{border-bottom:none}.userpanal-checkout-order-item-image{width:90px;height:90px;object-fit:cover;border-radius:0;box-shadow:0 4px 16px #00000014;transition:transform .4s cubic-bezier(.4,0,.2,1);filter:grayscale(.1);flex-shrink:0}.userpanal-checkout-order-item-details{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:90px}.userpanal-checkout-order-item-name{font-size:1.15rem;font-weight:500;color:#1a1a1a;margin-bottom:.75rem;line-height:1.3;letter-spacing:-.01em}.userpanal-checkout-order-item-meta{color:#666;font-size:.95rem;line-height:1.6;display:flex;flex-direction:column;gap:.35rem;font-family:Inter,sans-serif}.userpanal-checkout-order-item-price{font-size:1.2rem;font-weight:700;color:#1a1a1a;text-align:right;letter-spacing:-.02em;font-family:Inter,sans-serif;flex-shrink:0;align-self:center}.userpanal-checkout-order-summary{background:linear-gradient(135deg,#fafafa,#f5f5f5);padding:2.5rem;border-radius:0;margin-bottom:2.5rem;border:1px solid #e8e8e8}.userpanal-checkout-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e8e8e8}.userpanal-checkout-summary-row-last{border-bottom:none;margin-bottom:0;padding-bottom:0}.userpanal-checkout-summary-label{color:#666;font-weight:500;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.userpanal-checkout-summary-value{color:#1a1a1a;font-weight:600;font-size:1.1rem;letter-spacing:-.01em;font-family:Inter,sans-serif}.userpanal-checkout-summary-total{font-size:1.8rem;font-weight:700;color:#1a1a1a;font-family:Inter,sans-serif}.userpanal-checkout-summary-divider{height:2px;background:linear-gradient(90deg,transparent,#e8e8e8,transparent);margin:2rem 0}.userpanal-checkout-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:1.5rem 2.5rem;background:#1a1a1a;color:#fff;border:2px solid transparent;border-radius:0;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.1em;position:relative;overflow:hidden;box-shadow:0 8px 32px #1a1a1a33}.userpanal-checkout-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.userpanal-checkout-btn:enabled:hover:before{width:300px;height:300px}.userpanal-checkout-btn:enabled:hover{background:#000;transform:translateY(-4px);box-shadow:0 16px 48px #00000080}.userpanal-checkout-btn:enabled:active{transform:translateY(-2px)}.userpanal-checkout-btn:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.userpanal-checkout-back-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem 2rem;background:transparent;color:#1a1a1a;text-decoration:none;border-radius:0;border:2px solid #1a1a1a;font-weight:500;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;width:100%;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;cursor:pointer}.userpanal-checkout-back-btn:hover{background:#1a1a1a;color:#fff;transform:translateY(-2px)}@media(max-width:1200px){.userpanal-checkout-page{padding:1rem 1.5rem}.userpanal-checkout-layout{gap:2.5rem}.userpanal-checkout-section{padding:2.5rem}.userpanal-checkout-page-title{font-size:3.1rem}}@media(max-width:992px){.userpanal-checkout-page{padding:1rem 1.25rem}.userpanal-checkout-layout{grid-template-columns:1fr;gap:2rem}.userpanal-checkout-right-column{gap:18px}}@media(max-width:768px){.userpanal-checkout-page{padding:1rem}.userpanal-checkout-page-title{font-size:2.6rem}.userpanal-checkout-page-subtitle{font-size:1rem;margin-top:1rem}.userpanal-checkout-section{padding:1.75rem;margin-bottom:1.5rem}.userpanal-checkout-section-title{font-size:1.55rem;margin-bottom:1.5rem}.userpanal-checkout-form-grid{grid-template-columns:1fr;gap:1rem}.userpanal-checkout-form-group{margin-bottom:1rem}.userpanal-checkout-order-item:hover{margin:0;padding:1.5rem 0;background:#fafafa}}@media(max-width:560px){.userpanal-checkout-section{padding:1.5rem}.userpanal-checkout-promo-input-group{flex-direction:column}.userpanal-checkout-apply-promo-btn{width:100%}.userpanal-checkout-order-item{flex-direction:column;gap:1rem;align-items:stretch}.userpanal-checkout-order-item-image{width:100%;height:200px}.userpanal-checkout-order-item-details{min-height:auto}.userpanal-checkout-order-item-price{text-align:left;align-self:flex-start}.userpanal-checkout-order-summary{padding:1.75rem}.userpanal-checkout-btn{padding:1.15rem 1.25rem;font-size:.9rem}.userpanal-checkout-back-btn{padding:1.05rem 1.25rem;font-size:.82rem}}@media(max-width:480px){.userpanal-checkout-page-title{font-size:2.2rem}.userpanal-checkout-section-title{font-size:1.4rem}.userpanal-checkout-form-input,.userpanal-checkout-form-textarea{padding:14px 16px}.userpanal-checkout-order-item-image{height:180px}.userpanal-checkout-order-item-name{font-size:1.08rem}.userpanal-checkout-order-item-meta{font-size:.9rem}.userpanal-checkout-summary-total{font-size:1.65rem}}.luxury-about-page{background-color:#fbfbfb;width:100%;max-width:100%;font-family:Poppins,sans-serif;color:#111827;box-sizing:border-box;overflow:visible}@keyframes heroFadeIn{0%{opacity:0;transform:scale(1.03)}to{opacity:.85;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes revealCard{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes luxuryTickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-section-kicker{font-family:Poppins,sans-serif;font-size:11.5px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#8c8c8c;display:block;margin-bottom:.85rem;animation:fadeIn .8s ease-out both}.about-section-title{font-family:Playfair Display,serif;font-size:clamp(24px,3.6vw,42px);font-weight:500;color:#111827;line-height:1.25;margin:0 0 1.25rem;letter-spacing:-.02em;animation:fadeInUp .9s cubic-bezier(.16,1,.3,1) both}.about-section-body{font-family:Poppins,sans-serif;font-size:15px;line-height:1.85;color:#555;font-weight:300;margin:0 0 1.25rem;max-width:580px;animation:fadeIn 1s ease-out both}.about-section-body:last-of-type{margin-bottom:0}.about-atelier-hero{position:relative;width:94%;margin:0 auto;min-height:600px;height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#111827;box-sizing:border-box}.about-hero-video-wrap{position:absolute;inset:0;animation:heroFadeIn .8s cubic-bezier(.16,1,.3,1) forwards}.about-hero-bg-video{width:100%;height:100%;object-fit:cover;object-position:center center;filter:grayscale(15%) brightness(.85) contrast(1.15)}.about-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000059,#000000a6)}.about-hero-caption{position:relative;z-index:2;text-align:center;color:#fff;max-width:900px;padding:0 30px}.about-hero-subtag{font-family:Poppins,sans-serif;font-size:clamp(11px,1.2vw,13px);font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#ffffffe6;display:block;margin-bottom:1rem;animation:fadeInUp 1s ease-out .1s both}.about-hero-headline{font-family:Playfair Display,serif;font-size:clamp(37px,6vw,78px);font-weight:300;color:#fff;margin-bottom:20px;letter-spacing:-.03em;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.5);animation:fadeInUp 1s ease-out .25s both}.about-hero-subtext{font-family:Poppins,sans-serif;font-size:clamp(14px,1.8vw,18px);font-weight:300;margin-bottom:40px;opacity:.95;line-height:1.7;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:.03em;color:#fff;animation:fadeInUp 1s ease-out .45s both}.luxury-about-page .hero-buttons{display:flex;gap:20px;align-items:center;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out .65s both}.luxury-about-page .hero-cta-button{background:#fff;color:#000;border:2px solid transparent;padding:18px 50px;font-size:14px;font-weight:600;letter-spacing:.1em;border-radius:2px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 32px #0006;text-transform:uppercase;font-family:Poppins,sans-serif;text-decoration:none;display:inline-block}.luxury-about-page .hero-cta-button:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080;background:#000;color:#fff}.luxury-about-page .hero-secondary-button{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:18px 50px;font-size:14px;font-weight:600;letter-spacing:.1em;border-radius:2px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;font-family:Poppins,sans-serif;text-decoration:none;display:inline-block}.luxury-about-page .hero-secondary-button:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(-4px);box-shadow:0 16px 48px #0006}.luxury-about-page .hero-scroll-down{position:absolute;bottom:25px;left:50%;transform:translate(-50%);z-index:2;color:#fff;animation:fadeIn 1s ease-out 1s both;cursor:pointer}.luxury-about-page .bounce-icon{font-size:40px!important;animation:bounce 2s infinite}.about-brand-section{padding:5.5rem 0;background-color:#fbfbfb}.about-brand-container{max-width:1280px;width:90%;margin:0 auto;display:grid;grid-template-columns:1.15fr 1fr;gap:4.5rem;align-items:center}.about-brand-text{display:flex;flex-direction:column}.about-brand-image-frame{width:100%;aspect-ratio:4 / 3.5;overflow:hidden;border-radius:4px;box-shadow:0 8px 30px #00000014}.about-brand-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.16,1,.3,1)}.about-brand-image-frame:hover .about-brand-img{transform:scale(1.05)}.about-product-section{padding:5.5rem 0;background-color:#f3f4f6}.about-product-container{max-width:1280px;width:90%;margin:0 auto;display:grid;grid-template-columns:1fr 1.15fr;gap:4.5rem;align-items:center}.about-product-image-frame{width:100%;aspect-ratio:4 / 3.5;overflow:hidden;border-radius:4px;box-shadow:0 8px 30px #00000014}.about-product-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.16,1,.3,1)}.about-product-image-frame:hover .about-product-img{transform:scale(1.05)}.about-product-text{display:flex;flex-direction:column}.about-product-cta{margin-top:1.75rem}.about-cta-link{display:inline-flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#111827;text-decoration:none;border-bottom:2px solid #111827;padding-bottom:4px;transition:all .3s ease}.about-cta-arrow{transition:transform .3s cubic-bezier(.16,1,.3,1)}.about-cta-link:hover{color:#2563eb;border-color:#2563eb}.about-cta-link:hover .about-cta-arrow{transform:translate(5px)}.about-team-section{padding:5.5rem 0;background-color:#fbfbfb}.about-team-container{max-width:1280px;width:90%;margin:0 auto}.about-team-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.about-team-intro{font-family:Poppins,sans-serif;font-size:15px;line-height:1.8;color:#64748b;margin:0}.about-team-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.team-value-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.25rem 2rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;position:relative;overflow:hidden}.team-value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#111827,#64748b);opacity:0;transition:opacity .3s ease}.team-value-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000014;border-color:#cbd5e1}.team-value-card:hover:before{opacity:1}.team-value-number{font-family:Playfair Display,serif;font-size:28px;font-weight:600;color:#94a3b8;margin-bottom:1rem}.team-value-title{font-family:Poppins,sans-serif;font-size:18px;font-weight:600;color:#111827;margin:0 0 .75rem}.team-value-desc{font-family:Poppins,sans-serif;font-size:14px;line-height:1.7;color:#64748b;margin:0;font-weight:300}.about-customers-section{padding:5.5rem 0;background-color:#f3f4f6}.about-customers-container{max-width:1280px;width:90%;margin:0 auto;display:grid;grid-template-columns:1.15fr 1fr;gap:4.5rem;align-items:center}.about-customers-text{display:flex;flex-direction:column}.about-customers-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.customer-stat-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0000000a}.customer-stat-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014;border-color:#cbd5e1}.about-stat-value{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:#111827;line-height:1.1;margin-bottom:.35rem}.about-stat-label{font-family:Poppins,sans-serif;font-size:12.5px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.luxury-ticker-section{background-color:#111827;padding:18px 0;overflow:hidden;width:100%;white-space:nowrap;box-sizing:border-box}.luxury-ticker-track{display:flex;width:max-content;animation:luxuryTickerScroll 36s linear infinite}.luxury-ticker-section:hover .luxury-ticker-track{animation-play-state:paused}.luxury-ticker-group{display:flex;align-items:center;gap:2.75rem;padding-right:2.75rem;flex-shrink:0}.ticker-item{display:inline-flex;align-items:center;gap:10px}.ticker-icon{color:#e5e7eb;font-size:13px;opacity:.9}.ticker-title{font-family:Poppins,sans-serif;font-size:12px;font-weight:700;letter-spacing:.14em;color:#fff;text-transform:uppercase}.ticker-sub{font-family:Poppins,sans-serif;font-size:11px;font-weight:400;letter-spacing:.06em;color:#9ca3af;text-transform:uppercase;background:#ffffff14;padding:3px 8px;border-radius:20px;margin-left:4px}.ticker-dot{color:#4b5563;font-size:14px}.about-final-cta-section{padding:6rem 0;background-color:#fff;text-align:center}.about-final-cta-container{max-width:720px;width:90%;margin:0 auto}.about-final-cta-title{font-family:Playfair Display,serif;font-size:clamp(24px,3.5vw,38px);font-weight:500;color:#111827;margin:0 0 1rem;letter-spacing:-.02em}.about-final-cta-desc{font-family:Poppins,sans-serif;font-size:15px;color:#64748b;font-weight:300;margin:0 0 2rem;line-height:1.7}.about-final-cta-btn{display:inline-block;background:#111827;color:#fff;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;padding:14px 38px;border-radius:4px;transition:all .35s cubic-bezier(.16,1,.3,1)}.about-final-cta-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb40}@media(max-width:1024px){.about-brand-container,.about-product-container,.about-customers-container{grid-template-columns:1fr;gap:3rem}.about-product-visual{order:-1}.about-team-values-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto;gap:1.5rem}.about-customers-stats{max-width:500px;margin:0 auto;width:100%}.about-section-body{max-width:100%}}@media(max-width:768px){.about-atelier-hero{height:55vh;min-height:350px}.about-brand-section,.about-product-section,.about-team-section,.about-customers-section,.about-final-cta-section{padding:3.5rem 0}.about-customers-stats{grid-template-columns:1fr 1fr;gap:1rem}.customer-stat-item{padding:1.25rem 1rem}.about-stat-value{font-size:28px}.luxury-ticker-section{padding:14px 0}.ticker-title{font-size:11px}.ticker-sub{font-size:9.5px}.luxury-ticker-group{gap:2rem;padding-right:2rem}}@media(max-width:480px){.about-atelier-hero{height:48vh;min-height:300px}.about-hero-headline{font-size:28px}.about-hero-subtag{font-size:10px;letter-spacing:.2em}.about-section-title{font-size:22px}.about-section-body{font-size:14px;line-height:1.7}.about-brand-container,.about-product-container,.about-team-container,.about-customers-container,.about-final-cta-container{width:92%}.team-value-card{padding:1.5rem 1.25rem}.about-customers-stats{grid-template-columns:1fr 1fr;gap:8px}.customer-stat-item{padding:1rem .75rem}.about-stat-value{font-size:24px}.about-stat-label{font-size:11px}.about-final-cta-btn{width:100%;padding:14px 20px;box-sizing:border-box}}.ps-page-container{min-height:85vh;padding:2.5rem 1.5rem 4rem;display:flex;justify-content:center;align-items:flex-start;background:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif;color:#0f172a}.payment-result{max-width:900px;width:100%;background:#fff;border-radius:20px;box-shadow:0 10px 35px -5px #0f172a14,0 0 0 1px #e2e8f0cc;padding:3rem 2.5rem;box-sizing:border-box;animation:psCardSlideUp .45s cubic-bezier(.16,1,.3,1)}@keyframes psCardSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.result-header{text-align:center;margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:center}.ps-truck-animation-wrap{width:260px;max-width:100%;height:180px;margin:0 auto .5rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.ps-truck-lottie-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ps-truck-lottie-inner svg{width:100%!important;height:100%!important;display:block}.result-title-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:.6rem;flex-wrap:wrap}.ps-check-icon-bubble{width:38px;height:38px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #10b98133}.result-icon-check{color:#10b981;font-size:1.6rem!important}.result-header h1{font-size:2.1rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.03em}.result-subtitle{color:#64748b;font-size:1.02rem;margin:0;max-width:580px;line-height:1.55}.order-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.8rem;margin-bottom:2rem}.order-details-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem;padding-bottom:.9rem;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;gap:10px}.order-details-header h2{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.ps-secure-badge{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;color:#2563eb;padding:5px 12px;border-radius:999px;font-size:.82rem;font-weight:600;border:1px solid #dbeafe}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem}.detail-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem;display:flex;flex-direction:column;justify-content:center;transition:all .2s ease}.detail-item:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a0a}.detail-label{display:block;font-size:.76rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.detail-value{font-weight:700;font-size:1rem;color:#0f172a}.ps-order-id-val-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ps-order-number{font-family:SF Mono,Roboto Mono,Menlo,Consolas,monospace;font-size:.96rem;color:#1e293b;font-weight:700}.ps-inline-copy-btn{display:inline-flex;align-items:center;gap:4px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:3px 8px;font-size:.78rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.ps-inline-copy-btn:hover{background:#e2e8f0;color:#0f172a}.status-badge{display:inline-block;padding:.35rem .85rem;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.03em}.status-paid{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.status-confirmed{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.ps-date-item{border-left:4px solid #3b82f6}.ps-delivery{border-left-color:#10b981}.ps-delivery-value{color:#10b981;font-weight:700}.ps-whatsapp-banner{display:flex;align-items:center;gap:1.25rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;padding:1.2rem 1.6rem;margin-bottom:2.2rem}.ps-wa-icon-wrap{display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff;width:44px;height:44px;border-radius:50%;flex-shrink:0;box-shadow:0 4px 12px #25d3664d}.ps-wa-icon{font-size:1.6rem!important}.ps-wa-content h4{margin:0 0 .25rem;font-size:1.02rem;font-weight:700;color:#166534}.ps-wa-content p{margin:0;font-size:.92rem;color:#15803d;line-height:1.45}.result-actions{display:flex;justify-content:center;gap:1.2rem;margin-bottom:2.5rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.8rem;border-radius:12px;font-weight:700;font-size:.98rem;cursor:pointer;border:none;transition:all .2s ease;min-width:200px}.btn-primary{background:#0f172a;color:#fff;box-shadow:0 4px 14px #0f172a26}.btn-primary:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 8px 20px #0f172a40}.btn-track{background:#2563eb;color:#fff;box-shadow:0 4px 14px #2563eb40}.btn-track:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb59}.payment-footer{text-align:center;color:#64748b;font-size:.94rem;padding-top:1rem;border-top:1px solid #f1f5f9}.ps-modal-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:psFadeIn .3s ease-out}@keyframes psFadeIn{0%{opacity:0}to{opacity:1}}.ps-modal{background:#fff;width:90%;max-width:500px;border-radius:0;border:1px solid #e8e8e8;box-shadow:0 10px 40px #00000026;overflow:hidden;position:relative;animation:psScaleUp .4s cubic-bezier(.4,0,.2,1)}.ps-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a1a1a,#666,#1a1a1a)}@keyframes psScaleUp{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.ps-modal-header{padding:2rem 2rem 1rem}.ps-modal-header h2{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:300;margin:0;color:#1a1a1a;letter-spacing:-.01em}.ps-modal-body{padding:1rem 2rem 2rem}.ps-modal-msg{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:1.5rem}.ps-copy-box{display:flex;align-items:center;justify-content:space-between;border:2px solid #e8e8e8;padding:.75rem 1rem;background:#fafafa;gap:1rem}.ps-modal-order-number{font-family:Roboto Mono,monospace,Consolas,monospace;font-size:.95rem;font-weight:600;color:#1a1a1a;word-break:break-all}.ps-copy-btn{display:inline-flex;align-items:center;gap:.4rem;background:#1a1a1a;color:#fff;border:none;padding:.6rem 1.2rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;flex-shrink:0}.ps-copy-btn:hover{background:#000}.ps-modal-footer{padding:1.5rem 2rem;border-top:1px solid #f5f5f5;display:flex;justify-content:flex-end;background:#fafafa}.ps-modal-close-btn{background:transparent;border:2px solid #1a1a1a;color:#1a1a1a;padding:.75rem 1.5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.ps-modal-close-btn:hover{background:#1a1a1a;color:#fff}@media(max-width:768px){.payment-result{padding:1.5rem}.result-header h1{font-size:1.9rem}.result-actions{flex-direction:column}.btn{width:100%;justify-content:center}}.payment-result{max-width:1100px;margin:2rem auto;padding:2.5rem;background:#fff;border-radius:14px;box-shadow:0 15px 40px #00000014;font-family:Inter,Segoe UI,sans-serif;color:#1f2937}.payment-failure-card{border-top:4px solid #ef4444}.pf-cancel-icon-bubble{width:58px;height:58px;border-radius:50%;background:#fee2e2;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 4px 14px #ef444433}.pf-cancel-icon{color:#ef4444;font-size:2.2rem!important}.pf-title{font-size:2.1rem;font-weight:800;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.03em}.pf-error-badge{display:inline-flex;align-items:center;gap:6px;background:#fef2f2;color:#dc2626;padding:5px 12px;border-radius:999px;font-size:.82rem;font-weight:700;border:1px solid #fecaca}.error-details{background:#fff5f5;border:1px solid #fed7d7;border-radius:16px;padding:1.8rem;margin-bottom:2rem}.error-message{display:flex;align-items:center;font-size:1.05rem;font-weight:600;color:#991b1b;margin-bottom:.5rem}.pf-reason-text{color:#7f1d1d;font-size:.94rem;margin-bottom:1.5rem;line-height:1.5}.error-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem}.meta-item{background:#fff;border:1px solid #fee2e2;border-radius:12px;padding:1.1rem;display:flex;flex-direction:column;justify-content:center}.meta-label{display:block;font-size:.76rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem}.meta-value{font-weight:700;font-size:.98rem;color:#0f172a}.next-steps{margin-bottom:2.5rem}.next-steps h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1.2rem}.steps-list{display:flex;flex-direction:column;gap:1rem}.step-item{display:flex;gap:1.2rem;align-items:flex-start;padding:1.2rem 1.4rem;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;transition:all .2s ease}.step-item:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a0a}.step-icon{color:#2563eb;font-size:1.6rem!important;margin-top:2px;flex-shrink:0}.step-text strong{display:block;color:#0f172a;font-size:.98rem;margin-bottom:.25rem}.step-text p{margin:0;color:#64748b;font-size:.9rem;line-height:1.45}.result-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.6rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease}.btn svg{font-size:1.2rem}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.btn-home{background:#f1f5f9;color:#334155;border:1px solid #cbd5e1}.btn-home:hover{background:#e2e8f0;color:#0f172a;transform:translateY(-2px)}.btn-secondary{background:#eff6ff;color:#1d4ed8;border:1px solid #dbeafe}.btn-secondary:hover{background:#dbeafe;transform:translateY(-2px)}.payment-footer{text-align:center;color:#6b7280;font-size:.9rem}@media(max-width:768px){.payment-result{padding:1.5rem}.step-item,.result-actions{flex-direction:column}.btn{width:100%;justify-content:center}}.ot-page{max-width:1400px;margin:0 auto;padding:1rem 2rem;font-family:Inter,Segoe UI,sans-serif;color:#1a1a1a;box-sizing:border-box}.ot-header{margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid #e8e8e8;animation:otFadeInDown .6s ease-out}@keyframes otFadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ot-header-icon{display:none}.ot-title{font-family:Playfair Display,serif;font-size:3.5rem;color:#1a1a1a;margin:0 0 1rem;font-weight:300;letter-spacing:-.03em}.ot-subtitle{color:#666;font-size:1.15rem;margin:0;font-weight:300;line-height:1.6}.ot-search-card{background:#fff;padding:3rem;border-radius:0;box-shadow:0 4px 24px #0000000f;border:1px solid #e8e8e8;position:relative;margin-bottom:3rem;animation:otSectionFadeIn .6s ease-out both}.ot-search-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a1a1a,#666,#1a1a1a)}@keyframes otSectionFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ot-search-form{display:grid;grid-template-columns:1fr 1.2fr auto;gap:2rem;align-items:end}.ot-input-group{display:flex;flex-direction:column;gap:.75rem}.ot-label{display:block;font-weight:500;color:#1a1a1a;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;font-family:Inter,sans-serif;margin:0}.ot-input{width:100%;padding:1.1rem 1.25rem;border:2px solid #e8e8e8;border-radius:0;font-family:Inter,sans-serif;font-size:.95rem;background:#fafafa;color:#1a1a1a;transition:all .3s ease;box-sizing:border-box;outline:none}.ot-input:hover{border-color:#bbb;background:#fff}.ot-input:focus{border-color:#1a1a1a;background:#fff;box-shadow:0 0 0 4px #1a1a1a0d}.ot-contact-row{display:flex;gap:1rem;align-items:center;width:100%}.ot-toggle-group{display:flex;border-radius:0;overflow:hidden;border:2px solid #e8e8e8;flex-shrink:0}.ot-toggle-btn{padding:1.1rem 1.25rem;border:none;background:#fafafa;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#666;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.08em;outline:none}.ot-toggle-btn:first-child{border-right:2px solid #e8e8e8}.ot-toggle-active{background:#1a1a1a;color:#fff}.ot-contact-input{flex:1}.ot-track-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.1rem 2.5rem;background:#1a1a1a;color:#fff;border:2px solid transparent;border-radius:0;text-decoration:none;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;width:fit-content;text-transform:uppercase;letter-spacing:.12em;box-shadow:0 6px 20px #00000026;position:relative;overflow:hidden;height:52px;box-sizing:border-box}.ot-track-btn:hover:not(:disabled){background:#000;transform:translateY(-4px);box-shadow:0 16px 48px #0000004d}.ot-track-btn:active:not(:disabled){transform:translateY(-2px)}.ot-track-btn:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.ot-error{margin-top:1.5rem;padding:1rem 1.5rem;background:#fff5f5;border-left:4px solid #e53e3e;border-radius:0;color:#c53030;font-size:.95rem;font-weight:500;text-align:left}.ot-saved-section{margin-bottom:3.5rem}.ot-saved-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#1a1a1a;padding-bottom:.5rem;border-bottom:2px solid #f5f5f5}.ot-saved-header svg{font-size:1.4rem}.ot-saved-header h2{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:300;margin:0;letter-spacing:-.01em}.ot-saved-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.ot-saved-card{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#fff;border-radius:0;border:1px solid #e8e8e8;box-shadow:0 4px 12px #00000008;transition:all .3s cubic-bezier(.4,0,.2,1)}.ot-saved-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-3px);border-color:#bbb}.ot-saved-info{display:flex;flex-direction:column;gap:.4rem}.ot-saved-orderno{font-weight:600;font-size:.95rem;color:#1a1a1a;font-family:Courier New,Courier,monospace;letter-spacing:-.02em}.ot-saved-date{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.05em}.ot-saved-actions{display:flex;align-items:center;gap:.75rem}.ot-saved-track-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;border:2px solid #1a1a1a;border-radius:0;background:transparent;color:#1a1a1a;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.08em;font-family:Poppins,sans-serif}.ot-saved-track-btn:hover{background:#1a1a1a;color:#fff;transform:translateY(-2px)}.ot-saved-remove-btn{display:inline-flex;align-items:center;padding:.6rem;border:1px solid #e8e8e8;border-radius:0;background:#fff;color:#999;cursor:pointer;transition:all .3s ease}.ot-saved-remove-btn:hover{color:#dc3545;border-color:#dc3545}.ot-result{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start;animation:otFadeIn .6s ease-out}@keyframes otFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.ot-result-left{display:flex;flex-direction:column;gap:2.5rem}.ot-order-card{background:#fff;padding:3rem;border-radius:0;box-shadow:0 4px 24px #0000000f;border:1px solid #e8e8e8;position:relative;grid-column:1 / -1}.ot-order-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a1a1a,#666,#1a1a1a)}.ot-order-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f5f5f5;flex-wrap:wrap;gap:1.5rem}.ot-order-card-header h2{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:300;margin:0;color:#1a1a1a;letter-spacing:-.02em}.ot-status-badge{display:inline-block;padding:.5rem 1.25rem;border-radius:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-family:Inter,sans-serif;border:1.5px solid transparent}.ot-status-pending{background:#fffbeb;color:#b45309;border-color:#fde68a}.ot-status-confirmed{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.ot-status-packed{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}.ot-status-shipped{background:#faf5ff;color:#6b21a8;border-color:#e9d5ff}.ot-status-out_for_delivery{background:#fffbeb;color:#b45309;border-color:#fde68a}.ot-status-delivered{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.ot-status-cancelled{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.ot-order-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.ot-meta-item{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#fafafa;border:1px solid #e8e8e8;border-radius:0;transition:all .3s ease}.ot-meta-item:hover{background:#fff;border-color:#1a1a1a}.ot-meta-label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:#777;font-family:Inter,sans-serif}.ot-meta-value{font-size:1.05rem;font-weight:600;color:#1a1a1a}.ot-meta-highlight{color:#000;text-decoration:underline;text-underline-offset:4px}.ot-timeline-card{background:#fff;padding:3rem;border-radius:0;box-shadow:0 4px 24px #0000000f;border:1px solid #e8e8e8;position:relative}.ot-timeline-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a1a1a,#666,#1a1a1a)}.ot-timeline-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:300;margin:0 0 2.5rem;color:#1a1a1a;letter-spacing:-.01em;padding-bottom:1rem;border-bottom:2px solid #f5f5f5}.ot-timeline{display:flex;flex-direction:column;position:relative;padding-left:2.5rem}.ot-step{display:flex;align-items:flex-start;position:relative;padding-bottom:3rem}.ot-step:last-child{padding-bottom:0}.ot-step-connector{position:absolute;left:-2.5rem;top:0;bottom:0;width:2.5rem;display:flex;justify-content:center}.ot-step-line{position:absolute;width:2px;top:-3rem;bottom:50%;left:50%;transform:translate(-50%);background:#e8e8e8;height:calc(100% + 1rem)}.ot-line-completed{background:#1a1a1a}.ot-step-circle{position:absolute;left:-2.5rem;top:0;width:2.5rem;display:flex;justify-content:center;align-items:center;z-index:2;height:24px}.ot-step-check{font-size:1.5rem!important;color:#1a1a1a;background:#fff}.ot-step-unchecked{font-size:1.5rem!important;color:#ccc;background:#fff}.ot-circle-current .ot-step-check{color:#1a1a1a;filter:drop-shadow(0 0 5px rgba(0,0,0,.15))}.ot-step-content{display:flex;align-items:center;gap:1rem;padding-left:1.2rem;margin-top:-2px}.ot-step-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:0;background:#fafafa;color:#888;transition:all .3s ease;border:1px solid #e8e8e8;flex-shrink:0}.ot-step-completed .ot-step-icon{background:#1a1a1a;color:#fff;border-color:#1a1a1a;box-shadow:0 4px 12px #0000001a}.ot-step-current .ot-step-icon{border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a14}.ot-step-info{display:flex;align-items:center;gap:.75rem}.ot-step-label{font-size:1.05rem;font-weight:400;color:#888;font-family:Inter,sans-serif;letter-spacing:-.01em}.ot-label-completed{color:#1a1a1a;font-weight:500}.ot-step-check-text{color:#16a34a;font-weight:700;font-size:1rem}.ot-cancelled-card{background:#fff5f5;border-left:4px solid #dc3545;border-radius:0;padding:2rem 3rem;margin-bottom:2rem;text-align:left}.ot-cancelled-card h3{font-family:Playfair Display,serif;font-size:1.8rem;color:#dc3545;margin:0 0 1rem;font-weight:300}.ot-cancelled-card p{color:#666;font-size:1rem;margin:0;line-height:1.6}.ot-items-card{background:#fff;padding:3rem;border-radius:0;box-shadow:0 4px 24px #0000000f;border:1px solid #e8e8e8;position:relative}.ot-items-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a1a1a,#666,#1a1a1a)}.ot-items-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:300;margin:0 0 2rem;color:#1a1a1a;letter-spacing:-.01em;padding-bottom:1rem;border-bottom:2px solid #f5f5f5}.ot-items-list{display:flex;flex-direction:column}.ot-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;border-bottom:1px solid #f5f5f5}.ot-item:last-child{border-bottom:none}.ot-item-details{display:flex;flex-direction:column;gap:.4rem;text-align:left}.ot-item-name{font-weight:500;font-size:1.05rem;color:#1a1a1a}.ot-item-meta{font-size:.85rem;color:#666;font-family:Inter,sans-serif;letter-spacing:.02em}.ot-item-price{font-weight:600;font-size:1.1rem;color:#1a1a1a;font-family:Inter,sans-serif}.ot-result-actions{display:flex;gap:1.5rem;margin-top:1rem;grid-column:1 / -1}.ot-back-btn,.ot-home-btn{padding:1.25rem 3.5rem;border-radius:0;font-size:13px;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-family:Poppins,sans-serif;text-transform:uppercase;letter-spacing:.12em;box-shadow:0 6px 20px #00000026}.ot-back-btn{background:transparent;border:2px solid #1a1a1a;color:#1a1a1a;box-shadow:none}.ot-back-btn:hover{background:#e8e8e8;color:#000;transform:translateY(-4px)}.ot-home-btn{background:#1a1a1a;border:2px solid transparent;color:#fff}.ot-home-btn:hover{background:#000;transform:translateY(-4px);box-shadow:0 16px 48px #0000004d}@media(max-width:1024px){.ot-result{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:768px){.ot-page{padding:1rem 1.5rem}.ot-title{font-size:2.5rem}.ot-search-form{grid-template-columns:1fr;gap:1.5rem}.ot-contact-row{flex-direction:column;align-items:stretch}.ot-track-btn{width:100%;height:54px}.ot-saved-list{grid-template-columns:1fr}.ot-order-meta{grid-template-columns:1fr 1fr}.ot-result-actions{flex-direction:column;gap:1rem}.ot-back-btn,.ot-home-btn{width:100%;text-align:center;box-sizing:border-box}}@media(max-width:480px){.ot-title{font-size:2.2rem}.ot-order-meta{grid-template-columns:1fr}.ot-search-card,.ot-order-card,.ot-timeline-card,.ot-items-card{padding:2rem 1.5rem}.ot-saved-card{flex-direction:column;align-items:flex-start;gap:1.25rem}.ot-saved-actions{width:100%;justify-content:flex-end}}.db-page-container{padding:0 0 20px;max-width:100%;width:100%;margin:0 auto;box-sizing:border-box;display:flex;flex-direction:column;gap:18px;color:#334155;background-color:transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.db-gauge-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.db-gauge-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 18px 16px;box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.db-gauge-card:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d;transform:translateY(-3px)}.db-gauge-title{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;line-height:1.3}.db-gauge-note{font-size:12px;color:#64748b;margin:8px 0 0;text-align:center;line-height:1.4}.db-gauge-svg{width:100%;max-width:170px;height:auto;display:block;margin:0 auto}.db-skeleton-gauge{width:140px;height:80px;border-radius:80px 80px 0 0;margin:8px auto;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:db-shimmer 1.4s ease-in-out infinite}.db-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.db-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 14px;display:flex;gap:14px;align-items:center;box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.db-stat-card:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d;transform:translateY(-3px)}.db-stat-icon-wrapper{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.db-stat-card:hover .db-stat-icon-wrapper{transform:scale(1.05)}.db-stat-content{flex:1;min-width:0}.db-stat-label{font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-stat-value{font-size:24px;font-weight:800;letter-spacing:-.02em;color:#0f172a;margin:0;line-height:1}.db-blue .db-stat-icon-wrapper{background:#eff6ff;color:#2563eb}.db-green .db-stat-icon-wrapper{background:#ecfdf5;color:#10b981}.db-red .db-stat-icon-wrapper{background:#fef2f2;color:#ef4444}.db-purple .db-stat-icon-wrapper{background:#faf5ff;color:#8b5cf6}.db-orange .db-stat-icon-wrapper{background:#fff7ed;color:#f59e0b}.db-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d;display:flex;flex-direction:column;gap:18px}.db-section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.db-header-left{flex:1;min-width:250px}.db-title-with-revenue{display:flex;align-items:center;gap:36px;flex-wrap:wrap}.db-section-title{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 4px}.db-section-description{font-size:13.5px;color:#64748b;margin:0}.db-total-revenue-display{display:flex;align-items:center;gap:12px;background-color:#f8fafc;padding:10px 18px;border-radius:10px;border:1px solid #e2e8f0}.db-period-revenue-display{display:flex;flex-direction:column;gap:2px;padding-left:16px;border-left:1px solid #e2e8f0}.db-period-revenue-value{font-size:16px;font-weight:800;color:#059669}.db-total-revenue-display svg{color:#2563eb}.db-revenue-display-label{display:block;font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase}.db-revenue-display-value{display:block;font-size:20px;font-weight:800;color:#0f172a;letter-spacing:-.01em}.db-revenue-controls{display:flex;align-items:center}.db-revenue-toggle{background-color:#f1f5f9;padding:4px;border-radius:10px;display:flex;gap:2px;border:1px solid #e2e8f0}.db-toggle-btn{background:none;border:none;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.db-toggle-btn:hover{color:#0f172a}.db-toggle-btn.active{background-color:#fff;color:#2563eb;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000000d}.db-revenue-chart{width:100%}.db-skeleton-chart{height:260px;border-radius:8px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:db-shimmer 1.4s ease-in-out infinite}.db-chart-tooltip{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d;font-size:12.5px;color:#334155;border-left:4px solid #2563eb}.db-tt-date{font-size:10.5px;font-weight:700;color:#94a3b8;margin:0 0 6px;text-transform:uppercase}.db-tt-row{display:flex;align-items:center;gap:6px;margin:2px 0}.db-tt-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.db-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d;display:flex;flex-direction:column;gap:16px;min-width:0;transition:all .25s ease}.db-panel:hover{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.db-panel-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;padding-bottom:14px;margin-bottom:4px}.db-panel-title{font-size:14.5px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.db-link-btn{background:none;border:none;color:#2563eb;font-size:12.5px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;padding:6px 12px;border-radius:8px;transition:all .15s ease}.db-link-btn:hover{background-color:#eff6ff}.db-donut-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px;padding-top:10px}.db-donut-chart-container{position:relative;width:100%}.db-donut-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.db-donut-val{display:block;font-size:22px;font-weight:800;color:#0f172a;line-height:1}.db-donut-sub{display:block;font-size:9px;color:#64748b;text-transform:uppercase;margin-top:4px;font-weight:600;letter-spacing:.5px}.db-donut-legend{width:100%;display:flex;flex-direction:column;gap:10px}.db-legend-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569}.db-legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.db-legend-label{flex:1}.db-legend-count{font-weight:700;color:#0f172a}.db-category-list{display:flex;flex-direction:column;gap:16px;padding-top:10px}.db-category-item{display:flex;flex-direction:column;gap:6px}.db-category-header{display:flex;justify-content:space-between;align-items:center;font-size:12.5px}.db-category-label{font-weight:600;color:#475569}.db-category-badge{background-color:#f1f5f9;color:#334155;font-weight:700;font-size:10px;padding:2px 8px;border-radius:6px}.db-progress-bar{height:8px;background-color:#f1f5f9;border-radius:4px;overflow:hidden}.db-progress-fill{height:100%;background-color:#2563eb;border-radius:4px;transition:width .6s ease}.db-products-list{display:flex;flex-direction:column;gap:12px}.db-product-item{display:flex;align-items:center;gap:14px;padding:10px 0;border-bottom:1px solid #f8fafc}.db-product-item:last-child{border-bottom:none}.db-product-rank{width:26px;height:26px;background-color:#f1f5f9;color:#475569;font-size:12px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.db-product-info{flex:1;min-width:0}.db-product-name{font-size:14px;font-weight:600;color:#0f172a;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-product-sales{font-size:11px;color:#64748b;margin:0}.db-product-revenue{flex-shrink:0;text-align:right}.db-revenue-value{font-size:14px;font-weight:700;color:#2563eb;margin:0}.db-orders-list{display:flex;flex-direction:column}.db-order-item{display:flex;align-items:center;gap:14px;padding:12px 6px;border-bottom:1px solid #f1f5f9;border-radius:8px;transition:all .2s ease}.db-order-item:last-child{border-bottom:none}.db-order-item:hover{background-color:#f8fafc}.db-order-avatar{width:36px;height:36px;border-radius:50%;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1.5px solid #bfdbfe}.db-order-info{flex:1;min-width:0}.db-order-number{font-size:13.5px;font-weight:600;color:#0f172a;margin:0 0 2px}.db-order-meta{font-size:11.5px;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-order-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.db-order-amount{font-size:14px;font-weight:700;color:#0f172a}.db-mid-grid{display:grid;grid-template-columns:280px 1fr;gap:24px}.db-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.db-badge{display:inline-block;font-size:9.5px;font-weight:700;padding:2px 8px;border-radius:12px;white-space:nowrap;text-transform:uppercase}.db-badge-green{background:#ecfdf5;color:#10b981;border:1px solid #a7f3d0}.db-badge-red{background:#fef2f2;color:#ef4444;border:1px solid #fecaca}.db-badge-yellow{background:#fffbe6;color:#d97706;border:1px solid #ffe58f}.db-badge-gray{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}@keyframes db-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.db-skeleton-rows{display:flex;flex-direction:column;gap:8px}.db-skeleton-row{border-radius:6px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:db-shimmer 1.4s ease-in-out infinite}.db-skeleton-donut{width:130px;height:130px;border-radius:50%;margin:10px auto;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:db-shimmer 1.4s ease-in-out infinite}.db-empty-state{font-size:13.5px;color:#94a3b8;text-align:center;padding:30px 10px}@media(max-width:1400px){.db-gauge-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:1200px){.db-page-container{gap:18px}.db-gauge-row,.db-stats-grid{gap:14px}.db-section,.db-panel{padding:18px}}@media(min-width:769px)and (max-width:1200px){.db-stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.db-mid-grid,.db-bottom-grid{grid-template-columns:1fr}}@media(max-width:768px){.db-page-container{padding:0;gap:12px}.db-gauge-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.db-stats-grid{grid-template-columns:repeat(2,1fr);gap:8px}.db-gauge-card{padding:14px 10px 12px;border-radius:10px}.db-gauge-title{font-size:10px}.db-gauge-svg{max-width:130px}.db-gauge-note{font-size:10px;margin-top:4px}.db-stat-card{padding:13px 11px;gap:9px;border-radius:10px}.db-stat-icon-wrapper{width:36px;height:36px;border-radius:9px}.db-stat-label{font-size:9px}.db-stat-value{font-size:20px}.db-title-with-revenue{gap:10px;align-items:stretch}.db-total-revenue-display{padding:6px 12px}.db-revenue-display-value{font-size:16px}.db-period-revenue-display{padding-left:10px}.db-period-revenue-value{font-size:14px}.db-section-header{align-items:stretch;gap:12px}.db-header-left{min-width:0}.db-revenue-controls,.db-revenue-toggle{width:100%}.db-toggle-btn{flex:1;padding:8px 6px}.db-section,.db-panel{padding:14px;gap:14px;border-radius:10px}.db-panel-head{align-items:flex-start;gap:8px}.db-link-btn{padding:5px 0}}@media(max-width:480px){.db-gauge-row{grid-template-columns:1fr}.db-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.db-gauge-card{display:grid;grid-template-columns:1fr 1.4fr;align-items:center;text-align:left;padding:12px}.db-gauge-title{grid-column:1 / -1;margin-bottom:0}.db-gauge-svg{grid-row:2;max-width:130px}.db-gauge-note{grid-column:1 / -1;text-align:center}.db-title-with-revenue{flex-direction:column}.db-total-revenue-display,.db-period-revenue-display{border-left:0;padding:8px 0 0;border-top:1px solid #e2e8f0}.db-section-title{font-size:15px}.db-section-description{font-size:11px}.db-product-item,.db-order-item{gap:9px;padding:10px 0}.db-product-name{font-size:12px}.db-product-sales,.db-order-meta{font-size:10px}.db-revenue-value,.db-order-amount{font-size:12px}.db-badge{font-size:8px;padding:2px 6px}}:root{--inv-bg: #f8fafc;--inv-white: #ffffff;--inv-border: #e2e8f0;--inv-border-light: #f1f5f9;--inv-text-dark: #0f172a;--inv-text-medium: #334155;--inv-text-gray: #64748b;--inv-text-light: #94a3b8;--inv-primary: #3b82f6;--inv-primary-hover: #2563eb;--inv-red: #ef4444;--inv-green: #10b981;--inv-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--inv-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}.mp-page{padding:0 0 20px;max-width:100%;width:100%;margin:0 auto;min-height:calc(100vh - 20px);box-sizing:border-box;font-family:Inter,sans-serif;background-color:transparent;color:var(--inv-text-dark);font-size:14px;line-height:1.45;display:flex;flex-direction:column;overflow-x:hidden}.mp-header{display:flex;justify-content:space-between;align-items:flex-end;padding:0 0 16px}.mp-header-title{font-size:24px;font-weight:700;color:var(--inv-text-dark);margin:0 0 6px;letter-spacing:-.02em}.mp-header-sub{font-size:14px;color:var(--inv-text-gray);margin:0}.mp-header-actions{display:flex;gap:12px;align-items:center}.mp-card{background:var(--inv-white);border:1px solid var(--inv-border);border-radius:12px;box-shadow:var(--inv-shadow-sm);margin-bottom:24px;overflow:hidden;display:flex;flex-direction:column}.mp-card-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:var(--inv-white);border-bottom:1px solid var(--inv-border-light)}.mp-card-header-actions{display:flex;align-items:center;gap:10px}.mp-card-count{font-size:13px;font-weight:600;color:#94a3b8;margin-right:2px}.mp-card-title{font-size:18px;font-weight:700;color:var(--inv-text-dark);margin:0}.mp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 16px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit}.mp-btn-primary{background:var(--inv-primary);color:var(--inv-white)}.mp-btn-primary:hover{background:var(--inv-primary-hover)}.mp-btn-outline{background:var(--inv-white);color:var(--inv-text-medium);border:1px solid var(--inv-border)}.mp-btn-outline:hover{background:#f8fafc;color:var(--inv-text-dark)}.mp-btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.mp-btn-danger:hover{background:#dc2626;color:#fff;border-color:#dc2626}.mp-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid var(--inv-border);background:var(--inv-white);color:var(--inv-text-gray);cursor:pointer;transition:all .15s ease}.mp-icon-btn:hover{background:#f1f5f9;color:var(--inv-primary);border-color:#cbd5e1}.mp-icon-btn-danger:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.mp-filters{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--inv-border-light);background-color:var(--inv-white);flex-wrap:wrap;overflow:visible}.mp-products-title{margin:0;font-size:18px;font-weight:700;color:#0f172a;white-space:nowrap;flex:0 0 auto}.mp-products-count{margin-left:auto;font-size:14px;font-weight:600;color:#94a3b8;white-space:nowrap;flex:0 0 auto}.mp-search-wrap{position:relative;flex:1 1 auto;min-width:220px}.mp-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--inv-text-light);pointer-events:none}.mp-search-input{width:100%;padding:9px 14px 9px 40px;border:1px solid var(--inv-border);border-radius:8px;font-size:15px;color:var(--inv-text-dark);background:#f8fafc;transition:all .2s ease;box-sizing:border-box}.mp-search-input:focus{outline:none;background:var(--inv-white);border-color:var(--inv-primary);box-shadow:0 0 0 3px #3b82f61a}.mp-filter-select{flex:0 0 auto;min-width:160px;padding:9px 14px;border:1px solid var(--inv-border);border-radius:8px;font-size:15px;color:var(--inv-text-medium);background:var(--inv-white);cursor:pointer;font-family:inherit;font-weight:600;transition:all .2s ease}.mp-filter-select:focus{outline:none;border-color:var(--inv-primary)}.mp-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.mp-table{width:100%;min-width:820px;border-collapse:collapse;table-layout:fixed}.mp-table th{background-color:#eef3f9;text-align:left;padding:10px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:#5b7091;text-transform:uppercase;letter-spacing:.05em;border-top:1px solid var(--inv-border-light);border-bottom:1px solid var(--inv-border);white-space:nowrap}.mp-table td{padding:12px 16px;border-bottom:1px solid var(--inv-border-light);vertical-align:middle;height:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;color:#334155}.mp-table tbody tr:hover{background-color:#f8fbff;transition:background-color .15s ease}.mp-table tbody tr:last-child td{border-bottom:none}.mp-empty{text-align:center;padding:40px!important;color:var(--inv-text-light)!important;font-size:15px!important}.mp-table-footer{padding:14px 20px;border-top:1px solid var(--inv-border-light);background:#fafbfc;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.mp-footer-text{font-size:14px;font-weight:500;color:var(--inv-text-gray)}.mp-pagination-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.mp-limit-label{font-size:14px;font-weight:600;color:var(--inv-text-gray)}.mp-limit-select{min-width:70px;padding:7px 10px;border:1px solid var(--inv-border);border-radius:8px;font-size:14px;font-weight:600;color:var(--inv-text-medium);background:var(--inv-white);font-family:inherit}.mp-limit-select:focus{outline:none;border-color:var(--inv-primary);box-shadow:0 0 0 2px #3b82f61f}.mp-page-btn{background:var(--inv-white);color:var(--inv-text-medium);border:1px solid var(--inv-border);border-radius:8px;font-size:14px;font-weight:600;padding:7px 12px;cursor:pointer;transition:all .2s ease}.mp-page-btn:hover:not(:disabled){background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.mp-page-btn:disabled{opacity:.45;cursor:not-allowed}.mp-page-indicator{font-size:14px;font-weight:600;color:var(--inv-text-gray)}.mp-text-bold{font-weight:600;color:var(--inv-text-dark)}.mp-amount{color:#0f172a;font-weight:700;font-variant-numeric:tabular-nums}.mp-text-center{text-align:center}.mp-product-cell{display:flex;align-items:center;gap:12px}.mp-product-img{width:40px;height:40px;border-radius:8px;object-fit:cover;border:1px solid var(--inv-border);flex-shrink:0}.mp-product-name{font-weight:600;color:#0f172a;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:980px){.mp-page{padding:0 12px 20px}.mp-header{flex-direction:column;align-items:flex-start;gap:10px}.mp-header-actions,.mp-card-header-actions{width:100%;justify-content:flex-end;flex-wrap:wrap}.mp-card-header{flex-wrap:wrap;gap:10px}.mp-filters{flex-wrap:wrap;padding:14px 16px;gap:10px}.mp-products-title{width:100%;margin-bottom:4px}.mp-search-wrap{flex:1 1 100%;min-width:0}.mp-filter-select{flex:1 1 180px;min-width:0}.mp-products-count{width:100%;margin-left:0;text-align:left}}@media(max-width:768px){.mp-card{border-radius:10px}.mp-card-header{padding:14px 14px 12px}.mp-card-title{font-size:16px}.mp-card-header-actions{width:100%;justify-content:flex-start}.mp-card-count{margin-right:0;width:100%}.mp-btn{flex:1 1 auto;min-width:0}.mp-filters{display:grid;grid-template-columns:1fr;gap:10px;align-items:stretch}.mp-products-title,.mp-products-count{width:100%;margin:0}.mp-search-wrap,.mp-filter-select{width:100%;min-width:0}.mp-table{min-width:700px}.mp-table-wrap{margin:0}}@media(max-width:640px){.mp-header-title{font-size:22px}.mp-header-sub{font-size:13px}.mp-card-header,.mp-card-header-actions{align-items:stretch}.mp-card-header-actions{flex-direction:column}.mp-btn{width:100%}.mp-filters{align-items:stretch;padding:12px 12px 14px}.mp-filter-select,.mp-search-input{width:100%}.mp-table-footer{padding:12px 14px;flex-direction:column;align-items:stretch}.mp-pagination-group{width:100%;justify-content:space-between}.mp-page-btn{flex:1 1 auto}.mp-page-indicator{flex:1;text-align:center}.mp-modal,.mp-panel{width:calc(100vw - 24px)}.mp-form-row{flex-direction:column;gap:0}.mp-panel-header,.mp-panel-body,.mp-panel-footer{padding-left:16px;padding-right:16px}}@media(max-width:480px){.mp-card-title{font-size:16px}.mp-card-header,.mp-card-count{padding-left:0}.mp-table{min-width:760px}.mp-product-name{max-width:120px}}.mp-actions{display:flex;align-items:center;justify-content:center;gap:8px}.mp-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:20px;font-size:13px;font-weight:700;text-transform:capitalize}.mp-badge-green{background:#dcfce7;color:#166534}.mp-badge-red{background:#fee2e2;color:#991b1b}.mp-badge-gray{background:#f1f5f9;color:#475569}.mp-badge-blue{background:#eff6ff;color:#1d4ed8}.mp-panel-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease}.mp-panel-overlay.open{opacity:1;pointer-events:auto}.mp-panel{position:fixed;right:-420px;top:0;width:400px;bottom:0;background:var(--inv-white);box-shadow:0 25px 50px -12px #00000040;border-radius:0;z-index:1001;transition:right .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;overflow:hidden}.mp-panel.open{right:0}.mp-panel-header{padding:24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--inv-border-light);background:var(--inv-white)}.mp-panel-title{font-size:20px;font-weight:700;color:var(--inv-text-dark);margin:0}.mp-panel-close{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;background:#f1f5f9;color:var(--inv-text-gray);cursor:pointer;transition:all .2s ease}.mp-panel-close:hover{background:#e2e8f0;color:var(--inv-text-dark)}.mp-panel-body{flex:1;padding:24px;overflow-y:auto}.mp-form-group{margin-bottom:20px}.mp-form-row{display:flex;gap:16px}.mp-form-row .mp-form-group{flex:1}.mp-form-label{display:block;font-size:14px;font-weight:700;color:var(--inv-text-medium);margin-bottom:8px}.mp-form-input{width:100%;padding:10px 14px;border:1px solid var(--inv-border);border-radius:8px;font-size:15px;font-weight:500;color:var(--inv-text-dark);font-family:Inter,sans-serif;box-sizing:border-box;transition:all .2s;background:var(--inv-white)}.mp-form-input:focus{outline:none;border-color:var(--inv-primary);box-shadow:0 0 0 3px #3b82f61a}.mp-image-edit{display:flex;align-items:center;gap:16px}.mp-image-preview{width:64px;height:64px;border-radius:12px;object-fit:cover;border:1px solid var(--inv-border)}.mp-image-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;background:var(--inv-white);border:1px solid var(--inv-border);color:var(--inv-text-medium);cursor:pointer;transition:all .2s}.mp-image-btn:hover{background:#f8fafc;color:var(--inv-text-dark)}.mp-panel-footer{padding:20px 24px;background:var(--inv-white);border-top:1px solid var(--inv-border-light);display:flex;justify-content:flex-end;gap:12px}.mp-image-edit{display:flex;align-items:center;gap:16px;background:#f8fafc;padding:12px 14px;border-radius:12px;border:1px solid var(--inv-border-light)}.mp-image-preview{width:72px;height:72px;object-fit:cover;border-radius:8px;border:1px solid var(--inv-border-light);background:#fff}.mp-image-btn{cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;padding:8px 14px}.mp-sub-images-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.mp-sub-images-count{font-size:12px;color:var(--inv-text-gray);font-weight:500}.mp-add-sub-btn{cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:6px 12px}.mp-sub-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:10px;background:#f8fafc;padding:12px;border-radius:12px;border:1px solid var(--inv-border-light);min-height:94px}.mp-sub-img-card{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid var(--inv-border-light);background:#fff}.mp-sub-img-card.mp-sub-img-new{border-color:#10b981}.mp-sub-img-thumb{width:100%;height:100%;object-fit:cover}.mp-sub-img-badge{position:absolute;top:4px;left:4px;background:#10b981;color:#fff;font-size:9px;font-weight:700;padding:1px 4px;border-radius:4px;text-transform:uppercase}.mp-sub-img-remove-btn{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:#ef4444eb;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 4px #0003}.mp-sub-img-remove-btn:hover{background:#dc2626;transform:scale(1.1)}.mp-sub-images-empty{grid-column:1 / -1;text-align:center;padding:16px 8px;color:var(--inv-text-gray);font-size:13px;display:flex;flex-direction:column;align-items:center;gap:8px}.mp-modal-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:2000}.mp-modal{background:var(--inv-white);width:400px;border-radius:16px;box-shadow:var(--inv-shadow-md);overflow:hidden}@keyframes modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.mp-modal-header{padding:20px 24px;border-bottom:1px solid var(--inv-border-light);display:flex;justify-content:space-between;align-items:center}.mp-modal-header h2{font-size:20px;font-weight:700;color:var(--inv-text-dark);margin:0}.mp-modal-body{padding:24px;color:var(--inv-text-medium);font-size:15px;line-height:1.5}.mp-modal-footer{padding:16px 24px;background:#f8fafc;border-top:1px solid var(--inv-border-light);display:flex;justify-content:flex-end;gap:12px}.mp-featured-toggle-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700;cursor:pointer;border:1px solid transparent;transition:all .2s ease;white-space:nowrap;font-family:inherit}.mp-featured-toggle-btn.is-featured{background:#fef3c7;color:#92400e;border-color:#fde68a;box-shadow:0 1px 3px #f59e0b26}.mp-featured-toggle-btn.is-featured:hover{background:#fde68a;border-color:#f59e0b;transform:translateY(-1px)}.mp-featured-toggle-btn.is-normal{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.mp-featured-toggle-btn.is-normal:hover{background:#fef9c3;color:#854d0e;border-color:#fde047;transform:translateY(-1px)}.mp-featured-panel-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:#fffbeb;border:1.5px solid #fde68a;border-radius:12px;margin-top:4px}.mp-featured-panel-info{display:flex;flex-direction:column;gap:4px;flex:1}.mp-featured-label-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:800;color:#92400e}.mp-badge-tag-featured{font-size:10px;font-weight:800;padding:1px 7px;border-radius:999px;background:#f59e0b;color:#fff;letter-spacing:.05em}.mp-badge-tag-normal{font-size:10px;font-weight:800;padding:1px 7px;border-radius:999px;background:#94a3b8;color:#fff;letter-spacing:.05em}.mp-featured-panel-hint{font-size:12px;color:#78350f;line-height:1.4}.mp-toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;cursor:pointer}.mp-toggle-switch input{opacity:0;width:0;height:0}.mp-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s cubic-bezier(.4,0,.2,1);border-radius:34px}.mp-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 1px 3px #0003}.mp-toggle-switch input:checked+.mp-toggle-slider{background-color:#f59e0b}.mp-toggle-switch input:checked+.mp-toggle-slider:before{transform:translate(20px)}.mp-toast-container{position:fixed;top:24px;right:24px;z-index:10000;display:flex;flex-direction:column;gap:10px;max-width:360px}.mp-toast{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:600;box-shadow:0 8px 24px #00000026;color:#fff;animation:mpToastFadeIn .25s ease}.mp-toast-success{background:#10b981}.mp-toast-error{background:#ef4444}.mp-toast-close{background:none;border:none;color:inherit;cursor:pointer;font-size:18px;line-height:1;padding:0}@keyframes mpToastFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mp-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:mpShimmer 1.5s infinite;display:inline-block;vertical-align:middle}.mp-skeleton-img{width:44px;height:44px;border-radius:8px;flex-shrink:0}.mp-skeleton-text{height:16px;border-radius:4px}.mp-skeleton-pill{height:22px;border-radius:12px}@keyframes mpShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}:root{--ap-bg: #f8fafc;--ap-white: #ffffff;--ap-border: #e2e8f0;--ap-border-light: #f1f5f9;--ap-text-dark: #0f172a;--ap-text-medium: #334155;--ap-text-gray: #64748b;--ap-text-light: #94a3b8;--ap-primary: #3b82f6;--ap-primary-hover: #2563eb;--ap-emerald: #10b981;--ap-gold: #f59e0b;--ap-red: #ef4444;--ap-shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--ap-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 1px 2px 0 rgba(0, 0, 0, .04);--ap-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .08), 0 2px 4px -1px rgba(0, 0, 0, .04);--ap-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}.ap-container,.ap-container *{box-sizing:border-box}.ap-container{padding:0 0 24px;max-width:100%;width:100%;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ap-text-dark);font-size:14px;line-height:1.5;display:flex;flex-direction:column;gap:16px}.ap-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:16px;align-items:start}.ap-main-col{display:flex;flex-direction:column;gap:16px}.ap-side-col{display:flex;flex-direction:column;gap:16px;position:sticky;top:16px}.ap-card{background:var(--ap-white);border:1px solid var(--ap-border);border-radius:12px;box-shadow:var(--ap-shadow-xs);display:flex;flex-direction:column;overflow:hidden;transition:all .2s ease}.ap-card:hover{border-color:#cbd5e1;box-shadow:var(--ap-shadow-sm)}.ap-card-header{padding:13px 18px;background:#f8fafc;border-bottom:1px solid var(--ap-border);display:flex;justify-content:space-between;align-items:center;gap:10px}.ap-card-title-wrap{display:flex;align-items:center;gap:10px}.ap-card-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;font-size:16px;flex-shrink:0}.ap-icon-blue{background:#eff6ff;color:#2563eb}.ap-icon-emerald{background:#ecfdf5;color:#059669}.ap-icon-purple{background:#f3e8ff;color:#7e22ce}.ap-icon-gold{background:#fefce8;color:#ca8a04}.ap-card-title{font-size:13.5px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.ap-badge-tag-sm{font-size:11px;font-weight:700;color:#64748b;background:#e2e8f0;padding:2px 7px;border-radius:5px}.ap-card-body{padding:18px}.ap-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.ap-form-group{display:flex;flex-direction:column;gap:5px}.ap-form-group.full-width{grid-column:1 / -1}.ap-form-group label{font-size:11.5px;font-weight:700;color:#475569;letter-spacing:.02em;text-transform:uppercase}.ap-form-group label .req{color:#ef4444;margin-left:2px;font-weight:700}.ap-input,.ap-select,.ap-textarea{width:100%;padding:9px 12px;border:1px solid var(--ap-border);border-radius:8px;background:var(--ap-white);font-size:13.5px;font-weight:500;color:var(--ap-text-dark);font-family:inherit;transition:all .2s ease;box-sizing:border-box}.ap-input:focus,.ap-select:focus,.ap-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f;background:#fff}.ap-input.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.02em}.ap-input-prefix-wrap{position:relative;display:flex;align-items:center;width:100%}.ap-prefix{position:absolute;left:12px;color:#64748b;font-weight:600;font-size:13.5px;pointer-events:none}.ap-input-prefixed{padding-left:28px!important}.ap-input.input-error,.ap-select.input-error,.ap-textarea.input-error{border-color:#ef4444;background:#fef2f2}.ap-field-error{font-size:11.5px;font-weight:600;color:#dc2626;margin-top:2px}.ap-field-error.text-center{text-align:center}.ap-textarea{resize:vertical;min-height:80px;line-height:1.45}.ap-variants-container{display:flex;flex-direction:column;gap:10px}.ap-variant-card{background:#f8fafc;border:1px solid var(--ap-border);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:10px;transition:all .2s ease}.ap-variant-card:hover{background:#fff;border-color:#cbd5e1;box-shadow:var(--ap-shadow-sm)}.ap-variant-top{display:flex;justify-content:space-between;align-items:center}.ap-variant-tag{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#0f172a}.ap-variant-idx{background:#e2e8f0;color:#334155;font-size:10px;font-weight:800;padding:2px 6px;border-radius:4px}.ap-discount-pill{background:#dcfce7;color:#15803d;font-size:10.5px;font-weight:800;padding:2px 7px;border-radius:999px;border:1px solid #bbf7d0}.ap-variant-del-btn{background:#fee2e2;color:#dc2626;border:none;border-radius:6px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.ap-variant-del-btn:hover{background:#dc2626;color:#fff}.ap-variant-grid{display:grid;grid-template-columns:1fr 1.2fr 1.2fr 1fr;gap:10px}.ap-media-hero-container{margin-bottom:12px;width:100%}.ap-userpanel-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;aspect-ratio:3 / 4;background:#f8fafc;border:2px dashed var(--ap-border);border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;text-align:center}.ap-userpanel-placeholder:hover{background:#eff6ff;border-color:#93c5fd}.ap-userpanel-placeholder.error-border{border-color:var(--ap-red);background:#fef2f2}.ap-upload-circle{width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;box-shadow:var(--ap-shadow-xs);transition:all .2s ease}.ap-upload-icon-large{font-size:26px!important;color:#64748b}.ap-userpanel-placeholder:hover .ap-upload-circle{background:#eff6ff;border-color:#bfdbfe}.ap-userpanel-placeholder:hover .ap-upload-icon-large{color:var(--ap-primary)}.ap-userpanel-placeholder strong{font-size:13px;font-weight:700;color:#0f172a}.ap-userpanel-placeholder span{font-size:11px;color:#64748b}.ap-badge-req{font-size:10px!important;font-weight:800;background:#fee2e2;color:#dc2626;padding:2px 8px;border-radius:999px;margin-top:2px}.ap-userpanel-img-box{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;border:1px solid var(--ap-border);background:#f1f5f9;box-shadow:var(--ap-shadow-xs)}.ap-userpanel-img{width:100%;height:100%;object-fit:cover;display:block}.ap-img-top-overlay{position:absolute;top:8px;left:8px;right:8px;display:flex;justify-content:space-between;align-items:center;z-index:2}.ap-main-pill{background:#0f172acc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:10px;font-weight:800;letter-spacing:.05em;padding:3px 8px;border-radius:6px}.ap-media-remove-btn{background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.ap-media-remove-btn:hover{background:#ef4444}.ap-secondary-media-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.ap-secondary-item{width:100%;aspect-ratio:3 / 4}.ap-sub-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:100%;height:100%;aspect-ratio:3 / 4;background:#f8fafc;border:1px dashed var(--ap-border);border-radius:8px;cursor:pointer;transition:all .2s ease;color:#94a3b8;font-size:9.5px;font-weight:700}.ap-sub-placeholder:hover{background:#eff6ff;border-color:#93c5fd;color:var(--ap-primary)}.ap-sub-preview-box{position:relative;width:100%;height:100%;aspect-ratio:3 / 4;border-radius:8px;overflow:hidden;border:1px solid var(--ap-border)}.ap-sub-remove-btn{position:absolute;top:4px;right:4px;background:#0f172abf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer}.ap-sub-remove-btn:hover{background:#ef4444}.ap-toggles-list{display:flex;flex-direction:column;gap:8px}.ap-toggle-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8fafc;border:1px solid var(--ap-border);border-radius:8px;cursor:pointer;transition:all .2s ease}.ap-toggle-card:hover{border-color:#cbd5e1;background:#fff}.ap-toggle-card input[type=checkbox]{width:17px;height:17px;accent-color:var(--ap-primary);cursor:pointer}.ap-toggle-info{flex:1}.ap-toggle-info strong{display:block;font-size:12.5px;font-weight:700;color:#0f172a}.ap-toggle-info p{font-size:11px;color:#64748b;margin:1px 0 0}.ap-status-badge{font-size:9.5px;font-weight:800;padding:2px 7px;border-radius:999px;letter-spacing:.04em}.badge-green{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.badge-gold{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.badge-gray{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.ap-summary-card{background:#fff}.ap-snapshot-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.ap-snapshot-item{background:#f8fafc;border:1px solid var(--ap-border);border-radius:8px;padding:8px 10px}.ap-snapshot-item span{display:block;font-size:9px;font-weight:800;color:var(--ap-text-gray);letter-spacing:.05em;margin-bottom:2px}.ap-snapshot-item strong{font-size:13.5px;font-weight:800;color:#0f172a}.color-emerald{color:#15803d!important}.color-dark{color:#0f172a!important}.ap-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:700;padding:8px 16px;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:all .2s ease;font-family:inherit;white-space:nowrap}.ap-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--ap-shadow-sm)}.ap-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ap-btn-sm{padding:5px 10px;font-size:12px;border-radius:6px}.ap-btn-primary{background:var(--ap-primary);color:#fff;border-color:var(--ap-primary-hover)}.ap-btn-primary:hover:not(:disabled){background:var(--ap-primary-hover)}.ap-btn-outline{background:var(--ap-white);color:var(--ap-text-medium);border:1px solid var(--ap-border)}.ap-btn-outline:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.ap-btn.full-width{width:100%}.ap-bottom-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.ap-modal-overlay{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;animation:apFadeIn .2s ease}.ap-modal{background:#fff;width:100%;max-width:480px;border-radius:16px;box-shadow:var(--ap-shadow-lg);display:flex;flex-direction:column;overflow:hidden;animation:apScaleUp .25s cubic-bezier(.16,1,.3,1)}.ap-modal-header{padding:20px 24px 14px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.ap-modal-icon-wrap{width:50px;height:50px;border-radius:50%;background:#ecfdf5;color:#10b981;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.ap-success-icon{font-size:30px!important}.ap-modal-title{font-size:17px;font-weight:800;color:var(--ap-text-dark);margin:0}.ap-modal-close{position:absolute;top:14px;right:14px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px}.ap-modal-close:hover{color:#0f172a;background:#f1f5f9}.ap-modal-body{padding:0 24px 20px;text-align:center}.ap-success-message{font-size:13.5px;color:var(--ap-text-medium);margin:0 0 14px}.ap-success-details{background:#f8fafc;border:1px solid var(--ap-border);border-radius:10px;padding:12px 14px}.ap-product-name-display{display:block;font-size:14px;font-weight:800;color:var(--ap-text-dark)}.ap-success-sub{display:block;font-size:12px;color:var(--ap-text-gray);margin-top:3px}.ap-modal-footer{padding:14px 24px;background:#f8fafc;border-top:1px solid var(--ap-border);display:flex;justify-content:center}@keyframes apFadeIn{0%{opacity:0}to{opacity:1}}@keyframes apScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:1024px){.ap-layout-grid{grid-template-columns:1fr}.ap-side-col{position:static}}@media(max-width:768px){.ap-form-grid{grid-template-columns:1fr}.ap-variant-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.ap-variant-grid,.ap-snapshot-grid{grid-template-columns:1fr}}.sl-overlay{position:fixed;inset:0;z-index:9999;background:#0f172a99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px;animation:sl-fadeIn .25s ease}@keyframes sl-fadeIn{0%{opacity:0}to{opacity:1}}.sl-modal-container{width:min(100%,820px);max-height:92vh;background:#fff;border-radius:16px;box-shadow:0 32px 64px #0f172a40;display:flex;flex-direction:column;overflow:hidden;animation:sl-slideUp .3s ease}@keyframes sl-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sl-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.sl-modal-header-left{display:flex;align-items:center;gap:12px;color:#0f172a}.sl-modal-title{margin:0;font-size:18px;font-weight:800;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.sl-modal-subtitle{margin:2px 0 0;font-size:13px;color:#64748b;font-weight:600}.sl-modal-actions{display:flex;align-items:center;gap:8px}.sl-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:8px;border:1px solid transparent;font-size:13px;font-weight:700;cursor:pointer;font-family:Inter,-apple-system,sans-serif;white-space:nowrap;transition:all .2s ease}.sl-btn-print{background:#0f172a;color:#fff}.sl-btn-print:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}.sl-btn-download{background:#3b82f6;color:#fff}.sl-btn-download:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.sl-btn-close{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .2s}.sl-btn-close:hover{background:#fef2f2;color:#ef4444;border-color:#fecaca}.sl-labels-scroll{overflow-y:auto;flex:1;padding:24px;background:#f1f5f9}.sl-label{width:100%;max-width:760px;margin:0 auto 32px;background:#fff;border:2px solid #1a1a1a;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#000;position:relative;page-break-after:always;break-after:page}.sl-label:last-child{margin-bottom:0}.sl-label-topbar{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border-bottom:2px solid #000;font-size:13px;font-weight:700}.sl-label-date{font-size:14px;font-weight:800;color:#000}.sl-payment-type{font-size:12px;font-weight:800;text-transform:uppercase;padding:4px 10px;border-radius:3px}.sl-payment-type.prepaid{background:#dcfce7;color:#166534;border:1px solid #86efac}.sl-payment-type.cod{background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.sl-label-body{display:grid;grid-template-columns:1fr 220px;border-bottom:2px solid #000}.sl-label-addresses{border-right:2px solid #000}.sl-address-block{padding:12px 16px}.sl-destination{border-bottom:1.5px solid #000}.sl-address-header{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#555;margin-bottom:6px}.sl-address-name{font-size:15px;font-weight:800;color:#000;margin-bottom:4px}.sl-address-line{font-size:13px;font-weight:500;color:#1a1a1a;line-height:1.5}.sl-address-phone{margin-top:4px;font-size:12px;font-weight:600;color:#333}.sl-label-right{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:14px}.sl-courier-section{text-align:center;width:100%}.sl-courier-name{font-size:16px;font-weight:900;color:#000;letter-spacing:.02em}.sl-courier-type-badge{display:inline-block;margin-top:4px;padding:3px 10px;background:#000;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;border-radius:3px;letter-spacing:.08em}.sl-qr-container{width:120px;height:120px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:4px;background:#fff}.sl-qr-image{width:100%;height:100%;object-fit:contain}.sl-qr-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#94a3b8;background:#f8fafc}.sl-codes-grid{display:flex;gap:12px;width:100%}.sl-code-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.sl-code-label{font-size:9px;font-weight:700;text-transform:uppercase;color:#666;letter-spacing:.05em}.sl-code-value{font-size:13px;font-weight:800;color:#000;font-family:Courier New,monospace}.sl-barcode-section{display:flex;align-items:center;justify-content:center;padding:8px 16px;border-bottom:2px solid #000;background:#fff}.sl-barcode-svg{width:100%;max-width:400px;height:auto}.sl-product-footer{padding:0}.sl-product-table{width:100%;border-collapse:collapse;font-size:12px}.sl-product-table th{padding:8px 12px;text-align:left;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#555;background:#f5f5f5;border-bottom:1.5px solid #000}.sl-product-table td{padding:8px 12px;font-size:12px;font-weight:600;color:#1a1a1a;border-bottom:1px solid #e5e5e5;vertical-align:middle}.sl-product-table tr:last-child td{border-bottom:none}.sl-product-name{font-weight:700;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sl-order-number-cell{font-size:11px;font-weight:800;color:#000;text-align:center;border-left:1.5px solid #000;background:#fafafa;font-family:Courier New,monospace;word-break:break-all}.sl-no-items{text-align:center;color:#94a3b8;font-style:italic;padding:16px!important}.sl-label-page-num{position:absolute;bottom:4px;right:8px;font-size:10px;font-weight:700;color:#94a3b8}@media print{body *{visibility:hidden!important}#shipping-labels-print-area,#shipping-labels-print-area *{visibility:visible!important}#shipping-labels-print-area{position:fixed;top:0;left:0;width:100%;z-index:99999;background:#fff;padding:0}.sl-overlay,.sl-modal-container{position:static!important;width:100%!important;max-height:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.sl-modal-header{display:none!important}.sl-labels-scroll{padding:0!important;background:#fff!important;overflow:visible!important}.sl-label{border:2px solid #000!important;border-radius:0!important;margin:0!important;max-width:100%!important;page-break-after:always;break-after:page;box-shadow:none!important}.sl-label:last-child{page-break-after:avoid;break-after:avoid}.sl-label-page-num{display:none!important}@page{size:4in 6in;margin:4mm}}@media(max-width:860px){.sl-modal-container{width:100%;max-height:100vh;border-radius:0}.sl-modal-header{flex-wrap:wrap}.sl-label-body{grid-template-columns:1fr}.sl-label-addresses{border-right:none;border-bottom:2px solid #000}.sl-label-right{flex-direction:row;flex-wrap:wrap;justify-content:space-around}}@media(max-width:520px){.sl-modal-actions{flex-wrap:wrap}.sl-btn{font-size:12px;padding:8px 12px}.sl-labels-scroll{padding:12px}.sl-product-table th,.sl-product-table td{padding:6px 8px;font-size:10px}}@media(max-width:820px){.sl-overlay{padding:10px;align-items:flex-end}.sl-modal-container{width:100%;height:min(calc(100dvh - 20px),900px);max-height:calc(100dvh - 20px);border-radius:14px 14px 10px 10px}.sl-modal-header{align-items:flex-start;padding:14px;gap:12px}.sl-modal-header-left{min-width:0}.sl-modal-title{font-size:16px}.sl-modal-subtitle{font-size:11px}.sl-modal-actions{flex-wrap:wrap;justify-content:flex-end}.sl-btn{min-height:40px;padding:9px 11px;font-size:11px}.sl-btn-print,.sl-btn-download{flex:1 1 140px}.sl-btn-close{flex:0 0 40px}.sl-labels-scroll{padding:12px}.sl-label{max-width:none;margin-bottom:16px}.sl-label-topbar{align-items:flex-start;flex-direction:column;gap:8px;padding:9px 11px}.sl-payment-type{max-width:100%;line-height:1.3}.sl-label-body{grid-template-columns:1fr}.sl-label-addresses{border-right:none;border-bottom:2px solid #000}.sl-address-block{padding:10px 11px}.sl-label-right{flex-direction:row;flex-wrap:wrap;justify-content:space-around;gap:10px;padding:10px}.sl-courier-section{flex:1 1 120px}.sl-qr-container{flex:0 0 120px}.sl-codes-grid{flex:1 1 150px}.sl-barcode-section{padding:7px 10px;overflow:hidden}.sl-product-footer{overflow-x:auto}.sl-product-table{min-width:600px}}@media(max-width:480px){.sl-modal-header{flex-direction:column}.sl-modal-header-left,.sl-modal-actions{width:100%}.sl-modal-actions{justify-content:stretch}.sl-btn-print,.sl-btn-download{flex:1 1 0}.sl-label-right{display:grid;grid-template-columns:1fr 1fr}.sl-courier-section,.sl-qr-container,.sl-codes-grid{min-width:0;width:auto}.sl-codes-grid{grid-column:1 / -1}}.manage-orders-container,.manage-orders-container *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.manage-orders-container{max-width:100%;width:100%;margin:0 auto;padding:0 0 80px;height:auto;min-height:0;display:flex;flex-direction:column;gap:10px;overflow:visible;color:var(--inv-text-dark)}.main-content{background:transparent;padding:0;min-height:0}.page-header1{margin-top:0}.loading-container{min-height:60vh;display:flex;align-items:center;justify-content:center;color:var(--inv-text-gray);font-size:15px;font-weight:600;background:#fff;border:1px solid var(--inv-border);border-radius:12px;box-shadow:var(--inv-shadow-sm)}.filter-prototype-card,.inv-stat-card,.table-container{background:var(--inv-white);border:1px solid var(--inv-border);border-radius:12px;box-shadow:var(--inv-shadow-sm)}.mo-stats-grid{margin-bottom:6px}.mo-stat-card{min-height:122px;padding:28px 28px 20px;align-items:flex-start;text-align:left}.inv-stat-header{margin-bottom:8px}.inv-stat-label-wrap{display:flex;align-items:center;gap:12px}.mo-stat-icon{width:40px;height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.mo-stat-icon-blue{background:#eff6ff;color:var(--inv-primary)}.mo-stat-icon-orange{background:#fff7ed;color:var(--inv-orange)}.mo-stat-icon-green{background:#ecfdf5;color:var(--inv-green)}.mo-stat-icon-red{background:#fef2f2;color:var(--inv-red)}.mo-stat-value-blue,.mo-stat-value-orange,.mo-stat-value-green{font-size:32px;font-weight:800;line-height:1}.mo-stat-value-blue{color:var(--inv-primary)}.mo-stat-value-orange{color:var(--inv-orange)}.mo-stat-value-green{color:var(--inv-green)}.mo-stat-value-red{color:var(--inv-red)}.mo-stat-note{margin-top:auto;padding-top:10px;font-size:12px;line-height:1.35;color:var(--inv-text-light);font-weight:600}.mo-status-chips{display:flex;gap:8px;flex-wrap:wrap;padding:4px 0}.mo-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border:2px solid var(--inv-border);border-radius:999px;background:var(--inv-white);font-size:13px;font-weight:700;color:var(--inv-text-medium);cursor:pointer;transition:all .25s ease;font-family:inherit;white-space:nowrap}.mo-chip:hover{border-color:var(--chip-color, #94a3b8);background:color-mix(in srgb,var(--chip-color, #94a3b8) 8%,white)}.mo-chip-active{background:var(--chip-bg, #3b82f6)!important;color:#fff!important;border-color:var(--chip-bg, #3b82f6)!important;box-shadow:0 2px 8px #00000026}.mo-chip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mo-chip-active .mo-chip-dot{background:#fff!important}.mo-chip-count{font-size:11px;font-weight:800;padding:1px 7px;border-radius:999px;background:#00000014;color:inherit;min-width:22px;text-align:center}.mo-chip-active .mo-chip-count{background:#ffffff40}.filter-prototype-card{margin-top:-2px;padding:12px 16px;flex-shrink:0;background:#fff;border-color:#dbe5f0}.filter-prototype-subtitle{margin-top:4px;font-size:13px;color:var(--inv-text-gray);font-weight:600}.filter-panel-row{display:flex;flex-wrap:nowrap;gap:14px;overflow-x:auto;-webkit-overflow-scrolling:touch}.filter-title-icon{width:40px;height:40px;border-radius:12px;background:#eff6ff;color:var(--inv-primary);display:inline-flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}.filter-meta{display:inline-flex;align-items:center;gap:8px;color:var(--inv-text-gray);font-size:13px;font-weight:700;white-space:nowrap;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--inv-border);box-shadow:0 1px 2px #0f172a0a}.section-title{margin:0;font-size:18px;font-weight:700;color:var(--inv-text-dark);letter-spacing:-.01em}.input-group{display:flex;flex-direction:column;gap:9px;padding:14px;border-radius:12px;background:#fff;border:1px solid var(--inv-border-light);box-shadow:0 1px 2px #0f172a08;flex:1 1 260px;min-width:240px}.input-group label{font-size:12px;font-weight:800;color:var(--inv-text-gray);text-transform:uppercase;letter-spacing:.08em}.form-input{width:100%;height:46px;padding:10px 14px;border:1px solid var(--inv-border);border-radius:10px;background:var(--inv-white);color:var(--inv-text-dark);font-family:inherit;font-size:14px;font-weight:500}.form-input:focus{outline:none;border-color:var(--inv-primary);background:var(--inv-white);box-shadow:0 0 0 3px #3b82f61a}.time-input{margin-top:0}.filter-actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:center;padding-top:4px}.btn{min-height:42px;padding:10px 16px;border:1px solid transparent;border-radius:8px;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.02em;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-apply{background:var(--inv-primary);color:#fff;box-shadow:none}.btn-apply:hover{background:var(--inv-primary-hover)}.btn-clear{background:#fff;color:var(--inv-text-medium);border-color:var(--inv-border)}.btn-clear:hover{background:#f8fafc;color:var(--inv-text-dark);border-color:#cbd5e1}.btn-download{background:#0f172a;color:#fff;border-color:#0f172a}.btn-download:hover{background:#1e293b;border-color:#1e293b}.table-container{flex:0 0 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column;background:var(--inv-white);border:1px solid var(--inv-border);border-radius:12px;box-shadow:var(--inv-shadow-sm);width:100%}.table-footer{padding:14px 20px;border-top:1px solid var(--inv-border-light);background:#fafbfc;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.footer-text{font-size:13px;font-weight:600;color:var(--inv-text-gray)}.limit-label{font-size:13px;font-weight:700;color:var(--inv-text-gray)}.limit-select{min-width:72px;padding:8px 10px;border:1px solid var(--inv-border);border-radius:8px;background:var(--inv-white);color:var(--inv-text-medium);font-family:inherit;font-size:13px;font-weight:600}.limit-select:focus{outline:none;border-color:var(--inv-primary);box-shadow:0 0 0 3px #3b82f61a}.page-btn{background:var(--inv-white);color:var(--inv-text-medium);border:1px solid var(--inv-border);border-radius:8px;font-size:13px;font-weight:700;padding:8px 12px;cursor:pointer}.page-btn:hover:not(:disabled){background:#eff6ff;border-color:#bfdbfe;color:var(--inv-primary-hover)}.page-indicator{font-size:13px;font-weight:700;color:var(--inv-text-gray)}.no-orders{min-height:240px;display:flex;align-items:center;justify-content:center;padding:40px 24px;color:var(--inv-text-light);font-size:15px;font-weight:600;text-align:center}.orders-table{width:100%;border-collapse:collapse;table-layout:auto;min-width:920px}.orders-table thead{position:sticky;top:0;z-index:1}.orders-table th{padding:12px 14px;text-align:left;font-size:11px;font-weight:700;color:var(--inv-text-gray);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--inv-border);border-top:1px solid var(--inv-border-light);white-space:nowrap}.orders-table td{padding:12px 14px;border-bottom:1px solid var(--inv-border-light);vertical-align:middle;white-space:nowrap;font-size:14px;color:var(--inv-text-medium);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.mo-row-selected{background:#eff6ff!important}.mo-row-selected:hover{background:#dbeafe!important}.mo-checkbox-th{width:44px;text-align:center!important;padding-left:18px!important}.mo-checkbox-td{width:44px;text-align:center;padding-left:18px!important}.mo-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--inv-primary);border-radius:4px}.order-id{font-weight:700;color:var(--inv-text-dark);letter-spacing:.01em}.customer-info{max-width:220px}.cust-name{font-weight:700;color:var(--inv-text-dark);line-height:1.25;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis}.cust-email,.cust-phone,.date-time,.item-qty{font-size:12px;color:var(--inv-text-light);line-height:1.25;overflow:hidden;text-overflow:ellipsis}.date-main{font-weight:600;color:var(--inv-text-dark);margin-bottom:2px}.items-info{font-weight:600;color:var(--inv-text-medium)}.total-price{font-weight:800;color:var(--inv-text-dark);font-variant-numeric:tabular-nums}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:5px 12px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;line-height:1}.status-badge.confirmed{background:#dbeafe;color:#1d4ed8}.status-badge.shipped{background:#ede9fe;color:#6d28d9}.status-badge.delivered{background:#dcfce7;color:#166534}.status-badge.cancelled{background:#fee2e2;color:#991b1b}.status-badge.packed{background:#e8f5e9;color:#2e7d32}.status-badge.out_for_delivery{background:#fff8e1;color:#f57f17}.delivery-date-col{font-size:13px;color:#334155;white-space:nowrap}.payment-info{min-width:80px}.payment-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:800;letter-spacing:.04em}.action-info{text-align:right;padding-right:20px!important}.view-order-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:7px 14px;border:1px solid var(--inv-border);border-radius:8px;background:var(--inv-white);color:var(--inv-text-medium);font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .2s ease}.view-order-btn:hover{background:#eff6ff;border-color:#bfdbfe;color:var(--inv-primary-hover);transform:translateY(-1px);box-shadow:0 2px 6px #3b82f626}.mo-bulk-bar{position:fixed;bottom:0;left:0;right:0;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:14px 28px;background:#0f172aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1);color:#fff;animation:mo-bulkSlideUp .3s ease}@keyframes mo-bulkSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.mo-bulk-clear{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;transition:background .2s;font-family:inherit}.mo-bulk-clear:hover{background:#fff3}.mo-bulk-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;white-space:nowrap}.mo-bulk-btn-label{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff}.mo-bulk-btn-label:hover{transform:translateY(-1px);box-shadow:0 4px 14px #3b82f666}.mo-bulk-status-wrap{position:relative}.mo-bulk-status-select{padding:10px 16px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:#fff;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;appearance:auto;min-width:180px}.mo-bulk-status-select option{background:#1e293b;color:#fff}.mo-modal-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.mo-modal{width:min(100%,480px);background:var(--inv-white);border:1px solid var(--inv-border);border-radius:14px;box-shadow:0 24px 48px #0f172a33;overflow:hidden}.mo-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--inv-border-light);background:#fff}.mo-modal-title{margin:0;font-size:18px;font-weight:800;color:var(--inv-text-dark)}.mo-modal-close{width:34px;height:34px;border-radius:999px;border:1px solid var(--inv-border);background:#f8fafc;color:var(--inv-text-gray);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1}.mo-modal-close:hover{background:#eef2ff;color:var(--inv-text-dark);border-color:#c7d2fe}.mo-modal-body{padding:22px 20px;color:var(--inv-text-medium);font-size:14px;line-height:1.6;text-align:center}.mo-modal-body p{margin:0}.mo-modal-footer .btn{min-width:120px}@media(max-width:1180px){.manage-orders-container{height:auto;min-height:calc(100vh - 20px);overflow:visible}}@media(max-width:980px){.filter-prototype-bar{flex-direction:column;align-items:flex-start}.filter-panel-row{flex-wrap:wrap;overflow-x:visible}.filter-panel{padding:12px}.filter-actions{align-items:stretch}.filter-actions-left,.filter-actions-right,.btn,.view-order-btn{width:100%}.mo-bulk-bar{flex-direction:column;gap:12px;padding:16px 20px}.mo-bulk-actions{width:100%;justify-content:stretch}.mo-bulk-btn{flex:1;justify-content:center}.mo-bulk-status-select{width:100%}}@media(max-width:700px){.mo-stats-grid{grid-template-columns:1fr}.mo-stat-card{padding:22px;align-items:flex-start}.mo-status-chips{gap:6px}.mo-chip{padding:6px 10px;font-size:12px}}@media(max-width:768px){.manage-orders-container{padding:0 0 100px;gap:16px}.filter-container,.stat-card,.table-container{border-radius:10px;margin-left:0;margin-right:0}.filter-container,.stat-card{padding-left:16px;padding-right:16px}.orders-table{min-width:860px}.table-footer{padding:12px 16px}.pagination-group{width:100%}.page-btn{flex:1 1 120px}.mo-modal{width:100%}}.mo-skeleton-val{height:32px;width:60px;border-radius:6px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:mo-shimmer 1.4s ease-in-out infinite;margin-top:4px}.mo-skeleton-row td{padding:1rem 1.5rem!important;vertical-align:middle}.mo-skeleton-cell{height:16px;border-radius:4px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:mo-shimmer 1.4s ease-in-out infinite}@keyframes mo-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@media(min-width:701px){.mo-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:700px){.manage-orders-container{padding:0 0 104px;gap:10px}.mo-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.manage-orders-container .inv-stat-card.mo-stat-card{min-height:112px;padding:12px;border-radius:10px}.mo-stat-icon{width:34px;height:34px;font-size:18px}.mo-stat-card .inv-stat-label{font-size:12px}.mo-stat-value-blue,.mo-stat-value-orange,.mo-stat-value-green,.mo-stat-value-red{font-size:26px}.mo-stat-note{font-size:10px;padding-top:5px}.mo-status-chips{flex-wrap:nowrap;overflow-x:auto;padding:2px 0 5px;scrollbar-width:none}.mo-status-chips::-webkit-scrollbar{display:none}.mo-chip{flex:0 0 auto;min-height:40px}.filter-prototype-card,.table-container{border-radius:10px}.filter-prototype-card{padding:12px}.filter-prototype-bar{align-items:flex-start;gap:10px}.filter-prototype-left{min-width:0}.filter-title-icon{width:36px;height:36px;border-radius:10px}.section-title{font-size:15px}.filter-prototype-subtitle{font-size:11px;line-height:1.35}.filter-meta{padding:7px 9px;font-size:0;gap:0}.filter-meta svg{font-size:18px}.filter-panel{padding:10px}.filter-panel-row{display:grid;grid-template-columns:1fr;gap:10px;overflow:visible}.input-group{min-width:0;padding:11px}.filter-actions{align-items:stretch}.filter-actions-left,.filter-actions-right{width:100%}.filter-actions-left .btn,.filter-actions-right .btn{flex:1;min-width:0}.btn{min-height:44px;padding:10px 11px;font-size:11px}.orders-table-wrapper{overflow:visible}.orders-table{min-width:0;display:block}.orders-table thead{display:none}.orders-table tbody{display:grid;gap:10px;padding:10px;background:#f8fafc}.orders-table tbody tr{display:block;background:#fff;border:1px solid var(--inv-border);border-radius:10px;box-shadow:var(--inv-shadow-sm);overflow:hidden}.orders-table tbody tr:hover{background:#fff}.orders-table tbody tr.mo-row-selected{border-color:#93c5fd}.orders-table tbody td{display:grid;grid-template-columns:70px minmax(0,1fr);gap:12px;width:100%;min-width:0;padding:12px 14px;border-bottom:1px solid var(--inv-border-light);white-space:normal;font-size:13px}.orders-table tbody td:before{content:attr(data-label);color:var(--inv-text-light);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding-top:2px}.orders-table tbody td:last-child{border-bottom:none}.orders-table tbody .mo-checkbox-td{display:flex;justify-content:flex-end;min-height:34px;padding:10px 14px 0;border-bottom:none}.mo-checkbox-td:before{display:none}.order-id{overflow-wrap:anywhere}.customer-info{max-width:none;min-width:0}.cust-name,.cust-email{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.date-info,.delivery-date-col,.payment-info{min-width:0}.status-badge{width:100%;min-width:0}.action-info{text-align:left;padding-right:14px!important}.action-info .view-order-btn{width:100%;min-height:42px}.no-orders{min-height:120px;padding:32px 16px}.table-footer{padding:12px;align-items:stretch}.footer-text{width:100%;font-size:12px}.pagination-group{width:100%;justify-content:space-between;gap:6px}.limit-label{display:none}.page-btn{min-height:40px;padding:8px 10px}.page-indicator{font-size:12px}.mo-bulk-bar{padding:10px 12px;align-items:stretch;gap:10px}.mo-bulk-left{justify-content:space-between}.mo-bulk-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.mo-bulk-btn{justify-content:center;min-height:42px;padding:10px 6px;font-size:11px}.mo-bulk-status-wrap,.mo-bulk-status-select{width:100%;min-width:0}}@media(max-width:380px){.mo-stats-grid{gap:6px}.manage-orders-container .inv-stat-card.mo-stat-card{padding:10px}.mo-stat-card .inv-stat-label{font-size:11px}.mo-stat-note{font-size:9px}.orders-table tbody td{grid-template-columns:62px minmax(0,1fr);gap:9px;padding-left:11px;padding-right:11px}}:root{--sc-bg: #f8fafc;--sc-white: #ffffff;--sc-border: #e2e8f0;--sc-border-light: #f1f5f9;--sc-text-dark: #0f172a;--sc-text-medium: #334155;--sc-text-gray: #64748b;--sc-text-light: #94a3b8;--sc-primary: #3b82f6;--sc-primary-hover: #2563eb;--sc-primary-light: #eff6ff;--sc-emerald: #10b981;--sc-gold: #f59e0b;--sc-red: #ef4444;--sc-purple: #8b5cf6;--sc-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--sc-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .08), 0 2px 4px -1px rgba(0, 0, 0, .04);--sc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}.tab-content{animation:scFadeIn .25s ease-out;margin:0 auto;padding:0 0 24px;width:100%;max-width:100%;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--sc-text-dark)}@keyframes scFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.content-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.content-title{font-size:20px;font-weight:700;color:var(--sc-text-dark);margin:0;letter-spacing:-.02em}.content-subtitle{font-size:18px;font-weight:700;color:var(--sc-text-dark);margin:0;letter-spacing:-.01em}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.stat-card{background:var(--sc-white);border:1px solid var(--sc-border);border-radius:12px;padding:16px 20px;text-align:left;transition:all .2s ease;box-shadow:var(--sc-shadow-sm);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#60a5fa)}.stat-card:nth-child(2):before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.stat-card:nth-child(3):before{background:linear-gradient(90deg,#10b981,#34d399)}.stat-card:hover{box-shadow:var(--sc-shadow-md);transform:translateY(-1px);border-color:#cbd5e1}.stat-label{font-size:11.5px;font-weight:700;color:var(--sc-text-gray);text-transform:uppercase;letter-spacing:.05em;margin:0 0 6px}.stat-value{font-size:24px;font-weight:800;color:var(--sc-text-dark);margin:0;line-height:1.1;letter-spacing:-.02em}.sc-skeleton-box{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:scShimmer 1.5s infinite;border-radius:6px}.sc-skeleton-card{gap:10px}.sc-skeleton-label{width:70px;height:12px}.sc-skeleton-val{width:50px;height:24px}.sc-skeleton-main-card{pointer-events:none;border-color:#f1f5f9}.sc-skeleton-icon{width:42px;height:42px;border-radius:10px;flex-shrink:0}.sc-skeleton-title{width:180px;height:18px}.sc-skeleton-desc{width:260px;height:12px}.sc-skeleton-chev{width:24px;height:24px;border-radius:50%}@keyframes scShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sitecontent-alert{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-weight:600;font-size:13.5px;display:flex;align-items:center;gap:10px}.sitecontent-alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.sitecontent-alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.sitecontent-cards{display:flex;flex-direction:column;gap:14px}.sitecontent-main-card{background:var(--sc-white);border:1px solid var(--sc-border);border-radius:12px;overflow:hidden;box-shadow:var(--sc-shadow-sm);transition:all .2s ease}.sitecontent-main-card:hover{border-color:#cbd5e1;box-shadow:var(--sc-shadow-md)}.sitecontent-main-card.expanded{border-color:#93c5fd;box-shadow:0 4px 16px -2px #3b82f61f}.sitecontent-card-header{padding:16px 20px;cursor:pointer;display:flex;align-items:center;gap:14px;border-bottom:1px solid transparent;transition:all .2s ease;-webkit-user-select:none;user-select:none}.sitecontent-card-header-customize{cursor:default}.sitecontent-card-header:hover{background:#f8fafc}.sitecontent-main-card.expanded .sitecontent-card-header{border-bottom-color:var(--sc-border);background:#f8fafc}.sitecontent-card-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:10px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 4px #3b82f640}.sitecontent-card-info{flex:1}.sitecontent-card-title{margin:0 0 3px;font-size:15.5px;font-weight:700;color:var(--sc-text-dark)}.sitecontent-card-desc{margin:0;font-size:13px;color:var(--sc-text-gray);line-height:1.35}.sitecontent-card-status{display:inline-flex;align-items:center;gap:5px;margin-top:4px}.status-icon{font-size:14px!important}.status-icon.complete{color:var(--sc-emerald)}.sitecontent-card-status span{font-size:11.5px;color:var(--sc-emerald);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.sitecontent-card-toggle{margin-left:8px}.sitecontent-arrow{color:var(--sc-text-gray);transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex!important}.sitecontent-arrow.rotated{transform:rotate(180deg)}.sitecontent-card-content{padding:20px;animation:scSlideDown .25s ease-out}@keyframes scSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.sitecontent-form-section{margin-bottom:20px}.sitecontent-form-section:last-of-type{margin-bottom:0}.sitecontent-section-title{margin:0 0 12px;font-size:14px;font-weight:700;color:var(--sc-text-dark)}.sitecontent-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sitecontent-form-group{display:flex;flex-direction:column;gap:12px}.sitecontent-row{display:grid;grid-template-columns:140px 1fr;gap:12px;align-items:center}.sitecontent-row label{color:var(--sc-text-medium);font-weight:600;font-size:13.5px}.sitecontent-row input,.sitecontent-row textarea{width:100%;padding:8px 12px;border-radius:8px;border:1px solid var(--sc-border);outline:none;transition:all .15s ease;font-size:13.5px;font-family:inherit;background:#fff;color:var(--sc-text-dark);box-sizing:border-box}.sitecontent-row input:focus,.sitecontent-row textarea:focus{border-color:var(--sc-primary);box-shadow:0 0 0 3px #3b82f61f}.sitecontent-row textarea{resize:vertical;min-height:70px}.sitecontent-links-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.sitecontent-link-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f8fafc;border:1px solid var(--sc-border);border-radius:8px;transition:all .15s ease}.sitecontent-link-item:hover{background:#f1f5f9;border-color:#cbd5e1}.sitecontent-link-content{display:flex;flex-direction:column;gap:2px;flex:1}.sitecontent-link-label{font-weight:600;font-size:13.5px;color:var(--sc-text-dark)}.sitecontent-link-href{font-size:12px;color:var(--sc-text-gray);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.sitecontent-empty-links{text-align:center;padding:24px 16px;color:var(--sc-text-gray);background:#f8fafc;border-radius:8px;border:1px dashed var(--sc-border);font-size:13.5px}.sitecontent-categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;flex-wrap:wrap;gap:10px}.sitecontent-categories-info{display:flex;align-items:center;gap:6px;color:var(--sc-primary-hover);font-size:13px;font-weight:600;background:var(--sc-primary-light);padding:6px 12px;border-radius:20px;border:1px solid #bfdbfe}.sitecontent-visibility-list{display:flex;flex-direction:column;gap:10px}.sitecontent-visibility-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafc;border:1px solid var(--sc-border);border-radius:10px;transition:all .15s ease}.sitecontent-visibility-item:hover{background:#f1f5f9;border-color:#cbd5e1}.visibility-info{display:flex;flex-direction:column;gap:2px}.visibility-name{margin:0;font-size:14px;font-weight:700;color:var(--sc-text-dark)}.visibility-desc{margin:0;font-size:12.5px;color:var(--sc-text-gray)}.sitecontent-categories-list{margin-bottom:16px;display:flex;flex-direction:column;gap:12px}.sitecontent-category-item{background:#f8fafc;border:1px solid var(--sc-border);border-radius:10px;padding:14px 16px;transition:all .15s ease}.sitecontent-category-item:hover{border-color:#cbd5e1;box-shadow:var(--sc-shadow-sm)}.sitecontent-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sitecontent-category-title{display:flex;align-items:center;gap:8px}.sitecontent-category-count{font-size:12px;color:var(--sc-text-gray);background:#fff;padding:2px 8px;border-radius:12px;font-weight:600;border:1px solid var(--sc-border)}.sitecontent-category-tags{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.sitecontent-tag{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--sc-border);border-radius:8px;padding:4px 8px;font-size:12.5px;transition:all .15s ease}.sitecontent-tag:hover{border-color:#cbd5e1;box-shadow:0 1px 2px #0000000d}.sitecontent-tag-text{color:var(--sc-text-dark);font-weight:600}.sitecontent-tag-remove{background:none;border:none;color:var(--sc-text-light);cursor:pointer;font-size:14px;line-height:1;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s ease}.sitecontent-tag-remove:hover{background:#fee2e2;color:var(--sc-red)}.sitecontent-empty-state{text-align:center;padding:36px 20px;color:var(--sc-text-gray);background:#f8fafc;border-radius:10px;border:1px dashed var(--sc-border)}.sitecontent-empty-state .empty-icon{font-size:40px!important;color:#cbd5e1;margin-bottom:8px}.sitecontent-empty-state h3{margin:0 0 4px;color:var(--sc-text-dark);font-weight:700;font-size:15px}.sitecontent-empty-state p{margin:0;font-size:13px;line-height:1.4}.sitecontent-card-actions{display:flex;gap:10px;padding-top:16px;border-top:1px solid var(--sc-border);flex-wrap:wrap}.sitecontent-card-actions-inline{padding-top:0;border-top:none;margin-left:auto}.sitecontent-btn{border:none;border-radius:8px;padding:8px 16px;font-weight:600;cursor:pointer;transition:all .15s ease;font-size:13.5px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:inherit}.sitecontent-btn.primary{background:var(--sc-primary);color:#fff}.sitecontent-btn.primary:hover{background:var(--sc-primary-hover);transform:translateY(-1px)}.sitecontent-btn.secondary{background:#fff;color:var(--sc-text-medium);border:1px solid var(--sc-border)}.sitecontent-btn.secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.sitecontent-btn.danger{background:#fef2f2;color:var(--sc-red);border:1px solid #fecaca}.sitecontent-btn.danger:hover{background:#fee2e2;color:#b91c1c}.sitecontent-btn.small{padding:6px 10px;font-size:12.5px;border-radius:6px}.sitecontent-badge{display:inline-block;padding:4px 10px;border-radius:16px;background:var(--sc-primary-light);color:var(--sc-primary-hover);font-weight:700;font-size:11.5px;border:1px solid #bfdbfe;text-transform:uppercase;letter-spacing:.04em}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.25s cubic-bezier(.4,0,.2,1);border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.25s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 1px 3px #00000026}input:checked+.slider{background-color:var(--sc-primary)}input:checked+.slider:before{transform:translate(20px)}.sitecontent-modal-overlay{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.sitecontent-modal-content{background:#fff;border-radius:14px;width:100%;max-width:1100px;max-height:90vh;overflow:hidden;box-shadow:var(--sc-shadow-lg);display:flex;flex-direction:column;border:1px solid var(--sc-border)}.sitecontent-modal-small{max-width:480px}.sitecontent-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--sc-border);background:#f8fafc}.sitecontent-modal-header h3{margin:0;font-size:16px;font-weight:700;color:var(--sc-text-dark)}.sitecontent-modal-close{background:none;border:none;font-size:20px;color:var(--sc-text-gray);cursor:pointer;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.sitecontent-modal-close:hover{background:#f1f5f9;color:var(--sc-text-dark)}.sitecontent-modal-body{flex:1;overflow-y:auto;padding:20px}.sitecontent-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid var(--sc-border);background:#f8fafc}.form-group{margin-bottom:16px;padding:0}.form-group label{display:block;font-size:12.5px;font-weight:700;color:var(--sc-text-medium);margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.form-input{width:100%;padding:9px 12px;border:1px solid var(--sc-border);border-radius:8px;font-size:14px;font-family:inherit;transition:all .15s ease;background:#fff;color:var(--sc-text-dark);box-sizing:border-box}.form-input:focus{outline:none;border-color:var(--sc-primary);box-shadow:0 0 0 3px #3b82f61f}.success-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeInOverlay .3s ease}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.success-modal-content{background:#fff;border-radius:16px;padding:2.5rem;max-width:400px;width:90%;text-align:center;box-shadow:0 20px 60px #00000026;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-modal-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.success-modal-icon svg{font-size:4rem!important;color:#10b981;animation:scaleIn .5s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-modal-title{margin:0 0 .75rem;font-size:1.75rem;font-weight:700;color:#1a1a1a;font-family:Georgia,Times New Roman,serif}.success-modal-message{margin:0 0 2rem;font-size:1rem;color:#6b7280;line-height:1.6}.success-modal-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #3b82f663}.success-modal-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f680}.success-modal-btn:active{transform:translateY(0)}@media(max-width:768px){.success-modal-content{padding:2rem;max-width:90%}.success-modal-icon svg{font-size:3rem!important}.success-modal-title{font-size:1.5rem}.success-modal-message{font-size:.9rem}}.all-products-container{display:flex;flex-direction:column;max-width:100%;width:100%;margin:0 auto;padding:0 0 20px;min-height:0;height:auto;gap:4px;color:var(--inv-text-dark)}.pd-stats-grid{margin-bottom:0}.pd-stat-card{min-height:120px;padding:24px 24px 18px;text-align:left}.pd-stat-icon{width:40px;height:40px;border-radius:10px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:20px}.pd-stat-icon-blue{background:#eff6ff;color:var(--inv-primary)}.pd-stat-icon-green{background:#ecfdf5;color:var(--inv-green)}.pd-stat-icon-red{background:#fef2f2;color:var(--inv-red)}.pd-stat-icon-orange{background:#fff7ed;color:var(--inv-orange)}.pd-stat-value-blue,.pd-stat-value-green,.pd-stat-value-red,.pd-stat-value-orange{font-size:28px;font-weight:800;line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.pd-stat-value-blue{color:var(--inv-primary)}.pd-stat-value-green{color:var(--inv-green)}.pd-stat-value-red{color:var(--inv-red)}.pd-stat-value-orange{color:var(--inv-orange)}.pd-stat-note{margin-top:auto;padding-top:8px;font-size:13px;line-height:1.4;color:var(--inv-text-light);font-weight:600}.pd-card{background:var(--inv-white);border:1px solid var(--inv-border);border-radius:12px;box-shadow:var(--inv-shadow-sm);overflow:hidden;display:flex;flex-direction:column}.pd-filters-bar{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--inv-border-light);background-color:var(--inv-white);flex-wrap:nowrap;overflow-x:auto}.pd-table-title{margin:0;font-size:18px;font-weight:700;color:#0f172a;white-space:nowrap;flex:0 0 auto}.pd-filter-select{flex:0 0 auto;min-width:150px;padding:9px 14px;border:1px solid var(--inv-border);border-radius:8px;font-size:15px;color:var(--inv-text-medium);background:var(--inv-white);cursor:pointer;font-family:inherit;font-weight:600;transition:all .2s ease}.pd-filter-select:focus{outline:none;border-color:var(--inv-primary);box-shadow:0 0 0 3px #3b82f61a}.pd-btn-clear{flex:0 0 auto;padding:8px 14px;background:#f1f5f9;color:var(--inv-text-gray);border:1px solid var(--inv-border);border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.pd-btn-clear:hover{background:#e2e8f0;color:var(--inv-text-dark)}.pd-filters-right-group{margin-left:auto;display:flex;align-items:center;gap:10px;flex:0 0 auto;white-space:nowrap}.pd-products-count{font-size:14px;font-weight:600;color:#94a3b8;white-space:nowrap}.pd-btn-action{padding:8px 14px;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.pd-btn-delete-selected{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.pd-btn-delete-selected:hover{background:#dc2626;color:#fff;border-color:#dc2626}.pd-btn-delete-all{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.pd-btn-delete-all:hover{background:#991b1b;color:#fff;border-color:#991b1b}.pd-table{width:100%;border-collapse:collapse;table-layout:fixed}.pd-table th{background-color:#eef3f9;text-align:left;padding:10px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:#5b7091;text-transform:uppercase;letter-spacing:.05em;border-top:1px solid var(--inv-border-light);border-bottom:1px solid var(--inv-border);white-space:nowrap}.pd-table th:first-child{text-align:center;width:40px}.pd-table td{padding:12px 16px;border-bottom:1px solid var(--inv-border-light);vertical-align:middle;height:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;color:#334155}.pd-table td:first-child{text-align:center;overflow:visible;text-overflow:clip}.pd-table tbody tr:hover{background-color:#f8fbff;transition:background-color .15s ease}.pd-table tbody tr:last-child td{border-bottom:none}.pd-table input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #cbd5e1;border-radius:4px;background:#fff;cursor:pointer;position:relative;transition:all .15s ease;vertical-align:middle}.pd-table input[type=checkbox]:checked{background:var(--inv-primary);border-color:var(--inv-primary)}.pd-table input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.pd-table input[type=checkbox]:hover{border-color:var(--inv-primary)}.pd-empty{text-align:center;padding:40px!important;color:var(--inv-text-light)!important;font-size:15px!important}.pd-product-cell{display:flex;align-items:center;gap:12px}.pd-product-img{width:40px;height:40px;border-radius:8px;object-fit:cover;border:1px solid var(--inv-border);flex-shrink:0}.pd-product-name{font-weight:600;color:#0f172a;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-amount{color:#0f172a;font-weight:700;font-variant-numeric:tabular-nums}.pd-text-center{text-align:center}.pd-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:20px;font-size:13px;font-weight:700;text-transform:capitalize}.pd-badge-green{background:#dcfce7;color:#166534}.pd-badge-red{background:#fee2e2;color:#991b1b}.pd-badge-gray{background:#f1f5f9;color:#475569}.pd-badge-blue{background:#eff6ff;color:#1d4ed8}.pd-actions{display:flex;align-items:center;justify-content:center;gap:8px}.pd-btn-restore,.pd-btn-delete{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:6px;border:1px solid var(--inv-border);font-size:13px;font-weight:700;cursor:pointer;transition:all .15s ease;font-family:inherit;background:var(--inv-white)}.pd-btn-restore{color:var(--inv-primary);border-color:#bfdbfe;background:#eff6ff}.pd-btn-restore:hover{background:var(--inv-primary);color:#fff;border-color:var(--inv-primary)}.pd-btn-delete{color:#dc2626;border-color:#fecaca;background:#fef2f2}.pd-btn-delete:hover{background:#dc2626;color:#fff;border-color:#dc2626}.pd-table-footer{padding:14px 20px;border-top:1px solid var(--inv-border-light);background:#fafbfc;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.pd-footer-text{font-size:14px;font-weight:500;color:var(--inv-text-gray)}.pd-pagination-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pd-limit-label{font-size:14px;font-weight:600;color:var(--inv-text-gray)}.pd-limit-select{min-width:70px;padding:7px 10px;border:1px solid var(--inv-border);border-radius:8px;font-size:14px;font-weight:600;color:var(--inv-text-medium);background:var(--inv-white);font-family:inherit}.pd-limit-select:focus{outline:none;border-color:var(--inv-primary);box-shadow:0 0 0 2px #3b82f61f}.pd-page-btn{background:var(--inv-white);color:var(--inv-text-medium);border:1px solid var(--inv-border);border-radius:8px;font-size:14px;font-weight:600;padding:7px 12px;cursor:pointer;transition:all .2s ease}.pd-page-btn:hover:not(:disabled){background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.pd-page-btn:disabled{opacity:.45;cursor:not-allowed}.pd-page-indicator{font-size:14px;font-weight:600;color:var(--inv-text-gray)}.loading-state{display:flex;align-items:center;justify-content:center;min-height:340px;font-size:15px;color:var(--inv-text-gray);font-weight:600;background:var(--inv-white);border:1px solid var(--inv-border);border-radius:12px;box-shadow:var(--inv-shadow-sm)}.modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.modal-content{width:min(100%,520px);background:var(--inv-white);border:1px solid var(--inv-border);border-radius:14px;box-shadow:0 24px 48px #0f172a2e;overflow:hidden}.modal-content--compact{width:min(100%,460px)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--inv-border-light)}.modal-title{margin:0;font-size:18px;font-weight:800;color:var(--inv-text-dark)}.modal-close{width:34px;height:34px;border-radius:999px;border:1px solid var(--inv-border);background:#f8fafc;color:var(--inv-text-gray);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:22px}.modal-body{padding:18px 20px;color:var(--inv-text-medium)}.delete-modal-text{margin:0;line-height:1.6}.modal-footer{padding:16px 20px 20px;display:flex;justify-content:flex-end;gap:10px}.btn-cancel,.btn-save{padding:10px 14px;border:none;border-radius:8px;font-size:12px;font-weight:800;letter-spacing:.06em;cursor:pointer;font-family:inherit}.btn-cancel{background:#e2e8f0;color:var(--inv-text-medium)}.btn-save{background:var(--inv-primary);color:#fff}.btn-save:hover{background:var(--inv-primary-hover)}@media(max-width:1200px){.pd-filters-bar{flex-wrap:wrap}}@media(max-width:900px){.pd-filters-bar{flex-wrap:wrap}.pd-filters-right-group{margin-left:0;width:100%;justify-content:flex-end}.pd-filter-select{min-width:100%}}@media(max-width:768px){.all-products-container{padding:2px 1px 1px}.pd-filters-bar,.pd-table-footer,.modal-header,.modal-body,.modal-footer{padding-left:16px;padding-right:16px}}.pd-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:pd-shimmer 1.4s ease-in-out infinite}@keyframes pd-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.pd-skeleton-img{width:40px;height:40px;border-radius:8px;flex-shrink:0}.pd-skeleton-text{height:16px;border-radius:4px}.pd-skeleton-val{height:32px;width:60px;border-radius:6px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:pd-shimmer 1.4s ease-in-out infinite;margin-top:4px}.buyer-page-container{display:flex;flex-direction:column;width:100%;box-sizing:border-box;padding:0;margin:0;color:#1e293b}.buyer-header-strip{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.buyer-title{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 4px;font-family:inherit}.buyer-sub{font-size:13.5px;color:#64748b;margin:0}.buyer-export-btn{display:inline-flex;align-items:center;gap:8px;background-color:#0f172a;color:#fff;border:none;border-radius:8px;padding:0 16px;height:40px;box-sizing:border-box;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.buyer-export-btn:hover:not(:disabled){background-color:#1e293b;box-shadow:0 4px 12px #0f172a26}.buyer-export-btn:disabled{opacity:.5;cursor:not-allowed}.buyer-toolbar{background-color:#fff;padding:12px 16px;border-radius:12px;border:1px solid #e2e8f0;display:flex;gap:12px;align-items:center;margin-bottom:20px;box-shadow:0 1px 3px #00000005;flex-wrap:wrap}.buyer-search-wrap{flex:1;min-width:260px;position:relative;display:flex;align-items:center}.buyer-search-ico{position:absolute;left:12px;color:#94a3b8;font-size:20px!important}.buyer-search-input{width:100%;padding:9px 36px 9px 38px;border:1px solid #e2e8f0;border-radius:8px;font-size:13.5px;color:#1e293b;background-color:#f8fafc;outline:none;transition:all .2s;height:40px;box-sizing:border-box}.buyer-search-input:focus{background-color:#fff;border-color:#0f172a;box-shadow:0 0 0 3px #0f172a14}.clear-search-btn{position:absolute;right:10px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;display:flex;align-items:center}.buyer-select-wrap{position:relative;display:flex;align-items:center}.buyer-select-ico{position:absolute;left:10px;color:#64748b;font-size:18px!important;pointer-events:none}.buyer-select{padding:9px 14px 9px 34px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#334155;background-color:#f8fafc;outline:none;height:40px;cursor:pointer;transition:all .2s}.buyer-select:focus{border-color:#0f172a;background-color:#fff}.buyer-count-badge{display:flex;align-items:center;gap:6px;background-color:#f1f5f9;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;color:#334155;margin-left:auto;white-space:nowrap}.buyer-table-card{background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 2px 8px #00000008}.table-responsive-wrapper{width:100%;overflow-x:auto}.buyer-data-table{width:100%;border-collapse:collapse;text-align:left;font-size:13.5px}.buyer-data-table thead th{background-color:#f8fafc;color:#475569;font-weight:600;padding:14px 18px;border-bottom:1px solid #e2e8f0;white-space:nowrap;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.buyer-data-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .15s ease}.buyer-data-table tbody tr:hover{background-color:#f8fafc}.buyer-data-table tbody td{padding:14px 18px;vertical-align:middle}.buyer-profile-cell{display:flex;align-items:center;gap:12px;min-width:180px}.buyer-avatar-img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0}.buyer-avatar-fallback{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;letter-spacing:.5px;flex-shrink:0}.buyer-name-group{display:flex;flex-direction:column;gap:2px}.buyer-fullname{font-weight:600;color:#0f172a;font-size:14px}.buyer-id-tag{font-size:11px;color:#94a3b8}.buyer-contact-cell{display:flex;flex-direction:column;gap:4px;min-width:180px}.contact-item{display:flex;align-items:center;gap:6px}.contact-ico{font-size:14px!important;color:#94a3b8}.contact-text{font-size:13px;color:#334155}.cell-copy-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;display:inline-flex;align-items:center;margin-left:2px}.cell-copy-btn:hover{color:#0f172a}.contact-muted{font-size:12px;color:#94a3b8;font-style:italic}.buyer-location-cell{display:flex;flex-direction:column;gap:4px;min-width:150px}.location-main{display:flex;align-items:center;gap:4px;font-size:13px;color:#334155}.loc-ico{font-size:14px!important;color:#ef4444}.pincode-badge{font-size:11px;color:#64748b;background-color:#f1f5f9;padding:2px 6px;border-radius:4px;display:inline-block;width:fit-content}.buyer-orders-cell{display:flex;flex-direction:column;gap:4px}.buyer-tier-badge{font-size:11px;font-weight:700;padding:3px 8px;border-radius:12px;width:fit-content;text-transform:uppercase;letter-spacing:.4px}.tier-vip{background-color:#fef3c7;color:#b45309;border:1px solid #fde68a}.tier-loyal{background-color:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.tier-first{background-color:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.tier-registered{background-color:#f1f5f9;color:#64748b}.buyer-order-count{display:flex;align-items:center;gap:4px;font-size:12px;color:#64748b}.buyer-spent-val{font-weight:700;color:#0f172a;font-size:14px}.buyer-date-val{font-size:12.5px;color:#64748b}.buyer-view-details-btn{background-color:#fff;color:#0f172a;border:1px solid #cbd5e1;padding:6px 12px;border-radius:6px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.buyer-view-details-btn:hover{background-color:#0f172a;color:#fff;border-color:#0f172a}.buyer-pagination-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-top:1px solid #e2e8f0;background-color:#f8fafc;flex-wrap:wrap;gap:10px}.pagination-info{font-size:13px;color:#64748b}.pagination-controls{display:flex;align-items:center;gap:10px}.pag-btn{background-color:#fff;border:1px solid #cbd5e1;padding:6px 12px;border-radius:6px;font-size:12.5px;font-weight:600;color:#334155;cursor:pointer;transition:all .2s}.pag-btn:hover:not(:disabled){background-color:#f1f5f9}.pag-btn:disabled{opacity:.4;cursor:not-allowed}.pag-page-num{font-size:13px;font-weight:600;color:#0f172a}.buyer-loading-skeleton{padding:16px;display:flex;flex-direction:column;gap:12px}.skeleton-row{display:flex;align-items:center;gap:16px;padding:12px;background-color:#f8fafc;border-radius:8px;animation:pulse 1.5s infinite ease-in-out}.skeleton-cell{height:20px;background-color:#e2e8f0;border-radius:4px}.avatar-col{width:38px;height:38px;border-radius:50%}.name-col{width:140px}.contact-col{width:180px}.badge-col{width:90px}.amount-col{width:80px}.action-col{width:70px;margin-left:auto}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.no-buyers-box{padding:60px 20px;text-align:center;color:#64748b}.no-buyers-box h3{font-size:16px;color:#1e293b;margin:0 0 6px}.no-buyers-box p{font-size:13.5px;margin:0}.buyer-modal-overlay{position:fixed;inset:0;background-color:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.buyer-modal-dialog{background-color:#fff;border-radius:14px;max-width:540px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;animation:modalIn .2s cubic-bezier(.16,1,.3,1)}@keyframes modalIn{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.buyer-modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #e2e8f0;background-color:#f8fafc}.modal-title-group{display:flex;align-items:center;gap:12px}.modal-avatar{width:44px;height:44px;border-radius:50%;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.modal-buyer-name{margin:0;font-size:16px;font-weight:700;color:#0f172a}.modal-buyer-email{font-size:13px;color:#64748b}.modal-close-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:4px}.modal-close-btn:hover{color:#0f172a}.buyer-modal-body{padding:24px;display:flex;flex-direction:column;gap:18px}.modal-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.modal-stat-card{background-color:#f8fafc;padding:12px;border-radius:8px;border:1px solid #e2e8f0;text-align:center}.stat-label{display:block;font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.stat-value{font-size:16px;font-weight:700;color:#0f172a}.modal-section-box{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.modal-section-title{margin:0 0 10px;font-size:13px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.5px}.modal-address-text{font-size:13.5px;color:#1e293b;margin:0 0 12px;line-height:1.5}.modal-muted-text{font-size:13px;color:#94a3b8;font-style:italic;margin:0 0 12px}.modal-location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding-top:10px;border-top:1px dashed #e2e8f0}.modal-field-label{display:block;font-size:11px;color:#94a3b8;text-transform:uppercase}.modal-field-val{font-size:13px;font-weight:600;color:#1e293b}.modal-footer-actions{display:flex;gap:12px;margin-top:6px}.modal-action-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.email-btn{background-color:#0f172a;color:#fff}.email-btn:hover{background-color:#1e293b}.phone-btn{background-color:#f1f5f9;color:#334155;border:1px solid #cbd5e1}.phone-btn:hover{background-color:#e2e8f0}:root{--od-bg: #f8fafc;--od-white: #ffffff;--od-border: #e2e8f0;--od-border-light: #f1f5f9;--od-text-dark: #0f172a;--od-text-medium: #334155;--od-text-muted: #64748b;--od-text-light: #94a3b8;--od-primary: #3b82f6;--od-primary-hover: #2563eb;--od-primary-light: #eff6ff;--od-success: #10b981;--od-success-bg: #ecfdf5;--od-warning: #f59e0b;--od-warning-bg: #fffbeb;--od-danger: #ef4444;--od-danger-bg: #fef2f2;--od-radius-sm: 8px;--od-radius-md: 12px;--od-radius-lg: 16px;--od-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .03);--od-shadow-hover: 0 10px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .04)}.od-container,.od-container *{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.od-container{max-width:1440px;width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:20px;color:var(--od-text-dark)}.od-toast-container{position:fixed;top:24px;right:24px;z-index:10000;display:flex;flex-direction:column;gap:10px;max-width:380px}.od-toast{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--od-radius-md);font-size:13px;font-weight:600;box-shadow:0 10px 25px #00000026;animation:odSlideIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.od-toast-success{background:#10b981;color:#fff}.od-toast-error{background:#ef4444;color:#fff}.od-toast-info{background:#0f172a;color:#fff}.od-toast-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;background:#ffffff40;flex-shrink:0}.od-toast-text{flex:1;line-height:1.35}.od-toast-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;opacity:.8}.od-top-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-bottom:4px}.od-top-bar-left{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.od-back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--od-border);border-radius:var(--od-radius-sm);background:var(--od-white);color:var(--od-text-medium);font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.od-back-btn:hover{background:var(--od-border-light);border-color:#cbd5e1;color:var(--od-text-dark)}.od-title-block{display:flex;flex-direction:column;gap:4px}.od-order-num-row{display:flex;align-items:center;gap:8px}.od-order-title{margin:0;font-size:24px;font-weight:900;color:var(--od-text-dark);letter-spacing:-.02em}.od-copy-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border:1px solid var(--od-border);border-radius:6px;background:var(--od-border-light);color:var(--od-text-muted);font-size:11px;font-weight:700;cursor:pointer;transition:all .2s}.od-copy-btn:hover{background:#e2e8f0;color:var(--od-text-dark)}.od-order-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--od-text-muted)}.od-meta-dot{color:#cbd5e1;font-weight:800}.od-status-pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.05em}.od-status-pill.status-pending{background:#fef3c7;color:#92400e}.od-status-pill.status-confirmed{background:#dbeafe;color:#1d4ed8}.od-status-pill.status-packed{background:#d1fae5;color:#065f46}.od-status-pill.status-shipped{background:#ede9fe;color:#5b21b6}.od-status-pill.status-out_for_delivery{background:#fff7ed;color:#c2410c}.od-status-pill.status-delivered{background:#dcfce7;color:#166534}.od-status-pill.status-cancelled{background:#fee2e2;color:#991b1b}.od-payment-pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em}.od-payment-pill.paid{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.od-payment-pill.unpaid{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.od-top-bar-actions{display:flex;align-items:center;gap:10px}.od-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;border-radius:var(--od-radius-sm);font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap;border:1px solid transparent;font-family:inherit}.od-btn-primary{background:var(--od-primary);color:#fff}.od-btn-primary:hover:not(:disabled){background:var(--od-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.od-btn-secondary{background:var(--od-white);border-color:var(--od-border);color:var(--od-text-medium)}.od-btn-secondary:hover:not(:disabled){background:var(--od-border-light);border-color:#cbd5e1;color:var(--od-text-dark)}.od-btn-action{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff}.od-btn-action:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #6366f159}.od-btn-danger{background:var(--od-danger);color:#fff}.od-btn-danger:hover:not(:disabled){background:#dc2626}.od-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.od-card{background:var(--od-white);border:1px solid var(--od-border);border-radius:var(--od-radius-md);box-shadow:var(--od-shadow);overflow:hidden;display:flex;flex-direction:column}.od-card-title-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--od-border-light);background:var(--od-white)}.od-card-title-left{display:flex;align-items:center;gap:10px}.od-title-icon{color:var(--od-primary);font-size:20px!important}.od-title-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--od-primary-light);color:var(--od-primary);font-size:12px;font-weight:800}.od-card-title{margin:0;font-size:15px;font-weight:800;color:var(--od-text-dark)}.od-card-subtitle{margin:2px 0 0;font-size:12px;color:var(--od-text-muted)}.od-progress-card{padding:0;border-radius:var(--od-radius-md);border:1px solid var(--od-border);background:#fff;box-shadow:var(--od-shadow)}.od-stepper{display:flex;justify-content:space-between;align-items:flex-start;padding:32px 28px 26px;position:relative;overflow-x:auto;background:#fff}.od-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;min-width:120px}.od-step-line{position:absolute;top:22px;right:50%;width:100%;height:4px;background:#e2e8f0;border-radius:999px;z-index:1;transition:background .4s ease}.od-step-line.line-active{background:linear-gradient(90deg,#10b981,#3b82f6)}.od-step-content{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;z-index:2;width:100%}.od-step-circle{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#94a3b8;border:2px solid #e2e8f0;position:relative;z-index:3;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0000000a}.od-step.is-completed .od-step-circle{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:3px solid #ffffff;box-shadow:0 0 0 3px #10b981,0 6px 14px #10b98147}.od-step.is-current .od-step-circle{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:3px solid #ffffff;box-shadow:0 0 0 4px #3b82f64d,0 8px 18px #3b82f666;animation:odPulseGlow 2s infinite}.od-step.is-cancelled-step .od-step-circle{background:#fef2f2;border:2px solid #f87171;color:#ef4444}.od-step-icon{font-size:20px;display:flex;align-items:center;justify-content:center}.od-step-icon-check{font-size:24px!important;color:#fff!important}.od-step-info{display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center;padding:0 4px}.od-step-title{font-size:12px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.05em;transition:color .2s}.od-step.is-completed .od-step-title{color:#059669}.od-step.is-current .od-step-title{color:#2563eb}.od-step-desc{font-size:11px;color:#94a3b8;max-width:130px;line-height:1.35}.od-badge-cancelled{padding:4px 12px;border-radius:999px;background:var(--od-danger-bg);color:var(--od-danger);font-size:11px;font-weight:800}.od-next-action-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 28px;background:#f0fdf4;border-top:1px solid #bbf7d0;gap:12px;flex-wrap:wrap}@keyframes odPulseGlow{0%,to{box-shadow:0 0 0 4px #3b82f64d,0 8px 18px #3b82f666}50%{box-shadow:0 0 0 8px #3b82f626,0 8px 24px #3b82f680}}.od-next-action-text{display:flex;align-items:center;gap:10px;font-size:13px;color:#166534}.od-next-badge{padding:3px 8px;background:#166534;color:#fff;border-radius:4px;font-size:10px;font-weight:800;letter-spacing:.05em}.od-layout-grid{display:grid;grid-template-columns:1fr 380px;gap:20px;align-items:start}.od-col-main{display:flex;flex-direction:column;gap:20px}.od-col-side{display:flex;flex-direction:column;gap:20px;position:sticky;top:20px}.od-items-table-wrap{width:100%;overflow-x:auto}.od-items-table{width:100%;border-collapse:collapse;text-align:left}.od-items-table th{padding:12px 18px;background:#f8fafc;border-bottom:1px solid var(--od-border);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--od-text-muted)}.od-items-table td{padding:16px 18px;border-bottom:1px solid var(--od-border-light);vertical-align:middle;font-size:14px}.od-items-table tbody tr:hover{background:#fcfdfe}.od-items-table tbody tr:last-child td{border-bottom:none}.th-right{text-align:right}.od-product-cell{display:flex;align-items:center;gap:14px;min-width:240px}.od-prod-thumb{width:60px;height:60px;border-radius:var(--od-radius-sm);border:1px solid var(--od-border);overflow:hidden;background:#f8fafc;flex-shrink:0}.od-prod-thumb img{width:100%;height:100%;object-fit:cover}.od-prod-info{display:flex;flex-direction:column;gap:3px}.od-prod-name{margin:0;font-size:14px;font-weight:700;color:var(--od-text-dark);line-height:1.35}.od-prod-sku{font-size:11px;font-weight:600;color:var(--od-text-light);font-family:Courier New,monospace}.od-variant-tags{display:flex;gap:6px;flex-wrap:wrap}.od-v-tag{padding:4px 10px;border-radius:6px;background:var(--od-border-light);border:1px solid var(--od-border);font-size:12px;color:var(--od-text-medium)}.od-price-cell{font-weight:700;color:var(--od-text-dark);white-space:nowrap}.od-qty-cell{text-align:center}.od-qty-badge{display:inline-flex;align-items:center;justify-content:center;padding:3px 10px;border-radius:999px;background:var(--od-border-light);color:var(--od-text-dark);font-size:12px;font-weight:800}.od-total-cell{font-weight:800;color:var(--od-text-dark);font-size:15px;white-space:nowrap}.od-no-items{text-align:center;padding:32px 18px;color:var(--od-text-light);font-weight:600}.od-tax-inclusive-bar{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f8fafc;border-top:1px solid var(--od-border-light);font-size:12px;color:var(--od-text-muted)}.od-tax-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#dcfce7;color:#166534;font-size:10px;font-weight:800}.od-logistics-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:20px}.od-field-group{display:flex;flex-direction:column;gap:6px}.od-field-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--od-text-muted)}.od-input{width:100%;padding:10px 14px;border:1px solid var(--od-border);border-radius:var(--od-radius-sm);background:var(--od-white);color:var(--od-text-dark);font-size:13px;font-weight:500;font-family:inherit;outline:none;transition:all .2s}.od-input:focus{border-color:var(--od-primary);box-shadow:0 0 0 3px #3b82f61a}.od-select{cursor:pointer;appearance:auto}.od-logistics-actions{display:flex;align-items:center;gap:10px;padding:14px 20px;border-top:1px solid var(--od-border-light);background:#f8fafc;flex-wrap:wrap}.od-wa-icon-brand{color:#25d366!important;font-size:22px!important}.od-wa-body{padding:20px;display:flex;flex-direction:column;gap:14px}.od-wa-btn-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.od-btn-wa{background:#25d366;color:#fff}.od-btn-wa:hover:not(:disabled){background:#20ba59;transform:translateY(-1px);box-shadow:0 4px 12px #25d3664d}.od-btn-wa-dark{background:#0f172a;color:#fff}.od-btn-wa-dark:hover:not(:disabled){background:#1e293b;transform:translateY(-1px)}.od-wa-direct-btn{padding:9px 14px;border:1px solid #bbf7d0;border-radius:var(--od-radius-sm);background:#f0fdf4;color:#15803d;font-size:12px;font-weight:700;text-decoration:none;transition:all .2s}.od-wa-direct-btn:hover{background:#dcfce7}.od-alert{padding:10px 14px;border-radius:var(--od-radius-sm);font-size:12px;font-weight:600}.od-alert-warning{background:var(--od-warning-bg);border:1px solid #fde68a;color:#92400e}.od-payment-tag{padding:3px 8px;border-radius:4px;font-size:11px;font-weight:800;letter-spacing:.05em}.od-payment-tag.tag-paid{background:#ecfdf5;color:#059669}.od-payment-tag.tag-unpaid{background:#fffbeb;color:#d97706}.od-summary-breakdown{padding:18px 20px;display:flex;flex-direction:column;gap:12px}.od-sum-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--od-text-medium)}.od-sum-num{font-weight:700;color:var(--od-text-dark)}.od-discount-row,.od-discount-row .od-sum-num{color:var(--od-success)}.od-free-ship{color:var(--od-success);font-weight:800}.od-sum-divider{height:1px;background:var(--od-border);margin:4px 0}.od-grand-total{padding-top:4px}.od-total-label{font-size:15px;font-weight:800;color:var(--od-text-dark)}.od-tax-subtext{font-size:11px;color:var(--od-text-muted);font-weight:500;margin-top:2px}.od-total-amount{font-size:22px;font-weight:900;color:var(--od-primary);letter-spacing:-.02em}.od-payment-ref{display:flex;justify-content:space-between;padding:10px 20px;background:#f8fafc;border-top:1px solid var(--od-border-light);font-size:11px}.od-ref-label{color:var(--od-text-muted);font-weight:600}.od-ref-val{color:var(--od-text-dark);font-family:monospace;font-weight:700}.od-customer-box{display:flex;align-items:center;gap:14px;padding:18px 20px;border-bottom:1px solid var(--od-border-light)}.od-cust-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;flex-shrink:0}.od-cust-details{display:flex;flex-direction:column;gap:3px;min-width:0}.od-cust-name{font-size:15px;font-weight:800;color:var(--od-text-dark)}.od-cust-link{font-size:12px;color:var(--od-text-muted);text-decoration:none;transition:color .2s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.od-cust-link:hover{color:var(--od-primary)}.od-address-block{padding:16px 20px;display:flex;flex-direction:column;gap:6px}.od-addr-title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--od-text-muted)}.od-addr-text p{margin:0 0 4px;font-size:13px;color:var(--od-text-dark);line-height:1.45}.od-addr-text p:last-child{margin-bottom:0}.od-status-selector-grid{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.od-status-btn-pill{padding:8px 12px;border:1px solid var(--od-border);border-radius:var(--od-radius-sm);background:var(--od-white);color:var(--od-text-medium);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:all .2s;font-family:inherit;text-align:center}.od-status-btn-pill:hover:not(:disabled){background:var(--od-border-light);border-color:#cbd5e1;color:var(--od-text-dark);transform:translateY(-1px)}.od-status-btn-pill.active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 2px 8px #0f172a33}.od-status-btn-pill.is-danger{color:var(--od-danger);border-color:#fecaca}.od-status-btn-pill.is-danger:hover:not(:disabled){background:var(--od-danger-bg)}.od-status-btn-pill:disabled{opacity:.5;cursor:not-allowed}.od-active-check{margin-right:4px;font-weight:900}.od-modal-overlay{position:fixed;inset:0;z-index:9999;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;animation:odFadeIn .2s ease}.od-modal-card{background:var(--od-white);border-radius:var(--od-radius-lg);padding:28px 24px;width:min(100%,420px);text-align:center;box-shadow:0 24px 48px #0003;animation:odSlideIn .25s ease}.od-modal-icon{font-size:36px;margin-bottom:8px}.od-modal-heading{margin:0 0 8px;font-size:18px;font-weight:800;color:var(--od-text-dark)}.od-modal-desc{margin:0 0 16px;font-size:13px;color:var(--od-text-muted);line-height:1.5}.od-highlight{color:var(--od-text-dark)}.od-modal-warn{font-size:12px;color:var(--od-danger);font-weight:600;margin:-8px 0 16px}.od-modal-btn-row{display:flex;gap:10px}.od-modal-btn-row .od-btn{flex:1}.od-skeleton-card{pointer-events:none;border-color:#f1f5f9}.od-skeleton-box{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:odShimmer 1.5s infinite;border-radius:6px}@keyframes odShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.od-loading-state,.od-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;background:var(--od-white);border:1px solid var(--od-border);border-radius:var(--od-radius-lg);gap:12px;text-align:center}.od-loading-spinner{width:36px;height:36px;border:3px solid var(--od-border);border-top-color:var(--od-primary);border-radius:50%;animation:odSpin .8s linear infinite}.od-empty-icon{font-size:44px;margin-bottom:4px}.od-empty-state h2{margin:0;font-size:18px;font-weight:800}.od-empty-state p{margin:0;color:var(--od-text-muted);font-size:13px}@keyframes odFadeIn{0%{opacity:0}to{opacity:1}}@keyframes odSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes odSpin{to{transform:rotate(360deg)}}@media(max-width:1080px){.od-layout-grid{grid-template-columns:1fr}.od-col-side{position:static}}@media(max-width:768px){.od-top-bar{flex-direction:column;align-items:flex-start}.od-top-bar-actions,.od-top-bar-actions .od-btn{width:100%}.od-stepper{flex-direction:column;gap:16px}.od-step{flex-direction:row;width:100%}.od-step-line{display:none}.od-step-content{flex-direction:row;gap:12px}.od-step-info{align-items:flex-start;text-align:left}.od-logistics-grid,.od-status-selector-grid{grid-template-columns:1fr}}@media(max-width:820px){.od-container{width:100%;max-width:none;gap:12px;padding:0 0 40px;overflow:hidden}.od-top-bar,.od-top-bar-left,.od-top-bar-actions{width:100%}.od-top-bar{align-items:stretch;gap:12px}.od-top-bar-left{align-items:stretch;flex-direction:column;gap:10px}.od-back-btn{align-self:flex-start}.od-title-block{min-width:0;flex:1}.od-order-title{font-size:clamp(18px,5vw,24px);overflow-wrap:anywhere}.od-top-bar-actions .od-btn{width:100%;min-height:44px}.od-order-meta{font-size:12px}.od-card{border-radius:10px;min-width:0}.od-card-title-bar{padding:14px;align-items:flex-start}.od-card-title-left{min-width:0}.od-card-title{font-size:14px}.od-card-subtitle{font-size:11px;line-height:1.4}.od-stepper{padding:22px 16px 20px}.od-next-action-bar{padding:12px 14px;align-items:stretch}.od-next-action-text{align-items:flex-start;font-size:12px}.od-next-action-bar .od-btn{width:100%}.od-items-table-wrap{overflow:visible}.od-items-table{display:block}.od-items-table thead{display:none}.od-items-table tbody{display:grid;gap:10px;padding:10px;background:#f8fafc}.od-items-table tbody tr{display:block;background:#fff;border:1px solid var(--od-border);border-radius:10px;overflow:hidden}.od-items-table tbody td{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;width:100%;min-width:0;padding:11px 12px;border-bottom:1px solid var(--od-border-light);font-size:13px;text-align:left}.od-items-table tbody td:before{content:attr(data-label);color:var(--od-text-light);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding-top:2px}.od-items-table tbody td:last-child{border-bottom:none}.od-items-table tbody td.od-product-cell{display:flex;align-items:flex-start;gap:12px;padding-top:14px}.od-product-cell:before{display:none}.od-prod-thumb{width:54px;height:54px}.od-prod-info{min-width:0}.od-prod-name{overflow-wrap:anywhere}.od-variant-tags{min-width:0}.od-v-tag{padding:4px 8px;font-size:11px}.od-qty-cell,.od-total-cell{text-align:left}.od-tax-inclusive-bar{padding:10px 14px;font-size:11px}.od-logistics-grid,.od-status-selector-grid{grid-template-columns:1fr;padding:14px;gap:12px}.od-logistics-actions,.od-wa-btn-group{align-items:stretch}.od-logistics-actions .od-btn,.od-wa-btn-group .od-btn,.od-wa-direct-btn{width:100%;justify-content:center}.od-payment-ref{flex-wrap:wrap;gap:6px;padding:10px 14px}.od-toast-container{top:12px;right:12px;left:12px;max-width:none}.od-modal-overlay{padding:10px;align-items:flex-end}.od-modal-card{width:100%;max-height:calc(100dvh - 20px);overflow-y:auto}}:root{--inv-bg: #f8fafc;--inv-white: #ffffff;--inv-border: #e2e8f0;--inv-border-light: #f1f5f9;--inv-text-dark: #0f172a;--inv-text-medium: #334155;--inv-text-gray: #64748b;--inv-text-light: #94a3b8;--inv-primary: #3b82f6;--inv-primary-hover: #2563eb;--inv-orange: #f97316;--inv-red: #ef4444;--inv-green: #10b981;--inv-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--inv-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}*{box-sizing:border-box}.inv-container{padding:0 0 20px;max-width:100%;width:100%;margin:0 auto;display:flex;flex-direction:column;min-height:calc(100vh - 20px);height:auto}.inv-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;flex-shrink:0}.inv-stat-card{background-color:var(--inv-white);border:1px solid var(--inv-border);border-radius:10px;padding:33px;box-shadow:var(--inv-shadow-sm);transition:box-shadow .2s ease,transform .2s ease}.inv-stat-card:hover{box-shadow:var(--inv-shadow-md);transform:translateY(-1px)}.inv-stat-card.is-clickable{cursor:pointer}.inv-stat-card.is-active{border-color:#93c5fd;box-shadow:0 0 0 2px #3b82f62e}.inv-stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.inv-stat-label{font-size:15px;font-weight:500;color:var(--inv-text-gray);letter-spacing:-.01em}.inv-stat-value{font-size:32px;font-weight:700;color:var(--inv-text-dark);line-height:1;letter-spacing:-.02em}.inv-main-card{background-color:var(--inv-white);border:1px solid var(--inv-border);border-radius:12px;box-shadow:var(--inv-shadow-sm);overflow:hidden}.inv-toolbar{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:nowrap;background-color:var(--inv-white);border-bottom:1px solid var(--inv-border-light)}.inv-toolbar,.inv-tabs-container{min-height:0}.inv-tabs-container{display:flex;gap:8px;flex-wrap:nowrap;width:max-content;align-items:center}.inv-tabs-scroll-box{position:relative;flex:0 0 clamp(300px,34vw,420px);min-width:0;width:clamp(300px,34vw,420px);max-width:clamp(300px,34vw,420px);box-sizing:border-box;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;padding:8px;height:auto;max-height:none;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;white-space:nowrap}.inv-tabs-scroll-box{-ms-overflow-style:none;scrollbar-width:none}.inv-tabs-scroll-box::-webkit-scrollbar{width:0;height:0}.inv-tabs-fixed{display:flex;align-items:center;min-width:max-content}.inv-tabs-fixed::-webkit-scrollbar{display:none}.inv-tab{border:1.5px solid #e2e8f0;background:#fff;padding:7px 12px;border-radius:8px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;max-width:100%}.inv-tab.active{background-color:#3b82f6;color:#fff;font-weight:600;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f659;border-radius:8px}.inv-tab:hover:not(.active){background-color:#f1f5f9;border-color:#cbd5e1;color:#334155}.inv-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:20px;font-size:12px;font-weight:700;background-color:#dde3ed;color:#475569;line-height:1;transition:all .15s ease}.inv-tab.active .inv-tab-badge{background-color:#ffffff47;color:#fff}.inv-actions{display:flex;align-items:center;flex-wrap:nowrap;gap:10px;flex:0 0 auto;min-width:0;margin-left:auto}.inv-search-wrapper{position:relative;flex:1 1 220px;min-width:140px}.inv-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none}.inv-search-input{padding:8px 12px 8px 38px;border:1px solid var(--inv-border);border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;width:100%;min-width:140px;max-width:260px;outline:none;color:var(--inv-text-dark);background-color:var(--inv-white);transition:border-color .2s ease,box-shadow .2s ease}@media(max-width:900px){.inv-toolbar{align-items:stretch;flex-wrap:wrap}.inv-tabs-scroll-box{flex:1 1 100%;width:100%;max-width:100%}.inv-actions{width:100%;justify-content:flex-end;margin-left:0}}.inv-search-input:focus{border-color:var(--inv-primary);box-shadow:0 0 0 3px #3b82f61a}.inv-search-input::placeholder{color:var(--inv-text-light)}.inv-btn-primary{background-color:var(--inv-primary);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;white-space:nowrap}.inv-btn-primary:hover{background-color:var(--inv-primary-hover);box-shadow:0 4px 6px -1px #3b82f633}.inv-btn-primary:active{transform:scale(.98)}.inv-table-wrapper{flex:1;overflow-x:auto;overflow-y:hidden}.inv-table{width:100%;border-collapse:collapse;table-layout:auto}.inv-table th{background-color:#f1f5f9;text-align:left;padding:11px 16px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;color:var(--inv-text-gray);text-transform:uppercase;letter-spacing:.05em;border-top:1px solid var(--inv-border-light);border-bottom:1px solid var(--inv-border);white-space:nowrap}.inv-table td{padding:14px 16px;border-bottom:1px solid var(--inv-border-light);vertical-align:middle;height:auto;min-height:58px;white-space:nowrap}.inv-table tbody tr:hover{background-color:#fafbfc;transition:background-color .15s ease}.inv-table tr:last-child td{border-bottom:none}.font-code{font-family:Inter,monospace;font-weight:500;color:var(--inv-text-light);font-size:15px;letter-spacing:.01em}.text-bold{font-weight:600;color:var(--inv-text-dark);font-size:16px;line-height:1.4;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-sub{font-size:15px;font-weight:400;color:var(--inv-text-light);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-normal{color:var(--inv-text-medium);font-size:16px;font-weight:500}.font-stock{font-weight:700;font-size:16px;font-variant-numeric:tabular-nums}.text-dark{color:var(--inv-text-dark)}.text-orange{color:var(--inv-orange)}.text-red{color:var(--inv-red)}.text-light-blue{color:var(--inv-text-light);font-weight:500;font-size:16px;font-variant-numeric:tabular-nums}.status-badge{display:inline-block;padding:5px 12px;border-radius:16px;white-space:nowrap;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-align:center;line-height:1.3;min-width:80px}.badge-green{background-color:#d1fae5;color:#065f46}.badge-orange{background-color:#fed7aa;color:#92400e}.badge-red{background-color:#fecaca;color:#991b1b}.action-cell{display:flex;align-items:center;justify-content:center;gap:8px;min-width:150px}.btn-update{background-color:#dbeafe;color:var(--inv-primary);border:none;padding:7px 14px;border-radius:6px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-update:hover{background-color:#bfdbfe;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.btn-update:active{transform:translateY(0)}.btn-more{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;border-radius:4px;transition:background-color .2s ease}.btn-more:hover{background-color:var(--inv-border-light)}.icon-blue{color:#3b82f6}.icon-orange{color:#f97316}.icon-red{color:#ef4444}.icon-green{color:#10b981}.icon-gray{color:#94a3b8}.inv-footer{padding:14px 20px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--inv-border-light);background-color:#fafbfc}.footer-text{font-size:13px;font-weight:500;color:var(--inv-text-gray)}.pagination-group{display:flex;gap:8px}.btn-page{background-color:var(--inv-white);color:var(--inv-text-medium);border:1px solid var(--inv-border);padding:7px 14px;border-radius:6px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-page:hover:not(:disabled){background-color:var(--inv-primary);color:var(--inv-white);border-color:var(--inv-primary);box-shadow:var(--inv-shadow-sm)}.btn-page:disabled{opacity:.5;cursor:not-allowed}.btn-page:active{transform:scale(.97)}.inv-skeleton-val{height:36px;width:72px;border-radius:6px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:inv-shimmer 1.4s ease-in-out infinite;margin-top:4px}.inv-skeleton-row td{padding:14px 20px;border-bottom:1px solid #f1f5f9}.inv-skeleton-cell{height:16px;border-radius:5px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:inv-shimmer 1.4s ease-in-out infinite;min-width:60px}.inv-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.inv-modal-content{background:#fff;padding:24px;border-radius:8px;width:400px;box-shadow:0 4px 12px #00000026}.inv-layout-container{display:flex;gap:20px;align-items:stretch;flex:0 0 auto;width:100%}.inv-gender-sidebar{width:280px;min-width:280px;max-width:280px;background:var(--inv-white);padding:24px;border-radius:12px;box-shadow:var(--inv-shadow-sm);border:1px solid var(--inv-border);flex-shrink:0;display:flex;flex-direction:column;box-sizing:border-box;overflow-y:auto}.inv-sidebar-title{margin-top:0;margin-bottom:20px;font-size:14px;font-weight:700;color:var(--inv-text-dark);text-transform:uppercase;letter-spacing:.5px}.inv-sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.inv-sidebar-item{padding:14px 18px;border-radius:10px;cursor:pointer;color:var(--inv-text-medium);font-size:15px;font-weight:500;transition:background .15s ease,border-color .15s ease;border:1.5px solid var(--inv-border);background-color:var(--inv-white);box-shadow:0 1px 3px #0000000a}.inv-sidebar-item:hover{background-color:var(--inv-bg);border-color:#cbd5e1}.inv-sidebar-item.active{background-color:#eff6ff;border:1.5px solid #bfdbfe;color:var(--inv-primary);font-weight:600;box-shadow:0 1px 4px #2563eb14}.inv-main-card{flex:1;min-width:0;display:flex;flex-direction:column}.inv-details-panel{position:fixed;right:-440px;top:0;width:420px;max-width:100vw;height:100vh;background:#fff;border-left:1px solid #dbe3ee;box-shadow:-8px 0 24px #0f172a1f;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.4,0,.2,1);z-index:1100}.inv-details-panel.open{right:0}.inv-details-form{display:flex;flex-direction:column;height:100%}.inv-details-header{padding:22px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.inv-close-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:6px;display:flex;align-items:center;border-radius:6px;transition:all .2s}.inv-close-btn:hover{background-color:#f1f5f9;color:#0f172a}.inv-panel-title{font-size:24px;font-weight:700;color:#0f172a;margin:0}.inv-form-body{padding:24px;flex:1;overflow-y:auto}.inv-form-body::-webkit-scrollbar{width:6px}.inv-form-body::-webkit-scrollbar-track{background:transparent}.inv-form-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.inv-form-group{margin-bottom:20px}.inv-form-row{display:flex;gap:16px;margin-bottom:20px}.inv-form-group.half{flex:1;margin-bottom:0}.inv-label{display:block;font-size:13px;font-weight:700;color:#64748b;margin-bottom:8px}.inv-input,.inv-textarea{width:100%;padding:10px 14px;border:1px solid #cbd5e1;border-radius:7px;font-size:15px;font-weight:500;color:#0f172a;background-color:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.inv-input:focus,.inv-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.inv-input::placeholder,.inv-textarea::placeholder{color:#94a3b8}.inv-textarea{min-height:80px;resize:vertical}.inv-details-footer{padding:16px 24px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background-color:#f8fafc}@media(max-width:640px){.inv-details-panel{width:100vw;right:-100vw}}@keyframes inv-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}:root{--ma-bg: #f8fafc;--ma-white: #ffffff;--ma-border: #e2e8f0;--ma-border-light: #f1f5f9;--ma-text-dark: #0f172a;--ma-text-medium: #334155;--ma-text-gray: #64748b;--ma-primary: #3b82f6;--ma-primary-hover: #2563eb;--ma-emerald: #10b981;--ma-amber: #f59e0b;--ma-red: #ef4444;--ma-shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--ma-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 1px 2px 0 rgba(0, 0, 0, .04);--ma-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .08), 0 2px 4px -1px rgba(0, 0, 0, .04);--ma-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}.manage-admin-container,.manage-admin-container *{box-sizing:border-box}.manage-admin-container{padding:0 0 24px;max-width:100%;width:100%;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ma-text-dark);font-size:14px;line-height:1.5;display:flex;flex-direction:column;gap:20px}.ma-top-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.ma-top-left{display:flex;flex-direction:column;gap:2px}.ma-badge-tag{font-size:11px;font-weight:800;color:var(--ma-primary);letter-spacing:.06em;text-transform:uppercase}.ma-page-title{font-size:22px;font-weight:800;color:var(--ma-text-dark);margin:0;letter-spacing:-.02em}.ma-top-actions{display:flex;align-items:center;gap:12px}.ma-search-wrap{position:relative;display:flex;align-items:center;width:260px}.ma-search-icon{position:absolute;left:10px;color:#94a3b8;pointer-events:none}.ma-search-input{width:100%;padding:8px 12px 8px 34px;border:1px solid var(--ma-border);border-radius:8px;background:var(--ma-white);font-size:13px;font-family:inherit;color:var(--ma-text-dark);transition:all .2s ease}.ma-search-input:focus{outline:none;border-color:var(--ma-primary);box-shadow:0 0 0 3px #3b82f61f}.ma-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:700;padding:8px 16px;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:all .2s ease;font-family:inherit;white-space:nowrap}.ma-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--ma-shadow-sm)}.ma-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ma-btn-primary{background:var(--ma-primary);color:#fff;border-color:var(--ma-primary-hover)}.ma-btn-primary:hover:not(:disabled){background:var(--ma-primary-hover)}.ma-btn-outline{background:var(--ma-white);color:var(--ma-text-medium);border:1px solid var(--ma-border)}.ma-btn-outline:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.ma-btn-card-action{flex:1;background:#f0f7ff;color:#2563eb;border:1px solid #bfdbfe;font-size:12.5px;padding:7px 12px}.ma-btn-card-action:hover:not(:disabled){background:#2563eb;color:#fff;border-color:#2563eb}.ma-btn-delete-card{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;border-radius:8px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.ma-btn-delete-card:hover:not(:disabled){background:#dc2626;color:#fff}.ma-btn-delete-card:disabled{opacity:.4;cursor:not-allowed;background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8}.ma-cards-section{width:100%}.ma-users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px}.ma-user-card{background:var(--ma-white);border:1px solid var(--ma-border);border-radius:12px;box-shadow:var(--ma-shadow-xs);display:flex;flex-direction:column;overflow:hidden;transition:all .2s ease}.ma-user-card:hover{border-color:#cbd5e1;box-shadow:var(--ma-shadow-sm);transform:translateY(-2px)}.ma-user-card.card-self{border-color:#93c5fd;background:linear-gradient(180deg,#fff,#f8faff)}.ma-user-card-header{padding:16px 18px 12px;display:flex;align-items:center;gap:14px}.ma-avatar-wrap{position:relative;width:48px;height:48px;flex-shrink:0}.ma-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid #ffffff;box-shadow:var(--ma-shadow-xs)}.ma-avatar-initials{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:var(--ma-shadow-xs)}.ma-online-dot{position:absolute;bottom:0;right:0;width:13px;height:13px;border-radius:50%;background:#10b981;border:2px solid #ffffff}.ma-user-meta{flex:1;overflow:hidden}.ma-name-row{display:flex;align-items:center;gap:8px}.ma-user-name{font-size:15px;font-weight:800;color:var(--ma-text-dark);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ma-badge-self{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;font-size:10.5px;font-weight:800;padding:1px 7px;border-radius:999px}.ma-user-email{display:block;font-size:12px;color:var(--ma-text-gray);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ma-user-card-body{padding:0 18px 14px;display:flex;flex-direction:column;gap:10px}.ma-meta-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ma-tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.ma-tag-role{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.ma-tag-google{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.ma-meta-info-row{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid var(--ma-border-light)}.ma-meta-label{font-size:10px;font-weight:800;color:#94a3b8;letter-spacing:.05em}.ma-meta-val{font-size:12px;font-weight:600;color:var(--ma-text-medium)}.ma-user-card-footer{padding:12px 18px;background:#f8fafc;border-top:1px solid var(--ma-border);display:flex;align-items:center;gap:8px}.ma-skeleton-card{pointer-events:none;border-color:#f1f5f9}.ma-skeleton-box{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:maShimmer 1.5s infinite;border-radius:6px}.ma-skeleton-avatar{border-radius:50%!important;width:48px;height:48px}.ma-skeleton-tag{border-radius:6px}.ma-skeleton-btn{border-radius:8px}@keyframes maShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ma-empty-icon{font-size:48px!important;color:#cbd5e1}.ma-empty-box h3{font-size:16px;font-weight:800;color:var(--ma-text-dark);margin:0}.ma-empty-box p{font-size:13px;color:var(--ma-text-gray);margin:0}.ma-modal-overlay{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;animation:maFadeIn .2s ease}.ma-modal{background:#fff;width:100%;max-width:460px;border-radius:16px;box-shadow:var(--ma-shadow-lg);display:flex;flex-direction:column;overflow:hidden;animation:maScaleUp .25s cubic-bezier(.16,1,.3,1)}.ma-modal-header{padding:20px 22px 14px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--ma-border-light);position:relative}.ma-modal-icon-wrap{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.ma-modal-icon-wrap.primary{background:#eff6ff;color:#2563eb}.ma-modal-icon-wrap.accent{background:#fefce8;color:#ca8a04}.ma-modal-title{font-size:16px;font-weight:800;color:var(--ma-text-dark);margin:0}.ma-modal-sub{font-size:12px;color:var(--ma-text-gray);margin:2px 0 0}.ma-modal-close-btn{position:absolute;top:16px;right:16px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px}.ma-modal-close-btn:hover{color:#0f172a;background:#f1f5f9}.ma-modal-body{padding:18px 22px 22px;display:flex;flex-direction:column;gap:14px}.ma-form-group{display:flex;flex-direction:column;gap:5px}.ma-form-group label{font-size:11.5px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.03em}.ma-form-group label .req{color:var(--ma-red);margin-left:2px}.ma-input{width:100%;padding:9px 12px;border:1px solid var(--ma-border);border-radius:8px;background:var(--ma-white);font-size:13.5px;font-family:inherit;color:var(--ma-text-dark);transition:all .2s ease}.ma-input:focus{outline:none;border-color:var(--ma-primary);box-shadow:0 0 0 3px #3b82f61f}.ma-pass-wrap{position:relative;display:flex;align-items:center}.ma-pass-wrap .ma-input{padding-right:36px}.ma-pass-toggle{position:absolute;right:8px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.ma-pass-toggle:hover{color:#0f172a}.ma-alert{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;font-size:12.5px;font-weight:600}.ma-alert.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.ma-alert.success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.ma-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}@keyframes maFadeIn{0%{opacity:0}to{opacity:1}}@keyframes maScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.ma-top-bar{flex-direction:column;align-items:flex-start}.ma-top-actions{width:100%}.ma-search-wrap{flex:1;width:auto}.ma-users-grid{grid-template-columns:1fr}}:root{--mr-bg: #f8fafc;--mr-white: #ffffff;--mr-border: #e2e8f0;--mr-border-light: #f1f5f9;--mr-text-dark: #0f172a;--mr-text-medium: #334155;--mr-text-gray: #64748b;--mr-text-light: #94a3b8;--mr-primary: #3b82f6;--mr-primary-hover: #2563eb;--mr-orange: #f97316;--mr-red: #ef4444;--mr-green: #10b981;--mr-gold: #f59e0b;--mr-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05)}.manage-reviews-container,.manage-reviews-container *{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.manage-reviews-container{max-width:100%;width:100%;margin:0 auto;padding:0 0 20px;display:flex;flex-direction:column;gap:12px;color:var(--mr-text-dark)}.mr-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(10px,1.2vw,18px);margin-bottom:2px}.manage-reviews-container .inv-stat-card.mr-stat-card{background:var(--mr-white);border:1px solid var(--mr-border);border-radius:12px;box-shadow:var(--mr-shadow-sm);min-height:122px;padding:clamp(16px,1.8vw,26px);display:flex;flex-direction:column;align-items:flex-start;text-align:left}.mr-stat-icon{width:40px;height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.mr-stat-icon-blue{background:#eff6ff;color:var(--mr-primary)}.mr-stat-icon-green{background:#ecfdf5;color:var(--mr-green)}.mr-stat-icon-orange{background:#fff7ed;color:var(--mr-orange)}.mr-stat-icon-red{background:#fef2f2;color:var(--mr-red)}.mr-stat-value-blue,.mr-stat-value-orange,.mr-stat-value-green,.mr-stat-value-red{font-size:32px;font-weight:800;line-height:1;margin:4px 0 0}.mr-stat-value-blue{color:var(--mr-primary)}.mr-stat-value-green{color:var(--mr-green)}.mr-stat-value-orange{color:var(--mr-orange)}.mr-stat-value-red{color:var(--mr-red)}.mr-stat-note{margin-top:auto;padding-top:8px;font-size:12px;line-height:1.35;color:var(--mr-text-light);font-weight:600}.mr-status-chips{display:flex;gap:8px;flex-wrap:wrap;padding:2px 0}.mr-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border:2px solid var(--mr-border);border-radius:999px;background:var(--mr-white);font-size:13px;font-weight:700;color:var(--mr-text-medium);cursor:pointer;transition:all .25s ease;font-family:inherit;white-space:nowrap}.mr-chip:hover{border-color:var(--chip-color, #94a3b8);background:color-mix(in srgb,var(--chip-color, #94a3b8) 8%,white)}.mr-chip-active{background:var(--chip-bg, #3b82f6)!important;color:#fff!important;border-color:var(--chip-bg, #3b82f6)!important;box-shadow:0 2px 8px #00000026}.mr-chip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mr-chip-active .mr-chip-dot{background:#fff!important}.mr-chip-count{font-size:11px;font-weight:800;padding:1px 7px;border-radius:999px;background:#00000014;color:inherit;min-width:22px;text-align:center}.mr-chip-active .mr-chip-count{background:#ffffff40}.filter-prototype-card{background:var(--mr-white);border:1px solid var(--mr-border);border-radius:12px;box-shadow:var(--mr-shadow-sm);padding:12px 16px;flex-shrink:0}.filter-prototype-bar{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;border:none;background:transparent;padding:0;cursor:pointer;text-align:left}.filter-prototype-left{display:flex;align-items:center;gap:12px;min-width:0}.filter-title-icon{width:40px;height:40px;border-radius:12px;background:#eff6ff;color:var(--mr-primary);display:inline-flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}.section-title{margin:0;font-size:18px;font-weight:700;color:var(--mr-text-dark)}.filter-prototype-subtitle{margin-top:4px;font-size:13px;color:var(--mr-text-gray);font-weight:600}.filter-meta{display:inline-flex;align-items:center;gap:8px;color:var(--mr-text-gray);font-size:13px;font-weight:700;white-space:nowrap;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--mr-border);box-shadow:0 1px 2px #0f172a0a}.filter-meta svg{font-size:18px}.filter-panel{margin-top:10px;padding:16px;border-radius:14px;background:#f8fafc;border:1px solid #e5edf7}.filter-panel-row{display:flex;flex-wrap:wrap;gap:14px}.input-group{display:flex;flex-direction:column;gap:9px;padding:14px;border-radius:12px;background:#fff;border:1px solid var(--mr-border-light);box-shadow:0 1px 2px #0f172a08;flex:1 1 240px}.input-group label{font-size:12px;font-weight:800;color:var(--mr-text-gray);text-transform:uppercase;letter-spacing:.08em}.form-input{width:100%;height:44px;padding:10px 14px;border:1px solid var(--mr-border);border-radius:10px;background:var(--mr-white);color:var(--mr-text-dark);font-family:inherit;font-size:14px;font-weight:500}.form-input:focus{outline:none;border-color:var(--mr-primary);box-shadow:0 0 0 3px #3b82f61a}.filter-actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:center;padding-top:8px}.filter-actions-left,.filter-actions-right{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.btn{min-height:42px;padding:10px 16px;border:1px solid transparent;border-radius:8px;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.btn-apply{background:var(--mr-primary);color:#fff}.btn-apply:hover{background:var(--mr-primary-hover)}.btn-clear{background:#fff;color:var(--mr-text-medium);border-color:var(--mr-border)}.btn-clear:hover{background:#f8fafc;border-color:#cbd5e1}.btn-refresh{background:#0f172a;color:#fff}.btn-refresh:hover:not(:disabled){background:#1e293b}.btn-action-approve{background:#10b981;color:#fff}.btn-action-approve:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.btn-action-reject{background:#f59e0b;color:#fff}.btn-action-reject:hover:not(:disabled){background:#d97706;transform:translateY(-1px)}.btn-action-delete{background:#ef4444;color:#fff}.btn-action-delete:hover:not(:disabled){background:#dc2626;transform:translateY(-1px)}.table-container{background:var(--mr-white);border:1px solid var(--mr-border);border-radius:12px;box-shadow:var(--mr-shadow-sm);overflow:hidden;display:flex;flex-direction:column;width:100%}.orders-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.orders-table{width:100%;border-collapse:collapse;table-layout:auto;min-width:960px}.orders-table thead tr{background:#f8fafc}.orders-table th{padding:12px 14px;text-align:left;font-size:11px;font-weight:700;color:var(--mr-text-gray);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--mr-border);border-top:1px solid var(--mr-border-light);white-space:nowrap}.orders-table td{padding:14px;border-bottom:1px solid var(--mr-border-light);vertical-align:middle;font-size:14px;color:var(--mr-text-medium)}.orders-table tbody tr:hover{background-color:#fafbfc}.orders-table tbody tr:last-child td{border-bottom:none}.mr-row-selected{background:#eff6ff!important}.mr-row-selected:hover{background:#dbeafe!important}.mr-checkbox-th,.mr-checkbox-td{width:44px;text-align:center;padding-left:18px!important}.mr-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--mr-primary);border-radius:4px}.mr-product-cell{min-width:220px}.mr-prod-wrap{display:flex;align-items:center;gap:12px}.mr-prod-thumb{width:44px;height:44px;border-radius:8px;border:1px solid var(--mr-border);object-fit:cover;background:#f8fafc;flex-shrink:0}.mr-prod-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.mr-prod-name{font-size:13px;font-weight:700;color:var(--mr-text-dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.mr-prod-id{font-size:11px;font-weight:600;color:var(--mr-text-light);font-family:monospace}.cust-name{font-weight:700;color:var(--mr-text-dark);margin-bottom:2px;font-size:13px}.cust-email{font-size:12px;color:var(--mr-text-light)}.mr-stars-row{display:flex;align-items:center;gap:2px;font-size:16px;white-space:nowrap}.mr-star-gold{color:#f59e0b!important;font-size:17px!important}.mr-star-gray{color:#cbd5e1!important;font-size:17px!important}.mr-star-val{font-size:12px;font-weight:700;color:var(--mr-text-medium);margin-left:4px}.mr-comment-cell{max-width:260px}.mr-comment-title{font-size:13px;font-weight:700;color:var(--mr-text-dark);margin-bottom:2px}.mr-comment-text{font-size:12px;color:var(--mr-text-medium);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:84px;padding:5px 12px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.status-badge.approved{background:#dcfce7;color:#166534}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.rejected{background:#fee2e2;color:#991b1b}.view-order-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:7px 14px;border:1px solid var(--mr-border);border-radius:8px;background:var(--mr-white);color:var(--mr-text-medium);font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .2s ease}.view-order-btn:hover{background:#eff6ff;border-color:#bfdbfe;color:var(--mr-primary-hover);transform:translateY(-1px);box-shadow:0 2px 6px #3b82f626}.view-order-btn svg{font-size:16px!important}.table-footer{padding:14px 20px;border-top:1px solid var(--mr-border-light);background:#fafbfc;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.footer-text{font-size:13px;font-weight:600;color:var(--mr-text-gray)}.pagination-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.limit-label{font-size:13px;font-weight:700;color:var(--mr-text-gray)}.limit-select{min-width:72px;padding:8px 10px;border:1px solid var(--mr-border);border-radius:8px;background:var(--mr-white);color:var(--mr-text-medium);font-size:13px;font-weight:600}.page-btn{background:var(--mr-white);color:var(--mr-text-medium);border:1px solid var(--mr-border);border-radius:8px;font-size:13px;font-weight:700;padding:8px 12px;cursor:pointer}.page-btn:hover:not(:disabled){background:#eff6ff;border-color:#bfdbfe;color:var(--mr-primary-hover)}.page-btn:disabled{opacity:.45;cursor:not-allowed}.page-indicator{font-size:13px;font-weight:700;color:var(--mr-text-gray)}.mo-bulk-bar{position:fixed;bottom:0;left:0;right:0;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:14px 28px;background:#0f172aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1);color:#fff;animation:moBulkSlideUp .3s ease}@keyframes moBulkSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.mo-bulk-left{display:flex;align-items:center;gap:12px}.mo-bulk-count{font-size:14px;font-weight:800;color:#fff}.mo-bulk-clear{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer}.mo-bulk-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.mo-bulk-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s}.mo-bulk-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.mr-toast-container{position:fixed;top:24px;right:24px;z-index:10000;display:flex;flex-direction:column;gap:10px;max-width:360px}.mr-toast{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:600;box-shadow:0 8px 24px #00000026}.mr-toast-success{background:#10b981;color:#fff}.mr-toast-error{background:#ef4444;color:#fff}.mr-toast-close{background:none;border:none;color:inherit;cursor:pointer;font-size:16px;line-height:1}.mo-modal-overlay,.mr-detail-modal-overlay{position:fixed;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2000;padding:20px;animation:mrFadeIn .2s ease}:is(.mo-modal-overlay,.mr-detail-modal-overlay) .mr-detail-modal-card,:is(.mo-modal-overlay,.mr-detail-modal-overlay) .mo-modal{height:auto;max-height:calc(100dvh - 20px);border-radius:14px 14px 10px 10px}:is(.mo-modal-overlay,.mr-detail-modal-overlay) .mr-detail-modal-body{flex:0 1 auto;min-height:0;padding:14px;max-height:calc(100dvh - 250px);overflow-y:auto;-webkit-overflow-scrolling:touch}:is(.mo-modal-overlay,.mr-detail-modal-overlay) .mr-detail-product-box{align-items:flex-start;padding:10px;flex-wrap:wrap}:is(.mo-modal-overlay,.mr-detail-modal-overlay) .mr-detail-product-box .status-badge{margin-left:auto;width:auto}.mo-modal{width:min(100%,460px);background:var(--mr-white);border:1px solid var(--mr-border);border-radius:14px;box-shadow:0 24px 48px #0f172a33;overflow:hidden}.mo-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--mr-border-light)}.mo-modal-title{margin:0;font-size:18px;font-weight:800;color:var(--mr-text-dark)}.mo-modal-close{width:32px;height:32px;border-radius:50%;border:1px solid var(--mr-border);background:#f8fafc;cursor:pointer}.mo-modal-body{padding:20px;font-size:14px;color:var(--mr-text-medium);line-height:1.5;text-align:center}.mo-modal-footer{display:flex;justify-content:center;gap:10px;padding:0 20px 20px}.mr-detail-modal-card{width:min(100%,560px);background:var(--mr-white);border:1px solid var(--mr-border);border-radius:16px;box-shadow:0 24px 48px #0f172a40;overflow:hidden;animation:mrSlideIn .25s ease;display:flex;flex-direction:column}.mr-detail-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--mr-border-light);background:#fafbfc}.mr-detail-header-left{display:flex;align-items:center;gap:12px}.mr-detail-header-icon{color:var(--mr-primary);font-size:24px!important}.mr-detail-modal-title{margin:0;font-size:17px;font-weight:800;color:var(--mr-text-dark)}.mr-detail-modal-subtitle{font-size:12px;color:var(--mr-text-light);font-weight:600}.mr-detail-modal-close{width:32px;height:32px;border-radius:50%;border:1px solid var(--mr-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--mr-text-gray);transition:all .2s}.mr-detail-modal-close:hover{background:#fee2e2;color:#ef4444;border-color:#fca5a5}.mr-detail-modal-body{padding:22px;display:flex;flex-direction:column;gap:16px;max-height:calc(85vh - 160px);overflow-y:auto}.mr-detail-product-box{display:flex;align-items:center;gap:14px;padding:12px 14px;background:#f8fafc;border:1px solid var(--mr-border);border-radius:12px}.mr-detail-prod-img{width:50px;height:50px;border-radius:8px;border:1px solid var(--mr-border);object-fit:cover;background:#fff;flex-shrink:0}.mr-detail-prod-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.mr-detail-prod-name{font-size:14px;font-weight:800;color:var(--mr-text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mr-detail-prod-id{font-size:11px;color:var(--mr-text-light);font-family:monospace;font-weight:600}.mr-detail-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mr-detail-meta-item{padding:10px 12px;background:#fff;border:1px solid var(--mr-border-light);border-radius:10px;display:flex;flex-direction:column;gap:4px}.mr-detail-meta-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--mr-text-light)}.mr-detail-meta-val{font-size:13px;font-weight:700;color:var(--mr-text-dark);word-break:break-word}.mr-detail-comment-box{padding:16px;background:#f8fafc;border:1px solid var(--mr-border);border-radius:12px;display:flex;flex-direction:column;gap:8px}.mr-detail-comment-title{margin:0;font-size:15px;font-weight:800;color:var(--mr-text-dark)}.mr-detail-comment-full{margin:0;font-size:13px;line-height:1.6;color:var(--mr-text-medium);white-space:pre-wrap}.mr-detail-modal-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 22px;border-top:1px solid var(--mr-border-light);background:#fafbfc;flex-wrap:wrap}.mr-detail-actions-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.no-orders{text-align:center;padding:48px 20px;color:var(--mr-text-light);font-weight:600}.spin{animation:mrSpin 1s linear infinite}@keyframes mrSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes mrFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mrSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mr-skeleton-row td{padding:14px}.mr-skeleton-cell{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:mrShimmer 1.4s ease-in-out infinite;border-radius:4px}@keyframes mrShimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@media(max-width:700px){.manage-reviews-container{padding:0 0 88px;gap:10px}.mr-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.manage-reviews-container .inv-stat-card.mr-stat-card{min-height:116px;padding:12px;border-radius:10px}.mr-stat-icon{width:34px;height:34px;font-size:18px}.mr-stat-value-blue,.mr-stat-value-orange,.mr-stat-value-green,.mr-stat-value-red{font-size:26px}.mr-stat-note{font-size:10px}.mr-status-chips{flex-wrap:nowrap;overflow-x:auto;padding:2px 0 5px;scrollbar-width:none}.mr-status-chips::-webkit-scrollbar{display:none}.mr-chip{flex:0 0 auto;min-height:40px}.filter-prototype-card,.table-container{border-radius:10px}.filter-prototype-card{padding:12px}.filter-prototype-bar{align-items:flex-start;gap:10px}.filter-title-icon{width:36px;height:36px;border-radius:10px}.section-title{font-size:15px}.filter-prototype-subtitle{font-size:11px;line-height:1.35}.filter-meta{padding:7px 9px;font-size:0;gap:0}.filter-meta svg{font-size:18px}.filter-panel{padding:10px}.filter-panel-row{gap:10px}.input-group{flex-basis:100%!important;padding:11px}.filter-actions{align-items:stretch}.filter-actions-left,.filter-actions-right{width:100%}.filter-actions-left .btn,.filter-actions-right .btn{flex:1;min-width:0}.btn{min-height:44px;padding:10px 11px;font-size:11px}.orders-table-wrapper{overflow:visible}.orders-table{min-width:0;display:block}.orders-table thead{display:none}.orders-table tbody{display:grid;gap:10px;padding:10px;background:#f8fafc}.orders-table tbody tr{display:block;background:#fff;border:1px solid var(--mr-border);border-radius:10px;box-shadow:var(--mr-shadow-sm);overflow:hidden}.orders-table tbody tr:hover{background:#fff}.orders-table tbody tr.mr-row-selected{border-color:#93c5fd}.orders-table tbody td{display:grid;grid-template-columns:68px minmax(0,1fr);gap:12px;width:100%;min-width:0;padding:12px 14px;border-bottom:1px solid var(--mr-border-light);font-size:13px}.orders-table tbody td:before{content:attr(data-label);color:var(--mr-text-light);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding-top:2px}.orders-table tbody td:last-child{border-bottom:none}.orders-table tbody .mr-checkbox-td{display:flex;justify-content:flex-end;min-height:34px;padding:10px 14px 0;border-bottom:none}.mr-checkbox-td:before{display:none}.mr-product-cell{padding-top:4px!important}.mr-product-cell .mr-prod-wrap{min-width:0;align-items:flex-start;gap:12px}.mr-prod-thumb{width:52px;height:52px;border-radius:9px}.mr-prod-name{max-width:none;white-space:normal;overflow-wrap:anywhere;line-height:1.35}.mr-prod-id{margin-top:3px}.cust-name,.cust-email{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mr-comment-cell{max-width:none}.mr-comment-text{-webkit-line-clamp:4;line-clamp:4}.mr-stars-row{flex-wrap:wrap}.status-badge{width:100%;min-width:0}.mr-action-cell{text-align:left!important;padding-right:12px!important}.mr-action-cell .view-order-btn{width:100%;min-height:42px}.no-orders{padding:32px 16px}.table-footer{padding:12px;align-items:stretch}.footer-text{width:100%;font-size:12px}.pagination-group{width:100%;justify-content:space-between;gap:6px}.limit-label{display:none}.page-btn{min-height:40px;padding:8px 10px}.page-indicator{font-size:12px}.mr-toast-container{top:12px;right:12px;left:12px;max-width:none}.mr-toast{min-height:46px}.mo-bulk-bar{padding:10px 12px;align-items:stretch;flex-direction:column;gap:10px}.mo-bulk-left{justify-content:space-between}.mo-bulk-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.mo-bulk-btn{justify-content:center;padding:10px 5px;font-size:10px}.mo-bulk-btn svg{display:none}.mr-detail-modal-overlay,.mo-modal-overlay{padding:10px;align-items:flex-end}.mr-detail-modal-card,.mo-modal{max-height:calc(100dvh - 20px);border-radius:14px 14px 10px 10px}.mr-detail-modal-header{padding:14px}.mr-detail-modal-body{padding:14px;max-height:calc(100dvh - 180px)}.mr-detail-product-box{align-items:flex-start;padding:10px}.mr-detail-product-box .status-badge{margin-left:auto}.mr-detail-meta-grid{grid-template-columns:1fr;gap:8px}.mr-detail-modal-footer{padding:12px 14px;flex-direction:column;align-items:stretch}.mr-detail-actions-left{display:grid;grid-template-columns:1fr 1fr}.mr-detail-actions-left .btn{width:100%}.mr-detail-actions-left .btn-action-delete{grid-column:1 / -1}.mr-detail-modal-footer>.btn{width:100%}}@media(max-width:420px){.mr-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.manage-reviews-container .inv-stat-card.mr-stat-card{min-height:112px}.mr-stat-note{padding-top:5px}.pagination-group{flex-wrap:wrap}.page-indicator{order:-1;width:100%;text-align:center}}@media(min-width:701px)and (max-width:1100px){.mr-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--de-bg: #f8fafc;--de-white: #ffffff;--de-border: #e2e8f0;--de-border-light: #f1f5f9;--de-text-dark: #0f172a;--de-text-medium: #334155;--de-text-gray: #64748b;--de-text-light: #94a3b8;--de-primary: #3b82f6;--de-primary-hover: #2563eb;--de-emerald: #10b981;--de-gold: #f59e0b;--de-red: #ef4444;--de-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--de-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .08), 0 2px 4px -1px rgba(0, 0, 0, .04);--de-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}.de-container,.de-container *{box-sizing:border-box}.de-container{padding:0 0 24px;max-width:100%;width:100%;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--de-text-dark);font-size:14px;line-height:1.45;display:flex;flex-direction:column;gap:14px}.de-top-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;flex-wrap:nowrap}.de-mode-nav{display:flex;gap:5px;background:#fff;padding:4px;border:1px solid var(--de-border);border-radius:10px;width:fit-content;max-width:100%;overflow-x:auto;box-shadow:var(--de-shadow-sm);flex-shrink:0}.de-mode-tab{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:7px;border:none;background:transparent;font-size:13px;font-weight:700;color:var(--de-text-gray);cursor:pointer;transition:all .2s ease;white-space:nowrap;font-family:inherit;flex-shrink:0}.de-mode-tab:hover{color:var(--de-text-dark);background:#f1f5f9}.de-mode-tab.active{background:#1e293b;color:#fff}.de-tab-count{font-size:11px;font-weight:800;padding:2px 7px;border-radius:999px;background:#fff3;color:inherit}.de-mode-tab:not(.active) .de-tab-count{background:#e2e8f0;color:var(--de-text-medium)}.de-header-actions{display:flex;gap:8px;align-items:center;flex-shrink:0;flex-wrap:nowrap}.de-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;padding:7px 13px;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:all .2s ease;font-family:inherit;white-space:nowrap;flex-shrink:0}.de-btn:hover{transform:translateY(-1px);box-shadow:var(--de-shadow-sm)}.de-btn-excel{background:#107c41;color:#fff;border-color:#0d6535}.de-btn-excel:hover{background:#0d6535}.de-btn-csv{background:#0284c7;color:#fff;border-color:#0369a1}.de-btn-csv:hover{background:#0369a1}.de-btn-print{background:#475569;color:#fff;border-color:#334155}.de-btn-print:hover{background:#334155}.de-btn-refresh{background:#fff;color:var(--de-text-medium);border:1px solid var(--de-border);font-size:13px}.de-btn-refresh:hover{background:#f1f5f9}.de-btn-outline{background:#fff;color:var(--de-text-medium);border:1px solid var(--de-border);font-size:13px}.de-btn-outline:hover:not(:disabled){background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.de-btn-outline:disabled{opacity:.5;cursor:not-allowed}.de-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;cursor:pointer;transition:all .2s ease}.de-icon-btn:hover{background:#2563eb;color:#fff;border-color:#2563eb}.de-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.de-stat-card{background:var(--de-white);border:1px solid var(--de-border);border-radius:12px;padding:16px 18px;box-shadow:var(--de-shadow-sm);display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden}.de-stat-top{display:flex;align-items:center;gap:8px}.de-stat-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;font-size:16px}.de-icon-blue{background:#eff6ff;color:#2563eb}.de-icon-green{background:#ecfdf5;color:#059669}.de-icon-emerald{background:#f0fdf4;color:#16a34a}.de-icon-orange{background:#fff7ed;color:#ea580c}.de-icon-red{background:#fef2f2;color:#dc2626}.de-icon-gold{background:#fefce8;color:#ca8a04}.de-stat-label{font-size:12px;font-weight:700;color:var(--de-text-gray);letter-spacing:.04em}.de-stat-value{font-size:26px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.de-val-blue{color:#1d4ed8}.de-val-green{color:#047857}.de-val-emerald{color:#15803d}.de-val-orange{color:#c2410c}.de-val-red{color:#b91c1c}.de-val-gold{color:#b45309}.de-stat-sub{font-size:12px;color:var(--de-text-light)}.de-filter-card{background:var(--de-white);border:1px solid var(--de-border);border-radius:12px;padding:16px 18px;box-shadow:var(--de-shadow-sm);display:flex;flex-direction:column;gap:12px}.de-filter-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid var(--de-border-light);gap:12px;flex-wrap:wrap}.de-filter-title-wrap{display:flex;align-items:center;gap:8px}.de-filter-title-icon{color:var(--de-primary)}.de-filter-title{font-size:15px;font-weight:700;color:var(--de-text-dark);margin:0 0 2px}.de-filter-sub{font-size:12px;color:var(--de-text-gray);margin:0}.de-filter-actions{display:flex;gap:8px}.de-filter-grid{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.de-form-group{display:flex;flex-direction:column;gap:5px;flex:1 1 170px;min-width:140px}.de-search-group{flex:2 1 240px}.de-form-group label{font-size:11px;font-weight:800;color:var(--de-text-gray);letter-spacing:.05em}.de-select,.de-input{width:100%;padding:8px 12px;border:1px solid var(--de-border);border-radius:8px;background:var(--de-white);font-size:13px;font-weight:600;color:var(--de-text-dark);font-family:inherit;box-sizing:border-box;transition:all .2s ease}.de-select:focus,.de-input:focus{outline:none;border-color:var(--de-primary);box-shadow:0 0 0 3px #3b82f61f}.de-search-box{display:flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid var(--de-border);border-radius:8px;background:var(--de-white)}.de-search-box svg{color:var(--de-text-gray)}.de-search-box input{border:none;outline:none;background:transparent;width:100%;font-size:13px;font-family:inherit;color:var(--de-text-dark)}.de-table-card{background:var(--de-white);border:1px solid var(--de-border);border-radius:12px;box-shadow:var(--de-shadow-sm);overflow:hidden;display:flex;flex-direction:column;width:100%;height:auto}.de-table-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:#f8fafc;border-bottom:1px solid var(--de-border);gap:12px;flex-wrap:wrap}.de-table-title{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800;color:var(--de-text-medium);letter-spacing:.04em}.de-selected-pill{font-size:11px;font-weight:800;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;padding:2px 8px;border-radius:999px}.de-table-note{font-size:12px;color:var(--de-text-gray)}.de-table-wrapper{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;height:auto}.de-table{width:100%;border-collapse:collapse;text-align:left;font-size:13.5px;min-width:980px;height:auto}.de-table thead tr{background:#f8fafc}.de-table th{padding:13px 16px;font-size:11px;font-weight:700;color:var(--de-text-gray);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--de-border);white-space:nowrap}.de-table td{padding:14px 16px;border-bottom:1px solid var(--de-border-light);color:var(--de-text-medium);vertical-align:middle;font-size:13.5px}.de-table tbody tr{transition:background-color .15s ease}.de-table tbody tr:hover{background-color:#fafbfc}.de-table tbody tr:last-child td{border-bottom:none}.de-table tbody tr.row-selected{background-color:#eff6ff!important}.de-table tbody tr.row-selected:hover{background-color:#dbeafe!important}.de-table input[type=checkbox]{width:17px;height:17px;cursor:pointer;accent-color:var(--de-primary);border-radius:4px}.de-empty{text-align:center;padding:50px 20px!important;color:var(--de-text-light);font-size:14px}.de-nowrap{white-space:nowrap}.de-text-center{text-align:center}.de-order-code{color:#0f172a;font-weight:700;font-size:13.5px}.de-cust-name{font-weight:700;color:var(--de-text-dark);font-size:13.5px}.de-cust-meta{font-size:12px;color:var(--de-text-gray);margin-top:2px}.de-items-summary{font-size:12.5px;color:var(--de-text-medium);max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.de-amount{font-weight:800;color:var(--de-text-dark);font-size:14px;font-variant-numeric:tabular-nums}.de-tracking-tag{display:inline-block;font-size:11px;font-family:monospace;background:#f1f5f9;padding:2px 6px;border-radius:4px;color:#475569;margin-top:2px}.de-prod-thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid var(--de-border);background:#f8fafc;flex-shrink:0}.de-prod-thumb-empty{width:44px;height:44px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:10px;color:#94a3b8;font-weight:600;flex-shrink:0}.de-prod-cell{display:flex;align-items:center;gap:12px}.de-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:capitalize;letter-spacing:.02em}.de-badge-paid{background:#dcfce7;color:#15803d}.de-badge-pending{background:#fef3c7;color:#92400e}.de-badge-green{background:#dcfce7;color:#166534}.de-badge-red{background:#fee2e2;color:#991b1b}.de-badge-gray{background:#f1f5f9;color:#475569}.de-badge-gold{background:#fef3c7;color:#92400e}.de-badge-gold svg,.de-rating-value svg,.de-featured-value svg{color:#d97706;vertical-align:-2px}.de-rating-value{display:inline-flex;align-items:center;gap:5px;color:#92400e;font-weight:700}.de-featured-value{display:inline-flex;align-items:center;gap:4px;color:#92400e;font-weight:700}.de-status-pending{background:#fef3c7;color:#92400e}.de-status-confirmed{background:#e0f2fe;color:#0369a1}.de-status-packed{background:#f3e8ff;color:#7e22ce}.de-status-shipped{background:#e0e7ff;color:#3730a3}.de-status-out_for_delivery{background:#ffedd5;color:#c2410c}.de-status-delivered{background:#dcfce7;color:#15803d}.de-status-cancelled{background:#fee2e2;color:#991b1b}.de-table-footer{padding:14px 20px;background:#fafbfc;border-top:1px solid var(--de-border);display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.de-footer-text{font-size:13px;font-weight:600;color:var(--de-text-gray)}.de-pagination-group{display:flex;align-items:center;gap:10px}.de-limit-select{width:75px;padding:5px 8px;font-size:13px}.de-page-indicator{font-size:13px;font-weight:600;color:var(--de-text-gray)}.de-bulk-bar{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#1e293b;color:#fff;padding:12px 20px;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 12px 30px #00000040;z-index:1000;animation:deBulkSlideUp .3s cubic-bezier(.16,1,.3,1);max-width:90%}.de-bulk-info{font-size:14px;font-weight:600}.de-bulk-info strong{color:#60a5fa;font-size:16px}.de-bulk-actions{display:flex;align-items:center;gap:10px}@keyframes deBulkSlideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.de-modal-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;animation:deFadeIn .2s ease}.de-modal{background:#fff;width:100%;max-width:780px;max-height:90vh;border-radius:16px;box-shadow:var(--de-shadow-lg);display:flex;flex-direction:column;overflow:hidden;animation:deScaleUp .25s cubic-bezier(.16,1,.3,1)}.de-modal-header{padding:18px 24px;background:#f8fafc;border-bottom:1px solid var(--de-border);display:flex;justify-content:space-between;align-items:center}.de-modal-title{font-size:18px;font-weight:800;color:var(--de-text-dark);margin:0}.de-modal-sub{font-size:12px;color:var(--de-text-gray)}.de-modal-close{background:none;border:none;cursor:pointer;color:#64748b;display:flex;align-items:center;padding:4px;border-radius:6px}.de-modal-close:hover{background:#e2e8f0;color:#0f172a}.de-modal-body{padding:20px 24px;overflow-y:auto;flex:1}.de-modal-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.de-modal-box{background:#f8fafc;border:1px solid var(--de-border);border-radius:10px;padding:14px 16px}.de-modal-box h4{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#0f172a;margin:0 0 10px}.de-modal-box p{font-size:13px;color:#334155;margin:4px 0;line-height:1.4}.de-modal-table{border:1px solid var(--de-border);border-radius:8px;margin-top:6px}.de-order-bill-summary{margin-top:16px;margin-left:auto;max-width:300px;display:flex;flex-direction:column;gap:6px;font-size:13px}.de-order-bill-summary div{display:flex;justify-content:space-between}.de-total-row{border-top:1.5px solid var(--de-border);padding-top:8px;font-size:15px;font-weight:800;color:#0f172a}.de-modal-footer{padding:14px 24px;background:#f8fafc;border-top:1px solid var(--de-border);display:flex;justify-content:flex-end;gap:10px}@keyframes deFadeIn{0%{opacity:0}to{opacity:1}}@keyframes deScaleUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.de-toast-container{position:fixed;top:24px;right:24px;z-index:10000;display:flex;flex-direction:column;gap:10px;max-width:360px}.de-toast{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:600;box-shadow:0 8px 24px #00000026;color:#fff;animation:deToastFadeIn .25s ease}.de-toast-success{background:#10b981}.de-toast-error{background:#ef4444}.de-toast-close{background:none;border:none;color:inherit;cursor:pointer;display:flex;align-items:center;padding:0}@keyframes deToastFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.spin{animation:deSpin 1s linear infinite}@keyframes deSpin{to{transform:rotate(360deg)}}@media print{body{background:#fff!important;font-size:11pt!important;color:#000!important}.no-print,.admin-sidebar,.admin-topbar,.admin-header,.de-top-bar,.de-filter-card,.de-toast-container,.de-table-footer,.de-bulk-bar{display:none!important}.de-container{padding:0!important;max-width:100%!important;gap:10px!important}.admin-main,.admin-content,.de-table-wrapper{overflow:visible!important;height:auto!important}.de-table-card{page-break-inside:auto}.de-table thead{display:table-header-group!important}.de-table tr{page-break-inside:avoid}.de-stats-grid{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.de-stat-card{border:1px solid #000!important;box-shadow:none!important;padding:10px!important}.de-table-card{border:1px solid #000!important;box-shadow:none!important}.de-table th,.de-table td{border-bottom:1px solid #ddd!important;padding:8px!important}}@media(max-width:700px){.de-container{padding:0 0 24px;gap:10px;min-width:0}.de-top-bar{align-items:stretch;gap:10px}.de-mode-nav{width:100%}.de-header-actions{display:grid;grid-template-columns:1fr;width:100%}.de-btn{width:100%;min-height:42px;justify-content:center}.de-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.de-stat-card{padding:12px;border-radius:10px}.de-stat-label{font-size:10px}.de-stat-value{font-size:25px}.de-stat-sub{font-size:10px;line-height:1.3}.de-filter-card,.de-table-card{border-radius:10px}.de-filter-grid{grid-template-columns:1fr;gap:10px}.de-table-header{padding:12px;align-items:flex-start}.de-table-title{flex-wrap:wrap;font-size:12px}.de-table-note{font-size:11px;line-height:1.35}.de-table-wrapper{overflow:visible}.de-table{min-width:0;display:block}.de-table thead{display:none}.de-table tbody{display:grid;gap:10px;padding:10px;background:#f8fafc}.de-table tbody tr{display:block;border:1px solid var(--de-border);border-radius:10px;background:#fff;overflow:hidden}.de-table tbody td{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px;width:100%;min-width:0;padding:11px 12px;font-size:12px;white-space:normal;overflow-wrap:anywhere}.de-table tbody td:before{content:attr(data-label);color:var(--de-text-light);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding-top:2px}.de-table tbody td:last-child{border-bottom:none}.de-table tbody td[data-label=Select]{display:flex;justify-content:flex-end;padding-bottom:4px;border-bottom:none}.de-table tbody td[data-label=Select]:before{display:none}.de-table tbody td[data-label=Image]{display:flex;align-items:flex-start;gap:10px}.de-table tbody td[data-label=Image]:before{display:none}.de-table tbody td[data-label=Action]{display:flex;align-items:center}.de-table tbody td[data-label=Action]:before{flex:1}.de-table tbody td[data-label=Action] .de-icon-btn{width:100%}.de-items-summary{max-width:none;white-space:normal;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.de-nowrap{white-space:normal}.de-table-footer{padding:12px;align-items:stretch}.de-footer-text{width:100%;font-size:12px}.de-pagination-group{width:100%;justify-content:space-between;flex-wrap:wrap;gap:6px}.de-pagination-group label{display:none}.de-pagination-group .de-page-indicator{order:-1;width:100%;text-align:center}.de-bulk-bar{left:10px;right:10px;bottom:10px;transform:none;max-width:none;flex-direction:column;align-items:stretch;gap:10px;padding:10px 12px}.de-bulk-actions{width:100%;display:grid;grid-template-columns:1fr}.de-modal-overlay{padding:10px;align-items:flex-end}.de-modal{max-height:calc(100dvh - 20px);border-radius:14px 14px 10px 10px}}@media(max-width:380px){.de-stats-grid{gap:6px}.de-stat-card{padding:10px}.de-table tbody td{grid-template-columns:76px minmax(0,1fr);padding-left:10px;padding-right:10px}}@media(max-width:900px){.de-top-bar{flex-direction:column;align-items:flex-start}.de-header-actions{width:100%}.de-btn{flex:1 1 auto;justify-content:center}.de-modal-section-grid{grid-template-columns:1fr}}.de-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:deShimmer 1.5s infinite;display:inline-block;vertical-align:middle}.de-skeleton-box{border-radius:4px}.de-skeleton-img{border-radius:6px}.de-skeleton-text{border-radius:4px}.de-skeleton-pill{border-radius:12px}@keyframes deShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.admin-notif-page{display:flex;flex-direction:column;width:100%;box-sizing:border-box;color:#1e293b}.notif-header-strip{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.notif-page-title{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 4px}.notif-page-sub{font-size:13.5px;color:#64748b;margin:0}.notif-refresh-btn{display:inline-flex;align-items:center;gap:6px;background-color:#fff;color:#334155;border:1px solid #cbd5e1;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.notif-refresh-btn:hover{background-color:#f8fafc;color:#0f172a}.notif-tabs-bar{display:flex;gap:10px;border-bottom:2px solid #e2e8f0;margin-bottom:24px}.notif-tab-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.notif-tab-btn:hover{color:#0f172a}.notif-tab-btn.active{color:#0f172a;border-bottom-color:#0f172a}.notif-tab-badge{background-color:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:2px 7px;border-radius:10px}.activity-container{display:flex;flex-direction:column;gap:24px}.activity-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.metric-card{background-color:#fff;padding:18px 20px;border-radius:12px;border:1px solid #e2e8f0;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #00000005}.metric-ico-wrap{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.orders-card .metric-ico-wrap{background-color:#eff6ff;color:#2563eb}.reviews-card .metric-ico-wrap{background-color:#fefce8;color:#ca8a04}.stock-card .metric-ico-wrap{background-color:#fef2f2;color:#dc2626}.metric-details{display:flex;flex-direction:column}.metric-val{font-size:24px;font-weight:700;color:#0f172a;line-height:1.2}.metric-lbl{font-size:12.5px;color:#64748b;font-weight:500}.activity-sections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:20px}@media(max-width:900px){.activity-sections-grid{grid-template-columns:1fr}}.activity-box{background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005;display:flex;flex-direction:column}.activity-box-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.box-header-title{display:flex;align-items:center;gap:8px}.box-header-title h3{margin:0;font-size:15px;font-weight:700;color:#0f172a}.box-ico{color:#64748b}.box-action-link{background:none;border:none;color:#2563eb;font-size:12.5px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.box-action-link:hover{text-decoration:underline}.activity-box-body{padding:16px 20px;max-height:480px;overflow-y:auto}.activity-list{display:flex;flex-direction:column;gap:12px}.activity-item-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:8px;transition:all .2s}.activity-item-card:hover{border-color:#cbd5e1;background-color:#fff;box-shadow:0 2px 6px #0000000a}.item-header-row{display:flex;justify-content:space-between;align-items:center}.order-number-badge{font-size:12.5px;font-weight:700;color:#0f172a}.status-pill{font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;text-transform:uppercase}.pill-confirmed,.pill-delivered,.pill-success{background-color:#dcfce7;color:#15803d}.pill-processing,.pill-packed,.pill-shipped{background-color:#dbeafe;color:#1d4ed8}.pill-pending{background-color:#fef3c7;color:#b45309}.pill-cancelled{background-color:#fee2e2;color:#b91c1c}.item-details-row{display:flex;justify-content:space-between;align-items:center}.customer-name{font-size:13.5px;font-weight:600;color:#334155}.order-price{font-size:14px;font-weight:700;color:#0f172a}.item-footer-row{display:flex;justify-content:space-between;align-items:center;padding-top:6px;border-top:1px dashed #e2e8f0}.time-text{font-size:12px;color:#94a3b8}.item-quick-btn{background-color:#fff;border:1px solid #cbd5e1;color:#334155;font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:4px;cursor:pointer;transition:all .2s}.item-quick-btn:hover{background-color:#0f172a;color:#fff;border-color:#0f172a}.review-prod-title{font-size:13px;font-weight:700;color:#0f172a}.review-rating-stars{display:flex;gap:2px}.review-comment-snippet{font-size:13px;color:#475569;font-style:italic;margin:0;line-height:1.4}.reviewer-info{font-size:12px;color:#64748b}.rev-status-tag{font-weight:700;text-transform:uppercase;font-size:10.5px}.rev-status-tag.pending{color:#d97706}.rev-status-tag.approved{color:#16a34a}.low-stock-alert-bar{background-color:#fff1f2;border:1px solid #fecdd3;border-radius:12px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.alert-bar-left{display:flex;align-items:center;gap:12px}.alert-ico{color:#e11d48;font-size:28px!important}.alert-bar-left h4{margin:0 0 2px;font-size:14px;font-weight:700;color:#9f1239}.alert-bar-left p{margin:0;font-size:12.5px;color:#be123c}.inventory-jump-btn{background-color:#e11d48;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.inventory-jump-btn:hover{background-color:#be123c}.broadcast-container{display:flex;flex-direction:column;gap:20px}.broadcast-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width:960px){.broadcast-grid{grid-template-columns:1fr}}.broadcast-form-card,.broadcast-history-card{background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:24px;box-shadow:0 1px 3px #00000005}.form-card-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.form-ico{color:#0f172a;font-size:28px!important}.form-card-header h3{margin:0 0 4px;font-size:16px;font-weight:700;color:#0f172a}.form-card-header p{margin:0;font-size:13px;color:#64748b}.broadcast-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-label{font-size:12.5px;font-weight:600;color:#334155}.form-input,.form-textarea,.form-select{padding:10px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:13.5px;color:#1e293b;outline:none;font-family:inherit;transition:all .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:#0f172a;box-shadow:0 0 0 3px #0f172a14}.submit-broadcast-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background-color:#0f172a;color:#fff;border:none;border-radius:8px;padding:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.submit-broadcast-btn:hover:not(:disabled){background-color:#1e293b;box-shadow:0 4px 12px #0f172a26}.submit-broadcast-btn:disabled{opacity:.6;cursor:not-allowed}.history-card-header{margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #e2e8f0}.history-card-header h3{margin:0 0 4px;font-size:16px;font-weight:700;color:#0f172a}.history-sub{font-size:12.5px;color:#64748b}.broadcast-history-list{display:flex;flex-direction:column;gap:12px;max-height:480px;overflow-y:auto}.history-item{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:6px}.history-item-top{display:flex;justify-content:space-between;align-items:center}.type-tag{font-size:10.5px;font-weight:700;padding:2px 7px;border-radius:6px;letter-spacing:.3px}.tag-product_drop{background-color:#e0e7ff;color:#3730a3}.tag-promo{background-color:#fef3c7;color:#92400e}.tag-announcement{background-color:#f1f5f9;color:#334155}.tag-order_update{background-color:#dcfce7;color:#166534}.history-date{font-size:11.5px;color:#94a3b8}.history-title{margin:0;font-size:13.5px;font-weight:700;color:#0f172a}.history-message{margin:0;font-size:12.5px;color:#475569;line-height:1.4}.history-linked-product{font-size:11.5px;color:#2563eb;font-weight:600}.history-item-footer{display:flex;justify-content:flex-end;margin-top:4px}.delete-notif-btn{background:none;border:none;color:#ef4444;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px}.delete-notif-btn:hover{background-color:#fee2e2}.alert-banner{padding:12px 16px;border-radius:8px;font-size:13.5px;font-weight:600}.alert-banner.success{background-color:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.alert-banner.error{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecdd3}.loading-text{text-align:center;color:#94a3b8;font-size:13.5px;padding:24px}.empty-state-box p,.empty-history-box p{margin:8px 0 0;font-size:13.5px}.notif-skeleton-box{background-color:#e2e8f0;border-radius:4px;animation:notifPulse 1.5s infinite ease-in-out}@keyframes notifPulse{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}.metric-skeleton-card{border-color:#f1f5f9;background-color:#f8fafc}.notif-skeleton-ico{width:48px;height:48px;border-radius:12px}.notif-skeleton-val{width:50px;height:24px;margin-bottom:6px}.notif-skeleton-lbl{width:140px;height:14px}.activity-skeleton-list,.broadcast-skeleton-list{display:flex;flex-direction:column;gap:12px}.activity-item-skeleton,.broadcast-item-skeleton{background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;padding:14px;display:flex;flex-direction:column}.skel-row-between{display:flex;justify-content:space-between;align-items:center}.notif-skeleton-tag{width:80px;height:16px;border-radius:4px}.notif-skeleton-pill{width:70px;height:16px;border-radius:10px}.notif-skeleton-name{width:130px;height:16px}.notif-skeleton-price{width:60px;height:16px}.notif-skeleton-time{width:110px;height:12px}.notif-skeleton-btn{width:75px;height:22px;border-radius:4px}.notif-skeleton-prod{width:150px;height:16px}.notif-skeleton-stars{width:75px;height:14px}.notif-skeleton-comment{width:100%;height:28px;border-radius:4px}.notif-skeleton-reviewer{width:120px;height:12px}.notif-skeleton-title{width:200px;height:16px}.notif-skeleton-line-long{width:100%;height:13px}.notif-skeleton-line-med{width:70%;height:13px}@media(max-width:1024px){.activity-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.metric-card{padding:14px 16px;gap:12px}.metric-ico-wrap{width:42px;height:42px}.metric-val{font-size:20px}.broadcast-grid{grid-template-columns:1fr;gap:20px}}@media(max-width:768px){.notif-header-strip{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:16px}.notif-refresh-btn{width:100%;justify-content:center;padding:10px 16px}.notif-tabs-bar{overflow-x:auto;-webkit-overflow-scrolling:touch;gap:4px;margin-bottom:18px;padding-bottom:2px;scrollbar-width:none}.notif-tabs-bar::-webkit-scrollbar{display:none}.notif-tab-btn{padding:10px 14px;font-size:13px;white-space:nowrap;flex-shrink:0}.activity-sections-grid{grid-template-columns:1fr;gap:16px}.low-stock-alert-bar{flex-direction:column;align-items:flex-start;gap:12px;padding:14px 16px}.inventory-jump-btn{width:100%;text-align:center}.broadcast-form-card,.broadcast-history-card{padding:18px}.form-row-2{grid-template-columns:1fr}}@media(max-width:480px){.notif-page-title{font-size:19px}.notif-page-sub{font-size:12.5px}.activity-metrics-grid{grid-template-columns:1fr;gap:10px}.metric-card,.activity-box-header{padding:12px 14px}.activity-box-body{padding:12px 14px;max-height:400px}.activity-item-card{padding:12px}.item-header-row,.item-details-row{flex-wrap:wrap;gap:6px}.form-card-header{margin-bottom:14px;padding-bottom:12px}.form-card-header h3{font-size:15px}.broadcast-form-card,.broadcast-history-card{padding:14px}.history-item{padding:12px}}:root{--mc-bg: #f8fafc;--mc-white: #ffffff;--mc-border: #e2e8f0;--mc-border-light: #f1f5f9;--mc-text-dark: #0f172a;--mc-text-medium: #334155;--mc-text-gray: #64748b;--mc-text-light: #94a3b8;--mc-primary: #3b82f6;--mc-primary-hover: #2563eb;--mc-indigo: #4f46e5;--mc-indigo-hover: #4338ca;--mc-red: #ef4444;--mc-red-hover: #dc2626;--mc-green: #10b981;--mc-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--mc-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--mc-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}.mc-page{padding:0 0 100px;max-width:100%;width:100%;margin:0 auto;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:transparent;color:var(--mc-text-dark);font-size:14px;line-height:1.45;display:flex;flex-direction:column;flex:1}.mc-header{display:flex;justify-content:space-between;align-items:flex-end;padding:0 0 18px;gap:16px;flex-wrap:wrap}.mc-header-title{font-size:24px;font-weight:700;color:var(--mc-text-dark);margin:0;letter-spacing:-.02em}.mc-header-actions{display:flex;gap:10px;align-items:center}.mc-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;font-size:13.5px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .15s ease;border:1px solid transparent}.mc-btn-primary{background-color:var(--mc-primary);color:#fff;border-color:var(--mc-primary);box-shadow:var(--mc-shadow-sm)}.mc-btn-primary:hover:not(:disabled){background-color:var(--mc-primary-hover);border-color:var(--mc-primary-hover);box-shadow:0 4px 12px #3b82f640}.mc-btn-primary:disabled{opacity:.6;cursor:not-allowed}.mc-btn-secondary{background-color:var(--mc-white);color:var(--mc-text-medium);border-color:var(--mc-border)}.mc-btn-secondary:hover:not(:disabled){background-color:var(--mc-border-light);color:var(--mc-text-dark);border-color:#cbd5e1}.mc-btn-danger{background-color:var(--mc-red);color:#fff;border-color:var(--mc-red)}.mc-btn-danger:hover:not(:disabled){background-color:var(--mc-red-hover);border-color:var(--mc-red-hover)}.mc-card{background:var(--mc-white);border:1px solid var(--mc-border);border-radius:12px;box-shadow:var(--mc-shadow-sm);margin-bottom:50px;min-height:calc(100vh - 220px);display:flex;flex-direction:column}.mc-card-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:var(--mc-white);border-bottom:1px solid var(--mc-border-light)}.mc-card-stat{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--mc-text-medium)}.mc-stat-icon{color:var(--mc-green)}.mc-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-radius:9999px;background-color:#eff6ff;color:var(--mc-primary);border:1px solid #bfdbfe}.mc-card-body{padding:24px 24px 60px;flex:1}.mc-garment-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.mc-garment-card{background:#fff;border:1px solid var(--mc-border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:14px;transition:all .2s ease;box-shadow:0 1px 3px #00000008}.mc-garment-card:hover{border-color:#cbd5e1;box-shadow:var(--mc-shadow-md);transform:translateY(-2px)}.mc-garment-preview-duo{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#f8fafc;padding:12px;border-radius:10px;border:1px solid var(--mc-border-light)}.mc-preview-slot{display:flex;flex-direction:column;align-items:center;gap:6px}.mc-slot-tag{font-size:10.5px;font-weight:700;letter-spacing:.05em;color:var(--mc-text-gray);text-transform:uppercase}.mc-slot-img-wrap{width:100%;height:140px;background:#fff;border:1px solid var(--mc-border);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:6px}.mc-slot-img-wrap img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .2s ease}.mc-garment-card:hover .mc-slot-img-wrap img{transform:scale(1.03)}.mc-garment-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--mc-border-light)}.mc-garment-meta{display:flex;align-items:center;gap:12px}.mc-swatch-circle{width:28px;height:28px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 0 0 1px var(--mc-border);flex-shrink:0}.mc-color-title{font-size:14px;font-weight:600;color:var(--mc-text-dark);display:block}.mc-price-subtitle{font-size:12px;color:var(--mc-text-gray);display:block;margin-top:1px}.mc-garment-actions{display:flex;align-items:center;gap:6px}.mc-action-btn{width:32px;height:32px;border-radius:6px;border:1px solid transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.mc-action-btn.edit{background:#eff6ff;color:var(--mc-primary);border-color:#dbeafe}.mc-action-btn.edit:hover{background:var(--mc-primary);color:#fff}.mc-action-btn.delete{background:#fef2f2;color:var(--mc-red);border-color:#fee2e2}.mc-action-btn.delete:hover{background:var(--mc-red);color:#fff}.mc-empty-state{text-align:center;padding:60px 20px;display:flex;flex-direction:column;align-items:center;gap:12px}.mc-empty-icon-box{width:64px;height:64px;border-radius:16px;background:#f1f5f9;color:var(--mc-text-gray);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.mc-empty-state h3{font-size:18px;font-weight:600;color:var(--mc-text-dark);margin:0}.mc-empty-state p{color:var(--mc-text-gray);font-size:14px;margin:0 0 12px;max-width:440px}.mc-loading-state{text-align:center;padding:60px 20px;display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--mc-text-gray)}.mc-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:var(--mc-primary);border-radius:50%;animation:mcSpin .7s linear infinite}@keyframes mcSpin{to{transform:rotate(360deg)}}.mc-modal-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:99999;padding:20px}.mc-modal{background:#fff;border-radius:14px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;box-shadow:var(--mc-shadow-lg);border:1px solid var(--mc-border);animation:mcScaleIn .18s ease-out}.mc-modal-sm{max-width:440px;padding:28px 24px 24px;text-align:center}@keyframes mcScaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.mc-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px;border-bottom:1px solid var(--mc-border)}.mc-modal-title{font-size:18px;font-weight:700;color:var(--mc-text-dark);margin:0 0 4px}.mc-modal-sub{font-size:13px;color:var(--mc-text-gray);margin:0}.mc-modal-close{background:none;border:none;color:var(--mc-text-light);cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.mc-modal-close:hover{background:#f1f5f9;color:var(--mc-text-dark)}.mc-modal-form{padding:24px;display:flex;flex-direction:column;gap:20px}.mc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mc-form-group{display:flex;flex-direction:column;gap:6px}.mc-form-group label{font-size:13px;font-weight:600;color:var(--mc-text-medium)}.mc-form-group label .req{color:var(--mc-red)}.mc-input{width:100%;padding:9px 12px;border:1px solid var(--mc-border);border-radius:8px;font-size:13.5px;color:var(--mc-text-dark);outline:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.mc-input:focus{border-color:var(--mc-primary);box-shadow:0 0 0 3px #3b82f61f}.mc-color-input-wrap{display:flex;align-items:center;gap:10px}.mc-color-picker{width:42px;height:38px;padding:2px;border:1px solid var(--mc-border);border-radius:8px;cursor:pointer;background:#fff;flex-shrink:0}.mc-hex-text{flex:1;text-transform:uppercase;font-family:monospace}.mc-images-upload-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mc-upload-card{border:1px dashed var(--mc-border);border-radius:10px;padding:14px;display:flex;flex-direction:column;align-items:center;background:#f8fafc;gap:10px}.mc-upload-label{font-size:11px;font-weight:700;letter-spacing:.05em;color:var(--mc-text-medium);text-transform:uppercase}.mc-preview-box{width:100%;height:130px;background:#fff;border:1px solid var(--mc-border);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:4px}.mc-preview-box img{max-width:100%;max-height:100%;object-fit:contain}.mc-preview-placeholder{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--mc-text-light);font-size:12px}.mc-file-btn{width:100%;display:block;text-align:center;padding:8px 12px;background:#fff;border:1px solid var(--mc-border);border-radius:6px;font-size:12px;font-weight:600;color:var(--mc-text-medium);cursor:pointer;transition:all .15s ease}.mc-file-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:var(--mc-text-dark)}.mc-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:10px;border-top:1px solid var(--mc-border-light)}.mc-delete-icon-wrap{width:56px;height:56px;border-radius:50%;background:#fef2f2;color:var(--mc-red);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.mc-delete-title{font-size:18px;font-weight:700;color:var(--mc-text-dark);margin:0 0 8px}.mc-delete-desc{font-size:13.5px;color:var(--mc-text-gray);margin:0 0 20px;line-height:1.5}.mc-delete-actions{display:flex;gap:10px;justify-content:center}.mc-toast-container{position:fixed;bottom:24px;right:24px;z-index:100000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.mc-toast{pointer-events:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;border-radius:8px;font-size:13.5px;font-weight:500;box-shadow:var(--mc-shadow-md);min-width:280px;max-width:440px;animation:mcSlideUp .2s ease-out}@keyframes mcSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mc-toast-success{background:#10b981;color:#fff}.mc-toast-error{background:#ef4444;color:#fff}.mc-toast-close{background:none;border:none;color:#fff;font-size:18px;line-height:1;cursor:pointer;padding:0;opacity:.8}.mc-toast-close:hover{opacity:1}@media(max-width:640px){.mc-form-grid,.mc-images-upload-row{grid-template-columns:1fr}}.mc-tabs-nav{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid var(--mc-border);padding-bottom:2px}.mc-tab-item{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;color:var(--mc-text-gray);background:transparent;border:none;border-radius:8px 8px 0 0;cursor:pointer;position:relative;transition:all .2s ease}.mc-tab-item:hover{color:var(--mc-text-dark);background:#f1f5f9b3}.mc-tab-item.active{color:var(--mc-primary);background:#eff6ff}.mc-tab-item.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:3px;background:var(--mc-primary);border-radius:3px 3px 0 0}.mc-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;border-radius:9999px;background:var(--mc-border);color:var(--mc-text-medium);transition:all .2s ease}.mc-tab-item.active .mc-tab-badge{background:var(--mc-primary);color:#fff}.mc-filter-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.mc-search-box{position:relative;display:flex;align-items:center}.mc-search-icon{position:absolute;left:12px;color:var(--mc-text-light);pointer-events:none}.mc-search-input{padding:7px 32px 7px 34px;border-radius:8px;border:1px solid var(--mc-border);background:#fff;font-size:13px;color:var(--mc-text-dark);width:230px;transition:all .15s ease}.mc-search-input:focus{outline:none;border-color:var(--mc-primary);box-shadow:0 0 0 3px #3b82f626;width:260px}.mc-search-clear{position:absolute;right:8px;background:none;border:none;color:var(--mc-text-light);cursor:pointer;padding:2px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mc-search-clear:hover{color:var(--mc-text-dark);background:#f1f5f9}.mc-category-select-wrap{position:relative;display:flex;align-items:center}.mc-filter-icon{position:absolute;left:10px;color:var(--mc-text-light);pointer-events:none}.mc-category-select{padding:7px 12px 7px 30px;border-radius:8px;border:1px solid var(--mc-border);background:#fff;font-size:13px;font-weight:500;color:var(--mc-text-dark);cursor:pointer;outline:none;transition:all .15s ease}.mc-category-select:focus{border-color:var(--mc-primary);box-shadow:0 0 0 3px #3b82f626}.mc-designs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.mc-design-card{background:#fff;border:1px solid var(--mc-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease;box-shadow:0 1px 3px #00000008}.mc-design-card:hover{border-color:#cbd5e1;box-shadow:var(--mc-shadow-md);transform:translateY(-2px)}.mc-design-card.inactive{opacity:.65;background:#fafafa}.mc-design-thumb-wrap{position:relative;height:220px;width:100%;background-color:#f8fafc;background-image:linear-gradient(45deg,#f1f5f9 25%,transparent 25%),linear-gradient(-45deg,#f1f5f9 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f1f5f9 75%),linear-gradient(-45deg,transparent 75%,#f1f5f9 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0px;display:flex;align-items:center;justify-content:center;padding:16px;border-bottom:1px solid var(--mc-border-light);overflow:hidden}.mc-design-thumb-wrap img{max-width:90%;max-height:90%;object-fit:contain;transition:transform .2s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.08))}.mc-design-card:hover .mc-design-thumb-wrap img{transform:scale(1.06)}.mc-design-category-tag{position:absolute;top:10px;left:10px;padding:3px 8px;border-radius:6px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;background:#0f172ad1;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mc-design-price-tag{position:absolute;top:10px;right:10px;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:700;background:#eff6ff;color:var(--mc-primary);border:1px solid #bfdbfe}.mc-design-price-tag.free{background:#ecfdf5;color:#059669;border-color:#a7f3d0}.mc-design-card-content{padding:14px 16px;display:flex;flex-direction:column;gap:12px;flex:1}.mc-design-header-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.mc-design-name{font-size:14.5px;font-weight:700;color:var(--mc-text-dark);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mc-status-toggle{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:9999px;font-size:11px;font-weight:600;cursor:pointer;border:1px solid var(--mc-border);background:#f8fafc;color:var(--mc-text-gray);transition:all .15s ease;flex-shrink:0}.mc-status-indicator{width:7px;height:7px;border-radius:50%;background:var(--mc-text-light)}.mc-status-toggle.active{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.mc-status-toggle.active .mc-status-indicator{background:#10b981}.mc-design-actions-row{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid var(--mc-border-light)}.mc-sort-order-hint{font-size:11.5px;color:var(--mc-text-light);font-weight:500}.mc-design-btn-group{display:flex;gap:6px}.mc-modal-design{max-width:580px}.mc-design-upload-box{display:flex;flex-direction:column;gap:8px;margin-top:10px}.mc-design-preview-checkerboard{width:100%;height:180px;border-radius:10px;border:1.5px dashed var(--mc-border);background-color:#f8fafc;background-image:linear-gradient(45deg,#f1f5f9 25%,transparent 25%),linear-gradient(-45deg,#f1f5f9 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f1f5f9 75%),linear-gradient(-45deg,transparent 75%,#f1f5f9 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:16px}.mc-design-preview-checkerboard img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.1))}.mc-file-btn.full{width:100%;text-align:center;display:block}.mc-checkbox-group{margin-top:12px}.mc-checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13.5px;color:var(--mc-text-medium);-webkit-user-select:none;user-select:none}.mc-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--mc-primary);cursor:pointer}.mc-materials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.mc-material-card{background:#fff;border:1px solid var(--mc-border);border-radius:12px;padding:18px 20px;display:flex;flex-direction:column;transition:all .2s ease;box-shadow:var(--mc-shadow-sm)}.mc-material-card:hover{border-color:#cbd5e1;box-shadow:var(--mc-shadow-md);transform:translateY(-1px)}.mc-material-card.inactive{opacity:.65;background:#f8fafc}.mc-mat-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.mc-mat-title-wrap{display:flex;flex-direction:column;gap:4px}.mc-mat-name{font-size:15px;font-weight:700;color:var(--mc-text-dark);margin:0;line-height:1.3}.mc-mat-weight-badge{display:inline-block;align-self:flex-start;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:700;letter-spacing:.5px;padding:2px 8px;border-radius:12px;border:1px solid #bfdbfe}.mc-mat-desc{font-size:13px;color:var(--mc-text-gray);line-height:1.5;margin:0 0 16px;flex-grow:1}.mc-mat-meta-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f8fafc;border-radius:8px;margin-bottom:14px;border:1px solid var(--mc-border-light)}.mc-mat-price-info,.mc-mat-order-info{display:flex;flex-direction:column}.mc-mat-price-label,.mc-mat-order-label{font-size:11px;font-weight:600;color:var(--mc-text-light);text-transform:uppercase;letter-spacing:.4px}.mc-mat-price-val{font-size:14px;font-weight:700;color:#0f172a}.mc-mat-order-val{font-size:13px;font-weight:600;color:var(--mc-text-medium)}.mc-mat-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--mc-border-light)}.mc-status-toggle-btn{font-size:12px;font-weight:600;padding:5px 12px;border-radius:6px;cursor:pointer;border:1px solid transparent;transition:all .15s ease}.mc-status-toggle-btn.btn-active{background:#fef2f2;color:#ef4444;border-color:#fecaca}.mc-status-toggle-btn.btn-active:hover{background:#fee2e2}.mc-status-toggle-btn.btn-inactive{background:#ecfdf5;color:#10b981;border-color:#a7f3d0}.mc-status-toggle-btn.btn-inactive:hover{background:#d1fae5}.mc-table-responsive{overflow-x:auto;border-radius:10px;border:1px solid var(--mc-border);min-height:580px;background:#fff}.mc-data-table{width:100%;border-collapse:collapse;text-align:left;font-size:14.5px}.mc-data-table th{background:#f8fafc;padding:18px 24px;font-weight:700;color:var(--mc-text-medium);border-bottom:1px solid var(--mc-border);font-size:13px;text-transform:uppercase;letter-spacing:.5px}.mc-data-table td{padding:22px 24px;border-bottom:1px solid var(--mc-border-light);color:var(--mc-text-dark);vertical-align:middle}.mc-data-table tbody tr:last-child td{border-bottom:none}.mc-data-table tbody tr:hover{background:#fbfcfe}.mc-row-inactive{opacity:.6;background:#f8fafc}.mc-size-code-badge{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:28px;padding:0 8px;background:#0f172a;color:#fff;border-radius:6px;font-weight:800;font-size:12.5px;letter-spacing:.5px}.mc-surcharge-tag{display:inline-block;font-weight:700;color:#b45309;background:#fef3c7;padding:3px 8px;border-radius:6px;font-size:12px}.mc-free-tag{display:inline-block;font-weight:600;color:#059669;background:#ecfdf5;padding:3px 8px;border-radius:6px;font-size:12px}.mc-status-pill.clickable{cursor:pointer;transition:all .15s ease;border:1px solid transparent}.mc-status-pill.clickable:hover{opacity:.85;transform:scale(1.02)}.mc-table-actions{display:flex;gap:8px;justify-content:flex-end}.mc-textarea{resize:vertical;min-height:75px;font-family:inherit}.mc-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:mc-skeleton-loading 1.5s infinite;border-radius:6px}@keyframes mc-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.mc-skeleton-img{width:100%;border-radius:8px}.mc-skeleton-text{border-radius:4px}.mc-skeleton-pill{border-radius:20px}.mc-skeleton-card{pointer-events:none}.mco-container{max-width:100%;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:12px}.mco-thumb-wrap{width:52px;height:60px;display:flex;align-items:center;justify-content:center;margin:0 auto;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.mco-table-thumb{width:100%;height:100%;object-fit:cover}.mco-garment-cell{display:flex;flex-direction:column;gap:4px}.mco-garment-title{display:flex;align-items:center;gap:6px;font-size:13px;color:#0f172a}.mco-color-pip{width:12px;height:12px;border-radius:50%;display:inline-block;border:1px solid rgba(0,0,0,.15);flex-shrink:0}.mco-garment-sub{font-size:12px;color:#64748b}.mco-prints-badges{display:flex;gap:6px;margin-top:2px}.mco-print-tag{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.mco-print-tag.front{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.mco-print-tag.back{background:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe}.cust-phone-small{font-size:11px;color:#64748b}.mco-modal-backdrop{position:fixed;inset:0;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.mco-modal-dialog{background:#fff;width:100%;max-width:960px;border-radius:14px;box-shadow:0 20px 40px #00000040;overflow:hidden;max-height:92vh;display:flex;flex-direction:column}.mco-modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.mco-modal-header-left{display:flex;align-items:center;gap:12px}.mco-modal-order-id{font-size:17px;font-weight:800;color:#0f172a;margin:0 0 2px}.mco-modal-date{font-size:12px;color:#64748b}.mco-modal-close{background:none;border:none;cursor:pointer;color:#64748b;display:flex;align-items:center;padding:4px;border-radius:6px;transition:all .2s}.mco-modal-close:hover{background:#e2e8f0;color:#0f172a}.mco-modal-body{padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.mco-modal-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mco-info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;font-size:13px;color:#334155}.mco-info-card h4{margin:0 0 12px;font-size:13px;font-weight:700;text-transform:uppercase;color:#0f172a;letter-spacing:.5px}.mco-info-card p{margin:6px 0;line-height:1.4}.mco-modal-sides-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.mco-modal-side-card{background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 3px #0000000a}.side-title-badge{font-size:11px;font-weight:800;color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe;padding:4px 10px;border-radius:6px;text-align:center;letter-spacing:.5px}.side-image-container{aspect-ratio:500 / 580;max-height:240px;background:#f8fafc;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0}.side-preview-img{width:100%;height:100%;object-fit:cover}.no-side-preview{color:#94a3b8;font-size:13px;font-style:italic}.side-specs-list{display:flex;flex-direction:column;gap:8px;font-size:12px}.side-spec-item{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.side-spec-item.muted{color:#94a3b8;font-style:italic}.spec-name{font-weight:600;color:#64748b}.spec-val{font-weight:700;color:#0f172a}.btn-download-highres{display:inline-flex;align-items:center;gap:6px;background:#2563eb;color:#fff!important;font-size:11px;font-weight:700;padding:5px 12px;border-radius:6px;text-decoration:none;transition:background .2s;box-shadow:0 1px 3px #2563eb4d}.btn-download-highres:hover{background:#1d4ed8}.custom-text-quote{font-weight:700;color:#0f172a;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.font-tag{font-size:11px;color:#64748b;font-weight:500}.color-dot{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.2);display:inline-block}.side-coords-tag{font-size:11px;color:#64748b;background:#f1f5f9;padding:4px 8px;border-radius:4px;margin-top:4px}.mco-modal-status-strip{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:12px}.status-update-left{display:flex;align-items:center;gap:10px}.status-select{padding:8px 14px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.mco-feedback-text{display:inline-flex;align-items:center;gap:4px;color:#16a34a;font-size:12px;font-weight:700}.btn-print-specs{display:inline-flex;align-items:center;gap:6px;background:#0f172a;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.btn-print-specs:hover{background:#1e293b}@media(max-width:768px){.mco-modal-info-grid,.mco-modal-sides-row{grid-template-columns:1fr}}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 20% 20%,#1f2937,transparent 45%),radial-gradient(circle at 80% 0%,#0f172a,transparent 55%),#020617;color:#e2e8f0}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem clamp(1.5rem,5vw,4rem);border-bottom:1px solid rgba(148,163,184,.18);background:#020817cc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:600;letter-spacing:.04em}.brand__mark{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.75rem;background:#4f46e533;border:1px solid rgba(99,102,241,.55);font-size:.85rem;font-weight:700;color:#c7d2fe}.brand__text{font-size:1.1rem;color:#f8fafc}.nav-links{display:inline-flex;align-items:center;gap:1.5rem}.nav-links a{color:#cbd5f5;font-weight:500;text-decoration:none;transition:color .2s ease,text-shadow .2s ease}.nav-links a:hover,.nav-links a:focus-visible{color:#fff;text-shadow:0 0 12px rgba(148,163,184,.4)}.nav-links button{padding:.45rem 1.1rem;border-radius:999px;border:1px solid rgba(148,163,184,.45);background:#0f172a99;color:#cbd5f5;font-weight:500;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.nav-links button:hover,.nav-links button:focus-visible{border-color:#94a3b8d9;color:#fff;background:#6366f14d}.app-main{flex:1;display:flex;justify-content:center;padding:clamp(1.5rem,4vw,4rem);overflow-y:auto}.app-footer{padding:1.5rem clamp(1.5rem,5vw,4rem);border-top:1px solid rgba(148,163,184,.18);text-align:center;color:#e2e8f099}.auth-card{width:min(100%,420px);display:flex;flex-direction:column;gap:1.5rem;padding:clamp(2rem,4vw,3rem);background:#0f172acc;border-radius:1.25rem;border:1px solid rgba(99,102,241,.3);box-shadow:0 24px 60px -28px #4f46e580}.auth-header h1{margin:0 0 .5rem;font-size:2rem;color:#f8fafc}.auth-subtitle{margin:0;font-size:1rem;color:#e2e8f0bf}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-label{font-size:.95rem;font-weight:500;color:#e2e8f0d9}.auth-input{padding:.75rem .85rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.35);background:#0f172ae6;color:#e2e8f0;font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.auth-input:focus-visible{outline:none;border-color:#818cf8cc;box-shadow:0 0 0 3px #6366f140}.auth-input.invalid{border-color:#f87171b3;box-shadow:0 0 0 3px #f8717133}.auth-error{font-size:.85rem;color:#fca5a5}.auth-submit{margin-top:.5rem;padding:.85rem 1.2rem;border-radius:.85rem;border:none;font-weight:600;letter-spacing:.02em;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.auth-submit:hover,.auth-submit:focus-visible{transform:translateY(-1px);box-shadow:0 12px 24px -18px #4f46e5cc}.auth-footer{font-size:.95rem;color:#e2e8f0bf}@media(max-width:640px){.app-header,.app-footer{padding:1.25rem}.nav-links{gap:.9rem}.nav-links button{padding:.45rem .9rem}}.page-disabled-overlay{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem;animation:pageDisabledFadeIn .4s ease-out}@keyframes pageDisabledFadeIn{0%{opacity:0}to{opacity:1}}.page-disabled-modal{background:#fff;border-radius:16px;padding:3rem 2.5rem;max-width:480px;width:100%;text-align:center;box-shadow:0 4px 6px -1px #0000000d,0 20px 50px -12px #0000001f;border:1px solid #f0f0f0;animation:pageDisabledSlideUp .5s ease-out}@keyframes pageDisabledSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page-disabled-icon{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;border-radius:50%;background:#fef2f2;color:#dc2626;margin-bottom:1.5rem}.page-disabled-title{font-family:Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:500;color:#111827;margin:0 0 1rem;letter-spacing:-.3px}.page-disabled-message{font-size:.95rem;color:#4b5563;line-height:1.65;margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page-disabled-message strong{color:#111827;font-weight:600}.page-disabled-sub{font-size:.85rem;color:#9ca3af;margin:0 0 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page-disabled-btn{display:inline-block;padding:.85rem 2.5rem;background:#111827;color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page-disabled-btn:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 6px 16px #0000002e}.page-disabled-btn:active{transform:translateY(0)}@media(max-width:480px){.page-disabled-modal{padding:2rem 1.5rem;border-radius:12px}.page-disabled-icon{width:72px;height:72px}.page-disabled-icon svg{width:44px;height:44px}.page-disabled-title{font-size:1.35rem}.page-disabled-message{font-size:.9rem}.page-disabled-btn{padding:.75rem 2rem;width:100%}}
