body {
    margin: 0 auto;
	background: #ffffff;
}

h1, h1 a  {
	font-family: Tahoma, Helvetica, Verdana, Arial, Tahoma, _sans;
	font-size: 20px;
	color: #777;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
}

#linkfacebook,
#linkwhatsapp,
#linkwhatsapp2,
#textwhasapp {
	display: none;
}

#cabecalho {
	position: relative;
}

/* Navbar do Menu - gradiente 100% full width */
#navbar-menu {
	width: 100%;
	background: linear-gradient(180deg, #dadcdd 0%, #a8a9aa 100%);
	border-bottom: 3px solid #dc3545;
	margin-bottom: 15px;
}

#navbar-menu .navbar-toggler {
	background: transparent;
	border: 1px solid #888;
	border-radius: 4px;
	padding: 6px 10px;
	cursor: pointer;
}

#navbar-menu .navbar-toggler:focus {
	box-shadow: none;
	outline: none;
}

/* Ícone de hamburguer do navbar-toggler (3 linhas brancas) */
#navbar-menu .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23333' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 992px) {
	#navbar-menu .navbar-toggler {
		display: none;
	}
	ul#menu {
		flex: 1;
		justify-content: center;
	}
}

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	flex: 0 1 auto;
}

ul#menu li {
    display: inline-block;
    margin: 5px 10px 5px 0;
    position: relative;
}

ul#menu li.active > * {
    color: #D00 !important;
}

ul#menu li a {
    color: #000;
    font-family: Helvetica,Arial;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease;
}

ul#menu li a:hover {
    color: #D00;
}

#busca {
    background: #ffffff;
    border: 1px solid #888;
    border-radius: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 320px;
    flex: 0 0 auto;
    align-self: center;
    margin-top: auto;
    margin-bottom: auto;
}

#busca .campo {
	border: medium none;
	font-size: 14px;
	font-weight: normal;
	height: 38px;
	padding: 0 15px;
	width: 65%;
	background: transparent;
	outline: none;
	color: #333;
}

#busca .campo::placeholder {
	color: #999;
}

#busca .botao {
	height: 38px;
	width: 35%;
	background: linear-gradient(180deg, #acdee4 0%, #58c6d0 100%);
	color: #fff;
	border: none;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	opacity: 1;
	position: relative;
	left: 0;
	top: 0;
	text-transform: uppercase;
	transition: filter 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 12px;
}

#busca .botao svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: #fff;
	flex-shrink: 0;
}

#busca .botao:hover {
	filter: brightness(1.1);
}

#newsletter {
	background: url("../img/layout/campo-news.jpg") center center no-repeat;
	background-size: cover;
	height: 71px;
}

#newsletter .nome {
    position: relative;
    left: 256px;
    top: 30px;
    width: 276px;
	border: none;
}

#newsletter .email {
    left: 286px;
    position: relative;
    top: 30px;
    width: 277px;
	border: none;
}

#newsletter .botao {
   left: 300px;
    opacity: 0;
    position: relative;
    top: 30px;
    width: 184px;
}

.categoriastt {
    background: none repeat scroll 0 0 #bcbdc1;
    color: #d60103;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

ul#categorias {
	list-style: none outside none;
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

ul#categorias li.cat {
	background: #d1d2d4;
	padding: 8px;
	margin-top: 4px;
}

ul#categorias li.scat {
	background: #e7e7e9;
	padding: 8px;
	text-indent: 20px;
}

ul#categorias {
	list-style: none;
}

ul#categorias li.cat a {
	color: #000;
	font-size: 15px;
}

ul#categorias li.scat a {
	color: #F00;
}

@media (max-width: 1199.98px) {
	#busca { max-width: 280px; }
}

@media (max-width: 991.98px) {
	ul#menu { text-align: center; justify-content: center; }
	ul#menu li { top: 0; margin: 5px 10px; }
	ul#menu li a { font-size: 16px; }
	#busca { margin: 10px auto; }
	#newsletter .nome,
	#newsletter .email,
	#newsletter .botao { left: 0; top: 0; width: auto; display: inline-block; margin: 5px; }
	#newsletter { text-align: center; padding: 15px 10px; height: auto; }
	#newsletter form { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; }
	.categoriastt { font-size: 16px; }
}

