#banner-center-bottom .container {
	width: 100%;
}

#banner-center-bottom .container .banner-container {
	width: 100%;
}

#banner-center-bottom .container .banner-container .container {
	width: 100%;
}

#banner-center-bottom .banner-container {
	justify-content: space-between;
	gap: 10px;
	display: flex;
	align-items: center;
	margin-top: 80px;
}

#banner-center-bottom .banner-container>.container {
	width: calc(100% - 550px);
	margin: 0;
	padding: 0;
}

#banner-center-bottom .banner-container>.banner-item {
	height: auto;
}

/* Novos estilos para cards de lançamentos */
.lancamentos-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 80px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.lancamentos-card {
	flex: 0 1 calc(33.333% - 20px);
	background: white;
	border: 2px solid #FFB6D9;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(255, 25, 126, 0.1);
	transition: all 0.3s ease;
	position: relative;
	min-height: 400px;
	display: flex;
	flex-direction: column;
}

.lancamentos-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(255, 25, 126, 0.2);
	border-color: #FF197E;
}

.card-image-container {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.lancamentos-card:hover .card-image {
	transform: scale(1.05);
}

.btn-favorito {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 2;
}

.btn-favorito:hover {
	background: #FF197E;
	color: white;
	transform: scale(1.1);
}

.btn-favorito i {
	font-size: 18px;
	color: #FF197E;
	transition: color 0.3s ease;
}

.btn-favorito:hover i {
	color: white;
}

.btn-favorito.favorited {
	background: #FF197E;
}

.btn-favorito.favorited i {
	color: white;
}

.card-content {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card-title {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}

.card-price {
	margin-bottom: 20px;
	text-align: center;
}

.preco-anterior {
	color: #999;
	text-decoration: line-through;
	font-size: 16px;
	margin: 0 0 5px 0;
}

.preco-atual {
	color: #FF197E;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 5px 0;
}

.preco-parcelado {
	margin-top: 1rem;
	color: #666;
	font-size: 14px;
	margin: 0;
	font-weight: 500;
}

.card-actions {
	display: flex;
	gap: 10px;
}

.btn-comprar, .btn-espiar {
	flex: 1;
	padding: 12px 20px;
	border: none;
	border-radius: 25px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.btn-comprar {
	background: #3379AA;
	color: white;
}

.btn-comprar:hover {
	background: #E0156A;
	transform: translateY(-2px);
}

.btn-espiar {
	background: transparent;
	color: #FF197E;
	border: 2px solid #FF197E;
}

.btn-espiar:hover {
	background: #FF197E;
	color: white;
	transform: translateY(-2px);
}

.indisponivel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 0, 0, 0.9);
	color: white;
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	z-index: 3;
}

.carrossel_lancamentos .buttons-product {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.carrossel_lancamentos .buttons-product a {
	text-decoration: none;
	transition: .3s;
}

.carrossel_lancamentos .buttons-product a:hover {
	scale: 1.1;
	transition: .3s;
}

.carrossel_lancamentos .buttons-product a:first-child {
	background-color: var(--azul);
	color: white;
	padding: 15px 30px;
	border-radius: 50px;
}

.carrossel_lancamentos .buttons-product a:last-child {
	color: #555;
	background-color: var(--rosaClaro);
	border-radius: 50px;
	padding: 15px 30px;
}

.carrossel_lancamentos .infos {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	height: 100px;
}

.carrossel_lancamentos .infos strong {
	color: #999;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 400;
}

.carrossel_lancamentos .preco {
	font-size: 18px;
}

.carrossel_lancamentos strong {
	font-size: 20px;
	font-weight: 400px;
}

.carrossel_lancamentos .item {
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid var(--azulClaro);
	position: relative;
	width: 100%;
	padding: 10px;
	height: 583px;
	box-sizing: border-box;
}

.carrossel_lancamentos .item>a {
	display: block;
	height: 320px;
}

.carrossel_lancamentos .preco {
	font-weight: 700;
	color: #555;
}

.carrossel_lancamentos .preco p {
	position: relative;
	text-align: center;
}

.carrossel_lancamentos .preco .precoDe {
	color: #999;
	font-weight: 400;
	text-decoration: line-through;
}

.carrossel_lancamentos .preco span {
	position: absolute;
	right: 60%;
	font-size: 12px;

	font-weight: 400;
	color: #999;
}

#banner-center-bottom .banner-content {
	height: 100%;
}

#banner-center-bottom .banner-content img {
	border: 1px solid var(--rosaClaro);
	height: 100%;
}

.carrossel_lancamentos .item a img {
	object-fit: contain;
	height: 100%;
}

.carrossel_lancamentos .owl-stage-outer .owl-stage .owl-item {
	/* width: 280px !important; */
	height: 100%;
}

.carrossel_lancamentos .owl-nav {
	display: none !important;
}

.carrossel_lancamentos .item:hover {
	opacity: 1;
}

.carrossel_lancamentos .owl-item.selected .item {
	opacity: 1;
	/* Opacidade total para o item selecionado */
}

.carrossel_lancamentos .tamanhos {
	display: none;
	position: absolute;
	bottom: 100px;
	width: 100%;
	justify-content: center;
	margin-top: 10px;
	text-align: center;
}

.carrossel_lancamentos .tamanhos .tamanho {
	display: inline-block;
	background-color: #e0e0e0;
	color: #141414;
	margin: 0 5px;

	padding: 10px 15px;
	vertical-align: bottom;

	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	border-radius: 3px;
}

.carrossel_lancamentos .tamanhos .tamanho:hover {
	background-color: #666;
	text-decoration: none;
	color: white;
}

