@media screen and (min-width:1280px){:root{--app-gutter:2rem}}body{background:var(--light-gray)}.category-photo{text-align:center}.product-category-items{display:grid;gap:1rem;grid-template-columns:1fr 1fr;list-style:none;margin:1rem 0}@media screen and (min-width:768px){.product-category-items{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width:1280px){.product-category-items{grid-template-columns:1fr 1fr 1fr 1fr}}.product-category-filters-and-products{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:calc(var(--gutter)*2)}@media screen and (min-width:1280px){.product-category-filters-and-products{flex-wrap:nowrap}}.product-category-filters{flex-basis:100%;font-size:.85rem}@media screen and (min-width:1280px){.product-category-filters{flex-basis:15%;flex-shrink:0;margin-bottom:3rem;min-width:220px}}.product-category-filters__toggle[open]>summary{border-radius:5px 5px 0 0}.product-category-filters__toggle>summary{background:#fff;border-radius:5px;box-shadow:0 11px 10px 2px rgba(0,0,0,.25);cursor:pointer;padding:1rem}@media screen and (min-width:1280px){.product-category-filters__toggle>summary{display:none}}.product-category-filters__inner{background:#fff;border-radius:0 0 5px 5px;box-shadow:0 11px 10px 2px rgba(0,0,0,.25);padding:1rem}@media screen and (min-width:1280px){.product-category-filters__inner{border-radius:5px}}.product-category-filter-box{border-radius:5px;margin:1rem 0 1.5rem}.product-category-filters__heading{border-bottom:1px solid var(--light-gray);font-size:1.2em;font-weight:600;margin-bottom:1rem;padding-bottom:.25rem}.product-category-filters__filters{list-style:none;margin:0 0 .5rem;padding:0}.product-list__products>ul{list-style:none}.product-list__products>ul>li{border-bottom:1px solid #000;padding:3rem 1rem}.product-list__products .product{display:flex}.product-list__products .product__thumbnail{flex:0 1 25%;margin-right:2rem}.product-list__products .product__info{flex:1 1 100%;margin-right:2rem}.product-list__products .product__info .product__title{font-weight:700}.product-list__products .product__info .product__main-overview{font-size:.75rem}.product-list__products .product__actions{flex:0 0 25%;margin-left:auto}.product-grid{flex:1 1 100%}.product-grid__count-and-sort{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}@media screen and (min-width:768px){.product-grid__count-and-sort{flex-wrap:nowrap;gap:2rem}.product-grid__count{margin-right:auto}}.product-grid__sort{align-items:center;column-gap:1rem;display:flex;flex-wrap:wrap;justify-content:center}@media screen and (min-width:768px){.product-grid__sort{flex-wrap:nowrap;justify-content:flex-end}}@media screen and (min-width:1280px){.product-grid__sort{margin-left:2rem}}.product-grid__sort label{font-weight:inherit}.product-grid__sort select{width:200px}.product-grid__products>ul{display:grid;gap:1rem;grid-template-columns:1fr;list-style:none;margin:0}@media screen and (min-width:768px){.product-grid__products>ul{gap:2rem;grid-template-columns:1fr 1fr}}@media screen and (min-width:1440px){.product-grid__products>ul{gap:1rem;grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width:1920px){.product-grid__products>ul{gap:2rem;grid-template-columns:1fr 1fr 1fr 1fr}}.product-grid__pager,.product-list__pager{margin-top:2rem;text-align:center}.product-grid__pager .pagination,.product-list__pager .pagination{margin:0}.product-grid__none,.product-list__none{margin:2rem 0}