.E5R-V {
  display: grid;
  grid-template-columns: 100%;
  column-gap: 32px;
  row-gap: 32px;
  margin-bottom: 32px;
}

@media (width >= 992px) {
  .E5R-V {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.SQ6Oy {
  position: relative;
  margin: 0 auto;
  max-width: 708px;
  padding: 0 1.6rem 6.4rem;
}

@media (width >= 992px) {
  .SQ6Oy {
    max-width: 160rem;
  }
}

.OL0Jf {
  font-weight: var(--themeFontWeightBold);
  font-size: var(--themeFontSizeH3);
  color: var(--themeColorForegroundPrimary);
  margin: 0 0 1.4rem;
}

/* CategoryCard */
.rSpI5 {
  cursor: pointer;
  text-decoration: none;
}

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

@media (width >= 768px) {
  .QxgPe {
    width: 112px;
  }
}

@media (width >= 992px) {
  .QxgPe {
    width: 112px;
    gap: 16px;
  }
}

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

.ImTkH {
  border: 4px solid var(--themeColorBluePrimary);
}

@media (width >= 768px) {
  ._6zvzV {
    height: var(--desktop-image-height);
  }
}

@media (width >= 992px) {
  ._6zvzV {
    height: var(--desktop-image-height);
  }
}

._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 */
.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;
}

.i0RyC {
  color: var(--themeColorBluePrimary);
}

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

/* CategoryLink */
.G5zNg {
  text-decoration: none;
}

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

@media (width >= 768px) {
  .jjWyW {
    width: 104px;
    height: 104px;
  }
}

/* PageLoader */
.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) {
  .UjKE1 {
    margin-top: calc(var(--mobile-header-height) + 62px + 152px);
    height: calc(100vh - calc(var(--mobile-header-height) + 62px + 152px));
  }
}

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

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

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

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

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

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

.jEzbI.mM2Z1 {
  -webkit-opacity: 0.5;
}

.jEzbI.i5sUU {
  width: 220px;
  margin-bottom: 0.4rem;
}

/* CardLink */
.YF2Sk {
  text-decoration: none;
  cursor: pointer;
}

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

@media (width >= 768px) {
  .AbzDo {
    padding: 0 4.8rem;
  }
}

@media (width >= 992px) {
  .AbzDo {
    padding: 0 8rem;
  }
}

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

.AbzDo .srgh8 {
  padding: 0;
}

.AbzDo .vhK0J {
  padding: 0px;
}

@media (width >= 768px) {
  .AbzDo .vhK0J {
    column-gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width >= 992px) {
  .AbzDo .vhK0J {
    column-gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

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

._3dZTs {
  background-color: var(--themeColorBluePrimary);
}


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