#top-header {
  z-index: 7001 !important;
}

header#main-header {
  z-index: 7000 !important;
}

#top-header {
    background-color: #e91b2d !important;
}

#top-header .container.clearfix {
    background-color: #e91b2d !important;
}

:root {
  --fiesta-red-bg: #e91b2d;
  --fiesta-red-contrast: #c0001a;
}

button.aicon_link {
  top: 220px;
}

/* general */


.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pad-und-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pad-und-sm {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pad-und-md {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pad-und-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}

.display-none {
  display: none;
}

/* Header */

header#main-header.et-fixed-header {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) !important;
}

/* Footer */

.footer p,
.footer h5,
.footer li,
.footer a {
  color: white;
}

.footer h5 {
  font-weight: bold;
}

.footer a:not(.icon):hover {
  text-decoration: underline;
}

/* weekly prods slider */

.swiper-button-next {
  background-image: url("../png/r2.png") !important;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: transparent;
  border-radius: 50px !important;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.slick-next {
  background-image: url("../png/r2.png") !important;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: transparent;
  border-radius: 50px !important;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover {
  scale: 1.2;
  background-color: var(--fiesta-red-bg);
  background-image: url("../png/fiestarecurso-3recurso.png") !important;
}
.slick-next:hover {
  scale: 1.2;
  background-color: var(--fiesta-red-bg);
  background-image: url("../png/fiestarecurso-3recurso.png") !important;
}

.swiper-button-prev {
  background-image: url("../png/r2.png") !important;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: transparent;
  border-radius: 50px !important;
  background-color: white;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}
.slick-prev {
  background-image: url("../png/r2.png") !important;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: transparent;
  border-radius: 50px !important;
  background-color: white;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

.swiper-button-prev:hover {
  scale: 1.2;
  background-color: var(--fiesta-red-bg);
  background-image: url("../png/fiestarecurso-3recurso.png") !important;
  transform: rotate(180deg);
}
.slick-prev:hover {
  scale: 1.2;
  background-color: var(--fiesta-red-bg);
  background-image: url("../png/fiestarecurso-3recurso.png") !important;
  transform: rotate(180deg);
}

.meal-footer {
  background-color: white;
  height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  padding: 15px !important;
  /*border-top: 5px solid #e02b20; */
}

.meal-title {
  font-size: 1.2em;
  text-align: center;
  font-weight: bolder;
  line-height: 1.4em;
  color: var(--fiesta-red-contrast);
  margin: 0;
}

#meals-slider .swiper-slide,
#meals-slider .slick-slide .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#meals-slider,
#weekly-prods {
  overflow: hidden;
}

#weekly-prods {
  padding: 0 16px;
}

#weekly-prods .swiper-button-prev,
#weekly-prods .swiper-button-next,
#meals-slider .swiper-button-prev,
#meals-slider .swiper-button-next {
  z-index: 30;
  pointer-events: auto;
}

#weekly-prods .product-container {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /*border: 1px solid #dadada;*/
  box-shadow:
    rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  position: relative;
  border-radius: 10px;
}

#weekly-prods .product-container .price-container {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 16px;
}

#weekly-prods .product-container .price-container .notice {
  font-weight: 300;
  color: #444444;
  text-align: center;
  text-transform: uppercase;
}

#weekly-prods .swiper-slide,
#meals-slider .swiper-slide {
  margin: 32px 0;
}

#weekly-prods .slick-slide,
#meals-slider .slick-slide {
  margin: 32px 0;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

#weekly-prods .slick-list,
#meals-slider .slick-list {
  overflow: hidden;
}

#weekly-prods .slick-track,
#meals-slider .slick-track {
  display: flex !important;
}

#weekly-prods .swiper-slide .image,
#meals-slider .swiper-slide .image {
  height: 200px;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

#weekly-prods .slick-slide .image,
#meals-slider .slick-slide .image {
  height: 200px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto;
}

#weekly-prods .swiper-slide h3,
#meals-slider .swiper-slide h4 {
  margin-top: 12px;
  color: #222222;
  font-size: 1.35em;
  text-align: center;
  font-weight: bolder;
  line-height: 1.4em;
}

