.filter_form{background:var(--text-secondary-light);z-index:99;width:100%;height:100vh;min-height:max-content;padding:.9375rem 1.25rem;animation:.5s linear forwards slideDown;position:absolute;left:0}.filter_form h3{color:var(--text-primary);text-align:center;width:100%;font-size:1.375rem;font-weight:600}.filter_form div{background:var(--text-secondary-light);border-radius:.3125rem;margin-top:.625rem;margin-bottom:1.5625rem;padding:.9375rem 1.25rem;box-shadow:.4px .6px 7px -2.8px #000}.filter_form label{flex-direction:column;justify-content:center;align-items:center;gap:.625rem;display:flex}.filter_form label input,.filter_form label select{color:var(--text-primary);font-size:1.0625rem;font-weight:500}.filter_form label span{color:var(--text-primary);font-size:1.125rem;font-weight:500}.filter_form .category_options{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:1.25rem;display:flex}.filter_form .category_options label{flex-direction:row;justify-content:flex-start;align-items:center;gap:.625rem;display:flex}.filter_form .category_options label input{transform:scale(1.4)}.filter_form .sort_options,.filter_form .price_range{flex-flow:wrap;justify-content:center;align-items:center;gap:.9375rem;display:flex}.filter_form .sort_options input,.filter_form .sort_options select,.filter_form .price_range input,.filter_form .price_range select{background:var(--text-secondary-light);border-radius:.3125rem;width:100%;padding:.3125rem .4375rem;box-shadow:.4px .6px 7px -2.4px #000}@keyframes slideDown{0%{opacity:.7;transform:translateY(-50%)}to{opacity:1;transform:translateY(0%)}}
.shop_product{width:100%;max-width:75rem;margin:auto;padding:1.5625rem 1.25rem}@media (max-width:48rem){.shop_product{padding:1.5625rem .9375rem}}@media (max-width:30rem){.shop_product{padding:1.5625rem .625rem}}.shop_product h2{color:var(--text-primary);text-align:center;width:100%;margin-bottom:1.25rem;font-size:1.875rem;font-weight:700}.shop_product_display{grid-template-columns:repeat(auto-fit,minmax(15.625rem,18.75rem));justify-content:start;gap:1.25rem;width:max-content;max-width:100%;margin:auto;display:grid}@media (max-width:30rem){.shop_product_display{grid-template-columns:repeat(2,1fr);justify-content:center;gap:.9375rem}}
