.products__heading{margin-block:20px 35px}@media screen and (min-width: 992px){.products__heading{display:flex;gap:10px;align-items:center;justify-content:space-between}}.products__heading h1{font-weight:400;margin-bottom:20px;font-size:1.25rem}@media screen and (min-width: 992px){.products__heading h1{font-size:1.875rem;margin-bottom:0}}.products__actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.products__actions .button{font-size:1rem}.products{display:grid;gap:50px 16px;min-height:70vh;grid-template-columns:repeat(2,1fr)}@media screen and (min-width: 992px){.products{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1400px){.products{grid-template-columns:repeat(4,1fr)}}.products__aside{display:none}@media screen and (min-width: 992px){.products__aside{display:flex}}.products__aside.show{position:fixed;top:70px;right:0;bottom:0;left:0;z-index:100;background:#00000080;display:flex;align-items:center;justify-content:center}.products__aside>*{width:100%}@media screen and (max-width: 768px){.products__aside>*{overflow:clip scroll;width:350px;max-height:80vh;max-width:100%}}.products__aside .button--close-btn{position:absolute;right:10px;top:10px}
