.category-inner-cell {
  height: 64px;
  line-height: 58px;
  margin: 0 auto;
  width: 64px;
}

.category-name-text {
  font-size: 12px;
  line-height: 16px;
}
.category-name-text a {
  color: var(--text-primary);
}

.category-name-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  text-align: center;
}

/**
* @description Iterates over the $space-gap values and creates a class for each one.
* @param {list} $space-gap - A list of space gap values.
*/
.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.ahumada-custom-radio {
  border: 2px solid #808080;
  border-radius: 24px;
  display: inline-block;
  height: 15px;
  min-width: 15px;
  opacity: 1;
  width: 15px;
}
@media (min-width: 768px) {
  .ahumada-custom-radio {
    height: 20px;
    min-width: 20px;
    width: 20px;
  }
}
.ahumada-custom-radio:is(:active, :focus), .ahumada-custom-radio.active:is(:active, :focus) {
  border-color: #e4002b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
  opacity: 0.9;
}
.ahumada-custom-radio.selected {
  border: 4px solid #e4002b;
}

.ahumada-custom-checkbox {
  border: 2px solid #808080;
  border-radius: 24px;
  display: inline-block;
  height: 15px;
  min-width: 15px;
  opacity: 1;
  width: 15px;
  /* stylelint-disable-next-line */
  -webkit-appearance: none;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .ahumada-custom-checkbox {
    height: 20px;
    min-width: 20px;
    width: 20px;
  }
}
.ahumada-custom-checkbox:is(:active, :focus), .ahumada-custom-checkbox.active:is(:active, :focus) {
  border-color: #e4002b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
  opacity: 0.9;
}
.ahumada-custom-checkbox.selected, .ahumada-custom-checkbox:checked {
  background: #e4002b url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath data-name='Icon ionic-ios-arrow-down' d='m7.044 10.287 6.019-5.957a1.142 1.142 0 0 1 1.607 0 1.125 1.125 0 0 1 0 1.593l-6.82 6.749a1.145 1.145 0 0 1-1.569.033l-3.95-3.891a1.123 1.123 0 0 1 0-1.593 1.142 1.142 0 0 1 1.607 0Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center right 4px/13px;
  border: 0;
}
@media (max-width: 767.98px) {
  .ahumada-custom-checkbox.selected, .ahumada-custom-checkbox:checked {
    background: #e4002b url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath data-name='Icon ionic-ios-arrow-down' d='m7.044 10.287 6.019-5.957a1.142 1.142 0 0 1 1.607 0 1.125 1.125 0 0 1 0 1.593l-6.82 6.749a1.145 1.145 0 0 1-1.569.033l-3.95-3.891a1.123 1.123 0 0 1 0-1.593 1.142 1.142 0 0 1 1.607 0Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center right 3px/10px;
  }
}

.main-category-grid {
  padding: 0;
}
.main-category-grid .category-grid-items-carousel-swiper {
  padding: 0 2.375rem;
}
@media (min-width: 768px) {
  .main-category-grid .category-grid-items-carousel-swiper {
    padding: 0 1.75rem;
  }
}
@media (min-width: 768px) {
  .main-category-grid .category-grid-items-carousel-swiper.hide-pagination-desktop .swiper-pagination {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .main-category-grid .category-grid-items-carousel-swiper.hide-pagination-mobile .swiper-pagination {
    display: none;
  }
}

.category-item-pill {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "FinalSix-medium", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin: 0 auto;
  min-height: 3.5rem;
  padding: 0 1rem;
  width: 100%;
}
.category-item-pill:hover {
  color: #fff;
  text-decoration: none;
}
.category-item-pill p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  text-align: center;
}

/*# sourceMappingURL=categoryGridItem.css.map*/