/** Conexão Tropical Next — Módulo 1: Header, navegação, banner e footer. */
:root {
	--ct-green: #2f7d43;
	--ct-green-dark: #1d5d32;
	--ct-mint: #e8f4eb;
	--ct-yellow: #f2b534;
	--ct-ink: #17211a;
	--ct-muted: #647067;
	--ct-line: #dce5de;
	--ct-white: #fff;
	--ct-radius: 18px;
	--ct-shadow: 0 12px 32px rgba(24, 69, 38, .12);
}

.wp-child-theme-conexao-tropical-next { font-family: "Urbanist", Arial, sans-serif; }

.wp-child-theme-conexao-tropical-next .elementor-location-header,
.wp-child-theme-conexao-tropical-next .elementor-location-footer,
.wp-child-theme-conexao-tropical-next.home .elementor-element-e676d1e {
	display: none !important;
}

.ct-site-header *, .ct-site-footer *, .ct-hero * { box-sizing: border-box; }
.ct-site-header a, .ct-site-footer a { color: inherit; text-decoration: none; }
.ct-site-header button, .ct-site-footer button, .ct-site-header input { font: inherit; }
.ct-site-header :focus-visible, .ct-site-footer :focus-visible, .ct-hero :focus-visible {
	outline: 3px solid var(--ct-yellow);
	outline-offset: 3px;
}

.ct-site-header {
	position: relative;
	z-index: 1000;
	background: var(--ct-white);
	border-bottom: 1px solid var(--ct-line);
}

.ct-header__main {
	display: grid;
	grid-template-columns: minmax(150px, 210px) minmax(280px, 720px) auto;
	align-items: center;
	gap: clamp(20px, 4vw, 54px);
	width: min(1240px, calc(100% - 40px));
	min-height: 118px;
	margin: auto;
}

.ct-header__logo { display: inline-flex; align-items: center; }
.ct-header__logo img { width: 174px; height: auto; display: block; }

.ct-search {
	display: grid;
	grid-template-columns: 1fr 52px;
	height: 52px;
	border: 2px solid var(--ct-green);
	border-radius: 999px;
	overflow: hidden;
	background: #f8faf8;
	box-shadow: 0 5px 14px rgba(24, 69, 38, .12);
}
.ct-search input { min-width: 0; border: 0; background: transparent; padding: 0 20px; color: var(--ct-ink); }
.ct-search input:focus { outline: 0; }
.ct-search button { border: 0; background: var(--ct-green); color: var(--ct-white); cursor: pointer; display: grid; place-items: center; }
.ct-search button:hover { background: var(--ct-green-dark); }

