.catalog-module__AEBMLa__catalogPage{background-color:var(--bg-color);min-height:100vh;padding-top:80px;position:relative}.catalog-module__AEBMLa__catalogGrid{grid-template-columns:260px 1fr;gap:48px;display:grid}.catalog-module__AEBMLa__sidebar{scrollbar-width:thin;scrollbar-color:#ffffff0f transparent;height:fit-content;max-height:calc(100vh - 140px);position:sticky;top:110px;overflow:hidden auto}.catalog-module__AEBMLa__sidebar::-webkit-scrollbar{width:3px}.catalog-module__AEBMLa__sidebar::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}.catalog-module__AEBMLa__sidebarHeader{display:none}.catalog-module__AEBMLa__filterSection{margin-bottom:32px}.catalog-module__AEBMLa__filterLabel{text-transform:uppercase;letter-spacing:2px;color:var(--accent-yellow);margin-bottom:14px;font-size:10px;font-weight:900;display:block}.catalog-module__AEBMLa__vipInput{border:1px solid var(--panel-border);color:#fff;width:100%;font-size:14px;font-family:var(--font-body);background:#ffffff0a;border-radius:12px;outline:none;padding:12px 16px;transition:all .3s}.catalog-module__AEBMLa__vipInput::placeholder{color:var(--text-tertiary)}.catalog-module__AEBMLa__vipInput:focus{background:#ffffff0f;border-color:#fc06;box-shadow:0 0 0 3px #ffcc000f}.catalog-module__AEBMLa__filterList{flex-direction:column;gap:4px;display:flex}.catalog-module__AEBMLa__filterBtn{text-align:left;cursor:pointer;color:var(--text-secondary);background:0 0;border:1px solid #0000;border-radius:10px;width:100%;padding:10px 14px;font-size:13px;font-weight:700;transition:all .2s}.catalog-module__AEBMLa__filterBtn:hover{color:#fff;background:#ffffff0a}.catalog-module__AEBMLa__filterBtnActive{text-align:left;cursor:pointer;color:var(--accent-yellow);background:#ffcc0014;border:1px solid #fc03;border-radius:10px;width:100%;padding:10px 14px;font-size:13px;font-weight:800;transition:all .2s}.catalog-module__AEBMLa__viscosityGrid{flex-wrap:wrap;gap:6px;display:flex}.catalog-module__AEBMLa__pill{border:1px solid var(--panel-border);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:20px;padding:6px 14px;font-size:11px;font-weight:800;transition:all .2s}.catalog-module__AEBMLa__pill:hover{color:#fff;border-color:#ffffff26}.catalog-module__AEBMLa__pillActive{border:1px solid var(--accent-yellow);cursor:pointer;background:var(--accent-yellow);color:#000;border-radius:20px;padding:6px 14px;font-size:11px;font-weight:800;transition:all .2s}.catalog-module__AEBMLa__listHeader{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:20px;display:flex}.catalog-module__AEBMLa__resultCount{color:var(--text-secondary);border:1px solid var(--panel-border);background:#ffffff0a;border-radius:20px;padding:4px 12px;font-size:13px}.catalog-module__AEBMLa__mobileFilterToggle{border:1px solid var(--panel-border);color:#fff;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background:#ffffff0a;border-radius:14px;width:100%;margin-bottom:28px;padding:14px 20px;font-size:13px;font-weight:800;transition:all .2s;display:none}.catalog-module__AEBMLa__mobileFilterToggle:hover{background:#ffffff12;border-color:#ffffff1f}.catalog-module__AEBMLa__productGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.catalog-module__AEBMLa__productCard{border:1px solid var(--panel-border);transition:all .4s var(--ease-spring);background:linear-gradient(135deg,#14141c66 0%,#08080ce6 100%);border-radius:20px;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.catalog-module__AEBMLa__productCard:before{content:"";pointer-events:none;opacity:0;z-index:2;background:linear-gradient(135deg,#ffcc001a 0%,#0000 40%);border-radius:20px;transition:opacity .4s;position:absolute;inset:0}.catalog-module__AEBMLa__productCard:after{content:"";background:var(--accent-yellow);width:2px;height:0;transition:height .4s var(--ease-spring);z-index:3;position:absolute;top:50%;left:0;transform:translateY(-50%)}.catalog-module__AEBMLa__productCard:hover{border-color:#ffcc0040;transform:translateY(-8px)scale(1.01);box-shadow:0 30px 60px -15px #000c}.catalog-module__AEBMLa__productCard:hover:before{opacity:1}.catalog-module__AEBMLa__productCard:hover:after{height:40%}.catalog-module__AEBMLa__productCardImage{border-bottom:1px solid var(--panel-border);background:#000;justify-content:center;align-items:center;height:260px;display:flex;position:relative;overflow:hidden}.catalog-module__AEBMLa__productCardImage:before{content:"";opacity:.5;pointer-events:none;background-image:radial-gradient(circle,#ffcc0014 0%,#0000 70%);position:absolute;inset:0}.catalog-module__AEBMLa__cardImg{object-fit:contain;width:90%;height:90%;transition:transform .8s var(--ease-spring);filter:drop-shadow(0 15px 35px #000000e6);z-index:1}.catalog-module__AEBMLa__productCard:hover .catalog-module__AEBMLa__cardImg{transform:scale(1.12)translateY(-10px)}.catalog-module__AEBMLa__cardPlaceholder{opacity:.3;transition:transform .6s var(--ease-spring);font-size:56px}.catalog-module__AEBMLa__productCard:hover .catalog-module__AEBMLa__cardPlaceholder{opacity:.5;transform:scale(1.1)}.catalog-module__AEBMLa__cardOverlay{background:var(--accent-yellow);color:#000;text-transform:uppercase;letter-spacing:1.5px;opacity:0;transition:all .35s var(--ease-spring);white-space:nowrap;border-radius:40px;padding:6px 16px;font-size:10px;font-weight:900;position:absolute;bottom:12px;left:50%;transform:translate(-50%)translateY(12px)}.catalog-module__AEBMLa__productCard:hover .catalog-module__AEBMLa__cardOverlay{opacity:1;transform:translate(-50%)translateY(0)}.catalog-module__AEBMLa__productCardInfo{flex-direction:column;flex:1;padding:20px 22px 22px;display:flex}.catalog-module__AEBMLa__categoryBadge{text-transform:uppercase;color:var(--accent-yellow);letter-spacing:2px;background:#ffcc000d;border-radius:4px;margin-bottom:10px;padding:2px 8px;font-size:10px;font-weight:900;display:inline-block}.catalog-module__AEBMLa__productCardTitle{color:#fff;-webkit-line-clamp:2;letter-spacing:-.01em;-webkit-box-orient:vertical;flex:1;margin-bottom:16px;font-size:18px;font-weight:900;line-height:1.3;display:-webkit-box;overflow:hidden}.catalog-module__AEBMLa__priceRow{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.catalog-module__AEBMLa__priceValue{font-family:var(--font-heading);color:#fff;letter-spacing:-.03em;background:linear-gradient(to right, #fff, var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:22px;font-weight:900}.catalog-module__AEBMLa__specRow{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.catalog-module__AEBMLa__specItem{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;padding:5px 12px;font-size:10px;font-weight:900;transition:all .3s}.catalog-module__AEBMLa__productCard:hover .catalog-module__AEBMLa__specItem{color:#fffc;border-color:#fc03}.catalog-module__AEBMLa__cardBuyHint{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1.5px;transition:all .35s var(--ease-spring);margin-top:14px;font-size:11px;font-weight:900;transform:translate(-4px)}.catalog-module__AEBMLa__productCard:hover .catalog-module__AEBMLa__cardBuyHint{color:var(--accent-yellow);transform:translate(0)}.catalog-module__AEBMLa__emptyState{text-align:center;grid-column:1/-1;padding:100px 0}.catalog-module__AEBMLa__emptyIcon{opacity:.3;margin-bottom:20px;font-size:56px}.catalog-module__AEBMLa__emptyTitle{font-family:var(--font-heading);color:var(--text-secondary);margin-bottom:8px;font-size:22px}.catalog-module__AEBMLa__emptyText{color:var(--text-tertiary);font-size:15px}.catalog-module__AEBMLa__hitBadge{background:var(--accent-yellow);color:#000;z-index:5;letter-spacing:1px;text-transform:uppercase;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:900;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #ffcc004d}@media (max-width:1024px){.catalog-module__AEBMLa__catalogGrid{grid-template-columns:1fr}.catalog-module__AEBMLa__mobileFilterToggle{display:block}.catalog-module__AEBMLa__sidebar{z-index:1001;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-left:1px solid var(--panel-border);width:min(380px,100%);max-height:100vh;transition:right .5s cubic-bezier(.16,1,.3,1);top:0;right:-110%;overflow-y:auto;background:#040408fa!important;height:100vh!important;padding:40px!important;position:fixed!important}.catalog-module__AEBMLa__sidebarOpen{right:0!important}.catalog-module__AEBMLa__sidebarHeader{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;margin-bottom:36px;padding-bottom:20px;display:flex!important}}@media (max-width:640px){.catalog-module__AEBMLa__productGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.catalog-module__AEBMLa__productCardImage{height:180px}}
