#menu-dinamico a,
.btn-contato,
.btn-wa-comprar,
.btn-whats-detalhes,
.footer-col ul li a,
.header-contacts a {
	text-decoration: none
}

.header-slogan h1,
body {
	font-family: Inter, sans-serif
}

.banner-frase,
.beneficio-txt strong,
.brand-text,
.btn-detalhes,
.filter-btn,
.footer-col h3,
.header-slogan p {
	text-transform: uppercase
}

:root {
	--gold: #C1A873;
	--dark: #1a1a1a;
	--light: #ffffff;
	--gray: #f4f4f4
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

body {
	background-color: var(--light);
	color: var(--dark);
	line-height: 1.6;
	overflow-x: hidden
}

header {
	background: #172748;
	border-bottom: 2px solid var(--gold);
	position: sticky;
	top: 0;
	z-index: 1100
}

.header-main {
	padding: 15px 0;
	border-bottom: 1px solid #222
}

.container-header {
	max-width: 100vw;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header-brand {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer
}

.logo {
	max-width: 100px;
	cursor: pointer;
	aspect-ratio: 1/1
}

.brand-text {
	text-align: left;
	font-weight: 700;
	font-size: 20px;
	color: #fff !important;
	line-height: 1.1
}

#input-busca,
.filter-btn {
	color: var(--dark);
	font-size: 13px
}

.brand-text span {
	display: block;
	font-size: 15px;
	color: var(--gold);
	font-weight: 300
}

.header-slogan {
	flex: 2;
	padding: 15px;
	text-align: center;
	width: 100%;
    max-width: 100vw
}

.header-slogan h1 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	color: var(--gold) !important;
	margin-bottom: 2px
}

.header-slogan p {
	font-size: 14px;
	color: #ccc !important;
	font-weight: 300;
	letter-spacing: 1px
}

.header-contacts {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px
}

.header-contacts a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	transition: .3s
}

.header-contacts a:hover {
	color: var(--gold)
}

.header-search {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	width: 100%
}

.search-container {
	position: relative;
	width: 100%;
	max-width: 400px;
	background: #fcfcfc;
	padding: 2px 40px 2px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	transition: .3s;
	display: flex;
	align-items: center
}

.search-container:focus-within,
.search-container:hover {
	border-color: var(--gold);
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .05)
}

#input-busca {
	width: 100%;
	padding: 8px 0;
	border: none;
	background: 0 0;
	outline: 0;
	text-align: center
}

#input-busca:focus {
	border-color: var(--gold)
}

.search-results {
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
	max-height: 300px;
	overflow-y: auto;
	z-index: 2000;
	display: none;
	text-align: left
}

#btn-busca,
.result-item {
	display: flex;
	cursor: pointer
}

#titulo-secao,
.hero,
.icon-menu {
	text-align: center
}

.result-item {
	padding: 10px 15px;
	border-bottom: 1px solid #f4f4f4;
	align-items: center;
	gap: 10px
}

.result-item:hover {
	background: #fdfaf4
}

.result-item img {
	width: 35px;
	height: 35px;
	object-fit: contain
}

.result-item span {
	font-size: 12px;
	color: #333
}

#btn-busca {
	background: 0 0;
	border: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	align-items: center;
	justify-content: center;
	padding: 0;
	height: 100%
}

.lupa-minimalista {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1.5px solid #999;
	border-radius: 50%;
	position: relative;
	transition: border-color .3s
}

.lupa-minimalista::after {
	content: '';
	position: absolute;
	width: 1.5px;
	height: 5px;
	background: #999;
	bottom: -3px;
	right: -2px;
	transform: rotate(-45deg);
	transition: background-color .3s
}

.search-container:focus-within .lupa-minimalista {
	border-color: var(--gold)
}

.search-container:focus-within .lupa-minimalista::after {
	background-color: var(--gold)
}

.site-wrapper {
	display: flex;
	position: relative;
	min-height: 100vh
}

