.StorePage{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:100%;min-height:100vh;display:flex;overflow:hidden}.StorePage-search-container{background-color:#f3f2f7;border-bottom:1px solid #ccc;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100vw;height:50px;display:flex}.StorePage-search{flex-direction:row;justify-content:start;align-items:center;width:90%;height:50px;margin-left:5%;margin-right:5%;display:flex}.StorePage-search input{width:100%;height:36px;font-size:15px;font-family:500;border:2px solid #ccc;border-right:none;border-radius:8px 0 0 8px;outline:none;padding:1px 10px;transition:all .25s}.StorePage-search button{background-color:#fff;border:2px solid #ccc;border-radius:0 8px 8px 0;width:100%;min-width:40px;max-width:60px;height:36px;transition:all .25s}.StorePage-search input:hover,.StorePage-search button:hover{box-shadow:1px 2px 8px rgba(0,173,185,.404)}.StorePage-search input:focus,.StorePage-search button:active{border:2px solid rgba(0,173,185,.79)}.StorePage-bottom{box-sizing:border-box;flex-direction:row;align-items:flex-start;gap:10px;width:100%;max-width:100%;min-height:100vh;padding:1% 2%;display:flex;overflow:hidden}.StorePage-filters-container{flex-flow:column;justify-content:start;align-items:center;gap:20px;width:15vw;min-width:240px;margin-top:10px;display:flex}.StorePage-filters-container-hide{display:none}.StorePage-filter{background-color:#fff;border:1px solid #ccc;border-radius:6px;flex-flow:column;justify-content:center;align-items:start;gap:10px;width:calc(100% - 20px);padding:10px;display:flex;box-shadow:1px 1px 2px #ccc}.StorePage-filter span{color:#000;font-size:16px;font-weight:500}.StorePage-filter-checkboxes{flex-direction:column;justify-content:center;align-items:start;gap:5px;display:flex}.StorePage-filter-checkboxes label{flex-direction:row;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.StorePage-filter-checkboxes input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;background-color:#fff;border:.15em solid #000;border-radius:.15em;place-content:center;width:1.3em;height:1.3em;margin:0;display:grid;transform:translateY(-.075em)}.StorePage-filter-checkboxes input[type=checkbox]:before{content:"";transform-origin:0 100%;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);background-color:canvastext;width:.8em;height:.8em;transition:transform .12s ease-in-out;transform:scale(0);box-shadow:inset 1em 1em #00c3d1}.StorePage-filter-checkboxes input[type=checkbox]:checked:before{transform:scale(1)}.StorePage-filter-checkboxes input[type=checkbox]:hover{box-shadow:1px 1px 12px rgba(0,195,209,.443)}.StorePage-products-container{box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:start;width:100%;padding:0 10px;display:flex;overflow-x:hidden}.StorePage-products{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));justify-content:center;align-items:start;width:100%;max-width:1470px;display:grid;overflow:hidden}.StorePage-products-no-products{flex-flow:column;justify-content:center;align-items:center;gap:6px;width:100%;height:80vh;display:flex}.StorePage-products-no-products span{text-align:center;font-size:18px;font-weight:500}@media (max-width:810px){.StorePage-bottom{flex-direction:column}.StorePage-filters-container{flex-direction:row;gap:20px;width:100%;min-width:240px}.StorePage-filter{gap:10px;width:100%}.StorePage-products-no-products span{font-size:14px;font-weight:500}}
