header {
	font-family: "Inter", sans-serif !important;
	font-weight: 500;

	position: inherit;
	z-index: 999;

	box-shadow: 0px 2px 15px 0px rgba(255, 183, 243, 0.719);

	background-color: #fff;
	margin-bottom: 10px;
}

header .c-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .container {
	width: 95%;
}

header .container .c-search {
	max-width: 560px;
	width: 100%;
	display: flex;
	gap: 1rem;
	flex-direction: column;
	align-items: center;
}

header .container .c-search .links-social {
	margin: 0;
	padding: 0;
}

header .container .c-search .links-social li a, header .container .c-search .links-social li , header .container .c-search .links-social li .fa-instagram:before{
	color: #FF197E;
}

header .container .c-search form {
	width: 100%;
}

header .menu-container {
	width: 100%;
	padding: 0;
}

header .menu-topo-link {
	width: 100%;
	padding: 0;
	margin: 0;

	color: #1a1a1a !important;
}

#categoriasHeader {
	padding: 0 20px;
	padding-bottom: 8px;

	position: initial;

	margin: 0;
	z-index: 10;
	box-shadow: none;
	background-color: transparent;
	width: 100%;
	background-repeat: repeat-x;
	height: 70px;
	background-size: contain;

	display: flex;
	align-items: center;

	color: white;
}

#categoriasHeader .sessoes-header {
	height: 100%;
	width: 100%;
}

#categoriasHeader .sessoes-header .c-header-nav ul {
	list-style: none;
}

.header-link {
	display: block;
	height: 100%;
	padding: 10px;
	transition: .3s;
}

.header-link:hover {
	text-decoration: none;
	transition: .3s;
	scale: 1.1;
}

#categoriasHeader .sessoes-header .c-header-nav {
	width: 100%;
	height: 100%;  
	gap: 60px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

#categoriasHeader .sessoes-header .c-header-nav .menu-container {
	height: 100%;
	width: 100%;
}

#categoriasHeader .sessoes-header .c-header-nav .menu-container > .menu-topo-link {
	align-items: center;
	height: 100%;
}

#bannerWhatsappHeader {
	background-color: #41C316;
	color: white;
	text-decoration: none;
	cursor: pointer;
	border-radius: 50px;
	height: 44px;
	width: 240px;

	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bolder;
	transition: .3s;
}

#banner-top .banner {
	height: min(720px, 56.25vw);
	min-height: 220px;
}

#banner-top .owl-stage-outer {
	height: 100%;
}

#banner-top .owl-carousel .owl-stage {
	height: 100%;
}

#banner-top .owl-carousel.owl-drag .owl-item {
	height: 100%;
	width: 100%;
}

#banner-top .owl-carousel.owl-drag .owl-item .item {
	height: 100%;
	width: 100%;
}

#banner-top .owl-carousel.owl-drag .owl-item .item {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#banner-top .owl-carousel.owl-drag .owl-item .item::before {
	content: "";
	position: absolute;
	inset: -24px;
	background-image: inherit;
	background-size: cover;
	background-position: inherit;
	filter: blur(18px);
	transform: scale(1.1);
	opacity: 0.7;
}

#banner-top .owl-carousel.owl-drag .owl-item .item a {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
}

#banner-top .owl-carousel.owl-drag .owl-item .item img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
	position: relative;
	z-index: 1;
}

#banner-top .owl-nav .owl-next, #banner-top .owl-nav .owl-prev {
	display: none !important;
}

#banner-top .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	transform: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	z-index: 2;
}

#banner-top .owl-dots button span {
	display: none;
}

#banner-top .owl-dots button.active {
	background-color: var(--azul) !important;
	border-color: var(--azul) !important;
}

#bannerWhatsappHeader:hover {
	transition: .3s;
	scale: 1.1;
}

#bannerWhatsappHeader i {
	font-size: 32px;
}

#categoriasHeader .sessoes-header .c-header-nav .menu-container ul li a {
	color: var(--azul) !important;
	font-size: 16px;
	text-decoration: none;
}

