body.tnc-checkout-active {
	--tnc-yellow: #f4b315;
	--tnc-yellow-deep: #d99b00;
	--tnc-charcoal: #232323;
	--tnc-slate: #454545;
	--tnc-cream: #f8f5ee;
	--tnc-cream-deep: #efe8d8;
	--tnc-border: rgba(46, 40, 26, 0.12);
	--tnc-shadow: 0 24px 70px -38px rgba(20, 20, 20, 0.45);
	background:
		radial-gradient(circle at top right, rgba(244, 179, 21, 0.18), transparent 30%),
		linear-gradient(180deg, #f7f5ef 0%, #f3efe4 100%);
	color: var(--tnc-charcoal);
}

body.tnc-checkout-active .site-main,
body.tnc-checkout-active .page-content {
	background: transparent;
}

body.tnc-checkout-active .page-content > .elementor,
body.tnc-checkout-active .page-content .e-con-boxed > .e-con-inner,
body.tnc-checkout-active .page-content .elementor-widget-woocommerce-checkout-page,
body.tnc-checkout-active .page-content .elementor-widget-woocommerce-checkout-page > .elementor-widget-container {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1640px, calc(100vw - 28px));
	width: 100%;
}

body.tnc-checkout-active .page-content .e-con-boxed.e-con,
body.tnc-checkout-active .page-content .e-con {
	padding-left: 0;
	padding-right: 0;
}

body.tnc-checkout-active .entry-title,
body.tnc-checkout-active h1.entry-title {
	display: none;
}

.tnc-checkout-shell {
	font-family: "Archivo", "Montserrat", "Segoe UI", sans-serif;
	margin: 0 auto 72px;
	max-width: none;
	padding: clamp(16px, 2.4vw, 32px);
	width: 100%;
}

.tnc-checkout-hero {
	align-items: stretch;
	background: linear-gradient(140deg, #434343 0%, #2a2a2a 54%, #181818 100%);
	border-radius: 32px;
	box-shadow: var(--tnc-shadow);
	color: #fffaf0;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.88fr);
	overflow: hidden;
	padding: clamp(24px, 4vw, 40px);
	position: relative;
}

.tnc-checkout-hero::before,
.tnc-checkout-hero::after {
	content: "";
	position: absolute;
	z-index: 0;
}

.tnc-checkout-hero::before {
	background: radial-gradient(circle, rgba(244, 179, 21, 0.36) 0%, rgba(244, 179, 21, 0) 68%);
	height: 320px;
	right: -60px;
	top: -120px;
	width: 320px;
}

.tnc-checkout-hero::after {
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 45%);
	inset: 0;
}

.tnc-checkout-hero > * {
	position: relative;
	z-index: 1;
}

.tnc-checkout-hero__eyebrow {
	background: rgba(244, 179, 21, 0.18);
	border: 1px solid rgba(244, 179, 21, 0.42);
	border-radius: 999px;
	color: #ffdf84;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	padding: 0.58rem 0.9rem;
	text-transform: uppercase;
}

.tnc-checkout-hero h1 {
	color: #fff;
	font-size: clamp(2rem, 3.8vw, 3.5rem);
	line-height: 1.02;
	margin: 18px 0 14px;
	max-width: 12ch;
}

.tnc-checkout-hero p {
	color: rgba(255, 250, 240, 0.84);
	font-size: 1.05rem;
	line-height: 1.7;
	margin: 0;
	max-width: 60ch;
}

