/*!********************************************************************!*\
  !*** 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 {
	 font-family: Maven Pro, sans-serif;
	text-align: left ;
	width: 100%;
	/*text-transform: uppercase;*/
	font-size: 2rem;
	font-weight: 700;
	margin: 48px 0px 14px 0px;
	color: var(--font-color);
}

.home .products{padding: .5rem 0}
.home .products .slick-track{margin: 0!important}
.home .products .slick-dots{margin: 1rem 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{padding-bottom:20px}
.home .categorias a{font-size:12px}
.discount {
	color: #fff;
	background-color: #449a47;
	position: fixed;
	right: 0;
	bottom: 50%;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;

	transform: translateX(110%);
	animation: slide-in 200ms  ease-out forwards;
	animation-delay: 500ms;
	z-index: 50;

	.dicount-content {
		padding: .5rem 2rem;
		position: relative;
		display: flex;
		flex-direction: column;

		.text-wrapper {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;

			span {
				line-height: 1.25;
				font-size: .875rem;
			}
		}

		span {
			font-size: .625rem;
		}
		.icon-close {
			position: absolute;
			left: -6px;
			top: -6px;
			background-color: #000000;
			cursor: pointer;
			width: 16px;
			height: 16px;
			border-radius: 9999px;
			display: flex;
			align-items: center;
			justify-content: center;

			svg {
				width: 8px;
			}
		}
	}

	&.hide {
		display: none!important;
	}
}
@keyframes slide-in {
	to {
		transform: translateX(0);
	}
}

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

.img-container .img-static-banner {
	margin: 6px;
}

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

.carousel-banner img {
	margin-bottom: 10px;
}

