.custom-text__heading-1 {
  font-size: var(--text-heading-1);
  color: var(--color-title);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .custom-text__heading-1 {
    line-height: 100%;
    font-size: 26px;
  }
}
.custom-text__large, .custom-text__large-3, .custom-text__large-2 {
  font-weight: var(--fw-black);
  color: var(--color-title);
  font-size: var(--font-size-2xl);
}
@media (max-width: 768px) {
  .custom-text__large, .custom-text__large-3, .custom-text__large-2 {
    font-size: var(--font-size-xl);
  }
}
@media (max-width: 768px) {
  .custom-text__large-2 {
    font-size: var(--font-size-lg);
  }
}
@media (max-width: 768px) {
  .custom-text__large-3 {
    font-size: var(--font-size-lg);
  }
}
.custom-text__normal, .store-search-store .result-button .result-distance, .custom-text__normal-2 {
  font-weight: var(--fw-black);
  color: var(--color-title);
  font-size: var(--font-size-lg);
}
@media (max-width: 768px) {
  .custom-text__normal, .store-search-store .result-button .result-distance, .custom-text__normal-2 {
    font-size: var(--font-size-md);
  }
}
@media (max-width: 768px) {
  .custom-text__normal-2 {
    font-size: var(--font-size-xs);
  }
}
.custom-text__small, .search-btn, .province-title, .custom-text__small-2 {
  color: var(--color-body);
  font-size: var(--font-size-lg);
}
@media (max-width: 768px) {
  .custom-text__small, .search-btn, .province-title, .custom-text__small-2 {
    font-size: var(--font-size-md) !important;
  }
}
@media (max-width: 768px) {
  .custom-text__small-2 {
    font-size: var(--font-size-xs) !important;
  }
}

@media (max-width: 767.98px) {
  .find-dealer-title {
    font-size: 26px !important;
  }
}

/* Styling for the new tab buttons and their group */
@media (min-width: 1200px) {
  .tab-buttons-group {
    padding-right: 16px !important;
  }
}
.tab-buttons-group .btn.btn-secondary {
  text-transform: unset !important;
}
.tab-buttons-group .btn {
  font-weight: unset;
  white-space: nowrap;
  color: var(--color-grayscale-600) !important;
  border: 1px solid var(--color-grayscale-100) !important;
  padding-left: 16px !important;
}
.tab-buttons-group .btn:hover {
  color: var(--color-white) !important;
  border: 1px solid var(--color-secondary) !important;
}
.tab-buttons-group .btn.active {
  background-color: var(--color-secondary);
  color: #fff !important;
  border: 1px solid var(--color-secondary) !important;
}
.tab-buttons-group .btn.icon-location, .tab-buttons-group .btn.icon-search {
  margin-right: 8px;
  font-size: 18px;
}

.tab-content-wrapper {
  margin-bottom: 15px;
}
.tab-content-wrapper .a1-heading h1 {
  font-size: var(--font-size-2xl);
  font-weight: var(--fw-black);
  color: var(--color-title);
}
.tab-content-wrapper .tab-pane {
  display: none;
}
@media (min-width: 1200px) {
  .tab-content-wrapper .tab-pane {
    padding-right: 16px !important;
  }
}
.tab-content-wrapper .tab-pane.active {
  display: block;
}
.tab-content-wrapper .input-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tab-content-wrapper .input-wrapper .search-input {
  flex: 1;
  min-width: 240px;
  margin-bottom: 0 !important;
}
.tab-content-wrapper .input-wrap {
  position: relative;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 1rem;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.tab-content-wrapper .input-wrap #select-province,
.tab-content-wrapper .input-wrap #select-district {
  all: unset;
  margin-left: 16px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 54px);
  padding-right: 2rem;
}
.tab-content-wrapper .input-wrap #select-province:disabled,
.tab-content-wrapper .input-wrap #select-district:disabled {
  cursor: not-allowed !important;
}
.tab-content-wrapper .input-wrap.custom-select:has(#select-district:disabled)::before {
  opacity: 0.6;
}
.tab-content-wrapper .input-wrap.custom-select::before {
  font-family: "IcoMoon";
  position: absolute;
  content: "\e902";
  right: 16px;
  font-size: 9px;
  padding: 10px 8px;
  cursor: pointer;
  top: 50%;
  translate: 0 -50%;
  color: var(--color-title);
  pointer-events: none;
}
.tab-content-wrapper .my-location,
.tab-content-wrapper .icon-loupe-1 {
  position: absolute;
  left: 16px;
  z-index: 10;
  top: 16px;
  translate: 0 -50%;
  right: unset !important;
}
.tab-content-wrapper .search-btn-input {
  border: none;
  background: transparent;
  width: 100%;
  padding-left: 48px !important;
}
.tab-content-wrapper .search-btn-input:focus {
  outline: none !important;
}
.tab-content-wrapper .my-location {
  top: 24px;
  right: 16px !important;
  left: unset !important;
  border: none;
  background-color: transparent;
}
.tab-content-wrapper .my-location .icon-recenter::before {
  color: var(--color-secondary);
}