.quick-filters {
	margin-bottom: 20px;
	padding: 7px 0 13px;
	border-bottom: 1px solid #eee
}

.filters-container {
	display: flex;
	gap: 5px;
	overflow-x: auto;
	padding-bottom: 5px;
	scrollbar-width: none;
	justify-content: center
}

.content-area,
.destaques-ticker {
	overflow: hidden;
	width: 100%
}

.destaques-ticker {
	min-height: 450px
}

.filters-container::-webkit-scrollbar {
	display: none
}

.filter-btn {
	background: #fff;
	border: 1px solid #ddd;
	padding: 8px 18px;
	border-radius: 4px;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 500;
	transition: .3s
}

.filter-btn.active {
	background: var(--dark);
	color: var(--gold);
	border-color: var(--dark)
}

.filter-btn:hover:not(.active) {
	border-color: var(--gold);
	color: var(--gold)
}

.sidebar {
	width: 60px;
	background: #f9f9f9;
	border-right: 1px solid #ddd;
	position: sticky;
	top: 80px;
	height: calc(100vh - 80px);
	z-index: 1001;
	transition: width .4s cubic-bezier(.4, 0, .2, 1);
	overflow-x: hidden;
	white-space: nowrap;
	flex-shrink: 0;
	cursor: pointer
}

.sidebar.fixa,
.sidebar:hover {
	width: 300px;
	box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
	background: #fff
}

.sidebar-header {
	background: #fff;
	padding: 20px 0;
	border-bottom: 2px solid var(--gold);
	color: #444;
	font-weight: 700;
	display: flex;
	align-items: center
}

#menu-dinamico {
	display: flex;
	flex-direction: column
}

#menu-dinamico a {
	display: flex;
	align-items: center;
	padding: 15px 0;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	transition: .3s
}

#menu-dinamico a.active,
#menu-dinamico a:hover {
	background: #fdfaf4;
	color: var(--gold)
}

.icon-menu {
	min-width: 60px;
	font-size: 18px
}

.txt-menu {
	opacity: 0;
	transition: opacity .3s
}

.card-img-container:hover .hover-zoom-hint,
.sidebar.fixa .txt-menu,
.sidebar:hover .txt-menu {
	opacity: 1
}

#titulo-secao {
	width: 100%
}

.titulo-oculto {
	display: none
}

.content-area {
	flex-grow: 1;
	padding: 0
}

.container {
	margin: 0 auto;
	padding: 10px
}

.hero {
	background: var(--dark);
	color: #fff;
	padding: 80px 20px
}

.card,
.card-img-container {
	background: #fff;
	display: flex
}

.hero h1 {
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 10px
}

.grid.modo-carrossel {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	gap: 30px;
	animation: 40s linear infinite scroll-infinito
}

.grid.modo-carrossel:hover {
	animation-play-state: paused
}

@keyframes scroll-infinito {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-50%)
	}
}

.grid.modo-normal {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 25px
}

.card {
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
	flex-direction: column;
	transition: .3s;
	width: 350px
}

.modo-normal .card {
	width: 100%
}

.card-img-container {
	height: 350px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	justify-content: center;
	align-items: center
}

.card-img-container::-webkit-scrollbar {
	display: none
}

.card-img-container img {
	min-width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
	scroll-snap-align: start;
	flex-shrink: 0;
	transition: transform .5s
}

.card:hover .card-img-container img {
	transform: scale(1.1)
}

.hover-zoom-hint {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 10px;
	opacity: 0;
	transition: .3s;
	pointer-events: none
}

.banner-overlay,
.modal-nav {
	transform: translateY(-50%)
}

.card-buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0 10px 15px
}

.btn-detalhes {
	background: #f4f4f4;
	color: var(--dark);
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s;
	letter-spacing: 1px
}

.btn-detalhes:hover,
.ref-badge {
	background: var(--gold);
	color: #fff
}

.btn-detalhes:hover {
	border-color: var(--gold)
}

