#colophon .site-above-footer-wrap,
#colophon .site-primary-footer-wrap,
#colophon .site-below-footer-wrap {
	display: none !important;
}

#colophon {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

#colophon .sg-site-footer {
	background: #071c33;
	color: #dbe8f8;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

#colophon .sg-site-footer *,
#colophon .sg-site-footer input,
#colophon .sg-site-footer button,
#colophon .sg-site-footer select,
#colophon .sg-site-footer textarea {
	font-family: "Roboto", Arial, sans-serif;
}

#colophon .sg-site-footer a {
	color: inherit;
	text-decoration: none;
}

#colophon .sg-site-footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#colophon .sg-footer-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 18px;
	padding-right: 18px;
	width: 100%;
}

#colophon .sg-newsletter {
	background: var(--ast-global-color-0, #0db5de);
	color: #ffffff;
}

#colophon .sg-newsletter__inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
	min-height: 150px;
	padding-bottom: 28px;
	padding-top: 28px;
}

#colophon .sg-newsletter__eyebrow {
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

#colophon .sg-newsletter h2 {
	color: #ffffff;
	font-size: clamp(25px, 3vw, 36px);
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 8px;
}

#colophon .sg-newsletter p {
	color: rgba(255, 255, 255, 0.92);
	margin: 0;
}

#colophon .sg-newsletter-form {
	align-items: stretch;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0;
	position: relative;
}

#colophon .sg-newsletter-form label {
	margin: 0;
}

#colophon .sg-newsletter-form input[type="email"] {
	background: #ffffff;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(2, 42, 58, 0.12);
	color: #12324f;
	font-size: 15px;
	height: 50px;
	margin: 0;
	padding: 0 22px;
	width: 100%;
}

#colophon .sg-newsletter-form input[type="email"]::placeholder {
	color: #6786a6;
	opacity: 1;
}

#colophon .sg-newsletter-form button {
	background: #102847;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(2, 42, 58, 0.18);
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	min-height: 50px;
	padding: 0 28px;
	text-transform: uppercase;
	transition: background 160ms ease, transform 160ms ease;
}

#colophon .sg-newsletter-form button:hover {
	background: #061b31;
	transform: translateY(-1px);
}

#colophon .sg-newsletter-form__trap {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

#colophon .sg-newsletter-form__message {
	bottom: -28px;
	font-size: 13px;
	font-weight: 700;
	grid-column: 1 / -1;
	left: 0;
	position: absolute;
}

#colophon .sg-newsletter-form__message--invalid {
	color: #ffe0e0;
}

#colophon .sg-footer-main {
	background: #071c33;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#colophon .sg-footer-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: 1.35fr 1fr 0.82fr 1fr;
	padding-bottom: 42px;
	padding-top: 46px;
}

#colophon .sg-footer-brand__logo {
	display: inline-flex;
	margin-bottom: 18px;
}

#colophon .sg-footer-logo {
	display: block;
	height: auto;
	max-width: 190px;
}

#colophon .sg-footer-logo-text {
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	font-weight: 800;
}

#colophon .sg-footer-brand p,
#colophon .sg-footer-column li {
	color: #dbe8f8;
	margin: 0;
}

#colophon .sg-footer-brand p + p {
	margin-top: 12px;
}

#colophon .sg-footer-cnpj {
	color: #ffffff !important;
	font-weight: 700;
}

#colophon .sg-footer-column h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	margin: 0 0 15px;
}

#colophon .sg-footer-column ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#colophon .sg-footer-column .menu-item {
	list-style: none;
	margin: 0;
	padding: 0;
}

#colophon .sg-payment-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	max-width: 275px;
}

#colophon .sg-payment-seal {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(219, 232, 248, 0.7);
	border-radius: 8px;
	box-shadow: none;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	min-height: 34px;
	padding: 7px 11px;
}

#colophon .sg-payment-seal img {
	display: block;
	height: 22px;
	max-width: 116px;
	width: auto;
}

#colophon .sg-payment-seal--pix img {
	height: 25px;
	max-width: 74px;
	width: 71px;
}

#colophon .sg-payment-seal--ssl img {
	height: 22px;
	max-width: 120px;
	width: 92px;
}

#colophon .sg-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #a9bdd4;
	display: flex;
	font-size: 13px;
	gap: 16px;
	justify-content: space-between;
	padding-bottom: 18px;
	padding-top: 18px;
}

#colophon .sg-footer-bottom p {
	margin: 0;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale,
span.onsale[data-notification] {
	align-items: center !important;
	background: var(--ast-global-color-0, #0db5de) !important;
	border: 1px solid rgba(13, 181, 222, 0.32) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	display: inline-flex !important;
	font-size: 10.5px !important;
	font-weight: 800 !important;
	height: 44px !important;
	justify-content: center !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	min-height: 44px !important;
	min-width: 44px !important;
	padding: 0 4px !important;
	text-align: center !important;
	text-transform: none !important;
	width: 44px !important;
}

.single-product .summary .price,
.single-product div.product .summary p.price,
.single-product div.product .summary span.price {
	padding-top: 10px;
}

@media (min-width: 922px) {
	.woocommerce div.product div.images,
	.woocommerce #content div.product div.images,
	.woocommerce-page div.product div.images,
	.woocommerce-page #content div.product div.images {
		max-width: 430px;
		width: 42% !important;
	}

	.woocommerce div.product div.summary,
	.woocommerce #content div.product div.summary,
	.woocommerce-page div.product div.summary,
	.woocommerce-page #content div.product div.summary {
		width: 54% !important;
	}

	.woocommerce div.product div.images img,
	.woocommerce #content div.product div.images img,
	.woocommerce-page div.product div.images img,
	.woocommerce-page #content div.product div.images img {
		max-height: 560px;
		object-fit: contain;
	}
}

@media (max-width: 921px) {
	#colophon .sg-newsletter__inner,
	#colophon .sg-footer-grid {
		grid-template-columns: 1fr;
	}

	#colophon .sg-newsletter__inner {
		gap: 18px;
		min-height: 0;
		padding-bottom: 28px;
		padding-top: 28px;
	}

	#colophon .sg-newsletter-form {
		grid-template-columns: 1fr;
	}

	#colophon .sg-newsletter-form button {
		width: 100%;
	}

	#colophon .sg-newsletter-form__message {
		bottom: auto;
		position: static;
	}

	#colophon .sg-footer-grid {
		gap: 28px;
		padding-bottom: 34px;
		padding-top: 36px;
	}

	#colophon .sg-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}
}

@media (max-width: 544px) {
	#colophon .sg-newsletter h2 {
		font-size: 25px;
	}

	#colophon .sg-footer-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}
