.main-content.col-lg-9 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .migaspan {
    display: none;
  }
}

.crecima .header-tienda {
  display: flex;
  align-items: stretch !important;
  gap: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin: 28px 0 20px;
  padding: 12px 0;
}

.crecima .header-tienda .mp-cat-header {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 36px;
  background: #ffffff;
  box-sizing: border-box;
}

.crecima .header-tienda .mp-cat-header__image {
  width: 147px;
  height: 149px;
  flex: 0 0 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.crecima .header-tienda .mp-cat-header__image img,
.crecima .header-tienda .mp-cat-header__image-tag {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.crecima .header-tienda .mp-cat-header__content {
  width: 349px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.crecima.search .header-tienda .mp-cat-header__content {
  width: 100%;
}

.crecima .header-tienda .mp-cat-header__eyebrow {
  display: block;
  width: 100%;
  color: #003fb5;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
}

.crecima .header-tienda .mp-cat-header__title {
  margin: 0;
  width: 100%;
  color: #000b39;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  word-break: break-word;
}

.crecima .header-tienda .mp-cat-brands {
  width: 483px;
  flex: 0 0 483px;
  padding: 12px 20px;
  border-left: 1px solid #b0ccff;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.crecima .header-tienda .mp-cat-brands__title {
  margin: 0;
  color: #000b39;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.crecima .header-tienda .mp-cat-brands__list {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  justify-content: center;
}

.crecima .header-tienda .mp-cat-brands__item {
  width: 76px;
  min-width: 76px;
  height: 76px;
  border: 1px solid #e6eeff;
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.crecima .header-tienda .mp-cat-brands__item:hover {
  border-color: #b0ccff;
}

.crecima .header-tienda .mp-cat-brands__item.is-active {
  border-color: #003fb5;
  box-shadow: 0 0 0 1px #003fb5 inset;
}

.crecima .header-tienda .mp-cat-brands__logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crecima .header-tienda .mp-cat-brands__logo img,
.crecima .header-tienda .mp-cat-brands__logo svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.crecima .header-tienda .mp-cat-brands__text {
  color: #000b39;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.crecima .header-tienda .mp-cat-brands__item.is-all .mp-cat-brands__text {
  font-size: 14px;
}

.crecima .header-tienda .mp-cat-brands__slider {
  position: relative;
  padding: 0 32px;
}

.crecima .header-tienda .mp-cat-brands__slider .splide__track {
  overflow: hidden;
}

.crecima .header-tienda .mp-cat-brands__slider .splide__list {
  align-items: center;
}

.crecima .header-tienda .mp-cat-brands__slider .splide__slide {
  display: flex;
  justify-content: center;
}

.crecima .header-tienda .mp-cat-brands__slider .splide__arrows {
  pointer-events: none;
}

.crecima .header-tienda .mp-cat-brands__slider .splide__arrow {
  width: 32px;
  height: 32px;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: auto;
}

.crecima .header-tienda .mp-cat-brands__slider .splide__arrow svg {
  width: 10px;
  height: 16px;
  fill: #1f1f1f;
}

.crecima .header-tienda .mp-cat-brands__slider .splide__arrow--prev {
  left: -4px;
}

.crecima .header-tienda .mp-cat-brands__slider .splide__arrow--next {
  right: -4px;
}

.crecima .header-tienda .mp-cat-brands__slider .splide__pagination {
  display: none;
}

@media (max-width: 1199px) {
  .crecima .header-tienda .mp-cat-header {
    padding: 16px 24px;
    gap: 20px;
  }

  .crecima .header-tienda .mp-cat-header__title {
    font-size: 28px;
    line-height: 36px;
  }

  .crecima .header-tienda .mp-cat-brands {
    width: 430px;
    flex-basis: 430px;
  }
}

@media (max-width: 1024px) {
  .crecima .header-tienda {
    margin: 20px 0 10px;
    flex-direction: column;
    gap: 16px;
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }

  .crecima .header-tienda .mp-cat-header {
    padding: 18px 16px;
    gap: 16px;
    border-radius: 8px;
    background: #ffffff;
  }

  .crecima .header-tienda .mp-cat-header__image {
    width: 84px;
    height: 85px;
    flex: 0 0 84px;
  }

  .crecima .header-tienda .mp-cat-header__content {
    width: 230px;
    gap: 12px;
  }

  .crecima .header-tienda .mp-cat-header__title {
    font-size: 22px;
    line-height: 32px;
  }

  .crecima .header-tienda .mp-cat-brands {
    width: 100%;
    flex: 1 1 auto;
    padding: 0;
    border-left: 0;
    background: transparent;
  }

  .crecima .header-tienda .mp-cat-brands__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .crecima .header-tienda .mp-cat-brands__list {
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .crecima .header-tienda .mp-cat-brands__list::-webkit-scrollbar {
    display: none;
  }

  .crecima .header-tienda .mp-cat-brands__item {
    width: 85px;
    min-width: 85px;
    height: 40px;
    padding: 6px 8px;
  }

  .crecima .header-tienda .mp-cat-brands__logo img,
  .crecima .header-tienda .mp-cat-brands__logo svg {
    max-width: 100%;
    max-height: 24px;
  }

  .crecima .header-tienda .mp-cat-brands__slider {
    padding: 0;
  }

  .crecima .header-tienda .mp-cat-brands__slider .splide__arrow {
    display: none;
  }

  .crecima .header-tienda .mp-cat-brands__slider .splide__track {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .crecima .header-tienda .mp-cat-header__content {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }

  .crecima .header-tienda .mp-cat-header__title {
    font-size: 22px;
    line-height: 32px;
  }
}

/* filtros */
.crecima .filtros-tienda.cre-tienda {
  border-radius: 8px;
  border: 1px solid var(--Brand-Brand-100, #b0ccff);
  background: var(--BlueDark-bluedark-50, #e6e7eb) !important;
  padding: 14px 42px;
  margin: 20px 0 28px !important;
}

@media (max-width: 768px) {
  .crecima .filtros-tienda.cre-tienda {
    margin: 10px 0 20px !important;
    padding: 12px !important;
  }
}

.crecima a.porto-product-filters-toggle {
  background: var(--Brand-Brand-700, #003fb5);
  color: white !important;
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
  border-radius: 8px;
  height: 48px;
  width: 197px;
  display: flex;
  justify-content: center;
}

a.porto-product-filters-toggle .fa-sliders-h:before {
  content: "";
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M14.705%2023.3333C14.4217%2023.3333%2014.1842%2023.2374%2013.9927%2023.0456C13.8009%2022.8538%2013.705%2022.6163%2013.705%2022.333C13.705%2022.0494%2013.8009%2021.812%2013.9927%2021.6206C14.1842%2021.4291%2014.4217%2021.3333%2014.705%2021.3333H17.282C17.5653%2021.3333%2017.8029%2021.4292%2017.9947%2021.621C18.1862%2021.8127%2018.282%2022.0503%2018.282%2022.3336C18.282%2022.6172%2018.1862%2022.8546%2017.9947%2023.046C17.8029%2023.2375%2017.5653%2023.3333%2017.282%2023.3333H14.705ZM9.53832%2017C9.25499%2017%209.01755%2016.9041%208.82599%2016.7123C8.63443%2016.5205%208.53866%2016.283%208.53866%2015.9996C8.53866%2015.7161%208.63443%2015.4786%208.82599%2015.2873C9.01755%2015.0957%209.25499%2015%209.53832%2015H22.4487C22.732%2015%2022.9695%2015.0958%2023.1613%2015.2876C23.3529%2015.4794%2023.4487%2015.717%2023.4487%2016.0003C23.4487%2016.2838%2023.3529%2016.5213%2023.1613%2016.7126C22.9695%2016.9042%2022.732%2017%2022.4487%2017H9.53832ZM5.66666%2010.6666C5.38332%2010.6666%205.14588%2010.5707%204.95432%2010.379C4.76255%2010.1872%204.66666%209.94963%204.66666%209.66629C4.66666%209.38274%204.76255%209.14529%204.95432%208.95396C5.14588%208.7624%205.38332%208.66663%205.66666%208.66663H26.3333C26.6167%208.66663%2026.8541%208.76252%2027.0457%208.95429C27.2374%209.14607%2027.3333%209.38363%2027.3333%209.66696C27.3333%209.95052%2027.2374%2010.188%2027.0457%2010.3793C26.8541%2010.5708%2026.6167%2010.6666%2026.3333%2010.6666H5.66666Z%22%20fill%3D%22%23C6EBFF%22%2F%3E%0A%3C%2Fsvg%3E) center / contain no-repeat;
  width: 32px;
  height: 32px;
  display: inline-flex;
}

@media (max-width: 768px) {
  .crecima a.porto-product-filters-toggle {
    font-size: 16px;
    width: 140px;
  }

  a.porto-product-filters-toggle .fa-sliders-h:before {
    width: 24px;
    height: 24px;
  }
}

.shop-loop-after label,
.shop-loop-before label {
  color: var(--neutral-950, #28292a) !important;
  font-weight: 500 !important;
}

.crecima .woocommerce-ordering select,
.crecima .woocommerce-viewing select {
  border-radius: 10px;
  border: 1px solid var(--neutral-400, #c5c5c5);
  background-color: var(--Gray-00, #fff);
  padding: 12px 23px 12px 16px;
  font-size: 13px;
  color: #475156;
  height: 44px;
}

.crecima .gridlist-toggle>a {
  border-radius: 8px;
  border: 1px solid var(--Grey-grey-100, #e1e1e1);
  background: var(--Grey-grey-0, #fff);
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crecima .fa-th:before,
.crecima .fa-list-ul:before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-flex;
}

.crecima .fa-th:before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%3E%0A%20%20%3Cg%20clip-path%3D%22url(%23clip0_1056_4302)%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M9.52004%209.28664C9.24004%209.28664%209.01837%209.16997%208.83171%208.93664C8.64504%208.7033%208.55171%208.4233%208.55171%208.08497C8.55171%207.74664%208.64504%207.45497%208.83171%207.2333C9.01837%206.99997%209.25171%206.8833%209.52004%206.8833H24.6167C24.8967%206.8833%2025.1184%206.99997%2025.305%207.2333C25.4917%207.46664%2025.585%207.74664%2025.585%208.08497C25.585%208.4233%2025.4917%208.71497%2025.305%208.93664C25.1184%209.16997%2024.885%209.28664%2024.6167%209.28664H9.52004ZM9.52004%2015.2016C9.24004%2015.2016%209.01837%2015.085%208.83171%2014.8516C8.64504%2014.6183%208.55171%2014.3383%208.55171%2014C8.55171%2013.6616%208.64504%2013.37%208.83171%2013.1483C9.01837%2012.915%209.25171%2012.7983%209.52004%2012.7983H24.6167C24.8967%2012.7983%2025.1184%2012.915%2025.305%2013.1483C25.4917%2013.3816%2025.585%2013.6616%2025.585%2014C25.585%2014.3383%2025.4917%2014.63%2025.305%2014.8516C25.1184%2015.085%2024.885%2015.2016%2024.6167%2015.2016H9.52004ZM9.52004%2021.105C9.24004%2021.105%209.01837%2020.9883%208.83171%2020.755C8.64504%2020.5216%208.55171%2020.2416%208.55171%2019.9033C8.55171%2019.565%208.64504%2019.2733%208.83171%2019.0516C9.01837%2018.8183%209.25171%2018.7016%209.52004%2018.7016H24.6167C24.8967%2018.7016%2025.1184%2018.8183%2025.305%2019.0516C25.4917%2019.285%2025.585%2019.565%2025.585%2019.9033C25.585%2020.2416%2025.4917%2020.5333%2025.305%2020.755C25.1184%2020.9883%2024.885%2021.105%2024.6167%2021.105H9.52004ZM3.71004%209.37997C3.34837%209.37997%203.03337%209.25164%202.78837%209.00664C2.54337%208.76164%202.41504%208.44664%202.41504%208.0733C2.41504%207.71164%202.54337%207.4083%202.78837%207.1633C3.03337%206.9183%203.34837%206.80164%203.71004%206.80164C4.07171%206.80164%204.38671%206.9183%204.63171%207.1633C4.87671%207.4083%205.00504%207.71164%205.00504%208.0733C5.00504%208.43497%204.87671%208.74997%204.63171%209.00664C4.38671%209.2633%204.07171%209.37997%203.71004%209.37997ZM3.71004%2015.2716C3.34837%2015.2716%203.03337%2015.155%202.78837%2014.91C2.54337%2014.665%202.41504%2014.3616%202.41504%2014C2.41504%2013.615%202.54337%2013.3%202.78837%2013.055C3.03337%2012.81%203.34837%2012.6816%203.71004%2012.6816C4.07171%2012.6816%204.38671%2012.81%204.63171%2013.055C4.87671%2013.3%205.00504%2013.615%205.00504%2014C5.00504%2014.3616%204.87671%2014.665%204.63171%2014.91C4.38671%2015.155%204.07171%2015.2716%203.71004%2015.2716ZM3.71004%2021.1983C3.34837%2021.1983%203.03337%2021.07%202.78837%2020.825C2.54337%2020.58%202.41504%2020.265%202.41504%2019.8916C2.41504%2019.53%202.54337%2019.2266%202.78837%2018.9816C3.03337%2018.7366%203.34837%2018.62%203.71004%2018.62C4.07171%2018.62%204.38671%2018.7366%204.63171%2018.9816C4.87671%2019.2266%205.00504%2019.53%205.00504%2019.8916C5.00504%2020.2533%204.87671%2020.5683%204.63171%2020.825C4.38671%2021.0816%204.07171%2021.1983%203.71004%2021.1983Z%22%20fill%3D%22%23003FB5%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip0_1056_4302%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%2214%22%20fill%3D%22white%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E") center / contain no-repeat;
}

.crecima .fa-list-ul:before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M6.66663%2014.6666C6.12129%2014.6666%205.65163%2014.4696%205.25763%2014.0756C4.86363%2013.6816%204.66663%2013.212%204.66663%2012.6666V6.66663C4.66663%206.12129%204.86363%205.65163%205.25763%205.25763C5.65163%204.86363%206.12129%204.66663%206.66663%204.66663H12.6666C13.212%204.66663%2013.6816%204.86363%2014.0756%205.25763C14.4696%205.65163%2014.6666%206.12129%2014.6666%206.66663V12.6666C14.6666%2013.212%2014.4696%2013.6816%2014.0756%2014.0756C13.6816%2014.4696%2013.212%2014.6666%2012.6666%2014.6666H6.66663ZM6.66663%2027.3333C6.12129%2027.3333%205.65163%2027.1363%205.25763%2026.7423C4.86363%2026.3483%204.66663%2025.8786%204.66663%2025.3333V19.3333C4.66663%2018.788%204.86363%2018.3183%205.25763%2017.9243C5.65163%2017.5303%206.12129%2017.3333%206.66663%2017.3333H12.6666C13.212%2017.3333%2013.6816%2017.5303%2014.0756%2017.9243C14.4696%2018.3183%2014.6666%2018.788%2014.6666%2019.3333V25.3333C14.6666%2025.8786%2014.4696%2026.3483%2014.0756%2026.7423C13.6816%2027.1363%2013.212%2027.3333%2012.6666%2027.3333H6.66663ZM19.3333%2014.6666C18.788%2014.6666%2018.3183%2014.4696%2017.9243%2014.0756C17.5303%2013.6816%2017.3333%2013.212%2017.3333%2012.6666V6.66663C17.3333%206.12129%2017.5303%205.65163%2017.9243%205.25763C18.3183%204.86363%2018.788%204.66663%2019.3333%204.66663H25.3333C25.8786%204.66663%2026.3483%204.86363%2026.7423%205.25763C27.1363%205.65163%2027.3333%206.12129%2027.3333%206.66663V12.6666C27.3333%2013.212%2027.1363%2013.6816%2026.7423%2014.0756C26.3483%2014.4696%2025.8786%2014.6666%2025.3333%2014.6666H19.3333ZM19.3333%2027.3333C18.788%2027.3333%2018.3183%2027.1363%2017.9243%2026.7423C17.5303%2026.3483%2017.3333%2025.8786%2017.3333%2025.3333V19.3333C17.3333%2018.788%2017.5303%2018.3183%2017.9243%2017.9243C18.3183%2017.5303%2018.788%2017.3333%2019.3333%2017.3333H25.3333C25.8786%2017.3333%2026.3483%2017.5303%2026.7423%2017.9243C27.1363%2018.3183%2027.3333%2018.788%2027.3333%2019.3333V25.3333C27.3333%2025.8786%2027.1363%2026.3483%2026.7423%2026.7423C26.3483%2027.1363%2025.8786%2027.3333%2025.3333%2027.3333H19.3333ZM6.66663%2012.6666H12.6666V6.66663H6.66663V12.6666ZM19.3333%2012.6666H25.3333V6.66663H19.3333V12.6666ZM19.3333%2025.3333H25.3333V19.3333H19.3333V25.3333ZM6.66663%2025.3333H12.6666V19.3333H6.66663V25.3333Z%22%20fill%3D%22%23003FB5%22%2F%3E%0A%3C%2Fsvg%3E") center / contain no-repeat;
}

.crecima .gridlist-toggle>a.active {
  background: var(--Brand-Brand-500, #0059ff);
}

.crecima .gridlist-toggle>a.active.fa-th:before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%3E%0A%20%20%3Cg%20clip-path%3D%22url(%23clip0_1056_2744)%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M9.52004%209.28664C9.24004%209.28664%209.01837%209.16997%208.83171%208.93664C8.64504%208.7033%208.55171%208.4233%208.55171%208.08497C8.55171%207.74664%208.64504%207.45497%208.83171%207.2333C9.01837%206.99997%209.25171%206.8833%209.52004%206.8833H24.6167C24.8967%206.8833%2025.1184%206.99997%2025.305%207.2333C25.4917%207.46664%2025.585%207.74664%2025.585%208.08497C25.585%208.4233%2025.4917%208.71497%2025.305%208.93664C25.1184%209.16997%2024.885%209.28664%2024.6167%209.28664H9.52004ZM9.52004%2015.2016C9.24004%2015.2016%209.01837%2015.085%208.83171%2014.8516C8.64504%2014.6183%208.55171%2014.3383%208.55171%2014C8.55171%2013.6616%208.64504%2013.37%208.83171%2013.1483C9.01837%2012.915%209.25171%2012.7983%209.52004%2012.7983H24.6167C24.8967%2012.7983%2025.1184%2012.915%2025.305%2013.1483C25.4917%2013.3816%2025.585%2013.6616%2025.585%2014C25.585%2014.3383%2025.4917%2014.63%2025.305%2014.8516C25.1184%2015.085%2024.885%2015.2016%2024.6167%2015.2016H9.52004ZM9.52004%2021.105C9.24004%2021.105%209.01837%2020.9883%208.83171%2020.755C8.64504%2020.5216%208.55171%2020.2416%208.55171%2019.9033C8.55171%2019.565%208.64504%2019.2733%208.83171%2019.0516C9.01837%2018.8183%209.25171%2018.7016%209.52004%2018.7016H24.6167C24.8967%2018.7016%2025.1184%2018.8183%2025.305%2019.0516C25.4917%2019.285%2025.585%2019.565%2025.585%2019.9033C25.585%2020.2416%2025.4917%2020.5333%2025.305%2020.755C25.1184%2020.9883%2024.885%2021.105%2024.6167%2021.105H9.52004ZM3.71004%209.37997C3.34837%209.37997%203.03337%209.25164%202.78837%209.00664C2.54337%208.76164%202.41504%208.44664%202.41504%208.0733C2.41504%207.71164%202.54337%207.4083%202.78837%207.1633C3.03337%206.9183%203.34837%206.80164%203.71004%206.80164C4.07171%206.80164%204.38671%206.9183%204.63171%207.1633C4.87671%207.4083%205.00504%207.71164%205.00504%208.0733C5.00504%208.43497%204.87671%208.74997%204.63171%209.00664C4.38671%209.2633%204.07171%209.37997%203.71004%209.37997ZM3.71004%2015.2716C3.34837%2015.2716%203.03337%2015.155%202.78837%2014.91C2.54337%2014.665%202.41504%2014.3616%202.41504%2014C2.41504%2013.615%202.54337%2013.3%202.78837%2013.055C3.03337%2012.81%203.34837%2012.6816%203.71004%2012.6816C4.07171%2012.6816%204.38671%2012.81%204.63171%2013.055C4.87671%2013.3%205.00504%2013.615%205.00504%2014C5.00504%2014.3616%204.87671%2014.665%204.63171%2014.91C4.38671%2015.155%204.07171%2015.2716%203.71004%2015.2716ZM3.71004%2021.1983C3.34837%2021.1983%203.03337%2021.07%202.78837%2020.825C2.54337%2020.58%202.41504%2020.265%202.41504%2019.8916C2.41504%2019.53%202.54337%2019.2266%202.78837%2018.9816C3.03337%2018.7366%203.34837%2018.62%203.71004%2018.62C4.07171%2018.62%204.38671%2018.7366%204.63171%2018.9816C4.87671%2019.2266%205.00504%2019.53%205.00504%2019.8916C5.00504%2020.2533%204.87671%2020.5683%204.63171%2020.825C4.38671%2021.0816%204.07171%2021.1983%203.71004%2021.1983Z%22%20fill%3D%22white%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip0_1056_2744%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%2214%22%20fill%3D%22white%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E") center / contain no-repeat;
}

.crecima .gridlist-toggle>a.active.fa-list-ul:before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M6.66675%2014.6666C6.12141%2014.6666%205.65175%2014.4696%205.25775%2014.0756C4.86375%2013.6816%204.66675%2013.212%204.66675%2012.6666V6.66663C4.66675%206.12129%204.86375%205.65163%205.25775%205.25763C5.65175%204.86363%206.12141%204.66663%206.66675%204.66663H12.6667C13.2121%204.66663%2013.6817%204.86363%2014.0757%205.25763C14.4697%205.65163%2014.6667%206.12129%2014.6667%206.66663V12.6666C14.6667%2013.212%2014.4697%2013.6816%2014.0757%2014.0756C13.6817%2014.4696%2013.2121%2014.6666%2012.6667%2014.6666H6.66675ZM6.66675%2027.3333C6.12141%2027.3333%205.65175%2027.1363%205.25775%2026.7423C4.86375%2026.3483%204.66675%2025.8786%204.66675%2025.3333V19.3333C4.66675%2018.788%204.86375%2018.3183%205.25775%2017.9243C5.65175%2017.5303%206.12141%2017.3333%206.66675%2017.3333H12.6667C13.2121%2017.3333%2013.6817%2017.5303%2014.0757%2017.9243C14.4697%2018.3183%2014.6667%2018.788%2014.6667%2019.3333V25.3333C14.6667%2025.8786%2014.4697%2026.3483%2014.0757%2026.7423C13.6817%2027.1363%2013.2121%2027.3333%2012.6667%2027.3333H6.66675ZM19.3334%2014.6666C18.7881%2014.6666%2018.3184%2014.4696%2017.9244%2014.0756C17.5304%2013.6816%2017.3334%2013.212%2017.3334%2012.6666V6.66663C17.3334%206.12129%2017.5304%205.65163%2017.9244%205.25763C18.3184%204.86363%2018.7881%204.66663%2019.3334%204.66663H25.3334C25.8787%204.66663%2026.3484%204.86363%2026.7424%205.25763C27.1364%205.65163%2027.3334%206.12129%2027.3334%206.66663V12.6666C27.3334%2013.212%2027.1364%2013.6816%2026.7424%2014.0756C26.3484%2014.4696%2025.8787%2014.6666%2025.3334%2014.6666H19.3334ZM19.3334%2027.3333C18.7881%2027.3333%2018.3184%2027.1363%2017.9244%2026.7423C17.5304%2026.3483%2017.3334%2025.8786%2017.3334%2025.3333V19.3333C17.3334%2018.788%2017.5304%2018.3183%2017.9244%2017.9243C18.3184%2017.5303%2018.7881%2017.3333%2019.3334%2017.3333H25.3334C25.8787%2017.3333%2026.3484%2017.5303%2026.7424%2017.9243C27.1364%2018.3183%2027.3334%2018.788%2027.3334%2019.3333V25.3333C27.3334%2025.8786%2027.1364%2026.3483%2026.7424%2026.7423C26.3484%2027.1363%2025.8787%2027.3333%2025.3334%2027.3333H19.3334ZM6.66675%2012.6666H12.6667V6.66663H6.66675V12.6666ZM19.3334%2012.6666H25.3334V6.66663H19.3334V12.6666ZM19.3334%2025.3333H25.3334V19.3333H19.3334V25.3333ZM6.66675%2025.3333H12.6667V19.3333H6.66675V25.3333Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E") center / contain no-repeat;
}

/* tienda grid */
.products-container.products.list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(303px, 1fr));
  gap: 5px;
}




/* paginacion de tienda */
.cre-paginacion .woocommerce-viewing {
  display: none;
}

.cre-paginacion .woocommerce-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.cre-paginacion .woocommerce-pagination ul.page-numbers li {
  margin: 0;
}

.cre-paginacion .woocommerce-pagination a.page-numbers,
.cre-paginacion .woocommerce-pagination span.page-numbers {
  border: 0;
  transition:
    0.3s color,
    0.3s background-color;
}

.cre-paginacion .woocommerce-pagination a.page-numbers:hover,
.cre-paginacion .woocommerce-pagination span.page-numbers:hover {
  background-color: transparent;
  color: #191c1f;
}

.cre-paginacion .woocommerce-pagination a.page-numbers:not(.dots):not(.prev):not(.next),
.cre-paginacion .woocommerce-pagination span.page-numbers:not(.dots) {
  width: 40px !important;
  height: 40px !important;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #E1E1E1;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #151515;
  line-height: normal;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}

.cre-paginacion .woocommerce-pagination span.page-numbers.current {
  border-color: #0059FF !important;
  color: #fff !important;
  background-color: #0059FF !important;
}

.cre-paginacion .woocommerce-pagination a.next.page-numbers:before,
.cre-paginacion .woocommerce-pagination a.prev.page-numbers:before,
.cre-paginacion .woocommerce-pagination a.next.page-numbers i,
.cre-paginacion .woocommerce-pagination a.prev.page-numbers i {
  display: none;
}

.cre-paginacion .woocommerce-pagination a.next.page-numbers,
.cre-paginacion .woocommerce-pagination a.prev.page-numbers {
  width: 40px !important;
  height: 40px !important;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M16.17%2010.5808L9.27771%2017.4731C9.07949%2017.6714%208.9816%2017.9034%208.98405%2018.1691C8.98671%2018.4349%209.09138%2018.6712%209.29805%2018.8781C9.50494%2019.0712%209.73916%2019.1712%2010.0007%2019.1781C10.2623%2019.185%2010.4965%2019.085%2010.7034%2018.8781L19.157%2010.4245C19.2819%2010.2996%2019.3699%2010.1679%2019.421%2010.0295C19.4724%209.89102%2019.498%209.74147%2019.498%209.5808C19.498%209.42013%2019.4724%209.27058%2019.421%209.13213C19.3699%208.99369%2019.2819%208.86202%2019.157%208.73713L10.7034%200.283468C10.5187%200.0988022%2010.29%200.00435789%2010.0174%200.000135007C9.74471%20-0.00408787%209.50494%200.0903564%209.29805%200.283468C9.09138%200.490358%208.98805%200.727912%208.98805%200.996135C8.98805%201.26458%209.09138%201.50224%209.29805%201.70913L16.17%208.5808L1.00071%208.5808C0.716937%208.5808%200.47938%208.67658%200.288046%208.86813C0.0964913%209.05947%200.00071378%209.29702%200.000713768%209.5808C0.000713756%209.86458%200.0964913%2010.1021%200.288046%2010.2935C0.47938%2010.485%200.716936%2010.5808%201.00071%2010.5808L16.17%2010.5808Z%22%20fill%3D%22%23000518%22%2F%3E%0A%3C%2Fsvg%3E") center / 19px no-repeat;
  display: flex;
  margin: 0 4px;
}

.cre-paginacion .woocommerce-pagination a.prev.page-numbers {
  transform: rotate(180deg);
}

/* fin paginacion */