.produto-detalhes-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 20px;
	text-align: left
}

.detalhes-galeria .foto-principal img {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 8px
}

.miniaturas {
	display: flex;
	gap: 10px;
	margin-top: 15px
}

.miniaturas img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border: 1px solid #ddd;
	cursor: pointer;
	border-radius: 4px
}

.ref-badge {
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 4px
}

.lista-caracteristicas {
	margin: 20px 0;
	padding-left: 20px
}

.btn-whats-detalhes {
	display: block;
	background: #25d366;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-weight: 700;
	margin-bottom: 10px
}

.btn-voltar {
	width: 100%;
	padding: 10px;
	background: 0 0;
	border: 1px solid #ccc;
	cursor: pointer
}

.produto-container {
	display: flex;
	gap: 30px;
	margin-top: 10px;
	animation: .5s fadeIn
}

.produto-media {
	flex: 1.2;
	display: flex;
	flex-direction: column;
	gap: 15px
}

.produto-infos {
	flex: 1;
	text-align: left
}

.btn-wa-comprar,
.card-info,
.regua-beneficios {
	text-align: center
}

.foto-principal-moldura {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px
}

.foto-principal-moldura img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain
}

.miniaturas-lista {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	justify-content: flex-start;
	overflow-x: auto;
	padding-bottom: 5px
}

.miniaturas-lista img {
	width: 70px;
	height: 70px;
	min-width: 70px;
	object-fit: cover;
	border: 2px solid #eee;
	border-radius: 4px;
	cursor: pointer;
	transition: .2s
}

.miniaturas-lista img:hover {
	border-color: var(--gold)
}

@media (min-width:769px) {
	.miniaturas-lista {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
		max-width: 100%
	}

	.miniaturas-lista img {
		width: 100%;
		height: 70px;
		object-fit: cover
	}
}

.descricao-longa {
	font-size: 15px;
	color: #555;
	margin: 20px 0;
	line-height: 1.6
}

.tabela-tecnica {
	background: #fdfdfd;
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 30px
}

.tabela-tecnica h4 {
	margin-bottom: 15px;
	color: var(--dark);
	border-bottom: 1px solid var(--gold);
	display: inline-block
}

.footer-col h3,
.texto-historia p {
	margin-bottom: 20px
}

.linha-tecnica {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px dashed #eee;
	font-size: 14px
}

.btn-wa-comprar {
	display: block;
	background: #25d366;
	color: #fff;
	padding: 18px;
	font-weight: 700;
	border-radius: 4px;
	transition: .3s
}

.banner.hidden,
.modal {
	display: none
}

.btn-wa-comprar:hover {
	background: #128c7e;
	transform: translateY(-2px)
}

.btn-voltar-lista {
	background: var(--gold);
	border-radius: 4px;
	color: #fff;
	margin-top: 15px;
	cursor: pointer;
	font-size: 18px;
	padding: 10px;
	border-style: none
}

@media (max-width:900px) {
	.header-slogan {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%
	}

	.header-slogan h1,
	.header-slogan p {
		display: none
	}

	.header-search {
		display: block !important;
		width: 100%;
		margin-top: .6rem
	}

	.search-container {
		width: 100%;
		max-width: 100%
	}

	.produto-container {
		flex-direction: column
	}
}

.modal {
	position: fixed;
	z-index: 3000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	align-items: center;
	justify-content: center
}

.modal-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

#img-modal {
	max-width: 90%;
	max-height: 80%;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(255, 255, 255, .1)
}

.modal-fechar {
	position: absolute;
	top: 20px;
	right: 40px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	cursor: pointer
}

.modal-nav,
.modal-next,
.modal-prev {
	top: 50%;
	color: #fff;
	font-size: 24px;
	position: absolute;
	cursor: pointer
}

.modal-next,
.modal-prev {
	width: auto;
	padding: 16px;
	margin-top: -50px;
	font-weight: 700;
	transition: .6s;
	border: none;
	background: rgba(0, 0, 0, .2);
	user-select: none;
	-webkit-user-select: none;
	z-index: 1001
}

