.cat-grid {
  display: grid;
  width: 1280px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.cat-item {
  display: flex;
  height: 268px;
  width: 282px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid var(--dark-10-dddfe-2, #dddfe2);
  background-color: #fff;
}

.cat-item-image {
  width: 282px;
  max-height: 168px;
  height: 168px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.cat-image {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.cat-item-stats {
  display: flex;
  height: 48px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cat-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  align-self: stretch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cat-details {
  display: flex;
  height: 20px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cat-detail-text {
  color: var(--dark-071-d-3-b, #071d3b);
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: lowercase;
}

.crackerbarrel .cat-detail-text {
  font-family: "Libre Franklin", sans-serif;
}

.cat-title-text {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* Honeygrow-16b */
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  height: 24px;
  align-self: stretch;
  color: var(--dark-071-d-3-b, #071d3b);
}

.crackerbarrel .cat-title-text {
  font-family: "Special Gothic", sans-serif;
  color: var(--dark-071-d-3-b, #2b1d10);
}

.cat-dots {
  font-size: 9px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.crackerbarrel .cat-dots {
  font-family: "Libre Franklin", sans-serif;
}

.cat-title-frame {
  width: 1280px;
  height: 25px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  overflow: visible;
}

.cat-title-container {
  width: 1280px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 8px;
}

.cat-title {
  height: 25px;
  display: flex;
  align-items: center;
  flex: 1 0 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.crackerbarrel .cat-title {
  font-family: "Special Gothic", sans-serif;
}
