/* FLEX Modernização — estilos isolados pelo body class. */
body {
	overflow-x: hidden;
}

body .scrollToTop {
	display: none !important;
}

body .page-top > .container,
body .header > .container,
body #footer > .footer > .container,
body #footer > .subfooter > .container {
	width: min(94vw, 1600px) !important;
	max-width: 1600px !important;
}

body .page-top aside.col-md-2 {
	display: none !important;
}

body .page-top .col-md-9.vertical-divider-left {
	width: 100% !important;
	float: none !important;
	min-height: 0 !important;
	border-left: 0 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 0 !important;
}

body.flex-modernizacao-active .page-top {
	min-height: 0 !important;
	padding-bottom: 24px !important;
}

body.flex-modernizacao-active .page-top > .container {
	min-height: 0 !important;
}

/* Nas paginas de linha, a .row do Bootstrap aplica -15 px na lateral direita.
 * Como a coluna principal tinha apenas 15 px de padding, esse recuo era
 * totalmente anulado e o quarto produto encostava na barra de rolagem.
 * Reserva 20 px uteis sem alterar o alinhamento esquerdo nem o mobile. */
@media (min-width: 992px) {
	body.flex-line-products-page .page-top .col-md-9.vertical-divider-left {
		padding-right: 35px !important;
	}
}

/* A descrição técnica é uma .row direta no tema antigo. A margem negativa
 * padrão do Bootstrap anulava o recuo lateral da coluna e levava o texto até
 * as bordas da janela. Mantém somente essa linha dentro do mesmo alinhamento
 * horizontal usado pelo restante do produto. */
body.flex-modernizacao-active .flex-product-description-row {
	width: auto !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
}

body.flex-modernizacao-active .flex-product-description-row > * {
	width: auto !important;
	max-width: 100% !important;
	box-sizing: border-box;
	white-space: normal !important;
	word-break: break-word;
	overflow-wrap: anywhere !important;
}

body.flex-modernizacao-active .flex-product-description-row img,
body.flex-modernizacao-active .flex-product-description-row iframe,
body.flex-modernizacao-active #product-23073 .flex-product-description-row table {
	max-width: 100% !important;
}

/* O Supino Sentado (produto 23073) possui larguras fixas gravadas diretamente
 * no HTML da tabela e da celula (table 679 px e td 251 px). Ignora somente
 * essas medidas para a especificacao usar toda a area disponivel de forma
 * identica no Chrome, Firefox e demais navegadores. */
body.flex-modernizacao-active .flex-product-description-row table {
	display: table !important;
	width: 100% !important;
	min-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	border-collapse: collapse;
	table-layout: auto;
}

body.flex-modernizacao-active #product-23073 .flex-product-description-row table th,
body.flex-modernizacao-active #product-23073 .flex-product-description-row table td {
	width: auto !important;
	max-width: none !important;
	box-sizing: border-box;
	white-space: normal !important;
	word-break: normal;
	overflow-wrap: anywhere !important;
}

body.flex-modernizacao-active #product-23073 .flex-product-description-row table p {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.flex-modernizacao-active .flex-product-youtube-list {
	display: grid;
	width: 100% !important;
	max-width: 100% !important;
	margin: 22px 0 8px !important;
	gap: 22px;
}

body.flex-modernizacao-active .flex-product-youtube-video {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	height: 0;
	padding: 0 0 56.25% !important;
	overflow: hidden;
	border-radius: 4px;
	background: #111;
}

body.flex-modernizacao-active .flex-product-youtube-video iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	border: 0;
}

@media (min-width: 992px) {
	/* Compensa o deslocamento lateral de 20 px que o tema mantém na coluna de
	 * produtos. Assim textos e vídeos da descrição terminam na mesma margem. */
	body.flex-modernizacao-active .flex-product-description-row {
		padding-right: 20px !important;
	}

	body.flex-modernizacao-active .flex-product-description-row > .embed-responsive,
	body.flex-modernizacao-active .flex-product-description-row > .wp-block-embed,
	body.flex-modernizacao-active .flex-product-description-row > .wp-video,
	body.flex-modernizacao-active .flex-product-description-row > iframe,
	body.flex-modernizacao-active .flex-product-description-row > video {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
	}
}

/* Menu superior e mega menu editável. */
body #menu-menu > li > a {
	font-weight: 700;
	letter-spacing: .025em;
}

/* O acesso ao orçamento fica visualmente no mesmo nível dos demais itens do
 * menu no computador. A cor laranja continua sendo o único destaque. */
@media (min-width: 992px) {
	body .header .header-top-dropdown .btn-group > button.dropdown-toggle.text-orange {
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 20px !important;
		letter-spacing: normal !important;
		text-transform: uppercase !important;
	}

	body .header .header-top-dropdown .btn-group > button.dropdown-toggle.text-orange > i,
	body .header .header-top-dropdown .btn-group > button.dropdown-toggle.text-orange > span.hidden-xs.hidden-sm {
		font-size: inherit !important;
		font-weight: inherit !important;
		line-height: inherit !important;
		letter-spacing: inherit !important;
	}

	/* O número continua compacto para não competir com o nome do menu. */
	body .header .header-top-dropdown .flex-orcamento-count {
		font-size: 11px !important;
		line-height: 18px !important;
	}
}

body .flex-products-menu {
	position: static !important;
}

body .main-navigation,
body .main-navigation .navbar,
body .main-navigation .container-fluid,
body .main-navigation .navbar-collapse {
	position: static;
}

body .flex-mega-menu {
	left: 0 !important;
	right: 0 !important;
	width: min(1100px, 88vw);
	margin: 0 auto !important;
	padding: 0 !important;
	border: 0;
	border-top: 3px solid #f5a623;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
	background: #fff;
}

body .flex-mega-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 26px;
	padding: 28px 30px !important;
}

body .flex-mega-column h4 {
	margin: 0 0 12px;
	padding: 0 0 9px;
	border-bottom: 2px solid #f5a623;
	color: #4d535a;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .05em;
}

