:root {

  --primary: #003366;

  --primary-dark: #002244;

  --accent: #c8102e;

  --sale: #c8102e;

  --header-bg: #003366;

  --header-text: #ffffff;

  --bg: #ffffff;

  --card: #ffffff;

  --text: #1c2434;

  --muted: #5a6478;

  --border: #d8dee8;

  --font: "Source Sans 3", "Segoe UI", system-ui, -apple-system, sans-serif;

}



* { box-sizing: border-box; }

body { margin: 0; font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.45; font-size: 15px; }

.store-body { min-height: 100vh; display: flex; flex-direction: column; }

.store-body .store-main { flex: 1; }



/* —— Shopper chrome: brand bar + nav + banner —— */

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 100;
  padding: 0.5rem 0.85rem;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 6px 6px;
  transition: top 0.15s ease;
}

.skip-link:focus {
  top: 0;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.store-top {
  background: var(--header-bg);
  color: var(--header-text);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 20;
}

.store-top--sticky {
  position: sticky;
  top: 0;
}

.store-top__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.85rem 1.5rem 0.65rem;
}

.store-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.store-brand:hover .store-brand__name { opacity: 0.92; }

.store-logo {
  height: 52px;
  width: 52px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.store-logo--mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  color: var(--header-text);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.store-brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.store-brand__name {
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(52vw, 22rem);
}

.store-brand__meta {
  font-size: 0.8rem;
  opacity: 0.82;
  letter-spacing: 0.01em;
}

.store-account {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem 0.55rem;
}

.store-account__link {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  text-decoration: none;
  color: var(--header-text);
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.store-account__link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.store-account__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.store-account__link--primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.store-account__link--primary:hover {
  filter: brightness(1.06);
  background: var(--accent);
  border-color: var(--accent);
}

.store-account__link--list {
  border-color: rgba(255, 255, 255, 0.35);
}

.store-account__link--user {
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.95;
}

.store-account__link--quiet {
  font-weight: 500;
  opacity: 0.85;
}

.store-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.store-nav a {
  position: relative;
  padding: 0.7rem 0.95rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.store-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.store-nav a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}

.store-nav a.active {
  color: #fff;
  border-bottom-color: var(--accent);
}

.store-header-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.55rem 1.5rem 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.store-header-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.store-header-search input[type="search"] {
  flex: 1 1 12rem;
  min-width: 0;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font: inherit;
  font-size: 0.95rem;
}

.store-header-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.store-header-search input[type="search"]:focus {
  outline: 2px solid #fff;
  outline-offset: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.store-header-search__btn {
  padding: 0.55rem 1rem;
  border: none;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
}

.store-header-search__btn:hover { filter: brightness(1.06); }

.store-header-search__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Legacy class hooks (admin pick embeds, etc.) */
.store-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  padding: 0.85rem 1.5rem;
  background: var(--header-bg);
  color: var(--header-text);
  border-bottom: 3px solid var(--accent);
}

.store-header-text { flex: 1; min-width: 200px; }

.store-header h1 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--header-text);
  text-transform: uppercase;
}

.store-meta { margin: 0.1rem 0 0; color: rgba(255, 255, 255, 0.82); font-size: 0.82rem; }

/* —— Homepage carousel (below header) —— */
.store-carousel {
  position: relative;
  width: 100%;
  background: #111;
  overflow: hidden;
}

.store-carousel__track {
  position: relative;
  width: 100%;
  height: clamp(160px, 28vw, 320px);
}

.store-carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.75s ease, transform 0.9s ease;
  pointer-events: none;
}

.store-carousel__slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1;
}

.store-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-carousel__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.65rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}

.store-carousel__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.store-carousel__dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

.store-banner {
  position: relative;
  width: 100%;
  max-height: clamp(140px, 28vw, 280px);
  overflow: hidden;
  background: linear-gradient(120deg, var(--header-bg), var(--primary-dark, #002244));
}

.store-banner img {
  width: 100%;
  height: clamp(140px, 28vw, 280px);
  object-fit: cover;
  display: block;
}

.store-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.22), transparent 45%);
}