#weekly-prods .slick-slide h3,
#meals-slider .slick-slide h4 {
  margin-top: 12px;
  color: #222222;
  font-size: 1.35em;
  text-align: center;
  font-weight: bolder;
  line-height: 1.4em;
}

#weekly-prods .swiper-slide h3.price,
#meals-slider .swiper-slide h4.price {
  color: var(--fiesta-red-contrast);
  font-size: 2em !important;
  font-family: Poppins;
}

#weekly-prods .slick-slide h3.price,
#meals-slider .slick-slide h4.price {
  color: var(--fiesta-red-contrast);
  font-size: 2em !important;
  font-family: Poppins;
}

#weekly-prods .swiper-slide .price-container p,
#weekly-prods .slick-slide .price-container p {
  margin-top: 12px;
  margin-bottom: 0;
  color: #222222;
  font-size: 1.1em;
  text-align: center;
  font-weight: bolder;
  line-height: 1.2em;
}

#weekly-prods .swiper-slide .price-container p.price,
#weekly-prods .slick-slide .price-container p.price {
  color: var(--fiesta-red-contrast);
  font-size: 2em !important;
  font-family: Poppins;
}

/* custom forms */

.mailchimp-form input:not([type="submit"]),
.mailchimp-form textarea,
.mailchimp-form select,
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  border: 1px solid var(--fiesta-red-bg);
  border-radius: 4px;
  background-color: white;
}

.wpcf7-form input[type="submit"] {
  margin: 12px auto;
}

.mailchimp-form input[type="submit"],
.wpcf7-form input[type="submit"] {
  outline: none;
  display: block;
  padding: 12px;
  cursor: pointer;
}

.mailchimp-form form {
  display: flex;
  justify-content: space-between;
}

.mailchimp-form input,
.mailchimp-form select {
  background-color: white;
  border: 0;
  border-radius: 4px;
  flex: 1 1 0px;
  margin: 0 16px;
}

.mailchimp-form input[type="submit"] {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-weight: bold;
}

.mailchimp-form input:first-of-type {
  margin-left: 0;
}
.mailchimp-form input:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .mailchimp-form form {
    flex-direction: column;
  }

  .mailchimp-form input,
  .mailchimp-form select {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* BadAdz Videos Section */

#vldp-container,
#vldp-container #library-container {
  position: relative !important;
}

#vldp-container #search-bar {
  width: 100% !important;
  left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#vldp-container #search-bar {
  top: -96px;
}

#cmplz-document {
  max-width: 100%;
}

/* ================== store-locator ================== */

#google-map {
  width: 100%;
}

#google-map.multiple {
  height: 750px;
}

#google-map.single {
  height: 480px;
}

#google-map .gm-style-iw-d h5 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  color: var(--fiesta-red-contrast);
  font-weight: 900;
}

#google-map .gm-style-iw-d p > a {
  font-weight: bolder;
  text-decoration: underline;
  color: black;
}

#google-map .gm-style-iw-d .button {
  margin-top: 16px;
  margin-right: 4px;
  display: inline-block;
}

#google-map .gm-style-iw-d .button:focus,
#stores-list .button:focus,
#google-map .button:focus,
#single-store .buttons-container .button:focus {
  outline: 2px solid black;
}

/* Instagram Home */
#wis-slides li {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/* Stores */

.zipcode-search {
  display: none;
}

.zipcode-search h2 {
  font-weight: 900;
  color: var(--fiesta-red-contrast);
  border-bottom: 1px solid #dddddd;
  margin-bottom: 16px;
  text-align: center;
}

.zipcode-search input#zipcode-select {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
}

.zipcode-search .twitter-typeahead {
  width: 100%;
}

.zipcode-search .tt-menu {
  width: 100%;
  border: 1px solid black;
  border-radius: 4px;
}

.zipcode-search .tt-menu ul {
  list-style-type: none;
  padding: 0;
}

.zipcode-search .tt-suggestion {
  padding: 8px;
  background: white;
  cursor: pointer;
}

.zipcode-search .tt-suggestion:hover {
  background-color: #dfdfdf;
}

