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-service-card-head,
.field-connect-home .home-service-card-footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

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

.field-connect-home .home-service-card-copy {
  display: grid;
  gap: 6px;
}

.field-connect-home .home-service-card-copy h3,
.field-connect-home .home-service-card-copy p {
  margin: 0 !important;
}

.field-connect-home .home-service-card-footer {
  margin-top: auto;
}

.field-connect-home .home-service-card-footer > strong {
  color: #252b33;
  font-size: 24px;
}

.field-connect-home .home-service-card-footer > strong small {
  font-size: 11px;
}

.field-connect-home .home-service-payment-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f4f5f7;
  color: #6d737c;
  font-size: 9px;
  font-weight: 800;
}

.field-connect-home .home-service-privacy-note {
  display: flex;
  gap: 6px;
  padding: 7px 8px;
  border-radius: 8px;
  background: #fff5f9;
  color: #8c5270 !important;
  font-size: 9px !important;
  line-height: 1.55 !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;
  border: 1px solid #d9dce1 !important;
  color: #3f454d !important;
  background: #eef0f3 !important;
  box-shadow: 0 5px 14px rgba(44, 49, 56, .08) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.field-connect-home .home-creative-service-card > a:hover {
  background: #e4e7eb !important;
  color: #252a31 !important;
}

.field-connect-home .home-service-detail {
  display: grid;
  gap: 6px;
  width: 100%;
}

.field-connect-home .home-service-detail > b {
  color: #4e555e;
  font-size: 11px;
}

.field-connect-home .home-service-detail > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.field-connect-home .home-service-detail span {
  padding: 4px 7px;
  border-radius: 999px;
  background: #f4f5f7;
  color: #606771;
  font-size: 9px;
}

.field-connect-home .home-service-portfolio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  width: 100%;
}

.field-connect-home .home-service-portfolio img,
.field-connect-home .home-service-portfolio video {
  width: 100%;
  aspect-ratio: 1.25;
  border-radius: 8px;
  object-fit: cover;
  background: #eceef1;
}

