.ado-store-page {
  color: #172033; }
  .ado-store-page .ado-store-hero {
    max-width: 860px;
    padding-top: 8px; }
  .ado-store-page .ado-store-eyebrow {
    color: #ff7900;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em; }
  .ado-store-page .ado-store-intro {
    color: #667085;
    font-size: 1rem;
    line-height: 1.65; }
  .ado-store-page .ado-store-hero h1 {
    color: #172033 !important;
    font-size: 2.35rem;
    line-height: 1.18;
    letter-spacing: -0.035em; }
    .ado-store-page .ado-store-hero h1 span {
      color: #ff7900; }

.item_nb {
  min-height: 108px;
  padding: 20px 82px 18px 20px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(23, 32, 51, 0.06);
  line-height: normal;
  transition: transform 0.25s ease, box-shadow 0.25s ease; }
  .item_nb:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(23, 32, 51, 0.1); }
  .item_nb .tt {
    color: #667085;
    font-size: 0.9rem;
    font-weight: 600; }
  .item_nb .bt {
    margin-top: 5px !important;
    color: #172033;
    font-size: 1.75rem;
    line-height: 1.1; }
  .item_nb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #ff7900; }
  .item_nb .item_nb-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 54px;
    height: 54px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ff7900;
    background-color: #fff5eb; }
    .item_nb .item_nb-icon:after {
      content: '';
      position: absolute;
      inset: -5px;
      border: 1px solid rgba(255, 121, 0, 0.14);
      border-radius: 50%; }
    .item_nb .item_nb-icon svg {
      width: 29px;
      height: 29px;
      overflow: visible;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round; }

.ado-store-locator .store-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin: 8px 0 18px; }
  .ado-store-locator .store-section-heading h2 {
    margin: 3px 0 6px;
    color: #172033;
    font-size: 1.45rem;
    font-weight: 750;
    line-height: 1.3; }
  .ado-store-locator .store-section-heading p {
    margin-bottom: 0;
    color: #667085;
    font-size: 0.9rem;
    line-height: 1.55; }
  .ado-store-locator .store-section-heading .store-section-kicker {
    color: #ff7900;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em; }
  .ado-store-locator .store-section-heading .store-data-note {
    max-width: 350px;
    padding-left: 13px;
    border-left: 2px solid #ff7900;
    font-size: 0.78rem; }

.ado-store-locator .ado-store-panel {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(23, 32, 51, 0.08); }

.ado-store-locator .store-toolbar {
  display: grid;
  grid-template-columns: minmax(280px, 1.6fr) minmax(190px, 0.8fr) minmax(170px, 0.7fr);
  gap: 12px;
  margin-bottom: 12px; }

.ado-store-locator .store-search-wrap {
  position: relative; }

.ado-store-locator .store-field-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  transform: translateY(-50%);
  color: #172033;
  font-size: 1.35rem;
  line-height: 1;
  pointer-events: none; }

.ado-store-locator .store-search,
.ado-store-locator .custom-select {
  height: 50px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  color: #172033;
  background-color: #fff;
  box-shadow: none; }
  .ado-store-locator .store-search:focus,
  .ado-store-locator .custom-select:focus {
    border-color: #ff7900;
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.12); }

.ado-store-locator .store-search {
  padding-left: 46px; }

