/* input(2138,25): run-time error CSS1030: Expected identifier, found '.'
input(2138,56): run-time error CSS1025: Expected comma or open brace, found ')'
input(2142,25): run-time error CSS1030: Expected identifier, found '.'
input(2142,59): run-time error CSS1025: Expected comma or open brace, found ')' */
@charset "UTF-8";
@font-face {
  font-family: "HelveticaNeueBold";
  src: url("../../../content/fonts/HelveticaNeueBold.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueRegular";
  src: url("../../../content/fonts/HelveticaNeueRoman.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueMedium";
  src: url("../../../content/fonts/HelveticaNeueMedium.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
/* ELEMENT SIZES */
/* COLORS */
/* SCREEN SIZES */
/* FONTS */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1380px;
  }
}
h1, h1 * {
  font-size: 45px;
}

h2, h2 * {
  font-size: 36px;
}

@media (max-width: 991px) {
  h1, h1 * {
    font-size: 36px;
  }

  h2, h2 * {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .desk-only {
    display: none !important;
    padding: 0;
  }
}

@media (min-width: 991px) {
  .mob-only {
    display: none !important;
  }
}

.noscroll {
  overflow: hidden;
}

.background-parent {
  position: relative;
  width: 100%;
  text-align: center;
}
.background-parent img.background {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.pattern {
  background-repeat: repeat;
  width: 100%;
}

.inputs-container .input-group {
  flex-wrap: nowrap;
}
.inputs-container .input-group .covalco-input {
  width: 330px;
}
@media (max-width: 480px) {
  .inputs-container .input-group .covalco-input {
    width: 100%;
  }
}
.inputs-container .input-group .covalco-btn {
  width: 105px !important;
}
@media (max-width: 380px) {
  .inputs-container .input-group .covalco-input {
    padding-left: 8px;
    font-size: 14px;
    line-height: 26px;
  }
  .inputs-container .input-group .covalco-btn {
    width: 80px !important;
  }
}

.accordion-button {
  justify-content: space-between;
  height: 30px;
  line-height: 25px;
  text-decoration: none;
}
.accordion-button:hover, .accordion-button:active, .accordion-button:focus-within {
  text-decoration: none;
}
.accordion-button .chevron {
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.accordion-button.collapsed .chevron {
  background-image: url(/content/icons/covalco/chevron-up-white.svg?v=nfakIoAMQEMPQ3dheiVt6f6aUAQ);
  transform: rotate(-180deg);
}
.accordion-button:not(.collapsed) .chevron {
  background-image: url(/content/icons/covalco/chevron-down-white.svg?v=AsK6sCKf_a5OZtnJhG7afmB84Rg);
  transform: rotate(-180deg);
}
.accordion-button a {
  display: block;
}
.accordion-button a:focus-within {
  outline: 2px solid #D14200;
  outline-offset: -2px;
  border-radius: 7px;
}

.rotate-180 {
  transform: rotate(-180deg);
  transition: all 0.2s ease-in-out;
}

.rotate-back {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.scroll {
  scrollbar-color: #777 transparent;
}
.scroll::-webkit-scrollbar {
  width: 7px;
}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #777;
}

.static-map {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.coming-soon {
  text-align: left;
  font-weight: bold;
}

body.overlay:before {
  content: " ";
  z-index: 10;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.no-results-found {
  display: none;
  font-size: 18px;
  line-height: 21px;
}

.show-mob-tablet {
  display: none;
}
@media (max-width: 991px) {
  .show-mob-tablet {
    display: block;
  }
}

@media (max-width: 991px) {
  .show-desk-tablet {
    display: none;
  }
}

.breadCrumbs {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-family: "HelveticaNeueRegular";
  font-size: 16px;
}
@media (max-width: 768px) {
  .breadCrumbs {
    border-bottom: 1px solid #DDD;
  }
}
.breadCrumbs span {
  padding-left: 3px;
  padding-right: 3px;
}
.breadCrumbs .active {
  color: #777;
}
.breadCrumbs img {
  width: 15px;
}
.breadCrumbs a {
  text-decoration: none;
  color: #008A1D;
}
.breadCrumbs a:hover {
  text-decoration: underline;
}

#contactMobile {
  display: none;
}
#contactMobile .left {
  padding-right: 5px;
}
#contactMobile .right {
  padding-left: 5px;
}
#contactMobile a {
  text-decoration: none;
  width: 100%;
}
#contactMobile a.chevronWhite {
  letter-spacing: 1px;
  font-size: 14px;
  justify-content: center;
}
#contactMobile a.chevronWhite::after {
  right: 13px;
  top: 14px;
}
#contactMobile a.chevronWhite:not(.collapsed)::after {
  right: 13px;
  top: 19px !important;
}
@media (max-width: 991px) {
  #contactMobile {
    background: #f2f2f2;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 15px 10px;
  }
}
@media (max-width: 420px) {
  #contactMobile a.chevronWhite {
    letter-spacing: 0px;
    padding: 10px 20px 10px 0;
  }
}

.featured-recipes-covalco {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
}
.featured-recipes-covalco .flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
}
.featured-recipes-covalco .flex .child {
  width: 32%;
  height: 223px;
  max-width: 100%;
  text-align: left;
  align-items: flex-end;
  display: flex;
}
.featured-recipes-covalco .flex .child, .featured-recipes-covalco .flex .child img.background {
  border-radius: 10px;
}
.featured-recipes-covalco .flex .child:nth-child(1), .featured-recipes-covalco .flex .child:nth-child(2) {
  width: 49%;
  height: 351px;
  max-width: 100%;
}
.featured-recipes-covalco .flex .child > div {
  width: 100%;
  margin: 15px;
}
.featured-recipes-covalco .flex .child > div span {
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
.featured-recipes-covalco .flex .child > div p {
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.featured-recipes-covalco .flex .child > div a {
  letter-spacing: 0.5px;
  height: 43px;
}
.featured-recipes-covalco .flex .child > div a:hover, .featured-recipes-covalco .flex .child > div a:active {
  background-color: #D14200;
  border: 1px solid #D14200;
  color: white;
}
@media (max-width: 1200px) {
  .featured-recipes-covalco .flex {
    row-gap: 18px;
  }
}
@media (max-width: 991px) {
  .featured-recipes-covalco .flex {
    row-gap: 15px;
  }
}
@media (max-width: 768px) {
  .featured-recipes-covalco .flex {
    row-gap: 10px;
  }
  .featured-recipes-covalco .flex .child {
    width: 100%;
    height: 202px;
    max-width: unset;
  }
  .featured-recipes-covalco .flex .child:nth-child(1), .featured-recipes-covalco .flex .child:nth-child(2) {
    width: 100%;
    height: 202px;
    max-width: unset;
  }
  .featured-recipes-covalco .flex .child > div {
    margin: 0 15px 20px 15px;
  }
  .featured-recipes-covalco .flex .child > div p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .featured-recipes-covalco .flex .child > div p {
    display: none;
  }
}

.list-filter-hero {
  color: #FFF;
  /* Eje Y en el bloque; el eje X lo aporta .container (alinea con breadcrumb/resultados). */
  padding: 60px 0;
  background-image: url(../../../content/icons/covalco/hero_image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
  font-family: "HelveticaNeueRegular";
}
.list-filter-hero h1 {
  margin: 0 0 40px 0;
  font-family: "HelveticaNeueBold";
}
.list-filter-hero p {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 14px;
}
.list-filter-hero .filter-block {
  display: flex;
  align-items: center;
  gap: 29px;
}
.list-filter-hero .filter-block .filter-component {
  display: flex;
  align-items: center;
  width: 350px;
  height: 50px;
  cursor: text;
  border-radius: 44px;
  background: transparent;
  border: 1px solid #FFF;
}
.list-filter-hero .filter-block .filter-component .magnifier {
  width: 25px;
  height: 24px;
  margin: 0 10px 0 13px;
  vertical-align: text-top;
}
.list-filter-hero .filter-block .filter-component input {
  height: 30px;
  padding-left: 24px;
  width: calc(100% - 60px);
  border-left: 1px solid #FFF;
  background: transparent;
  color: #FFF;
}
.list-filter-hero .filter-block .filter-component input::placeholder {
  color: #FFF;
  opacity: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: capitalize;
}
.list-filter-hero .filter-block a {
  color: #FFF;
  font-weight: 400;
}
.list-filter-hero .filter-block a:hover, .list-filter-hero .filter-block a:focus, .list-filter-hero .filter-block a:active {
  color: #FFF;
}
@media (max-width: 991px) {
  .list-filter-hero {
    padding: 62px 0;
  }
  .list-filter-hero .filter-block .filter-component input {
    border: none;
  }
}
@media (max-width: 768px) {
  .list-filter-hero {
    padding: 30px 0;
    text-align: center;
  }
  .list-filter-hero .filter-block {
    flex-direction: column;
    gap: 15px;
  }
  .list-filter-hero .filter-block .clear-block {
    width: 100%;
    text-align: center;
  }
  .list-filter-hero .filter-block .filter-component {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list-filter-hero {
    padding: 33px 12px;
    margin-bottom: 40px;
    border-radius: 29px;
  }
  .list-filter-hero .background {
    border-radius: 29px;
  }
  .list-filter-hero .container {
    padding: 0;
  }
  .list-filter-hero h1 {
    margin-bottom: 15px;
  }
  .list-filter-hero p {
    margin-bottom: 10px;
  }
  .list-filter-hero .filter-block .filter-component input {
    padding-left: 0;
  }
}

.location-cities-covalco {
  margin: 120px 0;
}
@media (max-width: 768px) {
  .location-cities-covalco {
    margin: 80px 0;
  }
}
.location-cities-covalco .location-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 32px;
}
.location-cities-covalco .location-container > .nearby-locations__cta {
  align-self: center;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 2rem);
  margin: 2.5rem auto 0;
  padding: 14px 28px;
}
@media (max-width: 768px) {
  .location-cities-covalco .location-container > .nearby-locations__cta {
    margin-top: 40px;
    width: 100%;
  }
}
.location-cities-covalco h2 {
  font-family: "HelveticaNeueBold";
  text-align: center;
  line-height: 120%;
}
@media (max-width: 768px) {
  .location-cities-covalco h2 {
    text-align: left;
  }
}
.location-cities-covalco .location-container .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 32px;
  justify-content: center;
  margin: 0;
}
.location-cities-covalco .location-container .row .item {
  flex: 0 0 calc(25% - 24px);
  max-width: calc(25% - 24px);
  margin-bottom: 35px;
  text-align: left;
  font-size: 18px;
  color: #303133;
  min-width: 0;
}
@media (max-width: 768px) {
  .location-cities-covalco .location-container .row .item .item__head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 10px;
  }
  .location-cities-covalco .location-container .row .item .item__head > a {
    flex: 1 1 auto;
    min-width: 0;
  }
  .location-cities-covalco .location-container .row .item .item__head > p.location-distance {
    margin-bottom: 0;
    flex: 0 0 auto;
    text-align: right;
  }
}
.location-cities-covalco .location-container .row .item a {
  font-family: "HelveticaNeueBold";
  color: #008A1D;
  font-size: 20px;
  text-decoration: none;
}
.location-cities-covalco .location-container .row .item a:hover {
  text-decoration: underline;
}
.location-cities-covalco .location-container .row .item p.location-street {
  margin-bottom: 10px;
}
.location-cities-covalco .location-container .row .item p.location-distance {
  color: #777;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .location-cities-covalco .location-container .row .item p.location-distance {
    font-size: 14px;
  }
}
.location-cities-covalco .location-container .row .item p.location-phone {
  margin: 0;
}
.location-cities-covalco .location-container .row .item p.location-street, .location-cities-covalco .location-container .row .item p.location-phone, .location-cities-covalco .location-container .row .item p.location-csz {
  font-family: "HelveticaNeueRegular";
}
.location-cities-covalco .location-container .row .item p.location-csz {
  display: inline-block;
}
.location-cities-covalco .location-container .row .item p.location-csz span {
  margin-right: 5px;
}
.location-cities-covalco .location-container .row .item .store-phone {
  font-size: 18px;
  font-family: "HelveticaNeueRegular";
}
@media (max-width: 1160px) {
  .location-cities-covalco .location-container .row .item {
    flex-basis: calc(25% - 24px);
    max-width: calc(25% - 24px);
  }
}
@media (max-width: 1024px) {
  .location-cities-covalco .location-container .row .item {
    flex-basis: calc(25% - 24px);
    max-width: calc(25% - 24px);
  }
}
@media (max-width: 991px) {
  .location-cities-covalco .location-container .row .item {
    flex-basis: calc(33.3333333333% - 22px);
    max-width: calc(33.3333333333% - 22px);
  }
}
@media (max-width: 768px) {
  .location-cities-covalco {
    border-top: 0 none;
  }
  .location-cities-covalco .location-container .row .item {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .location-cities-covalco > p {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .location-cities-covalco .location-container .row {
    display: block;
  }
  .location-cities-covalco .location-container .row .item {
    display: block;
    justify-content: unset;
    max-width: unset;
    margin: 0;
    padding-top: 40px;
    padding-left: 0;
  }
}

/* #008A1D — assets en content/icons/.../star-*.svg (ver StarRatingTagHelper) */
.star-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 0;
  vertical-align: middle;
}
.star-rating img {
  display: block;
  flex-shrink: 0;
}
.star-rating .star-rating__slot--half {
  display: inline-flex;
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
}

#reviews-section.location-reviews,
.location-reviews {
  padding: 40px 0 80px 0;
  background-color: #FFF;
  color: #303133;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  #reviews-section.location-reviews,
.location-reviews {
    padding: 4.5rem 0 7.5rem;
  }
}

.location-reviews .container {
  max-width: 100%;
}

.location-reviews__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
  width: 100%;
}

h2.location-reviews__title {
  line-height: 120%;
  font-family: "HelveticaNeueBold";
  text-align: left;
  text-transform: none;
  width: 100%;
  max-width: 20rem;
  margin: 0;
  color: #040404;
}
@media (min-width: 768px) {
  h2.location-reviews__title {
    max-width: none;
    font-size: 36px;
  }
}

.location-reviews__summary {
  font-size: 18px;
  line-height: 130%;
  font-family: "HelveticaNeueRegular";
  margin: 0 0 1rem 0;
  text-align: left;
}

.location-reviews__average {
  margin-bottom: 1.5rem;
  text-align: left;
}

/* Flechas en el encabezado: solo desktop */
.location-reviews__control--head {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 1rem;
  flex: 0 0 auto;
}

/* Flechas + 1/4: solo móvil, bajo el carrusel */
.location-reviews__control--foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin-top: 0.5rem;
  width: 100%;
}

.location-reviews__count {
  font-size: 14px;
  font-family: "HelveticaNeueBold";
  min-width: 3.5rem;
  text-align: center;
  color: #777;
}

