/*!********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!../themes/home.css ***!
  \********************************************************************/

@media (max-width: 767px) {
	.home .container.products { max-width: 100%; }
}

.home .maisvendidos h2, .home .novidades h2 {
	margin-top: 0;
	border: 0;
}

.home h2 {
	text-align: center;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	margin-left: 30px;
}

.home .products{padding: .5rem 0}
.home .products .slick-track{margin: 0!important}
.home .products>div{padding:0 10px}
.home .banner-mini{margin:0;padding:0}
.home .banner-mini .item{padding:0 10px;margin:10px 0 0 0}
.home .banner-mini .item img {max-width: 100%; height: auto;}
.home .banner-mini .item:first-child{padding-left:0}
.home .banner-mini .item:last-child{padding-right:0}
@media (max-width:575px){
	.home .banner-mini .item{padding:0 0 20px 0 }
	.home .banner-mini .item:last-child{padding-bottom:0}
}

.home .categorias a{font-size:12px}

.home .categorias a{font-size:12px}
.carousel-categories-container {
    background-color: #f7f7f7;
    padding: 5rem 0;
}

.carousel-container {
  max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    gap: 40px;
}

.title-objetive {
   width: 300px; 
    flex-shrink: 0;
    margin-left: 33px;}

 .main-title {
    display: block;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #222;
}

.categories.carousel .card {
position: relative;
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease;
    aspect-ratio: 4 / 5;}

.categories.carousel .card:hover {
    transform: translateY(-5px);
}

.categories.carousel .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.categories.carousel .card .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: auto;
    background-color: #0075a9;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 15px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.categories.carousel .card .title::after {
    content: '→';
}

.categories.carousel .slick-slide {
    margin: 0 10px;
}

.categories.carousel .slick-list {
    margin: 0 -10px;
}

.categories.carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.healthy-origins-banner 
  .container-principal {
    display: flex;
    align-items: stretch; 
    width: 100%;
    overflow: hidden;
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .painel-esquerdo {
        width: 57%;
    background-color: #e8d765;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    padding: 15px 128px 20px 60px;
  }

  .painel-direito {
    width: 55%;
    margin-left: -10%; 
    position: relative;
    z-index: 1; 
  }

  .imagem-fundo {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }

  .produto-principal {
    width: 47%; 
  }

  .conteudo-inferior {
    display: flex;                    
    gap: 35px;                
  }

  .subtitulo-produto {
    font-size: 16px;
    color: #252323;
    margin: 0;
    font-weight: 500;
  }

  .btn-conheca {
    background-color: #0075a9;
    color: white;
    padding: 6px 21px;
    margin-top: 16px;
    margin-bottom: 18px;

    &:hover {
      background-color: #005f87;
    }
  }

  
@media (max-width: 768px) {
  .healthy-origins-banner .produto-principal {
    width: 100%;
  }

  .healthy-origins-banner .conteudo-inferior {
    flex-direction: column;
    align-items: flex-start; 
  }
}

@media (max-width: 480px) { 
  .healthy-origins-banner .container-principal {
    flex-direction: column;
    height: auto; 
  }

  .healthy-origins-banner .painel-esquerdo,
  .healthy-origins-banner .painel-direito {
    width: 100%;
  }
  .healthy-origins-banner .painel-esquerdo {
    padding: 40px 20px;
  }
  .healthy-origins-banner .painel-direito {
    margin-left: 0;
    height: 250px; 
  }
  .healthy-origins-banner .produto-principal {
    max-width: 240px; 
  }
  .healthy-origins-banner .conteudo-inferior {
    flex-direction: column;
    align-items: center; 
    gap: 20px;
  }
  .healthy-origins-banner .subtitulo-produto {
    text-align: center;
  }
}



.insta-title {
  display: flex;
  justify-content: center; 
  align-items: center;         
  font-family: sans-serif;
  font-size: 1.3rem;
  margin-bottom: 15px;  
    font-weight: bold;
}
#insta {
 vertical-align: middle;
   display: inline-block;
  width: 60px;
  height: 60px;
}
#insta svg{
 width: 100%;
  height: 100%;
}
.image-gallery {
  display: flex;             
  gap: 1.5rem;     
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;

}
.image-gallery img {   
  height: 220px;            
  border-radius: 20px;   
}

.testimonial-card .header strong {
  font-size: 1.05rem;
  color: #222;
}
.testimonial-card .header .stars {
  color: #ff8325;
  font-size: 1.1rem;
}
.testimonial-card .header .stars .star-empty {
  color: #ccc;
}
.testimonial-card .body {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}
