/* CategoryCard */
.CategorySectionStyles-module__category-card__rSpI5 {
  cursor: pointer;
  text-decoration: none;
}

/* ContentWrapper */
.CategorySectionStyles-module__content-wrapper__QxgPe {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 86px;
}

@media (width >= 768px) {
  .CategorySectionStyles-module__content-wrapper__QxgPe {
    width: 112px;
  }
}

@media (width >= 992px) {
  .CategorySectionStyles-module__content-wrapper__QxgPe {
    width: 112px;
    gap: 16px;
  }
}

/* CircleCategoryImage — dynamic height via CSS variables set inline */
.CategorySectionStyles-module__circle-category-image__6zvzV {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background-color: var(--themeColorForegroundTint);
  height: var(--mobile-image-height);
}

.CategorySectionStyles-module__circle-category-image-is-active__ImTkH {
  border: 4px solid var(--themeColorBluePrimary);
}

@media (width >= 768px) {
  .CategorySectionStyles-module__circle-category-image__6zvzV {
    height: var(--desktop-image-height);
  }
}

@media (width >= 992px) {
  .CategorySectionStyles-module__circle-category-image__6zvzV {
    height: var(--desktop-image-height);
  }
}

.CategorySectionStyles-module__circle-category-image__6zvzV img {
  aspect-ratio: 1 / 1;
  box-shadow: 0px 2px 8px 0px rgba(23, 27, 31, 0.16);
  border-radius: 50%;
  background-color: var(--themeColorForegroundTint);
}

/* CategoryTitle */
.CategorySectionStyles-module__category-title__weRLu {
  width: 100%;
  margin: 0;
  font-size: var(--themeFontSizeH6);
  font-weight: var(--themeFontWeightNormal);
  color: var(--themeColorForegroundPrimary);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.CategorySectionStyles-module__category-title-is-active__i0RyC {
  color: var(--themeColorBluePrimary);
}

@media (width >= 768px) {
  .CategorySectionStyles-module__category-title__weRLu {
    font-size: var(--themeFontSizeBody);
  }
}

/* CategoryLink */
.CategorySectionStyles-module__category-link__G5zNg {
  text-decoration: none;
}

/* BubbleImage — used by HorizontalLinkBubbles */
.CategorySectionStyles-module__bubble-image__jjWyW {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 80px;
  height: 80px;
}

@media (width >= 768px) {
  .CategorySectionStyles-module__bubble-image__jjWyW {
    width: 104px;
    height: 104px;
  }
}

/* PageLoader */
.CategorySectionStyles-module__page-loader__UjKE1 {
  background: var(--themeColorBackgroundPrimary);
  margin-top: calc(var(--mobile-header-height) + 62px + 130px);
  height: calc(100vh - calc(var(--mobile-header-height) + 62px + 130px));
}

@media (width >= 768px) {
  .CategorySectionStyles-module__page-loader__UjKE1 {
    margin-top: calc(var(--mobile-header-height) + 62px + 152px);
    height: calc(100vh - calc(var(--mobile-header-height) + 62px + 152px));
  }
}

@media (width >= 992px) {
  .CategorySectionStyles-module__page-loader__UjKE1 {
    margin-top: calc(var(--desktop-header-height) + 70px + 216px);
    height: calc(100vh - calc(var(--desktop-header-height) + 70px + 216px));
  }
}

/* Headline */
.ContentCardStyles-module__headline__srgh8 {
  padding: 1.6rem;
  color: var(--themeColorForegroundPrimary);
  font-size: var(--themeFontSizeH4);
  font-weight: var(--themeFontWeightBold);
  line-height: 28px;
}

@media (width >= 992px) {
  .ContentCardStyles-module__headline__srgh8 {
    padding: 1.6rem 6.4rem;
  }
}

/* CardGrid */
.ContentCardStyles-module__card-grid__vhK0J {
  padding: 0 1.6rem;
  display: grid;
  grid-template-columns: 100%;
  column-gap: 32px;
  row-gap: 32px;
}

@media (width >= 992px) {
  .ContentCardStyles-module__card-grid__vhK0J {
    padding: 0px 6.4rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ImageContainer */
.ContentCardStyles-module__image-container__jEzbI {
  height: auto;
  position: relative;
  border-radius: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 1px 4px var(--themeColorShadow);
}

.ContentCardStyles-module__image-container__jEzbI.ContentCardStyles-module__unavailable__mM2Z1 {
  -webkit-opacity: 0.5;
}

.ContentCardStyles-module__image-container__jEzbI.ContentCardStyles-module__scrolly__i5sUU {
  width: 220px;
  margin-bottom: 0.4rem;
}

/* CardLink */
.ContentCardStyles-module__card-link__YF2Sk {
  text-decoration: none;
  cursor: pointer;
}

/* GridSectionWrapper */
.ContentCardStyles-module__grid-section-wrapper__AbzDo {
  display: grid;
  margin-bottom: 3.2rem;
  padding: 0px 2.4rem;
  gap: 16px;
}

@media (width >= 768px) {
  .ContentCardStyles-module__grid-section-wrapper__AbzDo {
    padding: 0 4.8rem;
  }
}

@media (width >= 992px) {
  .ContentCardStyles-module__grid-section-wrapper__AbzDo {
    padding: 0 8rem;
  }
}

@media (width > 1440px) {
  .ContentCardStyles-module__grid-section-wrapper__AbzDo {
    padding: 0 12rem;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ContentCardStyles-module__grid-section-wrapper__AbzDo .ContentCardStyles-module__headline__srgh8 {
  padding: 0;
}

.ContentCardStyles-module__grid-section-wrapper__AbzDo .ContentCardStyles-module__card-grid__vhK0J {
  padding: 0px;
}

@media (width >= 768px) {
  .ContentCardStyles-module__grid-section-wrapper__AbzDo .ContentCardStyles-module__card-grid__vhK0J {
    column-gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width >= 992px) {
  .ContentCardStyles-module__grid-section-wrapper__AbzDo .ContentCardStyles-module__card-grid__vhK0J {
    column-gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.HeroCardsStyles-module__hero-carousel-nav__2qDBn {
  width: 100%;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.2rem;
  margin-top: 1.6rem;
}

.HeroCardsStyles-module__nav-circle__\+Nd\+e {
  background-color: var(--themeColorBackgroundRecessed);
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 100%;
}

.HeroCardsStyles-module__nav-circle-is-active__3dZTs {
  background-color: var(--themeColorBluePrimary);
}


/*# sourceMappingURL=OrderDelivery-containers-franchise_f454d32293b71a0dcdfb.css.map*/