@media (min-width: 768px) {
  .location-reviews__control--head {
    display: flex;
  }

  .location-reviews__control--foot {
    display: none;
  }
}
.location-reviews__arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #008A1D;
  background: #FFF;
  color: #008A1D;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.2s, background 0.2s, color 0.2s;
}
.location-reviews__arrow img {
  width: 0.5rem;
  height: 0.875rem;
  display: block;
}
.location-reviews__arrow:hover:not(:disabled) {
  background: #008A1D;
  color: #FFF;
}
.location-reviews__arrow:hover:not(:disabled) img {
  filter: brightness(0) invert(1);
}
.location-reviews__arrow:disabled, .location-reviews__arrow:disabled:hover {
  opacity: 0.4;
  cursor: not-allowed;
  background: #FFF;
  color: #008A1D;
}
.location-reviews__arrow:disabled img, .location-reviews__arrow:disabled:hover img {
  filter: none;
}
.location-reviews__arrow:focus, .location-reviews__arrow:focus-visible, .location-reviews__arrow:active {
  outline: 2px solid #2D6DCC;
  outline-offset: 2px;
  border-radius: 50%;
}

.location-reviews--static .location-reviews__control--head,
.location-reviews--static .location-reviews__control--foot,
.location-reviews--static .location-reviews__meta {
  display: none !important;
}

.location-reviews__gallery {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.location-reviews__viewport {
  overflow: hidden;
  overflow-x: hidden;
  touch-action: pan-y;
  width: 100%;
  margin-bottom: 0.5rem;
}

.location-reviews__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1rem;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s ease;
  touch-action: pan-y;
}

.location-reviews__slide {
  flex: 0 0 auto;
  min-width: 0;
  box-sizing: border-box;
}

/* Rayitas de progreso: misma piel que Nuestra tienda; solo desktop */
.location-reviews__meta {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0.5rem 0 0 0;
}

@media (min-width: 768px) {
  .location-reviews__meta {
    display: flex;
  }
}
.location-reviews__card {
  background: #FFF;
  border: 2px solid #DDD;
  border-radius: 8px;
  padding: 28px 32px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .location-reviews__card {
    padding: 24px;
  }
}

.location-reviews__name {
  font-size: 20px;
  font-family: "HelveticaNeueBold";
  color: #303133;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .location-reviews__name {
    font-size: 18px;
  }
}

.location-reviews__stars {
  margin-bottom: 0.75rem;
}

.location-reviews__text {
  font-size: 16px;
  line-height: 130%;
  font-family: "HelveticaNeueRegular";
  color: #303133;
  margin: 0 0 0.75rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .location-reviews__text {
    font-size: 14px;
  }
}
.location-reviews__text.is-expanded {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}

.location-reviews__toggle {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeueBold";
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #008A1D;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  line-height: inherit;
  border-radius: 0;
}
.location-reviews__toggle:hover {
  color: #006F00;
}
.location-reviews__toggle:focus, .location-reviews__toggle:focus-visible {
  outline: 2px solid #2D6DCC;
  outline-offset: 2px;
}