body .flex-mega-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body .flex-mega-column li {
	margin: 0;
	padding: 0;
}

body .flex-mega-column a {
	display: block;
	padding: 7px 8px;
	border-radius: 5px;
	color: #bfc4ca !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	transition: background .18s ease, color .18s ease, transform .18s ease;
}

body .flex-mega-column a:hover,
body .flex-mega-column a:focus {
	background: #fff4e3;
	color: #e88900 !important;
	transform: translateX(3px);
}

@media (min-width: 992px) {
	body .flex-mega-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body .flex-mega-column-long {
		grid-column: span 2;
	}

	body .flex-mega-column-long > ul {
		column-count: 2;
		column-gap: 26px;
		column-fill: balance;
	}

	body .flex-mega-column-long > ul > li {
		break-inside: avoid;
		page-break-inside: avoid;
	}
}

/* Banner moderno, largo e alto. */
body .flex-modern-banner {
	position: relative;
	width: 100%;
	height: var(--flex-banner-desktop, 520px);
	margin: 0 0 34px;
	overflow: hidden;
	border-radius: 4px;
	background: #e8eaed;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

body .flex-modern-banner-track,
body .flex-modern-slide,
body .flex-modern-slide-link,
body .flex-modern-slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

body .flex-modern-slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .55s ease, visibility .55s ease;
}

body .flex-modern-slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

body .flex-modern-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

body .flex-banner-overlay {
	position: absolute;
	right: clamp(18px, 4vw, 60px);
	bottom: clamp(22px, 5vw, 64px);
	display: flex;
	max-width: min(520px, 72%);
	align-items: flex-end;
	flex-direction: column;
	gap: 7px;
	text-align: right;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .55);
}

body .flex-banner-overlay strong {
	font-size: clamp(25px, 3vw, 50px);
	font-weight: 800;
	line-height: 1.05;
}

body .flex-banner-overlay > span {
	font-size: clamp(14px, 1.35vw, 21px);
	font-weight: 500;
}

body .flex-banner-overlay em {
	display: inline-block;
	margin-top: 9px;
	padding: 11px 20px;
	border: 2px solid #fff;
	border-radius: 3px;
	background: #f5a623;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .08em;
	text-shadow: none;
}

body .flex-banner-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 44px;
	height: 58px;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	border-radius: 3px;
	background: rgba(20, 24, 28, .48);
	color: #fff;
	font-size: 27px;
	line-height: 58px;
	text-align: center;
	transition: background .2s ease;
}

body .flex-banner-arrow:hover,
body .flex-banner-arrow:focus,
body .flex-banner-arrow:active {
	background: rgba(20, 24, 28, .48) !important;
	color: #fff !important;
}

body .flex-banner-prev { left: 14px; }
body .flex-banner-next { right: 14px; }

body .flex-banner-dots {
	position: absolute;
	right: 0;
	bottom: 13px;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	gap: 8px;
}

body .flex-banner-dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, .28);
}

body .flex-banner-dot.is-active {
	background: #f5a623;
}

/* Bloco unificado da empresa e contadores. */
body .flex-company-card {
	max-width: 1160px;
	margin: 30px auto 0;
	padding: clamp(28px, 4vw, 54px);
	border: 1px solid #e1e3e5;
	border-left: 5px solid #f5a623;
	border-radius: 14px;
	background: linear-gradient(145deg, #f8f9fa, #fff);
	box-shadow: 0 14px 36px rgba(41, 46, 52, .10);
	text-align: center;
}

body .flex-company-card h2 {
	margin: 0 0 20px;
	color: #545a61;
	font-size: clamp(23px, 2.4vw, 35px);
	font-weight: 800;
	letter-spacing: .035em;
}

body .flex-company-text {
	max-width: 1020px;
	margin: 0 auto;
	color: #60666d;
	font-size: clamp(16px, 1.45vw, 20px);
	font-weight: 600;
	line-height: 1.5;
}

body .flex-company-text p:last-child {
	margin-bottom: 0;
}

body .flex-company-counters {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	max-width: 920px;
	margin: 32px auto 0;
}

body .flex-counter-row {
	display: flex;
	min-height: 94px;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 18px 22px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(32, 37, 42, .09);
}

body .flex-counter-row strong {
	color: #f5a623;
	font-size: clamp(30px, 3.2vw, 45px);
	font-weight: 800;
	line-height: 1;
}

body .flex-counter-label {
	color: #555c63;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .075em;
	line-height: 1.25;
	text-align: left;
}

body .flex-counter-divider {
	width: 1px;
	height: 38px;
	background: #d8dadd;
}

/* Vídeo hospedado no próprio site. */
body .flex-video-section {
	width: 100%;
	margin: 35px auto 44px;
}

/* A linha antiga que recebe o video avanca ate a borda direita da janela no
 * desktop. Reaplica à direita o mesmo recuo externo usado pelo container
 * principal, mantendo o quadro centralizado visualmente e longe da rolagem. */
@media (min-width: 992px) {
	body .flex-video-section {
		box-sizing: border-box;
		padding-right: max(3vw, calc((100vw - 1600px) / 2));
	}
}

body .flex-video-frame {
	position: relative;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
	background: #101214;
	box-shadow: 0 13px 36px rgba(0, 0, 0, .18);
}

body .flex-video-frame video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 78vh;
	object-fit: contain;
}

body .flex-video-sound {
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 10px 15px;
	border: 1px solid rgba(255,255,255,.65);
	border-radius: 22px;
	background: rgba(10, 12, 14, .72);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
}

body .flex-video-sound:hover,
body .flex-video-sound:focus {
	background: #f5a623;
}

body .flex-certificates-home {
	width: 100%;
	margin: 12px auto 13px;
}

body .flex-certificates-home .flex-certificados-registros {
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
}

body .flex-certificates-home .flex-certificates-original-item {
	display: none !important;
}

body .flex-certificates-home .flex-certificates-source-enhanced {
	display: none !important;
}