.modal-prev {
	left: 10px;
	border-radius: 0 3px 3px 0
}

.modal-next {
	right: 10px;
	border-radius: 3px 0 0 3px
}

.modal-next:hover,
.modal-prev:hover {
	background: rgba(0, 0, 0, .8)
}

.modal-nav {
	background: rgba(255, 255, 255, .1);
	border: none;
	padding: 20px;
	transition: .3s
}

.modal-nav:hover {
	background: rgba(255, 255, 255, .3)
}

.anterior {
	left: 20px
}

.proximo {
	right: 20px
}

.card-info h3 {
	display: flex;
	font-size: 16px;
	height: 80px;
	overflow: hidden;
	justify-content: center;
	align-items: center
}

.ref-text {
	font-size: 11px;
	color: #7A6235;
	font-weight: 700;
	margin-bottom: 15px
}

.regua-beneficios {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	padding: 40px 20px;
	background: #fafafa;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin: 40px 0
}

.beneficio-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px
}

.beneficio-icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center
}

.beneficio-icon svg {
	width: 40px;
	height: 40px;
	color: var(--gold);
	transition: transform .3s
}

.beneficio-item:hover .beneficio-icon svg {
	transform: translateY(-5px)
}

.beneficio-txt {
	margin-top: 10px
}

.beneficio-txt strong {
	display: block;
	font-size: 14px;
	color: var(--dark);
	letter-spacing: .5px
}

.beneficio-txt span {
	font-size: 12px;
	color: #555
}

@media (max-width:600px) {
	.regua-beneficios {
		grid-template-columns: 1fr;
		text-align: left
	}

	.beneficio-item {
		flex-direction: row;
		padding-left: 20%
	}

	.modal-content {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center
	}
}

.btn-contato,
.footer-bottom,
.texto-historia,
footer {
	text-align: center
}

.btn-contato {
	display: block;
	background: #172748;
	color: #fff;
	padding: 12px;
	font-size: 12px;
	font-weight: 700;
	transition: .3s;
	margin: 0
}

.btn-contato:hover {
	background: var(--gold)
}

.whatsapp-float {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
	z-index: 2000;
	transition: .3s
}

.whatsapp-float:hover {
	transform: scale(1.1);
	background-color: #20ba5a;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .3)
}

.whatsapp-float::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #25d366;
	border-radius: 50%;
	z-index: -1;
	animation: 2s infinite pulse-whatsapp
}

@keyframes pulse-whatsapp {
	0% {
		transform: scale(1);
		opacity: .7
	}

	100% {
		transform: scale(1.6);
		opacity: 0
	}
}

footer {
	padding: 40px;
	border-top: 1px solid #eee;
	font-size: 13px
}

.footer-premium {
	background: #172748;
	color: #fff;
	padding: 60px 0 20px;
	margin-top: 50px
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 40px;
	padding: 0 20px
}

.footer-col h3 {
	color: var(--gold);
	font-size: 16px;
	letter-spacing: 1px
}

.footer-col li,
.footer-col p {
	font-size: 14px;
	color: #bbb;
	line-height: 1.8
}

.footer-col ul {
	list-style: none
}

.footer-col ul li a {
	color: #bbb;
	transition: .3s
}

.footer-col ul li a:hover {
	color: var(--gold);
	padding-left: 5px
}

.social-icons {
	display: flex;
	gap: 15px;
	justify-content: center
}

.social-icons svg {
	width: 22px;
	height: 22px;
	color: #fff;
	transition: .3s
}

.social-icons a:hover svg {
	color: var(--gold);
	transform: translateY(-3px)
}

.footer-bottom {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #333;
	font-size: 12px;
	color: #aaa
}

