.famcheckoutupsell {
  clear: both;
  margin: 1rem 0;
}

.famcheckoutupsell--cart-modal {
  margin-bottom: 0;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

.famcheckoutupsell__title {
  margin: 0 0 0.75rem;
  color: #232323;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
  text-transform: uppercase;
}

.famcheckoutupsell__items {
  display: block;
}

.famcheckoutupsell__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  margin: 0 0 0.75rem;
  padding: 0.75rem;
  border: 1px solid #ddd;
  background: #fff;
}

.famcheckoutupsell__item:last-child {
  margin-bottom: 0;
}

.famcheckoutupsell__media {
  flex: 0 0 72px;
  width: 72px;
}

.famcheckoutupsell__image {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 1px solid #eee;
  background: #f6f6f6;
}

.famcheckoutupsell__image--empty {
  min-height: 72px;
}

.famcheckoutupsell__body {
  flex: 1 1 auto;
  min-width: 0;
}

.famcheckoutupsell__header {
  min-width: 0;
}

.famcheckoutupsell__pill {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.25rem;
  padding: 0.125rem 0.375rem;
  border: 1px solid #efb3ad;
  color: #c21d12;
  font-size: 0.75rem;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.famcheckoutupsell__name {
  margin: 0;
  color: #232323;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.famcheckoutupsell__description {
  margin: 0.35rem 0 0;
  color: #555;
  font-size: 0.8125rem;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.famcheckoutupsell__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.625rem;
}

.famcheckoutupsell__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.375rem;
  min-width: 0;
}

.famcheckoutupsell__discount {
  display: inline-block;
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 100%;
  padding: 0.125rem 0.45rem;
  border-radius: 999px;
  background: #fff1ef;
  color: #c21d12;
  border: 1px solid #efb3ad;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.famcheckoutupsell__price {
  line-height: 1.2;
}

.famcheckoutupsell__price--regular {
  color: #777;
  font-size: 0.8125rem;
  text-decoration: line-through;
}

.famcheckoutupsell__price--discounted {
  color: #232323;
  font-size: 1rem;
  font-weight: 700;
}

.famcheckoutupsell__button {
  flex: 0 0 auto;
  max-width: 100%;
  white-space: normal;
}

.famcheckoutupsell__button[aria-busy="true"] {
  cursor: wait;
}

.famcheckoutupsell__error {
  display: none;
  margin: 0.5rem 0 0;
  color: #c00;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.famcheckoutupsell__error.is-visible {
  display: block;
}

@media (max-width: 575px) {
  .famcheckoutupsell__item {
    gap: 0.625rem;
    padding: 0.625rem;
  }

  .famcheckoutupsell__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .famcheckoutupsell__button {
    width: 100%;
  }
}