.carrossel_lancamentos .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
	/* Para evitar que interfira em cliques */
}

.carrossel_lancamentos .owl-nav .owl-prev,
.carrossel_lancamentos .owl-nav .owl-next {
	color: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	cursor: pointer;
	pointer-events: all;
	/* Para permitir a interação com cliques */
	transition: background-color 0.3s ease, color 0.3s ease;
}

.carrossel_lancamentos .owl-nav .owl-prev:hover,
.carrossel_lancamentos .owl-nav .owl-next:hover {
	color: #fff;
}

.carrossel_lancamentos .owl-nav .owl-prev {
	left: 10px;
}

.carrossel_lancamentos .owl-nav .owl-next {
	right: 10px;
}

.carrossel_lancamentos .owl-nav.disabled {
	display: none;
	/* Esconde os botões se a navegação não estiver disponível */
}















#banner-center-bottom .owl-nav {
	position: absolute !important;
	top: 50% !important;
	width: 100% !important;
	display: none !important;
	justify-content: space-between !important;
	transform: translateY(-50%) !important;
	pointer-events: none !important;
	/* Evita que interfira na navegação ao clicar */
}

#banner-center-bottom .owl-nav .owl-prev,
#banner-center-bottom .owl-nav .owl-next {
	background-color: transparent !important;
	/* Deixa o fundo transparente */
	color: #fff !important;
	border: 2px solid #fff !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	text-align: center !important;
	line-height: 40px !important;
	font-size: 18px !important;
	cursor: pointer !important;
	pointer-events: all !important;
	/* Ativa a interação do mouse */
	transition: background-color 0.3s ease, color 0.3s ease !important;
}

#banner-center-bottom .owl-nav .owl-prev:hover,
#banner-center-bottom .owl-nav .owl-next:hover {
	background-color: #fff !important;
	color: #1c274c !important;
	/* Cor de destaque ao passar o mouse */
}

#banner-center-bottom .owl-nav .owl-prev {
	left: 10px !important;
	/* Posiciona o botão "prev" à esquerda */
}

#banner-center-bottom .owl-nav .owl-next {
	right: 10px !important;
	/* Posiciona o botão "next" à direita */
}

#banner-center-bottom .owl-dots {
	text-align: center !important;
}

#banner-center-bottom .owl-dots .owl-dot {
	width: 30px !important;
	height: 30px !important;
	margin: 0 5px !important;
	background: transparent !important;
	border: 2px solid #ffffff !important;
	border-radius: 50% !important;
	background-color: var(--cinzaClaro) !important;
	display: inline-block !important;
}

#banner-center-bottom .owl-dots .owl-dot.active {
	margin-top: 20px !important;
	border-color: var(--azul) !important;
	background-color: var(--azul) !important;
}

#banner-center-bottom .owl-stage-outer {
	position: relative !important;
}

#banner-center-bottom .owl-controls {
	position: absolute !important;

	width: 100% !important;
	top: 90% !important;
}

/* Media Queries para Responsividade */
@media (max-width: 1024px) {
	.lancamentos-grid {
		gap: 15px;
	}
	
	.lancamentos-card {
		flex: 0 1 calc(50% - 15px);
	}
	
	.card-image-container {
		height: 250px;
	}
	
	.card-title {
		font-size: 16px;
		height: 45px;
	}
	
	.preco-atual {
		font-size: 22px;
	}
	
	.btn-comprar, .btn-espiar {
		padding: 10px 15px;
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.lancamentos-grid {
		gap: 10px;
		padding: 0 10px;
	}
	
	.lancamentos-card {
		flex: 0 1 calc(50% - 10px);
	}
	
	.card-image-container {
		height: 220px;
	}
	
	.card-content {
		padding: 15px;
	}
	
	.preco-atual {
		font-size: 20px;
	}
	
	.preco-parcelado {
		font-size: 12px;
	}
	
	.btn-favorito {
		width: 35px;
		height: 35px;
		top: 10px;
		right: 10px;
	}
	
	.btn-favorito i {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.lancamentos-card {
		flex: 0 1 100%;
	}
	
	.card-image-container {
		height: 250px;
	}
	
	.card-title {
		font-size: 16px;
		height: 50px;
	}
	
	.preco-atual {
		font-size: 22px;
	}
	
	.preco-parcelado {
		font-size: 13px;
	}
	
	.card-actions {
		flex-direction: column;
		gap: 8px;
	}
	
	.btn-comprar, .btn-espiar {
		padding: 12px 20px;
		font-size: 14px;
	}
}

@media (max-width: 1400px) {
	.banner-container {
		flex-wrap: wrap;
	}

	.banner-container .container {
		width: 100% !important;
	}

	.banner-container .banner-item {
		min-width: auto !important;
		width: 100%;
	}

	#banner-center-bottom .banner-container {
		justify-content: center;
	}

	.banner-container .banner-item .banner-content img {
		width: 500px !important;
	}

	#emailNovidades .container {
		flex-direction: column;
		text-align: center;
	}

	footer .container .cell-none > div {
		margin: 10px 0 !important;
	}

	footer {
		padding-bottom: 100px;
	}

	#gmailCart {
		display: none;
	}
}

@media (max-width: 768px) {
	#sobre-nos {
		margin-top: 100px !important;
	}

	#sobre-nos .sobre-nos p {
		font-size: 1.5rem;
	}

	#sobre-nos .container>div {
		max-width: 100%;
		margin-bottom: 30px;
	}

	#banner-center-home .banner-item {
		flex: 1 1 250px;
	}
}