@media (max-width:768px) {
	.produto-detalhes-wrapper {
		grid-template-columns: 1fr
	}

	.whatsapp-float {
		bottom: 20px;
		right: 20px;
		width: 50px;
		height: 50px
	}

	.whatsapp-icon {
		width: 30px;
		height: 30px
	}

	.footer-container {
		grid-template-columns: 1fr;
		text-align: center
	}

	.social-icons {
		justify-content: center
	}

	.modal-content {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center
	}
}

#form-contato {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	max-width: 500px;
	margin: 0 auto !important
}

#form-contato input,
#form-contato textarea {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-family: Inter, sans-serif;
	outline: 0;
	transition: .3s
}

#form-contato input:focus,
#form-contato textarea:focus {
	border-color: var(--gold) !important;
	box-shadow: 0 0 5px rgba(193, 168, 115, .2)
}

#form-contato button {
	border: none;
	cursor: pointer;
	padding: 18px;
	font-size: 14px;
	letter-spacing: 1px
}

.conteudo-estatico {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center
}

.texto-historia {
	font-size: 16px;
	line-height: 2;
	color: #555
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #000;
	margin: 20px 0 30px
}

.banner-wrapper {
	position: relative;
	width: 100%;
	height: 480px;
	object-fit: cover
}

.banner-slide {
	min-width: 100%;
	height: 100%;
	flex-shrink: 0
}

.banner-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.banner-slides {
	display: flex;
	width: 100%;
	height: 100%;
	will-change: transform
}

.banner-slides .slide {
	min-width: 100%;
	height: 100%;
	position: relative
}

.banner-slides .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.banner-slides .slide::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .2))
}

.banner-overlay {
	position: absolute;
	top: 85%;
	left: 2%;
	z-index: 2;
	max-width: 520px;
	color: #fff
}

.banner-frase {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--gold);
	transition: opacity .5s;
	background: rgba(0, 0, 0, .4);
	padding: 10px 20px;
	border-radius: 4px;
	display: inline-block;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px)
}

@media (max-width:1024px) {
	.content-area {
		padding: none
	}

	.banner-wrapper {
		height: 250px
	}

	.banner-wrapper img {
		height: 100% !important;
		object-fit: cover;
		object-fit: cover
	}

	.banner-frase {
		font-size: 26px
	}

	.banner-slide {
		height: 100%;
		width: 100%
	}

	.header-main {
		padding: 0 .5rem
	}

	.logo {
		max-width: 100px;
		aspect-ratio: 1/1
	}

	.header-brand {
		justify-content: center;
		padding-right: 50px
	}

	.banner-overlay h2,
	.header-slogan h1 {
		font-size: 1.2rem
	}

	.header-slogan p {
		font-size: .9rem
	}

	.header-contacts {
		display: none
	}

	.header-search,
	.search-container {
		width: 100%
	}

	.filters-container {
		overflow-x: auto;
		flex-wrap: nowrap;
		gap: .5rem;
		padding-bottom: .5rem;
		justify-content: flex-start
	}

	.filter-btn {
		white-space: nowrap;
		font-size: .85rem;
		padding: .5rem .9rem
	}

	.sidebar {
		position: fixed;
		left: -100%;
		top: 0;
		height: 100vh;
		width: 260px;
		z-index: 1200;
		transition: left .3s;
		cursor: default;
		pointer-events: auto;
		overflow-x: hidden
	}

	.txt-menu {
		opacity: 1 !important;
		white-space: normal
	}

	.sidebar:hover {
		width: 260px;
		box-shadow: none
	}

	.sidebar:hover .txt-menu {
		opacity: 1
	}

	.sidebar.mobile-open {
		left: 0;
		width: 260px
	}

	.sidebar-header {
		justify-content: flex-start
	}

	.banner-wrapper,
	.card,
	.produto-card {
		border-radius: .75rem
	}

	.grid {
		grid-template-columns: 1fr !important;
		gap: 1rem
	}

	.regua-beneficios {
		flex-direction: column;
		gap: 1.5rem;
		text-align: left
	}

	.beneficio-item {
		align-items: center
	}

	.footer-container {
		flex-direction: column;
		gap: 2rem;
		text-align: left
	}

	.destaques-ticker {
		padding: 10px
	}
}

