.ProductsList_ProductsList__MKg4_{width:100%;max-width:var(--content-width);margin:0 auto;padding:6rem 2rem}.ProductsList_items__vFmJ3{display:grid;grid-template-columns:1;grid-gap:1rem;gap:1rem}@media(min-width:600px){.ProductsList_items__vFmJ3{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.ProductsList_items__vFmJ3 .ProductsList_card-container___7Jfg{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.ProductsList_items__vFmJ3{grid-template-columns:repeat(4,1fr)}}.ProductsList_header__pBo9j{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:6rem;margin-bottom:2rem}.ProductsList_heading__bXiYn{font-size:3.54rem;font-weight:700}.ProductsList_filters__mTtqC{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:2rem}.ProductsList_filter__O5t9D{display:flex;align-items:center;gap:.5rem;font-size:1.2rem}.ProductsList_filter__O5t9D label{color:var(--color-primary);font-weight:700;letter-spacing:.1rem;text-transform:uppercase}.ProductsList_filter__O5t9D select{padding:.5rem .8rem;border:.1rem solid var(--color-secondary);border-radius:.2rem;background-color:var(--color-white);color:var(--color-black);font-size:1.2rem;letter-spacing:.1rem;cursor:pointer}.ProductsList_filter__O5t9D select:disabled{cursor:not-allowed}.ProductsList_message___K61r{color:var(--color-secondary)}.ProductsListItem_ProductsListItem__ieB9d{display:flex;flex-direction:column;background-color:var(--color-white);border-radius:.3rem;animation:ProductsListItem_fadeIn__yWR_F .5s ease forwards;opacity:0}.ProductsListItem_ProductsListItem__ieB9d:hover .ProductsListItem_image__RRewf img{transform:scale(.95)}.ProductsListItem_image__RRewf{flex:0 0 30rem;width:100%;overflow:hidden}.ProductsListItem_image__RRewf img{width:100%;height:100%;transition:transform .3s ease;object-fit:contain;transform:scale(.8)}.ProductsListItem_content__2bKAI{flex:1 1 auto;display:flex;flex-direction:column;gap:2rem;padding:1rem 2rem 2.5rem}.ProductsListItem_heading__QL4RY{font-size:1.8rem;line-height:1.3;font-weight:700}.ProductsListItem_price__9gn5z{align-self:flex-end;margin-top:auto;color:var(--color-secondary);font-size:2.2rem;font-weight:700}.ProductsListItem_addToCart__Ct_Wi{align-self:flex-end;margin-bottom:.5rem}.ProductsListItem_category__aznhm{align-self:flex-end;font-size:1.2rem;color:var(--color-secondary);text-transform:uppercase}@keyframes ProductsListItem_fadeIn__yWR_F{0%{opacity:0}to{opacity:1}}.Button_Button__tAMDN{display:inline-flex;width:-moz-fit-content;width:fit-content;border:none;border-radius:.2rem;padding:1.5rem 3.5rem;color:var(--color-white);font-size:1.4rem;font-weight:900;letter-spacing:.3rem;text-transform:uppercase;background-color:var(--color-tertiary);box-shadow:.5rem .5rem 1rem rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease}.Button_Button__tAMDN:active,.Button_Button__tAMDN:focus,.Button_Button__tAMDN:hover{transform:translateY(-.2rem) translateX(-.2rem);box-shadow:.5rem 1rem 1.5rem rgba(0,0,0,.2)}.Button_Button___small__UANG3{padding:1rem 2rem;font-size:1.2rem;letter-spacing:.2rem}