.ado-store-locator .store-result-summary {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  color: #667085;
  font-size: 0.875rem; }
  .ado-store-locator .store-result-summary strong {
    color: #ff7900; }

.ado-store-locator .result-guidance {
  margin-left: auto;
  color: #8a94a6;
  font-size: 0.78rem; }

.ado-store-locator .result-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff7900;
  box-shadow: 0 0 0 4px #fff5eb; }

.ado-store-locator .store-layout {
  min-height: 570px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: none; }

.ado-store-locator .store-list-column {
  border-right: 1px solid #e5e7eb;
  background: #f7f8fa; }

.ado-store-locator .leftCollumStore {
  padding: 12px 10px 12px 12px; }

.ado-store-locator .resultStore {
  height: 546px;
  padding-right: 5px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c8ccd3 transparent; }
  .ado-store-locator .resultStore::-webkit-scrollbar {
    width: 5px; }
  .ado-store-locator .resultStore::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c8ccd3; }
  .ado-store-locator .resultStore::-webkit-scrollbar-track {
    background: transparent; }

.ado-store-locator .store-card {
  position: relative;
  margin-bottom: 10px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; }
  .ado-store-locator .store-card:hover, .ado-store-locator .store-card:focus, .ado-store-locator .store-card.checked {
    border-color: #ff7900;
    box-shadow: 0 7px 20px rgba(23, 32, 51, 0.08); }
  .ado-store-locator .store-card.checked {
    background: #fff5eb; }
    .ado-store-locator .store-card.checked:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background: #ff7900; }
    .ado-store-locator .store-card.checked .store-city-badge {
      color: #fff;
      background: #ff7900; }

.ado-store-locator .store-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px; }

.ado-store-locator .store-name {
  margin: 0;
  color: #172033;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35; }

.ado-store-locator .store-city-badge {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 20px;
  color: #e96900;
  background: #fff5eb;
  font-size: 0.7rem;
  font-weight: 700; }

.ado-store-locator .store-services {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px; }

.ado-store-locator .store-service-tag {
  padding: 4px 8px;
  border-radius: 5px;
  color: #475467;
  background: #eef0f3;
  font-size: 0.72rem;
  font-weight: 600; }

.ado-store-locator .store-address,
.ado-store-locator .store-phone {
  display: flex;
  gap: 7px;
  margin: 10px 0 0;
  color: #667085;
  font-size: 0.82rem;
  line-height: 1.5; }
  .ado-store-locator .store-address > span:first-child,
  .ado-store-locator .store-phone > span:first-child {
    flex: 0 0 15px;
    color: #ff7900; }

.ado-store-locator .store-phone {
  margin-top: 5px; }

.ado-store-locator .store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px; }

.ado-store-locator .store-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 15px;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.2s ease; }

.ado-store-locator .store-action-secondary {
  color: #172033;
  background: #fff; }
  .ado-store-locator .store-action-secondary:hover {
    border-color: #172033;
    color: #172033; }

.ado-store-locator .store-action-primary {
  border-color: #ff7900;
  color: #fff;
  background: #ff7900; }
  .ado-store-locator .store-action-primary:hover {
    border-color: #e96900;
    color: #fff;
    background: #e96900; }

.ado-store-locator .ado-store-map {
  width: 100%;
  height: 570px;
  background: #eef1f4; }
  .ado-store-locator .ado-store-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0; }

.ado-store-locator .map-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 570px;
  padding: 30px;
  color: #667085;
  background: #eef1f4;
  text-align: center; }

.ado-store-locator .store-empty {
  padding: 70px 20px;
  color: #667085;
  text-align: center; }
  .ado-store-locator .store-empty strong {
    display: block;
    margin-bottom: 4px;
    color: #172033; }

.ado-store-locator .store-empty-icon {
  margin-bottom: 8px;
  color: #ff7900;
  font-size: 2rem; }

.ado-store-locator .store-assistance-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 18px 0;
  color: #667085;
  font-size: 0.82rem;
  text-align: center; }
  .ado-store-locator .store-assistance-note strong {
    color: #172033; }

.cssload-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 100px;
  color: #172033;
  font-size: 0.95rem;
  font-weight: 600; }

.ado-loader-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #eceff2;
  border-top-color: #ff7900;
  border-radius: 50%;
  animation: ado-store-spin 0.75s linear infinite; }

.store-load-error {
  color: #b42318; }

@keyframes ado-store-spin {
  to {
    transform: rotate(360deg); } }

@media (max-width: 991px) {
  .ado-store-locator .store-section-heading {
    display: block; }
    .ado-store-locator .store-section-heading .store-data-note {
      max-width: none;
      margin-top: 12px; }
  .ado-store-locator .store-toolbar {
    grid-template-columns: 1fr 1fr; }
  .ado-store-locator .store-search-wrap {
    grid-column: 1 / -1; }
  .ado-store-locator .store-list-column {
    border-right: 0;
    border-bottom: 1px solid #e5e7eb; }
  .ado-store-locator .resultStore {
    height: 460px; }
  .ado-store-locator .result-guidance {
    display: none; }
  .ado-store-locator .ado-store-map,
  .ado-store-locator .map-empty {
    height: 430px; } }

@media (max-width: 575px) {
  .ado-store-page .ado-store-hero h1 {
    font-size: 1.75rem; }
  .item_nb {
    min-height: 105px;
    padding: 18px 60px 16px 15px; }
    .item_nb .tt {
      font-size: 0.78rem; }
    .item_nb .bt {
      font-size: 1.45rem; }
    .item_nb .item_nb-icon {
      right: 10px;
      width: 42px;
      height: 42px; }
      .item_nb .item_nb-icon svg {
        width: 23px;
        height: 23px; }
  .ado-store-locator .store-toolbar {
    grid-template-columns: 1fr; }
  .ado-store-locator .store-search-wrap {
    grid-column: auto; }
  .ado-store-locator .store-layout {
    border-radius: 12px; }
  .ado-store-locator .leftCollumStore {
    padding: 9px; }
  .ado-store-locator .resultStore {
    height: 420px; }
  .ado-store-locator .store-card {
    padding: 14px; }
  .ado-store-locator .store-section-heading h2 {
    font-size: 1.2rem; }
  .ado-store-locator .store-assistance-note {
    display: block; }
    .ado-store-locator .store-assistance-note span {
      display: block;
      margin-top: 4px; }
  .ado-store-locator .store-card-head {
    display: block; }
  .ado-store-locator .store-city-badge {
    display: inline-block;
    margin-top: 7px; }
  .ado-store-locator .ado-store-map,
  .ado-store-locator .map-empty {
    height: 340px; } }
