.products-section{padding:80px clamp(20px,6vw,92px);background:#fff}.catalogue-note{color:#66716c;margin:.4rem 0 0}.catalogue-count{color:var(--green2);font-size:.78rem;font-weight:700;margin:.65rem 0 0}.product-tools{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;max-width:650px}.filter{border:1px solid var(--line);background:#fff;border-radius:30px;padding:9px 14px;font:inherit;font-size:.8rem;cursor:pointer}.filter:hover,.filter.active{background:var(--green);border-color:var(--green);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{border:1px solid #e2e3dc;background:#fafaf7;padding:14px;min-height:365px;display:flex;flex-direction:column;position:relative}.product-image{aspect-ratio:1/1;background:#fff;border:1px solid #ecece6;display:grid;place-items:center;margin-bottom:15px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain}.product-placeholder{display:grid;place-items:center;width:100%;height:100%;color:#9aa39e;font-size:.76rem;text-align:center;padding:18px}.product-card .tag{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--green2);font-weight:800}.product-card h3{font:700 1.02rem/1.35 Georgia,serif;margin:12px 0 7px}.product-card .size{color:#6c756f;font-size:.82rem}.product-card .price{font-weight:800;font-size:1.12rem;margin-top:auto;padding-top:18px}.product-card .stock{font-size:.72rem;color:#718078;margin-top:5px}.product-card.sold-out{opacity:.62}.soldout-badge{position:absolute;top:24px;right:24px;background:#782f2f;color:#fff;padding:5px 7px;font-size:.58rem;letter-spacing:.08em;z-index:1}.empty-products{text-align:center;padding:40px;color:#68726d}.pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:7px;margin-top:34px}.page-button{min-width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:22px;padding:0 13px;font:inherit;cursor:pointer}.page-button:hover,.page-button.active{background:var(--green);border-color:var(--green);color:#fff}.page-button:disabled{opacity:.38;cursor:default}[dir=rtl] .soldout-badge{right:auto;left:24px}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-tools{justify-content:flex-start}}@media(max-width:600px){.products-section{padding:60px 20px}.product-grid{grid-template-columns:1fr}.product-card{min-height:340px}.pagination{gap:5px}.page-button{min-width:37px;height:37px;padding:0 10px}}