.store-banner--empty {
  height: 6px;
  max-height: 6px;
  background: linear-gradient(90deg, var(--accent), var(--header-bg));
}

.store-banner--empty::after { display: none; }



.store-main { max-width: 1080px; margin: 0 auto; padding: 1.25rem 1.5rem; }

.store-main--wide {
  max-width: none;
  width: 100%;
  padding: 1.25rem clamp(0.75rem, 2.5vw, 2rem);
  background: #fff;
}

.store-main--home {
  padding-top: 1rem;
}

.store-main--home .cta-box,
.store-main--home .home-modes,
.store-main--home .home-deals,
.store-main--home .home-info-grid {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.store-main--home .home-catalog {
  max-width: none;
}

/* —— Home category rows (≈1in cards) —— */
.home-catalog {
  width: 100%;
  background: #fff;
  margin: 0 0 1.75rem;
}

.home-cat-row {
  margin: 0 0 2.25rem;
  padding-bottom: 0.25rem;
}

.home-cat-row__head {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.85rem;
  padding: 0 0.15rem;
  text-align: center;
  flex-wrap: wrap;
}

.home-cat-row__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.01em;
}

.home-cat-row__more {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}

.home-cat-row__more:hover {
  color: var(--accent);
  text-decoration: underline;
}

.home-cat-row__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1rem;
}

