:root{--bg:#f4f7fb;--ink:#102033;--muted:#667085;--card:#fff;--line:#e7edf5;--blue:#185cff;--cyan:#11b5c8;--orange:#ff9f1c;--primary:#185cff;--secondary:#11b5c8;--accent:#ff9f1c;--red:#ef4444;--dark:#07162c;--shadow:0 18px 45px rgba(16,32,51,.1)}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f4f9ff 0,var(--bg) 45%,#eef8fb 100%);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}body,html{overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}canvas,img,svg,video{max-width:100%}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:76px;padding:0 28px;gap:24px;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand,.topbar{display:flex;align-items:center}.brand{gap:10px;font-size:23px;font-weight:900;white-space:nowrap}.logoMark{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;box-shadow:var(--shadow)}.navlinks{display:flex;align-items:center;gap:18px;margin-left:auto;color:#344054;font-weight:650}.navlinks a:hover{color:var(--blue)}.whatsapp{background:#16a34a;color:#fff;padding:11px 16px;border-radius:999px;font-weight:800}.searchBox{display:flex;gap:8px;max-width:760px;margin-top:28px;padding:8px;background:#fff;border-radius:22px;box-shadow:var(--shadow)}.searchBoxAutocomplete{position:relative;flex:1 1}.searchBox input{flex:1 1;border:0;outline:0;padding:14px 16px;border-radius:18px}.btn,.searchBox button{border:0;background:linear-gradient(135deg,var(--orange),#ff6b35);color:#fff;border-radius:17px;padding:13px 20px;font-weight:900;cursor:pointer}main,main.page{margin-left:260px!important;width:calc(100% - 260px)!important;max-width:calc(100% - 260px)!important;min-height:calc(100vh - 72px);padding:20px 16px!important;box-sizing:border-box!important;overflow-x:hidden!important;position:relative;z-index:1}main.page .productGrid,main>*{max-width:100%!important}main.page .productGrid{width:100%!important}.container,.content,.hero,.heroGrid,.wrapper{max-width:100%!important}.site-header{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:3000!important;margin-left:260px!important;width:calc(100% - 260px)!important;min-height:78px!important;padding:8px 24px 8px 22px!important;display:flex;align-items:center;justify-content:space-between;background:#fff!important;border-bottom:1px solid #e5e7eb}.header-menu-btn{display:none;min-width:40px;height:40px;padding:0 12px;border:1px solid #dbe4ee;border-radius:10px;background:#f8fafc;color:#102033;font-size:14px;font-weight:900;line-height:1;align-items:center;justify-content:center;gap:7px;cursor:pointer}.header-menu-icon{font-size:20px}.header-menu-text{display:none}.brand-logo{display:flex;align-items:center;gap:0;flex-shrink:0}.brand-logo-img{width:60px!important;height:60px!important;border-radius:12px!important}.brand-text{display:flex;flex-direction:column;line-height:1;gap:2px!important;margin-left:2px!important}.brand-text strong{font-size:22px;font-weight:900;line-height:1!important}.brand-text span{font-size:13px!important;color:#667085}.site-nav{display:flex;align-items:center;gap:16px;position:relative;z-index:3100;flex-shrink:0}.site-nav a{text-decoration:none;font-weight:800;color:#102033}.nav-icon{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;font-size:20px;transition:.2s;position:relative;z-index:3100}.mobile-bottom-nav,.mobile-top-actions,.mobile-top-wishlist{display:none}.mobile-account-guest-layer{position:fixed;inset:0;z-index:3490;background:transparent}.mobile-account-guest-pop{position:fixed;right:14px;bottom:84px;width:min(260px,calc(100vw - 28px));border-radius:14px;border:1px solid #e2e8f0;background:hsla(0,0%,100%,.98);box-shadow:0 18px 40px rgba(15,23,42,.18);padding:12px;animation:mobilePopIn .2s ease-out}.mobile-account-guest-pop p{margin:0 0 10px;color:#1f2937;font-size:13px;font-weight:700}.mobile-account-guest-signin{display:block;text-decoration:none;text-align:center;background:#185cff;color:#fff;border-radius:10px;padding:9px 12px;font-size:13px;font-weight:800}.mobile-account-sheet-layer{position:fixed;inset:0;background:rgba(15,23,42,.25);z-index:3500;display:flex;align-items:flex-end;justify-content:center;padding:0 10px 96px}.mobile-account-sheet{width:100%;max-width:420px;border-radius:18px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 18px 45px rgba(15,23,42,.18);padding:12px;animation:mobileSheetIn .24s ease-out}@keyframes mobilePopIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mobileSheetIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.navBadge{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;border:2px solid #fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:950;line-height:1}.nav-icon:hover{background:#185cff;color:#fff}.cartIconPulse{animation:cartIconPulse .42s ease}@keyframes cartIconPulse{0%{transform:scale(1)}45%{transform:scale(1.16);background:#dcfce7;color:#15803d}to{transform:scale(1)}}.header-search{align-items:center!important;gap:8px!important;max-width:680px!important;margin-left:18px!important;margin-right:20px!important}.header-search,.header-search-input-wrap{flex:1 1!important;display:flex!important}.header-search-input-wrap{position:relative!important}.header-search-autocomplete{position:relative!important;flex:1 1!important}.header-search-input-wrap input{width:100%!important;height:44px!important;padding:10px 48px 10px 16px!important;border:1px solid #d9e2ef!important;border-radius:999px!important;outline:none!important;background:#fff!important;color:#102033!important}.searchSuggestDropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #d9e2ef;border-radius:18px;box-shadow:0 18px 40px rgba(16,32,51,.14);padding:8px;display:grid;grid-gap:6px;gap:6px;z-index:80}.searchSuggestItem{border:0;background:#fff;color:#102033;text-align:left;border-radius:14px;padding:10px 12px;cursor:pointer;display:grid;grid-gap:4px;gap:4px}.searchSuggestItem.active,.searchSuggestItem:hover{background:#f4f8ff}.searchSuggestLabel{font-size:14px;font-weight:800}.searchSuggestMeta{color:#64748b;font-size:12px;font-weight:700}.searchSuggestMeta b{text-transform:capitalize}.searchSuggestState{padding:10px 12px;color:#64748b;font-size:13px;font-weight:700}.header-camera-btn{position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;width:34px!important;height:34px!important;border:none!important;border-radius:999px!important;background:#f1f5f9!important;color:#185cff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;padding:0!important}.header-camera-btn:hover{background:#e0ecff!important}.header-search-btn{height:44px!important;padding:0 22px!important;border:none!important;border-radius:999px!important;background:#ff7a00!important;color:#fff!important;font-weight:900!important;cursor:pointer!important;white-space:nowrap!important}.header-search-btn:hover{background:#f06f00!important}@media (max-width:992px){.site-header{margin-left:0!important;width:100%!important;min-height:0!important;padding:10px 14px 12px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand wishlist" "search search search";grid-row-gap:8px;row-gap:8px;align-items:center!important}.header-menu-btn{display:none!important;min-width:42px;width:42px;height:42px;padding:0;border-radius:12px}.brand-logo{grid-area:brand;min-width:0;justify-self:start;max-width:calc(100vw - 92px)}.brand-logo-img{width:42px!important;height:42px!important;border-radius:10px!important}.brand-text strong{font-size:14px}.brand-text span{font-size:10px!important}.mobile-top-wishlist{grid-area:wishlist;justify-self:end;width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;position:relative;background:#f1f5f9;border:1px solid #dbe4ee;text-decoration:none;color:#e11d48;box-shadow:0 6px 18px rgba(15,23,42,.08)}.mobile-top-wishlist-icon{font-size:19px;line-height:1;transform:translateY(1px)}.mobile-top-wishlist b{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;border:2px solid #fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;line-height:1}.header-search{grid-area:search;width:100%!important;max-width:none!important;margin:0!important}.header-search-btn,.header-search-input-wrap input{height:40px!important}.header-camera-btn{width:32px!important;height:32px!important}.site-nav{display:none!important}}.image-picker-layer{position:fixed;inset:0;z-index:3800;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.42);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.image-picker-sheet{width:min(440px,100%);padding:18px;border:1px solid #dbe7f3;border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.25)}.image-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.image-picker-actions span,.image-picker-head div{display:grid;grid-gap:3px;gap:3px}.image-picker-head strong{color:#102033;font-size:20px}.image-picker-actions small,.image-picker-head span{color:#64748b;font-size:12px}.image-picker-head button{width:34px;height:34px;border:0;border-radius:999px;background:#f1f5f9;color:#102033;font-size:22px;cursor:pointer}.image-picker-actions{display:grid;grid-gap:9px;gap:9px}.image-picker-actions a,.image-picker-actions button{width:100%;min-height:68px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:11px 13px;border:1px solid #dbe7f3;border-radius:16px;background:#f8fbff;color:#102033;text-align:left;text-decoration:none;cursor:pointer;font-family:inherit}.image-picker-actions svg{width:30px;height:30px;color:#185cff}.fixed-category-sidebar{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:260px!important;z-index:2000!important;border-radius:0!important;background:#0f172a!important;color:#fff!important;border-right:1px solid hsla(0,0%,100%,.1);box-shadow:12px 0 32px rgba(15,23,42,.18);overflow:visible;transition:transform .24s ease}.fixed-category-sidebar:before{content:"";position:fixed;top:0;left:0;bottom:0;width:260px;background:#0f172a;z-index:-1}.fixed-category-sidebar:after{display:none!important}.fixed-category-title{min-height:72px;display:flex;align-items:center;padding:0 18px;font-size:20px;font-weight:900;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.12);background:linear-gradient(135deg,#1e3a8a,#0f172a)}.fixed-category-list{height:calc(100% - 72px);overflow-y:auto;padding:10px;background:#0f172a}.fixed-category-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border-radius:12px;text-decoration:none;color:hsla(0,0%,100%,.88);font-weight:750;font-size:14px;transition:all .2s}.fixed-category-item.active,.fixed-category-item:hover{background:hsla(0,0%,100%,.1);color:#fff}.fixed-category-item b{color:#f59e0b}.menuItem{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border-radius:12px;text-decoration:none;color:hsla(0,0%,100%,.88);font-weight:750;font-size:14px;transition:all .2s}.menuItem.active,.menuItem:hover{background:hsla(0,0%,100%,.1);color:#fff}.menuItem.logout{background:transparent;border:0;width:100%;text-align:left;cursor:pointer;color:#f87171}.menuItem.logout:hover{background:rgba(239,68,68,.18);color:#fff}.fixed-category-list::-webkit-scrollbar,.fixed-category-sidebar::-webkit-scrollbar{width:6px}.fixed-category-list::-webkit-scrollbar-thumb,.fixed-category-sidebar::-webkit-scrollbar-thumb{background:#475569;border-radius:999px}.megaCategoryLayout{position:relative;height:calc(100% - 72px);padding:12px;overflow:visible}.megaCategoryMain{min-height:0;height:100%;overflow-y:auto;background:linear-gradient(180deg,rgba(30,41,59,.96),rgba(15,23,42,.92));border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:10px;display:grid;grid-gap:8px;gap:8px}.megaCategoryMiddle,.megaCategoryRight{position:absolute;top:10px;left:calc(100% + 10px);width:260px;max-height:calc(100vh - 92px);overflow-y:auto;background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 24px 60px rgba(15,23,42,.22);padding:10px;display:grid;align-content:start;grid-gap:6px;gap:6px;z-index:2600}.megaCategoryRight{left:calc(100% + 280px);width:min(440px,calc(100vw - 560px));min-width:340px;grid-template-columns:repeat(4,minmax(0,1fr))}.megaMainItem,.megaMiddleItem{border:0;background:transparent;color:hsla(0,0%,100%,.88);text-align:left;padding:12px;border-radius:12px;cursor:pointer;font-size:13px;font-weight:800;line-height:1.25;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.megaBackButton:focus-visible,.megaGhostButton:focus-visible,.megaMainItem:focus-visible,.megaMiddleItem:focus-visible,.megaQuickLink:focus-visible,.megaSubCard:focus-visible{outline:2px solid #f59e0b;outline-offset:2px}.megaCategoryMiddle .megaMiddleItem{color:#172033;background:#fff;border:1px solid #e2e8f0}.megaMainItem.active,.megaMainItem:hover,.megaMiddleItem.active,.megaMiddleItem:hover{background:hsla(0,0%,100%,.16);color:#fff;transform:translateX(2px)}.megaCategoryMiddle .megaMiddleItem.active,.megaCategoryMiddle .megaMiddleItem:hover{background:#eff6ff;color:#185cff;box-shadow:0 10px 20px rgba(37,99,235,.08);transform:none}.megaSubCard{display:grid;align-content:start;grid-gap:5px;gap:5px;text-decoration:none;color:#172033;padding:6px;border-radius:9px;text-align:left;background:#fff;border:1px solid #e2e8f0;box-shadow:0 5px 16px rgba(15,23,42,.06);transition:background .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease}.megaSubCard:hover{background:#f8fbff;border-color:#bfdbfe;box-shadow:0 16px 28px rgba(15,23,42,.1);transform:translateY(-2px)}.megaSubCard img{width:100%;height:50px;object-fit:cover;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;display:block}.megaSubCard span{display:-webkit-box;min-height:24px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:10px;font-weight:800;line-height:1.2}.megaEmptyState{color:#64748b;font-size:13px;padding:10px}.megaSectionIntro{display:grid;grid-gap:4px;gap:4px;padding:10px 12px 12px;border-radius:12px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);margin-bottom:4px}.megaSectionIntro strong{color:#fff;font-size:13px;font-weight:900}.megaSectionIntro span{color:hsla(0,0%,100%,.72);font-size:11px;line-height:1.4}.megaInfoState{padding:12px;border-radius:12px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.86);font-size:12px;line-height:1.5}.megaSkeletonList{display:grid;grid-gap:8px;gap:8px}.megaSkeletonRow{min-height:42px;border-radius:12px;background:linear-gradient(90deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.14) 50%,hsla(0,0%,100%,.08));background-size:200% 100%;animation:megaSkeletonPulse 1.15s ease-in-out infinite}.megaInlineStatus{grid-column:1/-1;padding:9px 11px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:11px;font-weight:700;line-height:1.45}.megaInfoStateError{color:#fecaca;background:rgba(127,29,29,.28);border-color:hsla(0,94%,82%,.18)}.megaPanelHeader{grid-column:1/-1;display:flex;align-items:center;gap:8px;min-width:0;margin-bottom:2px}.megaPanelHeaderItems{margin-bottom:6px}.megaBackButton{background:#fff;font-size:12px;flex:0 0 auto}.megaBackButton,.megaGhostButton{border:1px solid #dbe4ea;color:#0f172a;border-radius:999px;min-height:30px;padding:6px 12px;font-weight:800;cursor:pointer}.megaGhostButton{margin-left:auto;background:#f8fafc;font-size:11px}.megaQuickLink{display:inline-flex;align-items:center;justify-content:flex-start;width:-moz-fit-content;width:fit-content;max-width:100%;margin-bottom:4px;text-decoration:none;color:#185cff;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:900;line-height:1.2}.megaPanelHeader strong{min-width:0;overflow:hidden;color:inherit;font-size:12px;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}@media (max-width:992px){.categorySidebarAllLink,.megaMainItem b{display:none}.fixed-category-sidebar{top:var(--dropzi-mobile-header-height,116px)!important;bottom:auto!important;width:100%!important;max-width:100%!important;max-height:min(72vh,calc(100vh - var(--dropzi-mobile-header-height, 116px) - 24px));border-right:0;border-top:1px solid hsla(0,0%,100%,.08);transform:translateX(-100%);overflow-y:auto;box-shadow:12px 0 36px rgba(2,6,23,.42)}.fixed-category-sidebar:before,.fixed-category-title{display:none}.megaCategoryLayout,.megaCategoryLayout.mobileFlow{height:auto;max-height:inherit;padding:5px;overflow-y:auto;display:block}.megaCategoryMiddle,.megaCategoryRight{position:static;width:auto;min-width:0;max-height:none;margin-top:0;left:auto;background:linear-gradient(180deg,rgba(30,41,59,.96),rgba(15,23,42,.92));color:hsla(0,0%,100%,.92);border:1px solid hsla(0,0%,100%,.08);box-shadow:none;padding:4px;gap:3px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.megaCategoryRight{grid-template-columns:repeat(3,minmax(0,1fr))}.megaCategoryLayout.mobileFlow .megaCategoryMain,.megaCategoryLayout.mobileFlow .megaCategoryMiddle,.megaCategoryLayout.mobileFlow .megaCategoryRight{margin-top:0}.megaPanelHeader{justify-content:flex-start;margin-bottom:6px;padding-bottom:0}.megaMainItem,.megaMiddleItem{transform:none!important;padding:10px 12px;border-radius:10px;font-size:13px;min-height:44px;line-height:1.25}.megaCategoryMain{padding:8px;gap:6px;align-content:start;background:linear-gradient(180deg,rgba(30,41,59,.92),rgba(15,23,42,.88));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.megaCategoryMiddle .megaMiddleItem{color:hsla(0,0%,100%,.94);background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.09)}.megaCategoryMiddle .megaMiddleItem.active,.megaCategoryMiddle .megaMiddleItem:hover{background:hsla(0,0%,100%,.14);color:#fff;box-shadow:none}.megaSubCard{padding:6px;gap:6px;border-radius:10px;background:hsla(0,0%,100%,.92);box-shadow:0 3px 8px rgba(2,6,23,.1);border-color:rgba(226,232,240,.92)}.megaSubCard img{height:52px;border-radius:6px}.megaSubCard span{font-size:11px;min-height:28px;line-height:1.2}.megaBackButton{background:hsla(0,0%,100%,.08);color:#fff;border:1px solid hsla(0,0%,100%,.12);min-height:32px;min-width:32px;padding:4px 10px;font-size:12px}.megaPanelHeader strong{color:hsla(0,0%,100%,.96);font-size:13px}.megaSectionIntro{padding:12px;margin-bottom:6px}.megaSectionIntro strong{font-size:14px}.megaInfoState,.megaInlineStatus,.megaQuickLink,.megaSectionIntro span{font-size:12px}.megaGhostButton{min-height:32px;padding:5px 10px}.mobilePanel{animation-duration:.22s;animation-timing-function:ease;animation-fill-mode:both}.mobile-forward{animation-name:mobilePanelForward}.mobile-backward{animation-name:mobilePanelBackward}@keyframes mobilePanelForward{0%{opacity:0;transform:translateX(18px)}to{opacity:1;transform:translateX(0)}}@keyframes mobilePanelBackward{0%{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:translateX(0)}}body.dropzi-sidebar-open .fixed-category-sidebar{transform:translateX(0)!important}body.dropzi-sidebar-open:before{display:none}}@keyframes megaSkeletonPulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:993px){.category-fixed-sidebar{background:radial-gradient(circle at 16% 4%,rgba(37,99,235,.25),transparent 25%),linear-gradient(180deg,#101e38,#0c172b)!important;border-right-color:rgba(148,163,184,.18);box-shadow:14px 0 38px rgba(15,23,42,.16)}.category-fixed-sidebar:before{background:radial-gradient(circle at 16% 4%,rgba(37,99,235,.25),transparent 25%),linear-gradient(180deg,#101e38,#0c172b)}.category-fixed-sidebar .categorySidebarHeader{min-height:82px;gap:11px;padding:0 15px;border-bottom-color:rgba(148,163,184,.15);background:rgba(8,20,40,.42)}.categorySidebarMark{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(147,197,253,.28);border-radius:12px;background:linear-gradient(145deg,#2563eb,#1649b8);color:#fff;box-shadow:0 10px 22px rgba(37,99,235,.25)}.categorySidebarMark svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linejoin:round}.categorySidebarTitleCopy{min-width:0;display:grid;grid-gap:3px;gap:3px}.categorySidebarTitleCopy strong{overflow:hidden;color:#fff;font-size:14px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.categorySidebarTitleCopy small{color:rgba(191,219,254,.72);font-size:9.5px;font-weight:750;letter-spacing:.02em}.category-fixed-sidebar .megaCategoryLayout{height:calc(100% - 82px);padding:10px}.category-fixed-sidebar .megaCategoryMain{align-content:start;gap:5px;padding:7px;border-color:rgba(148,163,184,.13);border-radius:16px;background:rgba(7,18,35,.42);scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.38) transparent}.category-fixed-sidebar .megaSectionIntro{gap:5px;margin-bottom:5px;padding:12px;border-color:rgba(147,197,253,.13);border-radius:13px;background:linear-gradient(145deg,rgba(37,99,235,.17),hsla(0,0%,100%,.035))}.category-fixed-sidebar .megaSectionIntro strong{font-size:12px}.category-fixed-sidebar .megaSectionIntro span{color:rgba(203,213,225,.68);font-size:9.5px}.categorySidebarAllLink{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:5px;padding:0 9px;border:1px solid rgba(147,197,253,.18);border-radius:9px;background:rgba(37,99,235,.13);color:#dbeafe;font-size:9.5px;font-weight:850;text-decoration:none;transition:background-color .18s ease,border-color .18s ease}.categorySidebarAllLink:hover{border-color:rgba(147,197,253,.4);background:rgba(37,99,235,.25)}.category-fixed-sidebar .megaMainItem{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:1px solid transparent;border-radius:10px;color:rgba(226,232,240,.88);font-size:11px;line-height:1.25}.category-fixed-sidebar .megaMainItem span{min-width:0;overflow:hidden;text-overflow:ellipsis}.category-fixed-sidebar .megaMainItem b{flex:0 0 auto;color:rgba(147,197,253,.7);font-size:17px;font-weight:500;line-height:1;transition:transform .18s ease,color .18s ease}.category-fixed-sidebar .megaMainItem.active,.category-fixed-sidebar .megaMainItem:hover{border-color:rgba(147,197,253,.18);background:linear-gradient(90deg,rgba(37,99,235,.25),hsla(0,0%,100%,.055));box-shadow:inset 3px 0 #60a5fa;transform:none}.category-fixed-sidebar .megaMainItem.active b,.category-fixed-sidebar .megaMainItem:hover b{color:#fff;transform:translateX(2px)}.category-fixed-sidebar .megaCategoryMiddle,.category-fixed-sidebar .megaCategoryRight{top:8px;border-color:#d8e4f1;border-radius:16px;background:hsla(0,0%,100%,.98);box-shadow:0 26px 70px rgba(15,23,42,.22);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.category-fixed-sidebar .megaCategoryMiddle{width:270px}.category-fixed-sidebar .megaCategoryRight{left:calc(100% + 290px);border-radius:18px}.category-fixed-sidebar .megaCategoryMiddle .megaMiddleItem{min-height:40px;padding:9px 10px;border-color:#e5edf6;border-radius:9px;font-size:11px}.category-fixed-sidebar .megaSubCard{border-radius:11px}.category-fixed-sidebar .megaSubCard img{height:58px}}.homeHero{width:calc(100% - 24px)!important;margin:12px 12px 20px!important;display:grid;grid-template-columns:minmax(0,2.45fr) minmax(220px,.8fr);grid-gap:12px;gap:12px;align-items:stretch}.home-slider{position:relative;width:100%!important;min-width:0;max-width:none!important;aspect-ratio:12/5;min-height:250px;max-height:450px;margin:0!important;border:1px solid #dce6f2;border-radius:20px;overflow:hidden;background:#eef4fb;box-shadow:0 18px 44px rgba(15,23,42,.1);isolation:isolate;touch-action:pan-y}.home-slider-loading,.home-slider-track{position:absolute;inset:0}.home-slider-loading{background:linear-gradient(110deg,transparent 30%,hsla(0,0%,100%,.75) 46%,transparent 62%) -200% 0 /200% 100% no-repeat,linear-gradient(135deg,#e9f0f8,#f7f9fc);animation:home-slider-loading 1.4s ease-in-out infinite}@keyframes home-slider-loading{to{background-position:200% 0,0 0}}.home-slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s ease,visibility .55s ease}.home-slide.active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.home-slide picture,.home-slide-img{position:absolute;inset:0;width:100%;height:100%;display:block}.home-slide-img{object-fit:cover;object-position:center}.home-slide.image-only .home-slide-img{object-fit:contain;background:#f7f9fc}.home-slide-content{position:relative;z-index:2;width:min(53%,600px);height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(28px,4vw,58px);color:#0f2749}.home-slide-eyebrow{margin-bottom:10px;color:#185cff;font-size:clamp(10px,.9vw,13px);font-weight:950;letter-spacing:.08em;text-transform:uppercase}.home-slide-content h2{max-width:560px;margin:0;font-size:clamp(26px,3vw,48px);line-height:1.02;letter-spacing:-.035em}.home-slide-content p{max-width:480px;margin:14px 0 0;color:#475569;font-size:clamp(12px,1.15vw,17px);font-weight:650;line-height:1.55}.home-slide-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:clamp(16px,2.2vw,28px)}.home-slide-primary,.home-slide-secondary{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:11px;font-size:12px;font-weight:900;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.home-slide-primary{background:#185cff;color:#fff;box-shadow:0 12px 24px rgba(24,92,255,.24)}.home-slide-secondary{border:1px solid #cbd5e1;background:hsla(0,0%,100%,.82);color:#0f2749}.home-slide-primary:hover,.home-slide-secondary:hover{transform:translateY(-1px)}.home-slider-arrow{position:absolute;top:50%;z-index:6;width:42px;height:42px;display:inline-grid;place-items:center;padding:0;border:1px solid hsla(0,0%,100%,.75);border-radius:999px;background:rgba(15,23,42,.55);color:#fff;box-shadow:0 10px 24px rgba(15,23,42,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transform:translateY(-50%);transition:background-color .18s ease,transform .18s ease}.home-slider-arrow:hover{background:#185cff;transform:translateY(-50%) scale(1.04)}.home-slider-arrow.previous{left:14px}.home-slider-arrow.next{right:14px}.home-slider-arrow svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.homePromoStack{display:grid;grid-template-rows:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;min-height:0}.homePromoBanner{position:relative;display:flex;align-items:flex-end;min-height:0;padding:16px;border-radius:15px;overflow:hidden;background:linear-gradient(135deg,#102b58,#185cff);border:1px solid rgba(24,92,255,.14);box-shadow:0 12px 28px rgba(15,23,42,.09);color:#fff;text-decoration:none;isolation:isolate}.homePromoBanner img,.homePromoBanner picture,.homePromoScrim{position:absolute;inset:0;width:100%;height:100%}.homePromoBanner img{object-fit:cover;opacity:.46;transition:transform .3s ease,opacity .3s ease}.homePromoScrim{z-index:1;background:linear-gradient(90deg,rgba(8,25,53,.94),rgba(8,25,53,.35))}.homePromoBanner:hover img{transform:scale(1.04);opacity:.58}.homePromoContent{position:relative;z-index:2;min-width:0;display:grid;grid-gap:5px;gap:5px;padding-right:34px}.homePromoContent b{font-size:clamp(13px,1.25vw,17px);line-height:1.18}.homePromoContent small{display:-webkit-box;overflow:hidden;color:hsla(0,0%,100%,.78);font-size:10px;font-weight:700;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.homePromoArrow{position:absolute;right:12px;bottom:12px;z-index:2;width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:hsla(0,0%,100%,.18);transition:background-color .18s ease,transform .18s ease}.homePromoBanner:hover .homePromoArrow{background:#ff7a00;transform:translateX(2px)}.homePromoArrow svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-slider-status{position:absolute;left:50%;bottom:12px;z-index:7;display:flex;align-items:center;gap:8px;transform:translateX(-50%)}.home-slider-count,.home-slider-dots{min-height:30px;display:inline-flex;align-items:center;border:1px solid hsla(0,0%,100%,.45);border-radius:999px;background:rgba(15,23,42,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-slider-count{padding:0 10px;color:#fff;font-size:10px;font-weight:900;letter-spacing:.05em}.home-slider-dots{gap:6px;padding:0 8px}.home-slider-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:hsla(0,0%,100%,.7);cursor:pointer;transition:width .2s ease,background-color .2s ease}.home-slider-dots button.active{width:20px;background:#ff7a00}@media (max-width:1280px){.homeHero{grid-template-columns:minmax(0,2.3fr) minmax(205px,.82fr)}}@media (max-width:1024px){.homeHero{grid-template-columns:minmax(0,2fr) minmax(190px,.85fr);gap:10px}.home-slider{min-height:230px}.home-slide-content{padding:26px}.homePromoBanner{padding:12px}}@media (max-width:768px){.homeHero{width:100%!important;margin:8px 0 18px!important;grid-template-columns:1fr;gap:10px}.home-slider{width:100%!important;min-height:0;max-height:none;margin:0!important;border-radius:16px}.home-slider,.home-slider.content-slide-active,.home-slider.image-slide-active{aspect-ratio:3/2}.home-slide-content{width:100%;height:50%;justify-content:flex-start;padding:18px 18px 0}.home-slide-eyebrow{margin-bottom:6px;font-size:8px}.home-slide-content h2{max-width:76%;font-size:clamp(22px,6.2vw,28px)}.home-slide-content p{max-width:78%;margin-top:7px;font-size:11px;line-height:1.35}.home-slide-actions{gap:7px;margin-top:10px}.home-slide-primary,.home-slide-secondary{min-height:34px;padding:0 11px;border-radius:9px;font-size:10px}.home-slider-arrow{width:36px;height:36px}.home-slider-arrow.previous{left:8px}.home-slider-arrow.next{right:8px}.home-slider.content-slide-active .home-slider-arrow{top:68%}.home-slider-arrow svg{width:18px;height:18px}.home-slider-status{bottom:8px}.home-slider-count{display:none}.homePromoStack{display:flex;gap:8px;overflow-x:auto;padding:1px 1px 6px;scroll-snap-type:x mandatory;scrollbar-width:none}.homePromoStack::-webkit-scrollbar{display:none}.homePromoBanner{flex:0 0 min(74vw,250px);min-height:94px;padding:13px;border-radius:12px;scroll-snap-align:start}.homePromoContent b{font-size:13px}.homePromoContent small{font-size:9.5px}}@media (max-width:430px){.home-slide-content{padding:15px 15px 0}.home-slide-content h2{font-size:21px}.home-slide-content p{max-width:84%;font-size:10px}.home-slide-actions{margin-top:8px}}@media (max-width:375px){.home-slide-content p,.home-slide-eyebrow{display:none}.home-slide-actions{margin-top:9px}.home-slider-dots button{width:7px;height:7px}.home-slider-dots button.active{width:18px}}@media (prefers-reduced-motion:reduce){.home-slide,.home-slide-img,.home-slider-arrow,.home-slider-loading,.homePromoBanner img{transition:none!important}.home-slider-loading{animation:none}}.homeCategorySection,.homeTrustStrip{box-sizing:border-box;width:calc(100% - 24px);margin-right:12px;margin-left:12px}.homeTrustStrip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;margin-top:0;margin-bottom:26px;border:1px solid #dce6f2;border-radius:17px;background:hsla(0,0%,100%,.92);box-shadow:0 12px 34px rgba(15,23,42,.06)}.homeTrustItem{position:relative;min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:11px;gap:11px;align-items:center;padding:15px 17px}.homeTrustItem:not(:last-child):after{content:"";position:absolute;top:18%;right:0;bottom:18%;width:1px;background:#e5edf6}.homeTrustIcon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px}.homeTrustIcon.delivery,.homeTrustIcon.verified{background:#ecfdf5;color:#047857}.homeTrustIcon.pricing{background:#fff7ed;color:#c2410c}.homeTrustIcon.tracking{background:#eff6ff;color:#1d4ed8}.homeTrustIcon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.homeTrustCopy{min-width:0;display:grid;grid-gap:3px;gap:3px}.homeTrustCopy b{overflow:hidden;color:#102033;font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.homeTrustCopy small{display:-webkit-box;overflow:hidden;color:#64748b;font-size:10px;font-weight:700;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.homeCategorySection{margin-bottom:30px;padding:22px;border:1px solid #dce6f2;border-radius:22px;background:hsla(0,0%,100%,.84);box-shadow:0 16px 40px rgba(15,23,42,.07)}.homeSectionHeading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.homeSectionEyebrow{display:block;margin-bottom:5px;color:#185cff;font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.homeSectionHeading h2{margin:0;color:#102033;font-size:clamp(23px,2.2vw,31px);line-height:1.08;letter-spacing:-.025em}.homeSectionHeading p{margin:7px 0 0;color:#64748b;font-size:12px;font-weight:700}.homeSectionLink{flex:0 0 auto;min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:1px solid #cbdcf4;border-radius:10px;background:#f8fbff;color:#185cff;font-size:11px;font-weight:900;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.homeSectionLink:hover{border-color:#93c5fd;background:#eff6ff;transform:translateY(-1px)}.homeCategoryCardCopy small svg,.homeSectionLink svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.homeCategoryGrid{width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}.homeCategoryCard{min-width:0;overflow:hidden;border:1px solid #e0e8f1;border-radius:15px;background:#fff;color:#102033;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.homeCategoryCard:hover{border-color:#b8d2f5;box-shadow:0 14px 26px rgba(15,23,42,.1);transform:translateY(-3px)}.homeCategoryImageWrap{position:relative;display:block;overflow:hidden;aspect-ratio:4/3;margin:7px 7px 0;border-radius:11px;background:linear-gradient(135deg,#f1f5f9,#e7eef7)}.homeCategoryImageWrap img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .24s ease}.homeCategoryCard:hover .homeCategoryImageWrap img{transform:scale(1.035)}.homeCategoryCardCopy{min-width:0;display:grid;grid-gap:7px;gap:7px;padding:10px 10px 11px}.homeCategoryCardCopy b{display:-webkit-box;min-height:32px;overflow:hidden;font-size:12px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.homeCategoryCardCopy small{display:inline-flex;align-items:center;gap:4px;color:#64748b;font-size:9.5px;font-weight:850}.homeCategoryEmpty{min-height:130px;display:grid;place-items:center;grid-gap:10px;gap:10px;padding:20px;border:1px dashed #cbd5e1;border-radius:15px;background:#f8fafc;color:#64748b;text-align:center;font-size:13px;font-weight:750}.homeCategoryEmpty a{color:#185cff;font-weight:900}@media (max-width:1200px){.homeCategoryGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:768px){.homeCategorySection,.homeTrustStrip{width:100%;margin-right:0;margin-left:0}.homeTrustStrip{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px;border-radius:15px}.homeTrustItem{grid-template-columns:34px minmax(0,1fr);gap:8px;padding:11px 10px}.homeTrustItem:not(:last-child):after{display:none}.homeTrustItem:nth-child(odd){border-right:1px solid #e5edf6}.homeTrustItem:nth-child(-n+2){border-bottom:1px solid #e5edf6}.homeTrustIcon{width:34px;height:34px;border-radius:10px}.homeTrustIcon svg{width:18px;height:18px}.homeTrustCopy b{font-size:10.5px}.homeTrustCopy small{font-size:8.5px}.homeCategorySection{margin-bottom:22px;padding:15px 12px;border-radius:18px}.homeSectionHeading{align-items:center;gap:10px;margin-bottom:13px}.homeSectionEyebrow,.homeSectionHeading p{display:none}.homeSectionHeading h2{font-size:20px}.homeSectionLink{min-height:34px;padding:0 10px;font-size:9.5px}.homeCategoryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.homeCategoryCard{border-radius:11px}.homeCategoryCard:hover{transform:none}.homeCategoryImageWrap{aspect-ratio:1;margin:4px 4px 0;border-radius:8px}.homeCategoryCardCopy{gap:0;padding:7px 4px 8px;text-align:center}.homeCategoryCardCopy b{min-height:28px;font-size:9px;line-height:1.28}.homeCategoryCardCopy small{display:none}}@media (max-width:375px){.homeCategorySection{padding-right:9px;padding-left:9px}.homeCategoryGrid{gap:5px}.homeCategoryCardCopy b{font-size:8.5px}}.homeHowSection{box-sizing:border-box;width:calc(100% - 24px);margin:0 12px 34px}.homeHowHeading{max-width:620px;margin-bottom:18px}.homeHowHeading h2{margin:0;color:#102033;font-size:clamp(25px,2.4vw,34px);line-height:1.08;letter-spacing:-.03em}.homeHowHeading p{margin:8px 0 0;color:#64748b;font-size:12px;font-weight:700;line-height:1.55}.homeProcessGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.homeProcessCard{position:relative;min-width:0;min-height:178px;padding:18px;border:1px solid #dce6f2;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.055)}.homeProcessCard:not(:last-child):after{content:"";position:absolute;top:39px;right:-13px;z-index:2;width:14px;height:2px;background:#a8c4ed}.homeProcessNumber{position:absolute;top:15px;right:16px;color:#b7c5d6;font-size:11px;font-weight:950;letter-spacing:.08em}.homeProcessIcon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:15px;border-radius:14px;background:#eff6ff;color:#185cff}.homeProcessIcon.quote{background:#fff7ed;color:#c2410c}.homeProcessIcon.confirm{background:#f5f3ff;color:#6d28d9}.homeProcessIcon.delivery{background:#ecfdf5;color:#047857}.homeProcessIcon svg,.homeSourcingPrimary svg,.homeSourcingVisualIcon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.homeProcessCard h3{margin:0;color:#102033;font-size:14px;line-height:1.3}.homeProcessCard p{margin:8px 0 0;color:#64748b;font-size:10.5px;font-weight:650;line-height:1.55}.homeSourcingCta{position:relative;min-height:310px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:center;grid-gap:24px;gap:24px;overflow:hidden;margin-top:18px;padding:clamp(28px,4vw,52px);border:1px solid rgba(96,165,250,.25);border-radius:24px;background:radial-gradient(circle at 82% 20%,rgba(56,189,248,.2),transparent 28%),linear-gradient(135deg,#081b3a,#0d3674 56%,#1557c8);box-shadow:0 22px 50px rgba(15,45,100,.2);color:#fff;isolation:isolate}.homeSourcingCta:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.2;background-image:linear-gradient(hsla(0,0%,100%,.12) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.12) 1px,transparent 0);background-size:38px 38px;-webkit-mask-image:linear-gradient(90deg,transparent,#000);mask-image:linear-gradient(90deg,transparent,#000)}.homeSourcingCopy{max-width:660px}.homeSourcingBadge{display:inline-flex;padding:7px 10px;border:1px solid hsla(0,0%,100%,.22);border-radius:999px;background:hsla(0,0%,100%,.1);color:#c9e3ff;font-size:9px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.homeSourcingCopy h2{max-width:560px;margin:15px 0 0;font-size:clamp(27px,3vw,42px);line-height:1.05;letter-spacing:-.035em}.homeSourcingCopy p{max-width:600px;margin:13px 0 0;color:rgba(226,238,255,.82);font-size:12px;font-weight:650;line-height:1.65}.homeSourcingActions{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.homeSourcingPrimary,.homeSourcingSecondary{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border-radius:11px;font-size:11px;font-weight:900;text-decoration:none;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.homeSourcingPrimary{background:#ff7a00;color:#fff;box-shadow:0 14px 28px rgba(255,122,0,.28)}.homeSourcingPrimary svg{width:16px;height:16px}.homeSourcingSecondary{border:1px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.09);color:#fff}.homeSourcingPrimary:hover,.homeSourcingSecondary:hover{transform:translateY(-1px)}.homeSourcingSecondary:hover{background:hsla(0,0%,100%,.16)}.homeSourcingMeta{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;color:rgba(219,234,254,.78);font-size:9px;font-weight:800}.homeSourcingVisual{position:relative;min-height:230px}.homeSourcingOrb{position:absolute;border-radius:999px;filter:blur(1px)}.homeSourcingOrb.orbOne{top:16px;right:12px;width:170px;height:170px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.07)}.homeSourcingOrb.orbTwo{right:150px;bottom:0;width:80px;height:80px;background:rgba(56,189,248,.18)}.homeSourcingVisualCard{position:absolute;display:flex;border:1px solid hsla(0,0%,100%,.24);background:hsla(0,0%,100%,.13);box-shadow:0 18px 34px rgba(3,15,35,.24);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.homeSourcingVisualCard.main{top:30px;left:0;width:min(88%,290px);align-items:center;gap:12px;padding:16px;border-radius:17px}.homeSourcingVisualIcon{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#ff7a00}.homeSourcingVisualCard.main span:last-child{min-width:0;display:grid;grid-gap:4px;gap:4px}.homeSourcingVisualCard.main b,.homeSourcingVisualCard.quote b{font-size:12px}.homeSourcingVisualCard.main small{color:hsla(0,0%,100%,.7);font-size:9px;font-weight:750}.homeSourcingVisualCard.quote{right:0;bottom:34px;width:min(76%,240px);display:grid;grid-gap:11px;gap:11px;padding:15px;border-radius:16px}.homeSourcingQuoteLines{display:grid;grid-gap:6px;gap:6px}.homeSourcingQuoteLines i{width:100%;height:5px;display:block;border-radius:999px;background:hsla(0,0%,100%,.18)}.homeSourcingQuoteLines i:nth-child(2){width:75%}.homeSourcingQuoteLines i:nth-child(3){width:52%;background:#ff7a00}.homeSourcingVisualCard.status{bottom:4px;left:20px;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;color:#e2eeff;font-size:8.5px;font-weight:850}.homeSourcingStatusDot{width:7px;height:7px;border-radius:999px;background:#34d399;box-shadow:0 0 0 5px rgba(52,211,153,.14)}@media (max-width:1024px){.homeProcessGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.homeProcessCard:not(:last-child):after{display:none}.homeSourcingCta{grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr)}}@media (max-width:768px){.homeHowSection{width:100%;margin-right:0;margin-bottom:26px;margin-left:0}.homeHowHeading{margin-bottom:13px;padding:0 4px}.homeHowHeading .homeSectionEyebrow,.homeHowHeading p{display:block}.homeHowHeading h2{font-size:23px}.homeHowHeading p{font-size:10.5px}.homeProcessGrid{gap:8px}.homeProcessCard{min-height:154px;padding:13px;border-radius:14px}.homeProcessIcon{width:38px;height:38px;margin-bottom:11px;border-radius:11px}.homeProcessIcon svg{width:18px;height:18px}.homeProcessNumber{top:12px;right:12px;font-size:9px}.homeProcessCard h3{font-size:11px}.homeProcessCard p{margin-top:6px;font-size:9px;line-height:1.45}.homeSourcingCta{min-height:0;grid-template-columns:1fr;gap:18px;margin-top:12px;padding:24px 20px 18px;border-radius:19px}.homeSourcingCopy h2{font-size:27px}.homeSourcingCopy p{font-size:10.5px}.homeSourcingMeta{gap:7px 12px;margin-top:16px;font-size:8px}.homeSourcingVisual{min-height:168px}.homeSourcingVisualCard.main{top:8px}.homeSourcingVisualCard.quote{bottom:16px}.homeSourcingVisualCard.status{bottom:0}}@media (max-width:375px){.homeProcessCard{min-height:160px;padding:11px}.homeProcessCard p{font-size:8.5px}.homeSourcingActions{display:grid;grid-template-columns:1fr}.homeSourcingPrimary,.homeSourcingSecondary{width:100%}}.hero-bottom-space{width:calc(100% - 24px);margin:0 12px 24px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.hero-bottom-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:20px;min-height:120px;box-shadow:0 14px 38px rgba(15,23,42,.08)}.hero-bottom-card h3{margin:0 0 8px;color:#102033}.hero-bottom-card p{margin:0;color:#64748b}.home-top-wrap{width:min(1180px,calc(100% - 32px));margin:20px auto 28px;display:grid;grid-template-columns:250px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:stretch}.home-category-panel{height:320px;border-radius:20px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 14px 36px rgba(15,23,42,.08);overflow:hidden}.home-category-title{padding:14px 16px;font-size:18px;font-weight:900;color:#102033;border-bottom:1px solid #eef2f7}.home-category-list{height:calc(100% - 54px);overflow-y:auto;padding:8px}.home-category-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 11px;border-radius:12px;text-decoration:none;color:#102033;font-weight:700;font-size:14px}.home-category-item:hover{background:#eff6ff;color:#185cff}.machineryImageGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.machineryImageCard{position:relative;height:260px;border-radius:24px;overflow:hidden;background:#fff;border:1px solid #e5e7eb;box-shadow:0 18px 45px rgba(15,23,42,.1)}.machineryImageCard img{width:100%;height:100%;object-fit:cover;display:block}.machineryImageBtn{position:absolute;left:18px;right:18px;bottom:18px;padding:13px 16px;border-radius:999px;background:hsla(0,0%,100%,.92);color:#102033;font-weight:900;text-align:center;box-shadow:0 10px 30px rgba(15,23,42,.18)}.machineryIconGrid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-gap:12px;gap:12px}.machineryIconCard{display:grid;place-items:center;grid-gap:8px;gap:8px;min-height:96px;padding:12px 8px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#102033;text-align:center;font-size:13px;font-weight:800;text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.machineryIconCard:hover{transform:translateY(-3px);border-color:#93c5fd;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 14px 28px rgba(15,23,42,.12)}.machineryIconCard img{width:40px;height:40px;border-radius:12px;object-fit:cover;background:#f8fafc;transition:transform .18s ease,box-shadow .18s ease}.machineryIconCard:hover img{transform:scale(1.04);box-shadow:0 10px 20px rgba(59,130,246,.12)}.machineryIconCard span{line-height:1.25}.categoryRowsWrap{display:grid;grid-gap:24px;gap:24px}.categoryProductRow{overflow:hidden;padding:20px;border:1px solid #dce6f2;border-radius:22px;background:hsla(0,0%,100%,.88);box-shadow:0 16px 42px rgba(15,23,42,.07)}.homeProductSectionHead{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:17px;padding-bottom:16px;border-bottom:1px solid #e5edf6}.homeProductSectionIntro{min-width:0}.homeProductEyebrow{display:block;margin-bottom:6px;color:#185cff;font-size:9.5px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.homeProductSectionHead h2{margin:0;color:#102033;font-size:clamp(24px,2.3vw,31px);line-height:1.1;letter-spacing:-.02em}.homeProductSectionHead p{margin:7px 0 0;color:#64748b;font-size:11px;font-weight:700}.homeProductMore{flex:0 0 auto;min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid #cbdcf4;border-radius:11px;background:#f8fbff;color:#185cff;font-size:10.5px;font-weight:900;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.homeProductMore svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.homeProductMore:hover{border-color:#93c5fd;background:#eff6ff;transform:translateY(-1px)}.categoryProductRow .homeProductGrid{margin-top:0;gap:13px!important}.homeProductGrid .dzProductCard{display:flex;flex-direction:column;border-color:#e0e8f1;border-radius:16px;box-shadow:0 9px 24px rgba(15,23,42,.065)}.homeProductGrid .dzProductCard>a{display:flex;flex:1 1 auto;flex-direction:column;color:inherit;text-decoration:none}.homeProductGrid .dzProductImage{height:190px;margin:4px 4px 0;padding:0;border-radius:12px;background:linear-gradient(145deg,#f8fafc,#edf3f9)}.homeProductGrid .dzProductImage img{transform:scale(1.1);transition:transform .28s ease}.homeProductGrid .dzProductCard:hover{border-color:#b8d2f5;box-shadow:0 16px 32px rgba(15,23,42,.105)}.homeProductGrid .dzProductCard:hover .dzProductImage img{transform:scale(1.14)}.homeProductGrid .dzProductBody{flex:1 1 auto;padding:12px 11px 13px}.homeProductGrid .dzProductTitle{display:-webkit-box;height:38px;margin-bottom:11px;overflow:hidden;font-size:12px;line-height:1.4;letter-spacing:-.01em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.homeProductGrid .dzInfoBadgeRow{gap:5px}.homeProductGrid .dzInfoBadge{padding:5px 7px;font-size:9px}.homeProductGrid .dzPriceBadge{color:#dc2626;font-size:10px;font-weight:950}.homeProductGrid .dzReviewBadge{flex-basis:auto}.homeProductGrid .dzCardBottom{position:absolute;top:15px;right:15px;z-index:2;padding:0}.homeProductGrid .dzLoveBtn{width:34px;height:34px;border-color:rgba(203,220,244,.95);background:hsla(0,0%,100%,.94);color:#185cff;font-size:17px;box-shadow:0 8px 18px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (max-width:768px){.homepageProductSection{width:100%!important;margin-right:0;margin-left:0}.categoryRowsWrap{gap:18px}.categoryProductRow{padding:13px 11px;border-radius:18px}.homeProductSectionHead{align-items:center;gap:8px;margin-bottom:12px;padding-bottom:11px}.homeProductEyebrow,.homeProductSectionHead p{display:none}.homeProductSectionHead h2{font-size:20px}.homeProductMore{min-height:34px;padding:0 9px;font-size:9px}.categoryProductRow .homeProductGrid{gap:8px!important}.homeProductGrid .dzProductCard{border-radius:12px}.homeProductGrid .dzProductImage{height:132px;margin:2px 2px 0;border-radius:9px}.homeProductGrid .dzProductBody{padding:8px 7px 9px}.homeProductGrid .dzProductTitle{height:32px;margin-bottom:7px;font-size:10.5px;line-height:1.45}.homeProductGrid .dzInfoBadgeRow{gap:4px}.homeProductGrid .dzInfoBadge{padding:4px 5px;font-size:8px}.homeProductGrid .dzPriceBadge{font-size:8.5px}.homeProductGrid .dzCardBottom{top:9px;right:9px}.homeProductGrid .dzLoveBtn{width:29px;height:29px;font-size:15px}}@media (max-width:375px){.categoryProductRow{padding-right:9px;padding-left:9px}.homeProductMore{gap:4px;padding:0 7px}.homeProductMore svg{width:13px;height:13px}.homeProductGrid .dzProductImage{height:118px}}.catCard img{width:100%;height:180px;object-fit:cover;border-radius:16px}.authCard,.catCard,.panel,.productCard,.promoCard,.statCard{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.promoCard{padding:24px;background:linear-gradient(135deg,#fff,#eef7ff)}.promoCard h3{font-size:28px;margin:8px 0}.statCard{padding:22px}.statCard b{font-size:32px}.section{width:calc(100% - 24px)!important;max-width:none!important;margin:22px 12px;padding:0}.sectionHead{align-items:flex-end;margin:22px 0 12px}.sectionHead h2{font-size:30px;margin:0}.sectionHead p{margin:6px 0 0;color:var(--muted)}.catGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.catCard{padding:22px;transition:.2s;overflow:hidden}.catCard:hover,.login-choice-card:hover,.productCard:hover{transform:translateY(-4px)}.catIcon{font-size:36px}.catCard p{color:var(--muted);font-size:13px}.productGrid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-gap:18px!important;gap:18px!important;margin-top:18px;width:100%}.productCard{overflow:hidden;transition:.2s}.imgWrap{height:190px;background:#eaf0f8;overflow:hidden}.imgWrap img{width:100%;height:100%;object-fit:cover;display:block}.pBody{padding:16px}.categoryText{font-size:12px;color:var(--blue);font-weight:900;text-transform:uppercase}.pBody h3{font-size:16px;line-height:1.3;height:42px;overflow:hidden}.metaLine,.priceLine{display:flex;justify-content:space-between;align-items:center;gap:10px}.priceLine b{font-size:20px;color:var(--red)}.metaLine,.priceLine span{color:var(--muted);font-size:13px}.searchResultsLayout{grid-template-columns:1fr;grid-gap:18px;gap:18px;align-items:start}.searchResultSummary,.searchResultsLayout{display:grid;width:100%;max-width:100%;min-width:0}.searchResultSummary{grid-template-columns:minmax(0,1fr) auto;grid-gap:14px 24px;gap:14px 24px;align-items:center;padding:20px 22px;border:1px solid #dfe8f3;border-radius:22px;background:radial-gradient(circle at top right,rgba(24,92,255,.1),transparent 36%),#fff;box-shadow:0 14px 34px rgba(15,23,42,.08)}.searchResultSummaryMain{min-width:0}.searchResultEyebrow{display:block;margin-bottom:5px;color:#185cff;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.searchResultSummary h1{margin:0;color:#102033;font-size:clamp(22px,2.1vw,30px);line-height:1.2;overflow-wrap:anywhere}.searchResultSummary p{margin:7px 0 0;color:#64748b;font-size:13px;font-weight:750}.searchResultSummaryMeta{display:grid;grid-gap:3px;gap:3px;min-width:150px;padding:10px 14px;border:1px solid #dbeafe;border-radius:14px;background:rgba(248,251,255,.9)}.searchActiveFiltersLabel,.searchResultSummaryMeta span{color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase}.searchResultSummaryMeta strong{color:#102033;font-size:13px}.searchActiveFilters{grid-column:1/-1;display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-width:0;padding-top:2px}.searchActiveFilterChip,.searchActivePageChip,.searchClearFilters{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;font-size:11.5px;font-weight:900;white-space:nowrap}.searchActiveFilterChip{border:1px solid #bfdbfe;background:#eff6ff;color:#185cff}.searchActiveFilterChip span{font-size:15px;line-height:1}.searchActivePageChip{border:1px solid #e2e8f0;background:#f8fafc;color:#475569}.searchClearFilters{border:1px solid #fecaca;background:#fff7f7;color:#dc2626}.searchFilterBar{background:#fff;border:1px solid #e7edf5;border-radius:14px;padding:10px 12px;box-shadow:0 8px 22px rgba(15,23,42,.06);position:relative;width:100%;max-width:100%;min-width:0;overflow:hidden}.searchFilterBarInline{background:transparent;border:none;box-shadow:none;padding:0;overflow:visible}.searchKeywordFilterRow{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.searchFilterPopupShell{display:flex;justify-content:flex-end;flex:0 0 auto}.searchFilterTrigger{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:#185cff;color:#fff;font-size:13px;font-weight:950;cursor:pointer;border:none;box-shadow:0 8px 18px rgba(24,92,255,.18)}.searchFilterBackdrop{position:fixed;inset:0;z-index:70;border:0;background:rgba(15,23,42,.28);animation:filterFade .16s ease}.searchFilterPopup{position:fixed;z-index:80;top:108px;right:24px;width:min(420px,calc(100vw - 32px));display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid #dbe7f3;border-radius:22px;background:#fff;box-shadow:0 28px 70px rgba(15,23,42,.22);animation:filterPop .18s ease}.searchFilterGroup,.searchFilterPopup form{display:grid;grid-gap:12px;gap:12px}.searchFilterPopupHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.searchFilterPopupHead span{color:#0f7f96;font-size:12px;font-weight:950;text-transform:uppercase}.searchFilterPopupHead h3{margin:4px 0 0;color:#102033;font-size:20px}.searchFilterClose{width:34px;height:34px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#102033;font-size:22px;line-height:1;cursor:pointer}.searchFilterGroup label{color:#334155;font-size:13px;font-weight:950}.searchFilterPopup input,.searchFilterPopup select{width:100%;min-height:42px;border:1px solid #d9e2ef;border-radius:12px;padding:9px 11px;background:#fff}.searchFilterPair{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.searchFilterCheck{display:flex;align-items:center;gap:8px;color:#475569;font-size:13px;font-weight:800}.searchFilterCheck input{width:16px;min-height:16px}.searchFilterActions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}@keyframes filterFade{0%{opacity:0}to{opacity:1}}@keyframes filterPop{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.aiSearchAssistCard{display:grid;grid-gap:14px;gap:14px;margin-bottom:0;padding:16px 18px 18px;border:2px dashed #3f9bc7;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:none}.aiSearchAssistCardLoading{opacity:.82}.aiSearchAssistTopLine{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;min-width:0}.aiSearchAssistLayout{display:grid;grid-template-columns:1fr;align-items:start;grid-gap:0;gap:0}.aiSearchAssistMain{display:grid;align-content:start;grid-gap:0;gap:0;min-width:0}.aiSearchAssistTitleRow{display:flex;align-items:center;gap:10px;min-width:0;white-space:nowrap}.aiSearchAssistSpark{color:#157aa4;font-size:25px;line-height:1}.aiSearchAssistTitleRow h2{margin:0;color:#67303b;font-size:26px;line-height:1;font-weight:950}.aiSearchKeywordChips{display:flex;align-items:center;gap:9px;flex-wrap:wrap;min-width:0}.aiSearchKeywordChip,.aiSearchKeywordChips>span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;max-width:148px;padding:0 14px;border:1px solid #e6edf3;border-radius:999px;background:#fff;color:#101828;font-size:13px;font-weight:950;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 8px rgba(15,23,42,.04)}.aiSearchKeywordChips>span{width:86px;background:#f4f7fb}.aiSearchKeywordChip:hover{border-color:#1689a7;background:#effbff;color:#0f7f96}.aiSearchAssistSide{display:grid;grid-gap:0;gap:0;justify-items:stretch}.aiSearchAssistFilterSlot{justify-self:end;min-width:max-content}.aiSearchAssistFilterSlot .searchFilterPopupShell{justify-content:flex-end}.aiSearchAssistBlock{display:grid;grid-gap:6px;gap:6px}.aiSearchProductLinks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.aiSearchRecommendBlock{display:grid;grid-gap:8px;gap:8px;align-content:start}.aiSearchProductLinkWide{display:grid;grid-template-columns:128px minmax(0,1fr);align-items:center;grid-gap:14px;gap:14px;padding:0;border:none;background:transparent;text-decoration:none;box-shadow:none}.aiSearchProductThumbWide{width:128px;height:128px;border:1px solid #e8eef5;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 4px 14px rgba(15,23,42,.05)}.aiSearchProductThumbWide img{width:100%;height:100%;object-fit:cover;display:block}.aiSearchProductTag{display:inline-flex;align-items:center;justify-content:center;min-height:34px;width:-moz-fit-content;width:fit-content;max-width:100%;padding:0 13px;border-radius:12px;background:#eef4d2;color:#111;font-size:13px;font-weight:950;white-space:nowrap}.aiSearchProductContent{display:grid;grid-gap:6px;gap:6px;min-width:0}.aiSearchProductPrice{color:#ff1973;font-size:20px;line-height:1;font-weight:1000}.aiSearchProductContent b{color:#667085;font-size:15px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aiSearchProductSold{color:#16779f;font-size:15px;font-weight:900}.aiSearchProductMeter{width:88px;height:9px;border-radius:999px;background:#d9e7ef;overflow:hidden}.aiSearchProductMeter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#74a8c8,#2c85b1)}.aiSearchProductLink:hover{border-color:transparent;background:transparent}.aiSearchKeywordValue{padding:10px 12px;border:1px solid #dbe7f3;border-radius:14px;background:#fff;color:#102033;font-size:12px;font-weight:800}.recommendedKeywordChips{display:flex;flex-wrap:wrap;gap:8px;margin-top:0;min-width:0;flex:1 1 auto}.recommendedKeywordChip{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid #dbe7f3;border-radius:999px;background:#fff;color:#102033;font-size:13px;font-weight:900;text-decoration:none;transition:.18s ease;white-space:nowrap}.recommendedKeywordChip:hover{background:#eef6ff;border-color:#93c5fd;color:#185cff}.recommendedKeywordChip.active{background:#185cff;border-color:#185cff;color:#fff}.searchResultContent{width:100%;max-width:100%;min-width:0;overflow:hidden}.imageSearchPanel{align-content:start;max-width:760px;margin:0 auto}.imageSearchGuidance{display:grid;grid-gap:4px;gap:4px;padding:13px 15px;border:1px solid #bfdbfe;border-radius:16px;background:#eff6ff}.imageSearchGuidance strong{color:#185cff;font-size:13px}.imageSearchField,.imageSearchGuidance span{color:#475569;font-size:13px;font-weight:750}.imageSearchField{display:grid;grid-gap:7px;gap:7px}.imageSearchActionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.imageSearchAction{min-height:150px;display:grid;place-items:center;align-content:center;grid-gap:7px;gap:7px;padding:18px;border:1px solid #dbe7f3;border-radius:22px;background:linear-gradient(145deg,#fff,#f4f8ff);color:#102033;cursor:pointer;font-family:inherit}.imageSearchAction.primary{border-color:#93c5fd;background:linear-gradient(145deg,#eff6ff,#dbeafe)}.imageSearchActionIcon{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:#185cff;color:#fff}.imageSearchActionIcon svg{width:30px;height:30px}.imageSearchAction strong{font-size:15px}.imageSearchAction small{color:#64748b;font-size:12px}.imageSearchAdvanced{padding:11px 13px;border:1px solid #e2e8f0;border-radius:15px;background:#f8fafc}.imageSearchAdvanced summary{color:#475569;font-size:12px;font-weight:850;cursor:pointer}.imageSearchAdvanced .imageSearchField{margin-top:10px}.imageSearchUploadPreview{display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;padding:12px;border:1px solid #bfdbfe;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#eff6ff)}.imageSearchUploadPreview img{width:88px;height:88px;object-fit:contain;border:1px solid #dbe7f3;border-radius:14px;background:#fff}.imageSearchUploadPreview div{display:grid;grid-gap:4px;gap:4px;min-width:0}.imageSearchUploadPreview span{color:#185cff;font-size:11px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.imageSearchUploadPreview small,.imageSearchUploadPreview strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.imageSearchUploadPreview strong{color:#102033;font-size:14px}.imageSearchUploadPreview small{color:#64748b;font-size:12px}.imageSearchUploadPreview button,.searchStateAction{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border:1px solid #bfdbfe;border-radius:999px;background:#fff;color:#185cff;font-size:12px;font-weight:900;cursor:pointer}.imageSearchFormError{display:grid;grid-gap:3px;gap:3px;padding:13px 15px;border:1px solid #fecaca;border-radius:16px;background:#fff7f7;color:#b91c1c}.imageSearchFormError strong{font-size:13px}.imageSearchFormError span{font-size:12px;line-height:1.45}.searchStateNotice{display:flex;align-items:center;gap:8px 14px;flex-wrap:wrap;margin-bottom:16px;padding:12px 14px;border:1px solid #bbf7d0;border-radius:16px;background:#f0fdf4;color:#166534}.searchStateNotice strong{font-size:13px}.searchStateNotice span{color:#3f6650;font-size:12px;font-weight:700}.searchStateCard{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:22px;border:1px solid #dbe7f3;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.07)}.searchStateCard.error{border-color:#fecaca;background:linear-gradient(135deg,#fff,#fff7f7)}.searchStateCard.empty{background:linear-gradient(135deg,#fff,#f8fbff)}.searchStateIcon{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#eff6ff;color:#185cff;font-size:16px;font-weight:950}.searchStateCard.error .searchStateIcon{background:#fee2e2;color:#b91c1c}.searchStateCard div:nth-child(2){min-width:0}.searchStateCard span{color:#185cff;font-size:11px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.searchStateCard.error span{color:#b91c1c}.searchStateCard h2{margin:4px 0 5px;color:#102033;font-size:18px}.searchStateCard p{margin:0;color:#64748b;font-size:13px;font-weight:700;line-height:1.55}.imageSearchPreview{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:12px;border:1px solid #dbeafe;border-radius:18px;background:#f8fbff;box-shadow:0 10px 24px rgba(15,23,42,.06)}.imageSearchPreview img{width:72px;height:72px;object-fit:cover;border-radius:14px;border:1px solid #dbe7f3;background:#fff;flex:0 0 auto}.imageSearchPreview div{min-width:0;display:grid;grid-gap:3px;gap:3px}.imageSearchPreview span{color:#185cff;font-size:12px;font-weight:950;text-transform:uppercase}.imageSearchPreview b{color:#102033;font-size:15px}.imageSearchPreview small{color:#64748b;font-size:12px;line-height:1.4}.searchResultContent .productGrid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))!important}.aiSuggestionSection{margin-bottom:20px;padding:16px;border:1px solid #dbeafe;border-radius:24px;background:linear-gradient(135deg,rgba(236,254,255,.95),rgba(248,251,255,.98)),#fff;box-shadow:0 18px 42px rgba(15,23,42,.08)}.aiSuggestionHeader{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:12px}.aiSuggestionHeader span{color:#0f7f96;font-size:12px;font-weight:950;text-transform:uppercase}.aiSuggestionHeader h2{margin:2px 0 0;color:#102033;font-size:20px}.aiSuggestionGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.aiSuggestionCard{display:grid;grid-template-columns:74px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;text-decoration:none;box-shadow:0 10px 26px rgba(15,23,42,.06);transition:.18s ease}.aiSuggestionCard:hover{border-color:#bfdbfe;box-shadow:0 18px 34px rgba(15,23,42,.12);transform:translateY(-2px)}.aiSuggestionCard img{width:74px;height:74px;object-fit:cover;border-radius:14px}.aiSuggestionCard b,.aiSuggestionCard span,.aiSuggestionCard strong{display:block}.aiSuggestionBadge{width:-moz-fit-content;width:fit-content;padding:4px 8px;border-radius:999px;background:#ecfeff;color:#0f7f96;font-size:12px;font-weight:950}.aiSuggestionCard b{color:#102033;font-size:13px;line-height:1.35;margin:4px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aiSuggestionCard strong{color:#185cff;font-size:14px}.searchPagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;width:100%;margin-top:28px}.searchPaginationCompact{margin-top:18px}.searchProgressiveLoadNotice{margin-top:18px;padding:14px 16px;border:1px solid #d9e8f8;border-radius:16px;background:linear-gradient(135deg,#f8fbff,#f2fff9);color:#35506f;font-size:13px;font-weight:800}.searchProgressiveLoadNotice a{color:#185cff;text-decoration:none}.searchLoadTrigger{width:100%;height:1px}.searchPageLink{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:0 13px;border:1px solid #dbe7f3;border-radius:999px;background:#fff;color:#102033;font-size:13px;font-weight:950;text-decoration:none;box-shadow:0 8px 20px rgba(15,23,42,.06);transition:.18s ease}.searchPageLink.active,.searchPageLink:hover{background:#185cff;border-color:#185cff;color:#fff;transform:translateY(-1px)}.searchPageLink.wide{min-width:82px}@media (max-width:980px){.searchFilterDropdown form{grid-template-columns:1fr 1fr}.searchFilterActions{grid-column:1/-1}}@media (max-width:560px){.imageSearchActionGrid{grid-template-columns:1fr 1fr;gap:9px}.imageSearchAction{min-height:130px;padding:13px 8px;border-radius:18px}.searchFilterBar,.searchResultContent,.searchResultsLayout{min-width:0;max-width:100%}.searchResultSummary{grid-template-columns:1fr;gap:12px;padding:16px;border-radius:18px}.searchResultSummary h1{font-size:21px}.searchResultSummaryMeta{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.aiSearchAssistLayout,.aiSearchAssistTopLine,.aiSearchProductLinks{grid-template-columns:1fr}.aiSearchAssistTopLine{align-items:start;gap:10px}.aiSearchAssistCard{padding:12px;border-radius:18px}.aiSearchAssistTitleRow{align-items:flex-start;flex-wrap:wrap}.aiSearchAssistTitleRow h2{font-size:21px}.aiSearchAssistSpark{font-size:22px}.aiSearchKeywordChips{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.aiSearchKeywordChip,.aiSearchKeywordChips>span{flex:0 0 auto;min-height:32px;max-width:132px;padding:0 12px;font-size:12px}.aiSearchAssistFilterSlot,.aiSearchAssistFilterSlot .searchFilterPopupShell{width:100%;justify-content:flex-start}.aiSearchProductLinkWide{grid-template-columns:96px minmax(0,1fr);gap:12px}.aiSearchProductThumbWide{width:96px;height:96px;border-radius:14px}.aiSearchProductContent b{font-size:15px}.aiSearchProductPrice{font-size:18px}.aiSearchProductSold{font-size:15px}.aiSearchProductTag{min-height:34px;padding:0 12px;font-size:12px}.searchActiveFilters{grid-column:auto;flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}.searchActiveFiltersLabel{flex:0 0 auto}.imageSearchUploadPreview,.searchStateCard{grid-template-columns:1fr;align-items:start}.imageSearchUploadPreview img{width:76px;height:76px}.imageSearchUploadPreview button,.searchStateAction{width:100%}.searchResultContent .productGrid{width:100%!important;max-width:100%!important;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.searchKeywordFilterRow{align-items:flex-start;gap:10px}.recommendedKeywordChips{width:100%;min-width:0;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.recommendedKeywordChips::-webkit-scrollbar{height:5px}.recommendedKeywordChips::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.searchFilterPair{grid-template-columns:1fr}.searchFilterPopup{top:auto;right:12px;bottom:12px;width:calc(100vw - 24px);border-radius:20px}.aiSuggestionGrid{grid-template-columns:1fr}.imageSearchPreview{align-items:flex-start}.imageSearchPreview img{width:58px;height:58px}.searchPagination{gap:5px}.searchPageLink{min-width:32px;min-height:34px;padding:0 9px;font-size:11.5px}.searchPageLink.wide{min-width:62px}}@media (max-width:760px){.productGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:480px){.productGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.dashGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-top:18px}.panel{padding:22px}.panel h2{margin-top:0}.table{width:100%;border-collapse:collapse}.table th{background:#f8fafc;color:#102033;text-align:left}.table td,.table th{padding:14px;font-size:14px}.table td{border-top:1px solid #eef2f7}.notice{padding:16px;border-radius:14px;background:#eff6ff;color:#185cff;font-weight:700}.timeline{flex-direction:column}.timeline,.timelineItem{display:flex;gap:14px}.timelineDot{width:14px;height:14px;border-radius:999px;background:#185cff;margin-top:6px}.timelineContent h4{margin:0}.timelineContent p{margin:4px 0 0;color:#64748b}.orderStatus{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:900;display:inline-flex}.orderStatus.pending{background:#fef3c7;color:#92400e}.orderStatus.processing{background:#dbeafe;color:#1d4ed8}.orderStatus.shipped{background:#dcfce7;color:#166534}.orderStatus.cancelled{background:#fee2e2;color:#b91c1c}.sectionHead{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:24px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 10px 30px rgba(15,23,42,.06);margin-bottom:22px}.sectionHead h1{margin:0;font-size:28px;font-weight:900;color:#0f172a}.sectionHead p{margin-top:8px;color:#64748b;font-weight:700}.select{height:48px;border-radius:14px;border:1px solid #dbe4ee;padding:0 16px;font-size:14px;font-weight:800;background:#fff}.graphWrap{width:100%;overflow-x:auto}.graphBars{min-height:320px;display:flex;align-items:flex-end;gap:14px;padding-top:20px}.graphItem{min-width:70px;display:flex;flex-direction:column;align-items:center;gap:8px}.graphTop{font-size:13px;font-weight:900;color:#0f172a}.graphBar{width:52px;border-radius:18px 18px 0 0;background:linear-gradient(180deg,#0f7f96,#1d4ed8);transition:.3s}.graphBar:hover{opacity:.85;transform:translateY(-4px)}.graphDate{font-size:11px;color:#64748b;font-weight:800;text-align:center}@media (max-width:700px){.sectionHead{flex-direction:column;align-items:flex-start;gap:14px}}