/* Nomatic Fresh final delivery slot renderer - 202606271805 */
html body .nf-slot-final-secondary-hidden {
  display: none !important;
}

html body .nf-slot-finalized {
  box-sizing: border-box !important;
  clear: both !important;
  display: flex !important;
  justify-content: center !important;
  margin: 10px auto 0 !important;
  max-width: 300px !important;
  padding: 0 !important;
  text-align: left !important;
  width: 100% !important;
}

html body#product .nf-slot-finalized {
  display: block !important;
  justify-content: initial !important;
  margin: 8px 0 12px !important;
  max-width: 460px !important;
  min-height: 108px !important;
}

html body .nf-slot-finalized > :not(.nf-slot-final-card) {
  display: none !important;
}

html body .nf-slot-v2.nf-slot-finalized > .nf-slot-final-card,
html body .nf-product-slot-recap.nf-slot-v2.nf-slot-finalized > .nf-slot-final-card,
html body .npw-product-slot-recap.nf-slot-v2.nf-slot-finalized > .nf-slot-final-card {
  display: grid !important;
}

html body .nf-slot-v2.nf-slot-finalized > :not(.nf-slot-final-card),
html body .nf-product-slot-recap.nf-slot-v2.nf-slot-finalized > :not(.nf-slot-final-card),
html body .npw-product-slot-recap.nf-slot-v2.nf-slot-finalized > :not(.nf-slot-final-card) {
  display: none !important;
}

html body .nf-slot-final-card {
  align-items: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fffb 100%) !important;
  border: 1px solid #c7ead8 !important;
  border-radius: 13px !important;
  box-shadow: 0 7px 16px rgba(16, 132, 74, .07) !important;
  box-sizing: border-box !important;
  color: #0f1728 !important;
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: 32px minmax(0, 1fr) 10px !important;
  line-height: 1.08 !important;
  min-height: 54px !important;
  padding: 8px 9px !important;
  width: 100% !important;
}

html body#product .nf-slot-final-card {
  gap: 9px !important;
  grid-template-columns: 42px minmax(0, 1fr) 16px !important;
  min-height: 86px !important;
  padding: 10px 12px !important;
}

html body .nf-slot-final-icon {
  align-items: center !important;
  background: #e5f8ee !important;
  border-radius: 50% !important;
  color: #12864b !important;
  display: inline-flex !important;
  height: 30px !important;
  justify-content: center !important;
  min-width: 30px !important;
  width: 30px !important;
}

html body#product .nf-slot-final-icon {
  height: 40px !important;
  min-width: 40px !important;
  width: 40px !important;
}

html body .nf-slot-final-icon .material-icons {
  color: #12864b !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

html body#product .nf-slot-final-icon .material-icons {
  font-size: 20px !important;
}

html body .nf-slot-final-text {
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  min-width: 0 !important;
}

html body .nf-slot-final-eyebrow {
  color: #158147 !important;
  display: none !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}

html body#product .nf-slot-final-eyebrow {
  display: block !important;
}

html body .nf-slot-final-main {
  align-items: baseline !important;
  color: #132033 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  gap: 2px 5px !important;
  line-height: 1.06 !important;
  min-width: 0 !important;
}

html body#product .nf-slot-final-main {
  font-size: 12px !important;
}

html body .nf-slot-final-range {
  color: #10743f !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

html body#product .nf-slot-final-range {
  font-size: 19px !important;
}

html body .nf-slot-final-count {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #91d1ae !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  color: #147746 !important;
  display: inline-flex !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  gap: 4px !important;
  line-height: 1.05 !important;
  min-height: 18px !important;
  padding: 2px 6px !important;
  white-space: nowrap !important;
  width: auto !important;
}

html body#product .nf-slot-final-count {
  font-size: 11px !important;
  min-height: 21px !important;
  padding: 3px 7px !important;
}

html body#product [data-nf-product-slot-countdown],
html body#product .nf-slot-final-count {
  box-sizing: border-box !important;
  font-feature-settings: "tnum" 1 !important;
  font-variant-numeric: tabular-nums !important;
  justify-content: center !important;
  max-width: 100% !important;
  min-width: 34ch !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

