.header__link--search {
  cursor: pointer;
  margin-bottom: 5px;
}

.header__link--cart {
  margin-bottom: 5px;
}

.dropdown_search {
  display: flex;
  cursor: auto;
  background: #F9F5EF;
  position: absolute;
  width: 100vw;
  left: 0;
  right: 0;
  margin-top: 23px;
  z-index: 20;
  width: auto;
  max-height: 160px;
  min-height: 180px;
  border-radius: 0px 0px 24px 24px;
  border-top: 1px rgba(0, 0, 0, 0.25) solid;
  align-items: center;
  justify-content: center;
}

.search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.search-field {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2222%22%20viewBox%3D%220%200%2021%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2219%22%20height%3D%2219%22%20rx%3D%229%22%20stroke%3D%22%23222628%22%20stroke-width%3D%221.4%22%2F%3E%0A%3Cline%20x1%3D%2216.9899%22%20y1%3D%2218%22%20x2%3D%2219.5355%22%20y2%3D%2220.5456%22%20stroke%3D%22%23222628%22%20stroke-width%3D%221.4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 8px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  padding: 5px 5px 5px 35px;
  height: 52px;
  width: 665px;
  max-width: 100%;
  border: 1px solid rgba(30, 50, 56, 0.5);
  border-radius: 6px;
}

.search-field:focus {
  border: 1px solid rgba(30, 50, 56, 0.5);
}

.search-field:hover {
  border: 1px solid rgba(30, 50, 56, 0.3);
}

.search_close_button {
  cursor: pointer;
  position: absolute;
  right: 15%;
  top: 1rem;
}

.mobile-cart_search {
  display: none;
  flex-direction: row;
  vertical-align: middle;
  align-items: center;
}

.icons-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search_close_button:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}

.hide {
  display: none;
}

.show {
  display: flex;
  transition: all 5s;
}

@media (max-width: 1199.98px) {
  .mobile-hide {
    display: none;
  }

  .mobile-cart_search {
    display: flex;
  }

  .search-field {
    width: 60vw;
  }

  .search_close_button {
    right: 5%;
  }
}

@media (max-width: 526px) {
  .search-form {
    flex-direction: column;
    gap: 20px;
  }

  .search-field {
    width: 90vw;
  }

  .search_close_button {
    right: 15px;
    top: 10px;
  }
}


.container-buscador-wrapper {
  background-color: #F2EEE7;
  padding-bottom: 100px;
}

