.CataloguePage-module__a31hYW__cataloguePage{background:linear-gradient(#fff 0%,#f8f9fa 100%);min-height:100vh;padding:60px 0 100px}.CataloguePage-module__a31hYW__header{text-align:center;margin-bottom:50px}.CataloguePage-module__a31hYW__title{color:#009640;margin-bottom:12px;font-size:48px;font-weight:700;display:inline-block;position:relative}.CataloguePage-module__a31hYW__title:after{content:"";background:linear-gradient(90deg,#009640 0%,#007f36 100%);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.CataloguePage-module__a31hYW__subtitle{color:#6c757d;margin-top:20px;font-size:18px}.CataloguePage-module__a31hYW__contentLayout{grid-template-columns:280px 1fr;align-items:start;gap:40px;display:grid}.CataloguePage-module__a31hYW__sidebar{top:calc(var(--header-height,80px) + 20px);position:sticky}.CataloguePage-module__a31hYW__sidebarInner{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:24px;box-shadow:0 2px 12px #0000000f}.CataloguePage-module__a31hYW__sidebarTitle{color:#2c3e50;border-bottom:2px solid #e8f5e9;margin:0 0 20px;padding-bottom:16px;font-size:18px;font-weight:700}.CataloguePage-module__a31hYW__brandList{flex-direction:column;gap:8px;display:flex}.CataloguePage-module__a31hYW__brandItem{cursor:pointer;text-align:left;background:0 0;border:2px solid #0000;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px;transition:all .3s;display:flex}.CataloguePage-module__a31hYW__brandItem:hover{background:#f0f9f0;border-color:#b3e5c5}.CataloguePage-module__a31hYW__brandItemActive{border-color:var(--color-primary)}.CataloguePage-module__a31hYW__brandItemActive .CataloguePage-module__a31hYW__brandItemName{color:var(--color-primary);font-weight:700}.CataloguePage-module__a31hYW__brandItemLogo{object-fit:contain;flex-shrink:0;width:40px;height:40px}.CataloguePage-module__a31hYW__brandItemContent{flex:1;justify-content:space-between;align-items:center;gap:8px;display:flex}.CataloguePage-module__a31hYW__brandItemName{color:#2c3e50;font-size:14px;font-weight:600;line-height:1.4;transition:color .3s}.CataloguePage-module__a31hYW__brandItemCount{color:#6c757d;background:#f0f0f0;border-radius:12px;flex-shrink:0;padding:4px 8px;font-size:12px;font-weight:700;transition:all .3s}.CataloguePage-module__a31hYW__brandItemActive .CataloguePage-module__a31hYW__brandItemCount{background:#fff3}.CataloguePage-module__a31hYW__brandItemShimmer{background:#fafbfc;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.CataloguePage-module__a31hYW__shimmerLogo{background:linear-gradient(90deg,#e2e5e9 0%,#f5f6f8 50%,#e2e5e9 100%) 0 0/200% 100%;border-radius:10px;flex-shrink:0;width:40px;height:40px;animation:1.5s ease-in-out infinite CataloguePage-module__a31hYW__shimmer}.CataloguePage-module__a31hYW__shimmerText{background:linear-gradient(90deg,#e2e5e9 0%,#f5f6f8 50%,#e2e5e9 100%) 0 0/200% 100%;border-radius:6px;flex:1;height:14px;animation:1.5s ease-in-out infinite CataloguePage-module__a31hYW__shimmer}.CataloguePage-module__a31hYW__shimmerCount{background:linear-gradient(90deg,#e2e5e9 0%,#f5f6f8 50%,#e2e5e9 100%) 0 0/200% 100%;border-radius:12px;flex-shrink:0;width:32px;height:22px;animation:1.5s ease-in-out infinite CataloguePage-module__a31hYW__shimmer}.CataloguePage-module__a31hYW__mainContent{min-height:600px}.CataloguePage-module__a31hYW__selectedBrandHeader{background:#fff;border:1px solid #f0f0f0;border-radius:16px;align-items:center;gap:20px;margin-bottom:40px;padding:24px;display:flex;box-shadow:0 2px 8px #0000000a}.CataloguePage-module__a31hYW__selectedBrandLogo{object-fit:contain;width:80px;height:80px}.CataloguePage-module__a31hYW__selectedBrandName{color:#2c3e50;margin:0;font-size:32px;font-weight:700}.CataloguePage-module__a31hYW__catalogsList{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:32px;display:grid}.CataloguePage-module__a31hYW__catalogCard{cursor:pointer;perspective:1500px;transition:transform .3s}.CataloguePage-module__a31hYW__catalogCard:hover{transform:translateY(-10px)}.CataloguePage-module__a31hYW__catalogCover{aspect-ratio:3/4;width:100%;transform-style:preserve-3d;border-radius:8px;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 8px #0000001a,0 8px 16px #00000014,inset 0 0 0 1px #ffffff1a}.CataloguePage-module__a31hYW__catalogCard:hover .CataloguePage-module__a31hYW__catalogCover{transform:rotateY(-15deg)rotateX(2deg)translate(10px);box-shadow:-15px 0 30px #0003,0 8px 30px #00964026,inset 0 0 0 1px #fff3}.CataloguePage-module__a31hYW__catalogCover:before{content:"";z-index:2;opacity:0;background:linear-gradient(90deg,#0000004d 0%,#0000001a 50%,#ffffff1a 100%);width:8px;height:100%;transition:opacity .6s;position:absolute;top:0;left:0}.CataloguePage-module__a31hYW__catalogCard:hover .CataloguePage-module__a31hYW__catalogCover:before{opacity:1}.CataloguePage-module__a31hYW__catalogCover:after{content:"";z-index:-1;opacity:0;background:#fff;border-radius:0 8px 8px 0;width:calc(100% - 8px);height:calc(100% - 8px);transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;right:-4px;box-shadow:0 2px 4px #0000001a,inset -2px 0 4px #0000000d}.CataloguePage-module__a31hYW__catalogCard:hover .CataloguePage-module__a31hYW__catalogCover:after{opacity:1;right:-8px}.CataloguePage-module__a31hYW__catalogImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.CataloguePage-module__a31hYW__catalogCard:hover .CataloguePage-module__a31hYW__catalogImage{transform:scale(1.05)}.CataloguePage-module__a31hYW__catalogOverlay{opacity:0;z-index:1;background:#ffffffeb;flex-direction:column;justify-content:center;align-items:center;gap:12px;transition:opacity .4s;display:flex;position:absolute;inset:0}.CataloguePage-module__a31hYW__overlayLogo{object-fit:contain;width:80%;max-width:160px;max-height:80px}.CataloguePage-module__a31hYW__catalogCard:hover .CataloguePage-module__a31hYW__catalogOverlay{opacity:1}.CataloguePage-module__a31hYW__viewIcon{display:none}@keyframes CataloguePage-module__a31hYW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.CataloguePage-module__a31hYW__viewText{color:#fff;letter-spacing:.5px;text-transform:uppercase;font-size:16px;font-weight:600}.CataloguePage-module__a31hYW__catalogInfo{text-align:center;margin-top:16px}.CataloguePage-module__a31hYW__catalogName{color:#2c3e50;margin:0 0 8px;font-size:15px;font-weight:600;line-height:1.4;transition:color .3s}.CataloguePage-module__a31hYW__catalogCard:hover .CataloguePage-module__a31hYW__catalogName{color:#009640}.CataloguePage-module__a31hYW__catalogBrandBadge{justify-content:center;height:24px;display:flex}.CataloguePage-module__a31hYW__badgeLogo{object-fit:contain;opacity:.6;width:auto;height:100%;transition:opacity .3s}.CataloguePage-module__a31hYW__catalogCard:hover .CataloguePage-module__a31hYW__badgeLogo{opacity:.9}.CataloguePage-module__a31hYW__catalogCardShimmer{flex-direction:column;gap:16px;display:flex}.CataloguePage-module__a31hYW__shimmerCover{aspect-ratio:3/4;background:linear-gradient(90deg,#e2e5e9 0%,#f5f6f8 50%,#e2e5e9 100%) 0 0/200% 100%;border-radius:8px;width:100%;animation:1.5s ease-in-out infinite CataloguePage-module__a31hYW__shimmer;box-shadow:0 2px 8px #0000000a}.CataloguePage-module__a31hYW__shimmerTitle{background:linear-gradient(90deg,#e2e5e9 0%,#f5f6f8 50%,#e2e5e9 100%) 0 0/200% 100%;border-radius:6px;width:75%;height:18px;margin:0 auto;animation:1.5s ease-in-out infinite CataloguePage-module__a31hYW__shimmer}.CataloguePage-module__a31hYW__shimmerBadge{background:linear-gradient(90deg,#e2e5e9 0%,#f5f6f8 50%,#e2e5e9 100%) 0 0/200% 100%;border-radius:10px;width:50px;height:20px;margin:0 auto;animation:1.5s ease-in-out infinite CataloguePage-module__a31hYW__shimmer}@keyframes CataloguePage-module__a31hYW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.CataloguePage-module__a31hYW__emptyState{text-align:center;padding:80px 20px}.CataloguePage-module__a31hYW__emptyIcon{color:#dee2e6;width:120px;height:120px;margin-bottom:20px}.CataloguePage-module__a31hYW__emptyState p{color:#6c757d;font-size:18px}@media (max-width:1024px){.CataloguePage-module__a31hYW__contentLayout{grid-template-columns:240px 1fr;gap:30px}.CataloguePage-module__a31hYW__title{font-size:36px}.CataloguePage-module__a31hYW__sidebarInner{padding:20px}.CataloguePage-module__a31hYW__brandItemLogo{width:36px;height:36px}.CataloguePage-module__a31hYW__selectedBrandLogo{width:60px;height:60px}.CataloguePage-module__a31hYW__selectedBrandName{font-size:28px}.CataloguePage-module__a31hYW__catalogsList{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px}}@media (max-width:768px){.CataloguePage-module__a31hYW__cataloguePage{padding:40px 0 80px}.CataloguePage-module__a31hYW__header{margin-bottom:40px}.CataloguePage-module__a31hYW__title{font-size:32px}.CataloguePage-module__a31hYW__subtitle{font-size:16px}.CataloguePage-module__a31hYW__contentLayout{grid-template-columns:1fr;gap:30px}.CataloguePage-module__a31hYW__sidebar{position:static}.CataloguePage-module__a31hYW__sidebarInner{padding:16px}.CataloguePage-module__a31hYW__brandList{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;display:grid}.CataloguePage-module__a31hYW__brandItem{text-align:center;flex-direction:column;padding:12px 8px}.CataloguePage-module__a31hYW__brandItemContent{flex-direction:column;gap:4px}.CataloguePage-module__a31hYW__brandItemName{font-size:13px}.CataloguePage-module__a31hYW__selectedBrandHeader{margin-bottom:30px;padding:20px}.CataloguePage-module__a31hYW__selectedBrandLogo{width:50px;height:50px}.CataloguePage-module__a31hYW__selectedBrandName{font-size:24px}.CataloguePage-module__a31hYW__catalogsList{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:24px}.CataloguePage-module__a31hYW__catalogName{font-size:14px}.CataloguePage-module__a31hYW__catalogCard:hover .CataloguePage-module__a31hYW__catalogCover{transform:translateY(-8px)}}@media (max-width:480px){.CataloguePage-module__a31hYW__title{font-size:28px}.CataloguePage-module__a31hYW__brandList{grid-template-columns:repeat(2,1fr)}.CataloguePage-module__a31hYW__brandItem{padding:10px 8px}.CataloguePage-module__a31hYW__brandItemLogo{width:32px;height:32px}.CataloguePage-module__a31hYW__brandItemName{font-size:12px}.CataloguePage-module__a31hYW__brandItemCount{padding:2px 6px;font-size:11px}.CataloguePage-module__a31hYW__selectedBrandHeader{text-align:center;flex-direction:column;padding:16px}.CataloguePage-module__a31hYW__catalogsList{grid-template-columns:repeat(2,1fr);gap:20px}.CataloguePage-module__a31hYW__catalogName{font-size:13px}.CataloguePage-module__a31hYW__viewIcon{display:none}.CataloguePage-module__a31hYW__viewText{font-size:14px}}