body .flex-certificates-heading {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	text-align: center;
}

body .flex-certificates-heading h1,
body .flex-certificates-heading h2,
body .flex-certificates-heading h3,
body .flex-certificates-heading h4 {
	margin: 0;
	color: #2f343a;
	font-size: clamp(24px, 2.2vw, 30px);
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

body .flex-certificates-heading h1::after,
body .flex-certificates-heading h2::after,
body .flex-certificates-heading h3::after,
body .flex-certificates-heading h4::after {
	display: block;
	width: 74px;
	height: 3px;
	margin: 12px auto 0;
	background: #f5a623;
	content: '';
}

body .flex-certificates-heading p {
	display: none;
}

body .flex-certificates-carousel {
	width: 100%;
	max-width: 1380px;
	margin: 22px auto 0;
	overflow: hidden;
}

body .flex-certificates-track {
	display: inline-flex;
	width: max-content !important;
	min-width: max-content;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	will-change: transform;
	animation: flex-certificates-scroll 32s linear infinite;
}

body .flex-certificates-set {
	display: inline-flex;
	flex: 0 0 auto;
	width: max-content !important;
	min-width: max-content;
	max-width: none !important;
	margin: 0 !important;
	gap: 28px;
	padding-right: 28px;
	align-items: center;
	justify-content: flex-start;
}

body .flex-certificate-item {
	flex: 0 0 clamp(160px, 13.2vw, 180px);
	aspect-ratio: 2 / 1;
	overflow: hidden;
	border-radius: 2px;
	background: #fff;
}

body .flex-certificate-item img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	object-position: center;
}

@keyframes flex-certificates-scroll {
	to { transform: translateX(-50%); }
}

body .flex-clientes-row,
body .flex-clientes {
	display: block !important;
	width: 100%;
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
}

body .flex-standard-section-title {
	color: #2f343a !important;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

body .flex-certificates-heading h1,
body .flex-certificates-heading h2,
body .flex-certificates-heading h3,
body .flex-certificates-heading h4,
body .flex-clientes-row h1,
body .flex-clientes-row h2,
body .flex-clientes-row h3,
body .flex-clientes-row h4,
body .flex-clientes h1,
body .flex-clientes h2,
body .flex-clientes h3,
body .flex-clientes h4,
body .flex-products-title-row .call-to-action,
body .flex-products-title-row h1,
body .flex-products-title-row h2,
body .flex-products-title-row h3,
body .flex-products-title-row h4 {
	color: #2f343a !important;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

body .flex-products-grid {
	box-sizing: border-box !important;
	height: auto !important;
	min-height: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	overflow: hidden;
}

@media (min-width: 768px) {
	body.flex-featured-products-page .flex-products-grid {
		padding-bottom: 24px !important;
		overflow: visible !important;
	}

	body.flex-featured-products-page .flex-featured-product-card .flex-unified-product-title {
		height: auto !important;
		min-height: 28px !important;
		margin: 10px 0 8px !important;
		padding: 0 !important;
		line-height: 1.35 !important;
	}

	body.flex-featured-products-page .flex-featured-product-card > .flex-unified-product-details {
		margin-top: 0 !important;
	}
}

body .flex-products-grid-inner {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	padding-bottom: 0 !important;
}

body .flex-products-grid-inner > [class*="col-"] {
	box-sizing: border-box !important;
	width: 25% !important;
	max-width: 25% !important;
	flex: 0 0 25% !important;
}

body .flex-clean-section,
body .flex-clientes-row,
body .flex-clientes,
body .flex-certificates-home,
body .flex-products-title-row {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

body .flex-hidden-section-divider,
body .flex-clean-section hr,
body .flex-clientes-row hr,
body .flex-clientes hr,
body .flex-certificates-home hr,
body .flex-products-title-row hr {
	display: none !important;
}

/* Carrinho visível no celular. */
body .flex-mobile-cart {
	display: none;
}

/* Eventos no rodapé, sem links. */
body #footer .flex-footer-has-events {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
	column-gap: 48px;
}

body #footer .flex-footer-has-events::before,
body #footer .flex-footer-has-events::after {
	display: none !important;
	content: none !important;
}

body #footer .flex-footer-has-events > .flex-footer-contact-column,
body #footer .flex-footer-has-events > .flex-footer-events-column {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin-top: 0 !important;
}

body .flex-footer-events-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
	gap: 12px;
}

body .flex-footer-event {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 2px 14px 12px;
	border-left: 3px solid #f5a623;
	background: rgba(255, 255, 255, .045);
}

body .flex-footer-event-name {
	color: #f5a623;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.5;
}

body .flex-footer-event-location,
body .flex-footer-event-date {
	color: inherit;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

/* YouTube acompanha os demais ícones e ganha o vermelho da marca no hover. */
body #footer a.flex-footer-youtube,
body #footer a.flex-footer-youtube i {
	color: inherit !important;
	transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

body #footer a.flex-footer-youtube:hover,
body #footer a.flex-footer-youtube:focus,
body #footer a.flex-footer-youtube:hover i,
body #footer a.flex-footer-youtube:focus i {
	border-color: #ff0000 !important;
	color: #ff0000 !important;
}

/* A quantidade do produto é definida no carrinho. Remove o campo da pagina
 * individual em qualquer largura de tela, sem afetar os controles do carrinho. */
