.shop_shopPage__QATXk{margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;gap:2em;flex-wrap:wrap}.shop_shopPageTitle__hIWWK{width:100%;margin-bottom:0;text-align:center}.shop_filters__91zry{margin:0 auto;flex:0 1 15%;justify-content:center;align-items:center;padding:1em;border-right:1px solid var(--light-green);background-color:var(--lighter-green);min-height:100vh}.shop_categories__yq4D5{flex:0 1 80%;padding:0 1em 1em;display:flex;flex-direction:column}.shop_productList__94qBQ{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:2em;margin:2em 0}.shop_product__f5QS4{flex:0 1 22%;padding:1em;border:1px solid var(--light-green);border-radius:.5em;background-color:var(--lightest-green)}.shop_productImageContainer__E1IRT{width:100%;aspect-ratio:1/1;max-height:350px;border-radius:.5em;display:flex;align-items:center;justify-content:center;overflow:hidden}.shop_productImageContainer__E1IRT img{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;border-radius:.5em;display:block}.shop_product__f5QS4:hover{background-color:var(--lighter-green);color:var(--dark-green)}@media screen and (max-width:768px){.shop_product__f5QS4{flex:0 1 100%;max-width:100%}.shop_productImageContainer__E1IRT{width:100%;aspect-ratio:1/1;overflow:hidden;display:flex;justify-content:center;align-items:center}.shop_productImageContainer__E1IRT img{width:100%;height:100%;object-fit:cover}}