.search-block {
  display: block;
  background-color: #1D3633;
  width: 100%;
  height: auto;
  padding: 24px 0 24px 0;
}
@media (max-width: 768px) {
  .search-block {
    padding: 40px 12px;
  }
}
.search-block .search-inputs .mob-only,
.search-block .search-inputs .desk-only {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 25px;
}
.search-block .search-inputs .desk-only {
  position: relative;
}
.search-block .search-inputs .desk-only.has-search-error {
  padding-bottom: 18px;
}
.search-block .search-inputs .mob-only.container-fluid {
  padding: 0;
}
.search-block .search-inputs .mob-only a.search-text {
  text-decoration: none;
}
.search-block .search-inputs .mob-only a.search-text img {
  vertical-align: text-top;
}
.search-block .search-inputs .mob-only a.search-text > span {
  margin: 0 0 0 15px;
}
.search-block .search-inputs .mob-only a.search-text > span:hover, .search-block .search-inputs .mob-only a.search-text > span:focus, .search-block .search-inputs .mob-only a.search-text > span:active {
  text-decoration: none;
}
.search-block .search-inputs .mob-only .noStyles {
  background: none;
  border: none;
  padding: 0;
}
.search-block .search-inputs .desk-only.active {
  display: block !important;
}
.search-block .search-inputs .desk-only.active .search-text {
  text-align: center;
  margin-bottom: 24px;
}
.search-block .search-inputs .desk-only.active .or-block {
  margin-bottom: 10px;
}
.search-block .search-inputs span {
  font-family: "HelveticaNeueBold";
  font-size: 24px;
  line-height: 120%;
}
.search-block .search-inputs .search-location__label {
  font-size: 15px;
}
.search-block .search-inputs .search-text {
  color: #FFF;
}
.search-block .search-inputs .or-block {
  cursor: default;
}
.search-block .search-inputs .or-block span {
  font-size: 14px;
}
.search-block .search-inputs .current-location {
  width: 276px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  white-space: nowrap;
  border: 1px solid #008A1D;
  padding: 17px 0 15px 0;
}
.search-block .search-inputs .current-location .arrow {
  background-image: url(../../../content/icons/covalco/arrow-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.search-block .search-inputs .current-location:hover .arrow {
  background-image: url(../../../content/icons/covalco/arrow-white.svg);
}
.search-block .search-inputs .search-location {
  width: 140px;
  padding: 15px 0 15px 0;
}
.search-block .search-inputs .search-location .search-location__icon {
  display: none;
}
.search-block .search-inputs .covalco-input {
  width: 340px;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
.search-block .search-inputs .inputs-container {
  position: relative;
}
.search-block .search-inputs .inputs-container .covalco-hero__error {
  display: block;
  position: absolute;
  left: 1rem;
  top: 100%;
  margin: 2px 0 0;
  padding: 0;
  min-height: 0;
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 14px;
  line-height: 130%;
  text-align: left;
  white-space: nowrap;
}
.search-block .search-inputs .inputs-container .covalco-hero__error:empty {
  display: none;
}
.search-block .search-inputs .covalco-btn, .search-block .search-inputs .covalco-input {
  height: 45px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .search-block .search-inputs .desk-only span {
    margin: 0;
  }
  .search-block .search-inputs .desk-only .current-location {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-block .search-inputs .desk-only .inputs-container {
    margin-left: 10px;
  }
  .search-block .search-inputs .current-location {
    margin: 0;
    width: auto;
  }
  .search-block .search-inputs .search-location {
    width: 100px;
  }
  .search-block .search-inputs .covalco-input {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .search-block .search-inputs .desk-only {
    padding-bottom: 0;
  }
  .search-block .search-inputs .mob-only {
    margin-bottom: 15px;
  }
  .search-block .search-inputs .mob-only .closeOption {
    color: #D14200;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    cursor: pointer;
  }
  .search-block .search-inputs .mob-only .closeOption img {
    margin-right: 5px;
    vertical-align: text-top;
  }
  .search-block .search-inputs .desk-only.active .search-text:first-of-type {
    display: none;
  }
  .search-block .search-inputs .search-text {
    cursor: pointer;
  }
  .search-block .search-inputs .or-block span {
    font-size: 14px;
  }
  .search-block .search-inputs .current-location {
    margin-left: 0;
    width: 100%;
  }
  .search-block .search-inputs .current-location .arrow {
    width: 22px;
    height: 22px;
  }
  .search-block .search-inputs .current-location img {
    width: 24px;
    margin-right: 10px;
  }
  .search-block .search-inputs .search-location {
    width: 100%;
  }
  .search-block .search-inputs .magnifier {
    width: 22px;
    cursor: pointer;
    padding-bottom: 1px;
  }
  .search-block .search-inputs .covalco-input {
    width: 100%;
    margin-bottom: 10px;
  }
  .search-block .search-inputs .covalco-input::placeholder {
    font-size: 16px;
  }
  .search-block .search-inputs .inputs-container .covalco-hero__error {
    position: static;
    margin-top: 8px;
    white-space: normal;
  }
}
@media (max-width: 380px) {
  .search-block .search-inputs .mob-only a.search-text > span {
    margin: 0 0 0 5px;
  }
  .search-block .search-inputs .mob-only span {
    margin: 0 0 0 5px;
  }
  .search-block .search-inputs .current-location {
    padding: 10px 0px 10px 0px;
    font-size: 13px;
    line-height: unset;
  }
}
@media (max-width: 365px) {
  .search-block .search-inputs .current-location {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .search-block .search-inputs .current-location {
    font-size: 11px;
  }
}
@media (max-width: 330px) {
  .search-block .search-inputs .current-location {
    font-size: 10px;
  }
}

.location-states-covalco {
  background-color: #303133;
  border-top: 5px solid #F14D00;
}
.location-states-covalco p {
  text-transform: uppercase;
  color: #FFF;
  font-family: "HelveticaNeueBold";
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.location-states-covalco .states-container {
  text-align: left;
  font-size: 16px;
  line-height: 32px;
}
.location-states-covalco .states-container .row {
  display: flex;
  flex-flow: column wrap;
  max-height: 500px;
  margin: 0;
}
.location-states-covalco .states-container .row .item {
  max-width: 15%;
  margin-bottom: 20px;
  line-height: unset;
  font-size: inherit;
  padding-left: 0;
}
.location-states-covalco .states-container .row .item .well {
  position: relative;
  display: block;
  padding: 0;
}
.location-states-covalco .states-container .row .item .well .alphabet-title {
  border-bottom: 1px solid #777;
  margin-bottom: 10px;
  font-size: 14px;
}
.location-states-covalco .states-container .row .item .well .alphabet-title span {
  color: #F14D00;
  font-family: "HelveticaNeueBold";
  font-size: 16px;
}
.location-states-covalco .states-container .row .item .well .states-group-list a {
  color: #FFF;
  font-family: "HelveticaNeueRegular";
  text-decoration: none;
  display: block;
  font-size: 16px;
}
.location-states-covalco .states-container .row .item .well .states-group-list a:hover, .location-states-covalco .states-container .row .item .well .states-group-list a:active, .location-states-covalco .states-container .row .item .well .states-group-list a:focus {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .location-states-covalco {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 0;
  }
  .location-states-covalco p {
    text-align: left;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .location-states-covalco .states-container .row {
    display: block;
    flex-flow: unset;
    max-height: unset;
  }
  .location-states-covalco .states-container .row .item {
    max-width: unset;
    padding: 0;
  }
  .location-states-covalco .states-container .row .item .well .alphabet-title {
    margin-bottom: 0;
  }
  .location-states-covalco .states-container .row .item .well .states-group-list {
    padding-top: 10px;
  }
  .location-states-covalco .states-container .row .item .well .states-group-list a {
    width: 49%;
    display: inline-block;
    padding-bottom: 10px;
  }
}

header .skip-to-main-content {
  height: 0;
  margin: 0;
  z-index: 10;
}
header .skip-to-main-content span {
  display: none;
}
header .skip-to-main-content:focus-within {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  margin: auto;
}
header .skip-to-main-content:focus-within .translucent {
  opacity: 0.75;
  background-color: #000000;
  width: 100%;
}
header .skip-to-main-content:focus-within .translucent.middle {
  height: 50px !important;
}
header .skip-to-main-content:focus-within .translucent:first-child, header .skip-to-main-content:focus-within .translucent:last-child {
  height: 31px;
}
header .skip-to-main-content:focus-within a {
  outline: none !important;
}
header .skip-to-main-content:focus-within a span {
  opacity: 1;
  display: block;
  position: absolute;
  border: 2px solid #ffffff;
  left: 20%;
  top: 31px;
}
@media (max-width: 991px) {
  header .skip-to-main-content:focus-within {
    height: 70px;
  }
  header .skip-to-main-content:focus-within .translucent:first-child,
header .skip-to-main-content:focus-within .translucent:last-child {
    height: 10px;
  }
  header .skip-to-main-content:focus-within a > span {
    top: 10px;
  }
}

header {
  height: 112px;
  display: flex;
  justify-content: center;
}
header .navbar {
  padding: 0;
}
header nav {
  max-width: 1320px;
}
header nav .container {
  padding: 0;
}
header nav .navbar-collapse {
  justify-content: start;
}
header nav .navbar-collapse a {
  text-transform: uppercase;
}
header nav .navbar-collapse .navbar-brand {
  display: inline-block;
  line-height: inherit;
  padding: 0;
  white-space: nowrap;
  margin-right: 0;
}
header nav .navbar-collapse .navbar-brand img {
  width: 175px;
}
header nav .navbar-collapse .navbar-nav {
  column-gap: 1.4rem;
}
header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #040404;
  font-family: "HelveticaNeueBold";
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0;
  white-space: nowrap;
}
header nav .navbar-collapse .navbar-nav .nav-item:nth-of-type(4) .nav-link {
  color: #D14200;
}
@media (max-width: 1200px) {
  header nav .navbar-collapse .navbar-nav {
    column-gap: 1rem;
  }
}
@media (max-width: 991px) {
  header {
    height: 70px;
  }
  header .navbar {
    padding-top: 0;
    width: 100%;
  }
  header nav .navbar-toggler {
    border: 0;
    color: rgba(0, 0, 0, 0.55);
    padding: 0;
  }
  header nav .mobile-navigate-menu {
    text-align: center;
    flex-grow: 4;
  }
  header nav .mobile-navigate-menu .navbar-brand {
    padding: 0;
    margin: 0;
  }
  header nav .mobile-navigate-menu .navbar-brand img {
    width: 125px;
  }
  header nav .navbar-collapse {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    padding: 35px 30px 0 30px;
    width: 75%;
    height: 100%;
    z-index: 5;
  }
  header nav .navbar-collapse * {
    color: #FFF;
    font-family: "HelveticaNeueBold";
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
  }
  header nav .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
  }
  header nav .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }
  header nav .navbar-collapse .mobile-menu-header .logo-block {
    text-align: center;
  }
  header nav .navbar-collapse .mobile-menu-header .logo-block .navbar-brand {
    margin: 0;
  }
  header nav .navbar-collapse .mobile-menu-header .close-header-btn {
    font-family: "HelveticaNeueRegular";
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
  }
  header nav .navbar-collapse .mobile-menu-header * {
    padding-right: 0;
    padding-left: 0;
  }
  header nav .navbar-collapse ul {
    margin-top: 80px;
  }
  header nav .navbar-collapse ul li {
    border-bottom: 1px solid #454545 !important;
  }
  header nav .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
}

.covalco-header {
  display: block;
  height: auto;
  background: #FFF;
  border-bottom: 1px solid rgba(4, 4, 4, 0.12);
  position: relative;
  z-index: 20;
}

.covalco-header__container {
  max-width: 1380px;
}
@media (min-width: 992px) {
  .covalco-header__container {
    padding: 0 80px;
  }
}

.covalco-header nav {
  max-width: none;
}

.covalco-header .navbar-collapse a {
  text-transform: none;
}

.covalco-header__utility,
.covalco-header__main {
  width: 100%;
}

.covalco-header__utility {
  border-bottom: 1px solid rgba(4, 4, 4, 0.08);
}

.covalco-header__utility-nav {
  min-height: 46px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}
@media (min-width: 992px) {
  .covalco-header__utility-nav {
    padding-right: 80px;
  }
}

.covalco-header__utility-link,
.covalco-header__primary-link,
.covalco-header__language {
  text-decoration: none;
  color: #040404;
}

.covalco-header__utility-link {
  position: relative;
  font-family: "HelveticaNeueBold";
  font-size: 14px;
  line-height: 130%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .covalco-header__utility-link {
    font-size: 11px;
  }
}
@media (max-width: 350px) {
  .covalco-header__utility-link {
    font-size: 10px;
  }
}
.covalco-header__utility-link:not(:last-child)::after {
  content: "›";
  margin-left: 14px;
  color: #777;
}

@media (max-width: 768px) {
  .covalco-header__utility .covalco-header__container {
    display: flex;
    justify-content: center;
  }
}

.covalco-header__main {
  background: #FFF;
}

.covalco-header__shell {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 42px;
}

.covalco-header__brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.covalco-header__brand img {
  display: block;
  width: auto;
  max-width: 160px;
  height: auto;
}

.covalco-header__brand-fallback {
  font-family: "HelveticaNeueBold";
  font-size: 30px;
  line-height: 1;
  color: #040404;
}

.covalco-header__collapse {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-width: 0;
}

.covalco-header__mobile-head {
  display: none;
}

.covalco-header__primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 38px;
  min-width: 0;
  flex: 1;
}

.covalco-header__primary-link {
  font-family: "HelveticaNeueBold";
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
}

.covalco-header__languages {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.covalco-header__language {
  font-family: "HelveticaNeueBold";
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
  opacity: 0.7;
}
.covalco-header__language.is-active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.covalco-header__toggler {
  display: none;
}

@media (max-width: 1200px) {
  .covalco-header__shell {
    gap: 28px;
  }

  .covalco-header__primary-nav {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .covalco-header__shell {
    min-height: 70px;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .covalco-header__brand img {
    max-width: 150px;
  }

  .covalco-header__toggler {
    display: inline-flex;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
  .covalco-header__toggler span {
    display: block;
    width: 22px;
    height: 2px;
    background: #040404;
  }

  .covalco-header__collapse {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(380px, 88vw);
    padding: 24px;
    background: #FFF;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 28px;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.16);
  }

  .covalco-header__collapse.show {
    transform: translateX(0);
  }

  .covalco-header__mobile-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  .covalco-header__brand--mobile img {
    max-width: 150px;
  }

  .covalco-header__close {
    border: 0;
    background: transparent;
    padding: 0;
    font-family: "HelveticaNeueRegular";
    font-size: 28px;
    line-height: 1;
    color: #040404;
  }

  .covalco-header__primary-nav,
.covalco-header__languages {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .covalco-header__primary-link,
.covalco-header__language {
    font-size: 20px;
    line-height: 24px;
  }
}
footer {
  background-color: #303133;
  color: #FFF;
  padding: 20px 0;
  position: relative;
  text-align: center;
  font-size: 14px;
}
footer .navbar-brand {
  display: inline-block;
  margin-right: 0;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  width: 100%;
}
footer ul li {
  margin: 0 25px;
  display: list-item;
  text-align: -webkit-match-parent;
}
footer ul li a {
  color: #fff;
  font-family: "HelveticaNeueRegular";
  letter-spacing: 2px;
  text-decoration: none;
}
footer ul li a:hover, footer ul li a:active {
  color: #fff;
  text-decoration: underline #fff;
}
footer .header-social-icons {
  padding-bottom: 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  column-gap: 10px;
}
footer .header-social-icons a {
  text-decoration: none;
}
footer .header-social-icons a em {
  margin-left: 0;
  color: #FFF;
  display: inline-block;
  height: 50px;
  width: 50px;
}
footer .header-social-icons a em:before {
  font-size: 30px;
  position: relative;
}
footer .footer-links a {
  font-size: 12px;
}
@media (max-width: 991px) {
  footer ul li {
    margin: 0 10px 10px 10px;
  }
  footer .header-social-icons a em {
    padding-top: 0.2rem;
    padding-left: 0.35rem;
  }
}

footer.covalco-footer {
  background: #000;
  color: #FFF;
  padding: 82px 0 0;
  text-align: left;
}

.covalco-footer__container {
  max-width: 1380px;
}

.covalco-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.9fr) minmax(240px, 0.95fr) 220px;
  gap: 56px;
  align-items: start;
  padding-bottom: 70px;
}

.covalco-footer__column {
  min-width: 0;
}

.covalco-footer__column h2 {
  margin: 0 0 18px;
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 18px;
  line-height: 1.2;
}

.covalco-footer__description,
.covalco-footer__office,
.covalco-footer__links a,
.covalco-footer__legal-copy,
.covalco-footer__legal-nav a {
  font-family: "HelveticaNeueRegular";
  line-height: 1.45;
  color: #FFF;
}

.covalco-footer__description a {
  color: #FFF;
  text-decoration: none;
}
.covalco-footer__description a:hover {
  color: #FFF;
  text-decoration: underline;
}

.covalco-footer__description {
  max-width: 360px;
}

.covalco-footer__description p,
.covalco-footer__office p {
  margin: 0;
}

.covalco-footer__description p + p,
.covalco-footer__office p + p {
  margin-top: 14px;
}

.covalco-footer__description strong,
.covalco-footer__office strong {
  font-family: "HelveticaNeueBold";
  font-weight: 400;
  color: #FFF;
}

.covalco-footer__links {
  list-style: none;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.covalco-footer__links li {
  margin: 0;
}

.covalco-footer__links a,
.covalco-footer__legal-nav a {
  text-decoration: none;
}
.covalco-footer__links a:hover,
.covalco-footer__legal-nav a:hover {
  color: #FFF;
  text-decoration: underline;
}

.covalco-footer__office {
  margin: 0;
  font-style: normal;
}

.covalco-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
}

.covalco-footer__legal-copy {
  color: rgba(255, 255, 255, 0.78);
}

.covalco-footer__legal-nav {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.covalco-footer__legal-nav a {
  color: rgba(255, 255, 255, 0.78);
}

.covalco-footer__legal-nav a:not(:last-child)::after {
  content: " - ";
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1199px) {
  .covalco-footer__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.9fr) minmax(220px, 0.9fr);
  }

  .covalco-footer__brandmark {
    display: none;
  }
}
@media (max-width: 991px) {
  footer.covalco-footer {
    padding-top: 48px;
  }

  .covalco-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 36px;
  }

  .covalco-footer__column {
    text-align: center;
  }

  .covalco-footer__description {
    max-width: none;
  }

  .covalco-footer__column--navigation {
    padding-top: 28px;
    border-top: 1px solid #FFF;
  }

  .covalco-footer__links {
    align-items: center;
    width: 100%;
  }

  .covalco-footer__bottom {
    padding: 18px 0 20px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .covalco-footer__description,
.covalco-footer__office,
.covalco-footer__links a,
.covalco-footer__legal-copy,
.covalco-footer__legal-nav a {
    font-size: 16px;
  }

  .covalco-footer__column h2 {
    font-size: 24px;
  }
}
.store-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-family: "HelveticaNeueRegular";
}
@media (max-width: 768px) {
  .store-status {
    font-size: 16px;
  }
}
.store-status .status-icon {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .store-status {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .store-status {
    margin-bottom: 0px;
  }
}

.our-store {
  background-color: #F7F7F7;
  padding: 80px 0;
  text-align: left;
  color: #303133;
  overflow-x: hidden;
}

.our-store__inner {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  overflow-x: hidden;
}

.our-store__top {
  display: block;
  margin-bottom: 0;
}

/* Wrapper: en móvil galería primero; en desktop fila CTA+flechas y luego galería */
.our-store__sheet {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 767.98px) {
  .our-store__sheet .our-store__gallery {
    order: 0;
    margin-bottom: 0;
  }
  .our-store__sheet .our-store__cta-bar {
    order: 1;
  }

  .our-store__viewport {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .our-store__sheet .our-store__cta-bar {
    order: 0;
  }
  .our-store__sheet .our-store__gallery {
    order: 1;
  }
}
.our-store__title {
  line-height: 120%;
  font-family: "HelveticaNeueBold";
  text-align: left;
  text-transform: none;
  width: 100%;
  margin: 0;
}

.our-store__intro {
  flex: 1 1 16rem;
  min-width: 0;
}

.our-store__description {
  font-size: 18px;
  line-height: 130%;
  padding: 24px 0;
  font-family: "HelveticaNeueRegular";
  max-width: 45rem;
}
.our-store__description p {
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .our-store__description {
    font-size: 14px;
  }
}

.our-store__arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #008A1D;
  background: #FFF;
  color: #008A1D;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.our-store__arrow:hover:not(:disabled) {
  background: #008A1D;
  color: #FFF;
}
.our-store__arrow:disabled, .our-store__arrow:disabled:hover {
  opacity: 0.4;
  cursor: not-allowed;
  background: #FFF;
  color: #008A1D;
}
.our-store__arrow:focus, .our-store__arrow:focus-visible, .our-store__arrow:active {
  outline: 2px solid #2D6DCC;
  outline-offset: 2px;
  /* La regla global de button:focus en _custom fija border-radius: 0; excluimos .our-store__arrow allí. Refuerzo: */
  border-radius: 50%;
}

/* Figma: debajo del texto, encima de la galería — CTA a la izquierda, flechas a la derecha */
.our-store__cta-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.our-store__cta-bar:has(.our-store__cta-wrap:only-child) {
  justify-content: left;
}

.our-store__cta-bar:has(.our-store__nav--arrows:only-child) {
  justify-content: flex-end;
}

.our-store__cta-wrap {
  margin-top: 0;
  text-align: left;
  flex: 0 1 auto;
  min-width: 0;
}

.our-store__nav--arrows {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 1rem;
  flex: 0 0 auto;
}

.our-store__count {
  font-size: 16px;
  font-family: "HelveticaNeueBold";
  min-width: 3.5rem;
  text-align: center;
}

.our-store__gallery {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
}

/* Toda la pista en una “pantalla”: no hay otra página que deslizar, ocultamos solo las flechas. */
.our-store--static .our-store__nav--arrows {
  display: none !important;
}

.our-store__viewport {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  overflow-x: hidden;
  /* sin scroll: el desplazamiento lo controla transform + JS (solo flechas) */
  touch-action: pan-y;
  width: 100%;
}

.our-store__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1rem;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s ease;
  /* Sin scroll ni arrastre horizontal: solo flechas (JS) */
  touch-action: pan-y;
  max-width: none;
}

.our-store__slide {
  flex: 0 0 auto;
  /* ancho fijado por JS = ancho de columna */
  min-width: 0;
}

.our-store__slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}

/* Rayitas de paginación centradas bajo las imágenes (Figma) */
.our-store__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0.25rem 0 0 0;
  width: 100%;
}

.our-store__progress {
  /* Contenedor: una rayita (segmento) por “página” alimentado por JS */
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 6px;
  width: 100%;
  max-width: 14rem;
  min-height: 4px;
  height: 4px;
  margin: 0 auto;
  background: none;
  overflow: visible;
}

.our-store__progress-dot {
  flex: 1 1 12px;
  min-width: 12px;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
  max-width: 40px;
}

.our-store__progress-dot--active {
  background-color: #008A1D !important;
  /* asegurar trazo verde aun con otros resets */
}

@media (min-width: 768px) {
  .our-store__nav--arrows .our-store__count {
    /* En desktop el contador va solo en móvil, junto a las flechas en la fila CTA. */
    display: none;
  }
}

.our-store__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  padding: 0.9rem 1.75rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 40px;
  font-size: 15px;
  font-family: "HelveticaNeueBold";
}

@media (min-width: 768px) {
  .our-store__title {
    width: auto;
  }

  .our-store__progress {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .our-store {
    padding: 2rem 0;
  }

  .our-store__cta-bar {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 0.5rem;
    margin-bottom: 0;
    gap: 1.25rem;
  }

  /* Fila: flechas + 1/4, luego CTA ancho completo */
  .our-store__nav--arrows {
    flex-shrink: 0;
    order: 0;
    align-self: center;
    justify-content: center;
  }

  .our-store__cta-wrap {
    order: 1;
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
  }

  .our-store__cta {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
#results-map .mapboxgl-marker {
  transition: none !important;
  animation: none !important;
}
#results-map .mapbox-result-marker {
  position: relative;
  width: 34px;
  height: 42px;
  cursor: pointer;
  transition: none !important;
  animation: none !important;
}
#results-map .mapbox-result-marker .mapbox-result-marker__svg {
  display: block;
  width: 100%;
  height: 100%;
}
#results-map .mapbox-result-marker .mapbox-result-marker__index {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translateX(-50%);
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 16px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  min-width: 1.15em;
}
#results-map .mapbox-result-marker:focus-visible {
  outline: 2px solid #2D6DCC;
  outline-offset: 3px;
}
#results-map .mapbox-cluster-marker {
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: none !important;
  animation: none !important;
  touch-action: manipulation;
}
@media (max-width: 990px) {
  #results-map .mapbox-cluster-marker {
    width: 40px;
    height: 40px;
  }
}
#results-map .mapbox-cluster-marker .mapbox-cluster-marker__pie {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.28));
}
#results-map .mapbox-cluster-marker .mapbox-cluster-marker__count {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 14px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  min-width: 1.2em;
}
@media (max-width: 990px) {
  #results-map .mapbox-cluster-marker .mapbox-cluster-marker__count {
    font-size: 13px;
  }
}
#results-map .mapbox-cluster-marker:focus-visible {
  outline: 2px solid #2D6DCC;
  outline-offset: 3px;
  border-radius: 50%;
}
#results-map .mapboxgl-ctrl-bottom-left,
#results-map .mapboxgl-ctrl-top-right {
  z-index: 1;
}
#results-map .mapboxgl-ctrl-bottom-left,
#results-map .mapboxgl-ctrl-attrib {
  display: none;
}
#results-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 12px 18px 0 0;
}
#results-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 20px 15px 0;
}
#results-map .mapboxgl-ctrl-zoom-in:focus,
#results-map .mapboxgl-ctrl-zoom-out:focus {
  outline: 2px solid #2D6DCC !important;
  outline-offset: -2px !important;
  box-shadow: none;
}
#results-map .mapboxgl-ctrl-icon {
  outline: none !important;
}
#results-map .mapboxgl-popup .mapboxgl-popup-tip {
  border-bottom-color: #D14200;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content {
  text-align: left;
  font-family: "HelveticaNeueBold";
  border: 2px solid #D14200;
  border-radius: 14px;
  width: 210px;
  padding: 15px 30px 15px 20px;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle {
  max-width: 142px;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle p, #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle a {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  text-decoration: none;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .street {
  margin-top: 5px;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .street,
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .open,
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .hourly {
  font-family: "HelveticaNeueRegular";
  line-height: 14px;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .open {
  color: #D14200;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  position: absolute;
  right: 8px;
  top: 7px;
  cursor: pointer;
  background-color: transparent;
  font-size: 22px;
  padding: 0 0 4px 0;
  height: 16px;
  width: 16px;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: unset;
}

.covalco-404 {
  width: 100%;
}
.covalco-404 .location-search-covalco h1 {
  margin: 0 0 20px 0;
}
.covalco-404 .location-search-covalco .text-container {
  max-width: 525px;
  margin: auto;
}
.covalco-404 .location-search-covalco .text-container h1 {
  margin: 0 0 1rem 0;
}
.covalco-404 .location-search-covalco .text-container p {
  margin: 0 0 3rem 0;
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
  text-transform: initial;
}
.covalco-404 .covalco-directory__header {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .covalco-404 {
    padding-bottom: 3rem;
  }
  .covalco-404 .location-search-covalco .text-container p {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 480px) {
  .covalco-404 .location-search-covalco {
    height: initial;
  }
}

.location-city-section-covalco {
  color: #040404;
}
.location-city-section-covalco .stores-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 41px;
  margin-bottom: 40px;
}
.location-city-section-covalco .stores-container .gtm-store {
  font-family: "HelveticaNeueRegular";
  font-size: 16px;
  line-height: 28px;
}
.location-city-section-covalco .stores-container .gtm-store .name {
  font-family: "HelveticaNeueBold";
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}
.location-city-section-covalco .stores-container .gtm-store .address {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}
.location-city-section-covalco .stores-container .gtm-store .phone {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .location-city-section-covalco .stores-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .location-city-section-covalco .stores-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .location-city-section-covalco .stores-container {
    grid-template-columns: 1fr;
  }
}

.u-brand-filter-hidden {
  display: none !important;
}

[class*=location-results-section-] {
  color: #303133;
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
  line-height: 130%;
}
[class*=location-results-section-] .results-container {
  margin-bottom: 100px;
  height: 700px;
  margin-top: 32px;
  height: 100%;
}
@media (max-width: 991px) {
  [class*=location-results-section-] .results-container {
    margin-bottom: 80px;
    margin-top: 40px;
  }
}
[class*=location-results-section-] .results-container h1 {
  font-family: "HelveticaNeueBold";
}
@media (max-width: 991px) {
  [class*=location-results-section-] .results-container h1 {
    text-align: center;
    margin-bottom: 32px;
  }
}
[class*=location-results-section-] .results-container .d-flex > div {
  width: 100%;
}
[class*=location-results-section-] .results-container .results-column {
  margin-right: 30px;
  border-top: 2px solid #777;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  [class*=location-results-section-] .results-container .results-column {
    border-top: none;
  }
}
[class*=location-results-section-] .results-container .results-header {
  margin-bottom: 5px;
  padding-right: 10px;
}
[class*=location-results-section-] .results-container .results-header h4 {
  font-family: "HelveticaNeueBold";
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
[class*=location-results-section-] .results-container .accordionMap .accordion-button:not(.collapsed) {
  color: initial;
  background-color: initial;
  box-shadow: none;
}
[class*=location-results-section-] .results-container .accordionMap__trigger.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  height: auto;
  min-height: 30px;
  margin-bottom: 16px;
}
[class*=location-results-section-] .results-container .accordionMap__title {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  font-family: "HelveticaNeueBold";
}
[class*=location-results-section-] .results-container .accordionMap__arrows {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
[class*=location-results-section-] .results-container .filter-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
[class*=location-results-section-] .results-container .showing-text {
  color: #303133;
  border-bottom: 2px solid #777;
  font-size: 16px;
  padding-bottom: 12px;
  line-height: 130%;
}
[class*=location-results-section-] .results-container .location-results-columns {
  margin: 0;
  padding: 0;
  border-top: 0;
  box-sizing: border-box;
}
[class*=location-results-section-] .results-container .map-column {
  border-top: 2px solid transparent;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  [class*=location-results-section-] .results-container .location-results-columns.d-flex {
    align-items: flex-start;
  }
}
[class*=location-results-section-] .results-container .location-results-toolbar {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 0 0;
  border-bottom: 0;
  padding: 0 0 2mod0px 0;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 12px;
}
@media (min-width: 992px) {
  [class*=location-results-section-] .results-container .location-results-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 30px;
    row-gap: 0;
    align-items: center;
  }
}
[class*=location-results-section-] .results-container .location-results-toolbar__count {
  margin: 0;
  padding: 0;
  border: 0 !important;
  box-shadow: none;
  font-family: "HelveticaNeueBold";
  color: #303133;
  font-size: 16px;
  line-height: 1.3;
  min-width: 0;
}
@media (min-width: 992px) {
  [class*=location-results-section-] .results-container .location-results-toolbar__count {
    justify-self: start;
  }
  [class*=location-results-section-] .results-container .location-results-toolbar > .covalco-results__brand-filter {
    justify-self: end;
    align-self: center;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  [class*=location-results-section-] .results-container .location-results-toolbar__count {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
  }
  [class*=location-results-section-] .results-container .location-results-toolbar > .covalco-results__brand-filter {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
[class*=location-results-section-] .results-container .map-column .map-with-brand-legend,
[class*=location-results-section-] .results-container .map-with-brand-legend {
  margin-top: 0;
}
[class*=location-results-section-] .results-container .results-block {
  padding-right: 32px;
}
@media (max-width: 991px) {
  [class*=location-results-section-] .results-container .results-block {
    padding-right: 0;
  }
}
[class*=location-results-section-] .results-container .results-block .store {
  width: 100%;
  border-bottom: 1px solid #777;
  padding: 32px 0;
}
[class*=location-results-section-] .results-container .results-block .store .title {
  white-space: initial;
  margin-bottom: 10px;
}
[class*=location-results-section-] .results-container .results-block .store .title div:nth-child(1) {
  position: relative;
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 14px;
  line-height: 1;
  text-align: center;
  width: 34px;
  height: 42px;
  flex-shrink: 0;
}
[class*=location-results-section-] .results-container .results-block .store .title div:nth-child(1) img {
  width: 32px;
  height: 44px;
}
[class*=location-results-section-] .results-container .results-block .store .title div:nth-child(1) svg {
  display: block;
}
[class*=location-results-section-] .results-container .results-block .store .title div:nth-child(1) span {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
}
[class*=location-results-section-] .results-container .results-block .store .title div:nth-child(2) {
  display: flex;
  align-items: center;
  margin-left: 24px;
  font-family: "HelveticaNeueBold";
  font-size: 24px;
  line-height: 22px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  [class*=location-results-section-] .results-container .results-block .store .title div:nth-child(2) {
    margin-left: 12px;
  }
}
[class*=location-results-section-] .results-container .results-block .store .title div:nth-child(2) a {
  color: #303133;
  text-decoration: none;
}
[class*=location-results-section-] .results-container .results-block .store .title div:nth-child(2) a:hover {
  text-decoration: underline;
}
[class*=location-results-section-] .results-container .results-block .store .title div:nth-child(3) {
  width: 70px;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  white-space: nowrap;
  color: #777;
}
@media (max-width: 768px) {
  [class*=location-results-section-] .results-container .results-block .store .title div:nth-child(3) {
    font-size: 14px;
  }
}
[class*=location-results-section-] .results-container .results-block .store .content {
  padding-left: 56px;
}
@media (max-width: 991px) {
  [class*=location-results-section-] .results-container .results-block .store .content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  [class*=location-results-section-] .results-container .results-block .store .content {
    font-size: 16px;
  }
}
[class*=location-results-section-] .results-container .results-block .store .hours {
  margin-top: 5px;
  margin-bottom: 15px;
}
[class*=location-results-section-] .results-container .results-block .store .hours strong {
  font-family: "HelveticaNeueBold";
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion {
  padding-bottom: 12px;
  padding-left: 5px;
  border-bottom: 1px solid #777;
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
}
@media (max-width: 768px) {
  [class*=location-results-section-] .results-container .results-block .store .store-hours-accordion {
    font-size: 16px;
  }
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header .hours-header-left {
  flex-shrink: 0;
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header .hours-header-left .store-status {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 0;
  font-weight: bold;
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header .hours-header-left .store-status .status-text {
  padding-left: 8px;
}
@media (max-width: 768px) {
  [class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header .hours-header-left .store-status {
    font-size: 16px;
  }
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header .hours-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: flex-end;
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header .hours-header-right .today-hours {
  font-size: 18px;
  line-height: 130%;
  color: #303133;
}
@media (max-width: 768px) {
  [class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header .hours-header-right .today-hours {
    font-size: 16px;
  }
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header .hours-header-right .mob-arrow-up-hours {
  display: none;
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header .hours-header-right .mob-arrow-down-hours {
  display: inline;
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header:not(.collapsed) .hours-header-right .mob-arrow-up-hours {
  display: inline;
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header:not(.collapsed) .hours-header-right .mob-arrow-down-hours {
  display: none;
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-list {
  margin-top: 16px;
  padding-left: 18px;
  color: #303133;
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-list .hours-row {
  display: flex;
  justify-content: space-between;
  line-height: 32px;
  padding-right: 30px;
}
[class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-list .hours-row .day-hours {
  text-align: right;
}
[class*=location-results-section-] .results-container .results-block .store .buttons {
  margin: 14px 0;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
[class*=location-results-section-] .results-container .results-block .store .buttons .store-phone {
  color: #008A1D;
  text-decoration: none;
}
[class*=location-results-section-] .results-container .results-block .store .buttons .store-phone img {
  margin-right: 6px;
}
[class*=location-results-section-] .results-container .results-block .store .buttons [id^=orderPickup] .accordion-body,
[class*=location-results-section-] .results-container .results-block .store .buttons [id^=orderDelivery] .accordion-body {
  background-color: #FFF;
  box-shadow: 0 2px 6px 1px #c1bebe80;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
[class*=location-results-section-] .results-container .results-block .store .buttons [id^=orderPickup] .accordion-body img,
[class*=location-results-section-] .results-container .results-block .store .buttons [id^=orderDelivery] .accordion-body img {
  width: 100%;
}
[class*=location-results-section-] .results-container .results-block .store .buttons [id^=orderPickup] .accordion-body > div,
[class*=location-results-section-] .results-container .results-block .store .buttons [id^=orderDelivery] .accordion-body > div {
  margin-bottom: 0;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #303133;
}
[class*=location-results-section-] .results-container .results-block .store .buttons [id^=orderPickup] .accordion-body > div:last-of-type,
[class*=location-results-section-] .results-container .results-block .store .buttons [id^=orderDelivery] .accordion-body > div:last-of-type {
  border-bottom: 0 none;
}
[class*=location-results-section-] .results-container .results-block .store .actions {
  display: flex;
  gap: 24px;
  padding-top: 32px;
}
@media (max-width: 768px) {
  [class*=location-results-section-] .results-container .results-block .store .actions {
    flex-direction: column;
  }
}
[class*=location-results-section-] .results-container .results-block .store .actions a {
  width: 100%;
}
[class*=location-results-section-] .results-container .results-block .store .actions .store-details {
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "HelveticaNeueBold";
  color: #008A1D;
  font-size: 15px;
  letter-spacing: 5%;
}
[class*=location-results-section-] .results-container .results-block .store .actions .store-details:hover {
  text-decoration: none;
}
[class*=location-results-section-] .results-container .distance-filter {
  align-self: flex-end;
}
[class*=location-results-section-] .results-container .distance-filter .selectWrapper {
  position: relative;
}
[class*=location-results-section-] .results-container .distance-filter .selectWrapper:before {
  content: "";
  right: 5px;
  top: -7px;
  width: 30px;
  height: 33px;
  background: transparent;
  position: absolute;
  pointer-events: none;
  display: block;
}
[class*=location-results-section-] .results-container .distance-filter .selectWrapper:after {
  content: "";
  background-image: url(/content/icons/covalco/chevron-down.svg?v=AsK6sCKf_a5OZtnJhG7afmB84Rg);
  background-size: contain;
  height: 16px;
  width: 13px;
  right: 9px;
  top: 12px;
  position: absolute;
  pointer-events: none;
}
[class*=location-results-section-] .results-container .distance-filter .selectWrapper select {
  padding-left: 12px;
  padding-top: 2px;
  width: 112px;
  height: 40px;
  font-size: 16px;
  background: #fff;
  color: #000;
  border: 1px solid #979797;
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}
[class*=location-results-section-] .results-container #results-map {
  height: 700px;
  width: 100%;
}
[class*=location-results-section-] .results-container #results-map .mapbox-result-marker {
  position: relative;
  width: 34px;
  height: 42px;
  cursor: pointer;
}
[class*=location-results-section-] .results-container #results-map .mapbox-result-marker .mapbox-result-marker__svg {
  display: block;
  width: 100%;
  height: 100%;
}
[class*=location-results-section-] .results-container #results-map .mapbox-result-marker .mapbox-result-marker__index {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translateX(-50%);
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 16px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  min-width: 1.15em;
}
[class*=location-results-section-] .results-container .search-block .search-inputs .search-text:first-of-type {
  margin-top: 0;
}
[class*=location-results-section-] .no-results .hide-when-0-results {
  display: none !important;
}
[class*=location-results-section-] .no-results .map-column {
  display: none;
}
[class*=location-results-section-] .no-results .distance-filter {
  align-self: initial;
  border-top: none;
}
[class*=location-results-section-] .no-results .filter-block {
  flex-direction: column;
}
[class*=location-results-section-] .no-results .results-header {
  border-bottom: none;
}
@media (max-width: 1200px) {
  [class*=location-results-section-] .results-container .filter-block {
    flex-direction: column;
  }
  [class*=location-results-section-] .results-container .distance-filter {
    align-self: initial;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  [class*=location-results-section-] .results-container .results-block {
    height: 572px;
  }
}
@media (max-width: 991px) {
  [class*=location-results-section-] .breadCrumbs {
    padding-right: 20px;
    padding-left: 20px;
  }
  [class*=location-results-section-] .results-container {
    height: auto;
  }
  [class*=location-results-section-] .results-container .results-header {
    margin-bottom: 0;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
    padding-right: 0;
  }
  [class*=location-results-section-] .results-container .accordionMap .covalco-btn {
    padding: 0 5px;
  }
  [class*=location-results-section-] .results-container .accordionMap .covalco-btn.chevronBlack::after {
    right: 5px;
  }
  [class*=location-results-section-] .results-container .accordionMap h6 {
    font-size: 18px;
    line-height: 28px;
    font-family: "HelveticaNeueBold";
    text-transform: uppercase;
    margin: 0;
  }
  [class*=location-results-section-] .results-container .results-block {
    height: auto;
    max-height: none;
    padding-right: 15px;
    overflow: visible;
    overflow-y: visible;
    padding: 0;
  }
  [class*=location-results-section-] .results-container .results-block .store {
    border-top: 0;
    border-bottom: 1px solid #777;
    padding: 0 0 30px 0;
  }
  [class*=location-results-section-] .results-container .results-block .store.gtm-store.location-item {
    border: 1px solid #DDD;
    border-radius: 8px;
    padding: 16px 12px 32px;
    margin: 32px 0;
  }
  [class*=location-results-section-] .results-container .results-block .store .title {
    white-space: unset;
    margin-bottom: 16px;
  }
  [class*=location-results-section-] .results-container .results-block .store .title div:nth-child(1) {
    font-size: 14px;
    line-height: unset;
    width: auto;
    height: auto;
  }
  [class*=location-results-section-] .results-container .results-block .store .title div:nth-child(1) img {
    width: 32px;
    height: 40px;
    margin-top: 10px;
  }
  [class*=location-results-section-] .results-container .results-block .store .title div:nth-child(1) span {
    top: 55%;
  }
  [class*=location-results-section-] .results-container .results-block .store .title div:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
  }
  [class*=location-results-section-] .results-container .results-block .store .title div:nth-child(3) {
    width: auto;
    line-height: 20px;
    text-align: center;
    flex-shrink: unset;
    margin-top: 4px;
  }
  [class*=location-results-section-] .results-container .results-block .store .buttons > div.wrapperButton,
[class*=location-results-section-] .results-container .results-block .store .buttons > a {
    width: 100%;
    margin-right: 0;
  }
  [class*=location-results-section-] .results-container .results-block .store .buttons a.chevronWhite, [class*=location-results-section-] .results-container .results-block .store .buttons a.chevronBlack {
    padding-left: 0;
    justify-content: center;
  }
  [class*=location-results-section-] .results-container .results-block .store .store-hours-accordion {
    padding-left: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  [class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header.accordion-button {
    height: auto;
    min-height: 0;
    line-height: 1.3;
    overflow: visible;
  }
  [class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  [class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header-left {
    width: 100%;
  }
  [class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header-right {
    width: 100%;
    flex: 0 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  [class*=location-results-section-] .results-container .results-block .store .store-hours-accordion .hours-header-right .today-hours {
    flex: 0 1 auto;
    text-align: left;
  }
  [class*=location-results-section-] .results-container .results-block .store .actions {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #777;
    align-items: center;
  }
  [class*=location-results-section-] .results-container .results-block .store .actions .store-details {
    justify-content: center;
    text-align: center;
  }
  [class*=location-results-section-] .results-container .distance-filter {
    border-top: 2px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .selectWrapper [class*=location-results-section-] .results-container .distance-filter:after {
    content: "";
    background-image: url(/content/icons/covalco/arrowsSelect.jpg?v=9cChzi4MerqO--kC5WlhY8Eab9U);
    height: 16px;
    width: 13px;
    right: 9px;
    top: 12px;
  }
  [class*=location-results-section-] .results-container #results-map {
    margin-left: 0;
    max-height: 350px;
    height: 100vw;
  }
  [class*=location-results-section-] .results-container #results-map.collapse {
    display: none;
  }
  [class*=location-results-section-] .results-container #results-map.collapse.show,
[class*=location-results-section-] .results-container #results-map.collapse.show.collapsing {
    display: block;
  }
  [class*=location-results-section-] .results-container .search-block {
    border-top: 0 none;
    border-bottom: 0 none;
    padding: 20px !important;
  }
  [class*=location-results-section-] .results-container .search-block .search-inputs .search-text {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  [class*=location-results-section-] .results-container .search-block span {
    margin: 0;
  }
  [class*=location-results-section-] .view-more-container {
    display: flex;
    justify-content: center;
  }
  [class*=location-results-section-] .view-more-container .view-more-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #008A1D;
    text-transform: uppercase;
    font-family: "HelveticaNeueBold";
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
    justify-content: center;
  }
  [class*=location-results-section-] .view-more-container .view-more-link:hover {
    text-decoration: none;
  }
  [class*=location-results-section-] .view-more-container .view-more-link svg {
    flex-shrink: 0;
  }
  [class*=location-results-section-] .no-results .map-column {
    display: block;
  }
}
@media (max-width: 380px) {
  [class*=location-results-section-] .results-container .search-block .search-inputs #search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  [class*=location-results-section-] .results-container .search-block .search-inputs .covalco-btn.current-location {
    padding: 10px 0px 10px 0px;
    font-size: 14px;
    line-height: unset;
    justify-content: center;
    align-items: center;
  }
  [class*=location-results-section-] .results-container .search-block span {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  [class*=location-results-section-] .results-container .search-block .search-inputs .covalco-btn.current-location {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .location-state-page__search-banner {
    display: none;
  }

  .location-results__mobile-search-anchor {
    width: 100%;
    margin: -40px 0 80px 0;
  }

  #search-form.location-city-mobile-search .search-inputs > .mob-only {
    display: none !important;
  }

  #search-form.location-city-mobile-search .search-inputs .desk-only {
    display: block !important;
  }

  #search-form.location-city-mobile-search .search-inputs .desk-only.active .search-text:first-of-type {
    display: block;
  }

  #search-form.location-city-mobile-search .search-inputs .closeOption {
    display: none !important;
  }

  #search-form.location-city-mobile-search .search-location {
    width: 64px !important;
    min-width: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #search-form.location-city-mobile-search .search-location__label {
    display: none;
  }

  #search-form.location-city-mobile-search .search-location__icon {
    display: block;
    width: 22px;
    height: 22px;
  }
}
.map-with-brand-legend {
  position: relative;
  width: 100%;
  min-height: 0;
  box-sizing: border-box;
  overflow: visible;
}
.map-with-brand-legend #results-map {
  position: relative;
  z-index: 1;
  min-height: 220px;
}

.map-brand-legend-stack {
  width: 100%;
  z-index: 2;
}

.map-brand-legend__toggle-text {
  flex: 1 1 auto;
  min-width: 0;
}

.map-brand-legend {
  position: relative;
  box-sizing: border-box;
  display: grid;
  align-content: start;
  grid-template-columns: repeat(4, minmax(min-content, 1fr));
  row-gap: 6px;
  column-gap: 12px;
  padding: 10px 16px 12px 16px;
  margin: 0;
  background: #FFF;
  font-family: "HelveticaNeueRegular";
  font-size: 14px;
  line-height: 1.25;
  color: #303133;
  pointer-events: auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.map-brand-legend__row {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: min-content;
}

.map-brand-legend__swatch {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.map-brand-legend__name {
  flex: 0 1 auto;
  white-space: nowrap;
  line-height: 1.2;
  overflow: visible;
}

@media (min-width: 992px) {
  .map-brand-legend-stack {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: auto;
    max-width: min(calc(100% - 20px), 900px);
    pointer-events: auto;
  }

  .map-brand-legend__toggle {
    display: none !important;
  }

  .map-brand-legend__collapse.collapse {
    display: block !important;
    height: auto !important;
  }

  .map-brand-legend__collapse.collapsing {
    height: auto !important;
    transition: none !important;
  }

  .map-brand-legend {
    width: auto;
    max-width: 100%;
    max-height: min(220px, 40vh);
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 991px) {
  .map-with-brand-legend {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #F7F7F7;
  }
  .map-with-brand-legend #results-map {
    width: 100%;
    min-height: 200px;
    border: 1px solid #DDD;
  }

  .map-brand-legend-stack {
    position: absolute;
    z-index: 2;
    left: 12px;
    right: auto;
    bottom: 12px;
    width: min(70%, calc(100% - 24px));
    max-width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .map-brand-legend__collapse {
    min-height: 0;
  }

  .map-brand-legend__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin: 0;
    padding: 8px 16px;
    border: 0;
    border-top: 0;
    background: #FFF;
    font-family: "HelveticaNeueBold";
    font-size: 12px;
    line-height: 130%;
    color: #303133;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
    -webkit-tap-highlight-color: transparent;
  }
  .map-brand-legend__toggle .map-brand-legend__chevron {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    opacity: 0.6;
    background: url(/content/icons/covalco/chevron-down.svg?v=AsK6sCKf_a5OZtnJhG7afmB84Rg) center/contain no-repeat;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
  }
  .map-brand-legend__toggle.collapsed .map-brand-legend__chevron {
    transform: rotate(0deg);
  }

  .map-brand-legend {
    width: 100%;
    grid-template-columns: repeat(2, minmax(min-content, 1fr));
    font-size: 12px;
    padding: 8px 12px 10px 12px;
    row-gap: 6px;
    column-gap: 10px;
    max-height: min(50vh, 200px);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }
  .map-brand-legend .map-brand-legend__name {
    white-space: normal;
    word-wrap: break-word;
  }
}
@media (max-width: 991px) {
  [class*=location-results-section-] #locationResultsPartial {
    max-height: none;
    overflow: visible;
  }

  [class*=location-results-section-] .location-item.store.hidden-location {
    display: none !important;
  }
}
@media (min-width: 991px) {
  [class*=location-results-section-] .results-container .results-block.scroll {
    max-height: 700px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.location-search-covalco {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #FFF;
  font-family: "HelveticaNeueBold";
}
.location-search-covalco h1 {
  margin: 0 0 35px 0;
}
.location-search-covalco .search-inputs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.location-search-covalco .search-inputs .current-location {
  width: 304px;
}
.location-search-covalco .search-inputs .current-location img {
  width: 24px;
  margin-right: 10px;
}
.location-search-covalco .search-inputs span {
  font-family: "HelveticaNeueBold";
  font-size: 16px;
  line-height: 22px;
}
.location-search-covalco .search-inputs .inputs-container {
  position: relative;
}
.location-search-covalco .search-inputs .inputs-container .search-location {
  width: 140px;
}
.location-search-covalco .search-inputs .inputs-container .covalco-input {
  width: 340px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.location-search-covalco .search-inputs .inputs-container .error-search {
  position: absolute;
  top: calc(100% + 5px);
  left: 20px;
  font-family: "HelveticaNeueBold";
  font-size: 18px;
  color: #F14D00;
  font-style: italic;
}
@media (max-width: 991px) {
  .location-search-covalco {
    height: 100%;
    padding: 24px 12px;
  }
  .location-search-covalco .search-inputs {
    gap: 10px;
    flex-direction: column;
  }
  .location-search-covalco .search-inputs .current-location {
    width: 325px;
  }
  .location-search-covalco .search-inputs .inputs-container .covalco-input {
    width: 220px;
  }
}
@media (max-width: 480px) {
  .location-search-covalco {
    padding: 24px;
  }
  .location-search-covalco .container {
    padding: 0;
  }
  .location-search-covalco h1 {
    margin: 0 0 20px 0;
  }
  .location-search-covalco .search-inputs {
    margin-top: 20px;
  }
  .location-search-covalco .search-inputs .current-location {
    width: 100%;
    padding: 15px 10px;
  }
  .location-search-covalco .search-inputs .current-location img {
    width: 24px;
    margin-right: 10px;
  }
  .location-search-covalco .search-inputs .or-block {
    padding-top: 9px;
    height: 40px;
  }
  .location-search-covalco .search-inputs .or-block span {
    font-family: "HelveticaNeueBold";
    font-size: 14px;
    line-height: 22px;
  }
  .location-search-covalco .search-inputs .inputs-container {
    width: 100%;
  }
  .location-search-covalco .search-inputs .inputs-container .covalco-input {
    width: 100%;
    border: none;
  }
}

.location-state-section-covalco {
  color: #303133;
}
@media (max-width: 768px) {
  .location-state-section-covalco {
    margin: 0;
  }
}
.location-state-section-covalco .city-container {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .location-state-section-covalco .city-container {
    margin-bottom: 80px;
  }
}
.location-state-section-covalco .title {
  margin-bottom: 40px;
}
.location-state-section-covalco .title h2 {
  font-family: "HelveticaNeueBold";
}
.location-state-section-covalco .city-container p {
  font-family: "HelveticaNeueBold";
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 28px;
  text-transform: uppercase;
}
.location-state-section-covalco .cities-block {
  margin-bottom: 48px;
  --bs-gutter-x: 0;
}
@media (max-width: 768px) {
  .location-state-section-covalco .cities-block {
    margin-bottom: 40px;
  }
}
.location-state-section-covalco .cities-block .alphabet-title {
  color: #303133;
  font-family: "HelveticaNeueBold";
  font-size: 20px;
  line-height: 120%;
  width: 100%;
  border-bottom: 1px solid #777;
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
  padding: 0;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .location-state-section-covalco .cities-block .alphabet-title {
    padding-bottom: 12px;
  }
}
.location-state-section-covalco .cities-block .city-name {
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
  line-height: 130%;
  padding-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .location-state-section-covalco .cities-block .city-name {
    padding-top: 16px;
  }
}
.location-state-section-covalco .cities-block .city-name a {
  color: #008A1D;
  text-decoration: none;
}
.location-state-section-covalco .cities-block .city-name a:hover {
  text-decoration: underline;
}

/* Breadcrumbs: .container. Hero: ancho main. Resultados: .container en LocationResults (sin anular su padding en _results). */
.state-page .location-state-page__list-filter-hero .list-filter-hero {
  border-radius: 0;
}
.state-page .location-state-page__list-filter-hero .list-filter-hero .background {
  border-radius: 0;
}
.state-page .location-state-page__list-filter-hero .list-filter-hero h1 {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
@media (max-width: 991px) {
  .state-page .location-state-page__list-filter-hero .list-filter-hero {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px;
    padding: 36px 12px;
    border-radius: 0;
    text-align: left;
    box-sizing: border-box;
  }
  .state-page .location-state-page__list-filter-hero .list-filter-hero .hero-container {
    max-width: 100%;
    text-align: center;
  }
  .state-page .location-state-page__list-filter-hero .list-filter-hero .filter-block {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .state-page .location-state-page__list-filter-hero .list-filter-hero .filter-block .filter-component {
    width: 100%;
  }
  .state-page .location-state-page__list-filter-hero .list-filter-hero .filter-block .clear-block {
    width: 100%;
    text-align: center;
  }
}

.location-stores-section-covalco {
  width: 100%;
  text-align: center;
  color: #303133;
  /* Location detail (LocationInfo) — store page layout */
}
.location-stores-section-covalco h1 {
  width: 100%;
  height: 100%;
  text-align: left;
  color: #303133;
  font-family: "HelveticaNeueBold";
  text-transform: uppercase;
  margin: 2.25rem auto 0.5rem auto;
}
.location-stores-section-covalco .heading h2 {
  text-transform: uppercase;
  font-family: "HelveticaNeueBold";
  line-height: 46px;
}
.location-stores-section-covalco .heading p {
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
  line-height: 28px;
}
.location-stores-section-covalco .contact-data {
  margin-bottom: 3rem;
}
.location-stores-section-covalco .contact-data .main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 24px;
}
.location-stores-section-covalco .contact-data .main p {
  text-align: left;
}
.location-stores-section-covalco .contact-data .main .buttons {
  text-transform: uppercase;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.location-stores-section-covalco .contact-data .main .buttons > div.wrapperButton,
.location-stores-section-covalco .contact-data .main .buttons > a {
  width: 100%;
}
.location-stores-section-covalco .contact-data .main .buttons a {
  text-decoration: none;
}
.location-stores-section-covalco .contact-data .main .buttons a .covalco-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 18px;
  font-family: "HelveticaNeueBold";
}
.location-stores-section-covalco .contact-data .main .buttons a .covalco-btn.phone {
  background-image: url(../../../content/icons/covalco/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  width: 22px;
  height: 22px;
}
.location-stores-section-covalco .contact-data .main .buttons a .covalco-btn:hover .phone {
  background-image: url(../../../content/icons/covalco/phone-white.svg);
}
.location-stores-section-covalco .contact-data .main .buttons a.chevronWhite {
  padding-left: 40px;
}
.location-stores-section-covalco .contact-data .main .buttons a.chevronWhite::after {
  right: 17px;
}
.location-stores-section-covalco .contact-data .main .buttons a.chevronBlack {
  padding-left: 35px;
}
.location-stores-section-covalco .contact-data .main .buttons [id^=orderPickup] .accordion-body,
.location-stores-section-covalco .contact-data .main .buttons [id^=orderDelivery] .accordion-body {
  background-color: #FFF;
  box-shadow: 0 2px 6px 1px #c1bebe80;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.location-stores-section-covalco .contact-data .main .buttons [id^=orderPickup] .accordion-body img,
.location-stores-section-covalco .contact-data .main .buttons [id^=orderDelivery] .accordion-body img {
  width: 100%;
}
.location-stores-section-covalco .contact-data .main .buttons [id^=orderPickup] .accordion-body > div,
.location-stores-section-covalco .contact-data .main .buttons [id^=orderDelivery] .accordion-body > div {
  margin-bottom: 0;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #F7F7F7;
}
.location-stores-section-covalco .contact-data .main .buttons [id^=orderPickup] .accordion-body > div:last-of-type,
.location-stores-section-covalco .contact-data .main .buttons [id^=orderDelivery] .accordion-body > div:last-of-type {
  border-bottom: 0 none;
}
.location-stores-section-covalco .contact-data .main .directions {
  text-align: left;
}
.location-stores-section-covalco .contact-data .main .directions a {
  font-weight: bold;
}
.location-stores-section-covalco .contact-data .main .global-message {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
  width: 100%;
  height: auto;
  background-color: #DFEF95;
  border: 1px solid #C4D600;
  font-size: 16px;
  text-align: left;
}
.location-stores-section-covalco .contact-data .main .global-message .icon {
  font-size: 20px;
}
.location-stores-section-covalco .contact-data .main .global-message .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.location-stores-section-covalco .contact-data .main .global-message .text .title {
  font-weight: bold;
}
.location-stores-section-covalco .contact-data .hours {
  border-left: 2px solid #F7F7F7;
  border-right: 2px solid #F7F7F7;
  padding: 0 24px;
  text-align: left;
}
.location-stores-section-covalco .contact-data .hours p, .location-stores-section-covalco .contact-data .hours p a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: "HelveticaNeueBold";
  text-transform: uppercase;
}
.location-stores-section-covalco .contact-data .hours p.specialHours, .location-stores-section-covalco .contact-data .hours p a.specialHours {
  margin-top: 15px;
}
.location-stores-section-covalco .contact-data .hours #restoHoursTitle .covalco-btn {
  font-size: 18px;
}
.location-stores-section-covalco .contact-data .hours #restoHours {
  font-family: "HelveticaNeueRegular";
  white-space: nowrap;
  font-size: 18px;
  padding: 0 54px;
}
.location-stores-section-covalco .contact-data .hours #restoHours.collapse {
  display: block;
}
.location-stores-section-covalco .contact-data .hours #restoHours .row.active {
  color: #D14200;
  font-family: "HelveticaNeueBold";
}
.location-stores-section-covalco .contact-data .hours #restoHours .row.active > div:nth-child(2) {
  text-align: left;
}
.location-stores-section-covalco .contact-data .mapTitle {
  display: none;
  margin-top: 0;
  text-align: left;
}
.location-stores-section-covalco .contact-data .mapTitle a {
  line-height: 22px;
  font-family: "HelveticaNeueBold";
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}
.location-stores-section-covalco .contact-data .map {
  position: relative;
  padding-left: 24px;
}
.location-stores-section-covalco .contact-data .map #results-map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.location-stores-section-covalco .covalco-description {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  background-color: #F7F7F7;
  line-height: 28px;
  color: #303133;
}
.location-stores-section-covalco .covalco-description img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}
.location-stores-section-covalco .covalco-description .text-area span {
  font-size: 24px;
  font-family: "HelveticaNeueBold";
  text-align: left;
  margin: 0 auto 20px auto;
}
.location-stores-section-covalco .covalco-description .text-area p {
  font-size: 18px;
  font-family: "HelveticaNeueRegular";
}
.location-stores-section-covalco #results-map {
  height: 298px;
}
.location-stores-section-covalco #results-map .mapbox-result-marker {
  position: relative;
  width: 34px;
  height: 42px;
}
.location-stores-section-covalco #results-map .mapbox-result-marker .mapbox-result-marker__svg {
  display: block;
  width: 100%;
  height: 100%;
}
.location-stores-section-covalco #results-map .mapbox-result-marker .mapbox-result-marker__index {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translateX(-50%);
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 16px;
  line-height: 1;
  text-align: center;
  min-width: 1.15em;
}
@media (max-width: 1200px) {
  .location-stores-section-covalco .contact-data .main .buttons a.chevronWhite {
    padding-left: 0;
    justify-content: center;
  }
  .location-stores-section-covalco .contact-data .main .buttons a.chevronBlack {
    padding-left: 0;
    justify-content: center;
  }
  .location-stores-section-covalco .contact-data .hours #restoHours {
    padding: 0;
  }
  .location-stores-section-covalco .contact-data .map #results-map {
    left: 24px;
    width: calc(100% - 24px);
  }
}
@media (max-width: 991px) {
  .location-stores-section-covalco h1 {
    margin: 1.5rem auto;
  }
  .location-stores-section-covalco .heading p br {
    display: none;
  }
  .location-stores-section-covalco .contact-data {
    margin-bottom: 2rem;
  }
  .location-stores-section-covalco .contact-data .main {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 12px;
  }
  .location-stores-section-covalco .contact-data .main .buttons a.chevronWhite::after {
    right: 30px;
  }
  .location-stores-section-covalco .contact-data .main .directions {
    font-size: 18px;
  }
  .location-stores-section-covalco .contact-data .main .global-message {
    gap: 24px;
    padding: 24px;
  }
  .location-stores-section-covalco .contact-data .hours {
    width: 100%;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 12px;
    margin-bottom: 1em;
  }
  .location-stores-section-covalco .contact-data .hours p, .location-stores-section-covalco .contact-data .hours p a {
    margin: 0 0 0 0;
    font-size: 18px;
  }
  .location-stores-section-covalco .contact-data .hours p.specialHours, .location-stores-section-covalco .contact-data .hours p a.specialHours {
    margin: 25px 0 0 0;
  }
  .location-stores-section-covalco .contact-data .mapTitle {
    display: block;
  }
  .location-stores-section-covalco .contact-data .map {
    width: 100%;
    padding: 0;
    margin-top: 0;
    max-height: 300px;
  }
  .location-stores-section-covalco .contact-data .map #results-map {
    left: 0;
    width: 100%;
  }
  .location-stores-section-covalco .favorites-recipes .favorites-recipes-item {
    margin-bottom: 1.5rem;
  }
  .location-stores-section-covalco .favorites-recipes .favorites-recipes-item span {
    min-height: unset;
  }
  .location-stores-section-covalco .favorites-recipes .favorites-recipes-item p {
    min-height: unset;
    margin-bottom: 1rem;
  }
}
@media (max-width: 380px) {
  .location-stores-section-covalco .contact-data .hours #restoHours {
    font-size: 16px;
  }
}
.location-stores-section-covalco .location-info--detail {
  text-align: left;
  font-size: 18px;
  font-family: "HelveticaNeueRegular";
  /* override .location-stores-section-covalco h1 (100% height) for the store title */
  /* título + logo de marca a la derecha del nombre; el mapa queda solo en la otra columna */
}
.location-stores-section-covalco .location-info--detail h1.location-info__name, .location-stores-section-covalco .location-info--detail .location-info__primary h1 {
  width: 100%;
  max-width: 100%;
  font-weight: 700;
  height: auto;
  min-height: 0;
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail {
    font-size: 16px;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__name {
  text-align: left;
  margin: 0;
  text-transform: none;
}
.location-stores-section-covalco .location-info--detail .location-info__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.location-stores-section-covalco .location-info--detail .location-info__title-main {
  flex: 1 1 1rem;
  min-width: 0;
}
.location-stores-section-covalco .location-info--detail .location-info__title-row .location-info__brand-image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  max-width: 10rem;
}
.location-stores-section-covalco .location-info--detail .location-info__title-row .location-info__brand-image img {
  max-width: 100%;
  width: auto;
  max-height: 4.25rem;
  height: auto;
  object-fit: contain;
  object-position: 100% 50%;
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail .location-info__title-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .location-stores-section-covalco .location-info--detail .location-info__title-row .location-info__brand-image {
    order: -1;
    justify-content: flex-start;
    max-width: 8rem;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__code-line {
  font-size: 14px;
  font-family: "HelveticaNeueMedium";
  margin: 0 0 1rem 0;
  line-height: 130%;
}
.location-stores-section-covalco .location-info--detail .location-info__status-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 16px;
}
.location-stores-section-covalco .location-info--detail .location-info__status-row .store-status {
  font-size: 20px;
  font-family: "HelveticaNeueBold";
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail .location-info__status-row .store-status {
    font-size: 16px;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__reviews {
  flex: 0 0 auto;
  min-width: 0;
  margin-bottom: 24px;
}
.location-stores-section-covalco .location-info--detail .review-average-score {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  font-family: "HelveticaNeueRegular";
  line-height: 1.2;
}
.location-stores-section-covalco .location-info--detail .review-average-score__stars {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.location-stores-section-covalco .location-info--detail .review-average-score__value {
  font-family: "HelveticaNeueBold";
  font-size: 18px;
  line-height: 130%;
  color: #303133;
}
@media (max-width: 640px) {
  .location-stores-section-covalco .location-info--detail .review-average-score__value {
    font-size: 16px;
  }
}
.location-stores-section-covalco .location-info--detail .review-average-score__count {
  font-size: 16px;
  color: #777;
  line-height: 130%;
}
@media (max-width: 640px) {
  .location-stores-section-covalco .location-info--detail .review-average-score__count {
    font-size: 14px;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__subheading {
  font-size: 20px;
  font-family: "HelveticaNeueBold";
  margin: 1.25rem 0 0.5rem 0;
}
.location-stores-section-covalco .location-info--detail .location-info__address .location-info__label, .location-stores-section-covalco .location-info--detail .location-info__phone .location-info__label {
  font-family: "HelveticaNeueBold";
  font-size: 20px;
  margin-right: 0.25rem;
}
.location-stores-section-covalco .location-info--detail .location-info__phone-link {
  color: #008d00;
  font-weight: bold;
  text-decoration: none;
}
.location-stores-section-covalco .location-info--detail .location-info__phone-link:hover {
  text-decoration: underline;
}
.location-stores-section-covalco .location-info--detail .location-info__shop-services {
  margin-top: 1.5rem;
}
.location-stores-section-covalco .location-info--detail .location-info__shop-services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 0.5rem 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail .location-info__shop-services-list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__shop-services-item {
  font-size: 16px;
  line-height: 1.35;
  color: #000;
}
.location-stores-section-covalco .location-info--detail .location-info__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 3rem 0 0 0;
}
.location-stores-section-covalco .location-info--detail .location-info__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  color: #008A1D;
}
.location-stores-section-covalco .location-info--detail .location-info__social-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.location-stores-section-covalco .location-info--detail .location-info__social-link:hover {
  opacity: 0.9;
}
.location-stores-section-covalco .location-info--detail .location-info__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail .location-info__ctas {
    justify-content: center;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.location-stores-section-covalco .location-info--detail .location-info__nav-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../../../content/icons/covalco/arrow-white.svg) center/contain no-repeat;
  filter: brightness(0) invert(1);
}
.location-stores-section-covalco .location-info--detail .location-info__btn-ghost {
  color: #008A1D;
  font-family: "HelveticaNeueBold";
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  padding: 0.5rem 0;
  text-decoration: underline;
}
.location-stores-section-covalco .location-info--detail .location-info__btn-ghost:hover {
  text-decoration: none;
}
.location-stores-section-covalco .location-info--detail .location-info__primary {
  min-width: 0;
}
.location-stores-section-covalco .location-info--detail .location-info__hero {
  margin: 3rem 0 3rem;
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail .location-info__hero {
    margin: 0 0 5rem;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__mobile-search-anchor {
  width: 100%;
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail #search-form.location-info-mobile-search {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .location-stores-section-covalco .location-info--detail #search-form.location-info-mobile-search .search-block {
    border-top: 0;
    border-bottom: 0;
  }
  .location-stores-section-covalco .location-info--detail #search-form.location-info-mobile-search .search-inputs > .mob-only {
    display: none !important;
  }
  .location-stores-section-covalco .location-info--detail #search-form.location-info-mobile-search .search-inputs .desk-only {
    display: block !important;
  }
  .location-stores-section-covalco .location-info--detail #search-form.location-info-mobile-search .search-inputs .desk-only.active .search-text:first-of-type {
    display: block;
  }
  .location-stores-section-covalco .location-info--detail #search-form.location-info-mobile-search .search-inputs .closeOption {
    display: none !important;
  }
  .location-stores-section-covalco .location-info--detail #search-form.location-info-mobile-search .search-location {
    width: 64px !important;
    min-width: 64px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .location-stores-section-covalco .location-info--detail #search-form.location-info-mobile-search .search-location__label {
    display: none;
  }
  .location-stores-section-covalco .location-info--detail #search-form.location-info-mobile-search .search-location__icon {
    display: block;
    width: 22px;
    height: 22px;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__aside {
  min-width: 0;
}
.location-stores-section-covalco .location-info--detail .location-info__aside-inner {
  display: block;
  width: 100%;
}
.location-stores-section-covalco .location-info--detail .location-info__map-toggle {
  display: none;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: "HelveticaNeueBold";
  font-size: 20px;
  line-height: 1.2;
  color: #303133;
  text-align: left;
  align-items: center;
  justify-content: space-between;
}
.location-stores-section-covalco .location-info--detail .location-info__map-toggle::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../../../content/icons/covalco/chevron-down.svg) center/contain no-repeat;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.location-stores-section-covalco .location-info--detail .location-info__map-toggle.collapsed::after {
  transform: rotate(0deg);
}
.location-stores-section-covalco .location-info--detail .location-info__map-collapse {
  width: 100%;
}
.location-stores-section-covalco .location-info--detail .location-info__map-collapse.collapsing {
  transition: none;
}
.location-stores-section-covalco .location-info--detail .location-info__map-wrap {
  position: relative;
  width: 100%;
  min-height: 200px;
  aspect-ratio: 1;
  background-color: #F7F7F7;
  /* mientras carga */
}
.location-stores-section-covalco .location-info--detail .location-info__map-wrap .static-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail .location-info__map-wrap .static-map {
    border-radius: 8px;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__map-wrap--mapbox #results-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail .location-info__map-toggle {
    display: flex;
  }
}
@media (min-width: 769px) {
  .location-stores-section-covalco .location-info--detail .location-info__map-collapse.collapse:not(.show) {
    display: block;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__details {
  position: relative;
  text-align: left;
  padding: 64px 0;
  z-index: 0;
}
.location-stores-section-covalco .location-info--detail .location-info__details::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F7F7F7;
  box-shadow: 0 0 0 100vmax #F7F7F7;
  clip-path: inset(0 -100vmax);
  z-index: -1;
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail .location-info__details {
    padding: 40px 0;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__col-title {
  font-family: "HelveticaNeueBold";
  margin: 0 0 24px 0;
}
.location-stores-section-covalco .location-info--detail .location-info__col {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail .location-info__col {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .location-stores-section-covalco .location-info--detail .location-info__col:last-child {
    margin-bottom: 0;
  }
}
.location-stores-section-covalco .location-info--detail .location-info__hours {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
  line-height: 110%;
}
.location-stores-section-covalco .location-info--detail .location-info__hours .row {
  --bs-gutter-x: 0.75rem;
}
.location-stores-section-covalco .location-info--detail .location-info__hours .row.active {
  font-family: "HelveticaNeueBold";
}
.location-stores-section-covalco .location-info--detail .location-info__hours-value {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
}
.location-stores-section-covalco .location-info--detail .location-info__hours-segment {
  display: inline-block;
  white-space: nowrap;
}
.location-stores-section-covalco .location-info--detail .location-info__special-label {
  margin: 1rem 0 0.5rem;
  font-weight: bold;
}
.location-stores-section-covalco .location-info--detail .location-info__block-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.location-stores-section-covalco .location-info--detail .location-info__list-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.location-stores-section-covalco .location-info--detail .location-info__list-icon img {
  display: block;
}
.location-stores-section-covalco .location-info--detail .location-info__list-title {
  display: block;
}

/* Ficha de tienda: secciones vs. servicios adicionales (márgenes en <li> para no depender del gap con SiteCode) */
section.location-page .location-info--detail .location-info__block-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
section.location-page .location-info--detail .location-info__block-list--sections > .location-info__list-item:not(:last-child) {
  margin-bottom: 24px;
}
section.location-page .location-info--detail .location-info__block-list--sections > .location-info__list-item {
  margin-top: 0;
}
section.location-page .location-info--detail .location-info__block-list--additional > .location-info__list-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
section.location-page .location-info--detail .location-info__block-list .location-info__list-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.covalco-btn {
  border-radius: 0;
  text-align: center;
  padding: 16px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-size: 15px;
  line-height: 120%;
  height: 50px;
  font-family: "HelveticaNeueBold";
  cursor: pointer;
  display: flex;
  column-gap: 9px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-color: #008A1D;
  border: 1px solid #008A1D;
  border-radius: 40px;
  color: #FFF;
  /* interactive states: same as hover (green text on white) so :focus (mouse click) does not force white text */
}
@media (max-width: 768px) {
  .covalco-btn {
    width: 100%;
  }
}
.covalco-btn:hover, .covalco-btn:active {
  text-decoration: none !important;
  color: #008A1D;
  background-color: #FFF;
  border-color: #008A1D;
}
.covalco-btn:hover svg path, .covalco-btn:active svg path {
  fill: #008A1D !important;
}
.covalco-btn:focus:not(.accordion-panel) {
  color: #008A1D;
  background-color: #FFF;
  border-color: #008A1D;
  outline: 2px solid #2D6DCC;
  text-decoration: none !important;
  outline-offset: 3px;
  box-shadow: none;
}
.covalco-btn:focus:not(.accordion-panel) svg path {
  fill: #008A1D !important;
}
.covalco-btn.darkred {
  background-color: #D14200;
  color: white;
}
.covalco-btn.darkred:hover {
  background-color: #B03800;
  color: #FFF;
}
.covalco-btn.darkred:focus, .covalco-btn.darkred:active {
  color: #FFF;
  background-color: #D14200;
}
.covalco-btn.borderWhite {
  background-color: transparent;
  color: #FFF;
  border: 2px solid #FFF;
  position: relative;
  max-width: 144px;
  font-family: "HelveticaNeueRegular";
  padding-right: 24px;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0;
  margin: 0;
  /* keep outline style; base :hover / :focus would use green-on-white */
}
.covalco-btn.borderWhite:hover, .covalco-btn.borderWhite:active, .covalco-btn.borderWhite:focus {
  color: #FFF;
  background-color: transparent;
  border: 2px solid #FFF;
}
.covalco-btn.borderWhite::after {
  content: "";
  background-image: url(/content/icons/covalco/chevron-right-white.svg?v=xz_l_lgmVij0m5vcC4aIFMsFIMQ);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.covalco-btn.chevronWhite:focus, .covalco-btn.chevronBlack:focus {
  z-index: unset;
  border-color: unset;
  box-shadow: unset;
}
.covalco-btn.chevronWhite::after {
  background-image: url(/content/icons/covalco/chevron-up-white.svg?v=nfakIoAMQEMPQ3dheiVt6f6aUAQ) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  transform: rotate(-180deg) !important;
  top: 13px;
  right: 30px;
}
@media (max-width: 991px) {
  .covalco-btn.chevronWhite::after {
    right: 30px;
  }
}
.covalco-btn.chevronWhite:not(.collapsed)::after {
  transform: unset !important;
  top: 17px;
}
.covalco-btn.chevronBlack::after {
  background-image: url(/content/icons/covalco/chevron-up.svg?v=nfakIoAMQEMPQ3dheiVt6f6aUAQ) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  transform: rotate(-180deg) !important;
  top: 13px;
  right: 17px;
}
@media (max-width: 991px) {
  .covalco-btn.chevronBlack::after {
    right: 30px;
  }
}
.covalco-btn.chevronBlack:not(.collapsed)::after {
  transform: unset !important;
  top: 19px;
}
.covalco-btn.noStyles.accordion-button {
  color: initial;
  background-color: initial;
  box-shadow: initial;
  padding: 0;
  margin: 0;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 991px) {
  .covalco-btn.noStyles.accordion-button {
    cursor: pointer;
    pointer-events: auto;
  }
}
.covalco-btn.noStyles.accordion-button::after {
  display: none;
}
@media (max-width: 991px) {
  .covalco-btn.noStyles.accordion-button::after {
    right: 10px;
    display: block;
  }
}
.covalco-btn.disabled, .covalco-btn[disabled] {
  background: #F7F7F7 !important;
  border-color: #777 !important;
  cursor: default !important;
  color: #777 !important;
}
.covalco-btn.disabled:hover, .covalco-btn.disabled:active, .covalco-btn.disabled:focus, .covalco-btn[disabled]:hover, .covalco-btn[disabled]:active, .covalco-btn[disabled]:focus {
  background: #F7F7F7 !important;
  border-color: #777 !important;
  cursor: default !important;
  color: #777 !important;
  text-decoration: none !important;
}
.covalco-btn.white {
  background-color: #FFF;
  color: #008A1D;
}
.covalco-btn.white:hover, .covalco-btn.white:active, .covalco-btn.white:focus {
  color: #008A1D;
  background-color: #FFF;
}

.covalco-input {
  height: 50px;
  background-color: #FFF;
  border: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  color: #303133;
  font-family: "HelveticaNeueRegular";
  font-size: 16px;
  line-height: 130%;
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .covalco-input {
    border: 1px solid #777;
  }
}
.covalco-input:focus {
  outline: none;
}
.covalco-input::placeholder {
  color: #303133;
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 768px) {
  .covalco-input {
    font-size: 14px;
  }
}

a {
  color: #303133;
}
a:hover, a:active, a:focus {
  color: #303133;
  text-decoration: underline;
}
a .white {
  color: #FFF;
}
a .white:hover, a .white:active, a .white:focus {
  color: #FFF;
  text-decoration: underline;
}
a.store-phone {
  display: block;
}

/* must come after the global `a` rules: higher specificity than `a:hover` / `a:focus` so covalco keeps green text on white (not $color-charcoal) */
a.covalco-btn {
  color: #FFF;
}
a.covalco-btn:hover, a.covalco-btn:active, a.covalco-btn:focus, a.covalco-btn:focus-visible {
  color: #008A1D;
  background-color: #FFF;
  border-color: #008A1D;
  text-decoration: none !important;
}
a.covalco-btn.darkred {
  color: #FFF;
}
a.covalco-btn.darkred:hover {
  color: #FFF;
  background-color: #B03800;
}
a.covalco-btn.darkred:active, a.covalco-btn.darkred:focus {
  color: #FFF;
  background-color: #D14200;
}
a.covalco-btn.white {
  color: #008A1D;
  background-color: #FFF;
}
a.covalco-btn.white:hover, a.covalco-btn.white:active, a.covalco-btn.white:focus {
  color: #008A1D;
  background-color: #FFF;
}
a.covalco-btn.borderWhite {
  color: #FFF;
  background-color: transparent;
  border: 2px solid #FFF;
}
a.covalco-btn.borderWhite:hover, a.covalco-btn.borderWhite:active, a.covalco-btn.borderWhite:focus {
  color: #FFF;
  background-color: transparent;
  border: 2px solid #FFF;
}

a:focus:not(.accordion-panel) {
  outline: 2px solid #2D6DCC;
  outline-offset: 3px;
}

select:focus,
button:focus:not(.map-brand-filter__trigger):not(.our-store__arrow):not(.location-reviews__arrow),
.navbar-toggler:focus {
  outline: 2px solid #2D6DCC !important;
  outline-offset: 3px !important;
  box-shadow: none;
}

.accordion-body a {
  display: block;
}
.accordion-body a:focus {
  outline: 2px solid #4299e1;
  outline-offset: -2px;
}

.section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
  font-family: "HelveticaNeueBold";
}
.section-heading h1 {
  font-size: 36px;
  font-family: "HelveticaNeueBold";
}
.section-heading h2 {
  font-size: 30px;
  font-family: "HelveticaNeueBold";
}

:root {
  --covalco-green: #008A1D;
  --covalco-green-dark: #006F00;
  --covalco-forest: #163a35;
  --covalco-forest-soft: #1f4a43;
  --covalco-ink: #303133;
  --covalco-muted: #6d737a;
  --covalco-border: #d8d8d8;
  --covalco-surface: #f6f3ef;
  --covalco-footer: #16171b;
}

main {
  background: #fff;
}

.covalco-hero {
  min-height: 250px;
  padding: 64px 0 58px;
  overflow: hidden;
  color: #fff;
  background: url(/content/icons/covalco/covalco_bg.png?v=A50Ksn5IojCChtWph2vSENjrkEQ) center/cover no-repeat;
}

.covalco-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(74, 153, 135, 0.16) 0 8%, transparent 8.5%), radial-gradient(circle at 78% 18%, rgba(74, 153, 135, 0.16) 0 11%, transparent 11.5%), radial-gradient(circle at 89% 80%, rgba(74, 153, 135, 0.16) 0 13%, transparent 13.5%), radial-gradient(circle at 26% 82%, rgba(74, 153, 135, 0.12) 0 16%, transparent 16.5%);
  opacity: 0.95;
}

.covalco-hero__container {
  position: relative;
  z-index: 1;
}

.covalco-hero__content {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.covalco-hero__title {
  margin: 0;
  color: #FFF;
  font-family: "HelveticaNeueBold";
  line-height: 120%;
  text-transform: none;
}

.covalco-hero__description {
  max-width: 720px;
  margin: 16px auto 0;
  font-family: "HelveticaNeueRegular";
  font-size: 19px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.covalco-hero__controls {
  margin-top: 30px;
  justify-content: center;
  /* ≥641px: grid: fila 1 = búsqueda + “o” + Mi ubicación; fila 2 = error solo bajo la búsqueda. Así el error no desalinea el botón. */
}
@media (min-width: 641px) {
  .covalco-hero__controls {
    display: grid;
    grid-template-columns: minmax(0, min(100%, 530px)) auto auto;
    grid-template-rows: auto auto;
    column-gap: 18px;
    row-gap: 0;
    align-items: start;
  }
}
@media (max-width: 640px) {
  .covalco-hero__controls {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
}

/* En escritorio, el bloque aporta .search-inputs a los hijos reales; display: contents evita tercer “columna” de altura. */
@media (min-width: 641px) {
  .covalco-hero__search-wrap {
    display: contents;
  }
}
@media (max-width: 640px) {
  .covalco-hero__search-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 530px);
    max-width: 100%;
  }
}

@media (min-width: 641px) {
  .covalco-hero__search {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .covalco-hero__error {
    grid-column: 1;
    grid-row: 2;
  }

  .covalco-hero__divider {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .covalco-hero__location {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }
}
.covalco-hero__search {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.covalco-hero__input {
  border: 0;
  min-width: 0;
  padding: 0 26px;
  height: 56px;
  font-family: "HelveticaNeueRegular";
  font-size: 16px;
  color: var(--covalco-ink);
  appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 991px) {
  .covalco-hero__input {
    font-size: 14px;
  }
}
.covalco-hero__input:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.covalco-hero__input:focus-visible {
  outline: 2px solid #2D6DCC;
  outline-offset: 2px;
}

/* jQuery UI (autocomplete) puede aplicar .ui-state-focus con borde del theme */
.covalco-hero__input.ui-autocomplete-input.ui-state-focus,
.covalco-hero__input.ui-state-focus {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.covalco-hero__input::placeholder {
  color: #8b8f95;
}

.covalco-hero__submit,
.covalco-hero__location {
  border: 0;
  border-radius: 999px;
  min-height: 56px;
  padding: 0 34px;
  font-family: "HelveticaNeueBold";
  font-size: 15px;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: 1px solid #008A1D;
}
.covalco-hero__submit:hover,
.covalco-hero__location:hover {
  color: #008A1D;
  background: #FFF;
}

.covalco-hero__submit {
  background: var(--covalco-green);
  color: #FFF;
  border: 1px solid #008A1D;
  /* Texto "Buscar" en desktop; móvil: solo icono (misma pauta que LocationSearchBanner en city). */
}
.covalco-hero__submit .search-location__icon {
  display: none;
}
.covalco-hero__submit:hover {
  color: #008A1D;
  background: #FFF;
}

.covalco-hero__location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--covalco-green);
  color: #fff;
}

.covalco-hero__location svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.covalco-hero__divider {
  font-family: "HelveticaNeueBold";
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
}

.covalco-hero__error {
  display: block;
  margin: 0;
  padding: 0;
  min-height: 0;
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 14px;
  line-height: 130%;
  text-align: left;
  padding-left: 1rem;
  padding-top: 5px;
}

.covalco-hero__error:empty {
  display: none;
}

.covalco-results {
  padding-top: 38px;
  padding-bottom: 60px;
}

.covalco-results__title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin: 0 0 22px;
  color: var(--covalco-ink);
}

.covalco-results__title-copy {
  font-family: "HelveticaNeueBold";
  font-size: 22px;
  line-height: 28px;
}

.covalco-results__empty-copy {
  display: none;
}

.covalco-results__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 48%);
  gap: 34px;
  align-items: start;
}

.covalco-results__list-column {
  min-width: 0;
}

@media (min-width: 991px) {
  .covalco-results #locationResultsPartial {
    max-height: 702px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    min-height: 0;
  }
}

.covalco-results__map-column {
  position: sticky;
  top: 18px;
}

.covalco-results__brand-filter {
  display: flex;
  justify-content: flex-end;
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  min-width: 0;
}
@media (max-width: 991px) {
  .covalco-results__brand-filter {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.map-brand-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 12px;
  max-width: 100%;
  color: #303133;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .map-brand-filter {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    gap: 10px 12px;
  }
}
.map-brand-filter__label {
  font-family: "HelveticaNeueRegular";
  font-size: 16px;
  line-height: 130%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .map-brand-filter__label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .map-brand-filter__label {
    flex: 0 0 auto;
  }
}
.map-brand-filter__control {
  position: relative;
  flex: 0 0 230px;
  width: 230px;
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 991px) {
  .map-brand-filter__control {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    max-width: 100%;
  }
}
.map-brand-filter__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 10px 14px 10px 16px;
  text-align: left;
  font-family: "HelveticaNeueRegular";
  font-size: 16px;
  line-height: 130%;
  background: #fff;
  border: 1px solid #777;
  border-radius: 36px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, border-radius 0.15s ease;
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .map-brand-filter__trigger {
    font-size: 14px;
  }
}
.map-brand-filter__trigger:focus, .map-brand-filter__trigger:active {
  outline: none;
  box-shadow: none;
}
.map-brand-filter__trigger:focus-visible {
  outline: 2px solid #008A1D;
  outline-offset: 2px;
}
.map-brand-filter__chevron {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-right: 2px solid #303133;
  border-bottom: 2px solid #303133;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.map-brand-filter__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  max-height: 220px;
  padding: 6px 0 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #777;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 6px 16px rgba(32, 36, 42, 0.1);
}
.map-brand-filter--open .map-brand-filter__trigger {
  position: relative;
  z-index: 31;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}
.map-brand-filter--open .map-brand-filter__chevron {
  transform: rotate(225deg);
}
.map-brand-filter__list {
  margin: 0;
  padding: 0 8px 0 4px;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.map-brand-filter__item {
  margin: 0;
}
.map-brand-filter__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  margin: 0;
  border-radius: 6px;
  font-family: "HelveticaNeueRegular";
  font-size: 14px;
  line-height: 130%;
  color: var(--covalco-ink, #303133);
  cursor: pointer;
  user-select: none;
}
.map-brand-filter__checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 3px;
  cursor: pointer;
  accent-color: #008A1D;
}
.map-brand-filter__option-text {
  flex: 1;
}

.covalco-results__map {
  min-height: 702px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid rgba(32, 36, 42, 0.08);
  background: var(--covalco-surface);
}
.covalco-results__map .mapbox-result-marker {
  position: relative;
  width: 34px;
  height: 42px;
  cursor: pointer;
}
.covalco-results__map .mapbox-result-marker .mapbox-result-marker__svg {
  display: block;
  width: 100%;
  height: 100%;
}
.covalco-results__map .mapbox-result-marker .mapbox-result-marker__index {
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translateX(-50%);
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 16px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  min-width: 1.15em;
}

#results-map .mapbox-result-marker .mapbox-result-marker__index {
  top: 32%;
}
#results-map .mapboxgl-popup .mapboxgl-popup-tip {
  border-top-color: #fff;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content {
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(32, 36, 42, 0.1);
  padding: 16px 36px 16px 16px;
  min-width: 220px;
  max-width: 300px;
  width: max-content;
  text-align: left;
  background: #fff;
}
#results-map .mapboxgl-popup .map-pin-popup {
  max-width: 100%;
}
#results-map .mapboxgl-popup a.map-pin-popup__title {
  display: block;
  font-family: "HelveticaNeueBold";
  font-size: 16px;
  line-height: 1.25;
  color: #008A1D !important;
  text-decoration: none;
  text-transform: none;
  margin: 0 0 8px;
}
#results-map .mapboxgl-popup .map-pin-popup__line {
  font-family: "HelveticaNeueRegular";
  font-size: 14px;
  line-height: 1.4;
  color: var(--covalco-ink);
  margin: 0 0 4px;
}
#results-map .mapboxgl-popup .map-pin-popup__line--locality {
  margin-bottom: 14px;
}
#results-map .mapboxgl-popup a.map-pin-popup__directions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: "HelveticaNeueBold";
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #008A1D !important;
}
#results-map .mapboxgl-popup a.map-pin-popup__directions:hover,
#results-map .mapboxgl-popup a.map-pin-popup__directions:focus-visible {
  text-decoration: underline;
  color: #008A1D !important;
}
#results-map .mapboxgl-popup .map-pin-popup__directions-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
#results-map .mapboxgl-popup .map-pin-popup__directions-icon-img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
#results-map .mapboxgl-popup a.map-pin-popup__directions .map-pin-popup__directions-text {
  font-family: "HelveticaNeueBold";
  font-size: 14px;
  color: #008A1D !important;
  text-transform: uppercase;
  text-decoration: none;
}
#results-map .mapboxgl-popup .popStyle .open,
#results-map .mapboxgl-popup .popStyle .hourly {
  font-family: "HelveticaNeueRegular";
  font-size: 13px;
  line-height: 1.35;
  color: var(--covalco-muted);
}
#results-map .mapboxgl-popup .popStyle .open {
  margin-top: 12px;
}
#results-map .mapboxgl-popup .popStyle .open strong {
  font-weight: 600;
  color: var(--covalco-ink);
}
#results-map .mapboxgl-popup .mapboxgl-popup-close-button {
  position: absolute;
  right: 8px;
  top: 8px;
  color: var(--covalco-ink);
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 0;
  opacity: 0.75;
}
#results-map .mapboxgl-popup .mapboxgl-popup-close-button:hover,
#results-map .mapboxgl-popup .mapboxgl-popup-close-button:focus {
  opacity: 1;
  background: transparent;
}