#categoriasHeader .sessoes-header .c-header-nav .menu-container ul li {
	padding: 10px;
	transition: .3s;
}

#categoriasHeader .sessoes-header .c-header-nav .menu-container ul li:hover {
	scale: 1.1 !important;
	transition: .3s;
}

#categoriasHeader .sessoes-header .c-header-nav .menu-container ul li ul {
	width: 200px !important;
}

header .menu-container ul {
	width: 100%;

	list-style: none;

	display: flex;
	justify-content: space-between;
}

header #slide {
	display: none;
}

header .logo img {
	height: 160px;
	object-fit: cover;
	margin-top: 15px;
	margin-bottom: 15px;
}

#btnLoginEntrar a {
	color: var(--azul);
	font-weight: 300;
	font-size: 15px;
	text-decoration: none;
}

#cupom {
	height: 35px;
	background-color: var(--azulClaro);
}

#cupom p {
	font-size: 15px;
	text-align: center;
	padding-top: 7px;
}

#cupom p img {
	width: 15px;
	height: 15px;
	display: inline;
	margin-right: 6px;
}

header .list-atalho ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
	display: flex;
	align-items: center;
	gap: 30px	;

}

#imgSacola {
	height: 50px;
}

header .list-atalho ul li {
	float: left;
	padding: 5px 0;
}

header .list-atalho ul li a {
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 20px;
}

header .list-atalho ul li a:hover {
	color: #666;
}

header .list-atalho ul li .carrinho {
	position: relative;
}

header .list-atalho ul li .carrinho span {
	width: 15px;
	background-color: #c00;
	font-size: 9px;
	color: #fff;
	border-radius: 100%;
	display: block;
	height: 15px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 5px;
	padding-top: 2px;
}

header .list-atalho ul li .favoritos {
	position: relative;
	color: #FF197E !important;
}

header .list-atalho ul li .favoritos:hover {
	color: #e21d85 !important;
}

header .list-atalho ul li .favoritos span {
	width: 15px;
	background-color: #FF197E;
	font-size: 9px;
	color: #fff;
	border-radius: 100%;
	display: block;
	height: 15px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 5px;
	padding-top: 2px;
}

header .search {
	width: 350px;
	border-radius: 50px;
	padding: 10px 20px ;
	border: 1px solid #FF197E;
	font-size: 12px;
	float: right;
}

header .search .inSearch {
	background: transparent;
	padding: 2px 10px;
	border-radius: 0;
	border: none;
	font-size: 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	line-height: 35px;
	outline: none;
	color: black;
	/* IE10+ */
}

header .search .inSearch::placeholder {
	color: black !important;
	font-size: 15px;
	font-weight: 300;
}

header .search .inSearch:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #e21d85;
}

header .search .inSearch::-webkit-input-placeholder {
	color: #fff;
}

header .search .inSearch::-moz-placeholder {
	color: #fff;
}

header .search .inSearch:-moz-placeholder {
	color: #fff;
}

header .search .inSearch::-ms-input-placeholder {
	color: #fff;
}

#butonLogin {
	padding: 0;
}

#btnLoginEntrar {
	height: 100%;
	padding: 0;
}

#butonLogin img {
	height: 50px;
}

#butonLogin > span {
	display: flex;
	flex-direction: column;
	text-align: left;
}

#butonLogin > span > span {
	font-size: 1.5rem;
	font-weight: 700;
}

header .search .btSubmit {
	background: transparent;
	border: none;
	color: #fff;
	line-height: 35px;
	font-size: 20px;
	position: absolute;
	right: 15px;
	outline: none;
}

header .search .btSubmit img {
	filter: brightness(0) invert(0);
}

#super-menu {
	display: none;
}

#super-menu .menu-topo-link {
	display: flex;
	flex-direction: column;
	color: #191919;
	position: relative; /* Garante que o dropdown seja relativo ao pai */
}

.menu-sub a {
	color: #ccc !important;
}

