html.route-product-product .npa-panel,
html.route-product-product .npa-panel * {
  box-sizing: border-box;
  font-family: inherit;
}

html.route-product-product .npa-panel {
  width: 100%;
  margin: 0 0 16px;
  padding: 16px;
  color: #32383c;
  background: #fff;
  border: 1px solid rgba(50, 56, 60, 0.14);
  border-radius: 4px;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.05);
  text-align: left;
}

html.route-product-product .npa-header {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

html.route-product-product .npa-header-icon,
html.route-product-product .npa-status-icon,
html.route-product-product .npa-warehouse-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #009b3a;
}

html.route-product-product .npa-panel svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html.route-product-product .npa-heading-copy {
  display: block;
  min-width: 0;
}

html.route-product-product .npa-panel h2 {
  margin: 0;
  color: #32383c;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

html.route-product-product .npa-intro {
  display: block;
  margin-top: 2px;
  color: #747474;
  font-size: 13px;
  line-height: 1.4;
}

html.route-product-product .npa-store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

html.route-product-product .npa-store {
  min-width: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(50, 56, 60, 0.14);
  border-radius: 4px;
}

html.route-product-product .npa-store-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

html.route-product-product .npa-store h3 {
  min-width: 0;
  margin: 0;
  color: #32383c;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

html.route-product-product .npa-stock-badge {
  flex: 0 0 auto;
  color: #009b3a;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
}

html.route-product-product .npa-store.is-unavailable .npa-stock-badge,
html.route-product-product .npa-store.is-unknown .npa-stock-badge {
  color: #747474;
}

html.route-product-product .npa-status {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-height: 49px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(50, 56, 60, 0.12);
}

html.route-product-product .npa-status-icon {
  width: 21px;
  height: 21px;
}

html.route-product-product .npa-status-icon svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.9;
}

html.route-product-product .npa-store.is-unavailable .npa-status-icon,
html.route-product-product .npa-store.is-unknown .npa-status-icon {
  color: #8a8a8a;
}

html.route-product-product .npa-status-copy,
html.route-product-product .npa-status-title {
  display: block;
}

html.route-product-product .npa-status-title {
  color: #009b3a;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}

html.route-product-product .npa-store.is-unavailable .npa-status-title,
html.route-product-product .npa-store.is-unknown .npa-status-title {
  color: #747474;
}

html.route-product-product .npa-status-detail {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  margin-top: 2px;
  color: #747474;
  font-size: 12px;
  line-height: 1.4;
}

html.route-product-product .npa-status-detail-text {
  display: inline;
}

html.route-product-product .npa-store address {
  margin: 11px 0 8px;
  color: #747474;
  font-size: 12px;
  line-height: 1.45;
  font-style: normal;
}

html.route-product-product .npa-location-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  color: #007ac9;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
}

html.route-product-product .npa-location-link:hover,
html.route-product-product .npa-location-link:focus {
  color: #005f9d;
  text-decoration: underline;
}

html.route-product-product .npa-location-link svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
}

html.route-product-product .npa-location-link span {
  min-width: 0;
}

html.route-product-product .npa-location-link em {
  display: inline;
  margin-left: 4px;
  font-style: normal;
  text-decoration: underline;
}

html.route-product-product .npa-phone-link {
  color: #747474;
}

html.route-product-product .npa-tooltip {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: 4px;
  vertical-align: middle;
}

html.route-product-product .npa-notice-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0;
  padding: 1px;
  color: #747474;
  background: transparent;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  cursor: help;
  appearance: none;
}

html.route-product-product .npa-notice-trigger:hover,
html.route-product-product .npa-notice-trigger:focus {
  color: #009b3a;
}

html.route-product-product .npa-notice-trigger:focus-visible {
  outline: 2px solid #009b3a;
  outline-offset: 1px;
}

html.route-product-product .npa-notice-trigger svg {
  width: 12px;
  height: 12px;
  stroke-width: 1.8;
}

