/*!********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!../themes/home.css ***!
  \********************************************************************/
.home {
	h2 {
		text-align: center;
		width: 100%;
		text-transform: uppercase;
		font-size: 1.5rem;
		font-weight: 700;
		margin: 0;
	}
	.banner-mini{
		margin:0;padding:0;
		.item{
			padding:0 10px;margin:10px 0 0 0;
			img {max-width: 100%; height: auto;}
			&:first-child{padding-left:0}
			&:last-child{padding-right:0}
		}
	}
	.products{
		padding: .5rem 0;
		.slick-track{margin: 0!important}
		.slick-dots{margin: 1rem 0!important}
		&>div{padding:0 10px}
	}
	.maisvendidos h2, .novidades h2 {
		margin-top: 0;
		border: 0;
	}
	#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;
				&.selected{
					border-bottom: 4px solid #000;
				}
			}
		}
	}
}
@media (max-width: 767px) {
	.home .container.products { max-width: 100%; }
}
@media (max-width:575px){
	.home .banner-mini .item{padding:0 0 20px 0 }
	.home .banner-mini .item:last-child{padding-bottom:0}
}