.zipcode-search .tt-cursor {
  background: orange;
  color: black;
}

#stores-section {
  position: relative;
}

#stores-list {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  z-index: 10;
  height: calc(100% - 48px);
  width: 320px;
  margin-left: 24px;
  margin-top: 24px;
  padding: 0;
  padding-top: 56px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  background-color: white;
  overflow-y: auto;
}

#stores-section h2.list-title {
  padding: 16px;
  margin: 0;
  font-weight: 900;
  color: var(--fiesta-red-contrast);
  border-bottom: 1px solid #dddddd;
}

#stores-section h2.list-title-desktop {
  position: absolute;
  z-index: 15;
  background: white;
  width: 320px;
  left: 24px;
  top: 24px;
}


#stores-section h2.list-title-mobile {
  display: none;
}

@media screen and (max-width: 520px) {
  #stores-list {
    width: 100%;
    margin: 0;
    top: -30vh;
    height: 30vh;
    padding: 0 !important;
  }
  #stores-section h3.list-title-desktop {
    display: none;
  }

  #stores-section h3.list-title-mobile {
    display: block;
  }

  #stores-list li div {
    display: none !important;
  }

  #google-map.multiple {
    margin-top: 30vh;
    height: 60vh;
  }
  #google-map.single {
    height: 60vh;
  }
  #stores-list img.loader {
    display: block;
    margin: 20px auto !important;
  }
  #single-store .buttons-container {
    flex-direction: column;
  }
}

#stores-list img.loader {
  display: block;
  margin: 100px auto;
}

#stores-list ul {
  padding: 0 !important;
}

#stores-list li {
  padding: 16px 12px;
  border-bottom: 1px solid #dddddd;
  transition: 300ms;
  cursor: pointer;
  list-style-type: none;
}

#stores-list li:hover {
  background-color: #f0f0f0;
}

#stores-list li.active {
  background-color: #cacaca;
}

#stores-list h3 {
  font-weight: bolder;
  color: var(--fiesta-red-contrast);
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

#stores-list h3 svg {
  height: 20px;
  margin-right: 4px;
}

#stores-list p > a {
  text-decoration: underline;
  color: black;
}

#stores-list .btns-container {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

#stores-list .button,
#google-map .button {
  background-color: var(--fiesta-red-bg);
  padding: 4px 8px;
  color: white;
  font-weight: bolder;
  margin: 4px;
}

#single-store {
  background: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  margin-top: -80px;
  padding: 0 !important;
  margin-bottom: 48px;
}

#single-store .row {
  padding: 16px 16px 32px 16px;
}

#single-store h1 {
  color: var(--fiesta-red-contrast);
  font-family: Lobster;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}

#single-store h1:before {
  content: "";
  display: block;
  background-color: var(--fiesta-red-bg);
  width: 32px;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 16px);
}

#single-store h2 {
  color: var(--fiesta-red-contrast);
  font-size: 18px;
  font-weight: 600;
}

#single-store h2 svg {
  padding-top: 8px;
}

#single-store h3 {
  font-weight: bolder;
}

#single-store .open-at {
  margin-bottom: 16px;
}

#single-store img.open-sign {
  max-height: 120px;
  display: inline-block;
}

#single-store .channels {
  display: flex;
  justify-content: space-around;
}

#single-store .channels .vr {
  width: 1px;
  background-color: #666;
  height: 48px;
}

#single-store img.logo {
  max-height: 48px;
  margin-bottom: 32px;
}

#single-store img.stores-banner {
  width: 100%;
  border-bottom: 8px solid var(--fiesta-red-bg);
  margin-bottom: -6px;
}

#single-store .buttons-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}

#single-store .buttons-container a.button {
  color: white;
  background: var(--fiesta-red-bg);
  padding: 16px;
  margin-right: 16px;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
}

#single-store .buttons-container a.button:last-of-type {
  margin-right: 0;
}

#single-store .buttons-container a.button > svg {
  height: 18px;
  margin-right: 6px;
}