.covalco-results__filters {
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-end;
}

.covalco-results__filters--mobile {
  display: none;
  margin-top: 14px;
}

.covalco-results .distance-filter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(32, 36, 42, 0.18);
  border-radius: 999px;
  padding: 10px 18px 10px 20px;
  background: #fff;
  font-family: "HelveticaNeueRegular";
  color: var(--covalco-ink);
}

.covalco-results .distance-filter span {
  margin: 0;
  font-size: 16px;
}

.covalco-results .distance-filter select {
  border: 0;
  background: transparent;
  font-family: "HelveticaNeueRegular";
  color: var(--covalco-ink);
  padding-right: 18px;
}

.covalco-results .distance-filter .selectWrapper::after {
  content: "⌄";
  position: absolute;
  right: 0;
  top: 40%;
  font-size: 16px;
  line-height: 1;
  color: var(--covalco-muted);
  pointer-events: none;
}

.covalco-results__items {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: 702px;
  padding-right: 10px;
}

.covalco-result-card {
  padding: 28px 8px 28px 0;
  border-top: 1px solid var(--covalco-border);
  color: var(--covalco-ink);
}

.covalco-result-card:last-child {
  border-bottom: 1px solid var(--covalco-border);
}

.covalco-result-card__header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.covalco-result-card__marker {
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--covalco-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "HelveticaNeueBold";
  font-size: 17px;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(0, 141, 0, 0.18);
  position: relative;
  padding-bottom: 2px;
  overflow: hidden;
}

