.elementor-16 .elementor-element.elementor-element-fc2ee1d{--display:grid;--e-con-grid-template-columns:1fr 420px;--e-con-grid-template-rows:repeat(1, 1fr);--gap:60px 60px;--row-gap:60px;--column-gap:60px;--grid-auto-flow:row;--align-items:end;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-16 .elementor-element.elementor-element-3e55054{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-5637846{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 18px) 0px;}.elementor-16 .elementor-element.elementor-element-5637846 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:12px;font-weight:800;text-transform:uppercase;color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-b15b6b2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 18px) 0px;text-align:start;}.elementor-16 .elementor-element.elementor-element-b15b6b2 .elementor-heading-title{font-family:"Space Grotesk", Sans-serif;font-size:clamp(38px,4.7vw,52px);font-weight:700;color:var( --e-global-color-text );}.elementor-16 .elementor-element.elementor-element-90e6faa{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-87a503b{width:var( --container-widget-width, 720px );max-width:720px;--container-widget-width:720px;--container-widget-flex-grow:0;font-family:"Manrope", Sans-serif;font-size:16px;font-weight:400;line-height:1.7em;color:var( --e-global-color-accent );}.elementor-16 .elementor-element.elementor-element-e7ffcd5{--display:flex;}@media(max-width:1024px){.elementor-16 .elementor-element.elementor-element-fc2ee1d{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-16 .elementor-element.elementor-element-fc2ee1d{--e-con-grid-template-columns:1;--grid-auto-flow:row;}}/* Start custom CSS for heading, class: .elementor-element-5637846 */.courses-eyebrow span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.courses-eyebrow span::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 99px;
    background: #e11b22;
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   PROTANATO — CARRINHO DE ORÇAMENTO
========================================================= */

.cart-layout {
	display: grid;
	grid-template-columns:
		minmax(0, 1.35fr)
		minmax(330px, .65fr);
	gap: 24px;
	align-items: start;
}

.cart-list {
	display: grid;
	gap: 14px;
}


/* ITEM
--------------------------------------------------------- */

.cart-item {
	display: grid;
	grid-template-columns:
		120px
		minmax(0, 1fr)
		auto;

	gap: 20px;
	align-items: center;

	padding: 18px;

	border: 1px solid #e7e7e9;
	border-radius: 18px;

	background: #fff;

	box-shadow:
		0 12px 32px rgba(24, 24, 27, .05);
}


/* IMAGEM */

.cart-thumb {
	width: 120px;
	aspect-ratio: 1;

	display: block;
	overflow: hidden;

	border-radius: 14px;

	background: #161719;
}

.cart-thumb img,
.cart-thumb .protanato-cart-image {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;
}


/* DADOS DO PRODUTO */

.cart-info {
	min-width: 0;
}

.cart-category {
	color: #a30f19;

	font-size: 10px;
	font-weight: 800;

	letter-spacing: .08em;
	text-transform: uppercase;
}

.cart-title {
	margin-top: 6px;

	font-family: "Space Grotesk", sans-serif;

	font-size: 21px;
	line-height: 1.15;
}

.cart-title a {
	color: #303138;
	text-decoration: none;
}

.cart-title a:hover {
	color: #e11b22;
}


/* VARIAÇÕES */

.cart-variation {
	margin-top: 7px;

	color: #6a6b71;

	font-size: 12px;
	line-height: 1.5;
}

.cart-variation dl {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;

	margin: 0;
}

.cart-variation dt,
.cart-variation dd {
	margin: 0;
}

.cart-variation dt {
	font-weight: 700;
}


/* CONTROLES */

.cart-controls {
	display: flex;
	align-items: center;

	gap: 12px;

	margin-top: 15px;
}


/* Quantidade nativa WooCommerce */

.cart-controls .quantity {
	display: inline-flex;
	align-items: center;

	margin: 0;
}

.cart-controls .quantity .qty {
	width: 68px;
	height: 38px;

	padding: 0 8px;

	border: 1px solid #e7e7e9;
	border-radius: 10px;

	background: #fff;

	color: #303138;

	text-align: center;

	outline: none;
}

.cart-controls .quantity .qty:focus {
	border-color: rgba(225, 27, 34, .55);

	box-shadow:
		0 0 0 4px rgba(225, 27, 34, .07);
}


/* REMOVER */

.cart-controls .remove {
	color: #9b9ca1;

	font-size: 12px;
	font-weight: 700;

	text-decoration: none;
}

.cart-controls .remove:hover {
	color: #e11b22;
}


/* STATUS */

.cart-item-side {
	align-self: stretch;

	display: flex;
	flex-direction: column;

	justify-content: space-between;
	align-items: flex-end;
}

.item-status {
	padding: 7px 10px;

	border-radius: 999px;

	background: rgba(225, 27, 34, .08);

	color: #a30f19;

	font-size: 10px;
	font-weight: 800;

	text-transform: uppercase;
	letter-spacing: .05em;
}


/* ATUALIZAR
--------------------------------------------------------- */

.update-row {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 18px;

	margin-top: 16px;
}

.continue-link {
	color: #6a6b71;

	font-size: 13px;
	font-weight: 700;

	text-decoration: none;
}

.continue-link:hover {
	color: #e11b22;
}

.update-button {
	min-height: 44px;

	padding: 0 16px;

	border: 1px solid #e7e7e9;
	border-radius: 11px;

	background: #fff;
	color: #303138;

	font-size: 12px;
	font-weight: 800;

	cursor: pointer;
}

.update-button:hover {
	border-color: #e11b22;
	color: #e11b22;
}


/* EXPLICAÇÃO
--------------------------------------------------------- */

.cart-info-box {
	margin-top: 24px;

	padding: 22px 24px;

	border: 1px solid #e7e7e9;
	border-radius: 18px;

	background: #f3eeec;
}

.cart-info-box h3 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 18px;
}

.cart-info-box p {
	margin-top: 8px;

	color: #6a6b71;

	font-size: 13px;
	line-height: 1.65;
}


/* RESUMO
--------------------------------------------------------- */

.quote-summary {
	position: sticky;
	top: 24px;

	padding: 26px;

	border: 1px solid #e7e7e9;
	border-radius: 22px;

	background: #fff;

	box-shadow:
		0 20px 52px rgba(24, 24, 27, .10);
}

.quote-summary h2 {
	font-family: "Space Grotesk", sans-serif;

	font-size: 26px;
	letter-spacing: -.03em;
}

.quote-summary > p {
	margin-top: 10px;

	color: #6a6b71;

	font-size: 13px;
	line-height: 1.65;
}

.summary-list {
	display: grid;
	gap: 11px;

	margin-top: 22px;
	padding-top: 20px;

	border-top: 1px solid #e7e7e9;
}

.summary-line {
	display: flex;
	justify-content: space-between;

	gap: 18px;

	color: #6a6b71;

	font-size: 13px;
}

.summary-line strong {
	color: #303138;
}

.quote-note {
	margin-top: 20px;

	padding: 16px;

	border-left: 3px solid #e11b22;
	border-radius: 0 12px 12px 0;

	background: #fafafa;

	color: #6a6b71;

	font-size: 12px;
	line-height: 1.6;
}


/* CTA */

.checkout-button {
	width: 100%;
	min-height: 54px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	margin-top: 22px;

	border-radius: 12px;

	background: #e11b22;
	color: #fff;

	font-size: 14px;
	font-weight: 800;

	text-decoration: none;

	box-shadow:
		0 12px 28px rgba(225, 27, 34, .22);

	transition:
		background .22s ease,
		transform .22s ease;
}

.checkout-button:hover {
	background: #a30f19;

	color: #fff;

	transform: translateY(-2px);
}

.summary-help {
	margin-top: 14px;

	color: #9a9ba0;

	font-size: 11px;
	line-height: 1.5;

	text-align: center;
}


/* CARRINHO VAZIO
--------------------------------------------------------- */

.protanato-empty-cart {
	max-width: 760px;

	margin: 40px auto;

	padding: 50px 34px;

	border: 1px solid #e7e7e9;
	border-radius: 24px;

	background: #fff;

	text-align: center;

	box-shadow:
		0 20px 52px rgba(24, 24, 27, .10);
}

.protanato-empty-cart__icon {
	width: 66px;
	height: 66px;

	display: grid;
	place-items: center;

	margin: 0 auto 18px;

	border-radius: 18px;

	background: rgba(225, 27, 34, .08);

	color: #e11b22;
}

.protanato-empty-cart__icon svg {
	width: 29px;
	height: 29px;

	fill: none;
	stroke: currentColor;

	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.protanato-empty-cart h2 {
	font-family: "Space Grotesk", sans-serif;

	font-size: 30px;
}

.protanato-empty-cart p {
	max-width: 520px;

	margin: 12px auto 0;

	color: #6a6b71;

	font-size: 14px;
	line-height: 1.7;
}

.protanato-empty-cart__button {
	min-height: 50px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	margin-top: 22px;
	padding: 0 20px;

	border-radius: 12px;

	background: #e11b22;
	color: #fff;

	font-size: 13px;
	font-weight: 800;

	text-decoration: none;
}


/* TABLET */

@media (max-width: 980px) {

	.cart-layout {
		grid-template-columns: 1fr;
	}

	.quote-summary {
		position: static;
	}

}


/* MOBILE */

@media (max-width: 760px) {

	.cart-item {
		grid-template-columns:
			92px
			minmax(0, 1fr);
	}

	.cart-thumb {
		width: 92px;
	}

	.cart-item-side {
		grid-column: 1 / -1;

		flex-direction: row;
		align-items: center;
	}

}


@media (max-width: 540px) {

	.cart-item {
		grid-template-columns: 1fr;
	}

	.cart-thumb {
		width: 100%;
		aspect-ratio: 16 / 10;
	}

	.cart-controls {
		align-items: flex-start;
		flex-direction: column;
	}

	.update-row {
		align-items: stretch;
		flex-direction: column;
	}

	.update-button {
		width: 100%;
	}

}/* End custom CSS */