.home-cat-row__grid .product-card {
  width: 192px;
  max-width: 192px;
  flex: 0 0 192px;
  padding: 0.55rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.home-cat-row__grid .product-card-media {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  margin: 0 0 0.45rem;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f8fa;
}

.home-cat-row__grid .product-card-media img,
.home-cat-row__grid .product-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-cat-row__grid .product-card h3 {
  font-size: 0.82rem;
  line-height: 1.3;
  margin: 0 0 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-cat-row__grid .product-brand,
.home-cat-row__grid .product-loc,
.home-cat-row__grid .product-cat,
.home-cat-row__grid .product-actions-extra {
  display: none;
}

.home-cat-row__grid .product-price {
  font-size: 0.92rem;
  margin: 0 0 0.4rem;
}

.home-cat-row__grid .product-badge {
  font-size: 0.68rem;
  padding: 0.15rem 0.35rem;
}

.home-cat-row__grid .btn-add-list {
  font-size: 0.78rem;
  padding: 0.35rem 0.45rem;
  width: 100%;
}

.home-cat-row__grid .qty-btn,
.home-cat-row__grid .qty-input {
  font-size: 0.78rem;
  min-height: 1.55rem;
}

.home-info-grid {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* —— Shop: sticky left category menu —— */
.shop-layout {
  display: grid;
  grid-template-columns: minmax(11rem, 14rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
}

.shop-cat-nav {
  position: sticky;
  top: 5.5rem;
  max-height: calc(100vh - 6rem);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.65rem 0;
  z-index: 5;
}

.shop-cat-nav__title {
  margin: 0;
  padding: 0.35rem 0.9rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.shop-cat-nav__scroll {
  overflow-y: auto;
  overscroll-behavior: contain;
  flex: 1;
  min-height: 0;
  padding: 0 0.35rem 0.35rem;
}

.shop-cat-nav__link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  margin: 0.1rem 0;
  border-radius: 6px;
  text-decoration: none;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
}

.shop-cat-nav__link:hover {
  background: #f4f6f9;
  color: var(--primary);
}

.shop-cat-nav__link.is-active {
  background: color-mix(in srgb, var(--primary) 12%, #fff);
  color: var(--primary);
}

.shop-cat-nav__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-cat-nav__count {
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
}

.shop-main-col {
  min-width: 0;
}

.shop-main-col .shop-card {
  margin: 0;
}

@media (max-width: 820px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .shop-cat-nav {
    position: sticky;
    top: 4.5rem;
    max-height: none;
    z-index: 8;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    margin: 0 -0.75rem;
    padding: 0.4rem 0;
  }

  .shop-cat-nav__title {
    display: none;
  }

  .shop-cat-nav__scroll {
    display: flex;
    flex-direction: row;
    gap: 0.35rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.25rem 0.75rem;
    -webkit-overflow-scrolling: touch;
  }

  .shop-cat-nav__link {
    flex: 0 0 auto;
    white-space: nowrap;
    border: 1px solid var(--border);
    background: #fff;
  }

  .shop-cat-nav__count {
    display: none;
  }
}

.store-footer { text-align: center; padding: 1.25rem; color: var(--muted); font-size: 0.8rem; border-top: 1px solid var(--border); margin-top: 1.5rem; background: var(--card); }
.store-powered { margin-top: 0.5rem; }
.store-powered a { color: var(--accent, #0a3320); text-decoration: none; }
.store-powered a:hover { text-decoration: underline; }



.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.card {

  background: var(--card); border: 1px solid var(--border); border-radius: 6px;

  padding: 1.1rem 1.25rem; margin-bottom: 1rem; box-shadow: 0 1px 2px rgba(28,36,52,0.04);

}

.card h2 { margin: 0 0 0.65rem; font-size: 1.05rem; color: var(--primary); font-weight: 700; letter-spacing: 0.02em; }



.hours-list { list-style: none; padding: 0; margin: 0; }

.hours-list li { display: flex; justify-content: space-between; padding: 0.3rem 0; border-bottom: 1px solid #edf0f5; font-size: 0.92rem; }



.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.85rem; }

@media (min-width: 640px) {
  .product-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
}

/* Home flyer / sale strip — denser cards than full shop grid */
.product-grid--home {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.55rem;
}

@media (min-width: 640px) {
  .product-grid--home {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

.product-grid--home .product-card {
  padding: 0.55rem;
  border-radius: 6px;
}

.product-grid--home .product-card-media {
  margin: -0.55rem -0.55rem 0.45rem;
  aspect-ratio: 1 / 1;
  max-height: 110px;
}

.product-grid--home .product-card h3 {
  font-size: 0.8rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-grid--home .product-brand,
.product-grid--home .product-loc,
.product-grid--home .product-cat {
  font-size: 0.68rem;
}

.product-grid--home .product-price {
  font-size: 0.92rem;
}

.product-grid--home .product-badge {
  font-size: 0.62rem;
  margin: 0 0 0.25rem;
}

.product-grid--home .btn-add-list {
  min-height: 2.15rem;
  padding: 0.35rem 0.55rem;
  font-size: 0.78rem;
}

.product-grid--home .qty-btn {
  min-width: 2.15rem;
  min-height: 2.15rem;
  width: 2.15rem;
  height: 2.15rem;
}

.product-grid--home .qty-input {
  width: 2.25rem;
  height: 2.15rem;
  font-size: 0.85rem;
}

.product-grid--home .product-actions-extra {
  font-size: 0.75rem;
}

/* Sale deal group variant picker */
.deal-picker {
  position: relative;
  margin: 0.5rem 0 0.35rem;
  z-index: 2;
}

.deal-picker__label {
  margin: 0 0 0.3rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
}

.deal-picker__hint {
  margin: -0.15rem 0 0.35rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.deal-picker__btn {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  min-height: 2.5rem;
  padding: 0.35rem 0.45rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

.deal-picker__btn:hover,
.deal-picker__btn:focus-visible {
  border-color: var(--primary);
  outline: none;
}

.deal-picker__btn-img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  background: #eef2f7;
}

.deal-picker__btn-img--empty {
  display: inline-block;
}

.deal-picker__btn-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.deal-picker__btn-name {
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deal-picker__btn-meta {
  font-size: 0.72rem;
  color: var(--muted);
}

.deal-picker__chevron {
  color: var(--muted);
  font-size: 0.75rem;
}

.deal-picker__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.25rem);
  max-height: 14rem;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(28, 36, 52, 0.14);
  z-index: 20;
}

.deal-picker__option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.45rem 0.55rem;
  border: 0;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

.deal-picker__option:last-child { border-bottom: 0; }

.deal-picker__option:hover,
.deal-picker__option.is-selected {
  background: #eef2f7;
}

.deal-picker__option img,
.deal-picker__opt-empty {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  background: #e8eef6;
}

.deal-picker__opt-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.deal-picker__opt-name {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.25;
}

.deal-picker__opt-meta {
  font-size: 0.75rem;
  color: var(--muted);
}

.deal-picker__opt-price {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
}

.product-detail .deal-picker {
  max-width: 28rem;
  margin: 0.85rem 0 1rem;
}

.product-card {

  background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 0.9rem;

  display: flex;
  flex-direction: column;

  box-shadow: 0 1px 2px rgba(28, 36, 52, 0.04);

}

.product-card .product-price { margin-top: auto; padding-top: 0.35rem; }

.product-card .product-actions { margin-top: 0.75rem; }

.product-card-media {
  display: block;
  margin: -0.9rem -0.9rem 0.65rem;
  background: #f3f4f6;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.product-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-media {
  margin: 0 0 1rem;
  max-width: 360px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f6;
}

.product-detail-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-card h3 { margin: 0 0 0.2rem; font-size: 0.95rem; font-weight: 600; }

.product-title-link { color: inherit; text-decoration: none; }

.product-title-link:hover { color: var(--primary); text-decoration: underline; }

.product-brand { color: var(--muted); font-size: 0.8rem; margin-bottom: 0.4rem; }

.product-price { font-weight: 700; color: var(--primary); font-size: 1.1rem; line-height: 1.25; }

.product-price-lg { font-size: 1.25rem; margin: 0.65rem 0; }

.product-sale { color: var(--sale); font-weight: 800; }

.product-was {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.88em;
  text-decoration: line-through;
  margin-left: 0.25rem;
}

.product-loc { font-size: 0.78rem; color: var(--muted); margin-top: 0.4rem; }

.product-cat {

  display: inline-block; background: #e8eef6; color: var(--primary); font-size: 0.7rem;

  font-weight: 600; padding: 0.12rem 0.45rem; border-radius: 3px; margin-bottom: 0.4rem; text-transform: uppercase; letter-spacing: 0.04em;

}

.product-badge {
  display: inline-block;
  margin: 0 0 0.35rem 0.35rem;
  padding: 0.12rem 0.45rem;
  border-radius: 3px;
  background: rgba(200, 16, 46, 0.1);
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-deals__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 0.85rem;
}

.home-deals__head h2 { margin: 0 0 0.25rem; }

.home-deals__meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.home-deals__cta {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--accent);
  white-space: nowrap;
}

.home-flyer-cover {
  display: block;
  margin: 0 0 1rem;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.home-flyer-cover img {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

.home-deals__foot {
  margin: 1rem 0 0;
  font-size: 0.92rem;
}

.home-deals__foot a { color: var(--accent); font-weight: 600; }

.product-actions { margin: 0.65rem 0 0; font-size: 0.85rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.3rem 0.45rem; }

.add-list-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem; }

.qty-stepper {

  display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 4px;

  overflow: hidden; background: #fff;

}

.qty-btn {

  width: 1.9rem; height: 1.9rem; border: 0; background: #eef2f7; color: #333; font-size: 1rem;

  font-weight: 700; cursor: pointer; line-height: 1; padding: 0;

}

.qty-btn:hover { background: #dde4ee; }

.qty-input {

  width: 2.35rem; height: 1.9rem; border: 0; border-left: 1px solid var(--border); border-right: 1px solid var(--border);

  text-align: center; font-size: 0.9rem; font-weight: 600; padding: 0;

  -moz-appearance: textfield;

}

.qty-input::-webkit-outer-spin-button,

.qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.product-actions-extra { font-size: 0.85rem; }

.btn-add-list {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.45rem 0.9rem;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font-size: 0.9rem;
  flex: 1 1 auto;

}

.btn-add-list:hover { filter: brightness(1.06); background: var(--accent); }

.btn-add-list:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.btn-add-list.is-added { background: #2e7d32; filter: none; }

.btn-add-list.is-loading { opacity: 0.75; }

.btn-add-list:disabled { opacity: 0.85; cursor: default; }

.btn-add-list--signin {
  background: var(--primary);
}

.qty-btn {
  min-width: 2.5rem;
  min-height: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.qty-input {
  width: 2.75rem;
  height: 2.5rem;
  font-size: 1rem;
}

.add-list-feedback { margin: 0.3rem 0 0; width: 100%; font-size: 0.82rem; color: #2e7d32; }

.add-list-feedback.is-error { color: var(--sale); }

.breadcrumb { margin: 0 0 0.85rem; font-size: 0.85rem; }

.breadcrumb a { color: var(--primary); font-weight: 600; }

.product-detail h2 { margin: 0.2rem 0 0.45rem; color: var(--primary); }



.map-wrap { overflow: auto; border: 1px solid var(--border); border-radius: 6px; background: #fafbfc; }

.map-route-wrap { position: relative; display: block; width: 100%; }

.route-map-zoom-root { margin: 0.75rem 0 0; }

.route-map-zoom-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.6rem;
  margin-bottom: 0.5rem;
}

.route-map-zoom-btn {
  background: var(--primary);
  color: #fff;
  border: 0;
  border-radius: 4px;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.55rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.route-map-zoom-btn:hover { filter: brightness(1.08); }

.route-map-zoom-reset {
  font-size: 0.78rem;
  font-weight: 600;
  min-width: auto;
}

.route-map-zoom-level {
  min-width: 3.2rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--text);
}

.route-map-zoom-hint {
  font-size: 0.78rem;
  color: var(--muted);
}

.route-map-palette {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.85rem;
  margin: 0 0 0.55rem;
  padding: 0.55rem 0.65rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
}

.route-map-palette__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
}

.route-map-palette__title {
  white-space: nowrap;
}

.route-map-palette__select {
  min-width: 11rem;
  padding: 0.3rem 0.45rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  font: inherit;
  background: #fff;
}

.route-map-palette__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.route-map-palette__swatch {
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  flex: 0 0 auto;
}

.route-map-palette__hint {
  flex: 1 1 100%;
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
}

.route-map-viewport {
  position: relative;
  overflow: auto;
  width: 100%;
  max-height: min(85vh, 900px);
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fafbfc;
  cursor: default;
}

.route-map-embed--full .route-map-viewport {
  max-height: min(88vh, 960px);
}

.route-map-viewport.is-panning { cursor: grabbing; }

.route-map-stage {
  position: relative;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}

.route-map-stage .store-map-img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
}

.route-map-stage .map-route-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.occupant-map-pin {
  pointer-events: auto;
  cursor: pointer;
}

.route-shelf-marker {
  pointer-events: auto;
  cursor: pointer;
}

.route-shelf-marker:focus {
  outline: none;
}

.route-shelf-marker:focus-visible .route-shelf-hit {
  stroke: #003366;
  stroke-width: 2;
}

.route-shelf-label {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.route-shelf-marker:hover .route-shelf-label,
.route-shelf-marker.is-active .route-shelf-label {
  opacity: 1;
  visibility: visible;
}

.route-shelf-marker.is-active .route-shelf-hit {
  stroke: currentColor;
  stroke-width: 2;
}

.route-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.85rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 0.82rem;
  color: var(--muted);
}

.route-map-legend strong { color: var(--text); margin-right: 0.35rem; }

.route-map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text);
  font-weight: 600;
}

.route-map-swatch {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.map-wrap img, .map-wrap .store-map-img { max-width: 100%; height: auto; display: block; min-height: 120px; }



.cta-box {

  background: linear-gradient(135deg, var(--primary), var(--primary-dark));

  color: #fff; border-radius: 6px; padding: 1rem 1.15rem; margin-bottom: 1rem;

  border-left: 4px solid var(--accent);

}

.cta-box a { color: #fff; font-weight: 700; }

.shop-coach {
  margin: 0 0 0.85rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--primary, #0b2e24);
  background: rgba(11, 46, 36, 0.06);
  border-radius: 0 8px 8px 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--text, #0d1f17);
}

.shop-coach a { font-weight: 700; }

.shop-coach__hint {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: var(--muted, #5c6f64);
}

/* Buyer walkthrough (shared classes with account) */
.wt-coach {
  margin: 0 0 1rem;
  padding: 1rem 1.15rem;
  border: 2px solid var(--primary, #1b5e20);
  border-radius: 10px;
  background: rgba(27, 94, 32, 0.06);
}
.wt-coach__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary, #2e7d32);
}
.wt-coach__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
}
.wt-coach__step {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted, #5a6570);
  background: rgba(0, 0, 0, 0.06);
}
.wt-coach__step.is-done { color: #1b5e20; background: #c8e6c9; }
.wt-coach__step.is-active { color: #fff; background: var(--primary, #1b5e20); }
.wt-coach__num {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.7rem;
  background: rgba(0, 0, 0, 0.12);
}
.wt-coach__title { margin: 0 0 0.35rem; font-size: 1.15rem; }
.wt-coach__body { margin: 0; line-height: 1.45; }
.wt-coach__actions { margin-top: 0.85rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.wt-fill-btn,
button.wt-fill-btn,
a.wt-fill-btn {
  display: inline-block;
  padding: 0.7rem 1.15rem !important;
  border: none !important;
  border-radius: 8px !important;
  background: var(--primary, #1b5e20) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  text-decoration: none !important;
  cursor: pointer;
}
.wt-fill-form { margin: 0; }

.visit-ask__form {
  display: grid;
  gap: 0.75rem;
  margin: 0.75rem 0 1rem;
}
.visit-ask__form textarea {
  width: 100%;
  min-height: 5.5rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font: inherit;
}
.visit-ask__or {
  margin: 0.5rem 0 0.4rem;
  font-weight: 600;
}
.visit-ask__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.visit-ask__chips a {
  display: inline-block;
  padding: 0.45rem 0.8rem;
  border: 1px solid var(--primary, #1b5e20);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}
.visit-closest {
  margin: 0 0 1.25rem;
  padding: 0.75rem 0 0;
}
.visit-closest__title {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
}
.product-card--visit-hit {
  outline: 3px solid var(--accent, #e31837);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(227, 24, 55, 0.12);
}
.book-vehicle,
.book-contact {
  margin: 1rem 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.book-vehicle legend,
.book-contact legend {
  font-weight: 700;
}
.book-garage {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
}
.book-garage-pick {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  padding: 0.4rem 0.55rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-weight: 600;
}
.book-garage-pick:has(input:checked) {
  border-color: var(--accent, #e31837);
  background: rgba(227, 24, 55, 0.06);
}
.book-garage-pick input {
  margin: 0;
}
.book-contact .account-check {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.35rem 0.85rem 0.35rem 0;
}

/* Guided Shopping vs Personal Concierge */
.home-modes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.15rem;
}

.home-mode {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--card, #fff);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 3px rgba(28, 36, 52, 0.06);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.home-mode:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 14px rgba(28, 36, 52, 0.1);
  text-decoration: none;
  color: inherit;
}

.home-mode--assist { border-left: 4px solid var(--primary); }

.home-mode--concierge { border-left: 4px solid var(--accent); }

.home-mode__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

.home-mode__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary);
}

.home-mode__powered {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.home-mode__blurb {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.35;
  flex: 1;
}

.home-mode__cta {
  margin-top: 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--accent);
}



.empty { color: var(--muted); font-style: italic; }

.mascot-empty { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; text-align: center; padding: 1rem 0; }

.mascot-empty-img { width: 96px; height: 96px; object-fit: contain; }

.mascot-empty .empty { font-style: normal; margin: 0; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Shop browse — progress, toolbar, chips, load more */
.shop-progress {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 6px;
  border-left: 4px solid var(--accent);
}

.shop-progress__step {
  flex: 1;
  min-width: 7rem;
  text-align: center;
  padding: 0.45rem 0.6rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
  border: 1px solid transparent;
}

.shop-progress__step:hover {
  color: var(--primary);
  background: #eef2f7;
  text-decoration: none;
}

.shop-progress__step.is-current {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}

.shop-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.85rem;
}

.shop-card__head h2 { margin: 0; }

.shop-meta-count {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 600;
}

.shop-page-title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -0.01em;
}

.shop-section-title {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
}

.shop-toolbar {
  position: sticky;
  top: 0.5rem;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  margin: 0 0 0.85rem;
  padding: 0.85rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(28, 36, 52, 0.06);
}

.shop-search {
  flex: 1 1 16rem;
  min-width: 12rem;
}

.shop-search input[type="search"] {
  width: 100%;
  min-height: 2.5rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  font: inherit;
  background: #fff;
}

.shop-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}

.shop-search-btn {
  min-height: 2.5rem;
  padding: 0.5rem 0.95rem;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
}

.shop-search-btn:hover { filter: brightness(1.06); background: var(--accent); }

.shop-search-btn:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.shop-clear {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
}

.shop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1rem;
  max-height: 7.5rem;
  overflow: auto;
  padding-bottom: 0.15rem;
}

.shop-chip {
  display: inline-block;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.shop-chip:hover {
  border-color: var(--primary);
  text-decoration: none;
}

.shop-chip:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.shop-next-step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
}

.shop-next-step .btn-add-list {
  flex: 0 1 auto;
  text-decoration: none;
}

.shop-next-step__or { color: var(--muted); font-size: 0.9rem; }

.shop-chip.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.shop-chip__count {
  display: inline-block;
  margin-left: 0.2rem;
  padding: 0.05rem 0.35rem;
  border-radius: 999px;
  background: rgba(0, 51, 102, 0.08);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
}

.shop-chip.is-active .shop-chip__count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.shop-browse-hint {
  margin: -0.35rem 0 1rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.shop-product-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.shop-category {
  scroll-margin-top: 5rem;
}

.shop-category__title {
  position: sticky;
  top: 0;
  z-index: 3;
  margin: 0 0 0.75rem;
  padding: 0.55rem 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--primary);
  background: linear-gradient(180deg, #eef2f7 0%, #e8eef6 100%);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: 4px;
}

.shop-empty {
  padding: 1.25rem 0.5rem;
  text-align: center;
  color: var(--muted);
}

.shop-empty p { margin: 0 0 0.5rem; }

.shop-empty__hints { font-size: 0.92rem; }

.shop-empty__hints a { color: var(--accent); font-weight: 600; }

.shop-load-more-wrap {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.shop-load-more {
  padding: 0.65rem 1.35rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
}

.shop-load-more:hover { border-color: var(--primary); background: #eef2f7; }

.shop-load-more.is-loading,
.shop-load-more:disabled {
  opacity: 0.75;
  cursor: default;
}

.shop-next-step a:not(.btn-add-list) { color: var(--accent); font-weight: 600; }

@media (max-width: 720px) {

  .grid2 { grid-template-columns: 1fr; }

  .store-top__bar { padding: 0.75rem 1rem 0.55rem; }

  .store-brand__name { font-size: 1.1rem; max-width: 48vw; }

  .store-logo { height: 44px; width: 44px; }

  .store-nav { padding: 0 0.5rem; gap: 0; }

  .store-nav a { padding: 0.65rem 0.7rem; font-size: 0.84rem; }

  .store-account { width: 100%; justify-content: flex-start; }

  .store-account__link--user { max-width: none; }

  .store-banner,
  .store-banner img { height: 150px; max-height: 150px; }

  .store-carousel__track { height: 150px; }

  .store-main { padding: 1rem; }

  .shop-progress__step { flex: 1 1 100%; text-align: left; }

  .shop-toolbar { position: static; }

}