.covalco-result-card__marker span {
  transform: rotate(45deg);
  display: inline-block;
  font-size: 17px;
  line-height: 1;
}

.covalco-result-card__title-block {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
}

.covalco-result-card__name {
  font-family: "HelveticaNeueBold";
  font-size: 22px;
  line-height: 1.15;
  color: var(--covalco-ink);
  text-decoration: none;
}

.covalco-result-card__distance {
  flex-shrink: 0;
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
  color: var(--covalco-muted);
}

.covalco-result-card__address,
.covalco-result-card__phone,
.covalco-result-card__status-row {
  margin-left: 62px;
}

.covalco-result-card__address {
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
  line-height: 1.45;
  color: var(--covalco-ink);
}

.covalco-result-card__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--covalco-green);
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
  text-decoration: none;
}

.covalco-result-card__status-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
  color: var(--covalco-ink);
}

.covalco-result-card__status-row strong {
  font-family: "HelveticaNeueBold";
}

.covalco-result-card__status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.covalco-result-card__status-indicator.is-open {
  background: var(--covalco-green);
}

.covalco-result-card__status-indicator.is-closed {
  background: #ff2777;
}

.covalco-result-card__status-indicator.is-pending {
  background: #d8a82e;
}

.covalco-result-card__actions {
  margin-left: 62px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.covalco-result-card__button {
  text-decoration: none;
  font-family: "HelveticaNeueBold";
  font-size: 17px;
  line-height: 20px;
}

.covalco-result-card__button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--covalco-green);
  color: #fff;
}