.tnc-checkout-hero__highlights {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tnc-checkout-hero__highlights li {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	padding: 18px 18px 16px;
}

.tnc-checkout-hero__highlights strong {
	color: #ffe5a1;
	display: block;
	font-size: 1rem;
	margin-bottom: 4px;
}

.tnc-checkout-hero__highlights span {
	color: rgba(255, 250, 240, 0.78);
	display: block;
	font-size: 0.94rem;
	line-height: 1.55;
}

.tnc-checkout-stage {
	margin-top: 0;
}

.tnc-checkout-stage__head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.tnc-checkout-stage__label {
	color: var(--tnc-charcoal);
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.tnc-checkout-stage__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tnc-checkout-stage__chips span {
	background: rgba(244, 179, 21, 0.12);
	border: 1px solid rgba(244, 179, 21, 0.25);
	border-radius: 999px;
	color: #6b5200;
	font-size: 0.87rem;
	font-weight: 700;
	padding: 0.54rem 0.82rem;
}

.tnc-checkout-stage__body {
	background: transparent;
}

body.tnc-checkout-active .woocommerce {
	color: var(--tnc-charcoal);
}

body.tnc-checkout-active .woocommerce form.checkout {
	display: block;
	width: 100%;
}

body.tnc-checkout-active .woocommerce form.checkout .e-checkout__container {
	align-items: start;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
	width: 100%;
}

body.tnc-checkout-active .woocommerce form.checkout .e-checkout__column,
body.tnc-checkout-active .woocommerce form.checkout .e-checkout__column-inner {
	min-width: 0;
	width: 100%;
}

body.tnc-checkout-active .woocommerce .col2-set,
body.tnc-checkout-active .woocommerce .woocommerce-additional-fields,
body.tnc-checkout-active .woocommerce #order_review {
	animation: tnc-rise 0.55s ease both;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--tnc-border);
	border-radius: 28px;
	box-shadow: 0 26px 60px -42px rgba(30, 25, 16, 0.34);
	padding: 24px;
}

body.tnc-checkout-active .woocommerce .col2-set {
	display: grid;
	gap: 24px;
}

body.tnc-checkout-active .woocommerce #customer_details .col-1,
body.tnc-checkout-active .woocommerce #customer_details .col-2 {
	float: none;
	margin: 0;
	width: 100%;
}

body.tnc-checkout-active .woocommerce #order_review {
	position: sticky;
	top: 112px;
}

body.tnc-checkout-active .woocommerce .woocommerce-billing-fields h3,
body.tnc-checkout-active .woocommerce .woocommerce-shipping-fields h3,
body.tnc-checkout-active .woocommerce .woocommerce-additional-fields h3,
body.tnc-checkout-active .woocommerce #order_review_heading {
	align-items: center;
	color: var(--tnc-charcoal);
	display: flex;
	font-size: 1.14rem;
	font-weight: 800;
	gap: 0.8rem;
	letter-spacing: 0.01em;
	margin: 0 0 18px;
}

body.tnc-checkout-active .woocommerce .woocommerce-billing-fields h3::before,
body.tnc-checkout-active .woocommerce .woocommerce-shipping-fields h3::before,
body.tnc-checkout-active .woocommerce .woocommerce-additional-fields h3::before,
body.tnc-checkout-active .woocommerce #order_review_heading::before {
	align-items: center;
	background: rgba(244, 179, 21, 0.16);
	border-radius: 16px;
	color: var(--tnc-yellow-deep);
	display: inline-flex;
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	font-weight: 900;
	height: 2.45rem;
	justify-content: center;
	width: 2.45rem;
}

body.tnc-checkout-active .woocommerce .woocommerce-billing-fields h3::before {
	content: "\f3c5";
}

body.tnc-checkout-active .woocommerce .woocommerce-shipping-fields h3::before {
	content: "\f48b";
}

body.tnc-checkout-active .woocommerce .woocommerce-additional-fields h3::before {
	content: "\f27a";
}

body.tnc-checkout-active .woocommerce #order_review_heading::before {
	content: "\f07a";
}

body.tnc-checkout-active .woocommerce form .form-row {
	margin: 0 0 15px;
	padding: 0;
	position: relative;
}

body.tnc-checkout-active .woocommerce form .form-row label {
	align-items: center;
	color: #443d35;
	display: flex;
	font-size: 0.92rem;
	font-weight: 800;
	gap: 0.6rem;
	line-height: 1.3;
	margin-bottom: 8px;
}

body.tnc-checkout-active .woocommerce form .form-row label .optional {
	color: #84775b;
	font-size: 0.8rem;
	font-weight: 700;
}

body.tnc-checkout-active .woocommerce form .form-row label::before {
	color: var(--tnc-yellow-deep);
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-size: 0.95rem;
	font-weight: 900;
	width: 1rem;
}