.text-label-search {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

.search-btn.location {
  background-color: var(--color-secondary);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.search-btn.location:hover {
  background-color: var(--color-secondary);
}

.seach-store-section {
  display: flex;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .seach-store-section {
    flex-direction: column;
    margin-bottom: 16px;
  }
}

.search-store {
  width: 100%;
  position: relative;
  display: block;
  padding: 0 !important;
}
@media (max-width: 1199.98px) {
  .search-store {
    margin-bottom: 6px !important;
  }
}

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

.search-store-box {
  padding: 24px !important;
  padding-right: 8px !important;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
  background-color: white;
  width: 550px !important;
  max-width: 37%;
  height: calc(100% - 80px) !important;
  padding-right: 8px !important;
}
@media (max-width: 1199.98px) {
  .search-store-box {
    position: unset !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 16px !important;
  }
}
.search-store-box .tab-buttons-group {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .search-store-box .tab-buttons-group {
    flex-direction: column;
  }
}
.search-store-box .tab-buttons-group .btn {
  cursor: pointer;
  flex: 1;
  max-width: unset !important;
  width: -moz-fit-content;
  width: fit-content;
}
.search-store-box .search-input {
  margin-bottom: 0 !important;
}
.search-store-box .search-input .search-btn {
  border-radius: 40px;
  background-color: #e9e9e9;
}
.search-store-box .search-input .search-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.search-store-box .search-input .icon-loupe-1::before {
  color: var(--color-title) !important;
}
.search-store-box .search-input .control {
  font-size: var(--font-size-lg) !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--color-body) !important;
  font-style: normal !important;
}
.search-store-box .search-btn.location .text {
  color: var(--color-white) !important;
}

.search-store-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.store-search-store {
  padding-right: 8px !important;
}
.store-search-result {
  flex: 1;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .store-search-result {
    min-height: 80px;
  }
}
.store-search-store-top {
  gap: 4px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .store-search-store-top {
    max-height: 476px;
  }
}
.store-search-store .result-button {
  border: none;
  border: 0 !important;
}
.store-search-store .result-button .result-head {
  align-items: center;
  margin-bottom: 8px;
}
.store-search-store .result-button .company-name {
  font-size: var(--font-size-lg) !important;
  font-weight: var(--fw-black) !important;
  color: var(--color-title) !important;
  width: unset !important;
  padding-right: 20px !important;
}
@media (max-width: 767.98px) {
  .store-search-store .result-button .company-name {
    font-size: var(--font-size-md) !important;
  }
}
.store-search-store .result-button .result-distance {
  font-weight: var(--fw-black) !important;
  color: var(--color-secondary) !important;
  line-height: 32px;
}
.store-search-store .result-button .address-line {
  margin-bottom: 8px;
  text-transform: unset !important;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .store-search-store .result-button .address-line {
    font-size: var(--font-size-xs) !important;
  }
}
.store-search-store .result-button .address-line .icon-explore {
  margin-right: 16px;
}
.store-search-store .result-button .address-phone {
  display: flex;
  gap: 16px;
  width: 100% !important;
  text-align: start;
}
@media (max-width: 767.98px) {
  .store-search-store .result-button .address-phone {
    font-size: var(--font-size-xs) !important;
  }
}
.store-search-store .result-button a,
.store-search-store .result-button span {
  color: var(--color-body) !important;
}
.store-search-store .result-button .directions {
  width: 100% !important;
  font-size: 14px;
  border-top: 1px solid var(--color-grayscale-400);
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
}
.store-search-store .result-button .directions a {
  font-weight: var(--fw-black) !important;
  font-size: var(--font-size-sm) !important;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
  align-items: center;
}
.store-search-store .result-button .directions a .icon-arrow_forward1 {
  border-radius: 50%;
  border: none;
}
.store-search-store .result-button .directions .icon-arrow_forward1 {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: var(--color-secondary);
}
.store-search-store .result-button .directions .icon-arrow_forward1::before {
  color: var(--color-white);
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--color-gray-2);
  border-radius: 10px;
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: var(--color-grayscale-400);
  border-radius: 10px;
  width: 3px;
}