html.route-product-product .npa-tooltip-content {
  position: absolute;
  z-index: 50;
  right: 0;
  bottom: calc(100% + 8px);
  display: block;
  width: 320px;
  max-width: calc(100vw - 48px);
  padding: 10px 12px;
  color: #555;
  background: #fff;
  border: 1px solid rgba(50, 56, 60, 0.18);
  border-radius: 4px;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.18);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(3px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

html.route-product-product .npa-tooltip:hover .npa-tooltip-content,
html.route-product-product .npa-tooltip:focus-within .npa-tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

html.route-product-product .npa-warehouse {
  margin-top: 12px;
  color: #32383c;
  background: #fff;
  border: 1px solid rgba(50, 56, 60, 0.14);
  border-radius: 4px;
}

html.route-product-product .npa-warehouse > summary {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto 10px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 16px;
  cursor: pointer;
  list-style: none;
}

html.route-product-product .npa-warehouse > summary::-webkit-details-marker {
  display: none;
}

html.route-product-product .npa-warehouse > summary:focus-visible {
  outline: 2px solid #009b3a;
  outline-offset: 2px;
}

html.route-product-product .npa-warehouse-icon {
  color: #555;
}

html.route-product-product .npa-warehouse-icon svg {
  stroke-width: 1.7;
}

html.route-product-product .npa-warehouse-summary-copy,
html.route-product-product .npa-warehouse-summary-copy strong,
html.route-product-product .npa-warehouse-summary-copy small {
  display: block;
}

html.route-product-product .npa-warehouse-summary-copy strong {
  color: #32383c;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

html.route-product-product .npa-warehouse-summary-copy small {
  margin-top: 2px;
  color: #747474;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

html.route-product-product .npa-warehouse-total {
  color: #009b3a;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
}

html.route-product-product .npa-warehouse-chevron {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #747474;
  border-bottom: 1.5px solid #747474;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.15s ease;
}

html.route-product-product .npa-warehouse[open] .npa-warehouse-chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}

html.route-product-product .npa-warehouse-body {
  padding: 0 16px 14px;
  border-top: 1px solid rgba(50, 56, 60, 0.12);
}

html.route-product-product .npa-warehouse-body > p {
  margin: 12px 0;
  color: #747474;
  font-size: 12px;
  line-height: 1.45;
}

html.route-product-product .npa-warehouse-body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

html.route-product-product .npa-warehouse-location {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  color: #555;
  border-top: 1px solid rgba(50, 56, 60, 0.1);
  font-size: 12px;
  line-height: 1.35;
}

html.route-product-product .npa-warehouse-location:nth-child(-n + 2) {
  border-top: 0;
}

html.route-product-product .npa-warehouse-dot {
  width: 7px;
  height: 7px;
  background: #009b3a;
  border-radius: 50%;
}

html.route-product-product .npa-warehouse-location strong {
  color: #009b3a;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  white-space: nowrap;
}

html.route-product-product .npa-warehouse-location.is-unavailable .npa-warehouse-dot {
  background: #9a9a9a;
}

html.route-product-product .npa-warehouse-location.is-unavailable strong {
  color: #747474;
}

html.route-product-product .npa-warehouse-freshness {
  display: block;
  margin-top: 10px;
  color: #747474;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
}

html.route-product-product .npa-ready-notice {
  margin-top: 12px;
  padding-top: 12px;
  color: #555;
  border-top: 1px solid rgba(50, 56, 60, 0.12);
}

html.route-product-product .npa-ready-notice strong {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

@media screen {
  html.route-product-product thead.npa-source-group,
  html.route-product-product tr.npa-source-row {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  html.route-product-product .npa-panel,
  html.route-product-product .npa-store {
    padding: 16px;
  }

  html.route-product-product .npa-header {
    margin-bottom: 12px;
  }

  html.route-product-product .npa-store-grid,
  html.route-product-product .npa-warehouse-body ul {
    grid-template-columns: 1fr;
  }

  html.route-product-product .npa-status {
    min-height: 0;
  }

  html.route-product-product .npa-tooltip-content {
    right: -4px;
    width: 240px;
  }

  html.route-product-product .npa-warehouse > summary {
    grid-template-columns: 22px minmax(0, 1fr) 10px;
  }

  html.route-product-product .npa-warehouse-total {
    display: none;
  }

  html.route-product-product .npa-warehouse-location:nth-child(2) {
    border-top: 1px solid rgba(50, 56, 60, 0.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.route-product-product .npa-tooltip-content,
  html.route-product-product .npa-warehouse-chevron {
    transition: none;
  }
}

@media print {
  html.route-product-product .npa-panel {
    display: none !important;
  }

  html.route-product-product thead.npa-source-group {
    display: table-header-group !important;
  }

  html.route-product-product tr.npa-source-row {
    display: table-row !important;
  }
}