body.tnc-checkout-active .woocommerce form .form-row .input-text,
body.tnc-checkout-active .woocommerce form .form-row select,
body.tnc-checkout-active .woocommerce form .form-row textarea,
body.tnc-checkout-active .select2-container .select2-selection--single {
	background: linear-gradient(180deg, #fffdf8 0%, #f7f3ea 100%) !important;
	border: 1px solid rgba(77, 66, 39, 0.16) !important;
	border-radius: 18px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
	color: var(--tnc-charcoal) !important;
	min-height: 56px;
	padding: 15px 18px !important;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.tnc-checkout-active .select2-container .select2-selection--single .select2-selection__rendered {
	color: var(--tnc-charcoal) !important;
	line-height: 24px !important;
	padding-left: 0 !important;
	padding-right: 26px !important;
}

body.tnc-checkout-active .select2-container .select2-selection--single .select2-selection__arrow {
	height: 56px !important;
	right: 14px !important;
}

body.tnc-checkout-active .woocommerce form .form-row .input-text:focus,
body.tnc-checkout-active .woocommerce form .form-row select:focus,
body.tnc-checkout-active .woocommerce form .form-row textarea:focus,
body.tnc-checkout-active .select2-container--open .select2-selection--single,
body.tnc-checkout-active .select2-container--focus .select2-selection--single {
	border-color: rgba(217, 155, 0, 0.72) !important;
	box-shadow: 0 0 0 4px rgba(244, 179, 21, 0.16), 0 12px 28px -18px rgba(217, 155, 0, 0.32) !important;
	transform: translateY(-1px);
}

body.tnc-checkout-active .woocommerce form .form-row textarea {
	min-height: 138px;
}

body.tnc-checkout-active .woocommerce form .form-row .required {
	color: #bd8100;
	font-weight: 800;
	visibility: visible;
}

body.tnc-checkout-active #billing_country_field,
body.tnc-checkout-active #shipping_country_field,
body.tnc-checkout-active #billing_phone_field {
	display: none !important;
}

body.tnc-checkout-active #billing_persontype_field,
body.tnc-checkout-active #billing_cpf_field,
body.tnc-checkout-active #billing_cnpj_field,
body.tnc-checkout-active #billing_company_field,
body.tnc-checkout-active #billing_ie_field,
body.tnc-checkout-active #billing_ie_isento_field {
	display: none !important;
}

.tnc-checkout-shell.tnc-company-visible #billing_company_field,
.tnc-checkout-shell.tnc-company-visible #billing_ie_field,
.tnc-checkout-shell.tnc-company-visible #billing_ie_isento_field,
body.tnc-company-visible #billing_company_field,
body.tnc-company-visible #billing_ie_field,
body.tnc-company-visible #billing_ie_isento_field {
	display: block !important;
}

body.tnc-company-visible #billing_ie_isento_field .woocommerce-input-wrapper,
.tnc-checkout-shell.tnc-company-visible #billing_ie_isento_field .woocommerce-input-wrapper {
	align-items: center;
	display: flex;
	gap: 12px;
	min-height: 56px;
	padding-top: 10px;
}

body.tnc-company-visible #billing_ie_isento_field label.checkbox,
.tnc-checkout-shell.tnc-company-visible #billing_ie_isento_field label.checkbox {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 800;
	gap: 10px;
	margin: 0;
}

body.tnc-company-visible #billing_ie_isento_field input[type="checkbox"],
.tnc-checkout-shell.tnc-company-visible #billing_ie_isento_field input[type="checkbox"] {
	accent-color: var(--tnc-yellow-deep);
	height: 18px;
	margin: 0;
	width: 18px;
}

body.tnc-ie-isento #billing_ie_field .input-text {
	background: linear-gradient(180deg, #f1ede2 0%, #e7e0ce 100%) !important;
	color: #8b7d5f !important;
	opacity: 0.78;
}

body.tnc-checkout-active #billing_neighborhood_field,
body.tnc-checkout-active #billing_city_field,
body.tnc-checkout-active #billing_state_field,
body.tnc-checkout-active #shipping_neighborhood_field,
body.tnc-checkout-active #shipping_city_field,
body.tnc-checkout-active #shipping_state_field {
	display: none !important;
}

