.categoryListing .cardContainer{display:flex;flex-wrap:wrap;gap:32px 24px;justify-content:center}.categoryListing{padding:0 16px}.categoryListing .titleBlock{margin-bottom:32px}.categoryListing .titleBlock span{font-weight:200;font-size:18px;line-height:23px;color:#fff;margin-bottom:5px}.categoryListing .titleBlock h2{font-size:32px;line-height:38px;font-weight:400;color:hsla(0,0%,100%,.9)}.loadMore{display:block;font-size:16px;line-height:20px;font-weight:300;display:flex;align-items:center;gap:8px;justify-content:center;color:#fff;margin-top:50px}.searchBlock{display:grid;grid-template-columns:1fr;grid-gap:22px;gap:22px;margin-bottom:48px}.searchBlock>div:first-child{grid-column:1/3;grid-row:1}.searchBlock:nth-child(2){grid-column:2;grid-row:1}.searchBlock:nth-child(3){grid-column:2;grid-row:2}@media (min-width:780px){.categoryListing .titleBlock .title span{font-size:20px;line-height:25px}.categoryListing .titleBlock .title h2{font-size:40px;line-height:48px}.searchBlock{grid-template-columns:1fr;gap:24px}.searchBlock>div:first-child{grid-column:1/2;grid-row:1}}.noMatches{text-align:center;color:#888;margin-top:20px;font-size:16px}