.covalco-result-card__button--secondary {
  color: var(--covalco-green);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.covalco-directory {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .covalco-directory {
    padding-bottom: 80px;
  }
}

.covalco-directory__header {
  margin-bottom: 24px;
}

.covalco-directory__header h2 {
  margin: 0;
  color: var(--covalco-ink);
  font-family: "HelveticaNeueBold";
  line-height: 120%;
}

.covalco-directory__groups {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.covalco-directory__group {
  padding-top: 16px;
}

.covalco-directory__letter {
  margin-bottom: 18px;
  color: var(--covalco-ink);
  font-family: "HelveticaNeueBold";
  font-size: 20px;
  line-height: 120%;
  padding-bottom: 24px;
  border-bottom: 1px solid #777;
}
@media (max-width: 991px) {
  .covalco-directory__letter {
    padding-bottom: 12px;
  }
}

.covalco-directory__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 36px;
}

.covalco-directory__links a {
  color: var(--covalco-green);
  text-decoration: none;
  font-family: "HelveticaNeueRegular";
  font-size: 18px;
  line-height: 130%;
}

@media (max-width: 1199px) {
  .covalco-results__layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 44%);
  }

  .covalco-directory__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .covalco-hero {
    padding: 40px 0px;
  }

  .covalco-hero__controls {
    gap: 14px;
  }

  .covalco-results__title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .covalco-results__layout {
    grid-template-columns: 1fr;
  }

  .covalco-results__map-column {
    position: static;
    order: 2;
  }

  .covalco-results__list-column {
    order: 1;
  }

  .covalco-results__filters {
    display: none;
  }

  .covalco-results__filters--mobile {
    display: flex;
    justify-content: flex-start;
  }

  .covalco-results__map {
    min-height: 420px;
  }

  .covalco-results__items {
    max-height: none;
    padding-right: 0;
  }

  .covalco-directory__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .covalco-hero__search-wrap,
