.category-button {
  display: relative;
  width: 100%; }
  .category-button__label {
    background-color: #f1f1f1;
    padding: 20px 20px 26px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 30rem) {
      .category-button__label {
        font-size: 24px;
        font-size: 1.5rem; } }
    .category-button__label::after {
      content: '';
      display: block;
      position: absolute;
      height: 6px;
      width: 0%;
      background-color: #cf000d;
      transition: width 200ms linear;
      bottom: 0;
      left: 0; }
    .category-button__label.active {
      background-color: #fff;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }
      .category-button__label.active::after {
        width: 100%; }

.category-buttons {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box;
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .category-buttons {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80rem) {
    .category-buttons {
      padding-left: 40px;
      padding-right: 40px; } }
  .category-buttons__wrapper {
    width: 100%; }
    @media screen and (min-width: 30rem) {
      .category-buttons__wrapper {
        display: flex; } }
    @media screen and (min-width: 64rem) {
      .category-buttons__wrapper {
        width: 66%; } }
  @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
    .category-buttons .category-button + .category-button {
      margin-top: 20px; } }
  @media screen and (min-width: 30rem) {
    .category-buttons .category-button {
      width: calc(50% - 1rem); }
      .category-buttons .category-button + .category-button {
        margin-left: 20px; } }

/*# sourceMappingURL=category-buttons.css.map */