html body.field-connect-home .home-qa-section .home-qa-cta.home-qa-cta--pink > a {
  box-sizing: border-box !important;
  width: 118px !important;
  min-width: 118px !important;
  max-width: 118px !important;
  height: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;
  padding: 0 10px !important;
  border-radius: 2px !important;
  font-size: 8px !important;
  line-height: 20px !important;
  box-shadow: none !important;
}

.regional-harvest-section {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.regional-harvest-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.regional-harvest-head span {
  color: #d94d8d;
  font-size: 10px;
  font-weight: 900;
}

.regional-harvest-head h2 {
  margin: 2px 0 0;
  font-size: clamp(20px, 2vw, 27px);
  letter-spacing: 0;
}

.regional-harvest-head > small {
  color: #8a919b;
  font-size: 10px;
}

.regional-harvest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.regional-harvest-card {
  display: grid;
  min-width: 0;
  padding: 12px;
  border: 1px solid #e5e8ed;
  border-radius: 7px;
  color: #30343b;
  background: #fff;
  text-decoration: none;
}

.regional-harvest-weather,
.regional-harvest-producer {
  display: flex;
  align-items: center;
  gap: 6px;
}

.regional-harvest-weather {
  color: #d94d8d;
  font-size: 11px;
}

.regional-harvest-weather i {
  font-size: 20px;
}

.regional-harvest-weather small {
  margin-left: auto;
  color: #5d6570;
  font-weight: 900;
}

.regional-harvest-body {
  display: grid;
  gap: 3px;
  min-height: 68px;
  padding: 10px 0;
}

.regional-harvest-body small {
  color: #858c96;
  font-size: 9px;
}

.regional-harvest-body strong {
  overflow-wrap: anywhere;
  font-size: 13px;
  line-height: 1.45;
}

.regional-harvest-body time {
  color: #d94d8d;
  font-size: 10px;
  font-weight: 900;
}

.regional-harvest-producer {
  padding-top: 8px;
  border-top: 1px solid #f0f1f3;
}

.regional-harvest-producer img,
.regional-harvest-producer > i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.regional-harvest-producer img {
  object-fit: cover;
}

.regional-harvest-producer > i {
  display: grid;
  place-items: center;
  color: #d94d8d;
  background: #fff0f7;
}

.regional-harvest-producer small {
  overflow: hidden;
  font-size: 9px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .regional-harvest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .regional-harvest-head {
    align-items: start;
  }

  .regional-harvest-head > small {
    max-width: 100px;
    text-align: right;
  }

  .regional-harvest-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .regional-harvest-card {
    grid-template-columns: 76px minmax(0, 1fr);
    column-gap: 10px;
    padding: 10px;
  }

  .regional-harvest-weather {
    align-content: center;
    flex-direction: column;
    justify-content: center;
    grid-row: 1 / span 2;
    text-align: center;
  }

  .regional-harvest-weather small {
    margin-left: 0;
  }

  .regional-harvest-body {
    min-height: 0;
    padding: 0 0 8px;
  }
}

html body.field-connect-home .home-qa-section .home-qa-cta.home-qa-cta--pink > a i {
  font-size: 9px !important;
}

.farmers-page .farmer-featured-product {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid #f0d6e2;
  border-radius: 8px;
  color: #343a42;
  background: #fff9fc;
  text-decoration: none;
}

.farmers-page .farmer-featured-product__image {
  display: grid;
  width: 180px;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  color: #e35a98;
  background: #f4edf1;
}

.farmers-page .farmer-featured-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.farmers-page .farmer-featured-product__image > i {
  font-size: 32px;
}

.farmers-page .farmer-featured-product__body {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.farmers-page .farmer-featured-product__body > small {
  color: #dc4d8e;
  font-size: 10px;
  font-weight: 900;
}

.farmers-page .farmer-featured-product__title {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.farmers-page .farmer-featured-product__title > strong {
  overflow-wrap: anywhere;
  font-size: 19px;
  line-height: 1.35;
}

.farmers-page .farmer-featured-product__avatar {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #dc4d8e;
  background: #eceff2;
  box-shadow: 0 2px 8px rgba(50, 55, 63, .12);
  flex: 0 0 auto;
}

.farmers-page .farmer-featured-product__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.farmers-page .farmer-featured-product__body > b {
  color: #626a75;
  font-size: 11px;
}

.farmers-page .farmer-featured-product__body > em {
  color: #dc4d8e;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

.farmers-page .farmer-featured-product__body > span:last-child {
  color: #8b929c;
  font-size: 10px;
}

.farmers-page .farmer-featured-product > i {
  color: #c7cbd1;
  font-size: 20px;
}

@media (max-width: 680px) {
  .farmers-page .farmer-featured-product {
    grid-template-columns: 104px minmax(0, 1fr) 16px;
    gap: 11px;
    padding: 10px;
  }

  .farmers-page .farmer-featured-product__image {
    width: 104px;
  }

  .farmers-page .farmer-featured-product__title {
    gap: 6px;
  }

  .farmers-page .farmer-featured-product__title > strong {
    font-size: 14px;
  }

  .farmers-page .farmer-featured-product__avatar {
    width: 26px;
    height: 26px;
  }

  .farmers-page .farmer-featured-product__body > em {
    font-size: 12px;
  }
}

/* Home creative service products. */
.field-connect-home .home-creative-service-grid {
  align-items: stretch !important;
}

.field-connect-home .home-creative-service-card {
  position: relative !important;
  min-height: 310px !important;
  padding: 22px 20px 72px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 9px !important;
  border: 1px solid #e8e9ed !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 12px 32px rgba(20, 26, 34, .07) !important;
  text-align: left !important;
}

.field-connect-home .home-creative-service-card > i {
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 10px !important;
  color: #c9367a !important;
  background: #fff0f7 !important;
  font-size: 20px !important;
}

.field-connect-home .home-creative-service-card__label {
  color: #a45b7d !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
}

.field-connect-home .home-creative-service-card h3 {
  margin: 0 !important;
  color: #252b33 !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
}

.field-connect-home .home-creative-service-card p {
  margin: 0 !important;
  color: #737b86 !important;
  font-size: 12px !important;
  line-height: 1.75 !important;
}

.field-connect-home .home-creative-service-card > strong {
  margin-top: auto !important;
  color: #252b33 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}

.field-connect-home .home-creative-service-card > a {
  position: absolute !important;
  right: 18px !important;
  bottom: 18px !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: #252b33 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

@media (max-width: 760px) {
  .field-connect-home .home-creative-service-grid {
    grid-template-columns: 1fr !important;
  }

  .field-connect-home .home-creative-service-card {
    min-height: 240px !important;
    padding: 17px 16px 64px !important;
  }

  .field-connect-home .home-creative-service-card > a {
    right: 15px !important;
    bottom: 14px !important;
  }
}

/* Final home registration counter. */
.field-connect-home .home-member-milestone {
  width: 176px !important;
  min-width: 176px !important;
  max-width: 176px !important;
  min-height: 44px !important;
  margin-top: 16px !important;
  padding: 7px 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
  border: 1px solid #f4c4da !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #fff7fb 0%, #ffeaf4 100%) !important;
  box-shadow: 0 10px 24px rgba(216, 63, 134, .12) !important;
  text-align: left !important;
}

.field-connect-home .home-member-milestone > div {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
}

.field-connect-home .home-member-milestone small {
  display: inline !important;
  color: #a45b7d !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .05em !important;
}

.field-connect-home .home-member-milestone strong {
  display: inline !important;
  margin: 0 !important;
  color: #d83f86 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -.03em !important;
}

.field-connect-home .home-member-milestone--mobile {
  width: 164px !important;
  min-width: 164px !important;
  max-width: 164px !important;
  min-height: 42px !important;
  margin: 12px 16px 0 !important;
  padding: 7px 12px !important;
}

.field-connect-home .home-member-milestone--mobile strong {
  font-size: 21px !important;
}

/* Refined white and pink registration counter. */
.field-connect-home .home-member-milestone {
  width: 176px !important;
  min-width: 176px !important;
  max-width: 176px !important;
  min-height: 44px !important;
  padding: 7px 10px !important;
  border: 1px solid #efb4d0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(32, 36, 42, .08) !important;
}

.field-connect-home .home-member-milestone > div {
  gap: 8px !important;
}

.field-connect-home .home-member-milestone small {
  padding: 3px 7px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #df4d91 !important;
  font-size: 9px !important;
  letter-spacing: .03em !important;
}

.field-connect-home .home-member-milestone strong {
  color: #252b33 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
}

.field-connect-home .home-member-milestone--mobile {
  width: 158px !important;
  min-width: 158px !important;
  max-width: 158px !important;
  min-height: 40px !important;
  padding: 6px 9px !important;
}

.field-connect-home .home-member-milestone--mobile strong {
  font-size: 20px !important;
}

.seller-page .seller-heading h2 {
  color: #5f6670 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.seller-page .seller-product-grid--dummy {
  grid-template-columns: minmax(0, 340px) !important;
  margin-bottom: 8px;
}

.seller-page .seller-product-card--dummy {
  opacity: .82;
}

.seller-page .seller-product-card--dummy .seller-product-image img {
  object-fit: contain;
  background: #f4f5f7;
}

.seller-page .seller-dummy-label {
  top: 7px;
  left: 7px;
  background: #9299a3;
}

.producer-edit-grid--sns .producer-sns-url-field {
  border: 1px solid #e2e5e9;
  border-radius: 6px;
  background: #fff;
}

.producer-edit-grid--sns .producer-sns-setting {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px;
  grid-column: 1 / -1;
}

.producer-edit-grid--sns .producer-sns-visible {
  min-height: 38px;
  margin: 0;
  padding: 0 9px;
  white-space: nowrap;
}

.producer-edit-grid--sns .producer-sns-url-field summary {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  color: #59616b;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.producer-edit-grid--sns .producer-sns-url-field summary::-webkit-details-marker {
  display: none;
}

.producer-edit-grid--sns .producer-sns-url-field summary i:first-child {
  color: #e85aa0;
  font-size: 15px;
}

.producer-edit-grid--sns .producer-sns-url-field summary i:nth-child(2) {
  color: #9aa1aa;
  font-size: 12px;
}

.producer-edit-grid--sns .producer-sns-url-field[open] summary {
  border-bottom: 1px solid #eceef1;
  background: #fff8fb;
}

.producer-edit-grid--sns .producer-sns-url-field > label {
  padding: 10px;
}

.messages-page,
.messages-page *,
.messages-layout,
.message-room,
.message-bubbles,
.message-order-list,
.message-order-card,
.message-send-form {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.messages-page {
  width: min(100% - 24px, 980px) !important;
  overflow-x: hidden;
}

.message-bubbles article,
.message-bubbles article p {
  max-width: min(78%, 620px) !important;
}

.message-bubbles p,
.message-thread-list b,
.message-thread-list small,
.message-room-head strong,
.message-order-card b,
.message-order-card dd,
.message-order-card__guide,
.messages-context-label {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
}

.message-order-card dl div {
  min-width: 0;
}

.message-order-card dd {
  min-width: 0;
  max-width: 70%;
}

.message-send-form {
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
}

.message-send-form textarea {
  width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 680px) {
  .seller-page .seller-heading h2 {
    font-size: 14px !important;
  }

  .message-bubbles article,
  .message-bubbles article p {
    max-width: 88% !important;
  }

  .message-order-card {
    padding: 11px !important;
  }

  .message-order-card__top {
    grid-template-columns: 32px minmax(0, 1fr) !important;
  }

  .message-order-card__top em {
    grid-column: 2;
    justify-self: start;
  }

  .message-order-card dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 7px 0;
  }

  .message-order-card dd {
    max-width: 100%;
    text-align: left;
  }
}

.seller-page .seller-product-select-note {
  display: block;
  max-width: 520px;
  margin-top: 4px;
  color: #858d98;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.seller-page .seller-product-image {
  position: relative;
}

.seller-page .seller-featured-picker {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 3;
  pointer-events: auto !important;
}

.seller-page .seller-featured-picker button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #a8afb8;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 3px 10px rgba(30, 35, 42, .18);
  cursor: pointer;
  pointer-events: auto !important;
  touch-action: manipulation;
}

.seller-page .seller-featured-picker button i {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.seller-page .seller-featured-picker button span {
  position: static !important;
  display: block;
  padding: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font-size: 7px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.seller-page .seller-featured-picker button.is-selected {
  color: #e64f96;
  background: #fff4f9;
}

.seller-page .seller-featured-picker button:disabled {
  cursor: not-allowed;
  opacity: .38;
}

.seller-page .seller-featured-picker--dummy {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #e64f96;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 3px 10px rgba(30, 35, 42, .18);
}

.seller-page .seller-featured-picker--dummy i {
  font-size: 23px;
}

.seller-page .seller-product-empty {
  min-height: 0;
  gap: 4px;
  padding: 15px 16px;
  border-radius: 6px;
  box-shadow: none;
}

.seller-page .seller-product-empty strong {
  font-size: 12px;
}

.seller-page .seller-product-empty p {
  margin: 0;
  color: #8b929c;
  font-size: 9px;
  line-height: 1.5;
}

.seller-page .seller-mypage-link {
  min-height: 32px !important;
  padding: 0 11px !important;
  font-size: 9px !important;
}

@media (max-width: 680px) {
  .seller-page .seller-product-select-note {
    font-size: 9px;
  }

  .seller-page .seller-featured-picker button {
    width: 46px;
    height: 46px;
  }
}

.farmers-page .farmer-search-card__image {
  position: relative;
}

.farmers-page .farmer-search-grid {
  grid-template-columns: repeat(auto-fill, 180px) !important;
  gap: 16px !important;
}

.farmers-page .farmer-search-card {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  grid-template-rows: 150px auto !important;
}

.farmers-page .farmer-search-card__image {
  width: 100% !important;
  height: 150px !important;
  background: #f4f5f7 !important;
}

.farmers-page .farmer-search-card__image.is-product img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  background: #f4f5f7;
}

.farmers-page .farmer-search-card__image > small {
  position: absolute;
  left: 7px;
  bottom: 7px;
  padding: 3px 6px;
  border-radius: 3px;
  color: #fff;
  background: rgba(40, 43, 49, .72);
  font-size: 8px;
  font-weight: 900;
  line-height: 1.2;
}

.farmers-page .farmer-search-card__product-name {
  overflow: hidden;
  color: #dc4d8e !important;
  font-size: 9px !important;
  font-weight: 900;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.farmers-page .farmer-search-card__producer {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.farmers-page .farmer-search-card__producer > strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.farmers-page .farmer-search-card__avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #e85aa0;
  background: #eceff2;
  box-shadow: 0 2px 7px rgba(35, 40, 47, .14);
  flex: 0 0 auto;
}

.farmers-page .farmer-search-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.farmers-page .farmer-search-card__avatar i {
  font-size: 19px;
}

.field-connect-home .home-qa-news__head h2 {
  border-color: #f09ac1 !important;
  color: #d94789 !important;
  background: #fff2f8 !important;
}

.field-connect-home .home-qa-news__head > a,
.field-connect-home .home-qa-news__tags,
.field-connect-home .home-qa-news__main small i {
  color: #d94789 !important;
}

.field-connect-home .home-qa-news__row:hover strong {
  color: #d94789 !important;
}

.producer-owner-sales-link span {
  display: grid;
  gap: 1px;
}

.producer-owner-sales-link small {
  color: inherit;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.1;
  opacity: .72;
}

.seller-featured-product-badge {
  display: inline-flex;
  width: fit-content;
  padding: 3px 7px;
  border-radius: 4px;
  color: #d84f8d;
  background: #fff0f7;
  font-size: 9px;
  font-weight: 900;
}

@media (max-width: 680px) {
  .farmers-page .farmer-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .farmers-page .farmer-search-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    grid-template-rows: 132px auto !important;
  }

  .farmers-page .farmer-search-card__image {
    height: 132px !important;
  }

  .farmers-page .farmer-search-card__avatar {
    width: 34px;
    height: 34px;
  }

  .farmers-page .farmer-search-card__image > small {
    left: 5px;
    bottom: 5px;
    font-size: 7px;
  }
}

.seller-page .seller-product-grid--dummy {
  grid-template-columns: minmax(0, 260px) !important;
  gap: 8px !important;
}

.seller-page .seller-product-card--dummy {
  grid-template-columns: 92px minmax(0, 1fr) !important;
  max-width: 260px !important;
  border-radius: 7px !important;
}

.seller-page .seller-product-card--dummy .seller-product-image {
  min-height: 92px !important;
}

.seller-page .seller-product-card--dummy .seller-product-body {
  gap: 4px !important;
  padding: 9px !important;
}

.seller-page .seller-product-card--dummy .seller-dummy-label {
  top: 5px !important;
  left: 5px !important;
  padding: 2px 5px !important;
  font-size: 8px !important;
}

.seller-page .seller-product-card--dummy .seller-product-top strong {
  font-size: 11px !important;
  line-height: 1.25 !important;
}

.seller-page .seller-product-card--dummy .seller-product-top em,
.seller-page .seller-product-card--dummy p,
.seller-page .seller-product-card--dummy small {
  font-size: 8px !important;
  line-height: 1.35 !important;
}

.seller-page .seller-product-card--dummy .seller-product-price b {
  font-size: 13px !important;
}

.seller-page .seller-product-card--dummy .seller-featured-picker--dummy {
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  border: 2px solid #fff !important;
  cursor: pointer !important;
  touch-action: manipulation;
}

.seller-page .seller-featured-picker--dummy span {
  position: static !important;
  display: block !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font-size: 7px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.seller-page .seller-featured-picker--dummy.is-selected {
  color: #fff !important;
  background: #e64f96 !important;
}

.messages-page {
  width: min(100% - 28px, 900px) !important;
  font-size: 13px !important;
}

.message-bubbles article,
.message-bubbles article p {
  max-width: min(72%, 520px) !important;
}

.message-order-card {
  padding: 13px !important;
}

.message-order-card__top b,
.message-thread-list b,
.message-room-head strong {
  font-size: 13px !important;
}

.message-order-card__top small,
.message-order-card dt,
.message-order-card dd,
.message-order-card__guide,
.message-bubbles p,
.message-thread-list small,
.messages-context-label {
  font-size: 11px !important;
  line-height: 1.55 !important;
}

.message-order-card dd {
  max-width: 62% !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
}

.message-order-card dl {
  gap: 0 !important;
}

.producer-detail-products.reviews-hidden .producer-product-stars,
.producer-detail-products.reviews-hidden .producer-product-reviews,
.producer-detail-products.reviews-hidden .producer-product-review-form,
.producer-detail-products.reviews-hidden .producer-product-review-login {
  display: none !important;
}

@media (max-width: 680px) {
  .seller-page .seller-product-grid--dummy {
    grid-template-columns: minmax(0, 100%) !important;
  }

  .seller-page .seller-product-card--dummy {
    grid-template-columns: 86px minmax(0, 1fr) !important;
    max-width: 100% !important;
  }

  .seller-page .seller-product-card--dummy .seller-product-image {
    min-height: 86px !important;
  }

  .message-bubbles article,
  .message-bubbles article p {
    max-width: 84% !important;
  }

  .message-order-card dd {
    max-width: 100% !important;
  }
}

/* Absolute final home registration counter. */
.field-connect-home .home-member-milestone {
  width: fit-content !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 42px !important;
  margin-top: 16px !important;
  padding: 8px 12px 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(255, 255, 255, .46) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .62) !important;
  box-shadow:
    0 10px 28px rgba(20, 26, 34, .09),
    inset 0 1px 0 rgba(255, 255, 255, .72) !important;
  text-align: left !important;
  position: relative !important;
  backdrop-filter: blur(14px) saturate(1.08) !important;
}

.field-connect-home .home-member-milestone::after {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  bottom: 0 !important;
  width: 108px !important;
  height: 1px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #df4d91, rgba(236, 95, 160, .42) 68%, transparent) !important;
}

.field-connect-home .home-member-milestone > div {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
}

.field-connect-home .home-member-milestone small {
  display: inline !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: #8f6679 !important;
  background: transparent !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
}

.field-connect-home .home-member-milestone strong {
  display: inline !important;
  margin: 0 !important;
  color: #c9367a !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.field-connect-home .home-member-milestone--mobile {
  width: fit-content !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 42px !important;
  margin: 12px 16px 0 !important;
  padding: 8px 12px 10px !important;
}

.field-connect-home .home-member-milestone--mobile::after {
  left: 12px !important;
  width: 108px !important;
}

.field-connect-home .home-member-milestone--mobile strong {
  font-size: 24px !important;
}

/* Message payment choice. */
.message-payment-choice {
  margin: 8px 12px 0 !important;
  padding: 10px 12px !important;
  display: grid !important;
  gap: 7px !important;
  border: 1px solid #eceef1 !important;
  border-radius: 10px !important;
  background: #fafbfc !important;
}

.message-payment-choice > small {
  color: #8a929d !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

.message-payment-choice > div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
}

.message-payment-choice a,
.message-payment-choice button {
  min-height: 34px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  border: 1px solid #e2e5e9 !important;
  border-radius: 8px !important;
  color: #343941 !important;
  background: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.message-payment-choice a {
  border-color: #ec5fa0 !important;
  color: #c9367a !important;
}

@media (max-width: 680px) {
  .message-payment-choice {
    margin: 7px 8px 0 !important;
  }

  .message-payment-choice > div {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .message-payment-choice a,
  .message-payment-choice button {
    width: 100% !important;
    padding: 0 7px !important;
    font-size: 10px !important;
  }
}
