.shop-with-text-capture {
  display: none;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: right;
  position: relative;
  font-size: 14px;
}

.shop-with-text-capture__text {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  justify-content: flex-end;
  gap: 4px;
  padding: 6px 0;
  user-select: none;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
}

.shop-with-text-capture__list {
  margin: 0 0 20px !important;
}

.shop-with-text-capture__personalization {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-bottom: 1px solid rgb(var(--border-color));
  padding: 0 0 8px;
}

.shop-with-text-capture__clear-button {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  align-items: center;
}

.shop-with-text-header__text {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 0 14px;
  display: flex;
}

.shop-with-text-list__item {
  padding: 0 0 4px;
  font-size: 0.9rem;
}

.shop-with-text-line-item__content-wrapper {
  display: flex;
  position: relative;
  /* border-top: 1px solid rgb(var(--border-color)); */
  padding: 12px 0 0;
}

.shop-with-text-line-item__info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shop-with-text-line-item__info {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.shop-with-text__image-wrapper {
  flex: none;
  align-self: flex-start;
  width: 30%;
  margin-inline-end: 24px;
  display: block;
  position: relative;
}

.add-text-button {
  padding: 8px;
  cursor: pointer;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  border: 1px solid #d9d9d9;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  margin: 10px 20px 10px 0;
}