.tnc-checkout-shell.tnc-fallback-billing #billing_neighborhood_field,
.tnc-checkout-shell.tnc-fallback-billing #billing_city_field,
.tnc-checkout-shell.tnc-fallback-billing #billing_state_field,
.tnc-checkout-shell.tnc-fallback-shipping #shipping_neighborhood_field,
.tnc-checkout-shell.tnc-fallback-shipping #shipping_city_field,
.tnc-checkout-shell.tnc-fallback-shipping #shipping_state_field,
body.tnc-fallback-billing #billing_neighborhood_field,
body.tnc-fallback-billing #billing_city_field,
body.tnc-fallback-billing #billing_state_field,
body.tnc-fallback-shipping #shipping_neighborhood_field,
body.tnc-fallback-shipping #shipping_city_field,
body.tnc-fallback-shipping #shipping_state_field {
	display: none !important;
}

.tnc-address-tools {
	margin: 8px 0 16px;
}

.tnc-postcode-field .woocommerce-input-wrapper {
	display: block;
}

.tnc-postcode-control {
	align-items: stretch;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.tnc-postcode-button {
	background: linear-gradient(180deg, var(--tnc-yellow) 0%, var(--tnc-yellow-deep) 100%);
	border: 0;
	border-radius: 18px;
	box-shadow: 0 18px 30px -24px rgba(217, 155, 0, 0.8);
	color: #2a1d00;
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: 800;
	min-width: 124px;
	padding: 0 20px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.tnc-postcode-button:hover:not(:disabled) {
	box-shadow: 0 20px 34px -24px rgba(217, 155, 0, 0.92);
	transform: translateY(-1px);
}

.tnc-postcode-button:disabled {
	cursor: not-allowed;
	opacity: 0.62;
}

.tnc-postcode-helper {
	color: #7f6e46;
	display: block;
	font-size: 0.83rem;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 8px;
}

.tnc-address-preview {
	background: linear-gradient(180deg, rgba(244, 179, 21, 0.14), rgba(255, 255, 255, 0.9));
	border: 1px solid rgba(244, 179, 21, 0.28);
	border-radius: 22px;
	color: #4c3f1b;
	display: none;
	padding: 15px 16px;
}

.tnc-address-preview.is-visible {
	display: block;
}

.tnc-address-preview.is-error {
	background: linear-gradient(180deg, rgba(194, 63, 32, 0.09), rgba(255, 255, 255, 0.92));
	border-color: rgba(194, 63, 32, 0.26);
	color: #7a2a18;
}

.tnc-address-preview__title {
	align-items: center;
	display: flex;
	font-size: 0.88rem;
	font-weight: 800;
	gap: 0.55rem;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.tnc-address-preview__title::before {
	color: var(--tnc-yellow-deep);
	content: "\f3c5";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.tnc-address-preview__line {
	display: block;
	font-size: 0.98rem;
	line-height: 1.5;
}

.tnc-address-preview__hint {
	color: #786224;
	display: block;
	font-size: 0.86rem;
	line-height: 1.45;
	margin-top: 8px;
}

.tnc-address-preview.is-error .tnc-address-preview__hint,
.tnc-address-preview.is-error .tnc-address-preview__title::before {
	color: #b43f20;
}

body.tnc-checkout-active .woocommerce form .form-row.tnc-address-confirm-field .input-text[readonly] {
	background: linear-gradient(180deg, #f3eedf 0%, #ece1bf 100%);
	border-color: rgba(175, 140, 38, 0.26);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
	color: #4f4221;
	cursor: default;
	font-weight: 700;
}

body.tnc-checkout-active .woocommerce form .form-row.tnc-address-confirm-field .input-text[readonly]:focus {
	border-color: rgba(175, 140, 38, 0.32);
	box-shadow: 0 0 0 4px rgba(244, 179, 21, 0.1);
}

.tnc-document-status {
	align-items: center;
	display: none;
	gap: 10px;
	margin-top: 10px;
}

.tnc-document-status.is-visible {
	display: flex;
}

.tnc-document-status__badge {
	align-items: center;
	background: rgba(244, 179, 21, 0.14);
	border: 1px solid rgba(217, 155, 0, 0.28);
	border-radius: 999px;
	color: #6a5000;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	gap: 0.45rem;
	padding: 0.52rem 0.78rem;
	white-space: nowrap;
}

.tnc-document-status__badge::before {
	content: "\f007";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.tnc-document-status.is-company .tnc-document-status__badge::before {
	content: "\f1ad";
}

.tnc-document-status__hint {
	color: #6d6250;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.45;
}

body.tnc-checkout-active .woocommerce .shop_table {
	background: transparent;
	border: 0;
	margin-bottom: 0;
}

body.tnc-checkout-active .woocommerce .shop_table thead {
	display: none;
}

body.tnc-checkout-active .woocommerce .shop_table td,
body.tnc-checkout-active .woocommerce .shop_table th {
	border: 0;
	padding: 13px 0;
}

body.tnc-checkout-active .woocommerce .woocommerce-checkout-review-order-table .cart_item td {
	border-bottom: 1px dashed rgba(69, 69, 69, 0.14);
}

body.tnc-checkout-active .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
	color: var(--tnc-charcoal);
	max-width: none;
	padding-right: 14px;
}

.tnc-checkout-item {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 68px minmax(0, 1fr);
}

.tnc-checkout-item__thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tnc-checkout-item__image {
	background: linear-gradient(180deg, #fffaf0, #f3ecdb);
	border: 1px solid rgba(74, 62, 37, 0.12);
	border-radius: 18px;
	box-shadow: 0 16px 28px -22px rgba(35, 35, 35, 0.3);
	display: block;
	height: 68px;
	object-fit: cover;
	width: 68px;
}

.tnc-checkout-item__content {
	min-width: 0;
	position: relative;
	padding-right: 46px;
}

.tnc-checkout-item__name {
	display: block;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.45;
}

.tnc-checkout-item__remove {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #232323;
	color: #fff7e0;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.tnc-checkout-item__remove:hover {
	background: var(--tnc-yellow-deep);
	color: #231904;
	transform: scale(1.05);
}

.tnc-checkout-item__meta {
	margin-top: 6px;
	color: #7b6b48;
	font-size: 0.86rem;
	line-height: 1.45;
}

.tnc-checkout-item__meta dl.variation {
	margin: 0;
}

.tnc-checkout-item__meta dl.variation dt,
.tnc-checkout-item__meta dl.variation dd {
	font-size: inherit;
}

body.tnc-checkout-active .woocommerce .woocommerce-checkout-review-order-table .product-quantity {
	color: #7b6b48;
	font-weight: 700;
}

body.tnc-checkout-active .woocommerce .woocommerce-checkout-review-order-table tfoot th,
body.tnc-checkout-active .woocommerce .woocommerce-checkout-review-order-table tfoot td {
	color: #5a5245;
	font-weight: 700;
}

body.tnc-checkout-active .woocommerce .woocommerce-checkout-review-order-table .order-total th,
body.tnc-checkout-active .woocommerce .woocommerce-checkout-review-order-table .order-total td {
	border-top: 1px solid rgba(46, 40, 26, 0.12);
	padding-top: 16px;
}

body.tnc-checkout-active .woocommerce .woocommerce-checkout-review-order-table .order-total .amount {
	color: var(--tnc-charcoal);
	font-size: 1.35rem;
	font-weight: 800;
}

body.tnc-checkout-active .woocommerce #payment {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 22px 0 0;
	padding: 0;
}

body.tnc-checkout-active .woocommerce #payment .payment_methods {
	display: grid;
	gap: 14px;
	padding: 0;
}

body.tnc-checkout-active .woocommerce #payment .payment_methods > li {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 231, 0.96));
	border: 1px solid rgba(74, 62, 37, 0.12);
	border-radius: 22px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	list-style: none;
	margin: 0;
	padding: 16px 16px 12px;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.tnc-checkout-active .woocommerce #payment .payment_methods > li.is-selected {
	border-color: rgba(217, 155, 0, 0.44);
	box-shadow: 0 18px 30px -22px rgba(217, 155, 0, 0.34);
	transform: translateY(-1px);
}

body.tnc-checkout-active .woocommerce #payment .payment_methods > li > label {
	align-items: center;
	color: var(--tnc-charcoal);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	gap: 0.72rem;
}

body.tnc-checkout-active .woocommerce #payment .payment_methods > li > label::before {
	align-items: center;
	background: rgba(244, 179, 21, 0.16);
	border-radius: 14px;
	color: var(--tnc-yellow-deep);
	display: inline-flex;
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	font-weight: 900;
	height: 2.4rem;
	justify-content: center;
	width: 2.4rem;
}

body.tnc-checkout-active .woocommerce #payment .payment_methods > li.payment_method_woo-mercado-pago-basic > label::before {
	content: "\f09d";
}