@media (max-width: 767.98px) {
	ul#menu li { display: block; margin: 5px 0; }
	ul#menu li a { font-size: 18px; }
	#busca { max-width: 100%; width: 100%; }
	#newsletter .nome,
	#newsletter .email { width: 100%; }
	#newsletter .botao { width: 100%; }
	#newsletter form { flex-direction: column; align-items: center; }
	div#listagem-produtos { text-align: center; margin-left: 0 !important; }
	div#listagem-produtos a.box { width: 100% !important; max-width: 300px; margin: 0 auto 20px !important; display: block !important; }
}

/* ==========================================
   TOPO NOVO - Fiel ao design original
   ========================================== */

#topo-novo {
	width: 100%;
	background: linear-gradient(180deg, #cde5f1 0%, #ffffff 100%);
}

#topo-novo .topo-logo {
	background: transparent;
}

#topo-novo .topo-logo a {
	display: block;
	line-height: 0;
}

#topo-novo .topo-logo img {
	height: 110px;
	width: auto;
	display: block;
}

/* Redes Sociais - Losangos */
#topo-novo .topo-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	background: transparent;
}

#topo-novo .social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: transform 0.3s ease, filter 0.3s ease;
}

#topo-novo .social-link:hover {
	transform: scale(1.1);
	filter: brightness(1.1);
}

/* Losango - forma de diamante rotacionado 45 graus (reduzido em 20%: 85px -> 68px) */
#topo-novo .losango {
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
	overflow: hidden;
}

#topo-novo .losango svg {
	width: 36px;
	height: 36px;
	transform: rotate(-45deg);
	fill: #fff;
}

/* Facebook - losango azul */
#topo-novo .social-facebook .losango {
	background: #3b5998;
}

/* Instagram - losango gradiente */
#topo-novo .social-instagram .losango {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* WhatsApp - Fundo transparente com ícone e texto */
#topo-novo .topo-whatsapp {
	display: flex;
	align-items: center;
	background: transparent;
	justify-content: flex-end;
}

#topo-novo .whatsapp-link {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: #333;
	transition: transform 0.3s ease;
}

#topo-novo .whatsapp-link:hover {
	transform: scale(1.02);
}

#topo-novo .whatsapp-icon {
	width: 55px;
	height: 55px;
	background: #25d366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

#topo-novo .whatsapp-icon svg {
	width: 32px;
	height: 32px;
	fill: #fff;
}

#topo-novo .whatsapp-texto {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

#topo-novo .whatsapp-titulo {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
}

#topo-novo .whatsapp-numero {
	font-size: 15px;
	color: #25d366;
	font-weight: bold;
	white-space: nowrap;
}

/* ==========================================
   RESPONSIVIDADE - TOPO NOVO
   ========================================== */

/* Tablets e telas médias */
@media (max-width: 991.98px) {
	#topo-novo .topo-logo { text-align: center; display: flex; justify-content: center; }
	#topo-novo .topo-logo a { display: inline-block; }
	#topo-novo .topo-logo img { height: 90px; }
	#topo-novo .topo-social { padding: 15px 0; gap: 16px; }
	#topo-novo .topo-whatsapp { justify-content: center; padding: 15px 0; }
	#topo-novo .losango { width: 52px; height: 52px; }
	#topo-novo .losango svg { width: 26px; height: 26px; }
	#topo-novo .whatsapp-icon { width: 46px; height: 46px; }
	#topo-novo .whatsapp-icon svg { width: 24px; height: 24px; }
	#topo-novo .whatsapp-titulo { font-size: 14px; }
	#topo-novo .whatsapp-numero { font-size: 13px; }
}

/* Smartphones */
@media (max-width: 575.98px) {
	#topo-novo .topo-logo { text-align: center; display: flex; justify-content: center; }
	#topo-novo .topo-logo a { display: inline-block; }
	#topo-novo .topo-logo img { height: auto; width: 80%; }
	#topo-novo .topo-social { padding: 10px 0; gap: 10px; }
	#topo-novo .topo-whatsapp { justify-content: center; padding: 10px 0; }
	#topo-novo .losango { width: 36px; height: 36px; }
	#topo-novo .losango svg { width: 18px; height: 18px; }
	#topo-novo .whatsapp-link { gap: 8px; }
	#topo-novo .whatsapp-icon { width: 40px; height: 40px; }
	#topo-novo .whatsapp-icon svg { width: 22px; height: 22px; }
	#topo-novo .whatsapp-titulo { font-size: 12px; }
	#topo-novo .whatsapp-numero { font-size: 11px; }
}