@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 Q&A and registration banner palette. */
.field-connect-home .home-qa-section.home-qa-news {
  border-color: rgba(231, 105, 163, .42) !important;
  background: rgba(255, 255, 255, .52) !important;
}
.field-connect-home .home-qa-news__head {
  border-bottom-color: rgba(231, 105, 163, .28) !important;
  background: rgba(255, 247, 251, .46) !important;
}
.field-connect-home .home-qa-news__head h2 {
  color: #b83f77 !important;
}
.field-connect-home .home-member-milestone {
  background: linear-gradient(110deg, rgba(255, 244, 250, .9), rgba(245, 127, 182, .8)) !important;
}
.field-connect-home .home-member-milestone small {
  color: #8f3f65 !important;
}
.field-connect-home .home-member-milestone strong {
  color: transparent !important;
  background: linear-gradient(90deg, #ff4f9a 0%, #e83e91 45%, #b83280 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Remove the remaining left inset from the smartphone hero only. */
@media screen and (max-width: 1024px) {
  html body.field-connect-home main.field-connect-page > section.field-phone-shell > section.field-hero-card {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 760px) {
  html body.field-connect-home main.field-connect-page {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.field-connect-home main.field-connect-page > section.field-phone-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 16px 0 92px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
  }

  html body.field-connect-home .field-phone-shell > .field-hero-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 28px !important;
  }

  html body.field-connect-home .field-phone-shell > .field-statusbar,
  html body.field-connect-home .field-phone-shell > .field-app-head,
  html body.field-connect-home .field-phone-shell > .field-section {
    width: auto !important;
    margin-left: 14px !important;
    margin-right: 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: 48px !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: 7px 14px !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, .42) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .84) !important;
  box-shadow: 0 10px 30px rgba(20, 26, 34, .10) !important;
  text-align: left !important;
  position: relative !important;
  backdrop-filter: blur(10px) !important;
}

.field-connect-home .home-member-milestone::after {
  display: none !important;
  content: none !important;
}

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

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

.field-connect-home .home-member-milestone strong {
  display: inline !important;
  margin: 0 !important;
  color: #1f2b24 !important;
  font-size: 25px !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 0 0 !important;
  padding: 8px 15px !important;
}

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

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

/* Compact creative service cards */
.field-connect-home .home-creative-service-card { min-height: 0 !important; padding: 14px !important; gap: 7px !important; }
.field-connect-home .home-service-card-head > i { width: 32px !important; height: 32px !important; font-size: 17px !important; }
.field-connect-home .home-creative-service-card h3 { font-size: 15px !important; }
.field-connect-home .home-creative-service-card p { font-size: 10px !important; line-height: 1.6 !important; }
.field-connect-home .home-service-card-footer > strong { font-size: 19px !important; }
.field-connect-home .home-service-detail { gap: 4px !important; }
.field-connect-home .home-service-detail > b { font-size: 9px !important; }
.field-connect-home .home-service-detail span { padding: 3px 6px !important; font-size: 8px !important; }
.field-connect-home .home-service-cart-button {
  position: static !important;
  align-self: flex-end !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border: 1px solid #dfe3e0 !important;
  border-radius: 50% !important;
  background: #f3f5f3 !important;
  color: #28332d !important;
  font-size: 12px !important;
  line-height: 1 !important;
  box-shadow: 0 4px 12px rgba(35, 48, 40, .08) !important;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease !important;
}
.field-connect-home .home-service-cart-button:hover {
  background: #34483c !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 7px 16px rgba(35, 48, 40, .16) !important;
}
.field-connect-home .home-service-cart-button i {
  margin: 0 !important;
  font-size: 12px !important;
}
.field-connect-home .home-service-more {
  width: 100% !important;
  border-top: 1px solid #eceeec !important;
}
.field-connect-home .home-service-more summary {
  min-height: 36px !important;
  padding: 8px 1px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  color: #59635d !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  cursor: pointer;
  list-style: none;
}
.field-connect-home .home-service-more summary::-webkit-details-marker { display: none; }
.field-connect-home .home-service-more summary i {
  font-size: 15px !important;
  transition: transform .2s ease;
}
.field-connect-home .home-service-more[open] summary i { transform: rotate(180deg); }
.field-connect-home .home-service-more__body {
  display: grid !important;
  gap: 10px !important;
  padding: 3px 0 10px !important;
}
.field-connect-home .home-service-portfolio-title {
  color: #4f5953 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}
.field-connect-home .home-service-portfolio-title small {
  margin-left: 4px;
  color: #969d99 !important;
  font-size: 8px !important;
  font-weight: 600 !important;
}
.field-connect-home .home-service-portfolio figure {
  min-width: 0 !important;
  margin: 0 !important;
}
.field-connect-home .home-service-portfolio figcaption {
  padding-top: 4px;
  color: #7b837e;
  font-size: 8px;
  text-align: center;
}
.field-connect-home .home-service-card-footer {
  margin-top: auto !important;
}
.field-connect-home .home-service-card-footer .home-service-cart-button {
  flex: 0 0 40px !important;
}
.field-connect-home .field-hero-upload {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.field-connect-home .hero.has-top-slider {
  min-height: clamp(360px, 52vw, 680px) !important;
  background: transparent !important;
}
.field-connect-home .hero.has-top-slider::after {
  background: linear-gradient(90deg, rgba(12, 18, 15, .28) 0%, rgba(12, 18, 15, .10) 52%, rgba(12, 18, 15, .04) 100%) !important;
}
.field-connect-home .top-slide img {
  object-fit: cover !important;
  object-position: center !important;
  background: transparent !important;
}

@media (max-width:760px) {
  html,
  body.field-connect-home {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .field-connect-home .field-connect-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }
  .field-connect-home .field-phone-shell {
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    box-sizing: border-box !important;
  }
  .field-connect-home .field-hero-card {
    height: auto !important;
    min-height: 0 !important;
    width: calc(100% - 8px) !important;
    max-width: calc(100% - 8px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    aspect-ratio: 16 / 8.5 !important;
    border-radius: 10px !important;
    background: transparent !important;
  }
  .field-connect-home .field-hero-upload {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .field-connect-home .field-phone-shell {
    padding-left: 10px !important;
    padding-right: 14px !important;
  }
  .field-connect-home main,
  .field-connect-home main > section,
  .field-connect-home #service,
  .field-connect-home #service > *,
  .field-connect-home .home-creative-service-grid {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .field-connect-home #service {
    padding-left: 8px !important;
    padding-right: 20px !important;
  }
  .field-connect-home #service > .section-head {
    width: 100% !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .field-connect-home #service > .section-head h2 {
    width: 100% !important;
    margin: 0 0 4px !important;
    text-align: left !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
  }
  .field-connect-home .home-creative-service-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 2px 0 10px !important;
    overflow: visible !important;
    margin: 0 auto !important;
  }
  .field-connect-home .home-creative-service-card {
    width: min(100%, 430px) !important;
    min-width: 0 !important;
    min-height: auto !important;
    margin: 0 auto 0 0 !important;
    padding: 16px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;
    text-align: left !important;
    box-shadow: 0 7px 22px rgba(39, 48, 43, .07) !important;
  }
  .field-connect-home .home-service-card-head {
    justify-content: flex-start !important;
    flex-direction: row !important;
    gap: 6px !important;
  }
  .field-connect-home .home-service-card-copy {
    justify-items: start !important;
    text-align: left !important;
  }
  .field-connect-home .home-service-card-copy p {
    max-width: 34em !important;
    text-align: left !important;
  }
  .field-connect-home .home-service-card-copy,
  .field-connect-home .home-service-more,
  .field-connect-home .home-service-more__body,
  .field-connect-home .home-service-portfolio,
  .field-connect-home .home-service-detail,
  .field-connect-home .home-service-card-footer {
    min-width: 0 !important;
  }
  .field-connect-home .home-creative-service-card h3,
  .field-connect-home .home-creative-service-card p,
  .field-connect-home .home-service-detail span {
    overflow-wrap: anywhere !important;
  }
  .field-connect-home .home-service-portfolio {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-top: 3px !important;
  }
  .field-connect-home .home-service-portfolio img,
  .field-connect-home .home-service-portfolio video {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    min-height: 0 !important;
    border-radius: 8px !important;
    object-fit: cover !important;
  }
  .field-connect-home .home-service-more summary {
    min-height: 42px !important;
    font-size: 12px !important;
  }
  .field-connect-home .home-service-more__body,
  .field-connect-home .home-service-detail,
  .field-connect-home .home-service-card-footer,
  .field-connect-home .home-service-portfolio-title {
    text-align: left !important;
  }
  .field-connect-home .home-service-detail > div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }
  .field-connect-home .home-service-detail span {
    width: 100% !important;
    box-sizing: border-box !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;
  }
}
.field-connect-home.home-top-hidden .field-phone-shell,
.field-connect-home.home-top-hidden .desktop-home-page > .hero,
.field-connect-home.home-services-hidden #service {
  display: none !important;
}

/* Definitive smartphone TOP image sizing and centering. */
@media screen and (max-width: 760px) {
  body.field-connect-home .field-hero-card {
    position: relative !important;
    left: 0 !important;
    width: calc(100% + 28px) !important;
    max-width: none !important;
    height: clamp(170px, 52vw, 220px) !important;
    min-height: 0 !important;
    margin: 0 -14px 28px !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  body.field-connect-home .field-hero-card .field-hero-upload {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transform-origin: center !important;
  }
}

@media screen and (max-width: 1024px) {
  body.field-connect-home .field-phone-shell {
    width: 100vw !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.field-connect-home .field-phone-shell > .field-hero-card {
    position: relative !important;
    left: 0 !important;
    width: calc(100% - 8px) !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
    transform: none !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  body.field-connect-home .field-phone-shell > .field-hero-card .field-hero-upload {
    object-position: 50% 50% !important;
  }

  body.field-connect-home .field-statusbar,
  body.field-connect-home .field-app-head,
  body.field-connect-home .field-section,
  body.field-connect-home .home-member-milestone--mobile {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  body.field-connect-home .field-bottom-nav {
    left: 0 !important;
    right: 0 !important;
  }
}

/* Glass news-style farmer Q&A and member counter. */
.field-connect-home .home-qa-section.home-qa-news {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .42) !important;
  box-shadow: 0 12px 34px rgba(34, 46, 39, .08) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

.field-connect-home .home-qa-news__head {
  margin: -1px -1px 10px !important;
  padding: 10px 14px !important;
  border-bottom: 1px solid rgba(216, 223, 218, .65) !important;
  background: rgba(255, 255, 255, .22) !important;
}

.field-connect-home .home-qa-news__head h2 {
  display: flex !important;
  align-items: baseline !important;
  gap: 9px !important;
  border: 0 !important;
  color: #36433c !important;
  background: transparent !important;
}

.field-connect-home .home-qa-news__head h2 small {
  color: #9aa39e !important;
  font-size: 8px !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
}

.field-connect-home .home-qa-news__head > a {
  color: #69756e !important;
}

.field-connect-home .home-qa-news__row {
  background: rgba(255, 255, 255, .48) !important;
}

.field-connect-home .home-member-milestone {
  min-width: 132px !important;
  min-height: 48px !important;
  padding: 8px 16px !important;
  border: 1px solid rgba(255, 255, 255, .55) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .66) !important;
  box-shadow: 0 10px 28px rgba(30, 41, 34, .09) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

.field-connect-home .home-member-milestone--mobile {
  position: relative !important;
  width: 156px !important;
  margin-left: -12px !important;
  margin-right: auto !important;
  padding-left: 26px !important;
  border-left: 0 !important;
  border-radius: 0 10px 10px 0 !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .76)) !important;
  animation: memberBannerIn .75s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes memberBannerIn {
  from { opacity: 0; transform: translateX(-45px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 760px) {
  .field-connect-home .home-qa-section.home-qa-news {
    width: calc(100% - 16px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 10px 10px !important;
  }

  .field-connect-home .home-qa-news__head {
    margin: 0 -10px 8px !important;
  }

  .field-connect-home .home-member-milestone--mobile {
    margin: 12px auto 0 -12px !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .field-connect-home .home-member-milestone--mobile > div {
    align-items: baseline !important;
  }
}
