.mf-home > .mf-home-products:first-child {
  padding-bottom: 1rem;
}

.mf-home > .mf-home-products:last-child {
  padding-top: 0;
}

.mf-home .mf-shell > .mf-catalog-toolbar {
  width: 100%;
  max-width: var(--mf-shell-content);
  margin-inline: auto;
}

.mf-home .mf-story-bubbles {
  position: sticky;
  top: 92px;
  z-index: 16;
}

.mf-home-stories,
.mf-story-bubbles {
  display: flex;
  gap: 18px;
  justify-content: center;
  overflow-x: auto;
  padding: 0 2px 2px;
  scrollbar-width: none;
}

.mf-home-stories::-webkit-scrollbar,
.mf-story-bubbles::-webkit-scrollbar {
  display: none;
}

.mf-story-pill {
  flex: 0 0 auto;
  display: grid;
  justify-items: center;
  gap: 10px;
  width: 88px;
  color: var(--mf-color-charcoal);
}

.mf-story-pill.is-active .mf-story-pill__media {
  border-color: rgba(161, 23, 41, 0.34);
  box-shadow: 0 14px 28px rgba(161, 23, 41, 0.1);
}

.mf-story-pill.is-active .mf-story-pill__label {
  color: var(--mf-color-bronze);
}

.mf-story-pill__media {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--mf-color-border);
  background: #fff;
  box-shadow: var(--mf-shadow-card);
}

.mf-story-pill__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-story-pill__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(4, 28, 44, 0.08), rgba(161, 23, 41, 0.12));
}

.mf-story-pill__label {
  display: block;
  text-align: center;
  font-family: var(--mf-font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .mf-home-stories {
    gap: 14px;
  }

  .mf-story-bubbles {
    justify-content: center;
    gap: 14px;
  }

  .mf-home .mf-story-bubbles {
    position: static;
  }

  .mf-story-pill {
    width: 76px;
  }

  .mf-story-pill__media {
    width: 68px;
    height: 68px;
  }

  .mf-story-pill__label {
    font-size: 9px;
    letter-spacing: 0.12em;
  }
}