body.flex-modernizacao-active .page-top form.cart .quantity {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* Todos os botoes de orcamento usam o laranja oficial da FLEX. Abrange o
 * produto individual, cards de linhas, destaques e produtos relacionados. */
body.flex-modernizacao-active .page-top form.cart .add_to_cart_button:not(.added):not(.flex-produto-adicionado):not(.flex-related-product-added),
body.flex-modernizacao-active .page-top .flex-unified-product-card > a.add_to_cart_button:not(.added):not(.flex-produto-adicionado):not(.flex-related-product-added),
body.flex-modernizacao-active .related.products .add_to_cart_button:not(.added):not(.flex-produto-adicionado):not(.flex-related-product-added) {
	border-color: #f5a623 !important;
	background: #f5a623 !important;
	color: #fff !important;
}

body.flex-modernizacao-active .page-top form.cart .add_to_cart_button:not(.added):not(.flex-produto-adicionado):not(.flex-related-product-added):hover,
body.flex-modernizacao-active .page-top form.cart .add_to_cart_button:not(.added):not(.flex-produto-adicionado):not(.flex-related-product-added):focus,
body.flex-modernizacao-active .page-top .flex-unified-product-card > a.add_to_cart_button:not(.added):not(.flex-produto-adicionado):not(.flex-related-product-added):hover,
body.flex-modernizacao-active .page-top .flex-unified-product-card > a.add_to_cart_button:not(.added):not(.flex-produto-adicionado):not(.flex-related-product-added):focus,
body.flex-modernizacao-active .related.products .add_to_cart_button:not(.added):not(.flex-produto-adicionado):not(.flex-related-product-added):hover,
body.flex-modernizacao-active .related.products .add_to_cart_button:not(.added):not(.flex-produto-adicionado):not(.flex-related-product-added):focus {
	border-color: #e39616 !important;
	background: #e39616 !important;
	color: #fff !important;
}

/* O estado concluido deve ser cinza em qualquer lista ou pagina de produto.
 * Esta regra vem depois do laranja para que "Produto adicionado" nunca volte
 * a assumir a cor de um botao ativo. */
body.flex-modernizacao-active .page-top .add_to_cart_button.added,
body.flex-modernizacao-active .page-top .add_to_cart_button.flex-produto-adicionado,
body.flex-modernizacao-active .page-top .add_to_cart_button.flex-related-product-added,
body.flex-modernizacao-active .page-top form.cart .add_to_cart_button.added,
body.flex-modernizacao-active .page-top form.cart .add_to_cart_button.flex-produto-adicionado,
body.flex-modernizacao-active .page-top .flex-unified-product-card > a.add_to_cart_button.added,
body.flex-modernizacao-active .page-top .flex-unified-product-card > a.add_to_cart_button.flex-produto-adicionado,
body.flex-modernizacao-active .page-top .flex-unified-product-card > a.add_to_cart_button.flex-related-product-added,
body.flex-modernizacao-active .related.products .add_to_cart_button.added,
body.flex-modernizacao-active .related.products .add_to_cart_button.flex-related-product-added,
body.flex-modernizacao-active .page-top .add_to_cart_button.added:hover,
body.flex-modernizacao-active .page-top .add_to_cart_button.added:focus,
body.flex-modernizacao-active .page-top .add_to_cart_button.flex-produto-adicionado:hover,
body.flex-modernizacao-active .page-top .add_to_cart_button.flex-produto-adicionado:focus,
body.flex-modernizacao-active .page-top .add_to_cart_button.flex-related-product-added:hover,
body.flex-modernizacao-active .page-top .add_to_cart_button.flex-related-product-added:focus {
	border-color: #b7bbbd !important;
	background: #b7bbbd !important;
	color: #fff !important;
	opacity: 1 !important;
	cursor: default !important;
	pointer-events: none !important;
}

/* Na pagina individual, os dois estados ocupam exatamente a mesma caixa. */
@media (min-width: 768px) {
	body.flex-modernizacao-active .page-top form.cart > .add_to_cart_button,
	body.flex-modernizacao-active .page-top form.cart > a.added_to_cart.wc-forward {
		display: flex !important;
		box-sizing: border-box !important;
		width: 250px !important;
		max-width: 100% !important;
		height: 44px !important;
		min-height: 44px !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 0 14px !important;
		align-items: center !important;
		justify-content: center !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 1.2 !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}

	body.flex-modernizacao-active .page-top form.cart > a.added_to_cart.wc-forward {
		margin-top: 10px !important;
	}
}

/* Produtos relacionados: botões iguais e sem link "ver carrinho". */
body .related.products .add_to_cart_button {
	display: block;
	width: 100%;
	margin-top: 7px;
	border-color: #f5a623;
	background: #f5a623;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

body .related.products .add_to_cart_button:hover,
body .related.products .add_to_cart_button:focus {
	border-color: #e39616;
	background: #e39616;
	color: #fff;
}

body .related.products .add_to_cart_button.loading {
	opacity: .65;
	pointer-events: none;
}

body .related.products .add_to_cart_button.flex-related-product-added,
body .related.products .add_to_cart_button.flex-related-product-added:hover,
body .related.products .add_to_cart_button.flex-related-product-added:focus {
	border-color: #b7bbbd !important;
	background: #b7bbbd !important;
	color: #fff !important;
	cursor: default;
	pointer-events: none;
}

body .related.products a.added_to_cart.wc-forward.flex-related-view-cart {
	display: block !important;
	box-sizing: border-box;
	width: 100%;
	margin-top: 7px;
	padding: 9px 12px;
	border: 1px solid #f5a623;
	background: #f5a623;
	color: #fff !important;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

body .related.products a.added_to_cart.wc-forward.flex-related-view-cart:hover,
body .related.products a.added_to_cart.wc-forward.flex-related-view-cart:focus {
	border-color: #e39616;
	background: #e39616;
	color: #fff !important;
}

/* Galeria do produto em uma unica area: imagem principal e demais fotos
 * percorrem o mesmo carrossel, sem repetir a primeira imagem abaixo. */
body .woocommerce-product-gallery.flex-unified-product-gallery {
	opacity: 1 !important;
}

body .flex-unified-product-gallery .woocommerce-product-gallery__wrapper,
body .flex-unified-product-gallery .flex-product-gallery-carousel {
	width: 100%;
	margin: 0;
}

body .flex-product-gallery-carousel .woocommerce-product-gallery__image,
body .flex-product-gallery-carousel .woocommerce-product-gallery__image > a,
body .flex-product-gallery-carousel .woocommerce-product-gallery__image img {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: auto;
}

body .flex-product-gallery-carousel .owl-controls {
	margin-top: 10px;
}

/* Galeria clean em qualquer tamanho de tela: sem caixas escuras nas setas e
 * com indicadores circulares discretos sobre a imagem. */
body .woocommerce-product-gallery .owl-buttons .owl-prev,
body .woocommerce-product-gallery .owl-buttons .owl-next {
	top: 50% !important;
	box-sizing: border-box !important;
	width: 44px !important;
	height: 64px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 1 !important;
	opacity: 1 !important;
	transform: translateY(-50%) !important;
}

body .woocommerce-product-gallery .owl-buttons .owl-prev {
	right: auto !important;
	left: 2px !important;
}

body .woocommerce-product-gallery .owl-buttons .owl-next {
	right: 2px !important;
	left: auto !important;
}

body .woocommerce-product-gallery .owl-buttons .owl-prev::before,
body .woocommerce-product-gallery .owl-buttons .owl-next::before {
	display: none !important;
	content: none !important;
}

body .woocommerce-product-gallery .owl-buttons .owl-prev::after,
body .woocommerce-product-gallery .owl-buttons .owl-next::after,
body .mfp-gallery .mfp-arrow::after {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	display: block !important;
	box-sizing: border-box !important;
	width: 17px !important;
	height: 17px !important;
	margin: 0 !important;
	border: solid rgba(255, 255, 255, .96) !important;
	border-width: 0 2px 2px 0 !important;
	background: transparent !important;
	content: "" !important;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .9));
}

body .woocommerce-product-gallery .owl-buttons .owl-prev::after,
body .mfp-gallery .mfp-arrow-left::after {
	transform: translate(-35%, -50%) rotate(135deg) !important;
}

body .woocommerce-product-gallery .owl-buttons .owl-next::after,
body .mfp-gallery .mfp-arrow-right::after {
	transform: translate(-65%, -50%) rotate(-45deg) !important;
}

body .mfp-gallery .mfp-arrow {
	box-sizing: border-box !important;
	width: 48px !important;
	height: 72px !important;
	margin-top: -36px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	opacity: 1 !important;
}

body .mfp-gallery .mfp-arrow-left {
	left: 2px !important;
}

body .mfp-gallery .mfp-arrow-right {
	right: 2px !important;
}

body .mfp-gallery .mfp-arrow::before {
	display: none !important;
	content: none !important;
}

body .flex-unified-product-gallery .owl-controls .owl-pagination {
	bottom: 12px;
}

body .flex-unified-product-gallery .owl-controls .owl-page span {
	box-sizing: border-box;
	width: 8px !important;
	height: 8px !important;
	margin: 3px !important;
	border: 1px solid rgba(255, 255, 255, .92) !important;
	border-radius: 50% !important;
	background: rgba(45, 50, 55, .48) !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .22);
	opacity: 1;
}

