body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.store-page {
  padding: 0 40px;
  max-width: 1600px;
  margin: 0 auto; }

.store-header {
  padding-top: 24px;
  margin-bottom: 24px; }
  .store-header__inner {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .store-header__breadcrumb {
    margin-bottom: 0; }
  .store-header__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0; }

.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0; }

.breadcrumb-item {
  display: flex;
  align-items: center; }

.breadcrumb-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0a0a0a;
  text-decoration: none;
  letter-spacing: -0.1px;
  transition: color 0.2s ease; }
  .breadcrumb-link:hover {
    color: #d70000;
    text-decoration: none; }

.breadcrumb-separator {
  display: flex;
  align-items: center;
  color: #0a0a0a; }
  .breadcrumb-separator svg {
    width: 20px;
    height: 20px; }

.breadcrumb-current {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0a0a0a;
  letter-spacing: -0.1px; }

.contact-info {
  margin-bottom: 0; }
  .contact-info__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; }

.contact-card {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%; }
  .contact-card__header {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .contact-card__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0; }
    .contact-card__icon svg {
      width: 100%;
      height: 100%; }
  .contact-card__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #020617;
    letter-spacing: -0.2px;
    margin: 0; }
  .contact-card__divider {
    width: 100%;
    height: 1px;
    background-color: #ff9494; }
  .contact-card__content {
    flex: 1; }
  .contact-card__text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0a0a0a;
    letter-spacing: -0.1px;
    margin: 0; }
    .contact-card__text strong {
      font-weight: 600; }

.store-locator {
  padding: 72px 0; }
  .store-locator__wrapper {
    display: flex;
    gap: 10px;
    align-items: flex-start; }
  .store-locator__sidebar {
    width: 501px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column; }
  .store-locator__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0 0 16px; }
  .store-locator__map {
    flex: 1;
    padding-left: 20px;
    min-height: 600px; }

