/* STOCKDIVAR_PUBLIC_POLISH_V801 */
/* STOCKDIVAR_HOME_STABILITY_V8011 */

.nav-careers-link {
  display: none !important;
}

#latestProducts .eyebrow.sd-market-status-v801 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 26px;
  color: #667085;
  font-weight: 800;
}

.sd-market-pulse-v801 {
  direction: ltr;
  width: 34px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 0 0 34px;
  color: #a71928;
}

.sd-market-pulse-v801 > i {
  width: 3px;
  height: 7px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  animation: sd-market-pulse-v801 1.05s ease-in-out infinite;
}

.sd-market-pulse-v801 > i:nth-child(2) {
  animation-delay: 90ms;
}

.sd-market-pulse-v801 > i:nth-child(3) {
  animation-delay: 180ms;
}

.sd-market-pulse-v801 > i:nth-child(4) {
  animation-delay: 270ms;
}

.sd-market-pulse-v801 > i:nth-child(5) {
  animation-delay: 360ms;
}

.sd-market-status-v801[data-state="ready"] .sd-market-pulse-v801 > i,
.sd-market-status-v801[data-state="empty"] .sd-market-pulse-v801 > i {
  animation: none;
  opacity: .78;
}

.sd-market-status-v801[data-state="ready"] .sd-market-pulse-v801 > i:nth-child(1),
.sd-market-status-v801[data-state="ready"] .sd-market-pulse-v801 > i:nth-child(5),
.sd-market-status-v801[data-state="empty"] .sd-market-pulse-v801 > i:nth-child(1),
.sd-market-status-v801[data-state="empty"] .sd-market-pulse-v801 > i:nth-child(5) {
  height: 7px;
}

.sd-market-status-v801[data-state="ready"] .sd-market-pulse-v801 > i:nth-child(2),
.sd-market-status-v801[data-state="ready"] .sd-market-pulse-v801 > i:nth-child(4),
.sd-market-status-v801[data-state="empty"] .sd-market-pulse-v801 > i:nth-child(2),
.sd-market-status-v801[data-state="empty"] .sd-market-pulse-v801 > i:nth-child(4) {
  height: 13px;
}

.sd-market-status-v801[data-state="ready"] .sd-market-pulse-v801 > i:nth-child(3),
.sd-market-status-v801[data-state="empty"] .sd-market-pulse-v801 > i:nth-child(3) {
  height: 19px;
}

#productGrid.p2-loaded-enter > * {
  animation: none !important;
}

@keyframes sd-market-pulse-v801 {
  0%,
  100% {
    height: 7px;
    opacity: .42;
  }
  50% {
    height: 20px;
    opacity: 1;
  }
}

.sd-guide-launcher-v801 {
  position: fixed;
  inset-inline-end: 18px;
  bottom: 20px;
  z-index: 10060;
  min-height: 44px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(167, 25, 40, .18);
  border-radius: 999px;
  background: #fff;
  color: #8f1724;
  box-shadow: 0 12px 36px rgba(15, 23, 42, .16);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.sd-guide-launcher-v801 svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sd-guide-launcher-v801[data-nudge="true"] {
  animation: sd-guide-nudge-v801 1.6s ease-in-out 2;
}

.sd-guide-highlight-v801 {
  position: relative !important;
  z-index: 10072 !important;
  border-radius: 14px;
  isolation: isolate;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, .98),
    0 0 0 8px rgba(167, 25, 40, .24),
    0 14px 34px rgba(15, 23, 42, .18) !important;
  animation: sd-guide-target-v801 1.25s ease-in-out infinite;
}

.sd-guide-popover-v801 {
  position: fixed;
  z-index: 10075;
  width: min(310px, calc(100vw - 28px));
  padding: 16px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #fff;
  color: #172033;
  box-shadow: 0 22px 56px rgba(15, 23, 42, .22);
  font-family: inherit;
}

.sd-guide-popover-v801::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid #a71928;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  animation: sd-guide-arrow-v801 .9s ease-in-out infinite;
}

.sd-guide-popover-v801[data-side="below"]::before {
  top: -10px;
  inset-inline-start: 24px;
  transform: rotate(-45deg);
}

.sd-guide-popover-v801[data-side="above"]::before {
  bottom: -10px;
  inset-inline-start: 24px;
  transform: rotate(135deg);
}

.sd-guide-popover-v801 strong,
.sd-guide-popover-v801 span {
  display: block;
}

.sd-guide-popover-v801 strong {
  margin: 0 0 6px;
  font-size: 16px;
}

.sd-guide-popover-v801 span {
  color: #667085;
  font-size: 13px;
  line-height: 1.8;
}

.sd-guide-actions-v801 {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.sd-guide-actions-v801 button {
  min-height: 38px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: #a71928;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.sd-guide-actions-v801 button[data-guide-close] {
  background: #f2f4f7;
  color: #475467;
}

.sd-guide-step-v801 {
  color: #98a2b3;
  font-size: 11px;
  font-weight: 800;
}

@keyframes sd-guide-target-v801 {
  0%,
  100% {
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, .98),
      0 0 0 7px rgba(167, 25, 40, .18),
      0 14px 34px rgba(15, 23, 42, .16);
  }
  50% {
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, .98),
      0 0 0 11px rgba(167, 25, 40, .08),
      0 16px 38px rgba(15, 23, 42, .2);
  }
}

@keyframes sd-guide-arrow-v801 {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 4px 0;
  }
}

@keyframes sd-guide-nudge-v801 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 900px) {
  .sd-guide-launcher-v801 {
    inset-inline-end: 12px;
    bottom: calc(84px + env(safe-area-inset-bottom));
    min-height: 40px;
    padding-inline: 12px;
  }

  .sd-guide-popover-v801 {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sd-market-pulse-v801 > i,
  .sd-guide-launcher-v801,
  .sd-guide-highlight-v801,
  .sd-guide-popover-v801::before {
    animation: none !important;
  }
}