body .flex-unified-product-gallery .owl-controls .owl-page.active span,
body .flex-unified-product-gallery .owl-controls.clickable .owl-page:hover span {
	border-color: #fff !important;
	background: #f5a623 !important;
}

/* Quantidade no carrinho com alvos de toque amplos e atualizacao automatica. */
body .woocommerce-cart-form .quantity.flex-cart-quantity-controls {
	display: inline-grid !important;
	grid-template-columns: 44px 64px 44px;
	width: 152px !important;
	max-width: 100%;
	align-items: stretch;
	vertical-align: middle;
}

body .woocommerce-cart-form .flex-cart-quantity-controls > input[type="number"] {
	box-sizing: border-box !important;
	width: 64px !important;
	min-width: 0 !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 6px 4px !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	font-size: 17px !important;
	line-height: 30px !important;
	text-align: center !important;
	-moz-appearance: textfield;
}

body .woocommerce-cart-form .flex-cart-quantity-controls > input[type="number"]::-webkit-inner-spin-button,
body .woocommerce-cart-form .flex-cart-quantity-controls > input[type="number"]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

body .woocommerce-cart-form .flex-cart-qty-button {
	display: inline-flex;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 1px solid #f5a623;
	border-radius: 0;
	background: #f5a623;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

body .woocommerce-cart-form .flex-cart-qty-button:hover,
body .woocommerce-cart-form .flex-cart-qty-button:focus {
	border-color: #e39616;
	background: #e39616;
	color: #fff;
}

body .woocommerce-cart-form .flex-cart-qty-button:disabled {
	border-color: #d3d5d6;
	background: #d3d5d6;
	color: #fff;
	cursor: default;
}

body .woocommerce-cart-form [name="update_cart"] {
	display: none !important;
}

/* Ampliacao simples da foto nas paginas de linha. O modal antigo do tema
 * permanece inativo e a imagem ocupa somente o espaco util da tela. */
body.flex-line-lightbox-open {
	overflow: hidden !important;
}

body .flex-line-product-image-trigger {
	cursor: zoom-in;
}

/* Remove a lupa laranja e o clareamento herdados do tema nos cards de
 * produtos. A camada antiga fica inativa, enquanto o link da propria imagem
 * continua responsavel por abrir a ampliacao criada por este plugin. */
@media (min-width: 768px) {
	body.flex-modernizacao-active .overlay-container > a.overlay.small,
	body.flex-modernizacao-active .overlay-container > a.overlay.small:hover,
	body.flex-modernizacao-active .overlay-container > a.overlay.small:focus,
	body.flex-modernizacao-active .overlay-container > a.overlay.small:active {
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		color: transparent !important;
	}

	body.flex-modernizacao-active .overlay-container:hover img,
	body.flex-modernizacao-active .overlay-container:focus-within img {
		opacity: 1 !important;
		filter: none !important;
	}
}

body .flex-featured-product-card .flex-line-product-image-trigger {
	display: block;
}

body .flex-line-image-lightbox[hidden] {
	display: none !important;
}

body .flex-line-image-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: flex;
	box-sizing: border-box;
	padding: 34px;
	align-items: center;
	justify-content: center;
	background: rgba(18, 21, 24, .88);
}