body.tnc-checkout-active .woocommerce #payment .payment_methods > li.payment_method_toknobre_whatsapp {
	background: linear-gradient(180deg, rgba(255, 250, 236, 1), rgba(249, 238, 205, 0.95));
}

body.tnc-checkout-active .woocommerce #payment .payment_methods > li.payment_method_toknobre_whatsapp > label::before {
	content: "\f4ad";
}

body.tnc-checkout-active .woocommerce #payment .payment_box {
	background: rgba(244, 179, 21, 0.08);
	border-radius: 18px;
	color: #56461e;
	margin-top: 14px;
	padding: 14px 15px;
}

.tnc-whatsapp-gateway-note {
	font-size: 0.93rem;
	line-height: 1.55;
}

.tnc-whatsapp-gateway-icon {
	align-items: center;
	display: inline-flex;
	margin-left: 0.5rem;
	vertical-align: middle;
}

.tnc-whatsapp-gateway-icon svg {
	display: block;
	height: 26px;
	width: 26px;
}

body.tnc-checkout-active .woocommerce #payment .place-order {
	margin-top: 18px;
}

body.tnc-checkout-active .woocommerce #place_order,
body.tnc-checkout-active .woocommerce button.button,
body.tnc-checkout-active .woocommerce a.button,
body.tnc-checkout-active .woocommerce .button.alt {
	background: linear-gradient(135deg, var(--tnc-yellow) 0%, var(--tnc-yellow-deep) 100%) !important;
	border: 0 !important;
	border-radius: 18px !important;
	box-shadow: 0 22px 34px -26px rgba(217, 155, 0, 0.7);
	color: #221c11 !important;
	font-size: 1rem;
	font-weight: 800 !important;
	letter-spacing: 0.01em;
	min-height: 58px;
	padding: 0.95rem 1.3rem !important;
	text-shadow: none;
	transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.tnc-checkout-active .woocommerce #place_order:hover,
body.tnc-checkout-active .woocommerce button.button:hover,
body.tnc-checkout-active .woocommerce a.button:hover,
body.tnc-checkout-active .woocommerce .button.alt:hover {
	box-shadow: 0 24px 38px -26px rgba(217, 155, 0, 0.8);
	filter: brightness(1.03);
	transform: translateY(-1px);
}

body.tnc-checkout-active .woocommerce form .form-row-first,
body.tnc-checkout-active .woocommerce form .form-row-last {
	width: calc(50% - 6px);
}

body.tnc-checkout-active .woocommerce-notices-wrapper .woocommerce-error,
body.tnc-checkout-active .woocommerce-notices-wrapper .woocommerce-info,
body.tnc-checkout-active .woocommerce-notices-wrapper .woocommerce-message {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(46, 40, 26, 0.12);
	border-radius: 20px;
	box-shadow: 0 20px 40px -34px rgba(20, 20, 20, 0.28);
	color: var(--tnc-charcoal);
	margin-bottom: 18px;
	padding: 16px 18px;
}

#billing_first_name_field label::before,
#shipping_first_name_field label::before,
#billing_last_name_field label::before,
#shipping_last_name_field label::before {
	content: "\f007";
}

