.search-store {
  background: #f5f5f5;
  padding: 1.5rem;
}
.single-product .search-store {
  background: transparent;
  padding: 0;
}
.store-content {
  display: grid;
  grid-template-columns: 22rem 1fr;
  column-gap: 1.62rem;
}
.store-content .store-list {
  background: #fff;
  padding: 0;
}
.store-content .store-list .list-store {
  height: 37.125rem;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.store-content .store-list .list-store::-webkit-scrollbar-thumb {
  background-color: var(--black);
}
.box-store {
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.box-store.active,
.box-store:hover {
  background-color: #efefef;
}
.box-store .title-store {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 1rem;
  margin-bottom: 0.5rem;
}
.box-store .title-store .name {
  color: var(--black);
  font-family: var(--semi);
  line-height: normal;
  font-size: 0.9375rem;
}
.box-store .title-store .name span {
  font-weight: 400;
}
.box-store .title-store .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.56rem;
  margin: 0;
  height: 1.375rem;
  font-size: 0.65rem;
  flex-shrink: 0;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #fff !important;
}
.box-store a{
	display: inline-flex;
	padding: 2px 8px;
	font-size: 12px;
	color: #fff;
	background-color: var(--theme-color);
	border-radius: 3px;
}
.infor-store .phone {
  color: var(--black);
  font-family: var(--bold);
  font-size: 0.875rem;
}
.infor-store .address {
  font-size: 0.875rem;
}
.store-map {
  overflow: hidden;
}
.filter-store {
  display: grid;
  grid-template-columns: 22rem 1fr 1fr;
  column-gap: 1.88rem;
  margin-bottom: 2.81rem;
}
.filter-store input,
.filter-store select {
  box-shadow: none !important;
  background-color: #fff !important;
  margin-bottom: 0;
  height: 3rem;
  color: var(--black);
  font-weight: 400;
  border-color: #ccc;
  border-radius: 5px;
}
.filter-store select {
  background-image: url("/wp-content/uploads/2025/10/i-down.png");
  position: relative;
  background-position: right 1rem top 50%;
  background-size: auto 1rem;
  background-repeat: no-repeat;
}
.filter-store form {
  margin-bottom: 0;
  position: relative;
}
.filter-store form input {
  padding: 0 10rem 0 1rem;
}

.filter-store .btn__gradient {
  position: absolute;
  right: 0.56rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  width: 3rem;
  background: transparent !important;
  border: none;
  margin: 0;
}
.filter-store .btn__gradient img {
  width: 1.4375rem;
  height: 1.4375rem;
}
.store-map .img.has-hover {
  display: none;
}
.store-map .img.has-hover .image-cover {
  padding-top: 0;
  height: 100%;
}
.box-map {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 768px) {
  .store-page .search-store {
    padding: 3rem var(--section);
  }
  .filter-store {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 1.81rem;
    row-gap: 1rem;
  }
  .filter-store input,
  .filter-store select {
    height: 2.75rem;
  }
  .filter-store .btn__gradient {
    background-image: url("/wp-content/uploads/2025/10/i-search.png");
    width: 1.4375rem;
    height: 1.4375rem;
    font-size: 0;
  }
  .filter-store form input {
    padding: 0 3rem 0 1rem;
  }
  .store-content {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .store-content .store-list {
    padding: 0.5rem;
  }
  .infor-store .address {
    font-size: 0.9375rem;
    line-height: normal;
  }
  .store-map iframe {
    height: 20rem !important;
  }
  .store-content .store-list .list-store {
    max-height: 28.125rem;
    height: auto;
  }
  .store-map .img.has-hover .image-cover {
    padding-top: 100%;
  }
}
