.category-groups-container{display:flex;flex-direction:column;width:100%}.group-card-container{display:flex;flex-direction:column;align-items:center;width:400px;height:200px;justify-content:space-between;padding:5px;border:1px solid lightgray;border-radius:8px}.group-product-container{display:flex;flex-direction:row;flex-wrap:nowrap}.group-card-subheader{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:5px;font-weight:700}.category-page-container{position:relative;margin-left:10px;margin-right:10px}.category-search{margin-bottom:5px}.category-product-card-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid lightgray;border-radius:4px;box-shadow:-.15rem .15rem .6rem #0003;margin:5px 20px;min-height:250px}.cat-card-overview{display:flex;flex-direction:row;gap:10px}.cat-card-details{display:flex;flex-direction:column;align-items:flex-end;padding-right:20px}.cat-card-info{display:flex;flex-direction:column;max-width:350px}.cat-card-info a:hover{color:#f81}.cat-card-details h3{font-size:32px;font-weight:700}.category-listing-card{border:1px solid lightgray;border-radius:4px;box-shadow:-.15rem .15rem .6rem #0003;min-height:50px;margin:5px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 10px;cursor:pointer}@media screen and (max-width: 899px){.category-product-card-container{margin:5px 10px;min-height:200px}.cat-card-overview img{width:125px;height:125px}}@media screen and (min-width: 900px){.cat-card-overview img{width:225px;height:225px}}.cat-card-title{font-size:24px;font-weight:700;cursor:pointer;color:#000;text-decoration:none}