/* Adiciona seta ao lado do link pai que tem filhos */
header .menu-topo-link .has-children > a::after {
	content: "▼";
	margin-left: 5px;
}

/* Dropdown básico escondido inicialmente */
header .menu-topo-link .has-children ul {
	display: none;
	list-style: none;
	padding: 10px 0;
	position: absolute;
	top: 100%; /* Exibe logo abaixo do item pai */
	right: 0; /* Alinha à esquerda do item pai */
	background-color: #fff;
	z-index: 100;
	width: 150px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Exibe o dropdown ao passar o mouse sobre o item pai */
header .menu-topo-link .has-children:hover ul {
	display: block;
}

/* Garante que o dropdown seja exibido corretamente abaixo do pai */
header .menu-topo-link .has-children {
	position: relative;
	z-index: 10;
}

#iconWhatsapp {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	transition: .3s ease-in-out all;
}

#iconWhatsapp:hover {
	scale: 1.1;
}

#iconWhatsapp img {
	width: 70px;
}

/* Alinhamento do dropdown */
header .menu-topo-link .has-children ul li {
	padding: 5px 10px;
	white-space: nowrap;
	width: 100%;
	height: 100%;
}

/* Estilo dos links */
header .menu-topo-link .has-children ul li a {
	color: #191919;
	text-decoration: none;
}

/* Estilo quando o mouse passa sobre os itens do dropdown */
header .menu-topo-link .has-children ul li a:hover {
	color: #003366 !important;
	text-decoration: none;
}

#bannerWhatsappHeaderMobile {
	display: none;
}

#super-menu > ul > .menu-topo-link {
	margin: 0;
}

#super-menu > ul > .menu-topo-link > li > a {
	color: white !important;
	font-size: 1.4rem;
}




/* Permite o submenu de 3º nível abrir corretamente */
header .menu-topo-link .has-children ul li.has-children {
	position: relative; /* Essencial */
  }
  
  /* Submenu de terceiro nível */
  header .menu-topo-link .has-children ul li.has-children > ul {
	display: none;
	position: absolute;
	top: 0;
	left: 95.5%;
	background-color: #fff;
	width: 220px;
	z-index: 1000;
	padding: 10px 0;
	border-left: 2px solid #e0e0e0;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  
	/* ⛔️ Remova ou comente: */
	max-height: none; /* ou um valor maior se preferir scroll */
	overflow-y: visible;
  }
  
  /* Torna visível ao passar o mouse sobre o pai */
  header .menu-topo-link .has-children ul li.has-children:hover > ul {
	display: block;
  }
  
  /* Corrige possível corte de área visível */
  header .menu-topo-link,
  header .menu-container {
	overflow: visible !important;
  }
  





@media (max-width: 1440px) {
	#categoriasHeader {
		height: 90px !important;
		padding-bottom: 28px !important;
	}

	#categoriasHeader .sessoes-header .c-header-nav {
		height: 70%;
	}
}

@media (max-width: 1024px) {
	header .c-header {
		padding: 1rem 0;
		gap: 1rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	header .c-header .logo a {
		display: block;
	}

	header .list-atalho ul {
		gap: 0;
	}

	header .c-header .links-social {
		display: none;
	}

	#categoriasHeader .sessoes-header {
		width: 100%;
		padding: 0 10px;
	}

	#categoriasHeader .sessoes-header .c-header-nav {
		height: 60%;
	}

	.list-atalho {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		width: 33% !important;
	}

	.list-atalho ul {
		display: flex;
		align-items: center;
	}

	.search {
		padding: 0 !important;
		margin: 0 !important;
	}
}

