:root {
  --category-list-04--category-title--color: var(--elements--body-text--heading-1--color);
  --category-list-04--category-title--font-family: var(--elements--body-text--heading-1--font-family);
  --category-list-04--category-title--font-size: var(--elements--body-text--heading-1--font-size);
  --category-list-04--category-title--font-weight: var(--elements--body-text--heading-1--font-weight);
  --category-list-04--category-title--letter-spacing: var(--elements--body-text--heading-1--letter-spacing);
  --category-list-04--category-title--line-height: var(--elements--body-text--heading-1--line-height);
  --category-list-04--category-title--margin-bottom: var(--elements--body-text--heading-1--margin-bottom);
  --category-list-04--category-title--text-transform: var(--elements--body-text--heading-1--text-transform);
  --category-list-04--list--gap: var(--theme--spacing--grid--margin);
  --category-list-04--list--margin-top: var(--theme--spacing--element--margin);
  --category-list-04--item--background-color: transparent;
  --category-list-04--item--border-color: var(--theme--colors--gray--200);
  --category-list-04--item--border-radius: var(--elements--features--container--border-radius);
  --category-list-04--item--border-width: 0rem;
  --category-list-04--item--box-shadow: var(--elements--features--container--box-shadow);
  --category-list-04--item--height: var(--elements--features--container--height);
  --category-list-04--item--text-align: left;
  --category-list-04--item-image--object-fit: cover;
  --category-list-04--item-image--object-position: center;
  --category-list-04--item-image--opacity: 1;
  --category-list-04--item-body--background-color: var(--elements--features--body--background-color);
  --category-list-04--item-body--opacity: var(--elements--features--body--opacity);
  --category-list-04--item-title--color: var(--elements--features--title--color);
  --category-list-04--item-title--color-hover: var(--elements--features--title--color);
  --category-list-04--item-title--font-family: var(--elements--features--title--font-family);
  --category-list-04--item-title--font-size: var(--elements--features--title--font-size);
  --category-list-04--item-title--font-weight: var(--elements--features--title--font-weight);
  --category-list-04--item-title--letter-spacing: var(--elements--body-text--body--letter-spacing);
  --category-list-04--item-title--line-height: var(--elements--body-text--body--line-height);
  --category-list-04--item-title--text-transform: var(--elements--features--title--text-transform);
  --category-list-04--item-link--justify-content: flex-end;
  --category-list-04--primary-button--background-color: var(--elements--buttons--primary--background-color);
  --category-list-04--primary-button--border-color: var(--elements--buttons--primary--border-color);
  --category-list-04--primary-button--border-bottom-width: var(--elements--buttons--button--border-bottom-width);
  --category-list-04--primary-button--border-left-width: var(--elements--buttons--button--border-left-width);
  --category-list-04--primary-button--border-right-width: var(--elements--buttons--button--border-right-width);
  --category-list-04--primary-button--border-top-width: var(--elements--buttons--button--border-top-width);
  --category-list-04--primary-button--border-radius: var(--elements--buttons--button--border-radius);
  --category-list-04--primary-button--box-shadow: var(--elements--buttons--button--box-shadow);
  --category-list-04--primary-button--color: var(--elements--buttons--primary--color);
  --category-list-04--primary-button--font-family: var(--elements--buttons--button--font-family);
  --category-list-04--primary-button--font-size: var(--elements--buttons--button--font-size);
  --category-list-04--primary-button--font-weight: var(--elements--buttons--button--font-weight);
  --category-list-04--primary-button--letter-spacing: var(--elements--buttons--button--letter-spacing);
  --category-list-04--primary-button--padding-y: var(--elements--buttons--button--padding-y);
  --category-list-04--primary-button--padding-x: var(--elements--buttons--button--padding-x);
  --category-list-04--primary-button--text-transform: var(--elements--buttons--button--text-transform);
  --category-list-04--primary-button--background-color-hover: var(--elements--buttons--primary--background-color-hover);
  --category-list-04--primary-button--border-color-hover: var(--elements--buttons--primary--border-color-hover);
  --category-list-04--primary-button--color-hover: var(--elements--buttons--primary--color-hover);
  --category-list-04--primary-button--font-size: var(--elements--buttons--button-small--font-size);
  --category-list-04--primary-button--padding-x: var(--elements--buttons--button-small--padding-x);
  --category-list-04--primary-button--padding-y: var(--elements--buttons--button-small--padding-y);
}