#information-stores {
  padding-bottom: 48px;
}

#information-stores .stores-header {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 40px;
}

#information-stores .np-stores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 48px;
}

#information-stores .store-box {
  flex: 1 1 280px;
  max-width: 360px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 32px 28px 28px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

#information-stores .store-box h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 20px;
}

#information-stores .store-icon {
  color: #888;
  margin-bottom: 16px;
}

#information-stores .store-icon svg {
  width: 56px;
  height: 42px;
}

#information-stores .store-box--has-carousel {
  max-width: 400px;
}

#information-stores .store-carousel {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
}

#information-stores .store-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

#information-stores .store-carousel-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

#information-stores .store-carousel .swiper-pagination {
  position: relative;
  margin-top: 10px;
}

#information-stores .store-carousel .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

#information-stores .store-carousel .swiper-pagination-bullet-active {
  background: #069fdb;
}

#information-stores .store-carousel .swiper-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

#information-stores .store-carousel .swiper-button-prev,
#information-stores .store-carousel .swiper-button-next {
  pointer-events: auto;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

#information-stores .store-carousel .swiper-button-prev::after,
#information-stores .store-carousel .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
  color: #069fdb;
}

#information-stores .store-box .address {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 20px;
  line-height: 1.5;
}

#information-stores .stores-hours {
  margin-bottom: 20px;
}

#information-stores .hour-item {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 0.875rem;
  line-height: 1.8;
}

#information-stores .hour-item .label {
  font-weight: 600;
  color: #333;
  min-width: 90px;
  text-align: right;
}

#information-stores .hour-item .value {
  color: #666;
  min-width: 100px;
  text-align: left;
}

#information-stores .hour-item .value.closed {
  color: #aaa;
}

#information-stores .store-email {
  margin-bottom: 8px;
}

#information-stores .store-email a {
  color: #009fdb;
  font-size: 0.9rem;
  text-decoration: none;
}

#information-stores .store-email a:hover {
  text-decoration: underline;
}

#information-stores .call-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #222;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  margin-bottom: 24px;
}

#information-stores .call-phone::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z'/%3E%3C/svg%3E") center/contain no-repeat;
}

#information-stores .store-btn-wrapper a {
  display: inline-block;
  background: #3d3d3d;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease;
}

#information-stores .store-btn-wrapper a:hover {
  background: #009fdb;
  color: #fff !important;
}

#information-stores .store-btn-wrapper a::after {
  content: " ›";
}

#information-stores .stores-seo-content {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

#information-stores .stores-seo-section {
  margin-bottom: 32px;
}

#information-stores .stores-seo-section h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 12px;
}

#information-stores .stores-seo-section p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 12px;
}

#information-stores .stores-seo-section ul {
  margin: 0 0 12px;
  padding-left: 1.25rem;
}

#information-stores .stores-seo-section li {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  #information-stores .np-stores {
    flex-direction: column;
    align-items: center;
  }

  #information-stores .store-box {
    max-width: 100%;
    width: 100%;
  }
}
