/* [project]/app/(storefront)/showroom/showroom-locations.module.css [app-client] (css) */
.showroom-locations-module__CeA8Lq__page {
  background: #fff;
  min-height: 100vh;
}

.showroom-locations-module__CeA8Lq__introBand {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.showroom-locations-module__CeA8Lq__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.showroom-locations-module__CeA8Lq__introInner {
  padding-top: 32px;
  padding-bottom: 32px;
}

.showroom-locations-module__CeA8Lq__h1 {
  color: var(--gs-charcoal);
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 500;
}

.showroom-locations-module__CeA8Lq__introCopy {
  color: #6b7280;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
}

.showroom-locations-module__CeA8Lq__greySection {
  background: var(--gs-light-gray);
}

.showroom-locations-module__CeA8Lq__filterBar {
  background: var(--gs-light-gray);
  z-index: 40;
  border-bottom: 1px solid #e0dedb;
  position: sticky;
  top: 0;
}

.showroom-locations-module__CeA8Lq__filterInner {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.showroom-locations-module__CeA8Lq__typePill {
  background: var(--gs-light-gray);
  color: #54585a;
  cursor: pointer;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  padding: 6px 16px;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  transition: all .15s;
}

.showroom-locations-module__CeA8Lq__typePillActive {
  color: #fff;
  background: #ea1c2d;
  border: 1px solid #ea1c2d;
}

.showroom-locations-module__CeA8Lq__divider {
  background: #e5e7eb;
  width: 1px;
  height: 20px;
}

.showroom-locations-module__CeA8Lq__stateSelect {
  color: #54585a;
  background: var(--gs-light-gray);
  cursor: pointer;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  outline: none;
  padding: 6px 16px;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 500;
}

.showroom-locations-module__CeA8Lq__searchWrap {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  flex: 1;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  display: flex;
  box-shadow: 0 1px 3px #0000000f;
}

.showroom-locations-module__CeA8Lq__searchIcon {
  flex-shrink: 0;
}

.showroom-locations-module__CeA8Lq__searchInput {
  color: #54585a;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  min-width: 0;
  font-family: inherit;
  font-size: 13px;
}

.showroom-locations-module__CeA8Lq__searchClear {
  color: #9ca3af;
  cursor: pointer;
  background: none;
  border: none;
  flex-shrink: 0;
  padding: 0;
  line-height: 1;
}

.showroom-locations-module__CeA8Lq__resultCount {
  color: #9ca3af;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 12px;
}

.showroom-locations-module__CeA8Lq__finderInner {
  padding-top: 20px;
  padding-bottom: 28px;
}

.showroom-locations-module__CeA8Lq__finderRow {
  gap: 20px;
  height: clamp(520px, 72vh, 700px);
  display: flex;
}

.showroom-locations-module__CeA8Lq__cardCol {
  flex-direction: column;
  flex: 0 0 38%;
  min-width: 0;
  display: flex;
}

.showroom-locations-module__CeA8Lq__cardList {
  scrollbar-width: thin;
  scrollbar-color: #d1d5db transparent;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding-right: 4px;
  display: flex;
  overflow-y: auto;
}

.showroom-locations-module__CeA8Lq__cardList::-webkit-scrollbar {
  width: 4px;
}

.showroom-locations-module__CeA8Lq__cardList::-webkit-scrollbar-track {
  background: none;
}

.showroom-locations-module__CeA8Lq__cardList::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
  border-radius: 4px;
}

.showroom-locations-module__CeA8Lq__mapCol {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex: 0 0 62%;
  overflow: hidden;
  box-shadow: 0 2px 8px #0000000f;
}

.showroom-locations-module__CeA8Lq__page .leaflet-popup-content-wrapper {
  border: 1px solid #e5e7eb !important;
  border-radius: 10px !important;
  padding: 0 !important;
  box-shadow: 0 8px 28px #00000024 !important;
}

.showroom-locations-module__CeA8Lq__page .leaflet-popup-content {
  margin: 14px 16px !important;
}

.showroom-locations-module__CeA8Lq__page .leaflet-popup-tip-container {
  margin-top: -1px;
}

.showroom-locations-module__CeA8Lq__card {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e2dc;
  border-radius: 10px;
  padding: 16px 18px 14px;
  transition: border-color .15s, box-shadow .15s;
  position: relative;
  box-shadow: 0 1px 4px #0000000d;
}

.showroom-locations-module__CeA8Lq__card:hover {
  border-color: #c5c2be;
  box-shadow: 0 3px 12px #00000017;
}

.showroom-locations-module__CeA8Lq__cardSelected {
  border: 1.5px solid #1a1a1a;
  border-left-width: 4px;
  box-shadow: 0 4px 16px #0000001f;
}

.showroom-locations-module__CeA8Lq__cardSelected:hover {
  border-color: #1a1a1a;
  box-shadow: 0 4px 16px #0000001f;
}

.showroom-locations-module__CeA8Lq__cardBadgeRow {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.showroom-locations-module__CeA8Lq__typeBadge {
  color: #fff;
  letter-spacing: .03em;
  border-radius: 20px;
  padding: 2px 9px;
  font-size: 10px;
  font-weight: 700;
}

.showroom-locations-module__CeA8Lq__typeBadgeGerhards {
  background: #ea1c2d;
}

.showroom-locations-module__CeA8Lq__typeBadgeKohler {
  background: #1a1a1a;
}

.showroom-locations-module__CeA8Lq__statusPill {
  border-radius: 20px;
  padding: 2px 9px;
  font-size: 10px;
  font-weight: 600;
}

.showroom-locations-module__CeA8Lq__statusOpen {
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.showroom-locations-module__CeA8Lq__statusClosingSoon {
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fde68a;
}

.showroom-locations-module__CeA8Lq__statusClosed {
  color: #6b7280;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}

.showroom-locations-module__CeA8Lq__cardName {
  color: #1c2030;
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.showroom-locations-module__CeA8Lq__cardNameSelected {
  color: #1a1a1a;
}

.showroom-locations-module__CeA8Lq__cardAddress {
  color: #6b7280;
  margin: 0 0 3px;
  font-size: 12.5px;
  line-height: 1.5;
}

.showroom-locations-module__CeA8Lq__cardPhone {
  color: #6b7280;
  margin: 0 0 10px;
  font-size: 12.5px;
}

.showroom-locations-module__CeA8Lq__cardFooter {
  border-top: 1px solid #f0ede9;
  padding-top: 10px;
}

.showroom-locations-module__CeA8Lq__cardFooterRow {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.showroom-locations-module__CeA8Lq__cardToday {
  color: #54585a;
  margin: 0;
  font-size: 12px;
}

.showroom-locations-module__CeA8Lq__cardTodayLabel {
  font-weight: 600;
}

.showroom-locations-module__CeA8Lq__cardActions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.showroom-locations-module__CeA8Lq__cardDirections {
  color: #54585a;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 600;
  text-decoration: none;
}

.showroom-locations-module__CeA8Lq__cardVisit {
  color: #ea1c2d;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 4px;
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.showroom-locations-module__CeA8Lq__cardDesc {
  color: #6b7280;
  border-top: 1px solid #f0ede9;
  margin: 0;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1.55;
}

.showroom-locations-module__CeA8Lq__emptyState {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.showroom-locations-module__CeA8Lq__emptyCopy {
  color: #9ca3af;
  margin: 0 0 10px;
  font-size: 14px;
}

.showroom-locations-module__CeA8Lq__emptyClear {
  color: #ea1c2d;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
}

.showroom-locations-module__CeA8Lq__whyVisitSection {
  background: #f7f5f2;
  border-top: 1px solid #eae8e4;
  padding: 52px 0 60px;
}

.showroom-locations-module__CeA8Lq__whyVisitH2 {
  color: #1c2030;
  margin: 0 0 28px;
  font-size: 1.35rem;
  font-weight: 700;
}

.showroom-locations-module__CeA8Lq__whyVisitGrid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  display: grid;
}

@media (max-width: 1024px) {
  .showroom-locations-module__CeA8Lq__whyVisitGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .showroom-locations-module__CeA8Lq__whyVisitGrid {
    grid-template-columns: 1fr;
  }
}

.showroom-locations-module__CeA8Lq__whyVisitCard {
  cursor: default;
  background: #fff;
  border: 1px solid #eae8e4;
  border-radius: 10px;
  padding: 28px 24px;
  transition: box-shadow .2s, transform .2s;
}

.showroom-locations-module__CeA8Lq__whyVisitCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px #00000017;
}

.showroom-locations-module__CeA8Lq__whyVisitIcon {
  margin-bottom: 16px;
}

.showroom-locations-module__CeA8Lq__whyVisitTitle {
  color: #1c2030;
  margin: 0 0 8px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
}

.showroom-locations-module__CeA8Lq__whyVisitDesc {
  color: #6b7280;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .showroom-locations-module__CeA8Lq__finderRow {
    flex-direction: column;
    height: auto;
  }

  .showroom-locations-module__CeA8Lq__cardCol {
    flex: none;
    max-height: 60vh;
  }

  .showroom-locations-module__CeA8Lq__mapCol {
    flex: none;
    height: 320px;
    min-height: 320px;
  }
}

/*# sourceMappingURL=app_%28storefront%29_showroom_showroom-locations_module_13b0it8.css.map*/