@media (max-width:768px) {
	.content-area {
		padding: none
	}

	.banner-overlay {
		left: 5%;
		right: 5%;
		text-align: center
	}

	.banner-frase {
		font-size: 22px
	}

	.banner-slide {
		height: 100%;
		width: 100%
	}
}

@media (max-width:480px) {
	.content-area {
		padding: none
	}

	.banner-wrapper {
		height: 180px
	}

	.banner-frase {
		font-size: 18px
	}

	.banner-slide {
		height: 100%;
		width: 100%
	}

	.header-slogan h1 {
		font-size: 1.05rem
	}

	.banner-overlay {
		padding: 1rem
	}

	.banner-overlay h2 {
		font-size: 1rem
	}

	.card-img-container {
		height: 350px;
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		background: #fff;
		position: relative;
		cursor: pointer;
		overflow: hidden;
		justify-content: center;
		align-items: center
	}
}

.btn-menu-mobile {
	display: none;
	background: 0 0;
	border: none;
	font-size: 26px;
	color: #fff;
	cursor: pointer
}

@media (max-width:1024px) {
	.btn-menu-mobile {
		display: block;
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		font-size: 1.6rem
	}

	.container-header {
		display: grid;
		
		grid-template-rows: 10vh auto;
		padding: 0;
		align-items: stretch;
		position: relative
	}

	.header-brand {
		grid-column: 2/3;
		grid-row: 1/2;
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		height: 100%;
		width: 100%;
		text-align: center
	}

	.logo {
		max-width: 100px;
		aspect-ratio: 1/1
	}

	.brand-text {
		font-size: 1.5rem;
		text-align: center;
		line-height: 1.2rem
	}

	.brand-text span {
		font-size: 1rem;
		display: block
	}

	.header-slogan {
		grid-column: 1/4;
		grid-row: 2;
		width: 100%
	}

	.header-search {
		margin-top: 0;
		padding-bottom: 5px;
		padding-right: 5px
	}

	.search-container {
		width: 100%;
		max-width: 100%
	}

	.card-img-container {
		height: 350px;
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		background: #fff;
		position: relative;
		cursor: pointer;
		overflow: hidden;
		justify-content: center;
		align-items: center
	}
}

@media (max-width:900px) {

	.header-slogan h1,
	.header-slogan p {
		display: none
	}

	.header-search {
		display: block;
		width: 100%;
		margin-top: .6rem
	}

	.search-container {
		max-width: 100%
	}

	.header-brand {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		gap: .4rem;
		cursor: pointer
	}

	.card-img-container {
		height: 350px;
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		background: #fff;
		position: relative;
		cursor: pointer;
		overflow: hidden;
		justify-content: center;
		align-items: center
	}
}

.btn-fechar-sidebar {
	display: none;
	background: 0 0;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	color: #333
}

@media (max-width:1024px) {
	.sidebar-header {
		display: flex;
		justify-content: start;
		align-items: flex-start;
		position: relative
	}

	.btn-fechar-sidebar {
		position: absolute;
		top: 14px;
		right: 14px;
		background: 0 0;
		border: none;
		font-size: 1.8rem;
		cursor: pointer;
		color: #333;
		z-index: 1300;
		display: none
	}

	.sidebar.mobile-open .btn-fechar-sidebar {
		display: block
	}

	.card-img-container {
		height: 350px;
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		background: #fff;
		position: relative;
		cursor: pointer;
		overflow: hidden;
		justify-content: center;
		align-items: center
	}
}

#grid-produtos:empty {
	min-height: 380px;
}

.banner-wrapper {
	min-height: 480px;
}

.card-skeleton {
	width: 350px;
	height: 430px;
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
	animation: skeleton-shimmer 1.5s infinite;
	border-radius: 4px;
	flex-shrink: 0;
}

@keyframes skeleton-shimmer {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}