@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--navy-900: #0c1222;--navy-800: #131b2e;--navy-700: #1a2640;--navy-600: #243354;--navy-500: #2d4068;--navy-400: #4a5f8a;--navy-300: #7b8fb5;--navy-200: #b0bdd4;--navy-100: #dce2ee;--navy-50: #f0f3f8;--emerald-600: #0B8F95;--emerald-500: #0EB2BA;--emerald-400: #4CE2E9;--emerald-50: #E6F8F9;--amber-500: #f59e0b;--amber-400: #fbbf24;--amber-50: #fffbeb;--rose-500: #f43f5e;--rose-400: #fb7185;--rose-50: #fff1f2;--sky-500: #0ea5e9;--sky-400: #38bdf8;--sky-50: #f0f9ff;--violet-500: #8b5cf6;--violet-400: #a78bfa;--violet-50: #f5f3ff;--surface: #f8f9fc;--surface-card: #ffffff;--surface-elevated: rgba(255, 255, 255, .85);--border: #e4e8ef;--border-light: #f0f2f5;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06), 0 1px 3px rgba(15, 23, 42, .04);--shadow-lg: 0 10px 32px rgba(15, 23, 42, .08), 0 2px 8px rgba(15, 23, 42, .04);--shadow-xl: 0 20px 48px rgba(15, 23, 42, .12), 0 4px 12px rgba(15, 23, 42, .06);--shadow-glow: 0 0 24px rgba(16, 185, 129, .15)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--surface);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--navy-900);position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.12) 0%,transparent 70%);top:-200px;right:-100px;pointer-events:none}.login-page:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);bottom:-150px;left:-100px;pointer-events:none}.login-card{background:var(--surface-card);border-radius:var(--radius-xl);padding:48px 40px;width:100%;max-width:440px;box-shadow:var(--shadow-xl);position:relative;z-index:1;animation:cardEntrance .6s cubic-bezier(.16,1,.3,1)}@keyframes cardEntrance{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.login-card h1{text-align:center;font-family:Space Grotesk,sans-serif;color:var(--navy-800);font-size:30px;font-weight:700;margin-bottom:6px;letter-spacing:-.5px}.login-card .subtitle{text-align:center;color:var(--text-muted);margin-bottom:36px;font-size:14px;font-weight:400;letter-spacing:.2px}.stat-card{background:var(--surface-card);border-radius:var(--radius-md);padding:18px 16px;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:all .2s cubic-bezier(.16,1,.3,1);cursor:default;position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--emerald-500),var(--sky-500));opacity:0;transition:opacity .25s}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--navy-100)}.stat-card:hover:after{opacity:1}.stat-card .stat-value{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;color:var(--navy-800);line-height:1;letter-spacing:-.5px}.stat-card .stat-label{font-size:11px;color:var(--text-muted);margin-top:6px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.stat-card .stat-icon{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:20px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg)}.page-header h2{font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:700;color:var(--navy-800);letter-spacing:-.3px;margin:0}.catalog-layout{display:flex;gap:20px;min-height:400px}.catalog-sidebar{width:220px;flex-shrink:0}.catalog-sidebar-inner{background:var(--surface-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:16px 12px;position:sticky;top:80px;display:flex;flex-direction:column;gap:4px;min-height:calc(100vh - 100px)}.catalog-sidebar-title{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;padding:4px 12px 8px}.catalog-sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:8px;font-size:15px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.catalog-sidebar-item:hover{background:var(--navy-50);color:var(--navy-800)}.catalog-sidebar-item.active{background:linear-gradient(135deg,#10b98114,#0596690d);color:var(--emerald-600);font-weight:600;border-left:3px solid var(--emerald-500)}.catalog-sidebar-count{margin-left:auto;font-size:11px;color:var(--text-muted);font-weight:500}.catalog-main{flex:1;min-width:0}.catalog-sidebar-img{width:20px;height:20px;border-radius:4px;object-fit:cover}.catalog-sidebar-section{padding:16px 14px;border-top:1px solid var(--border-light);margin-top:8px}.catalog-sidebar-label{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;margin-bottom:12px;display:block}.price-range-inputs{display:flex;align-items:center;gap:8px}.price-range-inputs .ant-input-number{flex:1}.view-toggle{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden;flex-shrink:0}.view-toggle-btn{display:flex;align-items:center;justify-content:center;width:36px;height:32px;border:none;background:var(--surface-card);color:var(--text-muted);font-size:14px;cursor:pointer;transition:all .15s ease}.view-toggle-btn:first-child{border-right:1px solid var(--border)}.view-toggle-btn:hover{color:var(--navy-800);background:var(--navy-50)}.view-toggle-btn.active{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));color:#fff}.brand-cards-container{display:flex;gap:12px;overflow-x:auto;padding-bottom:16px;margin-bottom:16px;scrollbar-width:none;-ms-overflow-style:none}.brand-cards-container::-webkit-scrollbar{display:none}.brand-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:100px;height:110px;padding:12px;border-radius:16px;cursor:pointer;background:#fff;color:var(--navy-800);border:1.5px solid var(--navy-200);transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.brand-card:hover{transform:translateY(-4px);border-color:var(--emerald-400);box-shadow:0 4px 12px #10b98126}.brand-card.active{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));color:#fff;border-color:var(--emerald-500);box-shadow:0 8px 24px #10b98140}.brand-card-icon{width:56px;height:56px;border-radius:50%;background:var(--navy-50);display:flex;align-items:center;justify-content:center;margin-bottom:8px;overflow:hidden;color:var(--emerald-600);font-size:18px;font-weight:700;border:1px solid var(--navy-100);transition:all .3s ease}.brand-card.active .brand-card-icon{background:#fff3;color:#fff;border:none}.brand-card-img{width:100%;height:100%;object-fit:cover}.brand-card-name{font-size:13px;font-weight:600;text-align:center;line-height:1.1;max-width:64px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-badge{display:inline-block;font-size:10px;font-weight:600;color:var(--navy-400);background:var(--navy-50);padding:1px 8px;border-radius:var(--radius-full);margin-bottom:4px;letter-spacing:.2px;text-transform:uppercase}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.category-scroll-wrapper{position:relative;margin-bottom:12px}.category-scroll-container{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.category-scroll-container::-webkit-scrollbar{display:none}.category-chip{display:inline-flex;align-items:center;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;font-family:Space Grotesk,sans-serif;white-space:nowrap;cursor:pointer;flex-shrink:0;background:var(--surface-card);color:var(--navy-600);border:1px solid var(--border-light);box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.category-chip:hover{border-color:var(--emerald-400);color:var(--emerald-600)}.category-chip.active{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));color:#fff;border-color:var(--emerald-500);box-shadow:0 2px 8px #10b98140}.category-scroll-fade{position:absolute;top:0;right:0;bottom:4px;width:40px;background:linear-gradient(90deg,transparent,var(--surface) 80%);pointer-events:none;z-index:2}.catalog-list{display:flex;flex-direction:column;gap:10px}.product-list-card{height:140px;background:var(--surface-card);border-radius:var(--radius-md);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:row;overflow:hidden}.product-list-card:hover{box-shadow:var(--shadow-md);border-color:var(--emerald-400)}.product-list-img{width:140px;height:100%;flex-shrink:0;background:transparent!important;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-list-img img{transition:transform .3s ease}.product-list-card:hover .product-list-img img{transform:scale(1.04)}.product-list-body{flex:1;padding:10px 14px;min-width:0;overflow:visible}.product-list-body h3{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600;color:var(--navy-800);letter-spacing:-.2px;line-height:1.3;margin:0}.product-list-top{display:flex;justify-content:space-between;gap:12px;height:100%}.product-list-actions{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;white-space:nowrap}.product-card{background:var(--surface-card);border-radius:var(--radius-md);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:all .2s cubic-bezier(.16,1,.3,1);cursor:pointer;display:flex;flex-direction:column;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--emerald-400)}.product-card-img{width:100%;height:130px;object-fit:cover;background:transparent!important;display:flex;align-items:center;justify-content:center;color:var(--navy-300);font-size:36px;position:relative;overflow:hidden}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card-img img{transform:scale(1.06)}.product-card-body{padding:12px 14px 14px;display:flex;flex-direction:column;flex:1}.product-card-body h3{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600;color:var(--navy-800);margin-bottom:3px;letter-spacing:-.2px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-body .price{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700;color:var(--emerald-600)}.old-price{text-decoration:line-through!important;color:var(--text-muted)!important}.product-card-body .old-price{font-size:14px;margin-left:8px}.cart-badge{position:fixed;bottom:28px;right:28px;z-index:1000}.cart-notif-popup{position:absolute;bottom:62px;right:0;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--navy-100);border-left:3px solid var(--emerald-500);border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:10px;min-width:180px;max-width:240px;box-shadow:0 8px 28px #0c12221f;cursor:pointer;animation:cartNotifSlideUp .35s cubic-bezier(.16,1,.3,1);transition:opacity .2s ease;white-space:nowrap}.cart-notif-popup:hover{border-left-color:var(--emerald-600);box-shadow:0 10px 32px #0c12222e}@keyframes cartNotifSlideUp{0%{opacity:0;transform:translateY(12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.cart-badge .ant-btn-primary{background:linear-gradient(135deg,var(--navy-700),var(--navy-800))!important;border:none!important;box-shadow:0 8px 24px #0c122259,0 0 0 3px #10b98126!important}.cart-badge .ant-btn-primary:hover{box-shadow:0 12px 32px #0c122273,0 0 0 4px #10b98140!important}.ant-layout-sider{background:var(--navy-900)!important;box-shadow:2px 0 16px #00000014}.ant-layout-sider .ant-menu{background:transparent!important;border:none!important}.ant-layout-sider .ant-menu-item{margin:2px 10px!important;border-radius:var(--radius-sm)!important;color:var(--navy-300)!important;font-weight:500;font-size:13px;height:38px!important;line-height:38px!important;transition:all .2s}.ant-layout-sider .ant-menu-item:hover{color:#fff!important;background:#ffffff0f!important}.ant-layout-sider .ant-menu-item-selected{background:linear-gradient(135deg,#10b98126,#0ea5e91a)!important;color:var(--emerald-400)!important}.client-sidebar-menu{background:transparent!important;border:none!important}.client-sidebar-menu .ant-menu-item{margin:4px 12px!important;border-radius:var(--radius-sm)!important;color:var(--navy-300)!important;font-weight:500;transition:all .2s}.client-sidebar-menu .ant-menu-item:hover{color:#fff!important;background:#ffffff0f!important}.client-sidebar-menu .ant-menu-item-selected{background:linear-gradient(135deg,#10b98126,#0ea5e91a)!important;color:var(--emerald-400)!important}.ant-card{border-radius:var(--radius-lg)!important;border:1px solid var(--border-light)!important;box-shadow:var(--shadow-sm)!important}.ant-card-head{font-family:Space Grotesk,sans-serif!important;font-weight:600!important;border-bottom:1px solid var(--border-light)!important}.ant-table{border-radius:var(--radius-lg)!important;overflow:hidden}.ant-table-thead>tr>th{background:var(--navy-50)!important;font-family:Space Grotesk,sans-serif!important;font-weight:600!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.8px!important;color:var(--navy-400)!important;border-bottom:1px solid var(--border)!important}.ant-table-tbody>tr>td{border-bottom:1px solid var(--border-light)!important;transition:background .15s}.ant-table-tbody>tr:hover>td{background:var(--navy-50)!important}.ant-tag{border-radius:var(--radius-full)!important;font-weight:600!important;font-size:11px!important;padding:2px 10px!important;border:none!important}.ant-btn-primary{background:var(--navy-700)!important;border:none!important;border-radius:var(--radius-sm)!important;font-weight:600!important;box-shadow:0 2px 8px #1a264033!important;transition:all .2s!important}.ant-btn-primary:hover{background:var(--navy-600)!important;box-shadow:0 4px 16px #1a26404d!important;transform:translateY(-1px)!important}.ant-modal-content{border-radius:var(--radius-xl)!important;box-shadow:var(--shadow-xl)!important;padding:var(--space-lg)!important}.ant-modal-header{border-bottom:1px solid var(--border-light)!important;padding-bottom:var(--space-md)!important}.ant-modal-title{font-family:Space Grotesk,sans-serif!important;font-weight:700!important;font-size:20px!important}.ant-drawer-left .ant-drawer-content{border-radius:0 var(--radius-xl) var(--radius-xl) 0!important}.ant-drawer-right .ant-drawer-content{border-radius:var(--radius-xl) 0 0 var(--radius-xl)!important}.ant-drawer-header{border-bottom:1px solid var(--border-light)!important}.ant-drawer-title{font-family:Space Grotesk,sans-serif!important;font-weight:700!important}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-input-number{border-radius:var(--radius-sm)!important;border-color:var(--border)!important;transition:all .2s!important}.ant-input:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector{border-color:var(--navy-400)!important;box-shadow:0 0 0 3px #2a406814!important}.ant-badge-count{background:var(--emerald-500)!important;box-shadow:0 2px 6px #10b9814d!important;font-weight:700!important}.ant-pagination-item-active{background:var(--navy-700)!important;border-color:var(--navy-700)!important}.ant-pagination-item-active a{color:#fff!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--navy-200);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--navy-300)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .4s cubic-bezier(.16,1,.3,1) both}.fade-in-d1{animation-delay:.05s}.fade-in-d2{animation-delay:.1s}.fade-in-d3{animation-delay:.15s}.fade-in-d4{animation-delay:.2s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.mobile-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c122280;z-index:99;opacity:0;visibility:hidden;transition:opacity .3s cubic-bezier(.16,1,.3,1),visibility .3s;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.mobile-sidebar-backdrop.visible{opacity:1;visibility:visible}.product-card-img{width:100%;aspect-ratio:1;background:var(--navy-50);display:flex;align-items:center;justify-content:center;font-size:40px;color:var(--navy-200)}.product-card-img img.primary-img{opacity:1}.product-card-img img.hover-img,.product-card-img:hover img.primary-img{opacity:0}.product-card-img:hover img.hover-img{opacity:1}.gallery-thumbnail{border:2px solid transparent;cursor:pointer;transition:all .2s ease;overflow:hidden;border-radius:8px;opacity:.7}.gallery-thumbnail:hover{opacity:1}.gallery-thumbnail.active{border-color:var(--emerald-500);opacity:1}.mobile-menu-btn{display:none;width:40px;height:40px;border-radius:var(--radius-sm);border:none;background:var(--navy-50);cursor:pointer;align-items:center;justify-content:center;font-size:18px;color:var(--navy-600);transition:all .2s cubic-bezier(.16,1,.3,1);flex-shrink:0}.mobile-menu-btn:hover{background:var(--navy-100);transform:scale(1.05)}@media(max-width:768px){.ant-layout-sider{transform:translate(-100%);transition:transform .3s cubic-bezier(.16,1,.3,1)!important;z-index:200!important}.ant-layout-sider.mobile-open{transform:translate(0)}.admin-main-layout{margin-left:0!important;transition:none!important}.mobile-menu-btn{display:flex}.ant-layout-header{padding:0 16px!important}.admin-content,.client-content{padding:16px 16px 90px!important}.login-card{padding:32px 24px;margin:16px;max-width:calc(100% - 32px)}.login-card h1{font-size:24px}.stat-card{padding:14px 12px}.stat-card .stat-value{font-size:20px}.stat-card .stat-icon{width:38px;height:38px;font-size:17px}.catalog-layout{flex-direction:column}.catalog-sidebar{display:none}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:12px}.product-list-card{flex-direction:row;align-items:stretch}.product-list-img{width:90px;height:auto;min-height:90px}.product-list-body{padding:6px 10px}.product-list-top{flex-direction:column;gap:8px}.product-list-actions{flex-direction:row;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:4px;width:100%}.brand-cards-container{padding-bottom:12px}.brand-card{min-width:70px;height:80px;padding:6px}.brand-card-icon{width:36px;height:36px}.product-card-img{height:120px}.product-card-body{padding:10px 12px 14px}.product-card-body h3{font-size:13px}.product-card-body .price{font-size:15px}.product-card-body .old-price{font-size:11px;margin-left:4px}.ant-layout-sider ::-webkit-scrollbar{width:3px}.ant-layout-sider ::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}.ant-layout-sider ::-webkit-scrollbar-track{background:transparent}.cart-badge{bottom:85px;right:20px}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{min-width:600px}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-content{padding:var(--space-md)!important}.ant-drawer-content-wrapper{max-width:100vw!important}.page-header{flex-wrap:wrap;gap:12px}.page-header h2{font-size:22px}.responsive-grid-2,.responsive-grid-3{grid-template-columns:1fr!important}.client-nav-desktop{display:none!important}.client-nav-mobile{display:flex!important}.user-name-text{display:block;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ant-descriptions{overflow-x:auto}.ant-segmented{overflow-x:auto;max-width:100%}.settings-row{flex-direction:column!important;align-items:stretch!important}.settings-row .settings-label{flex:none!important;margin-bottom:8px}.product-detail-layout{flex-direction:column!important}.product-detail-image{width:100%!important;height:250px!important}.product-detail-info{min-width:0!important}.product-detail-info h1{font-size:22px!important}.product-detail-price{font-size:26px!important}.profile-grid-2,.profile-grid-3{grid-template-columns:1fr!important}.ant-alert,.ant-alert-description{font-size:12px}}@media(max-width:480px){.login-card{padding:28px 20px}.login-card h1{font-size:22px}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-card-img{height:100px;font-size:28px}.product-card-body{padding:8px 8px 10px}.product-card-body h3{font-size:11px}.product-card-body .price{font-size:13px}.product-card-body .old-price{font-size:10px;margin-left:3px}.product-card-body{padding:8px 10px 12px}.stat-card .stat-value{font-size:18px}.stat-card .stat-label{font-size:9px;letter-spacing:.5px}.ant-drawer-content-wrapper{width:100vw!important}.cart-badge{bottom:85px;right:16px}.product-detail-image{height:200px!important}.admin-content,.client-content{padding:12px 12px 90px!important}}.product-brand-wrapper{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#10b9810f,#0ea5e90f);padding:3px 8px 3px 3px;border-radius:20px;margin-bottom:6px;border:1px solid rgba(16,185,129,.18);transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #10b9810f;max-width:fit-content}.product-brand-wrapper:hover{border-color:#10b98159;box-shadow:0 2px 8px #10b9811f;transform:translateY(-1px)}.product-brand-icon{width:22px;height:22px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--emerald-500),var(--primary-color));color:#fff;font-size:10px;font-weight:700;border:1.5px solid rgba(255,255,255,.9);box-shadow:0 1px 3px #0000001a}.product-brand-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.product-brand-icon:has(img){background:#fff}.product-brand-text{font-size:11px;font-weight:600;color:var(--navy-700);letter-spacing:.2px}@keyframes cartBounce{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.cart-bounce .ant-btn-primary{animation:cartBounce .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes heroKenBurns{0%{transform:scale(1)}to{transform:scale(1.04)}}@keyframes heroSlideIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-carousel{position:relative;margin-bottom:22px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b 40%,#0f172a);box-shadow:0 4px 24px #0f172a33,0 1px 4px #00000014;height:380px}.hero-carousel-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;opacity:0;pointer-events:none;transition:opacity .7s cubic-bezier(.4,0,.2,1);cursor:pointer}.hero-carousel-slide.active{opacity:1;pointer-events:auto}.hero-carousel-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 50%,rgba(16,185,129,.08) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(56,189,248,.06) 0%,transparent 50%);pointer-events:none}.hero-carousel-content{position:relative;z-index:2;flex:0 0 45%;padding:36px 28px 36px 40px;display:flex;flex-direction:column;justify-content:center;gap:8px}.hero-carousel-slide.active .hero-carousel-content>*{animation:heroSlideIn .5s cubic-bezier(.16,1,.3,1) both}.hero-carousel-slide.active .hero-carousel-badge{animation-delay:.05s}.hero-carousel-slide.active .hero-carousel-title{animation-delay:.12s}.hero-carousel-slide.active .hero-carousel-desc{animation-delay:.18s}.hero-carousel-slide.active .hero-carousel-price-row{animation-delay:.22s}.hero-carousel-slide.active .hero-carousel-cta{animation-delay:.28s}.hero-carousel-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#fbbf24;text-transform:uppercase;letter-spacing:1px;width:fit-content}.hero-carousel-title{margin:0;font-size:28px;font-weight:800;color:#fff;font-family:Space Grotesk,sans-serif;line-height:1.15;letter-spacing:-.5px;max-width:340px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-carousel-desc{margin:4px 0 0;font-size:13px;color:#ffffff8c;line-height:1.5;max-width:320px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-carousel-price-row{display:flex;align-items:baseline;gap:8px;margin-top:6px}.hero-carousel-price{font-size:26px;font-weight:800;color:#34d399;font-family:Space Grotesk,sans-serif}.hero-carousel-old-price{font-size:14px;color:#ffffff59;text-decoration:line-through}.hero-carousel-unit{font-size:13px;color:#fff6}.hero-carousel-cta{margin-top:25px;display:inline-flex;align-items:center;justify-content:center;padding:10px 28px;border-radius:10px;border:none;background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));color:#fff;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);width:fit-content;box-shadow:0 2px 12px #10b9814d}.hero-carousel-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #10b98173;filter:brightness(1.05)}.hero-carousel-cta:active{transform:translateY(0)}.hero-carousel-image-area{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;padding:24px 40px 24px 0}.hero-carousel-image{max-height:320px;max-width:100%;object-fit:contain;filter:drop-shadow(0 8px 32px rgba(0,0,0,.35));animation:heroKenBurns 8s ease-in-out infinite alternate;transition:transform .5s ease}.hero-carousel-slide:hover .hero-carousel-image{transform:scale(1.03)}.hero-carousel-placeholder{width:200px;height:200px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border-radius:20px}.hero-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#0f172a80;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease;z-index:5;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hero-carousel-arrow:hover{background:#ffffff26;color:#fff;border-color:#ffffff40;transform:translateY(-50%) scale(1.08)}.hero-carousel-arrow.left{left:14px}.hero-carousel-arrow.right{right:14px}.hero-carousel-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:5}.hero-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#fff3;cursor:pointer;padding:0;transition:all .35s cubic-bezier(.16,1,.3,1)}.hero-carousel-dot.active{background:#34d399;width:24px;border-radius:4px;box-shadow:0 0 8px #34d39966}@media(max-width:768px){.hero-carousel{height:220px;border-radius:14px;margin-bottom:14px}.hero-carousel-slide{flex-direction:row}.hero-carousel-content{flex:1;padding:20px 16px 20px 20px;gap:3px;z-index:3}.hero-carousel-title{font-size:18px;max-width:200px;-webkit-line-clamp:2}.hero-carousel-desc{font-size:11px;-webkit-line-clamp:1;max-width:200px}.hero-carousel-price{font-size:18px}.hero-carousel-badge{font-size:9px}.hero-carousel-cta{padding:7px 16px;font-size:11px;margin-top:8px}.hero-carousel-image-area{position:absolute;right:0;top:0;bottom:0;width:45%;padding:16px 12px;justify-content:center;align-items:center;z-index:1;opacity:.85;mask-image:linear-gradient(to right,transparent 0%,black 30%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 30%)}.hero-carousel-image{max-height:160px;max-width:100%}.hero-carousel-arrow{width:28px;height:28px;font-size:10px}.hero-carousel-arrow.left{left:6px}.hero-carousel-arrow.right{right:6px}.hero-carousel-dots{bottom:8px;gap:5px}.hero-carousel-dot{width:6px;height:6px}.hero-carousel-dot.active{width:16px}}@media(max-width:480px){.hero-carousel{height:200px;border-radius:12px}.hero-carousel-content{padding:16px 12px 16px 16px}.hero-carousel-title{font-size:16px;max-width:170px}.hero-carousel-desc{max-width:160px;font-size:10px}.hero-carousel-image-area{width:40%}.hero-carousel-image{max-height:130px}.hero-carousel-cta{padding:6px 14px;font-size:10px}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.product-card-animated{animation:fadeSlideUp .45s cubic-bezier(.23,1,.32,1) both}.product-card-oos{position:relative}.product-card-oos:after{content:"OUT OF STOCK";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffff8c;color:var(--navy-500, #64748b);font-weight:800;font-size:13px;letter-spacing:1.5px;border-radius:inherit;z-index:5;pointer-events:none;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.product-card:hover .primary-img{opacity:0;transform:scale(1.05)}.product-card:hover .hover-img{opacity:1!important;transform:scale(1.05)}@keyframes cartPulse{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}.cart-pulse{animation:cartPulse .3s ease-in-out}.colorful-select .ant-select-selector{border-radius:99px!important;font-weight:600!important;padding:0 10px!important}.colorful-select .ant-select-selection-item{color:inherit!important;font-weight:600!important;font-size:12px!important}.colorful-select .ant-select-arrow{color:inherit!important}.product-oos-chip{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:28px;padding:0 10px;border-radius:var(--radius-full);background:var(--rose-50);color:var(--rose-500);border:1.5px solid var(--rose-400);font-size:11px;font-weight:700;letter-spacing:.2px;white-space:nowrap;flex-shrink:0;cursor:default;-webkit-user-select:none;user-select:none}.product-oos-chip-sm{height:28px;width:28px;min-width:28px;padding:0;border-radius:50%;font-size:13px}.product-card-img-oos-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#fff1f2d1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:var(--rose-500);font-weight:800;font-size:11px;letter-spacing:1px;text-transform:uppercase;z-index:5;pointer-events:none;border-radius:inherit}.product-card-img-oos-overlay .anticon{font-size:22px;opacity:.8}.product-card-oos-dim{opacity:.78;filter:saturate(.6);transition:opacity .2s,filter .2s}.product-card-oos-dim:hover{opacity:.9;filter:saturate(.7);transform:none!important}.product-badge{position:absolute;top:8px;right:8px;z-index:2;color:#fff;padding:2px 8px;border-radius:var(--radius-full);font-size:10px;font-weight:700;display:flex;align-items:center;gap:3px}.product-badge-special{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600))}.product-badge-hot{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 4px #ef44444d}.product-badge-low-stock{top:auto;bottom:8px;right:8px;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 4px #f59e0b4d}.product-detail-oos-cta{display:flex;align-items:center;gap:14px;flex:1;width:100%;padding:14px 20px;border-radius:10px;background:var(--rose-50);border:1.5px dashed var(--rose-400);color:var(--rose-500)}.product-detail-oos-cta>.anticon{font-size:28px;flex-shrink:0}.product-detail-oos-title{display:block;font-size:16px;font-weight:700;font-family:Space Grotesk,sans-serif;color:var(--rose-500);line-height:1.2}.product-detail-oos-sub{display:flex;align-items:center;gap:5px;margin-top:3px;font-size:12px;color:var(--rose-400);font-weight:500}.bundle-oos-btn{width:100%;margin-top:12px;padding:4px 0;text-align:center;border-radius:6px;background:var(--rose-50);color:var(--rose-500);border:1.5px solid var(--rose-400);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:5px;cursor:default;-webkit-user-select:none;user-select:none}.login-logo-ring{width:96px;height:96px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px #0eb2ba1f,0 4px 20px #0c122226;transition:box-shadow .3s ease}.login-logo-ring:hover{box-shadow:0 0 0 12px #0eb2ba2e,0 4px 24px #0c122233}.login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:var(--radius-xl) var(--radius-xl) 0 0;background:linear-gradient(90deg,var(--emerald-500),var(--sky-500),var(--violet-500));background-size:200% 100%;animation:loginStripe 4s ease infinite}@keyframes loginStripe{0%{background-position:0% 0%}50%{background-position:100% 0%}to{background-position:0% 0%}}.bottom-nav-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex:1;padding:4px 0;cursor:pointer;color:var(--navy-400);transition:color .2s cubic-bezier(.16,1,.3,1);-webkit-tap-highlight-color:transparent}.bottom-nav-item.active{color:var(--emerald-600)}.bottom-nav-label{font-size:10px;font-weight:500;font-family:Space Grotesk,sans-serif;line-height:1}.bottom-nav-item.active .bottom-nav-label{font-weight:700}.bottom-nav-pill{position:absolute;top:-2px;left:50%;transform:translate(-50%);width:24px;height:3px;border-radius:0 0 4px 4px;background:linear-gradient(90deg,var(--emerald-500),var(--emerald-400));animation:pillSlide .3s cubic-bezier(.16,1,.3,1)}@keyframes pillSlide{0%{width:0;opacity:0}to{width:24px;opacity:1}}.bell-unread .anticon-bell{animation:bellWiggle 2.5s ease-in-out infinite}@keyframes bellWiggle{0%,to{transform:rotate(0)}8%{transform:rotate(12deg)}16%{transform:rotate(-10deg)}24%{transform:rotate(6deg)}32%{transform:rotate(-4deg)}40%{transform:rotate(0)}}