.container-buscador {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.container-buscador-contenido {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 560px;
  height: 404px;

}

.container-buscador-tittle {
  font-family: "HWT Artz";
  font-weight: 700;
  font-size: 52px;
  line-height: 46px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #172934;
  text-align: center;
}

.container-buscador-descripcion {
  color: #172934;
  text-align: center;
}

.texto {
  font-weight: 900;
  font-family: 'Avenir';
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.texto2 {
  font-weight: 500;
  font-family: 'Avenir';
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.search-field {
  border-radius: 6px;
  box-sizing: border-box;
  width: 560px;
  background: #FFFFFF;
  border: 1px solid rgba(80, 80, 80, 0.4);
  padding-top: 11px;
  padding-left: 18px;
  padding-bottom: 11px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);

}


.search-submit {
  background-color: #E14286;
  border-radius: 44.5px;
  text-transform: uppercase;
  width: 208px;
  height: 50px;
  font-family: 'Avenir';
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  align-items: center;
  align-self: center;
  color: #F2EEE7;
}

@media (max-width: 1446px) {
  .container-buscador {
    height: auto;
  }

  .fotobebe {
    width: 50vw;
    height: auto;
  }

  .container-buscador-contenido {
    width: 50vw;
    height: auto;
  }

  .search-field {
    width: auto;
  }
}

@media (max-width: 767px) {
  .container-buscador {
    height: auto;
    flex-direction: column;
  }

  .fotobebe {
    width: 80vw;
    height: auto;
    margin-bottom: 20px;
  }

  .container-buscador-contenido {
    width: 100%;
    height: auto;
  }

  .search-field {
    width: auto;
  }
}

@media (max-width: 367px) {
  .container-buscador {
    width: 100vw;
    height: 755px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: unset;

  }

  .container-buscador-imagen {
    align-items: center;
    display: flex;
    gap: 40px;
  }

  .fotobebe {
    width: 312px;
    height: auto;
  }

  .container-buscador-contenido {
    width: 324px;
    height: 358px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    align-items: center;
  }

  .container-buscador-tittle {
    width: 253px;
    height: 96px;
    font-family: 'HWT Artz';
    font-weight: 900;
    font-size: 36px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #172934;
  }

  .container-buscador-descripcion {
    width: 316px;
    height: 88px;
    color: #172934;
  }

  .texto1 {
    font-family: 'Avenir';
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: -0.01em;
    align-items: center;
    text-align: center;
  }

  .texto2 {
    font-family: 'Avenir';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01em;
    align-items: center;
    text-align: center;
  }

  .search-field {
    background: #FFFFFF;
    border: 1px solid rgba(80, 80, 80, 0.4);
    border-radius: 6px;
    box-sizing: border-box;
    width: 100vw;
    height: auto;
    align-self: center;
  }

  .search-submit {
    width: 100vw;
    height: 50px;
    border-radius: 44px;
    background: #E14286;
    text-align: center;
    align-self: center;
    display: block;
  }
}

/* css 1 version sin el css de figma por defecto*/
@media (min-width: 768px) {
  .buscador_contenedor_letras_resultados {
    max-width: 943px;
    padding-bottom: 80px;
    padding-top: 50px;
  }

  .buscador_letras_resultados {
    font-weight: 700;
    font-size: 52px;
    line-height: 46px;
    letter-spacing: 0.01em;
    color: #172934;
    font-family: 'HWT Artz';

  }

  .buscador_contenedor_principal {
    width: 1133px;
    height: 400px;
    margin: 82px 149px 49px 158px;
  }

  .buscador_contenedor_bebe {
    width: 1041px;
    height: 180px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-direction: row;
  }

  .buscador_contenedor_bebe_imagen {

    width: 180px;
    height: 180px;
    border-radius: 6px;
    background-color: #83CFD0;

  }

  .buscador_imagen_bebe {
    width: 142px;
    height: 168px;
    margin-top: 6px;
    margin-left: 15px;
    background-color: #83CFD0;

  }

  .buscador_contenedor_texto1 {
    width: 837px;
    height: 131px;
    margin-top: 24.5px;
    margin-left: 24px;
  }

  .buscador_contenedor_texto_letras {
    width: 776px;
    height: 79px;
  }

  .buscador_contenedor_texto_letras_primeras {
    width: 776px;
    height: 16px;
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 17px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #172934;
    font-family: 'Avenir';
    text-transform: uppercase;


  }

  .buscador_contenedor_texto_letras_segundas {
    width: 776px;
    height: 31px;
    margin-top: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.01em;
    font-family: 'Avenir';
    color: #172934;
  }


  .buscador_contenedor_boton {
    width: 127px;
    height: 28px;
    margin-top: 40px;
    border-radius: 14px;
    padding: 4px 16px 4px 16px;
    background-color: #FFFFFF;
    border: none;

  }

  .buscador_contenedor_boton_texto {
    width: 95px;
    height: 20px;
    font-weight: 800;
    font-size: 9px;
    line-height: 20px;
    letter-spacing: 0.23em;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .buscador_contenedor_chica {
    width: 100%;
    max-width: 1040px;
    margin-top: 40px;
    gap: 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }


  .buscador_contenedor_imagen {
    width: 180px;
    height: 180px;
    border-radius: 6px;

  }


  .buscador_contenedor_texto2 {
    width: 100%;
    max-width: 837px;
    margin: 22px 0px 22px 24px;
    display: flex;
    justify-content: start;
    flex-direction: column;

  }

  .buscador_contendor_texto_primerasS_letras {
    width: 793px;
    height: 16px;
    margin-right: 44px;
    margin-left: 16px;

    font-weight: 800;
    font-size: 17px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #172934;
    font-family: 'Avenir';
    text-transform: uppercase;

  }

  .buscador_contendor_texto_segundas_letras {
    margin-top: 16px;
    margin-right: 158px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.01em;
    font-family: 'Avenir';
    color: #172934;
  }


  .buscador_contenedor_boton2 {
    width: 127px;
    height: 28px;
    margin-top: 24px;
    border-radius: 14px;
    padding: 4px 16px 4px 16px;
    background-color: #FFFFFF;
    border: none;
  }

  .buscador_contenedor_boton_texto2 {
    width: 95px;
    height: 20px;
    font-weight: 800;
    font-size: 9px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #172934;
  }
}


@media (max-width: 768px) {

  .buscador_contenedor_imagen {
    display: none;
  }

  .buscador_contenedor_bebe_imagen {
    display: none;
  }

  .buscador_contenedor_letras_resultados {
    width: 100%;
    height: 32px;
    margin-top: 80.5px;
    margin-left: 25.5px;
  }

  .buscador_letras_resultados {
    font-weight: 700;
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 0.01em;
    font-family: 'HWT Artz';

  }

  .buscador_contenedor_principal {
    width: 100%;
    height: 413px;
    margin-left: 22px;
    margin-right: 23px;
    margin-bottom: 17.5px;
    margin-top: 51px;
    gap: 40px;


  }

  .buscador_contenedor_texto1 {
    width: 100%;
    height: 185px;
    gap: 24px;
  }

  .buscador_contenedor_texto_letras {
    width: 100%;
    height: 113px;
    gap: 16px;
  }

  .buscador_contenedor_texto_letras_primeras {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    font-family: 'Avenir';
    text-transform: uppercase;
    color: #172934;
  }

  .buscador_contenedor_texto_letras_segundas {
    width: 100%;
    height: 37px;
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    font-family: 'Avenir';
  }

  .buscador_contenedor_boton {
    width: 127px;
    height: 28px;
    margin-top: 40px;
    margin-right: 188px;
    margin-bottom: 13px;
    border-radius: 14px;
    padding: 4px 16px 4px 16px;
    gap: 10px;
    background-color: #FFFFFF;
    border: none;

  }

  .buscador_contenedor_boton_texto {
    width: 95px;
    height: 20px;
    margin: 4px 16px 4px 16px;
    font-weight: 800;
    font-size: 9px;
    line-height: 20px;


    color: #172934;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;


  }

  .buscador_contenedor_texto2 {
    width: 100%;
    min-height: 100px;
    margin-top: 48.5px;
    gap: 24px;

  }

  .buscador_contendor_texto_primerasS_letras {
    width: 100%;
    height: 16px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #172934;
    font-family: 'Avenir';
    text-transform: uppercase;
  }

  .buscador_contendor_texto_segundas_letras {
    width: 100%;
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #172934;
    font-family: 'Avenir';
  }

  .buscador_contenedor_boton2 {
    width: 127px;
    height: 28px;
    margin-top: 24px;
    margin-right: 188px;
    border-radius: 14px;
    padding: 4px 16px 4px 16px;
    gap: 10px;
    background-color: #FFFFFF;
    border: none;
  }

  .buscador_contenedor_boton_texto2 {
    font-weight: 700;
    font-size: 9px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #172934;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.listado-buscador {
  width: 100%;
  background: #F2EEE7;
}

.listado-buscador .nav-links {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listado-buscador .nav-links a {
  border-radius: 14px;
  padding: 8px 16px 8px 16px;
  background-color: #FFFFFF;
  border: none;
  color: #172934;
}