body .flex-line-image-lightbox-stage {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

body .flex-line-image-lightbox-image {
	display: block;
	width: auto;
	max-width: min(1180px, 100%);
	height: auto;
	max-height: 100%;
	margin: 0;
	object-fit: contain;
	background: #fff;
	box-shadow: 0 14px 46px rgba(0, 0, 0, .38);
}

body .flex-line-image-lightbox-close {
	position: absolute;
	top: 12px;
	right: 15px;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 38px;
	font-weight: 300;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
}

/*
 * Padroniza os titulos internos no desktop com a mesma escala visual de
 * "Descricao tecnica": produto, linha, carrinho e finalizacao do orcamento.
 */
@media (min-width: 768px) {
	body .page-top h1.upp.text-orange,
	body .page-top h2.upp.text-orange,
	body .page-top h1.text-orange,
	body .page-top h2.text-orange {
		font-size: 28px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		letter-spacing: 0 !important;
	}
}

/* Mantem as tags cadastradas para pesquisa, sem exibi-las ao visitante. */
body .page-top .product_meta .tagged_as {
	display: none !important;
}

@media (max-width: 1199px) {
	body .flex-company-counters {
		grid-template-columns: 1fr;
		max-width: 640px;
	}
}

@media (max-width: 991px) {
	body .header > .container,
	body .page-top > .container,
	body #footer > .footer > .container,
	body #footer > .subfooter > .container {
		width: auto !important;
		max-width: none !important;
	}

	body .navbar-header {
		position: relative;
	}

	body .flex-mobile-cart {
		position: absolute;
		top: 9px;
		right: 60px;
		display: inline-flex;
		width: 42px;
		height: 34px;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(255,255,255,.24);
		border-radius: 4px;
		color: #f5a623;
		font-size: 20px;
		text-decoration: none;
	}

	body .flex-mobile-cart .flex-orcamento-count {
		position: absolute;
		top: -7px;
		right: -7px;
		min-width: 19px;
		height: 19px;
		padding: 0 5px;
		border-radius: 10px;
		background: #f5a623;
		color: #fff;
		font-size: 11px;
		font-weight: 800;
		line-height: 19px;
		text-align: center;
	}

	body .flex-mega-menu {
		position: static !important;
		width: 100%;
		max-height: 68vh;
		margin: 0 !important;
		overflow-y: auto;
		border-radius: 0;
		box-shadow: none;
	}

	body .flex-mega-grid {
		display: block;
		padding: 14px 17px !important;
	}

	body .flex-mega-column-long > ul {
		column-count: 1;
	}

	body .flex-mega-column + .flex-mega-column {
		margin-top: 22px;
	}

	body .flex-mega-column a {
		padding: 8px 6px;
	}
}