@media screen and (max-width: 520px) {
  #single-store {
    width: 100%;
    margin-top: 0;
  }
  #single-store .channels .vr {
    display: none;
  }
  #single-store .single-store-info {
    flex-direction: column-reverse;
  }
  #single-store .buttons-container {
    margin-bottom: 32px;
  }
  #single-store .open-at {
    text-align: center;
  }
}

/* Slider controls play/pause  */

.control-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: -20px;
  margin-right: 12px;
}

.control-buttons svg {
  pointer-events: none;
}

.mimic-button {
  border: none;
  outline: none;
}

.play-button,
.pause-button {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
  padding: 0 4px;
  min-width: auto;
  min-height: auto;
  line-height: 1;
}

.play-button:hover,
.play-button:active,
.pause-button:hover,
.pause-button:active {
  background: transparent !important;
}

.mimic-button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.slick-prev:before,
.slick-next:before {
  content: '';
}

.slick-autoplay-toggle-button {
  display: none !important;
}

/* Helper classes */
.flex-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.flex-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/*FAQs H5 buttons*/
h5.et_pb_toggle_title > button {
  border: none;
  background: transparent;
  font-size: inherit;
  cursor: pointer;
  text-align: left;
  color: #00000070;
}
/*FAQs H5 buttons*/

/*Grid Recipes*/
/*Mobile First Grid Recipes*/
@media (max-width: 600px) {
  .recipesContainer {
    display: flex !important;
    gap: 15px 0px !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    flex-direction: column !important;
    height: auto !important;
  }

  /*Big Card Style*/
  .card-image {
    flex: 0 0 auto !important;
    background-clip: padding-box !important;
    backface-visibility: hidden !important;
    position: relative !important;
    min-height: 1% !important;
    height: auto !important;
    width: 100% !important;
    display: flex !important;
  }

  .card-image img {
    transition: transform 0.5s ease-in-out !important;
    will-change: transform !important;
    width: 100% !important;
    height: 175px !important;
    object-fit: cover !important;
  }

  .card-image picture {
    display: block !important;
    width: 100% !important;
    min-height: 1% !important;
    overflow: hidden !important;
    background-clip: padding-box !important;
    backface-visibility: hidden !important;
    border-radius: 8px 8px 0 0 !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    position: relative !important;
  }

  .recipe-info {
    height: 120px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: white;
  }

  .recipe-info p {
    margin-top: 0 !important;
    font-size: 12px !important;
    font-weight: bolder !important;
    line-height: 1.4em !important;
    text-align: center !important;
    color: #0c71c3 !important;
    padding-bottom: 5px !important;
    margin: 0 120px 10px 120px !important;
    border-bottom: 3px solid #0c71c3 !important;
  }

  .recipe-info h4 {
    margin-top: 0 !important;
    font-size: 16px !important;
    font-weight: bolder !important;
    line-height: 1.4em !important;
    text-align: center !important;
    color: black !important;
    padding-bottom: 5px !important;
    margin: 0px 5px 5px 5px !important;
    text-transform: uppercase !important;
  }

  /*Min Card Style*/

  .min-card-image img {
    transition: transform 0.5s ease-in-out !important;
    will-change: transform !important;
    width: 100% !important;
    height: 175px !important;
    object-fit: cover !important;
  }

  .min-card-image picture {
    display: block !important;
    width: 100% !important;
    min-height: 1% !important;
    overflow: hidden !important;
    background-clip: padding-box !important;
    backface-visibility: hidden !important;
    border-radius: 8px 8px 0 0 !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    position: relative !important;
  }

  .min-recipe-info p {
    margin-top: 0 !important;
    font-size: 12px !important;
    font-weight: bolder !important;
    line-height: 1.4em !important;
    text-align: center !important;
    color: #0c71c3 !important;
    padding-bottom: 5px !important;
    margin: 0 120px 10px 120px !important;
    border-bottom: 3px solid #0c71c3 !important;
  }

  .min-recipe-info h4 {
    margin-top: 0 !important;
    font-size: 16px !important;
    font-weight: bolder !important;
    line-height: 1.4em !important;
    text-align: center !important;
    color: black !important;
    padding-bottom: 5px !important;
    margin: 0px 5px 5px 5px !important;
    text-transform: uppercase !important;
  }
  .min-recipe-info {
    height: 120px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: white;
  }
}