.ct-header__actions { display: flex; align-items: center; gap: 24px; white-space: nowrap; }
.ct-header__account, .ct-header__cart { position: relative; display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; color: var(--ct-ink); }
.ct-header__account:hover, .ct-header__cart:hover { color: var(--ct-green); }
.ct-header__cart-count { position: absolute; top: -13px; left: 18px; min-width: 21px; height: 21px; display: grid; place-items: center; padding: 0 5px; border-radius: 20px; background: #d64c42; color: #fff; font-size: 11px; line-height: 1; }
.ct-menu-button { display: none; }

.ct-nav { border-top: 1px solid #edf1ee; border-bottom: 3px solid var(--ct-yellow); }
.ct-nav__mobile-head { display: none; }
.ct-nav__list { display: flex; justify-content: space-between; align-items: stretch; width: min(1240px, calc(100% - 40px)); min-height: 58px; margin: auto; padding: 0; list-style: none; }
.ct-nav__item { position: relative; display: flex; align-items: stretch; }
.ct-nav__item-row { display: flex; align-items: stretch; }
.ct-nav__item a { display: flex; align-items: center; min-height: 54px; padding: 0 clamp(9px, 1.2vw, 18px); color: #3d473f; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
.ct-nav__item a:hover { color: var(--ct-green); background: var(--ct-mint); }
.ct-nav__offers a { color: var(--ct-green-dark); }
.ct-nav__toggle { width: 34px; border: 0 !important; background: transparent !important; color: var(--ct-ink) !important; box-shadow: none !important; cursor: pointer; }
.ct-nav__toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.ct-nav__submenu { position: absolute; top: calc(100% - 1px); left: 0; z-index: 20; width: min(320px, 82vw); max-height: 62vh; overflow: auto; margin: 0; padding: 10px; list-style: none; background: #fff; border: 1px solid var(--ct-line); border-radius: 0 0 14px 14px; box-shadow: var(--ct-shadow); }
.ct-nav__submenu[hidden] { display: none; }
.ct-nav__submenu li + li { border-top: 1px solid #edf1ee; }
.ct-nav__submenu a { min-height: 44px; padding: 8px 12px; font-size: 14px; font-weight: 600; text-transform: none; }

.ct-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(320px, .78fr) 1.22fr;
	align-items: center;
	width: min(1240px, calc(100% - 40px));
	min-height: 500px;
	margin: 28px auto 52px;
	overflow: hidden;
	border-radius: 24px;
	background: linear-gradient(135deg, #195e30 0%, #2c803d 62%, #75a832 100%);
	color: #fff;
	box-shadow: var(--ct-shadow);
}
.ct-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(12,59,27,.28), transparent 60%); }
.ct-hero__content { position: relative; z-index: 2; padding: clamp(36px, 6vw, 76px); }
.ct-hero__eyebrow { margin: 0 0 14px; color: #f7d35d; font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ct-hero h1 { max-width: 580px; margin: 0; color: #fff; font-size: clamp(34px, 4.4vw, 64px); line-height: 1.01; letter-spacing: -.035em; }
.ct-hero__text { max-width: 500px; margin: 22px 0 30px; color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.55; }
.ct-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 26px; border-radius: 999px; background: var(--ct-yellow); color: #1e351f; font-weight: 800; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,.16); }
.ct-button:hover { background: #ffd465; transform: translateY(-1px); }
.ct-hero__visual { position: absolute; inset: 0 0 0 34%; }
.ct-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; opacity: .56; }

.ct-site-footer { margin-top: 80px; background: #123d25; color: rgba(255,255,255,.84); }
.ct-footer__newsletter { display: grid; grid-template-columns: 1fr minmax(320px, 560px); align-items: center; gap: 40px; width: min(1160px, calc(100% - 40px)); margin: auto; padding: 46px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.ct-footer__eyebrow { margin: 0 0 5px; color: #f4c747; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.ct-footer__newsletter h2 { margin: 0; color: #fff; font-size: clamp(25px, 3vw, 36px); }
.ct-newsletter { display: grid; grid-template-columns: 1fr auto; position: relative; }
.ct-newsletter input { min-width: 0; min-height: 50px; padding: 0 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px 0 0 12px; background: rgba(255,255,255,.1); color: #fff; }
.ct-newsletter input::placeholder { color: rgba(255,255,255,.66); }
.ct-newsletter button { min-height: 50px; padding: 0 22px; border: 0; border-radius: 0 12px 12px 0; background: var(--ct-yellow); color: #17321d; font-weight: 800; cursor: pointer; }
.ct-newsletter__status { position: absolute; top: calc(100% + 6px); left: 0; margin: 0; font-size: 12px; }
.ct-footer__grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.1fr; gap: 52px; width: min(1160px, calc(100% - 40px)); margin: auto; padding: 54px 0; }
.ct-footer__grid h2 { margin: 0 0 18px; color: #fff; font-size: 17px; }
.ct-footer__grid p, .ct-footer__grid address { margin: 0; font-size: 14px; line-height: 1.8; font-style: normal; }
.ct-footer__grid ul { margin: 0; padding: 0; list-style: none; }
.ct-footer__grid li + li { margin-top: 10px; }
.ct-footer__grid a:hover { color: #f4c747; text-decoration: underline; }
.ct-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); }
.ct-footer__bottom p { width: min(1160px, calc(100% - 40px)); margin: auto; padding: 20px 0; font-size: 13px; }

@media (max-width: 1024px) {
	.ct-header__main { grid-template-columns: 150px minmax(220px, 1fr) auto; min-height: 98px; gap: 22px; }
	.ct-header__logo img { width: 142px; }
	.ct-header__account span, .ct-header__cart-label { display: none; }
	.ct-header__actions { gap: 18px; }
	.ct-nav__item a { padding-inline: 8px; font-size: 12px; }
	.ct-nav__toggle { width: 26px; }
	.ct-hero { min-height: 440px; grid-template-columns: .9fr 1.1fr; }
	.ct-hero__content { padding: 48px; }
	.ct-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
	.ct-footer__grid section:last-child { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
	html.ct-menu-open { overflow: hidden; }
	.ct-header__main { grid-template-columns: 1fr auto auto; grid-template-areas: 'logo actions menu' 'search search search'; width: calc(100% - 28px); min-height: 0; padding: 14px 0 16px; gap: 12px; }
	.ct-header__logo { grid-area: logo; }
	.ct-header__logo img { width: 128px; }
	.ct-search { grid-area: search; height: 48px; grid-template-columns: 1fr 48px; }
	.ct-search input { padding-inline: 16px; font-size: 16px; }
	.ct-header__actions { grid-area: actions; gap: 14px; }
	.ct-header__account { display: none; }
	.ct-header__cart svg { width: 25px; height: 25px; }
	.ct-menu-button { grid-area: menu; display: inline-flex; flex-direction: column; align-items: center; gap: 1px; border: 0 !important; background: transparent !important; color: var(--ct-ink) !important; box-shadow: none !important; font-size: 10px; font-weight: 700; cursor: pointer; }
	.ct-nav { position: fixed; top: 0; right: 0; z-index: 1002; width: min(88vw, 390px); height: 100dvh; overflow: auto; transform: translateX(105%); transition: transform .24s ease; border: 0; background: #fff; box-shadow: -12px 0 35px rgba(0,0,0,.2); }
	.ct-nav.is-open { transform: translateX(0); }
	.ct-nav__mobile-head { display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 0 20px; border-bottom: 1px solid var(--ct-line); color: var(--ct-green-dark); font-size: 20px; }
	.ct-nav__close { width: 44px; height: 44px; border: 0 !important; background: transparent !important; color: var(--ct-ink) !important; box-shadow: none !important; font-size: 34px; line-height: 1; cursor: pointer; }
	.ct-nav__list { display: block; width: 100%; min-height: 0; padding: 8px 16px 36px; }
	.ct-nav__item, .ct-nav__item-row { display: block; width: 100%; }
	.ct-nav__item-row { position: relative; }
	.ct-nav__item a { min-height: 50px; padding: 11px 48px 11px 12px; border-bottom: 1px solid #edf1ee; font-size: 14px; }
	.ct-nav__toggle { position: absolute; inset: 4px 0 auto auto; width: 44px; height: 44px; }
	.ct-nav__submenu { position: static; width: 100%; max-height: none; padding: 2px 0 8px 16px; border: 0; border-radius: 0; box-shadow: none; background: var(--ct-mint); }
	.ct-nav__submenu a { min-height: 44px; padding: 8px 12px; font-size: 14px; }
	.ct-nav-overlay { position: fixed; inset: 0; z-index: 1001; background: rgba(0,0,0,.48); }
	.ct-nav-overlay[hidden] { display: none; }

	.ct-hero { display: block; width: calc(100% - 28px); min-height: 510px; margin: 16px auto 36px; border-radius: 18px; }
	.ct-hero__content { padding: 36px 24px 240px; }
	.ct-hero h1 { font-size: clamp(35px, 10.5vw, 48px); }
	.ct-hero__text { margin: 17px 0 24px; font-size: 16px; }
	.ct-hero__visual { inset: auto 0 0; height: 265px; }
	.ct-hero__visual img { opacity: .6; object-position: center; }
	.ct-hero::after { background: linear-gradient(180deg, rgba(11,53,24,.08) 40%, rgba(11,53,24,.45)); }

	.ct-site-footer { margin-top: 56px; }
	.ct-footer__newsletter { grid-template-columns: 1fr; gap: 22px; width: calc(100% - 36px); padding: 36px 0 44px; }
	.ct-newsletter { grid-template-columns: 1fr; gap: 8px; }
	.ct-newsletter input, .ct-newsletter button { border-radius: 10px; }
	.ct-newsletter__status { position: static; }
	.ct-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; width: calc(100% - 36px); padding: 42px 0; }
	.ct-footer__grid section:first-child, .ct-footer__grid section:last-child { grid-column: 1 / -1; }
	.ct-footer__bottom p { width: calc(100% - 36px); }
}

/* Etapa final — produto, carrinho, checkout, conta, estados e acessibilidade. */
.wp-child-theme-conexao-tropical-next :where(main, .site-main) :focus-visible { outline: 3px solid var(--ct-yellow); outline-offset: 3px; }
.wp-child-theme-conexao-tropical-next { overflow-x: hidden; }
.wp-child-theme-conexao-tropical-next :where(.woocommerce, .woocommerce-page) { color: var(--ct-ink); }
.wp-child-theme-conexao-tropical-next :where(.woocommerce-message,.woocommerce-info,.woocommerce-error) { border: 1px solid var(--ct-line); border-top: 4px solid var(--ct-green); border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(24,69,38,.08); }
.wp-child-theme-conexao-tropical-next .woocommerce-error { border-top-color: #c33c35; }
.wp-child-theme-conexao-tropical-next :where(.button,button,input,select,textarea) { font-family: inherit; }
.wp-child-theme-conexao-tropical-next .woocommerce :where(button.button,a.button,input.button,#respond input#submit) { min-height: 44px; border-radius: 10px; background: var(--ct-green); color: #fff; font-weight: 800; }
.wp-child-theme-conexao-tropical-next .woocommerce :where(button.button,a.button,input.button,#respond input#submit):hover { background: var(--ct-green-dark); color: #fff; }

.single-product .site-main { width: min(1180px, calc(100% - 40px)); margin: 52px auto 80px; }
.single-product div.product { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(36px, 6vw, 78px); }
.single-product div.product > :where(.woocommerce-product-gallery,.summary) { width: 100% !important; float: none !important; }
.single-product .woocommerce-product-gallery { padding: 16px; border: 1px solid var(--ct-line); border-radius: 20px; background: #fff; }
.single-product .woocommerce-product-gallery__image a { display: block; overflow: hidden; border-radius: 14px; background: #f4f8f5; }
.single-product .summary { padding-top: 8px; }
.single-product .summary .product_title { margin: 0 0 12px; color: var(--ct-ink); font-size: clamp(30px, 4vw, 50px); line-height: 1.05; letter-spacing: -.035em; }
.single-product .ct-single-title { margin: 0 0 12px !important; color: var(--ct-ink) !important; font-size: clamp(30px, 4vw, 50px) !important; line-height: 1.05 !important; letter-spacing: -.035em !important; }
.single-product .elementor-location-single { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.single-product .elementor-location-single :where(.elementor-widget-woocommerce-product-price .price) { color: var(--ct-green-dark); font-size: clamp(25px,3vw,36px); font-weight: 900; }
.single-product .elementor-location-single :where(.single_add_to_cart_button) { min-height: 50px; border-radius: 10px; background: var(--ct-green); color: #fff; font-weight: 800; }
.single-product .summary .price { color: var(--ct-green-dark) !important; font-size: clamp(25px, 3vw, 36px) !important; font-weight: 900; }
.single-product .summary .woocommerce-product-details__short-description { color: var(--ct-muted); font-size: 17px; line-height: 1.7; }
.single-product .summary form.cart { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 !important; }
.single-product .summary form.cart .quantity input { width: 80px; min-height: 50px; border: 1px solid var(--ct-line); border-radius: 10px; }
.single-product .summary .single_add_to_cart_button { min-height: 50px !important; padding-inline: 28px !important; }
.single-product .product_meta { padding: 16px 0; border-top: 1px solid var(--ct-line); color: var(--ct-muted); line-height: 1.8; }
.ct-product-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0; padding: 0; list-style: none; }
.ct-product-trust li { padding: 12px; border-radius: 10px; background: var(--ct-mint); color: var(--ct-green-dark); font-size: 12px; font-weight: 800; text-align: center; }
.single-product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 16px; }
.single-product .woocommerce-tabs ul.tabs { display: flex; gap: 8px; padding: 0 !important; border-bottom: 1px solid var(--ct-line); }
.single-product .woocommerce-tabs ul.tabs::before,.single-product .woocommerce-tabs ul.tabs li::before,.single-product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.single-product .woocommerce-tabs ul.tabs li { margin: 0 !important; border: 0 !important; border-radius: 10px 10px 0 0 !important; background: #f2f6f3 !important; }
.single-product .woocommerce-tabs ul.tabs li.active { background: var(--ct-green) !important; color: #fff !important; }
.single-product .woocommerce-tabs .panel { padding: 26px 0; line-height: 1.75; }
.single-product .related.products { grid-column: 1 / -1; }

html.ct-cart-open { overflow: hidden; }
.ct-mini-cart-overlay { position: fixed; inset: 0; z-index: 1998; background: rgba(7,25,13,.52); }
.ct-mini-cart { position: fixed; inset: 0 0 0 auto; z-index: 1999; width: min(430px, 92vw); padding: 0 22px 24px; overflow: auto; transform: translateX(105%); transition: transform .24s ease; background: #fff; box-shadow: -18px 0 44px rgba(0,0,0,.2); }
.ct-mini-cart.is-open { transform: translateX(0); }
.ct-mini-cart > header { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; min-height: 78px; border-bottom: 1px solid var(--ct-line); background: #fff; }
.ct-mini-cart > header h2 { margin: 0; color: var(--ct-ink); font-size: 25px; }
.ct-mini-cart > header button { width: 44px; height: 44px; border: 0; background: transparent; color: var(--ct-ink); font-size: 34px; cursor: pointer; }
.ct-mini-cart .woocommerce-mini-cart { margin: 18px 0; padding: 0; list-style: none; }
.ct-mini-cart .woocommerce-mini-cart-item { min-height: 90px; padding: 12px 28px 12px 0 !important; border-bottom: 1px solid var(--ct-line); }
.ct-mini-cart .woocommerce-mini-cart-item img { width: 64px !important; margin-right: 12px; border-radius: 8px; }
.ct-mini-cart .woocommerce-mini-cart__total { display: flex; justify-content: space-between; padding: 18px 0; font-size: 18px; }
.ct-mini-cart .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

.woocommerce-cart .site-main,.woocommerce-checkout .site-main,.woocommerce-account .site-main { width: min(1120px, calc(100% - 40px)); margin: 52px auto 80px; }
.woocommerce-cart table.shop_table,.woocommerce-checkout table.shop_table { overflow: hidden; border: 1px solid var(--ct-line); border-radius: 14px; background: #fff; }
.woocommerce-cart .cart-collaterals .cart_totals { padding: 24px; border-radius: 16px; background: #f5f8f6; }
.woocommerce-cart .cart_totals h2 { margin-top: 0; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 36px; }
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review { width: 100%; }
.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review { grid-column: 2; }
.woocommerce-checkout #order_review_heading { margin: 0; }
.woocommerce-checkout #order_review { padding: 24px; border: 1px solid var(--ct-line); border-radius: 16px; background: #f6f9f7; }
.woocommerce form .form-row :where(input.input-text,textarea,select) { min-height: 48px; border: 1px solid #cbd7cd; border-radius: 9px; padding: 10px 12px; background: #fff; }
.ct-checkout-intro,.ct-account-intro { margin-bottom: 32px; }
.ct-checkout-intro p,.ct-account-intro p { margin: 0 0 5px; color: var(--ct-green); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.ct-checkout-intro h1,.ct-checkout-intro h2,.ct-account-intro h1,.ct-page-intro h1 { margin: 0 0 8px; color: var(--ct-ink); font-size: clamp(34px, 5vw, 54px); }
.ct-page-intro { margin-bottom: 30px; }
.ct-page-intro p { margin: 0 0 5px; color: var(--ct-green); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.ct-brands-page { width: min(1180px, calc(100% - 40px)); margin: 52px auto 80px; }
.ct-brand-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.ct-brand-grid a { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 2px 12px; min-height: 88px; padding: 14px; border: 1px solid var(--ct-line); border-radius: 14px; background: #fff; color: var(--ct-ink); text-decoration: none; box-shadow: 0 5px 18px rgba(30,67,39,.06); }
.ct-brand-grid a > span { grid-row: 1 / 3; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--ct-mint); color: var(--ct-green-dark); font-size: 19px; font-weight: 900; }
.ct-brand-grid strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ct-brand-grid small { color: var(--ct-muted); }
.ct-brand-grid a:hover { transform: translateY(-2px); border-color: var(--ct-green); }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 240px 1fr; gap: 32px; }
.woocommerce-account .woocommerce > .ct-account-intro,.woocommerce-account .woocommerce > h2,.woocommerce-account .woocommerce > form { grid-column: 1 / -1; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 10px; list-style: none; border-radius: 14px; background: #f4f8f5; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 12px; border-radius: 9px; color: var(--ct-ink); text-decoration: none; font-weight: 700; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { background: var(--ct-green); color: #fff; }
.woocommerce-account .u-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.woocommerce-account .u-column1,.woocommerce-account .u-column2 { width: 100% !important; padding: 24px; border: 1px solid var(--ct-line); border-radius: 16px; }

.ct-empty-state { grid-column: 1 / -1; padding: 64px 24px; border: 1px dashed #b8c8bb; border-radius: 16px; background: #f7faf8; text-align: center; }
.ct-empty-state h2 { margin: 0 0 8px; color: var(--ct-ink); }
.ct-product-grid.is-loading { min-height: 360px; position: relative; opacity: 1; }
.ct-product-grid.is-loading::after { content: ''; position: absolute; inset: 0; border-radius: 14px; background: linear-gradient(90deg,#edf3ee 25%,#f8faf8 40%,#edf3ee 60%); background-size: 300% 100%; animation: ct-skeleton 1.2s infinite; }
@keyframes ct-skeleton { to { background-position: -150% 0; } }
.ct-error-page { width: min(760px, calc(100% - 40px)); margin: 90px auto; text-align: center; }
.ct-error-page__code { margin: 0; color: var(--ct-yellow); font-size: clamp(90px, 20vw, 170px); font-weight: 900; line-height: .8; }
.ct-error-page h1 { margin: 24px 0 12px; color: var(--ct-ink); font-size: clamp(34px, 6vw, 58px); line-height: 1.05; }
.ct-error-page > p:not(.ct-error-page__code) { color: var(--ct-muted); font-size: 18px; }
.ct-search--404 { max-width: 580px; margin: 28px auto 18px; }

@media (max-width: 767px) {
	.single-product .site-main,.woocommerce-cart .site-main,.woocommerce-checkout .site-main,.woocommerce-account .site-main { width: calc(100% - 28px); margin-top: 32px; }
	.single-product div.product { grid-template-columns: 1fr; gap: 26px; }
	.single-product .woocommerce-tabs,.single-product .related.products { grid-column: 1; }
	.ct-product-trust { grid-template-columns: 1fr; }
	.single-product .woocommerce-tabs ul.tabs { overflow-x: auto; white-space: nowrap; }
	.woocommerce-checkout form.checkout { display: block; }
	.woocommerce-checkout #order_review_heading { margin-top: 32px; }
	.woocommerce-account .woocommerce,.woocommerce-account .u-columns { grid-template-columns: 1fr; }
	.ct-brands-page { width: calc(100% - 28px); }
	.ct-brand-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.woocommerce-account .woocommerce > * { grid-column: 1 !important; }
	.woocommerce-cart table.shop_table_responsive tr td { padding: 12px; }
}

@media (prefers-reduced-motion: reduce) {
	.ct-mini-cart { transition: none; }
	.ct-product-grid.is-loading::after { animation: none; }
}

@media (prefers-reduced-motion: reduce) {
	.ct-nav, .ct-button { transition: none !important; }
}

/* Módulo 2 — apresentação de produtos. */
.wp-child-theme-conexao-tropical-next.home .elementor-widget-loop-carousel,
.wp-child-theme-conexao-tropical-next.home .elementor-widget-loop-grid,
.wp-child-theme-conexao-tropical-next.home .elementor-widget-woocommerce-products { display: none !important; }
.ct-sale-section, .ct-catalog-section { width: min(1240px, calc(100% - 40px)); margin: 64px auto; color: var(--ct-ink); }
.ct-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.ct-section-head p { margin: 0 0 4px; color: var(--ct-green); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.ct-section-head h2 { margin: 0; color: var(--ct-ink); font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -.03em; }
.ct-section-head > a { color: var(--ct-green-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.ct-product-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; list-style: none; margin: 0; padding: 0; }
.ct-product-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid #e2e9e3; border-radius: 14px; background: #fff; box-shadow: 0 5px 18px rgba(30,67,39,.06); transition: transform .18s ease, box-shadow .18s ease; }
.ct-product-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(30,67,39,.12); }
.ct-product-card a { color: inherit; text-decoration: none; }
.ct-product-card__image { position: relative; display: block; aspect-ratio: 1; margin: 5px; overflow: hidden; border-radius: 10px; background: #56a16c; }
.ct-product-card__image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ct-badge { position: absolute; z-index: 2; top: 8px; display: inline-flex; align-items: center; min-height: 24px; padding: 3px 8px; border-radius: 7px; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .04em; }
.ct-badge--sale { left: 8px; background: #d8463b; }
.ct-badge--discount { right: 8px; background: var(--ct-green-dark); }
.ct-product-card__body { display: flex; flex-direction: column; min-height: 235px; padding: 10px 12px 14px; }
.ct-product-card__brand { min-height: 16px; margin: 0 0 5px; color: var(--ct-green); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.ct-product-card h2 { min-height: 46px; margin: 0 0 8px; color: var(--ct-ink); font-size: 13px; line-height: 1.3; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.ct-product-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px; min-height: 43px; margin-top: auto; color: var(--ct-green-dark); font-size: 16px; font-weight: 900; }
.ct-product-card__price del { order: -1; width: 100%; color: #9ba49d; font-size: 11px; font-weight: 500; }
.ct-product-card__price ins { color: var(--ct-green-dark); text-decoration: none; }
.ct-product-card__saving { min-height: 28px; margin: 3px 0 8px; color: #c33c35; font-size: 10px; font-weight: 700; }
.ct-product-card__buy { display: grid; grid-template-columns: 76px 1fr; gap: 6px; }
.ct-quantity { display: grid; grid-template-columns: 25px 26px 25px; height: 38px; overflow: hidden; border: 1px solid var(--ct-line); border-radius: 8px; }
.ct-quantity button { border: 0 !important; padding: 0 !important; background: #f1f5f2 !important; color: var(--ct-green-dark) !important; box-shadow: none !important; font-size: 17px; cursor: pointer; }
.ct-quantity input { min-width: 0; width: 26px; border: 0; padding: 0; text-align: center; font-size: 12px; -moz-appearance: textfield; }
.ct-quantity input::-webkit-inner-spin-button { appearance: none; }
.ct-add-to-cart, .ct-product-card__details { min-height: 38px; border: 0 !important; border-radius: 8px !important; padding: 0 8px !important; background: var(--ct-green) !important; color: #fff !important; box-shadow: none !important; font-size: 11px !important; font-weight: 800 !important; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.ct-add-to-cart:disabled { opacity: .65; cursor: wait; }
.ct-product-card__status { min-height: 15px; margin: 4px 0 -4px; color: var(--ct-green-dark); font-size: 9px; }
.ct-product-filters { display: grid; grid-template-columns: minmax(220px, 1.5fr) 1fr 1fr auto auto; align-items: end; gap: 12px; margin: 0 0 24px; padding: 16px; border: 1px solid var(--ct-line); border-radius: 14px; background: #f7faf8; }
.ct-product-filters label > span { display: block; margin-bottom: 5px; color: #485249; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ct-product-filters input[type="search"], .ct-product-filters select { width: 100%; min-height: 42px; border: 1px solid #cbd7cd; border-radius: 8px; background: #fff; padding: 0 11px; font-size: 14px; }
.ct-filter-check { display: flex; align-items: center; min-height: 42px; gap: 7px; }
.ct-filter-check > span { margin: 0 !important; white-space: nowrap; }
.ct-product-filters > button { min-height: 42px; border: 0; border-radius: 8px; padding: 0 16px; background: var(--ct-green); color: #fff; font-weight: 800; cursor: pointer; }
.ct-filter-status { grid-column: 1 / -1; min-height: 16px; margin: -4px 0 0; color: var(--ct-muted); font-size: 12px; }
.ct-carousel__viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.ct-carousel__viewport::-webkit-scrollbar { display: none; }
.ct-carousel__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 90px) / 6); gap: 18px; }
.ct-carousel__track .ct-product-card { scroll-snap-align: start; }
.ct-carousel__controls { display: flex; justify-content: flex-end; gap: 8px; margin-top: 14px; }
.ct-carousel__controls button { width: 42px; height: 42px; border: 1px solid var(--ct-line) !important; border-radius: 50% !important; background: #fff !important; color: var(--ct-green-dark) !important; box-shadow: none !important; cursor: pointer; }
.ct-product-grid[aria-busy="true"] { opacity: .55; pointer-events: none; }
.ct-product-archive { width: min(1240px, calc(100% - 40px)); margin: 52px auto 80px; }
.ct-archive-header { margin-bottom: 28px; }
.ct-archive-header > p { margin: 0 0 5px; color: var(--ct-green); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.ct-archive-header h1 { margin: 0; color: var(--ct-ink); font-size: clamp(34px, 5vw, 58px); }
.ct-pagination { margin: 36px 0; }
.ct-pagination ul { display: flex; justify-content: center; gap: 7px; margin: 0; padding: 0; list-style: none; }
.ct-pagination a, .ct-pagination span { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--ct-line); border-radius: 9px; text-decoration: none; }
.ct-pagination .current { background: var(--ct-green); color: #fff; }

@media (max-width: 1100px) {
	.ct-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.ct-carousel__track { grid-auto-columns: calc((100% - 54px) / 4); }
	.ct-product-filters { grid-template-columns: 1.4fr 1fr 1fr; }
	.ct-filter-check, .ct-product-filters > button { align-self: end; }
}
@media (max-width: 767px) {
	.ct-sale-section, .ct-catalog-section { width: calc(100% - 28px); margin: 48px auto; }
	.ct-section-head { align-items: start; }
	.ct-section-head > span { display: none; }
	.ct-section-head > a { max-width: 120px; text-align: right; font-size: 12px; }
	.ct-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.ct-carousel__track { grid-auto-columns: 63%; gap: 10px; }
	.ct-product-card__body { min-height: 228px; padding: 8px 9px 11px; }
	.ct-product-card h2 { font-size: 12px; }
	.ct-product-card__buy { grid-template-columns: 72px 1fr; }
	.ct-quantity { grid-template-columns: 23px 26px 23px; }
	.ct-product-filters { grid-template-columns: 1fr 1fr; gap: 10px; padding: 12px; }
	.ct-product-filters label:first-child { grid-column: 1 / -1; }
	.ct-filter-check { min-height: 38px; }
	.ct-product-filters > button { min-height: 42px; }
	.ct-product-archive { width: calc(100% - 28px); margin-top: 36px; }
}
