:root {
  --verde-1: #d1e8a0;
  --lilaz-1: #946ecc;
  --laranja-1: #FF4605;
  --poppins: "Poppins", sans-serif;
  --roboto: "Roboto", sans-serif;
}

#detalhe-produto {
  background: url("../imagens/detalhe-produto-bg.png") no-repeat center top;
}
#detalhe-produto .padding {
  height: 220px;
}
#detalhe-produto .margem {
  margin-bottom: 65px;
}
#detalhe-produto .imagem img {
  filter: drop-shadow(-20px 20px 20px rgba(0, 0, 0, 0.2));
  max-height: 625px;
  max-width: 417px;
}
#detalhe-produto .info {
    max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#detalhe-produto .info .logo-linha {
  margin-bottom: 15px;
  height: 60px;
}
#detalhe-produto .info .logo-linha img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-position: left center;
}
#detalhe-produto .info .objeto-verde {
  margin-bottom: 15px;
}
#detalhe-produto .info .categoria {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 20px;
}
#detalhe-produto .info .nome {
  font-size: 40px;
  color: black;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 46px;
  font-family: var(--calistoga);
}
#detalhe-produto .info .medida {
  font-size: 22px;
  color: black;
  text-transform: lowercase;
  font-weight: 400;
  margin-bottom: 35px;
  line-height: 22px;
}
#detalhe-produto .info .area-botao .botao {
  height: 52px;
  line-height: 52px;
  font-size: 16px;
}
#detalhe-produto .titulo-tipo-cabelo {
  font-size: 18px;
  font-weight: 600px;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
  width: 105px;
}
#detalhe-produto .tipos-cabelo {
  display: flex;
  flex-wrap: wrap;
}
#detalhe-produto .tipos-cabelo .tipo {
  width: 50%;
}
#detalhe-produto .tipos-cabelo .tipo span {
  margin-right: 7px;
}
#detalhe-produto .tipos-cabelo .tipo span img {
  height: 16px;
}
#detalhe-produto .tipos-cabelo .tipo strong {
  font-size: 12px;
  font-weight: 400;
  color: black;
  line-height: 22px;
}
#detalhe-produto .detalhes .opcoes ul {
  padding: 0;
  display: flex;
  height: 70px;
  justify-content: flex-start;
  align-items: center;
  gap: 35px;
}
#detalhe-produto .detalhes .opcoes ul li a {
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
#detalhe-produto .detalhes .opcoes ul li a:hover, #detalhe-produto .detalhes .opcoes ul li a.active {
  color: var(--lilaz-1);
  text-decoration: none;
}
#detalhe-produto .detalhes .textos .texto {
  font-family: var(--roboto);
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
#detalhe-produto .detalhes .textos #texto-ingredientes, #detalhe-produto .detalhes .textos #texto-modo {
  display: none;
}

/* BANNER E FILTRO - TIPO DE CABERLO */
#banner-2022 {
  width: 100%;
  object-fit: cover;
  position: relative;
}

#banner-2022 .skaletes {
  position: relative;
  z-index: -1;
  max-width: 1337px;
  width: 100%;
}

#banner-2022 .objeto {
  position: absolute;
  top: 234px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1500px;
  width: 100%;
}

#banner-2022 .frase {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  font-family: "rumble-brave";
  color: white;
  font-size: 56px;
}

#link-alternativo {
  text-align: center;
  height: 80px;
  padding-top: 15px;
  display: block;
  font-weight: 500;
}
#link-alternativo a {
  margin-top: 10px;
  color: white;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
}

/*-lg*/
@media (max-width: 1199.98px) {
  #banner-2022 {
    height: 275px;
  }

  #banner-2022 .objeto {
    top: 110px;
  }

  #banner-2022 .frase {
    font-size: 40px;
    line-height: normal;
    width: 100%;
    bottom: 10px;
  }

  #banner-2022 .frase img {
    vertical-align: sub;
  }
}
/*-md*/
@media (max-width: 991.98px) {
  #detalhe-produto .padding {
    height: 150px;
  }
  #detalhe-produto .imagem {
    margin-bottom: 50px;
  }
  #detalhe-produto .info .logo-linha img {
    object-position: right center;
  }
  #detalhe-produto .detalhes {
    margin-top: 50px;
  }

  #banner-2022 {
    height: 275px;
  }

  #banner-2022 .objeto {
    top: 110px;
  }

  #banner-2022 .frase {
    font-size: 40px;
    line-height: normal;
    width: 100%;
    bottom: 10px;
  }

  #banner-2022 .frase img {
    vertical-align: sub;
  }
}
/*-sm*/
@media (max-width: 767.98px) {
  #detalhe-produto .detalhes .textos .texto {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
  }
  #detalhe-produto .detalhes .textos .texto .titulo {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--lilaz-1);
  }
  #detalhe-produto .detalhes .textos #texto-ingredientes, #detalhe-produto .detalhes .textos #texto-modo {
    display: block;
  }

  #banner-2022 {
    height: 215px;
  }

  #banner-2022 .objeto {
    top: 100px;
  }

  #banner-2022 .frase {
    font-size: 30px;
  }
  #detalhe-produto .imagem img {
    max-height: 520px;
    max-width: 300px;
  }
}
/*-mobile*/
@media (max-width: 575.98px) {
  #detalhe-produto .titulo-tipo-cabelo {
    width: auto;
    margin-bottom: 15px;
    text-align: left;
  }

  #banner-2022 .objeto {
    top: 65px;
    z-index: 1;
  }

  #banner-2022 .frase {
    top: 50%;
    font-size: 35px;
  }
  #link-alternativo {
    height: auto;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
  }
  #detalhe-produto .imagem {
    margin-bottom: 0px;
  }
  #detalhe-produto .info .objeto-verde {
    display: none;
  }
  #detalhe-produto .detalhes {
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  #banner-2022 .frase {
    font-size: 25px;
  }

  #banner-2022 .frase img {
    width: 50px;
  }
}

/*# sourceMappingURL=produto.css.map */