.covalco-hero__location {
    width: 100%;
  }

  .covalco-hero__search {
    grid-template-columns: 1fr auto;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    gap: 0;
  }

  .covalco-hero__input {
    border-radius: 0;
    height: 52px;
    background: #fff;
  }

  .covalco-hero__submit {
    width: auto;
    min-width: 64px;
    min-height: 52px;
    height: 52px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
  }
  .covalco-hero__submit .search-location__label {
    display: none;
  }
  .covalco-hero__submit .search-location__icon {
    display: block;
    width: 22px;
    height: 22px;
  }

  .covalco-results {
    padding-top: 24px;
    padding-bottom: 44px;
  }

  .covalco-results__title-copy {
    font-size: 18px;
    line-height: 24px;
  }

  .covalco-result-card {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .covalco-result-card__header {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .covalco-result-card__marker {
    width: 36px;
    height: 36px;
  }

  .covalco-result-card__marker span {
    font-size: 14px;
  }

  .covalco-result-card__title-block {
    flex-direction: column;
    gap: 8px;
  }

  .covalco-result-card__name {
    font-size: 20px;
  }

  .covalco-result-card__distance,
.covalco-result-card__address,
.covalco-result-card__phone,
.covalco-result-card__status-row,
.covalco-result-card__address,
.covalco-result-card__phone,
.covalco-result-card__status-row,
.covalco-result-card__actions {
    margin-left: 48px;
  }

  .covalco-result-card__actions {
    gap: 16px;
  }

  .covalco-result-card__button--primary {
    width: 100%;
  }

  .covalco-directory__links {
    gap: 16px;
  }
}
/*_::-webkit-full-page-media, _:future, :root .covalco-btn {
    padding: 19px 0 15px 0;
}

_::-webkit-full-page-media, _:future, :root .covalco-btn.darkred.current-location {
    padding: 15px 20px 15px 20px;
}

_::-webkit-full-page-media, _:future, :root .covalco-btn.darkred-outline.current-location {
    padding: 20px 20px 15px 20px;
}

_::-webkit-full-page-media, _:future, :root #search-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

_::-webkit-full-page-media, _:future, :root #city-filter {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

_::-webkit-full-page-media, _:future, :root .search-location {
    padding: 17px 0 15px 0;
}*/