@media (max-width: 767px) {
	body .flex-line-image-lightbox {
		padding: 48px 10px 20px;
	}

	body .flex-line-image-lightbox-close {
		top: 3px;
		right: 7px;
	}

	/* No celular cada produto ocupa uma linha. A altura minima criada para
	 * alinhar quatro cards no desktop apenas gerava um vazio antes dos botoes. */
	body.flex-line-products-page .flex-line-product-card .flex-line-product-title {
		height: auto !important;
		min-height: 0 !important;
		margin: 12px 0 6px !important;
		padding: 0 !important;
		line-height: 1.35 !important;
	}

	body.flex-line-products-page .flex-line-product-card > .flex-line-product-details {
		margin-top: 0 !important;
	}

	/* Os cards das linhas e os produtos em destaque compartilham exatamente
	 * as mesmas dimensoes e estados dos botoes no celular. */
	body .flex-unified-product-card > .flex-unified-product-details,
	body .flex-unified-product-card > a.add_to_cart_button,
	body .flex-unified-product-card > a.added_to_cart.wc-forward {
		display: flex !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		height: 38px !important;
		min-height: 38px !important;
		margin: 0 0 10px !important;
		padding: 9px 12px !important;
		align-items: center;
		justify-content: center;
		border: 0 !important;
		font-family: inherit !important;
		font-size: 12px !important;
		font-weight: 400 !important;
		line-height: 20px !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}

	body .flex-unified-product-card > .flex-unified-product-details {
		border-radius: 0 !important;
		background: #536468 !important;
		color: #fff !important;
	}

	body .flex-unified-product-card > a.add_to_cart_button,
	body .flex-unified-product-card > a.added_to_cart.wc-forward {
		border-radius: 4px !important;
		background: #f5a623 !important;
		color: #fff !important;
	}

	body .flex-unified-product-card > a.add_to_cart_button.added,
	body .flex-unified-product-card > a.add_to_cart_button.flex-related-product-added {
		background: #b7bbbd !important;
		color: #fff !important;
	}

	/* O carrossel mobile da pagina inicial e uma estrutura separada do grid
	 * desktop. Remove a caixa branca e reproduz o card compacto das linhas. */
	body.flex-featured-products-page .flex-featured-products-mobile .flex-featured-product-card {
		display: block !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
	}

	body.flex-featured-products-page .flex-featured-products-mobile .flex-featured-product-card > .flex-line-product-image-trigger,
	body.flex-featured-products-page .flex-featured-products-mobile .woocommerce-product-gallery,
	body.flex-featured-products-page .flex-featured-products-mobile .woocommerce-product-gallery img {
		display: block !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.flex-featured-products-page .flex-featured-products-mobile .space-top,
	body.flex-featured-products-page .flex-featured-products-mobile .price {
		display: none !important;
	}

	body.flex-featured-products-page .flex-featured-products-mobile .flex-unified-product-title {
		display: block !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 12px 0 8px !important;
		padding: 0 !important;
		color: #2f343a !important;
		font-family: inherit !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		line-height: 1.35 !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}

	body .main-navigation,
	body .main-navigation .navbar {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body .main-navigation .container-fluid {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
		overflow: visible !important;
	}

	body .main-navigation .navbar-header {
		position: relative !important;
		float: none !important;
		display: block !important;
		box-sizing: border-box !important;
		width: calc(100vw - 30px) !important;
		max-width: calc(100vw - 30px) !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	/* O botão original já contém o texto e as três barras. Ele permanece no
	 * fluxo e apenas reserva a coluna da direita para o carrinho. */
	body .main-navigation .navbar-toggle {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		float: none !important;
		display: block !important;
		box-sizing: border-box !important;
		width: calc(100% - 58px) !important;
		max-width: calc(100% - 58px) !important;
		margin: 0 !important;
		padding-right: 18px !important;
		padding-left: 62px !important;
	}

	/* Separa visualmente as ações: três barras à esquerda, texto ao centro
	 * do botão e carrinho isolado na coluna da direita. */
	body .main-navigation .navbar-toggle::after {
		right: auto !important;
		left: 18px !important;
	}

	body .flex-mobile-cart {
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		display: inline-flex !important;
		box-sizing: border-box !important;
		width: 50px !important;
		height: 52px !important;
		margin: 0 !important;
	}

	body .flex-modern-banner {
		height: var(--flex-banner-mobile, 340px);
		width: 100vw;
		max-width: 100vw;
		margin-right: 0;
		margin-left: calc(50% - 50vw);
		border-radius: 0;
	}

	body .flex-modern-slide img {
		object-fit: contain;
		object-position: center;
	}

	body .flex-modern-slide.flex-has-mobile-image img {
		object-fit: contain;
		object-position: center;
	}

	/* Telas sensíveis ao toque mantêm o foco após o clique. Evita que uma das
	 * setas permaneça laranja até o próximo toque. */
	body .flex-banner-arrow,
	body .flex-banner-arrow:hover,
	body .flex-banner-arrow:focus,
	body .flex-banner-arrow:active {
		background: rgba(20, 24, 28, .58);
		color: #fff;
	}

	body .flex-banner-arrow {
		width: 35px;
		height: 48px;
		font-size: 21px;
		line-height: 48px;
	}

	body .flex-banner-prev { left: 8px; }
	body .flex-banner-next { right: 8px; }

	body .flex-banner-overlay {
		right: 16px;
		bottom: 42px;
		max-width: 82%;
	}

	body .flex-banner-overlay em {
		padding: 9px 14px;
		font-size: 11px;
	}

	body .flex-company-card {
		margin: 20px 0 0;
		padding: 26px 17px;
		border-radius: 9px;
	}

	body .flex-standard-section-title,
	body .flex-certificates-heading h1,
	body .flex-certificates-heading h2,
	body .flex-certificates-heading h3,
	body .flex-certificates-heading h4,
	body .flex-clientes-row h1,
	body .flex-clientes-row h2,
	body .flex-clientes-row h3,
	body .flex-clientes-row h4,
	body .flex-clientes h1,
	body .flex-clientes h2,
	body .flex-clientes h3,
	body .flex-clientes h4,
	body .flex-products-title-row .call-to-action,
	body .flex-products-title-row h1,
	body .flex-products-title-row h2,
	body .flex-products-title-row h3,
	body .flex-products-title-row h4 {
		font-size: 23px !important;
	}

	body .flex-counter-row {
		min-height: 124px;
		padding: 16px 12px;
	}

	body .flex-counter-years {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 13px;
		row-gap: 7px;
		align-items: center;
	}

	body .flex-counter-years > .flex-counter-label:first-child {
		grid-column: 1;
		grid-row: 2;
	}

	body .flex-counter-years > strong:nth-child(2) {
		grid-column: 1;
		grid-row: 1;
	}

	body .flex-counter-years > .flex-counter-divider {
		grid-column: 2;
		grid-row: 1 / 3;
		width: 1px;
		height: 70px;
	}

	body .flex-counter-years > .flex-animated-counter {
		grid-column: 3;
		grid-row: 1;
	}

	body .flex-counter-years > .flex-counter-label:last-child {
		grid-column: 3;
		grid-row: 2;
	}

	body .flex-counter-years > strong {
		font-size: 33px;
		text-align: center;
	}

	body .flex-counter-years > .flex-counter-label {
		max-width: none;
		font-size: 11px;
		line-height: 1.25;
		text-align: center;
	}

	body .flex-counter-deliveries {
		flex-direction: column;
		gap: 8px;
	}

	body .flex-counter-deliveries > strong {
		font-size: 35px;
	}

	body .flex-counter-deliveries > .flex-counter-label {
		max-width: none;
		font-size: 11px;
		text-align: center;
	}

	body .flex-video-sound {
		right: 10px;
		bottom: 10px;
		padding: 8px 11px;
	}

	body .flex-footer-events-column {
		margin-top: 0;
	}

	body #footer .flex-footer-has-events {
		grid-template-columns: 1fr;
		row-gap: 12px;
	}

	body #footer .flex-footer-has-events > .flex-footer-contact-column,
	body #footer .flex-footer-has-events > .flex-footer-events-column {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body #footer .flex-footer-has-events > .flex-footer-contact-column > .footer-content,
	body #footer .flex-footer-has-events > .flex-footer-events-column > .footer-content {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	/* O tema usa body.front nos produtos e coloca as acoes na coluna abaixo.
	 * No celular o produto entra com uma unidade e a quantidade fica no carrinho. */
	body .page-top .col-md-9.vertical-divider-left > .row > .col-md-7.col-md-offset-1 {
		float: none !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
	}

	body .page-top .col-md-9.vertical-divider-left > .row > .col-md-7.col-md-offset-1 > form.cart {
		display: block !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body .page-top .col-md-9.vertical-divider-left > .row > .col-md-7.col-md-offset-1 > form.cart > .quantity {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}

	body .page-top .col-md-9.vertical-divider-left > .row > .col-md-7.col-md-offset-1 > form.cart > .add_to_cart_button,
	body .page-top .col-md-9.vertical-divider-left > .row > .col-md-7.col-md-offset-1 > form.cart > a.added_to_cart.wc-forward,
	body .page-top .col-md-9.vertical-divider-left > .row > .col-md-7.col-md-offset-1 > form.cart ~ a.added_to_cart.wc-forward {
		float: none !important;
		display: block !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		height: 44px !important;
		min-height: 44px !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 0 14px !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 44px !important;
		text-align: center !important;
	}

	body .page-top .col-md-9.vertical-divider-left > .row > .col-md-7.col-md-offset-1 > form.cart > a.added_to_cart.wc-forward,
	body .page-top .col-md-9.vertical-divider-left > .row > .col-md-7.col-md-offset-1 > form.cart ~ a.added_to_cart.wc-forward {
		margin-top: 10px !important;
	}

	/* Nome do produto mais compacto e proporcional a tela pequena. */
	body .page-top .col-md-9.vertical-divider-left > .row > .col-md-12 > h1.upp.text-orange {
		margin-top: 0 !important;
		margin-bottom: 12px !important;
		font-size: 27px !important;
		font-weight: 700 !important;
		line-height: 1.18 !important;
		letter-spacing: 0 !important;
		overflow-wrap: break-word;
	}

	/* Titulo da busca com a mesma proporcao compacta dos produtos. */
	body .flex-search-results-title {
		max-width: 100% !important;
		margin-top: 0 !important;
		margin-bottom: 12px !important;
		font-size: 27px !important;
		font-weight: 700 !important;
		line-height: 1.18 !important;
		letter-spacing: 0 !important;
		overflow-wrap: break-word;
	}

	/* Aproxima os metadados da descricao sem remover a divisao entre blocos. */
	body .page-top .col-md-9.vertical-divider-left > .row > .col-md-7.col-md-offset-1 > .product_meta {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	body .page-top .col-md-9.vertical-divider-left > .row > .col-md-7.col-md-offset-1 > hr {
		margin-top: 12px !important;
		margin-bottom: 0 !important;
	}

	body .flex-product-description-row > h1:first-child,
	body .flex-product-description-row > h2:first-child,
	body .flex-product-description-row > h3:first-child,
	body .flex-product-description-row > h4:first-child {
		margin-top: 12px !important;
	}

	/* O celular ja possui retorno nativo; evita uma acao repetida no conteudo. */
	body a.btn.btn-white[onclick*="history.go"] {
		display: none !important;
	}

	/* Setas leves na galeria, sem os quadrados escuros do tema. */
	body .woocommerce-product-gallery .owl-buttons .owl-prev,
	body .woocommerce-product-gallery .owl-buttons .owl-next {
		top: 50% !important;
		box-sizing: border-box !important;
		width: 44px !important;
		height: 64px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: transparent !important;
		font-size: 0 !important;
		line-height: 1 !important;
		opacity: 1 !important;
		transform: translateY(-50%) !important;
	}

	body .woocommerce-product-gallery .owl-buttons .owl-prev {
		right: auto !important;
		left: 2px !important;
	}

	body .woocommerce-product-gallery .owl-buttons .owl-next {
		right: 2px !important;
		left: auto !important;
	}

	body .woocommerce-product-gallery .owl-buttons .owl-prev::before,
	body .woocommerce-product-gallery .owl-buttons .owl-next::before {
		display: none !important;
		content: none !important;
	}

	body .woocommerce-product-gallery .owl-buttons .owl-prev::after,
	body .woocommerce-product-gallery .owl-buttons .owl-next::after {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		display: block !important;
		box-sizing: border-box !important;
		width: 17px !important;
		height: 17px !important;
		margin: 0 !important;
		border: solid rgba(255, 255, 255, .96) !important;
		border-width: 0 2px 2px 0 !important;
		background: transparent !important;
		content: "" !important;
		filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .9));
	}

	body .woocommerce-product-gallery .owl-buttons .owl-prev::after {
		transform: translate(-35%, -50%) rotate(135deg) !important;
	}

	body .woocommerce-product-gallery .owl-buttons .owl-next::after {
		transform: translate(-65%, -50%) rotate(-45deg) !important;
	}

	/* A ampliacao usa Magnific Popup e recebe o mesmo desenho clean. */
	body .mfp-gallery .mfp-arrow {
		box-sizing: border-box !important;
		width: 48px !important;
		height: 72px !important;
		margin-top: -36px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		opacity: 1 !important;
	}

	body .mfp-gallery .mfp-arrow-left {
		left: 2px !important;
	}

	body .mfp-gallery .mfp-arrow-right {
		right: 2px !important;
	}

	body .mfp-gallery .mfp-arrow::before {
		display: none !important;
		content: none !important;
	}

	body .mfp-gallery .mfp-arrow::after {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		display: block !important;
		box-sizing: border-box !important;
		width: 17px !important;
		height: 17px !important;
		margin: 0 !important;
		border: solid rgba(255, 255, 255, .96) !important;
		border-width: 0 2px 2px 0 !important;
		background: transparent !important;
		content: "" !important;
		filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .9));
	}

	body .mfp-gallery .mfp-arrow-left::after {
		transform: translate(-35%, -50%) rotate(135deg) !important;
	}

	body .mfp-gallery .mfp-arrow-right::after {
		transform: translate(-65%, -50%) rotate(-45deg) !important;
	}

	/* Indicadores discretos da galeria de produto no celular. */
	body .flex-unified-product-gallery .owl-controls .owl-pagination {
		bottom: 12px;
	}

	body .flex-unified-product-gallery .owl-controls .owl-page span {
		box-sizing: border-box;
		width: 8px !important;
		height: 8px !important;
		margin: 3px !important;
		border: 1px solid rgba(255, 255, 255, .92) !important;
		border-radius: 50% !important;
		background: rgba(45, 50, 55, .48) !important;
		box-shadow: 0 1px 3px rgba(0, 0, 0, .22);
		opacity: 1;
	}

	body .flex-unified-product-gallery .owl-controls .owl-page.active span,
	body .flex-unified-product-gallery .owl-controls.clickable .owl-page:hover span {
		border-color: #fff !important;
		background: #f5a623 !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body *,
	body *::before,
	body *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