.recipesContainer {
  display: grid;
  grid-template-columns: 38% 31% 31%;
  grid-template-rows: 100%;
  grid-auto-rows: 1fr;
  gap: 15px 15px;
  grid-auto-flow: row;
  justify-items: stretch;
  align-items: stretch;
  grid-template-areas: "Post-1 . .";
  height: 500px;
}

.Post-Area-1 {
  display: grid;
  grid-template-columns: 100%;
  //grid-template-rows: 50% 50%;
  grid-auto-rows: 1fr;
  gap: 10px 10px;
  grid-auto-flow: row;
}

.Post-2 {
  grid-area: 1 / 1 / 3 / 2;
}

.Post-3 {
  grid-area: 2 / 1 / 3 / 2;
}

.Post-Area-2 {
  display: grid;
  grid-template-columns: 100%;
  //grid-template-rows: 50% 50%;
  grid-auto-rows: 1fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    "."
    ".";
}

.Post-1 {
  grid-area: Post-1;
}

.recipesContainer {
  height: 400px;
  margin: 0;
}

/*Big Card Style*/
.card-image {
  flex: 0 0 auto;
  background-clip: padding-box;
  backface-visibility: hidden;
  position: relative;
  min-height: 1%;
  height: auto;
  width: 100%;
  display: flex;
}

.card-image img {
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.card-image picture {
  display: block;
  width: 100%;
  min-height: 1%;
  overflow: hidden;
  background-clip: padding-box;
  backface-visibility: hidden;
  border-radius: 8px 8px 0 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
}

.recipe-info {
  height: 137px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.recipe-info p {
  margin-top: 0 !important;
  font-size: 13px !important;
  font-weight: bolder !important;
  line-height: 1.4em !important;
  text-align: center !important;
  color: #0c71c3 !important;
  padding-bottom: 5px;
  margin: 0 150px 10px 150px;
  border-bottom: 3px solid #0c71c3;
}

.recipe-info h4 {
  margin-top: 0 !important;
  font-size: 22px !important;
  font-weight: bolder !important;
  line-height: 1.4em !important;
  text-align: center !important;
  color: black !important;
  padding-bottom: 5px;
  margin: 0px 5px 5px 5px;
  text-transform: uppercase;
}

.grid-post article {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/*Min Card Style*/

.min-card-image img {
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.min-card-image picture {
  display: block;
  width: 100%;
  min-height: 1%;
  overflow: hidden;
  background-clip: padding-box;
  backface-visibility: hidden;
  border-radius: 8px 8px 0 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
}

.min-recipe-info p {
  margin-top: 0 !important;
  font-size: 12px !important;
  font-weight: bolder !important;
  line-height: 1.4em !important;
  text-align: center !important;
  color: #0c71c3 !important;
  padding-bottom: 5px;
  margin: 0 120px 10px 120px;
  border-bottom: 3px solid #0c71c3;
}

.min-recipe-info h4 {
  margin-top: 0 !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  line-height: 1.4em !important;
  text-align: center !important;
  color: black !important;
  padding-bottom: 5px;
  margin: 0px 5px 5px 5px;
  text-transform: uppercase;
}
.min-recipe-info {
  height: 90px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: white;
}
/*Grid Recipes*/

/*Header Logo*/
@media only screen and (min-width: 981px) and (max-width: 1150px) {
  #logo {
    max-height: 50% !important;
  }
}

@media only screen and (min-width: 1151px) {
  #logo {
    max-height: 80% !important;
  }
}
/*Header Logo*/

/*Stores Tag*/
.store-services {
  margin: 10px 0 0;
}

.service-tag {
  background-color: #f9f9f9;
  color: var(--fiesta-red-contrast);
  font-weight: bold;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  margin-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-icon {
  width: 25px;
  height: 25px;
  margin-right: -6px;
  object-fit: contain;
  display: inline-block;
  margin-top: -3px;
}

.footer-list-heading {
  font-weight: bold;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  display: block;
}