.province-title {
  text-transform: uppercase;
  margin: 40px 0;
  padding-top: 40px;
  color: var(--color-white);
  font-weight: var(--fw-black);
  border-top: solid 1px rgb(255, 255, 255);
}
@media (max-width: 767.98px) {
  .province-title {
    margin: 24px 0;
    padding-top: 24px;
  }
}

.province-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 80px;
}
.province-list .province-item {
  flex: 0 0 calc(20% - 64px) !important;
}
@media (max-width: 1199.98px) {
  .province-list .province-item {
    flex: 0 0 calc(33.3333333333% - 53.3333333333px) !important;
  }
}
@media (max-width: 767.98px) {
  .province-list .province-item {
    flex: 0 0 calc(100% - 0px) !important;
  }
}
.province-list .province-item a {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .province-list .province-item a {
    margin: 16px 0px;
  }
}
.province-list .province-item a .province-name {
  font-weight: unset;
  color: var(--color-white);
}
.province-list .province-item a .icon-arrow_forward1::before {
  color: var(--color-secondary);
  font-weight: var(--fw-black);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: var(--color-white);
}
@media (max-width: 767.98px) {
  .province-list .province-item a .icon-arrow_forward1::before {
    display: flex !important;
  }
}

.pager-store-list {
  margin: 80px 0 !important;
}
@media (max-width: 1199.98px) {
  .pager-store-list {
    margin: 40px 0 !important;
  }
}

.store-locator-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  gap: 16px;
}

.store-item {
  flex: 0 0 calc(33.3333333333% - 10.6666666667px) !important;
  background-color: #f6f6f6;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .store-item {
    flex: 0 0 calc(50% - 8px) !important;
  }
}
@media (max-width: 767.98px) {
  .store-item {
    flex: 0 0 calc(100% - 0px) !important;
  }
}
.store-item .result-head {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.store-item .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 4px;
  vertical-align: middle;
  background-color: var(--color-grayscale-100);
}
.store-item .company-name {
  font-size: var(--font-size-lg) !important;
  font-weight: var(--fw-black) !important;
  color: var(--color-title) !important;
  margin-bottom: 0 !important;
  display: inline;
  white-space: normal;
  word-break: break-word;
}
.store-item .distance-to-user {
  font-weight: var(--fw-black) !important;
  color: var(--color-secondary) !important;
  line-height: 32px;
  white-space: nowrap;
  display: contents;
}
.store-item .address-line {
  margin-bottom: 8px;
  text-transform: unset !important;
  display: flex;
  align-items: center;
  font-size: var(--font-size-sm);
}
.store-item .address-line .icon-explore {
  margin-right: 16px;
}
.store-item .address-phone {
  text-decoration: none;
  color: var(--color-body);
  font-size: var(--font-size-sm);
}
.store-item .address-phone .icon-call {
  margin-right: 16px;
}
.store-item .direction {
  width: 100% !important;
  font-size: 14px;
  border-top: 1px solid var(--color-grayscale-400);
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
}
.store-item .direction a {
  font-weight: var(--fw-black) !important;
  font-size: var(--font-size-sm) !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.store-item .direction .icon-arrow_forward1 {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: var(--color-secondary);
}

.province-title {
  display: block !important;
}
/*# sourceMappingURL=nippon-store-locator.css.map */
