/** Shopify CDN: Minification failed

Line 195:0 Unexpected "<"
Line 203:0 Unexpected "<"

**/
.mobile-menu-section.section {
  display: none;
}
@media screen and (max-width: 989px) {
  .mobile-menu-section.section {
    display: block;
  }
}
.footer-mobile .header__search {
  display: block;
}
.menu-block .icon.icon-account,
.menu-block .icon.icon-account path {
  display: block;
  fill: #f2f2f2;
}
.menu-block .icon.icon-account {
  display: block;
  fill: #f2f2f2;
  stroke-width: 0.5px;
  stroke: #f2f2f2;
  height: 25px;
  width: 25px;
}
.menu-block .header__search predictive-search .icon.icon-search {
  height: 1.8rem;
  width: 1.8rem;
}
.footer-mobile .header__icon--cart #Layer_1 {
  width: 25px;
  height: 25px;
  fill: #f2f2f2;
  stroke-width: 0px;
  stroke: #f2f2f2;
}
.footer-mobile .cart-count-bubble {
  right: auto;
  top: 0rem;
  left: 26px;
}
.menu-block .header__icon.header__icon--account {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  border: 0;
}
.footer-mobile .header__search .header__icon {
  height: 4.4rem;
  text-decoration: none;
}
.footer-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.menu-block .header__icon.site-header__icon a {
  position: relative;
  top: 3px;
}
.menu-block .header__icon.header__icon--account a,
.menu-block .header__icon.site-header__icon a,
.menu-block .header__search .header__icon span,
.menu-block #footer-cart-icon {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  font-size: 14px;
  color: var(--color-base-accent-2);
  font-weight: 600;
  gap: 0;
  height: auto;
  width: auto;
  text-decoration: none;
}
.footer-mobile .search__button {
  right: 5px;
  top: 3px;
  position: absolute;
  color: var(--color-base-solid-button-labels);
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  width: 4rem;
  border-radius: 50px;
  margin-left: 10px;
  font-size: 0;
  height: 4rem;
}
.menu-block .header__search .header__icon span {
  justify-content: start;
  display: flex;
  gap: 1.5rem;
}
.menu-block .header__search .icon.icon-search {
  height: 2.2rem;
  width: 2.2rem;
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1.5px;
  color: var(--color-foreground);
}
.menu-block {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.mobile-menu-section.section {
  padding: 40px 0px;
}
@media screen and (max-width: 479px) {
  .menu-block .header__icon.header__icon--account a,
  .menu-block .header__icon.site-header__icon a,
  .menu-block .header__search .header__icon span,
  .menu-block #footer-cart-icon {
    flex-direction: inherit;
    font-size: 0px;
    height: 3rem;
    text-align: center;
  }
  .mobile-menu-section.section {
    padding: 30px 0;
  }
  .footer-mobile .header__icon .icon {
    height: 2.4rem;
    width: 2.4rem;
  }
  .footer-mobile .header__icon {
    height: 3rem;
    width: 3rem;
  }
  .menu-block .header__search .header__icon span {
    gap: 0;
  }
  .footer-mobile {
    align-items: baseline;
  }
}
/* ===== Estilos generales para TODOS los iconos del footer ===== */
.footer-mobile a {
  display: flex;
  flex-direction: column; /* Ícono arriba, texto abajo */
  align-items: center;
  text-decoration: none;
  color: #f2f2f2; /* color por defecto (cambia aquí globalmente) */
  font-size: 12px;
}

.footer-mobile a svg {
  width: 24px;
  height: 24px;
  fill: #f2f2f2 !important;
  stroke: currentColor !important;
  margin-bottom: 4px;
}

/* ===== Colores personalizados por sección ===== */

/* Home */
.footer-mobile .header__icon--home a {
  color:rgb(255, 255, 255); /* azul */
}

/* Categorías (colecciones) */
.footer-mobile .header__icon--collections a {
  color:rgb(255, 255, 255); /* naranja */
}

/* Carrito */
.footer-mobile .header__icon--cart a {
  color:rgb(255, 255, 255); /* verde */
}

/* Cuenta */
.footer-mobile .header__icon--account a {
  color:rgb(255, 255, 255); /* rosa */
}

/* Búsqueda */
.footer-mobile .header__search a {
  color:rgb(255, 255, 255); /* morado */
}
<style>
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 24
}
</style>
