.stella-trust-strip {
  background: #f7f4ef;
  border-bottom: 1px solid #e8e2d8;
  color: #2a2a2a;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.45;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.stella-trust-strip__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}

.stella-trust-strip__item {
  color: #2a2a2a;
  white-space: nowrap;
}

.stella-trust-strip__item strong {
  font-weight: 600;
}

.stella-trust-strip__dot {
  color: #ba7040;
  display: none;
}

/* Unused: JS injection disabled (overlapped campaign logo artwork). */
.stella-logo-tagline {
  color: #5c5c5c;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-top: 2px;
  text-transform: none;
}

.stella-menu-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: "Inter", sans-serif;
  margin-top: 12px;
  padding: 18px 20px 24px;
}

.stella-menu-contact__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px;
}

.stella-menu-contact__line {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 4px;
}

.stella-menu-contact__line a {
  color: #fff;
  text-decoration: none;
}

.stella-menu-contact__line a:hover {
  text-decoration: underline;
}

.stella-menu-contact__hours {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  margin-top: 6px;
}

.stella-menu-contact__cta {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
}

.stella-cart-complete {
  background: #faf8f5;
  border: 1px solid #e8e2d8;
  border-radius: 6px;
  margin: 16px 0 0;
  padding: 16px 18px;
}

.stella-cart-complete-head td {
  border-top: 0;
  padding: 0 0 8px;
}

.stella-cart-complete + tr.related td,
tr.related .cart-related-product {
  background: #faf8f5;
}

.stella-cart-complete__title {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 6px;
}

.stella-cart-complete__lead {
  color: #4a4a4a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.stella-cart-complete .cart-related-product {
  border-top: 1px solid #ece7df;
}

.stella-help-box {
  background: #faf8f5;
  border: 1px solid #e8e2d8;
  border-radius: 6px;
  margin: 18px 0;
  padding: 18px 20px;
}

.stella-help-box__title {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 8px;
}

.stella-help-box__text {
  color: #444;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.stella-help-box__text a {
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .stella-trust-strip__dot {
    display: inline;
  }

  .stella-logo-tagline {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .stella-trust-strip {
    font-size: 12px;
    padding: 8px 12px;
  }

  .stella-trust-strip__inner {
    gap: 6px 10px;
    justify-content: center;
  }

  .stella-trust-strip__item:nth-child(n+3) {
    display: none;
  }

  .stella-logo-tagline {
    display: none;
  }
}

/* Homepage: trust strip flush under carousel, USP icons below */
.in-index #target + .stella-trust-strip {
  margin-top: 0;
}

.in-index .container.container--bannersBenefit {
  margin-top: 0;
}

.in-index .container.container--bannersBenefit .benefitBanner {
  margin-top: 20px;
  margin-bottom: 48px;
}