#billing_persontype_field label::before {
	content: "\f2c2";
}

#billing_document_field label::before,
#billing_cpf_field label::before,
#billing_cnpj_field label::before {
	content: "\f2c2";
}

#billing_company_field label::before {
	content: "\f1ad";
}

#billing_ie_field label::before {
	content: "\f02f";
}

#billing_ie_isento_field label::before {
	content: "\f14a";
}

#billing_postcode_field label::before,
#shipping_postcode_field label::before {
	content: "\f3c5";
}

	#billing_address_1_field label::before,
	#shipping_address_1_field label::before {
	content: "\f015";
}

#billing_number_field label::before,
#shipping_number_field label::before {
	content: "\23";
}

#billing_address_2_field label::before,
#shipping_address_2_field label::before,
#order_comments_field label::before {
	content: "\f0e0";
}

#billing_neighborhood_field label::before,
#shipping_neighborhood_field label::before {
	content: "\f64f";
}

#billing_city_field label::before,
#shipping_city_field label::before {
	content: "\f279";
}

#billing_state_field label::before,
#shipping_state_field label::before {
	content: "\f024";
}

#billing_cellphone_field label::before,
#billing_phone_field label::before,
#shipping_phone_field label::before {
	content: "\f095";
}

#billing_email_field label::before {
	content: "\f0e0";
}

