.ProductCatalog-module__ReInPG__section{background:#fff;min-height:100vh}.ProductCatalog-module__ReInPG__topBarWrap{border-bottom:1px solid #e5e5e5}.ProductCatalog-module__ReInPG__topBar{align-items:stretch;max-width:1400px;margin:0 auto;display:flex}.ProductCatalog-module__ReInPG__filterToggle{width:260px;font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;color:#000;cursor:pointer;letter-spacing:0;background:0 0;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:500;display:flex}.ProductCatalog-module__ReInPG__filterToggle svg{color:#1e3a8a}.ProductCatalog-module__ReInPG__sortWrap{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;align-items:center;margin-left:auto;padding:1.5rem;display:flex;position:relative}.ProductCatalog-module__ReInPG__sortToggle{font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;color:#000;cursor:pointer;letter-spacing:0;background:0 0;border:none;align-items:center;gap:.4rem;font-size:1rem;font-weight:400;display:flex}.ProductCatalog-module__ReInPG__sortToggle svg{color:#1e3a8a}.ProductCatalog-module__ReInPG__chevronUp{transition:transform .2s;transform:rotate(0)}.ProductCatalog-module__ReInPG__chevronDown{transition:transform .2s;transform:rotate(180deg)}.ProductCatalog-module__ReInPG__sortMenu{z-index:10;background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:200px;list-style:none;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 6px 20px #0000001a}.ProductCatalog-module__ReInPG__sortItem{text-align:left;width:100%;font-family:var(--font-inter),sans-serif;color:#333;cursor:pointer;background:0 0;border:none;padding:.6rem 1rem;font-size:.82rem;transition:background .12s;display:block}.ProductCatalog-module__ReInPG__sortItem:hover{background:#f5f5f7}.ProductCatalog-module__ReInPG__sortItemActive{color:#1e3a8a;background:#1e3a8a0d;font-weight:600}.ProductCatalog-module__ReInPG__content{max-width:1400px;min-height:calc(100vh - 200px);margin:0 auto;display:flex}.ProductCatalog-module__ReInPG__sidebar{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;flex-shrink:0;width:260px;padding:.75rem 0 0}.ProductCatalog-module__ReInPG__filterGroup{border-bottom:none}.ProductCatalog-module__ReInPG__filterHeader{width:100%;font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:.06em;color:#111;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;font-size:1rem;font-weight:700;transition:background .12s;display:flex}.ProductCatalog-module__ReInPG__filterHeader:hover{background:#fafafa}.ProductCatalog-module__ReInPG__filterPlus{color:#111;font-size:1.1rem;font-weight:400}.ProductCatalog-module__ReInPG__filterBody{padding:0 1.5rem 1rem}.ProductCatalog-module__ReInPG__filterPlaceholder{font-family:var(--font-inter),sans-serif;color:#999;font-size:.78rem}.ProductCatalog-module__ReInPG__filterList{flex-direction:column;gap:.5rem;list-style:none;display:flex}.ProductCatalog-module__ReInPG__filterCheckLabel{font-family:var(--font-inter),sans-serif;color:#333;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;transition:color .12s;display:flex}.ProductCatalog-module__ReInPG__filterCheckLabel:hover{color:#1e3a8a}.ProductCatalog-module__ReInPG__filterCheckbox{accent-color:#1e3a8a;cursor:pointer;width:16px;height:16px}.ProductCatalog-module__ReInPG__main{border-right:1px solid #e5e5e5;flex:1;min-width:0;padding:1.5rem 0 3rem 1.5rem}.ProductCatalog-module__ReInPG__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-right:1.5rem;display:grid}.ProductCatalog-module__ReInPG__grid>*{width:100%}.ProductCatalog-module__ReInPG__pagination{justify-content:center;align-items:center;gap:.35rem;margin-top:3rem;padding-right:1.5rem;display:flex}.ProductCatalog-module__ReInPG__pageBtn{min-width:36px;height:36px;font-family:var(--font-montserrat),sans-serif;color:#333;cursor:pointer;background:0 0;border:1px solid #e5e5e5;border-radius:6px;justify-content:center;align-items:center;padding:0 .5rem;font-size:.82rem;font-weight:600;transition:background .12s,color .12s;display:flex}.ProductCatalog-module__ReInPG__pageBtn:hover:not(:disabled){background:#f5f5f7}.ProductCatalog-module__ReInPG__pageBtn:disabled{opacity:.35;cursor:default}.ProductCatalog-module__ReInPG__pageBtnActive{color:#fff;background:#1e3a8a;border-color:#1e3a8a}.ProductCatalog-module__ReInPG__pageBtnActive:hover{background:#1a3170}.ProductCatalog-module__ReInPG__pageDots{font-family:var(--font-montserrat),sans-serif;color:#999;padding:0 .25rem;font-size:.82rem}@media (max-width:1100px){.ProductCatalog-module__ReInPG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ProductCatalog-module__ReInPG__topBar{padding:1rem 1.5rem}.ProductCatalog-module__ReInPG__sidebar{display:none}.ProductCatalog-module__ReInPG__main{padding:1.5rem}.ProductCatalog-module__ReInPG__grid,.ProductCatalog-module__ReInPG__pagination{padding-right:0}}@media (max-width:640px){.ProductCatalog-module__ReInPG__topBar{flex-wrap:wrap;gap:0}.ProductCatalog-module__ReInPG__filterToggle{flex:1;width:auto;padding:.75rem 1rem;font-size:.875rem}.ProductCatalog-module__ReInPG__sortWrap{padding:.75rem 1rem}.ProductCatalog-module__ReInPG__sortToggle{font-size:.875rem}.ProductCatalog-module__ReInPG__main{padding:1rem}.ProductCatalog-module__ReInPG__grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding-right:0}.ProductCatalog-module__ReInPG__pagination{padding-right:0}}@media (max-width:480px){.ProductCatalog-module__ReInPG__grid{grid-template-columns:1fr}}
