.product-grid{display:flex}@media(max-width:1199px){.product-grid{flex-direction:column}}.product-grid .no-product-found{text-align:center;padding:2rem 0}.product-grid .product-filters .product-filters-wrapper{padding:1rem;background-color:var(--body-bg);height:calc(100vh - 76px);box-sizing:border-box;overflow-y:auto;width:300px;position:-webkit-sticky;position:sticky;top:76px}@media(max-width:1199px){.product-grid .product-filters .product-filters-wrapper{display:block;position:fixed;z-index:1000;height:100%;width:100%;flex:inherit;top:0;right:100%;transition:all .3s ease;max-width:400px}}.product-grid .product-filters.product-filters-mobile-show .product-filters-wrapper{display:block;transform:translateX(100%)}.product-grid .product-filters .product-filters-overlay{z-index:999}@media(max-width:1199px){.product-grid .product-filters.product-filters-mobile-show .product-filters-overlay{visibility:visible;opacity:1}}.product-grid .product-filters .product-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-grid .product-filters .product-filters-header .product-filters-close{position:relative;display:flex;width:40px;height:40px;background:transparent;cursor:pointer}@media(min-width:1200px){.product-grid .product-filters .product-filters-header .product-filters-close{display:none}}.product-grid .product-filters .product-filters-header .product-filters-close svg{width:32px;height:32px;margin-top:auto;margin-bottom:auto;margin-left:auto;stroke-width:1.5px}.product-grid .product-filters .product-filters-content{display:flex;flex-direction:column;gap:.5rem}.product-grid .product-filters .product-filters-toggle button{background:transparent;cursor:pointer;padding-top:12px;padding-bottom:12px;padding-right:16px;display:flex;align-items:center}@media(min-width:1200px){.product-grid .product-filters .product-filters-toggle button{display:none}}.product-grid .product-filters .product-filters-toggle button svg{width:18px;height:18px;stroke-width:1.5px;margin-right:5px}.product-grid .product-grid-list{flex-grow:1;padding-bottom:1rem}.product-grid .product-grid-list ul{display:grid;grid-auto-flow:row;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;list-style:none;margin:0;padding:0}@media(max-width:767px){.product-grid .product-grid-list ul{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:768px){.product-grid.no-filters .product-grid-list ul{grid-template-columns:repeat(4,1fr)}}