@media (max-width: 964px) {
	#bannerWhatsappHeader {
		display: none;
	}


	@media (max-width: 964px) {
		#bannerWhatsappHeader {
		  display: none;
		}
	  
		#categoriasHeader .sessoes-header .c-header-nav {
		  flex-direction: column;
		  align-items: flex-start;
		  height: auto;
		}
	  
		#categoriasHeader .sessoes-header .c-header-nav .menu-container {
		  width: 100%;
		}
	  }

	  header .logo img {
		display: none;
	}

	header .c-header-nav {
		display: none;
	}

	#categoriasHeader {
		display: none;
	}

	header {
		margin-bottom: 0;
	}

	#super-menu {
		display: block;
		overflow: auto;
		background: rgba(0, 0, 0, 0.9);
		position: fixed;
		height: 100%;
		z-index: 1000;
		width: 0;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	#super-menu.open {
		width: 70%;
	}
	#super-menu .close {
		position: absolute;
		right: 20px;
		top: 20px;
		color: #fff !important;
		font: 30px;
		opacity: 1;
	}
	#super-menu ul {
		padding: 0;
		margin: 20px;
	}
	#super-menu ul li {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#super-menu ul li a {
		color: #fff;
	}

	header #slide {
		display: inline-block;
		font-size: 27px;
		padding: 7px 0 0 0;
		color: #1c274c;
	}

	header .list-atalho {
		display: flex;
		justify-content: space-between;
		padding: 0;
		flex-direction: row;
		align-items: center;
		width: 60% !important;
		font-size: 25px;
	}

	header .search {
		width: 50% !important;
	}

	#categoriasHeader .sessoes-header .c-header-nav .menu-container {
		width: 100%;
	}

	#categoriasHeader .sessoes-header .c-header-nav {
		height: 50%;
	}

	#bannerWhatsappHeaderMobile:hover {
		scale: 1.1;
		transition: .3s;
	}

	#bannerWhatsappHeaderMobile i {
		font-size: 5rem;
	}
}

@media (max-width: 768px) {
	.menu-topo-link {
		font-size: 1rem;
	}

	#categoriasHeader .sessoes-header .c-header-nav {
		height: 42%;
	}

	#banner-top .owl-dots {
		left: 0;
		right: 0;
	}
}

@media (max-width: 760px) {
	
}

@media (max-width: 634px) {
	header .c-header {
		flex-direction: column-reverse;
		justify-content: space-evenly;
		height: 140px;
		gap: 0;
	}

	header .search {
		width: 100% !important;
	}

	header .list-atalho {
		width: 100% !important;
	}

	header .col-logo {
		display: none;
	}

	#cupom {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
	}

	#cupom p {
		padding: 0;
	}

	#banner-top .owl-dots {
		left: 0;
		right: 0;
	}
}

@media (max-width: 500px) {
	#banner-top .owl-dots {
		left: 0;
		right: 0;
		bottom: 10px;
	}
}

/* Botões conectados estilo da imagem */
.header-buttons-container {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 10px 0;
}

.header-button {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	color: white;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	position: relative;
}

.header-button:hover {
	text-decoration: none;
	color: white;
	transform: scale(1.05);
	transition: all 0.3s ease;
}

/* Primeiro botão - Rosa/Magenta */
.header-button.categorias {
	background-color: #e91e63;
	border-radius: 25px 0 0 25px;
	padding-left: 25px;
}

/* Segundo botão - Verde-água/Teal */
.header-button.promocoes {
	background-color: #00bcd4;
	border-radius: 0 25px 25px 0;
}

/* Terceiro botão - Laranja */
.header-button.clube {
	background-color: #ff9800;
	border-radius: 0 25px 25px 0;
	padding-right: 25px;
}

/* Ícones dos botões */
.header-button i {
	font-size: 16px;
}

/* Efeito de hover */
.header-button:hover {
	opacity: 0.9;
}

@media (max-width: 1160px) {
	#categoriasHeader .sessoes-header .c-header-nav {
		gap: 30px;
	}

	#bannerWhatsappHeader {
		width: 70px;
	}
	
	#bannerWhatsappHeader span {
		display: none;
	}
}


/* Responsividade */
@media (max-width: 768px) {
	.header-buttons-container {
		flex-direction: column;
		gap: 5px;
	}
	
	.header-button {
		border-radius: 25px !important;
		width: 100%;
		justify-content: center;
	}
}