html body .nf-slot-final-count .material-icons {
  color: inherit !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

html body .nf-slot-final-chevron {
  color: #0b1728 !important;
  display: inline-flex !important;
  font-size: 18px !important;
  justify-content: flex-end !important;
  line-height: 1 !important;
}

html body#product .nf-slot-final-chevron {
  font-size: 24px !important;
}

html body .nf-slot-finalized.is-unavailable,
html body .nf-slot-finalized.is-nf-stock-unavailable,
html body .nf-product-is-unavailable .nf-slot-finalized {
  max-width: 245px !important;
}

html body#product .nf-slot-finalized.is-unavailable,
html body#product .nf-slot-finalized.is-nf-stock-unavailable {
  max-width: 460px !important;
}

html body .nf-slot-finalized.is-unavailable .nf-slot-final-card,
html body .nf-slot-finalized.is-nf-stock-unavailable .nf-slot-final-card,
html body .nf-product-is-unavailable .nf-slot-final-card {
  background: linear-gradient(180deg, #fff8fa 0%, #ffffff 100%) !important;
  border-color: #ffc9d4 !important;
  box-shadow: none !important;
  grid-template-columns: 32px minmax(0, 1fr) !important;
}

html body#product .nf-slot-finalized.is-unavailable .nf-slot-final-card,
html body#product .nf-slot-finalized.is-nf-stock-unavailable .nf-slot-final-card {
  grid-template-columns: 42px minmax(0, 1fr) !important;
}

html body .nf-slot-finalized.is-unavailable .nf-slot-final-icon,
html body .nf-slot-finalized.is-nf-stock-unavailable .nf-slot-final-icon,
html body .nf-product-is-unavailable .nf-slot-final-icon {
  background: #ffe7ec !important;
  color: #d71945 !important;
}

html body .nf-slot-finalized.is-unavailable .nf-slot-final-icon .material-icons,
html body .nf-slot-finalized.is-nf-stock-unavailable .nf-slot-final-icon .material-icons,
html body .nf-product-is-unavailable .nf-slot-final-icon .material-icons,
html body .nf-slot-finalized.is-unavailable .nf-slot-final-eyebrow,
html body .nf-slot-finalized.is-nf-stock-unavailable .nf-slot-final-eyebrow,
html body .nf-slot-finalized.is-unavailable .nf-slot-final-main,
html body .nf-slot-finalized.is-nf-stock-unavailable .nf-slot-final-main,
html body .nf-slot-finalized.is-unavailable .nf-slot-final-range,
html body .nf-slot-finalized.is-nf-stock-unavailable .nf-slot-final-range,
html body .nf-product-is-unavailable .nf-slot-final-range {
  color: #c5163d !important;
}

html body .nf-slot-finalized.is-unavailable .nf-slot-final-count,
html body .nf-slot-finalized.is-nf-stock-unavailable .nf-slot-final-count,
html body .nf-product-is-unavailable .nf-slot-final-count,
html body .nf-slot-finalized.is-unavailable .nf-slot-final-chevron,
html body .nf-slot-finalized.is-nf-stock-unavailable .nf-slot-final-chevron,
html body .nf-product-is-unavailable .nf-slot-final-chevron,
html body .nf-slot-finalized.is-unavailable .nf-slot-final-prefix,
html body .nf-slot-finalized.is-nf-stock-unavailable .nf-slot-final-prefix,
html body .nf-product-is-unavailable .nf-slot-final-prefix {
  display: none !important;
}

@media (max-width: 767.98px) {
  html body .nf-slot-finalized {
    max-width: 260px !important;
  }

  html body .nf-slot-final-card {
    min-height: 52px !important;
    padding: 7px 8px !important;
  }

  html body#product .nf-slot-finalized {
    max-width: 100% !important;
  }

  html body#product .nf-slot-final-card {
    grid-template-columns: 36px minmax(0, 1fr) 12px !important;
    min-height: 86px !important;
    padding: 8px 9px !important;
  }

  html body#product .nf-slot-final-icon {
    height: 34px !important;
    min-width: 34px !important;
    width: 34px !important;
  }

  html body#product .nf-slot-final-range {
    font-size: 17px !important;
  }

  html body#product .nf-slot-final-count {
    min-width: 29ch !important;
    white-space: nowrap !important;
  }

  html body#product [data-nf-product-slot-countdown] {
    min-width: 29ch !important;
  }
}
