#store-detail.store-detail-page {
  padding-bottom: 48px;
  overflow-x: hidden;
}

#store-detail .store-detail-content-wrap {
  padding-left: 0;
  padding-right: 0;
}

#store-detail .store-detail-hero {
  position: relative;
  margin-bottom: 48px;
}

#store-detail .store-detail-hero--no-gallery {
  padding-top: 8px;
}

#store-detail .store-detail-hero--no-gallery .store-detail-card-container {
  margin-top: 0;
}

/* Gallery – images side by side, flush, full bleed */
#store-detail .store-detail-gallery-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #e8e8e8;
}

#store-detail .store-detail-gallery-item {
  flex: 1 1 0;
  min-width: 0;
  line-height: 0;
}

#store-detail .store-detail-gallery-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  vertical-align: top;
}

/* White card overlapping gallery */
#store-detail .store-detail-card-container {
  position: relative;
  z-index: 2;
  margin-top: -72px;
  padding-left: 15px;
  padding-right: 15px;
}

#store-detail .store-detail-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  padding: 36px 40px;
  overflow: hidden;
}

#store-detail .store-detail-title {
  font-size: 1.65rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 28px;
  line-height: 1.3;
}

#store-detail .store-detail-contact-row {
  margin-bottom: 28px;
}

#store-detail .store-detail-bottom-row {
  align-items: stretch;
  margin: 0;
}

#store-detail .store-detail-field {
  margin-bottom: 22px;
}

#store-detail .store-detail-field-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}

#store-detail .store-detail-field-value {
  display: block;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.55;
  text-decoration: none;
}

#store-detail a.store-detail-field-value {
  color: #069fdb;
}

#store-detail a.store-detail-field-value:hover {
  text-decoration: underline;
}

#store-detail .store-detail-hours-col {
  padding-right: 32px;
}

#store-detail .store-detail-hours-title {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 14px;
}

#store-detail .store-detail-hours-list {
  margin: 0;
}

#store-detail .store-detail-hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.9rem;
}

#store-detail .store-detail-hours-item:last-child {
  border-bottom: none;
}

#store-detail .store-detail-hours-day {
  font-weight: 600;
  color: #666;
}

#store-detail .store-detail-hours-time {
  color: #222;
  font-weight: 500;
}

#store-detail .store-detail-hours-item.is-closed .store-detail-hours-day,
#store-detail .store-detail-hours-item.is-closed .store-detail-hours-time {
  color: #aaa;
}

#store-detail .store-detail-map-col {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#store-detail .store-detail-map-wrap {
  flex: 1;
  min-height: 340px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: #f0f0f0;
}

#store-detail .store-detail-map-wrap iframe {
  display: block;
  min-height: 340px;
}

#store-detail .store-detail-directions-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 14px;
  padding: 12px 24px;
  background: #069fdb;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

#store-detail .store-detail-directions-btn:hover {
  background: #0588c4;
  color: #fff !important;
  text-decoration: none;
}

#store-detail .store-detail-directions-btn i {
  font-size: 1rem;
}

#store-detail .store-detail-text-container {
  margin-bottom: 40px;
}

#store-detail .store-detail-content {
  max-width: 900px;
  margin: 0 auto;
}

#store-detail .store-detail-section {
  margin-bottom: 32px;
}

#store-detail .store-detail-section h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 14px;
}

#store-detail .store-detail-section p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.75;
  margin-bottom: 12px;
}

#store-detail .store-detail-section ul {
  margin: 0 0 12px;
  padding-left: 1.25rem;
}

#store-detail .store-detail-section li {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.75;
  margin-bottom: 6px;
}

#store-detail .store-detail-faq-container {
  margin-bottom: 40px;
  max-width: 900px;
}

#store-detail .store-detail-faq-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 20px;
}

#store-detail .store-detail-faq-item {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

#store-detail .store-detail-faq-item .card-header {
  padding: 0;
  background: #fff;
  border-bottom: none;
}

#store-detail .store-detail-faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background: none;
  border: none;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  white-space: normal;
}

#store-detail .store-detail-faq-toggle:hover,
#store-detail .store-detail-faq-toggle:focus {
  color: #069fdb;
  outline: none;
  box-shadow: none;
}

