.shop_page_wrapper{display:flex;gap:50px}.brands_filter_list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.brand_filter_image{border:1px solid #ddd;padding:13px;text-align:center;transition:transform .3s,box-shadow .3s;border-radius:10px;height:100%;display:flex;justify-content:center;align-items:center}.brand_filter_image img{border-radius:8px}.brands_filter_list img{min-width:80px;border-radius:10px}.categories_page .shop_page_prod_grid{grid-template-columns:repeat(3,1fr)}.category_filter_side{position:sticky;top:10px;height:fit-content}@media only screen and (min-width:768px){.shop_page.categories-page .product_item{padding:15px 20px!important}.shop_page.categories-page{padding-top:20px;margin-top:40px}}@media only screen and (max-width:768px){.categories_page .shop_page_prod_grid{grid-template-columns:repeat(2,1fr)}.shop_page_wrapper{flex-direction:column-reverse;gap:40px}.brands_filter_list{grid-template-columns:repeat(3,1fr)}.brands_filter_list img{min-width:unset}.brand_filter_image{padding:8px}h3.filter_title.mobile_visible{font-size:25px;font-weight:500;line-height:25px;margin-bottom:25px}}