body.tnc-checkout-active .woocommerce-checkout #ship-to-different-address {
	margin-top: 0;
	padding-left: 0;
}

body.tnc-checkout-active .woocommerce-checkout #ship-to-different-address label {
	align-items: center;
	display: inline-flex;
	gap: 0.75rem;
}

body.tnc-checkout-active .woocommerce-checkout #ship-to-different-address span {
	color: var(--tnc-charcoal);
	font-weight: 800;
}

body.tnc-checkout-active .woocommerce-checkout #ship-to-different-address input {
	accent-color: var(--tnc-yellow-deep);
}

@keyframes tnc-rise {
	from {
		opacity: 0;
		transform: translateY(14px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.tnc-checkout-hero {
		grid-template-columns: 1fr;
	}

	body.tnc-checkout-active .woocommerce form.checkout .e-checkout__container {
		grid-template-columns: 1fr;
	}

	body.tnc-checkout-active .woocommerce #order_review {
		position: static;
		top: auto;
	}
}

@media (max-width: 767px) {
	.tnc-checkout-shell {
		padding: 12px;
	}

	.tnc-postcode-control {
		grid-template-columns: 1fr;
	}

	.tnc-postcode-button {
		min-height: 56px;
		width: 100%;
	}

	body.tnc-checkout-active .page-content > .elementor,
	body.tnc-checkout-active .page-content .e-con-boxed > .e-con-inner,
	body.tnc-checkout-active .page-content .elementor-widget-woocommerce-checkout-page,
	body.tnc-checkout-active .page-content .elementor-widget-woocommerce-checkout-page > .elementor-widget-container {
		max-width: calc(100vw - 12px);
	}

	.tnc-checkout-hero {
		border-radius: 24px;
		padding: 22px;
	}

	.tnc-checkout-stage__head {
		align-items: flex-start;
		flex-direction: column;
	}

	body.tnc-checkout-active .woocommerce .col2-set,
	body.tnc-checkout-active .woocommerce .woocommerce-additional-fields,
	body.tnc-checkout-active .woocommerce #order_review {
		border-radius: 22px;
		padding: 18px;
	}

	body.tnc-checkout-active .woocommerce form .form-row-first,
	body.tnc-checkout-active .woocommerce form .form-row-last {
		width: 100%;
	}

	body.tnc-checkout-active .woocommerce .form-row .input-text,
	body.tnc-checkout-active .woocommerce .form-row select,
	body.tnc-checkout-active .woocommerce .form-row textarea {
		font-size: 16px;
	}

	.tnc-checkout-item {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.tnc-checkout-item__image {
		height: 56px;
		width: 56px;
	}

	.tnc-checkout-item__content {
		padding-right: 40px;
	}

	.tnc-checkout-item__remove {
		width: 28px;
		height: 28px;
		font-size: 1.05rem;
	}
}
