/*!********************************************************************!*\
  !*** 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.25rem;
	margin: 0;
	margin-bottom: 1rem;
}
.home {
	.products{padding: .5rem 0}
	/* .products .slick-track{margin: 0!important} */
	.products .slick-dots{margin: 1rem 0!important}
	.products>div{padding:0 10px}
	.banner-mini{margin:0;padding:0}
	.banner-mini .item{padding:0 10px;margin:10px 0 0 0}
	.banner-mini .item img {max-width: 100%; height: auto;}
	.banner-mini .item:first-child{padding-left:0}
	.banner-mini .item:last-child{padding-right:0}
	@media (max-width:575px){
		.banner-mini .item{padding:0 0 20px 0 }
		.banner-mini .item:last-child{padding-bottom:0}
	}
	.categorias{
		.category-item {
			background-color: #fff;
			padding: 1.5rem;
		}
		padding-bottom:20px;
		a{
			text-transform: uppercase;
			font-size:14px;
			img{
				padding: 2rem;
				background-color: #f9f9f9;
			}
		}
	}
	#destaques{
		background-color: #efefef;
		padding: 2rem 0;
		.title{
			padding-bottom: 2rem;
		}
		.destaque-tab{
			gap: 1rem;
			background-color: #fff;
			list-style: none;
			padding: .75rem 0rem;
			border-radius: 5px;
			.item-tab{
				text-transform: uppercase;
				font-weight: 500;
				font-size: 18px;
				padding: .5rem 3rem;
				cursor: pointer;
				&.selected{
					border-bottom: 4px solid var(--ternary-color);
				}
			}
		}
	}

}

.carousel-banner {
	margin: 20px 5px;
	padding: 20px;

	img {
		margin-bottom: 10px;
	}
}

.banner-container {
	.img-container {
		display: flex;
		align-items: center;
		justify-content: center;

		a {
			flex: 1;
			margin: 0 5px;
		}

		img {
			width: 100%;
			height: auto;
			max-width: 100%;
			object-fit: cover;
			max-width: 68vw;
		}
	}
}
