.favoritos {
  margin-bottom: 60px;
}
.favoritos_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0px 24px 0px;
}
.favoritos_title h1 {
  font-size: 26px;
  font-weight: 400;
  line-height: 30.47px;
  color: var(--primary);
}

.favoritos_buscar_input {
  position: relative;
}
.favoritos_buscar_input input {
  height: 48px;
  width: 360px;
  border-radius: 8px;
  border: 1px solid #b0b0b0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 40px 12px 16px;
  color: var(--gray);
}
.favoritos_buscar_input i {
  font-size: 20px;
  color: #686868;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.favoritos_buscar_input input::placeholder {
  color: #b0b0b0;
}
.favoritos_horizontal {
  margin: 24px 0;
}
.favoritos_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.favoritos_card {
  position: relative;
  display: flex;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 1px 3px 0px #0000001f, 0px 2px 2px 0px #0000001f, 0px 0px 2px 0px #00000024;
}
.favoritos_card img {
  width: 167px;
  height: 120px;
}
.favoritos_cardFlex {
  display: flex;
  gap: 12px;
}
.favoritos_cardContent {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.favoritos_cardContent h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  color: var(--primary);
}
.favoritos_cardContent p {
  font-size: 16px;
  font-weight: 300;
  line-height: 18.75px;
  color: var(--gray);
}
.favoritos_cardContent p strong {
  font-weight: 700;
  color: var(--primary);
}
.favoritos_cardContent small {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.41px;
  color: var(--gray);
}
.favoritos_cardContent_link {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #182858;
  display: flex;
  align-items: center;
  gap: 8px;
}
.favoritos_cardContent_link:hover {
  color: #182858;
  cursor: pointer;
}
.favoritos_cardContent_link i {
  font-size: 24px;
  color: #182858;
}
.favoritos_cardLink {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.favoritos_carrito {
  background-color: #0085ff;
  color: white;
  padding: 10px 22px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  gap: 4px;
}
.favoritos_carrito:hover {
  background-color: #0085ff;
  color: white;
}
.favoritos_carrito i {
  font-size: 24px;
}
.favoritos_trash {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #0085ff;
}
.favoritos_trash span {
  text-decoration: underline;
}
.favoritos_cardHorizontal {
  display: none;
}
.favoritos_vacio {
  background: #f8f8f8;
  padding-top: 32px;
  padding-bottom: 55px;
}
.favoritos_vacioGrid {
  display: grid;
  gap: 30px;
  align-items: flex-start;
}
.favoritos_vacioGrid:only-child {
  grid-template-columns: 1fr;
}
.favoritos_vacioGrid:has(> div:nth-child(2)) {
  grid-template-columns: 1fr 357px;
}
.favoritos_vacioContent {
  padding: 40px 24px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 1px 3px 0px #0000001f, 0px 2px 2px 0px #0000001f, 0px 0px 2px 0px #00000024;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.favoritos_vacioTitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 30.47px;
  color: var(--primary);
}
.favoritos_vacioParrafo {
  font-size: 20px;
  font-weight: 300;
  line-height: 23.44px;
  text-align: center;
  color: var(--gray);
}
.favoritos_vacioSubtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 25.78px;
  color: var(--primary);
}
.favoritos_productoGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.favoritos_vacioCard {
  width: 281px;
  padding: 24px;
  gap: 16px;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px #0000001f, 0px 2px 2px 0px #0000001f, 0px 0px 2px 0px #00000024;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.favoritos_vacioCard:hover {
  box-shadow: 0px 5px 6px 0px #5f5f5f33, 0px 3px 16px 0px #5f5f5f1f, 0px 9px 12px 0px #5f5f5f24;
}
.favoritos_vacioCard i {
  font-size: 33px;
  color: var(--secondary);
}
.favoritos_vacioCard:hover i {
  color: #233671;
}
.favoritos_vacioCard span {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  color: var(--primary);
}
.favoritos_vacioCard:hover span {
  text-decoration: underline;
}
.favoritos_vacioTuID {
  align-items: flex-start;
}
.favoritos_vacioTuID img {
  width: 140px;
}
.favoritos_vacioList {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.favoritos_vacioList ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.favoritos_vacioList li {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: 4px;
}
.favoritos_vacioList i {
  font-size: 11px;
  color: var(--secondary);
}
.favoritos_vacioLink {
  padding: 10px 22px;
  gap: 10px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  color: white;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
}
.favoritos_vacioLink:hover {
  background: #006cd8;
  color: white;
}
.favoritos_vacioLink i {
  font-size: 24px;
}

@media (max-width: 990px) {
  .favoritos_card img {
    width: 120px;
    height: 120px;
  }
  .favoritos_vacioGrid:has(> div:nth-child(2)) {
    grid-template-columns: 1fr;
  }
  .favoritos_vacioCard {
    width: auto;
  }
}
@media (max-width: 767px) {
  .favoritos_title {
    flex-direction: column;
    gap: 15px;
  }
  .favoritos_card {
    flex-direction: column;
    gap: 32px;
    padding: 10px;
  }
  .favoritos_cardLink {
    flex-direction: row;
    gap: 10px;
    margin: auto;
  }
  .favoritos_carrito {
    order: 1;
  }
  .favoritos_cardFlex {
    gap: 8px;
  }
  .favoritos_cardHorizontal {
    display: block;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #0000001f;
  }
  .favoritos_vacioCard {
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .favoritos_vacioCard span {
    font-size: 14px;
  }
  .favoritos_vacioImg {
    display: block;
    width: 100%;
  }
  .favoritos_vacioSubtitle {
    font-size: 18px;
    text-align: center;
  }
  .favoritos_vacioTitle {
    font-size: 24px;
    text-align: center;
  }
  .favoritos_vacioParrafo {
    font-size: 16px;
  }
  .favoritos_vacioContent {
    gap: 16px;
  }
  .favoritos_vacioContent:nth-child(1) {
    box-shadow: none;
    padding: 40px 0;
  }
  .favoritos_vacio {
    background: white;
  }
  .favoritos_vacioGrid {
    gap: 0px;
  }
  .favoritos_productoGrid {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .favoritos_buscar_input input {
    width: 300px;
  }
  .favoritos_card img {
    width: 74px;
    height: 74px;
  }
  .favoritos_carrito i {
    font-size: 18px;
  }
  .favoritos_cardLink a {
    font-size: 13px;
    padding: 8px 6px;
  }
  .favoritos_cardHorizontal {
    bottom: 40px;
  }
}
