.node--type-dados-loja {
  color: #333333;
}
.node--type-dados-loja .info-card-title,
.node--type-dados-loja .about-us-title {
  font-family: "Poppins Bold", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}
.node--type-dados-loja .info-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.node--type-dados-loja .info-cards-wrapper .info-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #C7C7C7;
  background: #C7C7C7;
  box-shadow: 0px 2px 10px 0px rgba(68, 88, 122, 0.15);
}
.node--type-dados-loja .info-cards-wrapper .info-card.info-card-email .info-card-content {
  word-break: break-all;
}
.node--type-dados-loja .info-cards-wrapper .info-card-header {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}
.node--type-dados-loja .info-cards-wrapper .info-card-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 100%;
}
.node--type-dados-loja .info-cards-wrapper .info-card-content-item {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.node--type-dados-loja .info-cards-wrapper .info-card-content a {
  color: #333333;
}
.node--type-dados-loja .info-cards-wrapper .info-card-content-item,
.node--type-dados-loja .info-cards-wrapper .info-card-content > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.node--type-dados-loja .info-cards-wrapper .info-card-icon {
  font-size: 2rem;
  color: #183C8F;
}
.node--type-dados-loja .info-cards-wrapper .info-card.info-card-contacts .info-card-content a {
  color: #183C8F;
  text-decoration: underline;
}
@media (min-width: 64rem) {
  .node--type-dados-loja .info-cards-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .node--type-dados-loja .info-cards-wrapper .info-card {
    border: 1px solid #C7C7C7;
    background: #E5E5E5;
    box-shadow: unset;
  }
}
.node--type-dados-loja .about-us {
  padding: 1rem;
  border-radius: 1rem;
  background: #E5E5E5;
  margin-bottom: 2rem;
}
.node--type-dados-loja .about-us-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.node--type-dados-loja .about-us-social-media {
  display: flex;
  gap: 1rem;
  font-size: 1.5rem;
}
.node--type-dados-loja .about-us-content {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media (min-width: 64rem) {
  .node--type-dados-loja .about-us {
    border-radius: 1.5rem;
    border: 1px solid #E5E5E5;
    background: #F4F4F4;
    padding: 2rem 6.5rem;
    margin-bottom: 3rem;
  }
  .node--type-dados-loja .about-us-header {
    margin-bottom: 2rem;
  }
  .node--type-dados-loja .about-us-content {
    font-size: 1rem;
  }
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}
.select2-container.select2-container--default.select2-container--open .select2-search.select2-search--dropdown input {
  height: 2rem;
  border-radius: 1rem;
  border: 1px solid #333333;
  background: #FFF;
  padding: 0 1rem;
  box-shadow: none !important;
  outline: none !important;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown {
  border-color: var(--lgr-color-neutral-low-pure);
}
.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
}
.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options .select2-results__option {
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #fff;
  background-image: none;
  background-color: #183c8f;
  border-radius: 6.25rem;
}

.filtro-lojas select + span.select2 {
  height: var(--lgr-spacing-md);
  padding: 0 var(--lgr-spacing-xxxs);
  border: 1px solid var(--lgr-color-neutral-low-pure);
  border-radius: var(--lgr-border-radius-lg);
  background: var(--lgr-color-neutral-high-pure);
  color: var(--lgr-color-neutral-low-pure);
  font-family: var(--lgr-font-family-regular);
  font-size: var(--lgr-font-size-md);
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  width: 100% !important;
}
.filtro-lojas select + span.select2 .selection {
  width: 100%;
  text-align: left;
}
.filtro-lojas select + span.select2 .selection .select2-selection.select2-selection--single {
  background-color: transparent;
  border: 0;
  font-family: var(--lgr-font-family-regular);
  font-size: var(--lgr-font-size-md);
}
.filtro-lojas select + span.select2 .selection .select2-selection.select2-selection--single .select2-selection__placeholder {
  color: var(--lgr-color-neutral-low-pure);
}
.filtro-lojas select + span.select2 .selection .select2-selection.select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.filtro-lojas select + span.select2 .selection .select2-selection.select2-selection--single .select2-selection__arrow:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='outline/arrows/chevron right'%3E%3Cpath id='Vector' d='M6.26732 12L5.33398 11.0667L8.40065 8L5.33398 4.93333L6.26732 4L10.2673 8L6.26732 12Z' fill='%23989898'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  background-size: contain;
}
.filtro-lojas select + span.select2 .selection .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.filtro-lojas select + span.select2 .selection .select2-selection.select2-selection--single[aria-expanded=true] .select2-selection__arrow:before {
  transform: rotate(-90deg);
}
.filtro-lojas select + span.select2.select2-container--disabled {
  opacity: 0.5;
  cursor: default;
}
.filtro-lojas select + span.select2.select2-container--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

/*# sourceMappingURL=store-page.css.map */