#store-detail .store-detail-faq-toggle i {
  flex-shrink: 0;
  margin-left: 12px;
  font-size: 0.75rem;
  color: #888;
  transition: transform 0.2s ease;
}

#store-detail .store-detail-faq-toggle:not(.collapsed) i {
  transform: rotate(180deg);
}

#store-detail .store-detail-faq-answer {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.75;
  padding: 0 20px 18px;
}

#store-detail .store-detail-faq-answer a {
  color: #069fdb;
  text-decoration: underline;
}

/* Reviews */
#store-detail .store-detail-reviews-container {
  margin-bottom: 48px;
  padding: 0 15px;
}

#store-detail .store-detail-reviews-heading {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 28px;
}

#store-detail .store-detail-reviews-grid {
  column-count: 3;
  column-gap: 16px;
}

#store-detail .store-detail-review-card {
  break-inside: avoid;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}

#store-detail .store-detail-review-summary {
  padding: 24px;
}

#store-detail .store-detail-review-store-name {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 16px;
  line-height: 1.4;
}

#store-detail .store-detail-review-rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

#store-detail .store-detail-review-rating-num {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  line-height: 1;
}

#store-detail .store-detail-review-stars {
  display: flex;
  gap: 2px;
}

#store-detail .store-detail-review-stars .fa-star {
  color: #f5b301;
  font-size: 1.1rem;
}

#store-detail .store-detail-review-stars--sm .fa-star {
  font-size: 0.85rem;
}

#store-detail .store-detail-review-stars--sm {
  margin-bottom: 10px;
}

#store-detail .store-detail-review-count-link {
  display: block;
  font-size: 0.85rem;
  color: #069fdb;
  text-decoration: underline;
  margin-bottom: 18px;
}

#store-detail .store-detail-review-count-link:hover {
  color: #0588c4;
}

#store-detail .store-detail-review-write-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  background: #069fdb;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

#store-detail .store-detail-review-write-btn:hover {
  background: #0588c4;
  color: #fff !important;
  text-decoration: none;
}

#store-detail .store-detail-review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

#store-detail .store-detail-review-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

#store-detail .store-detail-review-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#store-detail .store-detail-review-author {
  font-weight: 700;
  font-size: 0.9rem;
  color: #222;
}

#store-detail .store-detail-review-time {
  font-size: 0.8rem;
  color: #999;
}

#store-detail .store-detail-review-text {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.65;
  margin: 0 0 12px;
}

#store-detail .store-detail-review-google-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #666;
  text-decoration: none;
}

#store-detail .store-detail-review-google-link:hover {
  color: #069fdb;
  text-decoration: none;
}

#store-detail .store-detail-review-google-icon {
  flex-shrink: 0;
}

#store-detail .store-detail-review-reply {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eee;
}

#store-detail .store-detail-review-reply-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #888;
  margin-bottom: 6px;
}

#store-detail .store-detail-review-reply p {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

#store-detail .store-detail-contact-cta {
  padding: 8px 15px 24px;
}

#store-detail .store-detail-contact-btn {
  background: #3d3d3d;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  padding: 12px 32px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

#store-detail .store-detail-contact-btn:hover {
  background: #069fdb;
  color: #fff !important;
}

@media (max-width: 991px) {
  #store-detail .store-detail-reviews-grid {
    column-count: 2;
  }

  #store-detail .store-detail-card-container {
    margin-top: -48px;
  }

  #store-detail .store-detail-card {
    padding: 28px 24px;
  }

  #store-detail .store-detail-hours-col {
    padding-right: 15px;
    margin-bottom: 24px;
  }

  #store-detail .store-detail-gallery-img {
    height: 240px;
  }

  #store-detail .store-detail-map-wrap,
  #store-detail .store-detail-map-wrap iframe {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  #store-detail .store-detail-reviews-grid {
    column-count: 1;
  }

  #store-detail .store-detail-gallery-row {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  #store-detail .store-detail-gallery-item {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }

  #store-detail .store-detail-gallery-img {
    height: 200px;
  }

  #store-detail .store-detail-card-container {
    margin-top: -32px;
  }

  #store-detail .store-detail-title {
    font-size: 1.35rem;
  }
}
