.ProductCatalog-module__cMsOfa__layoutWrapper{background:#fff;border:1px solid #0000000d;border-radius:24px;align-items:stretch;gap:0;max-width:1400px;height:80vh;margin:4rem auto 0;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000000f}.ProductCatalog-module__cMsOfa__sidebar{background:#fdfdfd;border-right:1px solid #f0f0f0;flex-direction:column;flex-shrink:0;width:280px;height:100%;padding:0;display:flex;overflow:hidden}.ProductCatalog-module__cMsOfa__sidebarScrollArea{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--primary-green)transparent;flex:1;margin-top:1rem;padding:0 1.5rem 2rem;overflow-y:auto}.ProductCatalog-module__cMsOfa__sidebarTitle{color:var(--charcoal);letter-spacing:.05em;text-transform:uppercase;z-index:5;background:#fdfdfd;border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:0;padding:2rem 1.5rem 1rem;font-size:1.1rem;font-weight:700;display:flex}.ProductCatalog-module__cMsOfa__categoryList{flex-direction:column;gap:.5rem;display:flex}.ProductCatalog-module__cMsOfa__categoryItem{cursor:pointer;color:var(--secondary-text);border-radius:10px;justify-content:space-between;align-items:center;padding:.8rem 1rem;font-size:.95rem;font-weight:500;transition:all .4s;display:flex}.ProductCatalog-module__cMsOfa__categoryItem:hover{color:var(--charcoal);background:#f1f5f9;transform:translate(4px)}.ProductCatalog-module__cMsOfa__activeCategory{font-weight:600;box-shadow:0 4px 12px #2ecc7140;background:var(--primary-green)!important;color:#fff!important}.ProductCatalog-module__cMsOfa__activeCategory:hover{transform:none}.ProductCatalog-module__cMsOfa__mainContent{flex-direction:column;flex:1;min-width:0;height:100%;display:flex;position:relative;overflow:hidden}.ProductCatalog-module__cMsOfa__header{z-index:10;background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.ProductCatalog-module__cMsOfa__footer{z-index:10;background:#fff;border-top:1px solid #f0f0f0;flex-shrink:0;justify-content:center;align-items:center;padding:1rem 2rem;display:flex}.ProductCatalog-module__cMsOfa__searchWrapper{width:100%;max-width:100%;position:relative}.ProductCatalog-module__cMsOfa__search{background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:.8rem 1rem .8rem 3rem;font-size:.95rem;transition:all .2s;box-shadow:0 4px 6px #0000000d}.ProductCatalog-module__cMsOfa__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.ProductCatalog-module__cMsOfa__card{background:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:column;gap:.8rem;height:100%;padding:1rem;display:flex;box-shadow:0 4px 10px #00000008}.ProductCatalog-module__cMsOfa__cardLinkWrapper{height:100%;text-decoration:none;display:block}.ProductCatalog-module__cMsOfa__imageContainer{aspect-ratio:1;background:#f8f9fa;border-radius:8px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ProductCatalog-module__cMsOfa__image{object-fit:contain;max-width:100%;max-height:100%}.ProductCatalog-module__cMsOfa__cardTitle{color:var(--charcoal);margin-bottom:.3rem;font-size:1rem;font-weight:600;line-height:1.3}.ProductCatalog-module__cMsOfa__cardMeta{color:var(--secondary-text);font-size:.9rem}.ProductCatalog-module__cMsOfa__categoryTag{background:var(--light-gray);color:var(--secondary-text);border-radius:9999px;align-self:flex-start;margin-top:auto;padding:.25rem .75rem;font-size:.8rem;display:inline-block}.ProductCatalog-module__cMsOfa__pagination{justify-content:center;gap:.5rem;margin:0;display:flex}.ProductCatalog-module__cMsOfa__pageBtn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ProductCatalog-module__cMsOfa__activePage{background:var(--primary-green);color:#fff;border-color:var(--primary-green)}.ProductCatalog-module__cMsOfa__productsScrollArea{overscroll-behavior:contain;scrollbar-width:thin;background:#fff;flex:1;padding:2rem;overflow-y:auto}.ProductCatalog-module__cMsOfa__mobileCategoryFilter{background:#fdfdfd;border-bottom:1px solid #eee;padding:1rem;display:none}.ProductCatalog-module__cMsOfa__dropdown{width:100%;color:var(--charcoal);background:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;padding:.8rem;font-size:1rem}@media (max-width:1024px){.ProductCatalog-module__cMsOfa__layoutWrapper{flex-direction:column;height:auto;min-height:80vh;overflow:visible}.ProductCatalog-module__cMsOfa__sidebar{display:none}.ProductCatalog-module__cMsOfa__mobileCategoryFilter{display:block}.ProductCatalog-module__cMsOfa__mainContent{height:auto;overflow:visible}.ProductCatalog-module__cMsOfa__productsScrollArea{flex:none;padding:1rem;overflow:visible}.ProductCatalog-module__cMsOfa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ProductCatalog-module__cMsOfa__grid{grid-template-columns:1fr}.ProductCatalog-module__cMsOfa__header{flex-direction:column;gap:1rem;padding:1rem}}.ProductCatalog-module__cMsOfa__card .ProductCatalog-module__cMsOfa__imageContainer img{will-change:transform,opacity;transition:opacity .3s,transform .7s cubic-bezier(.25,1,.5,1)}.ProductCatalog-module__cMsOfa__card:hover .ProductCatalog-module__cMsOfa__imageContainer img{transform:scale(1.12)}.ProductCatalog-module__cMsOfa__cardTitle{color:var(--charcoal);transform-origin:0;margin-bottom:.3rem;font-size:1rem;font-weight:600;line-height:1.3;transition:color .4s,transform .6s cubic-bezier(.25,1,.5,1);display:inline-block}.ProductCatalog-module__cMsOfa__card:hover .ProductCatalog-module__cMsOfa__cardTitle{color:var(--accent-coral);transform:scale(1.05)}