.store-filter {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px; }
  .store-filter__fields {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .store-filter__select-wrapper {
    position: relative;
    width: 100%; }
  .store-filter__select {
    width: 100%;
    min-height: 44px;
    padding: 10px 40px 10px 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0a0a0a;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    appearance: none;
    cursor: pointer;
    letter-spacing: -0.1px;
    transition: border-color 0.2s ease; }
    .store-filter__select:focus {
      outline: none;
      border-color: #d4d4d4; }
    .store-filter__select:hover {
      border-color: #d4d4d4; }
  .store-filter__select-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #0a0a0a; }
  .store-filter__btn {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    min-height: 48px;
    background-color: #0a0a0a;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    overflow: hidden;
    max-width: 200px; }
    .store-filter__btn:hover {
      background-color: #262626; }
  .store-filter__btn-text {
    padding: 16px 24px;
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #ffffff;
    text-transform: uppercase; }

.store-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 8px; }
  .store-list::-webkit-scrollbar {
    width: 4px; }
  .store-list::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 100px; }
  .store-list::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 100px; }
  .store-list__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px 20px;
    color: #737373; }
    .store-list__loading i {
      font-size: 20px; }
  .store-list__empty {
    text-align: center;
    padding: 40px 20px;
    color: #737373;
    font-size: 16px; }

.store-card {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  padding: 16px;
  padding-bottom: 8px;
  cursor: pointer;
  transition: all 0.2s ease; }
  .store-card:hover {
    border-color: #d4d4d4; }
  .store-card.is-active {
    border-color: #d70000;
    background-color: rgba(215, 0, 0, 0.02); }
  .store-card__name {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #404040;
    letter-spacing: -0.2px;
    margin: 0 0 8px; }
  .store-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
    padding-right: 12px; }
  .store-card__address, .store-card__hours {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #404040;
    letter-spacing: -0.1px;
    margin: 0; }
  .store-card__actions {
    display: flex;
    gap: 32px; }
  .store-card__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #404040;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 30%;
    transition: color 0.2s ease; }
    .store-card__action svg {
      width: 24px;
      height: 24px;
      flex-shrink: 0; }
    .store-card__action:hover {
      color: #d70000; }
    .store-card__action--phone:hover svg, .store-card__action--direction:hover svg {
      color: #d70000; }

.store-map {
  width: 100%;
  height: 100%;
  min-height: 800px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative; }
  .store-map iframe {
    width: 100%;
    height: 100%;
    min-height: 800px;
    display: block; }
  .store-map__image {
    width: 100%;
    height: 100%;
    min-height: 800px;
    object-fit: cover;
    display: block; }

.hidden {
  display: none !important; }

@media (max-width: 1400px) {
  .store-page {
    padding: 0 30px; }
  .contact-info__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; }
  .store-locator__sidebar {
    width: 450px; } }

@media (max-width: 1199px) {
  .store-page {
    padding: 0 24px; }
  .store-header__title {
    font-size: 36px;
    line-height: 44px; }
  .store-locator__wrapper {
    flex-direction: column; }
  .store-locator__sidebar {
    width: 100%; }
  .store-locator__title {
    font-size: 36px;
    line-height: 44px; }
  .store-locator__map {
    padding-left: 0;
    width: 100%;
    min-height: 450px; }
  .store-list {
    max-height: 350px; }
  .store-map {
    min-height: 450px; }
    .store-map iframe {
      min-height: 450px; } }

@media (max-width: 991px) {
  .store-page {
    padding: 0 20px; }
  .store-header {
    padding-top: 32px; }
    .store-header__title {
      font-size: 32px;
      line-height: 40px; }
  .contact-card {
    padding: 24px 20px; }
    .contact-card__title {
      font-size: 18px;
      line-height: 24px; }
  .store-locator {
    padding: 48px 0; }
    .store-locator__title {
      font-size: 32px;
      line-height: 40px; }
  .store-filter {
    gap: 24px;
    margin-bottom: 32px; }
    .store-filter__btn-text {
      padding: 14px 20px;
      font-size: 16px; } }

@media (max-width: 767px) {
  .store-page {
    padding: 0 12px; }
  .store-header {
    padding-top: 0;
    margin-bottom: 0; }
    .store-header__inner {
      gap: 0;
      padding-bottom: 20px; }
    .store-header__title {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: -1px; }
  .breadcrumb-list {
    gap: 8px; }
  .breadcrumb-link,
  .breadcrumb-current {
    font-size: 13px;
    line-height: 18px; }
  .breadcrumb-separator svg {
    width: 20px;
    height: 20px; }
  .contact-info {
    margin-bottom: 0; }
    .contact-info__grid {
      display: flex;
      flex-wrap: wrap;
      gap: 4px; }
  .contact-card {
    flex: 1 0 calc(50% - 2px);
    min-width: 189px;
    min-height: 195px;
    padding: 12px;
    gap: 8px; }
    .contact-card__header {
      gap: 12px; }
    .contact-card__icon {
      width: 32px;
      height: 32px; }
    .contact-card__title {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.1px; }
    .contact-card__text {
      font-size: 13px;
      line-height: 18px;
      letter-spacing: -0.1px; }
  .store-locator {
    padding: 28px 0; }
    .store-locator__wrapper {
      flex-direction: column;
      gap: 4px; }
    .store-locator__sidebar {
      width: 100%; }
    .store-locator__title {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: -1px;
      margin-bottom: 16px; }
    .store-locator__map {
      padding-left: 0;
      padding-top: 20px;
      width: 100%;
      min-height: 240px; }
  .store-filter {
    gap: 12px;
    margin-bottom: 24px; }
    .store-filter__fields {
      flex-direction: row;
      gap: 4px; }
    .store-filter__select-wrapper {
      flex: 1; }
    .store-filter__select {
      min-height: 38px;
      padding: 7px 40px 7px 12px;
      font-size: 13px;
      line-height: 18px; }
    .store-filter__btn {
      width: 100%;
      min-height: 36px; }
    .store-filter__btn-text {
      flex: 1;
      padding: 6px 12px;
      font-size: 13px;
      line-height: 13px; }
  .store-list {
    max-height: 400px;
    gap: 10px;
    padding-right: 4px; }
  .store-card {
    padding: 16px;
    padding-bottom: 8px; }
    .store-card__name {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.1px; }
    .store-card__info {
      gap: 4px;
      padding-right: 12px; }
    .store-card__address, .store-card__hours {
      font-size: 13px;
      line-height: 18px;
      letter-spacing: -0.1px; }
    .store-card__actions {
      flex-direction: row;
      gap: 32px; }
    .store-card__action {
      font-size: 16px;
      line-height: 16px;
      letter-spacing: -0.1px; }
      .store-card__action svg {
        width: 24px;
        height: 24px; }
  .store-map {
    min-height: 240px; }
    .store-map iframe {
      min-height: 240px; } }

@media (max-width: 430px) {
  .store-page {
    padding: 0 12px; }
  .contact-card {
    min-width: 160px; }
  .store-card__actions {
    gap: 24px; } }

@media (max-width: 380px) {
  .contact-info__grid {
    flex-direction: column; }
  .contact-card {
    flex: 1 0 100%;
    min-width: 100%; }
  .store-filter__fields {
    flex-direction: column;
    gap: 10px; }
  .store-card__actions {
    flex-direction: column;
    gap: 8px; } }

@media (max-width: 767px) {
  .contact-card {
    min-height: auto; } }
